@charset "UTF-8";
@font-face {
  font-family: 'rsa_sansregular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/RSASans_Regular.eot?') format('eot'), url('../fonts/RSASans_Regular.woff') format('woff'), url('../fonts/RSASans_Regular.ttf') format('truetype');
  /*
      .eot - IE9
      .woff - Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+
      .ttf - Fallback for all browsers except IE9
      */
}
@font-face {
  font-family: 'rsa_sanslight';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/rsasans_light-webfont.ttf') format('truetype'), url('../fonts/rsasans_light-webfont.woff') format('woff'), url('../fonts/rsasans_light-webfont.eot') format('eot');
}
@font-face {
  font-family: 'rsa_sansmedium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/RSASans_Medium.eot?') format('eot'), url('../fonts/RSASans_Medium.woff') format('woff'), url('../fonts/RSASans_Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'rsa_sansbold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/RSASans_Bold.eot?') format('eot'), url('../fonts/RSASans_Bold.woff') format('woff'), url('../fonts/RSASans_Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'rsa_icons';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/jab-need-replace.eot?') format('eot'), url('../fonts/jab-need-replace.woff') format('woff'), url('../fonts/jab-need-replace.ttf') format('truetype');
}
/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: "rsa_sansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ffffff;
  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;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
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: 0.5em;
  margin-bottom: 0.5em;
}
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: 1.75em;
}
h2,
.h2 {
  font-size: 1.25em;
}
h3,
.h3 {
  font-size: 2em;
}
h4,
.h4 {
  font-size: 2em;
}
h5,
.h5 {
  font-size: 1em;
}
h6,
.h6 {
  font-size: 1em;
}
p {
  margin: 0 0 0.5em;
}
.lead {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5em;
  }
}
small,
.small {
  font-size: 100%;
}
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: #777777;
}
.text-primary {
  color: #B327CC;
}
a.text-primary:hover {
  color: #8d1fa1;
}
.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: #B327CC;
}
a.bg-primary:hover {
  background-color: #8d1fa1;
}
.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: -0.5em;
  margin: 2em 0 1em;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.5em;
}
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: 1em;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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 #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0.5em 1em;
  margin: 0 0 1em;
  font-size: 1.25em;
  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.42857143;
  color: #777777;
}
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';
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: 1.42857143;
}
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: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 0em;
  margin: 0 0 0.5em;
  font-size: 0em;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .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.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .ba-col-lg-9 {
    width: 50%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .ba-col-lg-3 {
    width: 50%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
}
.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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  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;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 0.75em;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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: 1em;
  font-size: 1.5em;
  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: 1em;
  line-height: 1.42857143;
  color: #333333;
}
.form-control {
  display: block;
  width: 100%;
  height: 15em;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-control:focus,
.form-control:focus-visible {
  outline: #095CC7 auto 1px;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.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: 15em;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 13em;
  line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 25em;
  line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
  line-height: 1.42857143;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 1em;
  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;
  margin-top: 4px \9;
}
.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-group-sm .form-control {
  height: 13em;
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 13em;
  line-height: 13em;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 25em;
  line-height: 25em;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 18.75em;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 15em;
  height: 15em;
  line-height: 15em;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 25em;
  height: 25em;
  line-height: 25em;
}
.input-sm + .form-control-feedback {
  width: 13em;
  height: 13em;
  line-height: 13em;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  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 ~ .form-control-feedback {
  top: 6em;
}
.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: 768px) {
  .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 .form-control-static {
    display: inline-block;
  }
  .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: 8em;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .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;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.42857143;
  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,
.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,
.btn.focus {
  color: #FFF;
  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: #FFF;
  background-color: #777777;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: #5e5e5e;
  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.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: #777777;
  border-color: #ccc;
}
.btn-default .badge {
  color: #777777;
  background-color: #FFF;
}
.btn-primary {
  color: #FFF;
  background-color: #B327CC;
  border-color: #a023b7;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFF;
  background-color: #8d1fa1;
  border-color: #731983;
}
.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.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: #B327CC;
  border-color: #a023b7;
}
.btn-primary .badge {
  color: #B327CC;
  background-color: #FFF;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  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.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: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  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.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: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  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.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: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #db3a31;
  border-color: #ce2d24;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #b92820;
  border-color: #9a221b;
}
.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.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: #db3a31;
  border-color: #ce2d24;
}
.btn-danger .badge {
  color: #db3a31;
  background-color: #fff;
}
.btn-link {
  color: #B327CC;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #7b1b8c;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 2em;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 1em;
  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;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bootstrap/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,
.glyphicon-eur: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";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.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: 1em;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  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: -0.5em 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #EAF2F8;
  border-radius: 12px;
}
.dropdown-menu > li:nth-child(1) > a:hover,
.dropdown-menu > li:nth-child(1) > a:focus {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.dropdown-menu > li:nth-child(2) > a:hover,
.dropdown-menu > li:nth-child(2) > a:focus {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #B327CC;
  border-radius: 12px;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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: 1em;
  line-height: 1.42857143;
  color: #777777;
  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: 768px) {
  .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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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: 25em;
  padding: 10px 16px;
  font-size: 2em;
  line-height: 1.33;
  border-radius: 6px;
  border-radius: 0px;
  border: 1px solid #999999;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 25em;
  line-height: 25em;
}
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: 13em;
  padding: 5px 10px;
  font-size: 1em;
  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: 13em;
  line-height: 13em;
}
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: 1em;
  font-weight: normal;
  line-height: 1;
  color: #3C025F;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 1em;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 2em;
  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: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  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: #B327CC;
}
.nav .nav-divider {
  height: 1px;
  margin: -0.5em 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  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: 768px) {
  .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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.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: #fff;
  background-color: #B327CC;
}
.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: 768px) {
  .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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.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: 1em;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .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: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !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-device-width: 480px) 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: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .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: 24.5px 15px;
  font-size: 2em;
  line-height: 1em;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 12.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .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: 1em;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 24.5px;
    padding-bottom: 24.5px;
  }
}
.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: 17.5px;
  margin-bottom: 17.5px;
}
@media (min-width: 768px) {
  .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 .form-control-static {
    display: inline-block;
  }
  .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .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-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: 17.5px;
  margin-bottom: 17.5px;
}
.navbar-btn.btn-sm {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 24.5px;
  margin-bottom: 24.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.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: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.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: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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: #fff;
}
@media (max-width: 767px) {
  .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: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.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: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 1em;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 1em 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #B327CC;
  background-color: #fff;
  border: 1px solid #ddd;
  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: #7b1b8c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.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: #fff;
  background-color: #B327CC;
  border-color: #B327CC;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 2em;
}
.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: 1em;
}
.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: 1em 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: #fff;
  border: 1px solid #ddd;
  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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #B327CC;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #8d1fa1;
}
.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: #db3a31;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #b92820;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  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: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ffffff;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 2em;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 4.5em;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 1em;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 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: #ffffff;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 1em;
  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: 1em;
  margin-bottom: 1em;
  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: 1em;
  line-height: 1em;
  color: #fff;
  text-align: center;
  background-color: #B327CC;
  -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-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: #db3a31;
}
.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 {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.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: #fff;
  border: 1px solid #ddd;
}
.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: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #B327CC;
  border-color: #B327CC;
}
.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: #eecaf5;
}
.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: 1em;
  background-color: #fff;
  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: 2em;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .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,
.panel > .panel-collapse > .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 caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.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,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-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,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-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,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.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: 1em;
}
.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,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #B327CC;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #B327CC;
  border-color: #B327CC;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #B327CC;
}
.panel-primary > .panel-heading .badge {
  color: #B327CC;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #B327CC;
}
.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;
}
.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: 1.5em;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  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;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgb(51, 51, 51, 50%);
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -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: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 30px auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 8px rgba(55, 55, 55, 0.25);
  box-shadow: 0px 4px 8px rgba(55, 55, 55, 0.25);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.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.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.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: 768px) {
  .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: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 1em;
  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: #B327CC;
  text-align: center;
  text-decoration: none;
  background-color: #ebebeb;
  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: #ebebeb;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #ebebeb;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #ebebeb;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ebebeb;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ebebeb;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ebebeb;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ebebeb;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ebebeb;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1em;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.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;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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: #fff;
  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: #fff;
  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 #fff;
  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: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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: 768px) {
  .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,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer,
.main-header,
.data-list--table,
.data-list--table > li,
.vehicle-list {
  display: block;
  zoom: 1;
}
.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,
.main-header:before,
.main-header:after,
.data-list--table:before,
.data-list--table:after,
.data-list--table > li:before,
.data-list--table > li:after,
.vehicle-list:before,
.vehicle-list: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,
.main-header:after,
.data-list--table:after,
.data-list--table > li:after,
.vehicle-list:after {
  clear: both;
}
.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,
.main-header:after,
.data-list--table:after,
.data-list--table > li:after,
.vehicle-list:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  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;
}
@-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: 767px) {
  .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: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) 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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) 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: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) 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;
  }
}
img.ajaxloader {
  position: fixed;
  z-index: 9999999999;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  background: rgba(255, 255, 255, 0.2);
}
.header-border {
  border-bottom: 6px solid #eeeeee;
  padding: 15px 0;
  float: left;
  width: 100%;
}
.date-input-container div div input[type='text'] {
}
.date-input-container .reset-left-gap {
  padding-right: 10px;
}
form .form-group.boxed-radio table.form-control {
  padding: 0;
  border: 0;
  display: table;
}
form .form-group.boxed-radio table.form-control tr {
  background: #fff;
}
.boxed-radio .btn,
.boxed-radio table td {
  border: 0;
  line-height: 150%;
  text-align: left;
  font-size: 16px;
  font-family: morethan-regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #eeeeee;
  border-color: #eeeeee;
  color: #000000;
  padding: 12px 51px;
  font-weight: 700;
  float: left;
  margin-right: 3%;
  width: 48.50%;
  position: relative;
}
@media (min-width: 768px) {
  .boxed-radio .btn,
  .boxed-radio table td {
    padding: 12px 16px 12px 39px;
  }
}
/* SUBINA CHANGES */
@media (min-width: 768px) {
  .boxed-radio.old-div .btn {
    padding: 12px 40px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .boxed-radio.old-div .btn {
    width: 100%;
  }
}
.error_msg {
  display: none;
  font-size: 14px;
  font-weight: 100;
  margin-top: 5px;
  margin-bottom: 0;
}
.backVehicle {
  padding-left: 10px;
  padding-right: 10px;
}
.custom-check-text {
  padding: 10px 15px;
}
.coverage h5 {
  font-weight: bold;
}
.coverage > ul {
  padding: 0;
  list-style: none;
}
.coverage > ul > li {
  list-style-position: inside;
  list-style-image: url('../images/tick.png');
  padding: 0px 0px;
}
.coverage > ul > li ol li {
  list-style: none;
  list-style-image: none;
}
.small-help span {
  float: none;
}
.small-help span .help-link,
.small-help span .help-link:hover,
.small-help span .help-link:focus {
  display: inline;
  float: none;
  margin-top: 0;
  padding: 1px 5px;
  font-size: 10px;
}
.small-help .help {
  margin-bottom: 10px;
}
.coverage-help span {
  float: none;
  margin-left: 10px;
}
.coverage-help span .help-link,
.coverage-help span .help-link:hover,
.coverage-help span .help-link:focus {
  display: inline-block;
  float: none;
}
.checkbox-container {
  padding: 0;
  border: 1px solid #dfdfdf;
}
.checkbox-container div {
  padding: 0;
}
.checkbox-container .uniform-checkbox {
  margin-right: 0;
}
.checkbox-container .uniform-checkbox .help {
  margin: 0 5px 5px 5px;
  padding: 10px;
}
.checkbox-container .help-toggle {
  margin-top: -3px;
}
.checkBg {
  background: #eeeeee;
}
.checkBg.help {
  background: #a9a9a9;
  color: #ffffff;
}
.premium {
  position: relative;
  padding: 12px;
  color: #FFF;
}
@media (max-width: 767px) {
  .premium {
    margin-top: 10px;
  }
}
.premium span {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin: 2px 0;
  font-family: rsa_sansregular;
  font-size: 20px;
}
.premium span:first-of-type {
  font-size: 23px;
  font-family: rsa_sansmedium;
}
.premium span:first-of-type em {
  font-size: 38px;
  font-weight: normal;
  font-style: normal;
}
.premium .buy {
  font-size: 20px;
  background-color: #00c2db;
  font-family: rsa_sansmedium;
  padding: 10px;
  margin: 8px 0;
}
.premium .buy span {
  font-size: 24px;
}
.premium .textLeft span {
  text-align: left;
  font-family: rsa_sansmedium;
  font-size: 15px;
}
.premium .textLeft span:not(:first-of-type) {
  margin: 6px 0 0 0;
}
.premium .triBottom {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 17px solid #fff;
}
.control-label-heading {
  margin: 0;
  color: #B327CC;
  font-weight: 600;
}
.label-right {
  text-align: left;
  padding-top: 15px;
}
.quote-details label {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.quote-details .value-label {
  padding-top: 0px;
  font-weight: normal;
  font-size: 16px;
}
.quote-details .help-toggle {
  margin-top: 0 !important;
}
.quote-details .help-toggle .help-link {
  margin-top: -2px !important;
}
.quote-details .margin-bottom {
  margin-bottom: 10px;
}
.kickoutContainer {
  margin: 30px 0;
}
.kickoutContainer .kickOut {
  background: #f4f1de;
  padding-bottom: 30px;
}
.kickoutContainer .kickOut h3 {
  color: #5c3382;
}
.uniform-checkbox .help-toggle {
  display: inline-block;
  padding: 13px 6px;
}
.other-options .grey-box {
  background: #eeeeee;
  display: block;
  box-sizing: border-box;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 20px;
  margin-top: 20px;
}
.other-options .grey-box:after {
  clear: both;
}
.other-options .uniform-checkbox {
  padding-top: 0px !important;
}
.other-options .uniform-checkbox label {
  margin-bottom: 0px !important;
  text-align: left !important;
}
.other-options .help-toggle .help-link {
  margin-top: 34px;
}
.other-options .grey-section-labels label {
  font-size: 16px !important;
  text-align: right !important;
}
.other-options .grey-section-labels .label-right {
  padding-top: 9px;
}
.other-options .grey-section-labels .label-right:last-of-type {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .other-options {
    margin: 10px;
  }
  .other-options .grey-box {
    padding: 10px;
  }
  .label-right {
    padding-top: 0 !important;
    text-align: left !important;
  }
  label {
    font-size: 16px !important;
  }
}
.uniform-select span {
  font-size: inherit !important;
  color: #555;
  padding-left: 10px !important;
  padding-right: 10px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .uniform-select span {
    line-height: 42px;
  }
}
.ellipsis {
  padding-right: 10px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.error_container label:first-child,
.error_container .help-toggle {
  margin-top: 10px;
}
.error_container .two-lines {
  margin-top: 0px;
}
.error_container span.warning_msg {
  display: inline-block;
  margin-top: 5px;
  font-size: 1em;
  color: #db3a31;
  width: 100%;
}
label.two-lines {
  margin-top: 0px;
}
.call-back {
  position: relative;
  min-height: 20px;
  padding: 10px 30px;
  background-color: #eee;
  border-radius: 4px;
  margin-top: 10px;
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  .sm-pull-right {
    float: right !important;
  }
}
/*EO SUBINA CHANGES */
.boxed-radio .three-in-one table td {
  width: 32%;
  padding: 12px 0 12px 37px;
  margin-right: 2%;
}
.boxed-radio table td:last-child {
  margin-right: 0px;
}
.boxed-radio .btn.checked,
.boxed-radio table td.checked {
  border: 2px solid #5f919b;
  cursor: default;
  padding: 10px 49px;
}
@media (min-width: 768px) {
  .boxed-radio .btn.checked,
  .boxed-radio table td.checked {
    padding: 10px 14px 10px 37px;
  }
}
.boxed-radio .btn.checked:before,
.boxed-radio table td.checked:before {
  border-color: #000;
  top: 10px;
  left: 10px;
}
.boxed-radio .btn:before,
.boxed-radio table td:before {
  content: ' ';
  position: absolute;
  width: 20px;
  height: 20px;
  border: solid 1px #afafaf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  left: 12px;
  background-color: #ffffff;
}
.boxed-radio .btn.checked:after,
.boxed-radio table td.checked:after {
  content: ' ';
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 1px #5f919b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 15px;
  left: 15px;
  background-color: #5f919b;
}
.boxed-radio input {
  display: none;
}
.boxed-radio {

}
.boxed-radio div.first {
  padding-left: 0px;
}
.boxed-radio div.last {
  padding-right: 0px;
}
.offer-message {
  padding: 10px 15px 25px;
  margin-top: -20px;
}
@media (min-width: 1200px) {
  .floatLeft {
    float: left;
    padding-left: 0px;
    margin-left: -7px;
  }
  .floatLeft .help-link {
    float: left;
  }
}
.bold-text {
  font-weight: bold;
}
.sub-section {
  border: 1px solid #dfdfdf;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 2% 10px 2%;
}
@media (max-width: 970px) {
  .sub-section {
    padding: 20px 1% 10px 1%;
    margin-left: -7px;
  }
}
.input-lg,
.form-group-lg .form-control {
  border-radius: 12px;
  border: 1px solid #999999;
  margin-bottom: 0px;
  padding: 10px 16px;
  z-index: 0;
  position: relative;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.reset-left-gap {
  padding-left: 0px;
}
.btn {
  border-radius: 0;
}
.btn.btn-primary {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.sub-section .sub-section-inner {
  position: relative;
}
.sub-section .sub-section-inner .inner-select {
  padding-left: 0;
  margin-left: 15px;
}
.sub-section .help {
  margin-left: 2%;
}
@media (max-width: 991px) {
  .sub-section .help {
    margin-left: 0;
  }
}
span.numbering {
  font-weight: 700;
  color: #000;
  padding: 20px;
  position: absolute;
  top: 0px;
  left: 10px;
}
@media (max-width: 970px) {
  span.numbering {
    top: -10px;
    left: -17px;
  }
}
.highlighted-copy {
  background: #f5f1e8;
  padding: 10px 0;
  float: left;
  width: 100%;
}
.help-group .row {
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
}
.help-show {
  padding-left: 0;
  padding-right: 0;
}
.form-horizontal {
  min-height: 765px;
}
@media (max-width: 970px) {
  .form-horizontal .control-label {
    text-align: left;
    padding-bottom: 7px;
  }
}
@media (max-width: 970px) and (max-width: 750px) {
  .help-toggle.text-right {
    text-align: right;
  }
}
.textalign-right {
  text-align: right !important;
}
.form-horizontal .form-group-lg .control-label {
  text-align: left;
}
.control-miledge {
  padding-top: 13px;
  display: table;
}
@media (min-width: 992px) {
  .form-horizontal .form-group-lg .control-label {
    text-align: right;
  }
}
.btn-procced {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .btn-procced {
    margin-top: 0px;
  }
}
.help-toggle.text-right {
  text-align: left;
}
.help-toggle.text-right a.remove-link {
  padding-left: 0px;
}
@media (min-width: 992px) {
  .help-toggle.text-right {
    text-align: right;
  }
  .help-toggle.text-right a.remove-link {
    padding-left: 0px;
  }
  .sideBar .remove-group.help-group {
    top: 40px;
  }
}
.gradient-sidebar .remove-group.help-group {
  top: 30px;
}
@media (max-width: 768px) {
  .gradient-sidebar .help-group.remove-group {
    right: 10px;
  }
}
@media (max-width: 480px) {
  .sideBar .help-group.remove-group {
    top: 135px !important;
  }
}
@media (768px) {
  .sideBar .help-group.remove-group {
    top: 245px !important;
  }
}
.slider-wrapper a.help-link {
  margin-top: 0px;
}
a.startover-link,
a.startover-link:hover {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  background: none;
  color: #FFF;
  font-size: 1em;
  font-weight: normal;
  text-align: right;
  width: 100%;
}
@media (max-width: 768px) {
  .boxed-radio .btn {
    padding: 12px 36px;
  }
}
.form-group-lg label.control-label {
  font-size: 16px;
}
@media (min-width: 992px) {
  .form-group-lg label.control-label.twoLines {
    padding-top: 0;
  }
  .form-group-lg label.control-label.threeLines {
    padding-top: 0;
    margin-top: -10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .form-group-lg label.control-label.twoLines-md {
    padding-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .form-group-lg label.control-label.threeLines-md {
    margin-top: -10px;
  }
}
/*Creating Buffer space for margin - Kal*/
.buffer-top {
  margin-top: 25px;
}
.buffer-bottom {
  margin-bottom: 25px;
}
.radioGroupItem {
  display: inline-block;
  margin-right: 10px;
}
.radioGroupItem label {
  padding-right: 10px !important;
}
.globalerror {
  border: 1px solid #db3a31;
  background: #f9e0df;
  padding: 15px;
  margin-bottom: 15px;
  color: #db3a31 !important;
}
/*Uniform-Select Override to avoid sprites*/
.uniform-select {
  background: url('../images/arrow_select.jpg') no-repeat 95% center #FFF !important;
  border: 1px solid #777777;
}
.uniform-select span {
  line-height: 46px !important;
  background-image: none !important;
}
.uniform-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*Radio-Button Label fix*/
.radiogp_fix {
  padding-right: 0 !important;
}
.radiogp_fix .uniform-radio {
  width: auto;
  margin-right: 8px;
}
.retrieve-heading {
  float: none !important;
}
@media (max-width: 992px) {
  .retrieve-heading h1 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.units {
  padding-top: 15px;
}
.accordion-tab {
  border: 1px solid #eeeeee;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
}
.accordion-tab h4.icon-show-hide {
  cursor: pointer;
  position: relative;
}
.accordion-tab h4.icon-show-hide.collapsed:after {
  background: url(../images/icon-show-hide.png) top left no-repeat;
  content: '';
  position: absolute;
  right: 0px;
  top: 4px;
  width: 12px;
  height: 12px;
}
.accordion-tab h4.icon-show-hide.expanded:after {
  background: url(../images/icon-show-hide.png) bottom left no-repeat;
  content: '';
  position: absolute;
  right: 0px;
  top: 4px;
  width: 12px;
  height: 12px;
}
.border-bottom {
  border-bottom: 3px solid #777777;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.border-bottom .header {
  padding-left: 0;
}
.border-bottom .header h5 {
  font-size: 16px;
}
.border-bottom .edit {
  padding-right: 0;
  text-align: right;
  display: table;
  vertical-align: middle;
  padding-top: 8px;
}
.field-header {
  font-weight: bold;
  font-size: 13px;
}
.field-value {
  font-weight: bold;
  font-size: 13px;
  color: #B327CC;
  margin-bottom: 20px;
}
.option-label {
  font-weight: bold;
  font-size: 16px;
}
.option-include {
  margin-bottom: 10px;
}
.option-include .help-link {
  margin-top: 0px !important;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Ryan Page
 *
 */
#calendar {
  border: 1px solid #c9c9c9;
  background: #fff;
}
.datepicker {
  direction: ltr;
}
border .datepicker-inline {
  padding: 0;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr th {
  text-align: center;
  width: 45px;
  height: 20px;
  border: none;
  background-color: transparent;
}
@media (max-width: 370px) {
  .datepicker table tr th {
    padding: 3px;
  }
}
.datepicker table tr td {
  text-align: center;
  width: 45px;
  height: 20px;
  border: none;
  background-color: #f4f4f4;
}
@media (max-width: 370px) {
  .datepicker table tr td {
    padding: 3px;
  }
}
.datepicker table tr th.prev,
.datepicker table tr th.datepicker-switch,
.datepicker table tr th.next {
  color: #666;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  font-family: rsa_sansmedium;
}
.datepicker table tr th.dow {
  color: #666;
  font-size: 0.875em;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #c9c9c9;
}
.datepicker table tr td {

}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #c9c9c9;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: #FFF;
  color: #ccc;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.focus,
.datepicker table tr td.today:hover.focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:hover.focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.today,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today:hover.disabled.focus,
.datepicker table tr td.today.disabled.disabled.focus,
.datepicker table tr td.today.disabled:hover.disabled.focus,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today:hover[disabled].focus,
.datepicker table tr td.today.disabled[disabled].focus,
.datepicker table tr td.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:hover.focus,
fieldset[disabled] .datepicker table tr td.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
  color: #ffdb99;
  background-color: #000;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:hover.focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.range.today,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today:hover.disabled.focus,
.datepicker table tr td.range.today.disabled.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today:hover[disabled].focus,
.datepicker table tr td.range.today.disabled[disabled].focus,
.datepicker table tr td.range.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:hover.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
  color: #f7ca77;
  background-color: #000;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected:hover.focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:hover.focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected:hover.disabled.focus,
.datepicker table tr td.selected.disabled.disabled.focus,
.datepicker table tr td.selected.disabled:hover.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected:hover[disabled].focus,
.datepicker table tr td.selected.disabled[disabled].focus,
.datepicker table tr td.selected.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected:hover.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
  color: #777777;
  background-color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #FFF;
  background-color: #B327CC;
  border-color: #a023b7;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active:hover.focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:hover.focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #FFF;
  background-color: #8d1fa1;
  border-color: #731983;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active:hover.disabled.focus,
.datepicker table tr td.active.disabled.disabled.focus,
.datepicker table tr td.active.disabled:hover.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active:hover[disabled].focus,
.datepicker table tr td.active.disabled[disabled].focus,
.datepicker table tr td.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active:hover.focus,
fieldset[disabled] .datepicker table tr td.active.disabled.focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #B327CC;
  border-color: #a023b7;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
  color: #B327CC;
  background-color: #FFF;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #FFF;
  background-color: #B327CC;
  border-color: #a023b7;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #FFF;
  background-color: #8d1fa1;
  border-color: #731983;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #B327CC;
  border-color: #a023b7;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #B327CC;
  background-color: #FFF;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active:hover.focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:hover.focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-color: #cd0196;
  background: -webkit-gradient(linear, left top, left bottom, from(#cd0196), to(#cc015a));
  background: -webkit-linear-gradient(top, #cd0196, #cc015a);
  background: -moz-linear-gradient(top, #cd0196, #cc015a);
  background: -ms-linear-gradient(top, #cd0196, #cc015a);
  background: -o-linear-gradient(top, #cd0196, #cc015a);
}
.date-picker {
  max-width: 500px;
}
/** --------------- Today's date highlight on page load ------------- **/
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: transparent;
  border: none;
}
.datepicker table tr td.today:hover {
  background: #eeeeee!important;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.active.disabled,
.datepicker table tr td.today.active.disabled:hover {
  border: 1px solid #731983;
}
.datepicker table tr td.today.active:hover {
  background-color: #cd0196 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#cd0196), to(#cc015a)) !important;
  background: -webkit-linear-gradient(top, #cd0196, #cc015a) !important;
  background: -moz-linear-gradient(top, #cd0196, #cc015a) !important;
  background: -ms-linear-gradient(top, #cd0196, #cc015a) !important;
  background: -o-linear-gradient(top, #cd0196, #cc015a) !important;
}
.remove-link {
  display: block;
  padding-top: 14.3px;
  float: right;
}
.help-link,
.help-link:hover,
.help-link:focus {
  width: 23px;
  height: 23px;
  display: block;
  float: left;
  border-radius: 100%;
  background-color: #a9a9a9;
  color: #fff;
  font-weight: bolder;
  margin-top: 9px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 23px;
}
.help-link.remove-link,
.help-link:hover.remove-link,
.help-link:focus.remove-link {
  width: auto;
  height: auto;
  float: none;
  background: transparent;
  color: #B327CC;
  padding-top: 23px;
}
.help-link.remove-link .text-remove,
.help-link:hover.remove-link .text-remove,
.help-link:focus.remove-link .text-remove {
  text-decoration: underline;
  margin-left: 5px;
  color: #700f90;
}
.remove-group.help-group {
  position: absolute;
  top: 40px;
  z-index: 1000;
}
.remove-group .help-show {
  padding-top: 0;
}
.remove-group .help {
  color: #B327CC;
  padding: 10px 10px;
}
.sub-section-inner .help-link,
.sub-section-inner .help-link:hover,
.sub-section-inner .help-link:focus {
  float: right;
}
@media (max-width: 767px) {
  .sub-section-inner .help-link,
  .sub-section-inner .help-link:hover,
  .sub-section-inner .help-link:focus {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .sub-section-inner .form-group a.help-link {
    padding-top: 0;
  }
}
.sub-section-inner .remove-group div.reset-left-gap {
  float: right;
}
.sub-section-inner .remove-group.help-group {
  right: 0;
  top: 42px;
  float: right;
}
.help-group {
  display: none;
  position: relative;
  padding: 0;
}
.help-group .arrow-wrapper {
  float: right;
  margin-right: 12px;
}
.help-group .arrow-wrapper .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eeeeee;
}
.help {
  position: relative;
  min-height: 20px;
  padding: 10px 30px;
  background-color: #dbeff7;
  border-radius: 4px;
  margin-top: 10px;
}
.help blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .help {
    padding: 6px;
  }
}
.highlight-box {
  margin-top: 10px;
  background-color: #FFF;
  padding: 20px;
  border-radius: 6px;
  border: solid 1px #5e3282;
}
.glyphicon-trash.glyphicon-chevron-down:before,
.glyphicon-trash.glyphicon-chevron-right:before {
  content: "\e020";
}
.help-show {
  padding-top: 10px;
}
@media (max-width: 750px) {
  .reset-left-gap.help-toggle.three-elements {
    padding-left: 15px;
  }
}
@media (min-width: 970px) and (max-width: 1170px) {
  .reset-left-gap.help-toggle.three-elements {
    padding-left: 15px;
  }
}
#service-group {
  float: left;
  position: fixed;
  left: 0;
  width: 100%;
  background: #B327CC;
  color: #FFF;
  padding: 0px 0;
  z-index: 9;
}
#service-group .close {
  opacity: 1;
  display: inline-block;
}
#service-group .close a {
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  margin: 0 0 0 0;
  font-weight: 200;
  position: relative;
  top: -4px;
}
#service-group .close a a:hover {
  color: #FFF;
  text-decoration: none;
}
#service-group a,
#service-group a:hover,
#service-group a:focus,
#service-group a:visited {
  color: #FFF;
}
#service-group a {
  text-decoration: none;
}
#service-group ul {
  float: left;
  width: auto;
}
#service-group ul li {
  list-style-type: none;
  display: inline-block;
  padding: 5px 20px;
  color: #FFF;
}
@media (min-width: 992px) {
  #service-group ul li {
    display: inline;
    padding: 0;
  }
}
#service-group ul li.headPhone {
  background: #00b4d5;
  padding: 0px;
  position: fixed;
  top: 0;
  right: 68px;
}
@media (min-width: 992px) {
  #service-group ul li.headPhone {
    padding: 0px;
  }
}
#service-group ul li a {
  color: #FFF;
  text-decoration: none;
  margin: 0 5px 0 0;
}
#service-group ul li a a:hover,
#service-group ul li a a:focus,
#service-group ul li a a:visited {
  color: #FFF;
  text-decoration: none;
}
#service-group .service-box {
  display: block;
  width: 80%;
  margin: 10px auto;
  font-size: .9em;
  border: 1px solid #ccc;
  padding: 10px;
  float: right;
  width: auto;
  margin-right: 15px;
}
@media 480px {
  #service-group .service-box {
    font-size: .8em;
  }
}
#service-group .service-box:before {
  margin: 2px 10px 0;
}
#service-group .service-toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
  background: #B327CC;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  #service-group .service-toggle {
    padding: 8px 20px;
  }
}
#service-group .service-toggle .glyphicon-earphone {
  top: 0px;
  background: #00b4d5;
  display: inline-block;
  padding: 7px 20px;
  margin: 0;
  margin-bottom: -11px;
  position: inherit;
}
#service-group .service-toggle .glyphicon-earphone:before {
  font-size: 17px;
}
#service-group .service-toggle .service-link {
  margin-right: 8px;
  font-size: 1.1em;
}
#service-group .service-toggle:hover {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#service-group #service-phone-mobile {
  display: none;
}
@media 480px {
  #service-group #service-phone {
    display: none;
  }
  #service-group #service-phone-mobile {
    display: block;
  }
  #service-group #service-chat {
    display: none;
  }
}
#service-group .service-mobile {
  cursor: pointer;
  background: #B327CC;
  white-space: nowrap;
  overflow: hidden;
  direction: ltr;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 0;
}
#service-group .glyphicon-earphone:before {
  margin-left: 11px;
  font-size: 17px;
}
.service-mobile-xs {
  background: #B327CC;
  position: fixed;
  right: 0;
  top: 10px;
  padding: 10px 0 4px;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.6);
}
#service-group .service-mobile-xs .glyphicon-earphone:before {
  margin-left: 0px;
}
.triangle-down {
  display: inline-block;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
}
.triangle-up {
  display: inline-block;
  border-bottom: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
}
/***************** Progress Bar *****************/
.steps-bar {
  margin: 70px auto 40px;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  font-size: .9em;
}
@media (max-width: 970px) {
  .steps-bar {
    margin-bottom: 40px;
  }
}
.steps-bar .steps-bar-divider {
  width: 88%;
  height: 5px;
  position: absolute;
  top: 16px;
  left: 6%;
  background: #ebebeb;
  display: block;
  z-index: -1;
}
.steps-bar .steps-bar-step {
  width: 19%;
  float: left;
  text-align: left;
  font-family: "rsa_sansmedium";
  color: #999;
  margin-right: 1%;
}
.steps-bar .steps-bar-number {
  background: #818181;
  display: block;
  border-radius: 0;
  width: 100%;
  height: 10px;
  line-height: 34px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.steps-bar .steps-bar-number.on {
  color: #fff;
  background-color: #00c2db;
}
.steps-bar .progress-bar-number.active {
  background: #fff;
  border: none;
  color: #fff;
}
.steps-bar .steps-bar-step.end {
  width: 20%;
  margin-right: 0px;
}
.steps-bar .steps-bar-step.first .steps-bar-text {
  text-align: left;
}
.steps-bar .steps-bar-step.last .steps-bar-text {
  text-align: right;
  clear: both;
}
.steps-bar .steps-bar-text {
  font-family: "rsa_sansmedium";
  text-transform: capitalize;
  float: left;
  padding: 5px 0 0;
}
.steps-bar .steps-bar-text.on {
  color: #333;
}
/***************** Progress Bar *****************/
.slider-bar-step {
  float: left;
  width: 100%;
}
.slider-bar-step .slider-bar-text {
  width: 24%;
  float: left;
  text-align: left;
  font-family: "rsa_sansbold";
  color: #d6d6d6;
  margin-right: 1%;
}
.slider-bar-step .slider-bar-text.mid-left {
  width: 24%;
  margin-right: 0px;
}
.slider-bar-step .slider-bar-text.mid {
  width: 25%;
}
.slider-bar-step .slider-bar-text.last {
  margin-right: 0px;
  width: 25%;
}
.slider-bar-step .slider-bar-text.last .last {
  text-align: right;
  float: right;
  position: relative;
  margin-right: -15px;
}
.slider.slider-horizontal {
  border-radius: 0px;
  background: #ebebeb;
  height: 30px;
  border: 0;
  width: 100%;
  position: relative;
}
.slider.slider-horizontal .slider-handle {
  margin-top: -5px;
  border-radius: 0;
  background: #00c2db;
  border: 0;
  top: 3px;
  height: 34px;
  width: 2.2em;
  margin-left: -0.2em;
  position: absolute;
  opacity: 1;
  outline: 0;
  cursor: pointer;
}
.slider.slider-horizontal .slider-handle.last {
  margin-left: -2em;
}
.slide_amount {
  width: 42px;
  border: 1px solid #777;
  font-weight: 200;
  color: #555;
  padding: 0 5px;
}
.slide_amount:focus {
  border: 1px solid #555;
  outline: 0;
  -webkit-box-shadow: 0 0px 5px #B327CC;
  -moz-box-shadow: 0 0px 5px #B327CC;
  box-shadow: 0 0px 5px #B327CC;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.slider-text {
  color: #333;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
.slider-text input {
  font-size: 16px;
  padding: 5px;
}
.uniform-checkbox {
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  margin-right: 18px;
  border-color: #eee;
}
.uniform-checkbox.checked {
}
.uniform-checkbox label {
  display: inline-block;
  padding: 15px 18px 15px;
  text-align: left;
  font-size: 16px;
}
.uniform-checkbox:first-of-type {
  padding-left: 0;
}
.uniform-checkbox:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.checker {
  position: initial;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px !important;
}
.checker input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  width: 19px;
  height: 19px;
}
.checker span {
  width: 100%;
  border: 0;
  line-height: 150%;
  font-size: 16px;
  font-family: morethan-regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 700;
  float: left;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../components/uniform-checkbox/images/checkbox3.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  background-position: 0px 0px;
}
.checker span.checked {
  background-position: 0px -26px;
  background-image: url('../components/uniform-checkbox/images/checkbox3.png');
}
.uniform-radio {
  padding: 0;
  margin-right: 18px;
  background: #eee;
  border-color: #eee;
}
.uniform-radio.checked {
  border: 2px solid #00c2db;
  padding-top: 0;
}
.uniform-radio.checked label {
  padding: 10px 18px 2px 33px;
}
.uniform-radio label {
  display: block;
  padding: 12px 20px 3px 35px;
  text-align: left;
  font-size: 16px;
}
.uniform-radio:first-of-type {
  padding-left: 0;
}
.uniform-radio:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.radio {
  position: initial;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0 !important;
  float: left;
  width: auto;
}
.radio input[type=radio] {
  margin-left: 6px;
  margin-top: -6px;
}
.radio span {
  display: inline-block;
  width: 100%;
  border: 0;
  line-height: 150%;
  font-size: 16px;
  font-family: morethan-regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 700;
  float: left;
  position: relative;
}
.radio span.checked {
  cursor: default;
}
.radio span.checked:before {
  top: 10px;
  left: 6px;
}
.radio span.checked:after {
  content: ' ';
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 1px #00c2db;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 15px;
  left: 11px;
  background-color: #00c2db;
}
.radio span.checked input[type=radio] {
  margin-left: 3px;
  margin-top: -8px;
}
.radio span:before {
  content: ' ';
  position: absolute;
  width: 20px;
  height: 20px;
  border: solid 1px #afafaf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  left: 8px;
  background-color: #fff;
}
.twoLineHgt label {
  min-height: 64px;
}
.twoLineHgt.checked label {
  min-height: 60px;
}
.threeLinefix label {
}
.threeLineHgt label {
  min-height: 88px;
}
.threeLineHgt.checked label {
  min-height: 84px;
}
.uniform-select {
}
.uniform-select.focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(179, 39, 204, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(179, 39, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(179, 39, 204, 0.6);
  height: 47px;
}
.uniform-select,
.uniform-select span {
  background: url("../components/uniform-select-box/images/sprite_03.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  background-position: 0px -118px;
  height: 47px;
  float: left;
  padding-left: 2%;
  position: relative;
  width: 100%;
}
.uniform-select .form-control {
  opacity: 0;
  background: none;
  position: absolute;
  top: 1px;
  left: 1px;
  border: none;
  padding: 0;
  width: 100%;
}
.uniform-select span {
  background-position: right -10px;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 0;
  float: left;
  width: 100%;
  line-height: 48px;
  font-size: 18px;
}
/*Auto Suggest dropdown*/
.autosuggest_container {
  position: relative;
}
.autosuggest_dropdown {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 15px;
  background: #FFF;
  border: 1px solid #555555;
  border-top: none;
}
.autosuggest_dropdown ul {
  margin: 0px;
  padding: 0px;
}
.autosuggest_dropdown ul li {
  padding: 7px 10px;
  list-style: none;
}
.autosuggest_dropdown ul li:hover {
  background: #eeeeee;
  cursor: pointer;
}
.error-font {
  font-size: 0.875em;
}
html {
  min-height: 100%;
  height: 100%;
}
body {
  width: -webkit-fill-available;
  height: 919px;
  font-family: rsa_sansregular;
  background-color: #F5F8FA;
  color: #333333;
  font-size: 16px;
  line-height: 1.42857143;
  min-height: 100%;
  overflow-y: scroll;
  position: relative;
}
p {
  margin-bottom: 1em;
}
p.page-intro {
  font-family: rsa_sanslight;
}
a {
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
label {
  font-family: rsa_sansmedium;
}
label ul {
  font-family: rsa_sansregular;
  font-weight: normal;
}
.navLink-bottom {
  font-size: 0.875em !important;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .navLink-bottom {
    float: right !important;
    width: auto !important;
    text-align: right !important;
  }
}
@media (max-width: 767px) {
  .navLink-bottom {
    float: none !important;
    width: 100% !important;
    text-align: left !important;
    margin-top: 25px;
  }
}
textarea {
  resize: none;
}
@-moz-document url-prefix() {
  input {
    border-style: solid;
  }
}
/* Clearfix Hack */
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer,
.main-header,
.data-list--table,
.data-list--table > li,
.vehicle-list {
  display: block;
  zoom: 1;
}
.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,
.main-header:after,
.data-list--table:after,
.data-list--table > li:after,
.vehicle-list:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
}
/**
  In order to avoid conflicts with already existing components that
  use <ul> elements I've added a container class that will apply default
  list styling when wrapped around a <ul> element.
 */
.list-container ul {
  list-style: none;
}
.list-container ul > li {
  font-size: 0.875em;
  margin-bottom: 1em;
  position: relative;
}
.list-container ul > li:before {
  font-family: Arial;
  content: "\002022";
  color: #660085;
  font-size: 16px;
  position: absolute;
  top: 3px;
  left: -1em;
  line-height: 1;
}
.list-container--nodots ul {
  padding-left: 0;
}
.list-container--nodots ul > li:before {
  display: none;
}
#feedbackify .fby-tab {
  display: none;
}
.border-box {
  border: 1px solid #c9c9c9;
  padding: 20px;
}
.dialog-box {
  margin-top: 0;
  padding: 20px 20px 30px 20px;
  background: #dbeff7;
  position: relative;
  top: 30px;
  margin-bottom: 25px;
  clear: both;
}
.dialog-box .input-list {
  margin-top: 20px;
}
.dialog-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.dialog-box p {
  clear: both;
}
.alertsLeft-padding {
  padding: 30px 30px 30px 70px;
}
.error {
  background: #FFF;
  border: 1px solid #db3a31;
  color: #db3a31;
  padding: 20px 50px 30px 50px;
}
.error_container {
  overflow: hidden;
}
.error_container .error-msg {
  display: inline-block;
  clear: both;
  margin-top: 5px;
  color: #db3a31;
  font-size: 0.875em;
  width: 100%;
}
.success-box {
  background: #FFF;
  border: 1px solid #43cb83;
  padding: 20px 50px 30px 50px;
  text-align: center;
}
.success-box h3 {
  margin-top: 0;
}
.success-box span.success-icon {
  position: relative;
  top: -10px;
}
.success-box span.success-icon:before {
  font-family: Linearicons;
  color: #43cb83;
  content: "\ec59";
  font-size: 40px;
}
@media (max-width: 543px) {
  .success-box {
    padding: 20px 20px 30px 20px;
  }
}
.error-box {
  background: #FFF;
  border: 1px solid #db3a31;
  padding: 20px 50px 30px 50px;
  text-align: center;
}
.error-box h3 {
  margin-top: 0;
}
.error-box span.error-icon {
  position: relative;
  top: -10px;
}
.error-box span.error-icon:before {
  font-family: Linearicons;
  color: #db3a31;
  content: "\ec5a";
  font-size: 40px;
}
@media (max-width: 543px) {
  .error-box {
    padding: 20px 20px 30px 20px;
  }
}
.warning-box {
  background: #fff8e5;
  padding: 20px 20px 30px 20px;
  text-align: center;
}
.warning-box h3 {
  margin-top: 0;
}
.warning-box span.warning-icon {
  position: relative;
  top: -10px;
}
.warning-box span.warning-icon:before {
  font-family: Linearicons;
  color: #ffbf05;
  content: "\ec55";
  font-size: 40px;
}
.warningLeft-box {
  overflow: hidden;
  background: #fff8e5;
  padding: 30px 30px 30px 70px;
  position: relative;
}
@media (max-width: 767px) {
  .warningLeft-box {
    text-align: center;
    padding: 30px;
  }
}
@media (max-width: 543px) {
  .warningLeft-box {
    padding: 20px;
  }
}
.warningLeft-box span.warning-icon {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 767px) {
  .warningLeft-box span.warning-icon {
    position: relative;
    top: -10px;
    left: auto;
  }
}
.warningLeft-box span.warning-icon:before {
  font-family: Linearicons;
  color: #ffbf05;
  content: "\ec55";
  font-size: 35px;
}
.infoLeft-box {
  overflow: hidden;
  background: #eaf3f8;
  padding: 30px 30px 30px 70px;
  position: relative;
}
@media (max-width: 767px) {
  .infoLeft-box {
    text-align: center;
    padding: 30px;
  }
}
@media (max-width: 543px) {
  .infoLeft-box {
    padding: 20px;
  }
}
.infoLeft-box span.info-icon {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 767px) {
  .infoLeft-box span.info-icon {
    position: relative;
    top: -10px;
    left: auto;
  }
}
.infoLeft-box span.info-icon:before {
  font-family: Linearicons;
  color: #0d62c2;
  content: "\ec56";
  font-size: 35px;
}
.title-block {
  position: relative;
  margin-bottom: 15px;
}
.title-block p {
  font-family: rsa_sansmedium;
  padding-right: 25px;
  display: block;
}
.nav-top-border {
  border-top: 1px solid #c9c9c9;
}
.kickout-border {
  border-top: 1px solid #eee !important;
}
.border-btm-lgt {
  border-bottom: 1px solid #f4f4f4;
}
.border-btm-drk {
  border-bottom: 1px solid #ccc;
}
.help-text {
  text-align: center;
}
@media (max-width: 543px) {
  .help-text {
    text-align: left;
  }
}
.scrollTextarea {
  padding: 15px;
  width: 100%;
  overflow-y: scroll;
  border: 1px solid #999999;
  font-family: rsa_sanslight;
}
.functionalArea {
  padding: 20px 50px 30px 50px;
  background: #dbeff7;
}
@media (max-width: 450px) {
  .functionalArea {
    padding: 20px;
  }
}
.errorArea {
  padding: 20px 50px 30px 50px;
  border: 1px solid #db3a31;
}
@media (max-width: 450px) {
  .errorArea {
    padding: 20px;
  }
}
.infoArea {
  padding: 20px 50px 30px 50px;
  background: #c9c9c9;
}
@media (max-width: 450px) {
  .infoArea {
    padding: 20px;
  }
}
.infoBox-blue {
  padding: 20px 20px 30px 20px;
  background: #dbeff7;
}
.multiInfo-wrap {
  padding: 20px 20px 30px 20px;
  border: 1px solid #c9c9c9;
}
@media (max-width: 545px) {
  .multiInfo-wrap {
    padding: 15px 15px 20px 15px;
  }
}
.multiInfo-wrap .warning-box {
  border: none;
  background: #fff8e5;
}
@media (max-width: 545px) {
  .multiInfo-wrap .warning-box {
    padding: 20px 15px 30px 15px;
  }
}
.kickout-phone {
  background: #f4f4f4;
  color: #999999;
  text-align: center;
  padding: 30px 40px;
}
.kickout-phone a,
.kickout-phone span {
  color: #333333;
  font-size: 1.25em;
}
@media (max-width: 543px) {
  .kickout-phone {
    padding: 20px 40px;
    background: #B327CC;
    color: #FFF;
  }
  .kickout-phone a,
  .kickout-phone span {
    color: #FFF !important;
  }
}
.help {
  background: #f4f4f4;
  padding: 20px 50px 30px 50px;
  margin-top: 10px;
  bottom: 15px;
  min-height: 20px;
  position: relative;
  font-size: 0.875em;
  clear: both;
  border-radius: 0;
}
.help p {
  font-size: 0.875em;
}
@media (max-width: 400px) {
  .help {
    padding: 20px;
  }
}
.positionR {
  position: relative;
}
.top-margin {
  margin-top: 20px;
}
.left-padding {
  padding-left: 25px;
}
.noTop-margin {
  margin-top: 0 !important;
}
.noRight-margin {
  margin-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.btn-blank {
  padding: 9px 29px !important;
  color: #B327CC !important;
  background: #FFF !important;
  border: 1px solid #B327CC !important;
}
.btn-blank:hover {
  background: #B327CC !important;
  color: #FFF !important;
}
.purple {
  color: #660085 !important;
}
.purple-drk {
  color: #3C025F !important;
}
.blue {
  color: #2b95d8;
}
.greyMed {
  color: #999999;
}
.greyReg {
  color: #666666;
}
.left-align {
  text-align: left !important;
}
.leftSec-leftCol {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .leftSec-leftCol {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .leftSec-leftCol {
    padding: 0;
  }
}
.leftSec-leftCol h3 {
  margin-top: 0;
}
.leftSec-rightCol {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .leftSec-rightCol {
    float: left;
    width: 50%;
  }
}
.leftSec-rightCol .success-box,
.leftSec-rightCol .error-box {
  padding: 20px 15px 30px 15px !important;
}
@media (max-width: 767px) {
  .leftSec-rightCol {
    padding: 0;
  }
}
.btn-font14 {
  font-size: 14px !important;
}
.font12 {
  font-size: 12px !important;
}
.div-font14 {
  font-size: 14px;
}
.font18 {
  font-size: 18px !important;
  display: block;
}
.noDisplay {
  display: none !important;
}
.dark-font {
  color: #333333 !important;
}
.light-font {
  font-family: rsa_sanslight;
}
.margin-B15 {
  margin-bottom: 15px !important;
}
.margin-B20 {
  margin-bottom: 20px !important;
}
.margin-B25 {
  margin-bottom: 25px !important;
}
.margin-B30 {
  margin-bottom: 30px !important;
}
.margin-T10 {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
.margin-T15 {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}
.margin-T20 {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.margin-T30 {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}
.margin-R10 {
  margin-right: 10px !important;
}
.no-margin {
  margin: 0 !important;
}
.box-padding {
  padding: 20px 50px 30px 50px;
}
.wrap-padding-sm {
  padding: 20px 15px;
}
.wrap-padding-lg {
  padding: 30px 25px;
}
.vehicleWrap-padding {
  padding: 20px 20px 30px 20px;
}
.title-paddingReg {
  padding: 15px;
}
.left-list {
  padding-left: 15px;
}
.blue-bg {
  background: #dbeff7;
  padding: 20px 50px 30px 50px;
  margin-top: 30px;
}
@media (max-width: 543px) {
  .blue-bg {
    padding: 20px;
  }
}
.blue-bg .input-list {
  margin-top: 0;
}
.grey-bg {
  background: #f4f4f4 !important;
}
.no-bg {
  background: transparent !important;
}

.purple-label label,
label.label-purple {
  color: #3C025F;
  font-weight: normal;
}
@media (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}
.mobile-show {
  display: none;
}
@media (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
ul.vehicleInfo {
  list-style: none;
  padding: 0;
}
ul.vehicleInfo h3 {
  margin: 0;
}
ul.vehicleInfo h5 {
  margin: 5px 0;
  line-height: 15px;
}
ul.vehicleInfo .h8 {
  line-height: 15px;
}
.greyHover-box {
  border: 1px solid #c9c9c9;
}
.greyHover-box:hover,
.greyHover-box.clicked,
.greyHover-box.checked {
  cursor: pointer;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}
.radio-twoCols .radio-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .radio-twoCols .radio-box {
    float: left;
    width: 50%;
  }
}
.radio-twoCols .radio-box:first-of-type {
  padding: 0;
}
.radio-twoCols .radio-box:nth-of-type(2) {
  padding-right: 0;
}
@media (max-width: 767px) {
  .radio-twoCols .radio-box:nth-of-type(2) {
    padding: 0;
    margin-top: 25px;
  }
}
.radio-twoCols .radio-box .radio-boxDetail {
  padding: 15px;
  border: 1px solid #c9c9c9;
}
.radio-twoCols .radio-box .radio-boxDetail:hover,
.radio-twoCols .radio-box .radio-boxDetail.clicked,
.radio-twoCols .radio-box .radio-boxDetail.checked {
  cursor: pointer;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}
.radio-twoCols .radio-box .radio-boxDetail:hover {
  cursor: default;
}
.radio-postMVP .form-group {
  margin: 0;
}
.radio-postMVP .input-list__row {
  padding: 0;
}
.radio-postMVP .radio span:before {
  top: 0;
  left: 0;
}
.radio-postMVP .radio span.checked:before {
  top: 0;
  left: 0;
  border-color: #2b95d8;
}
.radio-postMVP .radio span.checked:after {
  top: 5px;
  left: 5px;
}
.radio-postMVP label,
.radio-postMVP .checked label {
  padding: 0 0 0 35px !important;
}
@media (max-width: 767px) {
  .text-mobileCenter {
    text-align: center;
  }
}
.noteBtm {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.blockDisplay {
  display: block;
}
.tableMessage {
  margin-top: 45px;
}
.tableMessage table {
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .tableMessage table {
    text-align: left;
  }
}
.tableMessage .successMessage {
  font-size: 14px;
}
.tableMessage .successMessage td {
  padding: 10px 10px 10px 40px;
  background: #e3f7ed;
  position: relative;
}
.tableMessage .successMessage td:before {
  font-family: Linearicons;
  content: '\ec59';
  color: #43cb83;
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 5px;
}
.tableMessage .errorMessage {
  font-size: 14px;
}
.tableMessage .errorMessage td {
  padding: 10px 10px 10px 40px;
  background: #fbebea;
  position: relative;
}
.tableMessage .errorMessage td:before {
  font-family: Linearicons;
  content: '\ec56';
  color: #db3a31;
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 5px;
}
@media (max-width: 767px) {
  .tableMessage.centerMobile .successMessage,
  .tableMessage.centerMobile .errorMessage {
    text-align: center;
  }
  .tableMessage.centerMobile .successMessage td,
  .tableMessage.centerMobile .errorMessage td {
    padding: 10px;
  }
  .tableMessage.centerMobile .successMessage td:before,
  .tableMessage.centerMobile .errorMessage td:before {
    display: block;
    position: static;
    margin-bottom: 10px;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.eot') format('eot'), url('../fonts/glyphicons-halflings-regular.ttf') format('ttf'), url('../fonts/glyphicons-halflings-regular.woff') format('woff');
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/rsa/icomoon.eot?hxdi1o');
  src: url('../fonts/rsa/icomoon.eot?hxdi1o#iefix') format('embedded-opentype'), url('../fonts/rsa/icomoon.ttf?hxdi1o') format('truetype'), url('../fonts/rsa/icomoon.woff?hxdi1o') format('woff'), url('../fonts/rsa/icomoon.svg?hxdi1o#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon2';
  src: url('../fonts/rsa/icomoon2.eot?hxdi1o');
  src: url('../fonts/rsa/icomoon2.eot?hxdi1o#iefix') format('embedded-opentype'), url('../fonts/rsa/icomoon2.ttf?hxdi1o') format('truetype'), url('../fonts/rsa/icomoon2.woff?hxdi1o') format('woff'), url('../fonts/rsa/icomoon2.svg?hxdi1o#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon3';
  src: url('../fonts/rsa/icomoon3.eot?xq7txe');
  src: url('../fonts/rsa/icomoon3.eot?xq7txe#iefix') format('embedded-opentype'), url('../fonts/rsa/icomoon3.ttf?xq7txe') format('truetype'), url('../fonts/rsa/icomoon3.woff?xq7txe') format('woff'), url('../fonts/rsa/icomoon3.svg?xq7txe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon4';
  src: url('../fonts/rsa/icomoon4.eot?xq7txe');
  src: url('../fonts/rsa/icomoon4.eot?xq7txe#iefix') format('embedded-opentype'), url('../fonts/rsa/icomoon4.ttf?xq7txe') format('truetype'), url('../fonts/rsa/icomoon4.woff?xq7txe') format('woff'), url('../fonts/rsa/icomoon4.svg?xq7txe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rsa-icons';
  src: url('../fonts/rsa/rsa-icons.eot?40u59d');
  src: url('../fonts/rsa/rsa-icons.eot?40u59d#iefix') format('embedded-opentype'), url('../fonts/rsa/rsa-icons.ttf?40u59d') format('truetype'), url('../fonts/rsa/rsa-icons.woff?40u59d') format('woff'), url('../fonts/rsa/rsa-icons.svg?40u59d#Linearicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Linearicons';
  src: url('../fonts/rsa/Linearicons.eot?40u59d');
  src: url('../fonts/rsa/Linearicons.eot?40u59d#iefix') format('embedded-opentype'), url('../fonts/rsa/Linearicons.ttf?40u59d') format('truetype'), url('../fonts/rsa/Linearicons.woff?40u59d') format('woff'), url('../fonts/rsa/Linearicons.svg?40u59d#Linearicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
em.emphasize {
  font-weight: 900;
  color: #B327CC;
  font-style: normal;
}
b,
strong {
  font-family: rsa_sansmedium;
  font-weight: normal;
}
p {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: rsa_sansregular;
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
h1 {
  font-size: 1.75em;
  color: #666666;
}
@media (min-width: 992px) {
  h1 {
    font-size: 1.75em;
  }
}
h2 {
  font-size: 1.25em;
  margin-bottom: 1.5em;
  color: #FFF;
}
h3 {
  font-family: rsa_sansmedium;
  font-size: 18px;
  color: #333333;
}
h4 {
  font-family: rsa_sansmedium;
  font-size: 16px;
}
h5 {
  font-family: rsa_sanslight;
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-family: rsa_sansregular;
  font-size: 14px;
  line-height: 21px;
}
.h7 {
  font-family: rsa_sansregular !important;
  font-size: 12px;
}
.h8 {
  font-family: rsa_sanslight !important;
  font-size: 12px;
  line-height: 21px;
}
.button-row a {
  white-space: normal;
  height: 60px;
  border-radius: 0;
  font-size: 1em;
  background-color: #c9c9c9;
  color: #666666;
  border: 1px solid #FFF;
}
.button-row a.selected,
.button-row a:hover {
  background-color: #660085;
  color: #FFF;
}
.datepicker table tr td.day.active.active {
  background: #660085 !important;
}
.control-label {
  font-family: rsa_sansregular;
  color: #333333;
}
#container-body {
  min-height: 700px;
}
.content-wrap {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .content-wrap {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .content-wrap {
    margin-left: 25%;
  }
}
.intro-section h5 {
  margin-bottom: 30px;
}
.left-section {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .left-section {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 991px) {
  .left-section {
    padding: 0;
  }
  .left-section .left-main-content {
    padding: 0;
  }
}
.left-main-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .left-main-content {
    float: left;
    width: 50%;
  }
}
.right-section {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 992px) {
  .right-section {
    float: left;
    width: 33.33333333%;
  }
}
.right-section .rightSec-content {
  background: #f4f4f4;
  padding: 20px 20px 30px 20px;
}
.right-section .rightSec-content h5 {
  margin: 0;
  font-family: rsa_sansmedium;
}
.right-section .rightSec-content ul {
  padding-left: 15px;
}
.right-section .rightSec-content ul li {
  font-size: 12px;
  margin-top: 20px;
}
.right-section .rightSec-content2 {
  border: 1px solid #c9c9c9;
  padding: 20px;
}
@media (max-width: 991px) {
  .right-section {
    padding: 0;
  }
}
.left-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 992px) {
  .left-side {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .left-side {
    width: calc(66.66666667% - 15px);
  }
}
.policyNum-box {
  text-align: center;
  background: #f4f4f4;
  padding: 20px 60px;
  font-size: 14px;
}
@media (max-width: 543px) {
  .policyNum-box {
    padding: 20px;
  }
}
.kickout-content-wrap {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .kickout-content-wrap {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .kickout-content-wrap {
    margin-left: 16.66666667%;
  }
}
.left-section-postMVP {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .left-section-postMVP {
    float: left;
    width: 75%;
  }
}
@media (max-width: 991px) {
  .left-section-postMVP {
    padding: 0;
  }
  .left-section-postMVP .left-main-content {
    padding: 0;
  }
}
.left-section-postMVP h1 {
  margin-bottom: 15px;
}
.left-section-postMVP.intro-section h1,
.left-section-postMVP .intro-section h1 {
  font-family: rsa_sanslight;
  font-size: 2.3em;
}
@media (max-width: 991px) {
  .left-section-postMVP.intro-section,
  .left-section-postMVP .intro-section {
    text-align: center;
  }
}
.left-side-postMVP {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 992px) {
  .left-side-postMVP {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .left-side-postMVP {
    width: calc(75% - 15px);
  }
}
.right-section-postMVP {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 992px) {
  .right-section-postMVP {
    float: left;
    width: 25%;
  }
}
.right-section-postMVP .questionIcon:before {
  font-family: icomoon3;
  content: '\e901';
  font-size: 40px;
  color: #896295;
}
.right-section-postMVP .dollarIcon:before {
  font-family: Linearicons;
  content: '\ecea';
  font-size: 40px;
  color: #B327CC;
}
.right-section-postMVP .rightSec-content {
  background: #ede7ef;
  padding: 20px 20px 30px 20px;
}
.right-section-postMVP .rightSec-content ul {
  padding-left: 20px;
  list-style-type: none;
  text-align: left;
}
@media (max-width: 991px) {
  .right-section-postMVP .rightSec-content ul {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 543px) {
  .right-section-postMVP .rightSec-content ul {
    text-align: left;
    padding-left: 20px;
  }
}
.right-section-postMVP .rightSec-content ul li {
  font-size: 12px;
  margin-top: 20px;
  position: relative;
}
.right-section-postMVP .rightSec-content ul li:before {
  font-family: Linearicons;
  content: "\ec9d";
  font-size: 9px;
  vertical-align: middle;
  line-height: 20px;
  position: absolute;
  left: -17px;
}
@media (max-width: 991px) {
  .right-section-postMVP .rightSec-content ul li:before {
    position: relative;
  }
}
@media (max-width: 543px) {
  .right-section-postMVP .rightSec-content ul li:before {
    position: absolute;
  }
}
.right-section-postMVP .rightSec-content2 {
  border: 1px solid #c9c9c9;
  padding: 20px;
}
@media (max-width: 991px) {
  .right-section-postMVP {
    padding: 0;
  }
}
/*------------------------------------*\
    #TYPOGRAPHY HELPERS
\*------------------------------------*/
/**
 * 
 */
.txt--md {
  font-size: 1.125em !important;
}
.txt--lg {
  font-size: 1.5em !important;
}
.txt--xl {
  font-size: 2em !important;
}
.txt--weight-reg {
  font-family: rsa_sansregular;
}
.txt--weight-bld {
  font-family: rsa_sansmedium;
}
.txt--weight-xbld {
  font-family: rsa_sansmedium;
  font-weight: bold;
}
.txt--weight-lgt {
  font-family: rsa_sanslight;
}
.txt--block {
  display: block !important;
}
.txt--color-lgt {
  color: #FFF !important;
}
.txt--color-purple {
  color: #660085 !important;
}
.txt--color-purple-drk {
  color: #3C025F !important;
}
.txt--ellipse {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.margin {
  margin: 1em !important;
}
.margin--top {
  margin-top: 1em !important;
}
.margin--right {
  margin-right: 1em !important;
}
.margin--bottom {
  margin-bottom: 1em !important;
}
.margin--left {
  margin-left: 1em !important;
}
.margin--ends {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}
.margin--sides {
  margin-right: 1em !important;
  margin-left: 1em !important;
}
.margin-sm {
  margin: 0.5em !important;
}
.margin-sm--top {
  margin-top: 0.5em !important;
}
.margin-sm--right {
  margin-right: 0.5em !important;
}
.margin-sm--bottom {
  margin-bottom: 0.5em !important;
}
.margin-sm--left {
  margin-left: 0.5em !important;
}
.margin-sm--ends {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}
.margin-sm--sides {
  margin-right: 0.5em !important;
  margin-left: 0.5em !important;
}
.margin-md {
  margin: 2em !important;
}
.margin-md--top {
  margin-top: 2em !important;
}
.margin-md--right {
  margin-right: 2em !important;
}
.margin-md--bottom {
  margin-bottom: 2em !important;
}
.margin-md--left {
  margin-left: 2em !important;
}
.margin-md--ends {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}
.margin-md--sides {
  margin-right: 2em !important;
  margin-left: 2em !important;
}
.margin-lg {
  margin: 4em !important;
}
.margin-lg--top {
  margin-top: 4em !important;
}
.margin-lg--right {
  margin-right: 4em !important;
}
.margin-lg--bottom {
  margin-bottom: 4em !important;
}
.margin-lg--left {
  margin-left: 4em !important;
}
.margin-lg--ends {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}
.margin-lg--sides {
  margin-right: 4em !important;
  margin-left: 4em !important;
}
.flush {
  margin: 0!important;
}
.flush--top {
  margin-top: 0!important;
}
.flush--right {
  margin-right: 0!important;
}
.flush--bottom {
  margin-bottom: 0!important;
}
.flush--left {
  margin-left: 0!important;
}
.flush--ends {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.flush--sides {
  margin-right: 0!important;
  margin-left: 0!important;
}
/**
 * Add/remove paddings
 */
.pad {
  padding: 1em !important;
}
.pad--top {
  padding-top: 1em !important;
}
.pad--right {
  padding-right: 1em !important;
}
.pad--bottom {
  padding-bottom: 1em !important;
}
.pad--left {
  padding-left: 1em !important;
}
.pad--ends {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.pad--sides {
  padding-right: 1em !important;
  padding-left: 1em !important;
}
.pad-sm {
  padding: 0.5em !important;
}
.pad-sm--top {
  padding-top: 0.5em !important;
}
.pad-sm--right {
  padding-right: 0.5em !important;
}
.pad-sm--bottom {
  padding-bottom: 0.5em !important;
}
.pad-sm--left {
  padding-left: 0.5em !important;
}
.pad-sm--ends {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}
.pad-sm--sides {
  padding-right: 0.5em !important;
  padding-left: 0.5em !important;
}
.pad-md {
  padding: 2em !important;
}
.pad-md--top {
  padding-top: 2em !important;
}
.pad-md--right {
  padding-right: 2em !important;
}
.pad-md--bottom {
  padding-bottom: 2em !important;
}
.pad-md--left {
  padding-left: 2em !important;
}
.pad-md--ends {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
.pad-md--sides {
  padding-right: 2em !important;
  padding-left: 2em !important;
}
.pad-lg {
  padding: 4em !important;
}
.pad-lg--top {
  padding-top: 4em !important;
}
.pad-lg--right {
  padding-right: 4em !important;
}
.pad-lg--bottom {
  padding-bottom: 4em !important;
}
.pad-lg--left {
  padding-left: 4em !important;
}
.pad-lg--ends {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}
.pad-lg--sides {
  padding-right: 4em !important;
  padding-left: 4em !important;
}
.hard {
  padding: 0!important;
}
.hard--top {
  padding-top: 0!important;
}
.hard--right {
  padding-right: 0!important;
}
.hard--bottom {
  padding-bottom: 0!important;
}
.hard--left {
  padding-left: 0!important;
}
.hard--ends {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.hard--sides {
  padding-right: 0!important;
  padding-left: 0!important;
}
.border {
  border: 2px solid #c9c9c9 !important;
}
.border--top {
  border-top: 2px solid #c9c9c9 !important;
}
.border--right {
  border-right: 2px solid #c9c9c9 !important;
}
.border--bottom {
  border-bottom: 2px solid #c9c9c9 !important;
}
.border--left {
  border-left: 2px solid #c9c9c9 !important;
}
.border-thin {
  border: 1px solid #D8D8D8 !important;
}
.border-thin--top {
  border-top: 1px solid #D8D8D8 !important;
}
.border-thin--right {
  border-right: 1px solid #D8D8D8 !important;
}
.border-thin--bottom {
  border-bottom: 1px solid #D8D8D8 !important;
}
.border-thin--left {
  border-left: 1px solid #D8D8D8 !important;
}
.mobile-center {
  text-align: center;
}
@media (min-width: 992px) {
  .mobile-center {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .mobile-base-size {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .mobile-text {
    font-size: 1.125em;
  }
}
.btn-rsa {
  padding: 0.66666667em 0.66666667em;
  font-size: 0.66666667em;
  line-height: 1.42857143;
  border-radius: 4px;
  font-family: rsa_sansregular;
  border: none;
  display: inline-block;
  font-size: 0.9em;
  text-align: center;
  white-space: normal;
  background: #B327CC;
  color: #FFF;
  padding: 10px 30px;
}
.btn-rsa:hover,
.btn-rsa:active,
.btn-rsa:link {
  text-decoration: none;
}
.btn-rsa:hover {
  background: #660085;
  color: #FFF;
}
.btn-rsa:active,
.btn-rsa:focus {
  background: #3C025F;
  color: #FFF;
  outline: 0;
}
.btn-rsa:disabled[disabled],
.btn-rsa[disabled="disabled"][disabled] {
  background-color: #d8ccdf !important;
}
.btn-rsa.disabled,
.btn-rsa:disabled,
.btn-rsa[disabled="disabled"],
span.btn-rsa,
span.btn-rsa--primary,
span.btn-rsa--secondary {
  color: #FFF;
  background-color: rgba(150, 150, 150, 0.3);
  border-color: rgba(150, 150, 150, 0.3);
  pointer-events: none;
}
.btn-rsa.disabled:hover,
.btn-rsa:disabled:hover,
.btn-rsa[disabled="disabled"]:hover,
span.btn-rsa:hover,
span.btn-rsa--primary:hover,
span.btn-rsa--secondary:hover,
.btn-rsa.disabled:focus,
.btn-rsa:disabled:focus,
.btn-rsa[disabled="disabled"]:focus,
span.btn-rsa:focus,
span.btn-rsa--primary:focus,
span.btn-rsa--secondary:focus,
.btn-rsa.disabled.focus,
.btn-rsa:disabled.focus,
.btn-rsa[disabled="disabled"].focus,
span.btn-rsa.focus,
span.btn-rsa--primary.focus,
span.btn-rsa--secondary.focus,
.btn-rsa.disabled:active,
.btn-rsa:disabled:active,
.btn-rsa[disabled="disabled"]:active,
span.btn-rsa:active,
span.btn-rsa--primary:active,
span.btn-rsa--secondary:active,
.btn-rsa.disabled.active,
.btn-rsa:disabled.active,
.btn-rsa[disabled="disabled"].active,
span.btn-rsa.active,
span.btn-rsa--primary.active,
span.btn-rsa--secondary.active,
.open > .dropdown-toggle.btn-rsa.disabled,
.open > .dropdown-toggle.btn-rsa:disabled,
.open > .dropdown-toggle.btn-rsa[disabled="disabled"],
.open > .dropdown-togglespan.btn-rsa,
.open > .dropdown-togglespan.btn-rsa--primary,
.open > .dropdown-togglespan.btn-rsa--secondary {
  color: #FFF;
  background-color: rgba(125, 125, 125, 0.3);
  border-color: rgba(119, 119, 119, 0.3);
}
.btn-rsa.disabled:active,
.btn-rsa:disabled:active,
.btn-rsa[disabled="disabled"]:active,
span.btn-rsa:active,
span.btn-rsa--primary:active,
span.btn-rsa--secondary:active,
.btn-rsa.disabled.active,
.btn-rsa:disabled.active,
.btn-rsa[disabled="disabled"].active,
span.btn-rsa.active,
span.btn-rsa--primary.active,
span.btn-rsa--secondary.active,
.open > .dropdown-toggle.btn-rsa.disabled,
.open > .dropdown-toggle.btn-rsa:disabled,
.open > .dropdown-toggle.btn-rsa[disabled="disabled"],
.open > .dropdown-togglespan.btn-rsa,
.open > .dropdown-togglespan.btn-rsa--primary,
.open > .dropdown-togglespan.btn-rsa--secondary {
  background-image: none;
}
.btn-rsa.disabled.disabled,
.btn-rsa:disabled.disabled,
.btn-rsa[disabled="disabled"].disabled,
span.btn-rsa.disabled,
span.btn-rsa--primary.disabled,
span.btn-rsa--secondary.disabled,
.btn-rsa.disabled[disabled],
.btn-rsa:disabled[disabled],
.btn-rsa[disabled="disabled"][disabled],
span.btn-rsa[disabled],
span.btn-rsa--primary[disabled],
span.btn-rsa--secondary[disabled],
fieldset[disabled] .btn-rsa.disabled,
fieldset[disabled] .btn-rsa:disabled,
fieldset[disabled] .btn-rsa[disabled="disabled"],
fieldset[disabled] span.btn-rsa,
fieldset[disabled] span.btn-rsa--primary,
fieldset[disabled] span.btn-rsa--secondary,
.btn-rsa.disabled.disabled:hover,
.btn-rsa:disabled.disabled:hover,
.btn-rsa[disabled="disabled"].disabled:hover,
span.btn-rsa.disabled:hover,
span.btn-rsa--primary.disabled:hover,
span.btn-rsa--secondary.disabled:hover,
.btn-rsa.disabled[disabled]:hover,
.btn-rsa:disabled[disabled]:hover,
.btn-rsa[disabled="disabled"][disabled]:hover,
span.btn-rsa[disabled]:hover,
span.btn-rsa--primary[disabled]:hover,
span.btn-rsa--secondary[disabled]:hover,
fieldset[disabled] .btn-rsa.disabled:hover,
fieldset[disabled] .btn-rsa:disabled:hover,
fieldset[disabled] .btn-rsa[disabled="disabled"]:hover,
fieldset[disabled] span.btn-rsa:hover,
fieldset[disabled] span.btn-rsa--primary:hover,
fieldset[disabled] span.btn-rsa--secondary:hover,
.btn-rsa.disabled.disabled:focus,
.btn-rsa:disabled.disabled:focus,
.btn-rsa[disabled="disabled"].disabled:focus,
span.btn-rsa.disabled:focus,
span.btn-rsa--primary.disabled:focus,
span.btn-rsa--secondary.disabled:focus,
.btn-rsa.disabled[disabled]:focus,
.btn-rsa:disabled[disabled]:focus,
.btn-rsa[disabled="disabled"][disabled]:focus,
span.btn-rsa[disabled]:focus,
span.btn-rsa--primary[disabled]:focus,
span.btn-rsa--secondary[disabled]:focus,
fieldset[disabled] .btn-rsa.disabled:focus,
fieldset[disabled] .btn-rsa:disabled:focus,
fieldset[disabled] .btn-rsa[disabled="disabled"]:focus,
fieldset[disabled] span.btn-rsa:focus,
fieldset[disabled] span.btn-rsa--primary:focus,
fieldset[disabled] span.btn-rsa--secondary:focus,
.btn-rsa.disabled.disabled.focus,
.btn-rsa:disabled.disabled.focus,
.btn-rsa[disabled="disabled"].disabled.focus,
span.btn-rsa.disabled.focus,
span.btn-rsa--primary.disabled.focus,
span.btn-rsa--secondary.disabled.focus,
.btn-rsa.disabled[disabled].focus,
.btn-rsa:disabled[disabled].focus,
.btn-rsa[disabled="disabled"][disabled].focus,
span.btn-rsa[disabled].focus,
span.btn-rsa--primary[disabled].focus,
span.btn-rsa--secondary[disabled].focus,
fieldset[disabled] .btn-rsa.disabled.focus,
fieldset[disabled] .btn-rsa:disabled.focus,
fieldset[disabled] .btn-rsa[disabled="disabled"].focus,
fieldset[disabled] span.btn-rsa.focus,
fieldset[disabled] span.btn-rsa--primary.focus,
fieldset[disabled] span.btn-rsa--secondary.focus,
.btn-rsa.disabled.disabled:active,
.btn-rsa:disabled.disabled:active,
.btn-rsa[disabled="disabled"].disabled:active,
span.btn-rsa.disabled:active,
span.btn-rsa--primary.disabled:active,
span.btn-rsa--secondary.disabled:active,
.btn-rsa.disabled[disabled]:active,
.btn-rsa:disabled[disabled]:active,
.btn-rsa[disabled="disabled"][disabled]:active,
span.btn-rsa[disabled]:active,
span.btn-rsa--primary[disabled]:active,
span.btn-rsa--secondary[disabled]:active,
fieldset[disabled] .btn-rsa.disabled:active,
fieldset[disabled] .btn-rsa:disabled:active,
fieldset[disabled] .btn-rsa[disabled="disabled"]:active,
fieldset[disabled] span.btn-rsa:active,
fieldset[disabled] span.btn-rsa--primary:active,
fieldset[disabled] span.btn-rsa--secondary:active,
.btn-rsa.disabled.disabled.active,
.btn-rsa:disabled.disabled.active,
.btn-rsa[disabled="disabled"].disabled.active,
span.btn-rsa.disabled.active,
span.btn-rsa--primary.disabled.active,
span.btn-rsa--secondary.disabled.active,
.btn-rsa.disabled[disabled].active,
.btn-rsa:disabled[disabled].active,
.btn-rsa[disabled="disabled"][disabled].active,
span.btn-rsa[disabled].active,
span.btn-rsa--primary[disabled].active,
span.btn-rsa--secondary[disabled].active,
fieldset[disabled] .btn-rsa.disabled.active,
fieldset[disabled] .btn-rsa:disabled.active,
fieldset[disabled] .btn-rsa[disabled="disabled"].active,
fieldset[disabled] span.btn-rsa.active,
fieldset[disabled] span.btn-rsa--primary.active,
fieldset[disabled] span.btn-rsa--secondary.active {
  background-color: rgba(150, 150, 150, 0.3);
  border-color: rgba(150, 150, 150, 0.3);
}
.btn-rsa.disabled .badge,
.btn-rsa:disabled .badge,
.btn-rsa[disabled="disabled"] .badge,
span.btn-rsa .badge,
span.btn-rsa--primary .badge,
span.btn-rsa--secondary .badge {
  color: rgba(150, 150, 150, 0.3);
  background-color: #FFF;
}
.btn-rsa--primary {
  color: #FFF;
  background-color: #B327CC;
  border-color: #B327CC;
}
.btn-rsa--primary:hover,
.btn-rsa--primary:focus,
.btn-rsa--primary.focus,
.btn-rsa--primary:active,
.btn-rsa--primary.active,
.open > .dropdown-toggle.btn-rsa--primary {
  color: #FFF;
  background-color: #8d1fa1;
  border-color: #861d99;
}
.btn-rsa--primary:active,
.btn-rsa--primary.active,
.open > .dropdown-toggle.btn-rsa--primary {
  background-image: none;
}
.btn-rsa--primary.disabled,
.btn-rsa--primary[disabled],
fieldset[disabled] .btn-rsa--primary,
.btn-rsa--primary.disabled:hover,
.btn-rsa--primary[disabled]:hover,
fieldset[disabled] .btn-rsa--primary:hover,
.btn-rsa--primary.disabled:focus,
.btn-rsa--primary[disabled]:focus,
fieldset[disabled] .btn-rsa--primary:focus,
.btn-rsa--primary.disabled.focus,
.btn-rsa--primary[disabled].focus,
fieldset[disabled] .btn-rsa--primary.focus,
.btn-rsa--primary.disabled:active,
.btn-rsa--primary[disabled]:active,
fieldset[disabled] .btn-rsa--primary:active,
.btn-rsa--primary.disabled.active,
.btn-rsa--primary[disabled].active,
fieldset[disabled] .btn-rsa--primary.active {
  background-color: #B327CC;
  border-color: #B327CC;
}
.btn-rsa--primary .badge {
  color: #B327CC;
  background-color: #FFF;
}
.btn-rsa--secondary {
  color: #FFF;
  background-color: #00C2DB;
  border-color: #FFF;
}
.btn-rsa--secondary:hover,
.btn-rsa--secondary:focus,
.btn-rsa--secondary.focus,
.btn-rsa--secondary:active,
.btn-rsa--secondary.active,
.open > .dropdown-toggle.btn-rsa--secondary {
  color: #FFF;
  background-color: #0095a8;
  border-color: #e0e0e0;
}
.btn-rsa--secondary:active,
.btn-rsa--secondary.active,
.open > .dropdown-toggle.btn-rsa--secondary {
  background-image: none;
}
.btn-rsa--secondary.disabled,
.btn-rsa--secondary[disabled],
fieldset[disabled] .btn-rsa--secondary,
.btn-rsa--secondary.disabled:hover,
.btn-rsa--secondary[disabled]:hover,
fieldset[disabled] .btn-rsa--secondary:hover,
.btn-rsa--secondary.disabled:focus,
.btn-rsa--secondary[disabled]:focus,
fieldset[disabled] .btn-rsa--secondary:focus,
.btn-rsa--secondary.disabled.focus,
.btn-rsa--secondary[disabled].focus,
fieldset[disabled] .btn-rsa--secondary.focus,
.btn-rsa--secondary.disabled:active,
.btn-rsa--secondary[disabled]:active,
fieldset[disabled] .btn-rsa--secondary:active,
.btn-rsa--secondary.disabled.active,
.btn-rsa--secondary[disabled].active,
fieldset[disabled] .btn-rsa--secondary.active {
  background-color: #00C2DB;
  border-color: #FFF;
}
.btn-rsa--secondary .badge {
  color: #00C2DB;
  background-color: #FFF;
}
.btn-rsa--checkmark {
  font-family: 'Glyphicons Halflings';
  line-height: 1;
  font-size: 1.3em;
}
.btn-rsa--checkmark:before {
  content: "\e013";
}
.btn-rsa--block {
  display: block;
  width: 100%;
}
.btn-accordian {
  color: #333333;
  display: block;
  font-size: 0.875em;
  margin-bottom: 1em;
  position: relative;
  text-decoration: none;
}
.btn-accordian:hover,
.btn-accordian:active,
.btn-accordian:visited,
.btn-accordian:link,
.btn-accordian:focus {
  text-decoration: none;
}
.btn-accordian:active,
.btn-accordian:visited,
.btn-accordian:link,
.btn-accordian:focus {
  color: #333333;
}
.btn-accordian:after {
  font-family: 'Glyphicons Halflings';
  color: #B327CC;
  content: "\e082";
  font-size: 1.3em;
  position: relative;
  padding-left: 0.25em;
  vertical-align: middle;
}
.btn-accordian.collapsed:after {
  content: "\e081";
}
.btn-accordian--block {
  font-size: 1.25em;
}
.btn-accordian--block:after {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}
.btn-rsa-link {
  color: #00C2DB;
}
.btn-rsa-link:hover {
  color: #00C2DB;
}
.btn-tile {
  background-color: #FFF;
  display: block;
  text-align: center;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 1px #ccc;
  margin-bottom: 25px;
}
.btn-tile:hover {
  text-decoration: none;
}
.btn-tile__icon {
  width: 30%;
  height: auto;
  padding: 1em 1em 0 1em;
}
@media screen and (min-width: 992px) {
  .btn-tile__icon {
    width: 50%;
  }
}
.btn-tile__text {
  display: block;
  padding: 1em;
}
.btn-tile-row {
}
.btn-tile-row div:last-of-type .btn-tile__icon:last-of-type {
  width: 25%;
}
@media screen and (min-width: 768px) {
  .btn-tile-row div:last-of-type .btn-tile__icon:last-of-type {
    width: 27%;
  }
}
@media screen and (min-width: 992px) {
  .btn-tile-row div:last-of-type .btn-tile__icon:last-of-type {
    width: 42%;
  }
}
.intro-section {

}
.intro-section h3 {
  font-family: rsa_sanslight;
}
.steps-bar {
  width: 500px;
  display: inline-block;
  margin: 0;
  float: right;
  top: 25px;
}
@media (max-width: 720px) {
  .steps-bar {
    float: none;
    width: 100%;
    top: 0;
    padding-bottom: 25px;
  }
}
.steps-bar .steps-bar-step {
  text-align: center;
}
.steps-bar .steps-bar-number {
  height: 6px;
  background: #FFF;
  margin-bottom: 10px;
}
.steps-bar .steps-bar-number.on {
  background: #1dc1dd;
}
.steps-bar .steps-bar-number.visited {
  background: #b3b3b3;
}
.steps-bar .steps-bar-text {
  font-family: rsa_sansregular;
  font-size: 12px;
  padding-top: 0;
  float: none;
  color: #FFF;
}
.steps-bar .steps-bar-text.on {
  color: #FFF;
}
@media (max-width: 720px) {
  .steps-bar .steps-bar-text {
    display: none;
  }
  .steps-bar .steps-bar-text.on {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
  }
}
.steps-bar .tooltip {
  font-family: rsa_sanslight;
  font-size: 0.75em;
}
.form-field {
  position: relative;
}
.form-field__label {
  font-family: rsa_sansregular;
  color: #333333;
  margin-bottom: 1em;
}
.form-field__icon {
  position: absolute;
  width: 30px;
  height: auto;
  top: 0.8em;
}
.form-field__input-container {

  position: relative;
}
.form-field__input {
  font-family: rsa_sanslight;
  background-color: #FFF;
  color: #333333;
  display: block;
  font-size: 1.125em;
  margin-bottom: 2em;
  padding: 0.8em;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 12px;
}
.form-field__input:focus-visible{
  outline: #095CC7 auto 1px;
}
.form-field__input::-webkit-input-placeholder {
  font-family: rsa_sanslight;
  color: #999999;
  font-size: #999999;
}
.form-field__input:-moz-placeholder {
  font-family: rsa_sanslight;
  color: #999999;
  font-size: #999999;
}
.form-field__input::-moz-placeholder {
  font-family: rsa_sanslight;
  color: #999999;
  font-size: #999999;
}
.form-field__input:-ms-input-placeholder {
  font-family: rsa_sanslight;
  color: #999999;
  font-size: #999999;
}
.form-field__input--flush {
  margin-bottom: 0;
}
.form-field__input--rounded,
.form-field__btn--rounded {
  border-radius: 8px;
}
.form-field__btn {
  box-shadow: none;
  font-size: 1.125em;
  height: 100%;
  margin: 0;
  width: 3.35em;
  position: absolute;
  top: 0;
  right: 0;
}
.form-field__btn:before {
  position: relative;
  top: 8px;
}
.form-field__btn--text {
  width: auto;
  min-width: auto;
  padding-top: 1em;
}
.form-field__error {
  display: inline-block;
  margin-top: 5px;
  width: 100%;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #C8102E;
}
.form-field .error_bx {
  padding-top: 0;
}
.form-field .error_bx input,
.form-field .error_bx .uniform-select {
  border: 1px solid #db3a31 !important;
}
.form-field--transparent .form-field__input {
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
  margin-bottom: 0.5em;
}
.form-field--transparent .form-field__input::-webkit-input-placeholder {
  font-family: rsa_sanslight;
  color: #FFF;
  font-size: #FFF;
}
.form-field--transparent .form-field__input:-moz-placeholder {
  font-family: rsa_sanslight;
  color: #FFF;
  font-size: #FFF;
}
.form-field--transparent .form-field__input::-moz-placeholder {
  font-family: rsa_sanslight;
  color: #FFF;
  font-size: #FFF;
}
.form-field--transparent .form-field__input:-ms-input-placeholder {
  font-family: rsa_sanslight;
  color: #FFF;
  font-size: #FFF;
}
.form-field--transparent .form-field__error {
  color: #FFF;
}
.form-field--icon .form-field__input-container {
  margin-left: 50px;
}
.form-field--icon .form-field__error {
  margin-left: 50px;
  position: relative;
  top: 23px;
}
.form-field--btn .form-field__input {
  padding-right: 3.525em;
}
.form-field--currency .form-field__input-container {
  padding-left: 2.725em;
}
.form-field--currency .form-field__error {
  margin-left: 3.225em;
}
.form-field--currency .form-field__input-container:before {
  font-family: rsa_sansregular;
  border: 1px solid transparent;
  content: "$";
  display: block;
  font-size: 1.125em;
  padding-top: 0.8em;
  padding-left: 0.8em;
  position: absolute;
  top: 0;
  left: 0;
}
.form-field--distance .form-field__input-container {
  padding-right: 3.6em;
}
.form-field--distance .form-field__input-container:after {
  font-family: rsa_sansregular;
  border: 1px solid transparent;
  content: "kms";
  display: block;
  font-size: 1.125em;
  padding-top: 0.8em;
  padding-left: 0.8em;
  position: absolute;
  top: 0;
  right: 0;
}
.form-field__input {
  font-family: rsa_sansregular;
  margin-bottom: 0;
  padding: 11px 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .form-field__input {
    float: left;
    width: 66.66666667%;
  }
}
.form-field__input.inBox-symbol-txt {
  padding-left: 30px;
}
.form-field__input.short-input {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .form-field__input.short-input {
    float: left;
    width: 33.33333333%;
  }
}
.form-field__input.suffix-input {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .form-field__input.suffix-input {
    float: left;
    width: 66.66666667%;
  }
}
header {
  background: #f4f4f4;
  padding: 15px 0;
}
header .container {
  padding: 0;
  position: relative;
}
header a.logOut,
header a.logOut:hover,
header a.logOut:focus {
  position: absolute;
  right: 15px;
  bottom: 0;
}
#container-body .row {
  margin: 0;
}
.banner {
  background: linear-gradient(to top, #3C025F, #660085);
}
.banner .container h2 {
  padding: 25px 0;
  margin: 0;
  display: inline-block;
}
@media (max-width: 720px) {
  .banner .container h2 {
    text-align: center;
    display: block;
  }
}
.main-header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  zoom: 1;
  float: none;
  padding: 0.5em 1em;
}
.main-header:before,
.main-header:after {
  content: " ";
  display: table;
}
.main-header:after {
  clear: both;
}
.main-header:before,
.main-header:after {
  content: " ";
  display: table;
}
.main-header:after {
  clear: both;
}
.main-header:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
}
.main-header:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
}
@media (min-width: 992px) {
  .main-header {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .main-header {
    width: 1170px;
  }
}
.main-header__brand {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .main-header__brand {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-header__brand {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .main-header__brand {
    float: left;
    width: 16.66666667%;
  }
}
.main-header__actions {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .main-header__actions {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-header__actions {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .main-header__actions {
    float: left;
    width: 83.33333333%;
  }
}
.main-header__menu {
  font-family: rsa_sansregular;
  display: block;
  float: right;
  margin-top: 5px;
}
.main-header__menu:hover {
  text-decoration: none;
}
.main-header__menu img {
  width: 30px;
  height: auto;
  margin-left: 0.5em;
}
.main-header__title {
  font-family: rsa_sansregular;
  font-size: 1em;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.5em 0;
  text-align: center;
}
.main-header__btn-back {
  font-family: 'Glyphicons Halflings';
  font-size: 1.5em;
  color: #FFF;
}
.main-header__btn-back:hover {
  color: #FFF;
  text-decoration: none;
}
.main-header__btn-back:before {
  content: "\e257";
}
.main-header__logo {
  display: block;
  width: auto;
  height: 30px;
}
@media (min-width: 992px) {
  .main-header__logo {
    height: 36px;
  }
}
.main-header__logout {
  margin-top: 3px;
  padding: 5px 5px 0 0;
  float: right;
}
.main-header--hasnav {
  background-image: linear-gradient(-180deg, #660085 0%, #3C025F 100%);
  padding-bottom: 1em;
}
@media (min-width: 992px) {
  .main-header--hasnav {
    background-image: none;
  }
  .main-header--hasnav:before {
    background-color: #B327CC;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
  }
}
.main-header--hasnav .main-header__title {
  color: #FFF;
}
.main-header--topline:before {
  background-color: #B327CC;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.input-list {
  position: relative;
  overflow: hidden;
}
.input-list__title {
  font-family: rsa_sansmedium;
  color: #333333;
  margin-bottom: 1em;
  font-weight: normal;
}
.input-list__row {
  padding-bottom: 5px;
}
.input-list__row label {
  font-family: rsa_sansregular;
  font-weight: normal;
  color: #333333;
  margin-bottom: 0;
  padding-left: 35px;
}
.input-list__row .help-toggle {
  vertical-align: top;
}
.input-list__row .help-dropdown {
  margin-bottom: 0;
}
.input-list__dropdown {
  background-color: rgba(0, 194, 219, 0.1);
  display: none;
  position: relative;
  padding: 2em;
  box-sizing: content-box;
  margin-top: 1.25em;
  margin-left: 0;
  margin-right: 0;
}
.input-list__dropdown:before {
  width: 0px;
  height: 0px;
  border-color: transparent;
  border-style: solid;
  border-width: 0 1em 1em 1em;
  border-bottom-color: rgba(0, 194, 219, 0.1);
  border-left-color: rgba(0, 194, 219, 0);
  border-right-color: rgba(0, 194, 219, 0);
  content: "";
  margin-left: -1em;
  position: absolute;
  top: -1em;
  left: 50%;
}
.input-list .form-group {
  margin-bottom: 0;
}
.input-list--radio .input-list__row {
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
}
.input-list--radio .radio span {
  pointer-events: none;
}
.input-list--checkbox .input-list__row {
  margin-bottom: 1em;
}
.input-list--checkbox .input-list__row label {
  margin-bottom: 0.5em;
  position: relative;
  top: 3px;
}
.input-list--checkbox .checker {
  float: none;
  width: auto;
  padding: 0 !important;
  position: absolute;
  display: inline-block !important;
}
.input-list--checkbox .checker span {
  float: none;
}
.input-list--divider {
  padding-bottom: 2em;
  border-bottom: 2px solid #c9c9c9;
}
.input-list--flush {
  margin-bottom: 0;
}
.input-list--checkbox .input-list--radio .input-list__row {
  margin-bottom: 0;
}
.input-list--checkbox .input-list--radio .input-list__row label {
  margin-bottom: 0;
}
.input-list {
  margin-top: 45px;
}
.input-list .uniform-radio {
  float: left;
  width: 41.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .input-list .uniform-radio {
    float: left;
    width: 16.66666667%;
  }
}
.input-list.radioVertical-Fix .uniform-radio {
  margin-bottom: 18px;
  float: none !important;
  width: 100%;
}
.input-list.radioVertical-Fix .uniform-radio:last-child {
  margin-bottom: 0;
}
.input-list .suffix-position {
  position: relative;
  top: 35px;
  left: 15px;
  display: inline-block;
  margin-left: 58.33333333%;
}
@media (min-width: 992px) {
  .input-list .suffix-position {
    margin-left: 66.66666667%;
  }
}
.input-list .suffix-position:after {
  content: "Kilometres";
}
.input-list label ul {
  list-style: none;
  padding-left: 0;
  margin-top: 5px;
}
.input-list label ul li:before {
  content: '\e965';
  font-family: icomoon;
  font-size: 8px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.inBox-symbol-wrap {
  position: relative;
}
.inBox-symbol-wrap .form-field__input-container {
  margin-left: -8px;
}
@media (max-width: 991px) {
  .inBox-symbol-wrap .form-field__input-container {
    margin-left: 0;
  }
}
.inBox-symbol-wrap .inBox-symbol {
  position: relative;
  top: 14px;
  left: 22px;
  z-index: 9999;
  float: left;
}
@media (max-width: 991px) {
  .inBox-symbol-wrap .inBox-symbol {
    left: 15px;
  }
}
@media (max-width: 991px) {
  .inBox-symbol-wrap .inBox-symbol-txt {
    top: -22px;
  }
}
#vehiclePrice .inBox-symbol:after {
  content: "$";
}
#financingDetails {
  position: relative;
}
.boxed-radio {

}
.boxed-radio .uniform-radio {
  background: transparent;
}
.boxed-radio .uniform-radio.checked {
  border: none;
}
.boxed-radio .uniform-radio.checked .radio span.checked:after {
  border: 1px solid #00acc2;
  background: #00acc2;
}
.boxed-radio .uniform-radio.checked label {
  font-family: rsa_sansmedium;
  padding: 12px 20px 3px 35px;
}
.boxed-radio .uniform-radio.disabledRadio {
}
.boxed-radio .uniform-radio.disabledRadio label {
  color: #c9c9c9;
}
.vin-input input.rsa-input {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .vin-input input.rsa-input {
    float: left;
    width: 50%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vin-input input.rsa-input {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 400px) {
  .vin-input input.rsa-input {
    width: 70%;
  }
}
.vin-input input.btn-rsa {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (min-width: 992px) {
  .vin-input input.btn-rsa {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 400px) {
  .vin-input input.btn-rsa {
    width: 30%;
  }
}
.vin-input .form-group {
  margin-bottom: 0;
}
.rsa-input {
  padding: 11px 5px;
}
#vin-input .error_container {
  overflow: inherit;
}
#vin-input .error_container .rsa-input {
  padding: 12px 5px;
}
#vin-input .warning_msg {
  display: inline-block;
  margin-top: 5px;
  font-size: 1em;
  color: #db3a31;
  width: 100%;
}
#vinResults .boxed-radio .uniform-radio {
  background: transparent;
  border: 1px solid transparent;
  padding: 15px;
}
#vinResults .boxed-radio .uniform-radio.checked {
  border: 1px solid #00acc2;
  background: #f4f4f4;
}
#vinResults .boxed-radio .uniform-radio:hover {
  border: 1px solid #00acc2;
  background: #f4f4f4;
}
#vinResults .help-toggle {
  display: none;
}
.vinDisplayMemo {
  font-size: 14px;
  font-family: rsa_sanslight;
}
#annualDriving .form-field__label {
  margin: 0;
}
#annualDriving .form-field__input-container {
  top: -25px;
}
.emptyDiv {
  display: none !important;
  visibility: hidden !important;
  margin: 0 !important;
}
.media-list {
  margin-bottom: 1em;
}
.media-list > li {
  display: block;
  zoom: 1;
  margin-bottom: 1em;
  position: relative;
  min-height: 40px;
}
.media-list > li:before,
.media-list > li:after {
  content: " ";
  display: table;
}
.media-list > li:after {
  clear: both;
}
.media-list > li:before,
.media-list > li:after {
  content: " ";
  display: table;
}
.media-list > li:after {
  clear: both;
}
.media-list > li:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
}
.media-list > li:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
}
.media-list__icon {
  display: block;
  float: left;
  width: 40px;
  height: auto;
  margin-right: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.media-list__text {
  font-size: 0.875em;
  display: block;
  float: left;
  padding-left: 40px;
  margin-left: 1em;
}
.media-list__text--reg {
  font-family: rsa_sansregular;
}
.media-list--divider {
  border-bottom: 2px solid #c9c9c9;
  padding-bottom: 1em;
}
.icon-header {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .icon-header {
    margin-left: 0;
    margin-right: 0;
  }
}
.icon-header:before {
  content: '';
  background-image: url('../images/HAZARD_DEEP_PURPLE.png');
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .icon-header:before {
    margin-top: 5px;
    width: 20px;
    vertical-align: middle;
  }
}
.icon-header:after {
  content: '';
  background-image: url('../images/HAZARD_DEEP_PURPLE.png');
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .icon-header:after {
    margin-top: 5px;
    width: 20px;
    vertical-align: middle;
  }
}
.icon-header__text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 1em;
  white-space: nowrap;
}
.error_bx input {
  border: 1px solid #db3a31;
}
.errors-box {
  color: #db3a31;
}
.data-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.data-list hr {
  border-top: 2px solid #cccccc;
}
.data-list > li {
  margin-bottom: 1em;
}
.data-list__key {
  font-family: rsa_sansregular;
  color: #660085;
  font-size: 0.875em;
  text-transform: uppercase;
}
.data-list__key--highlight {
  padding-top: 0.5em;
}
.data-list__value {
  font-family: rsa_sanslight;
  font-size: 1.125em;
}
.data-list__value--highlight {
  font-size: 1.5em;
}
.data-list--table {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 1em;
}
.data-list--table > li {
  margin-left: -15px;
  margin-right: -15px;
}
.data-list--table .data-list__key {
  color: #333333;
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
}
.data-list--table .data-list__value {
  font-family: rsa_sansregular;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  text-transform: uppercase;
}
.data-list--table .data-list__value--highlight {
  color: #660085;
}
.data-list--border-ends {
  border-top: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  padding-top: 1em;
}
.help-link,
.help-link:hover,
.help-link:focus {
  background-color: #c9c9c9;
  width: 25px;
  height: 25px;
  font-size: 15px;
  margin-top: 0;
  line-height: 25px;
}
.help-toggle {
  width: 25px;
  height: 25px;
  color: #FFF;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}
.help-toggle:hover {
  text-decoration: none;
}
.help-toggle span {
  font-size: 1em;
  position: relative;
  margin-top: 5px;
  top: 3px;
}
.input-list__title {
  padding-right: 30px;
}
.input-list__title .help-toggle {
  width: 25px;
  height: 25px;
  background-color: #c9c9c9;
  color: #FFF;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.input-list__title .help-toggle:hover {
  text-decoration: none;
}
.input-list__title .help-toggle span {
  font-size: 1em;
  position: relative;
  margin-top: 5px;
  top: 3px;
}
.help-dropdown {
  background: #f4f4f4;
  padding: 20px 50px 30px 50px;
  margin-top: 15px;
  bottom: 10px;
  position: relative;
  font-size: 0.875em;
  clear: both;
}
.help-dropdown p {
  font-size: 0.875em;
}
@media (max-width: 400px) {
  .help-dropdown {
    padding: 20px;
  }
}
.help-dropdown ul {
  padding-left: 15px;
}
.help-dropdown ul li {
  margin-bottom: 10px;
}
.help-dropdown ul li:last-child {
  margin-bottom: 0;
}
a.help-toggle:hover {
  color: #FFF;
}
.upgrade-browser {
  background-color: #00C2DB;
  display: block;
  text-align: center;
  padding: 2em;
  border: 2px solid #c9c9c9;
  margin-bottom: 1em;
}
.upgrade-browser p {
  font-size: 1.125em;
  margin-bottom: 0;
}
html[data-useragent] .upgrade-browser {
  display: none;
}
html[data-useragent*='MSIE 9'] .upgrade-browser,
html[data-useragent*='MSIE 8'] .upgrade-browser {
  display: block;
}
.main-footer {
  background-color: #333;
  position: absolute;
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .main-footer {
    background-image: url(../images/icon-footer.png);
    background-position: center 30px;
    background-repeat: no-repeat;
    padding-top: 115px;
  }
}
.main-footer ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.main-footer ul > li {
  display: inline;
  border-right: 2px solid #5b5b5b;
  padding: 0 1em;
}
@media (max-width: 767px) {
  .main-footer ul > li {
    display: block;
    border: none;
    margin: 15px 0;
  }
}
.main-footer ul > li:last-child {
  border: none;
}
.main-footer a,
.main-footer p {
  color: #FFF;
}
.main-footer p {
  margin: 10px auto;
  width: 95%;
}
.main-footer__link {
  color: #FFF;
}
.main-footer__link:hover {
  color: #FFF;
}
.main-footer__legal {
  color: #666666;
  text-align: left;
  font-size: 0.75em;
}
p.main-footer__copyright {
  color: #999;
  font-family: rsa_sansmedium;
  font-size: 14px;
}
.load-progress {
  overflow-y: hidden;
}
.load-progress:before {
  background-color: #FFF;
  content: "";
  display: block;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 1024px) {
  .load-progress:before {
    display: none;
  }
}
.load-progress:after {
  background-image: url(../images/ajax_spinner.gif);
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
  z-index: 1001;
}
@media (max-width: 1024px) {
  .load-progress:after {
    display: none;
  }
}
.downloadLiabilityCard.load-progress:before {
  display: block;
}
.downloadLiabilityCard.load-progress:after {
  display: block;
}
.submit-group {
  padding-top: 40px;
  border-top: 1px solid #c9c9c9;
  clear: both;
  margin-bottom: 140px;
  margin-top: 30px;
}
.submit-group .btn-rsa {
  float: left;
  padding: 10px 30px;
}
@media (max-width: 991px) {
  .submit-group .btn-rsa {
    width: 100%;
    float: none;
  }
}
.submit-group a.cancel-btn {
  float: right;
  text-align: right;
  padding: 12px 0;
  display: block;
  font-size: 0.9em;
}
@media (max-width: 991px) {
  .submit-group a.cancel-btn {
    text-align: center;
    width: 100%;
    float: none;
  }
}
.submit-group.kickout {
  text-align: center;
}
.submit-group.kickout a.kickout-restart {
  border-right: 1px solid #c9c9c9;
  padding-right: 20px;
}
.submit-group.kickout a.kickout-cancel {
  padding-left: 20px;
}
.submit-group .lnr-arrow-right {
  margin-right: 10px;
  font-size: 18px;
  vertical-align: sub;
  color: #B327CC;
}
.submit-group .linkBtm-left {
  float: left;
}
.submit-group .linkBtm-left .lnr-arrow-right,
.submit-group .linkBtm-left a {
  float: left;
}
@media (max-width: 767px) {
  .submit-group .linkBtm-left {
    width: 100%;
  }
}
.submit-group .linkBtm-right {
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  .submit-group .linkBtm-right {
    float: left;
    text-align: left;
    margin-top: 25px;
  }
  .submit-group .linkBtm-right .lnr-arrow-right {
    float: left;
  }
}
.submit-group-belair {
  padding-top: 40px;
  clear: both;
  margin-bottom: 140px;
}
.submit-group-belair-center {
  padding-top: 40px;
  clear: both;
  margin-bottom: 30px;
  justify-content: center;
  display: flex
}
.submit-group-belair .btn-rsa {
  float: left;
  padding: 10px 30px;
}
@media (max-width: 991px) {
  .submit-group-belair .btn-rsa {
    width: 100%;
    float: none;
  }
}
.submit-group-belair a.cancel-btn {
  float: right;
  text-align: right;
  padding: 12px 0;
  display: block;
  font-size: 0.9em;
}
@media (max-width: 991px) {
  .submit-group-belair a.cancel-btn {
    text-align: center;
    width: 100%;
    float: none;
  }
}
.submit-group-belair.kickout {
  text-align: center;
}
.submit-group-belair.kickout a.kickout-restart {
  border-right: 1px solid #c9c9c9;
  padding-right: 20px;
}
.submit-group-belair.kickout a.kickout-cancel {
  padding-left: 20px;
}
.submit-group-belair .lnr-arrow-right {
  margin-right: 10px;
  font-size: 18px;
  vertical-align: sub;
  color: #B327CC;
}
.submit-group-belair .linkBtm-left {
  float: left;
}
.submit-group-belair .linkBtm-left .lnr-arrow-right,
.submit-group-belair .linkBtm-left a {
  float: left;
}
@media (max-width: 767px) {
  .submit-group-belair .linkBtm-left {
    width: 100%;
  }
}
.submit-group-belair .linkBtm-right {
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  .submit-group-belair .linkBtm-right {
    float: left;
    text-align: left;
    margin-top: 25px;
  }
  .submit-group-belair .linkBtm-right .lnr-arrow-right {
    float: left;
  }
}
.autosuggest_dropdown {
  position: relative;
  border: none;
}
.autosuggest_dropdown ul {
  width: 400px;
  height: 400px;
  overflow: hidden;
  overflow-y: scroll;
}
.checker {
  padding: 15px 0 !important;
  width: 20px;
}
.checker span {
  background-image: url('../components/uniform-checkbox/images/checkBox.png');
  width: 20px;
  height: 19px;
  background-position: 0 0;
}
.checker span.checked {
  background-position: 0px -21px;
  background-image: url('../components/uniform-checkbox/images/checkBox.png');
}
.trans-opt {
  text-align: center;
}
@media (max-width: 991px) {
  .trans-opt {
    margin-bottom: 70px;
  }
}
.trans-opt h1.large {
  margin: 50px 0 10px 0;
  font-size: 38px;
}
@media (max-width: 767px) {
  .trans-opt h1.large {
    margin: 40px 0 30px 0;
  }
}
.trans-opt h1.sub-title {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 30px;
}
.trans-opt h2 {
  color: #333333;
}
.trans-opt p {
  font-family: rsa_sanslight;
  margin: 0;
}
.trans-opt-block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .trans-opt-block {
    float: left;
    width: 33.33333333%;
  }
}
.trans-opt-block:first-of-type {
  padding-left: 0;
}
.trans-opt-block:last-of-type {
  padding-right: 0;
}
@media (max-width: 991px) {
  .trans-opt-block {
    margin-bottom: 10px;
    padding: 0;
  }
}
.trans-opt-block .optPage-svg {
  height: 80px;
}
@media (max-width: 991px) {
  .trans-opt-block .optPage-svg {
    float: left;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .trans-opt-block .optPage-svg {
    height: 55px;
  }
}
@media (max-width: 575px) {
  .trans-opt-block .optPage-svg {
    height: 40px;
    margin-top: 6px;
  }
}
.trans-opt-block .optPage-svg.replace-svg {
  padding-top: 20px;
}
.trans-opt-block p {
  min-height: 90px;
}
@media (max-width: 1200px) {
  .trans-opt-block p {
    min-height: 130px;
  }
}
@media (max-width: 991px) {
  .trans-opt-block p {
    display: none;
  }
}
.trans-opt-block .opt-content {
  padding: 30px 50px;
  border: 1px solid #c9c9c9;
}
@media (max-width: 767px) {
  .trans-opt-block .opt-content {
    padding: 15px 30px;
  }
}
@media (max-width: 575px) {
  .trans-opt-block .opt-content {
    padding: 0 15px;
  }
}
.trans-opt-block .opt-content:hover,
.trans-opt-block .opt-content.clicked {
  cursor: pointer;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}

.trans-opt-block .opt-content h1 {
	margin: 25px 0 15px 0;
  color: #333;
}

@media (max-width: 1200px) {
  .trans-opt-block .opt-content h1 {
    min-height: 90px;
  }
}
@media (max-width: 991px) {
  .trans-opt-block .opt-content h1 {
    min-height: auto;
    text-align: left;
    position: relative;
    left: 50px;
  }
}
@media (max-width: 767px) {
  .trans-opt-block .opt-content h1 {
    left: 30px;
  }
}
@media (max-width: 575px) {
  .trans-opt-block .opt-content h1 {
    left: 15px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .trans-opt-block .opt-content span {
    float: left;
  }
}
.trans-opt-dropdown {
  text-align: left;
  border-top: 1px solid #c9c9c9;
  margin-top: 30px;
  position: relative;
  padding: 30px 20px 45px 20px;
  display: none;
}
.trans-opt-dropdown:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  border-bottom: 15px solid #c9c9c9;
  border-top: 15px solid transparent;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
.trans-opt-dropdown:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  border-bottom: 14px solid #FFF;
  border-top: 14px solid transparent;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
.trans-opt-dropdown.optAdd-dp:before {
  left: 11%;
}
@media (max-width: 991px) {
  .trans-opt-dropdown.optAdd-dp:before {
    left: calc(50% - 7px);
  }
}
.trans-opt-dropdown.optAdd-dp:after {
  left: calc(11% + 2px);
}
@media (max-width: 991px) {
  .trans-opt-dropdown.optAdd-dp:after {
    left: calc(50% - 5px);
  }
}
.trans-opt-dropdown.optReplace-dp:before {
  left: 36%;
}
@media (max-width: 991px) {
  .trans-opt-dropdown.optReplace-dp:before {
    left: calc(50% - 7px);
  }
}
.trans-opt-dropdown.optReplace-dp:after {
  left: calc(36% + 2px);
}
@media (max-width: 991px) {
  .trans-opt-dropdown.optReplace-dp:after {
    left: calc(50% - 5px);
  }
}
.trans-opt-dropdown.optDownload-dp:before {
  right: 36%;
}
@media (max-width: 991px) {
  .trans-opt-dropdown.optDownload-dp:before {
    right: calc(50% - 7px);
  }
}
.trans-opt-dropdown.optDownload-dp:after {
  right: calc(36% + 2px);
}
@media (max-width: 991px) {
  .trans-opt-dropdown.optDownload-dp:after {
    right: calc(50% - 5px);
  }
}
.trans-opt-dropdown.optViewPolicy-dp:before {
  right: 11%;
}
@media (max-width: 991px) {
  .trans-opt-dropdown.optViewPolicy-dp:before {
    right: calc(50% - 7px);
  }
}
.trans-opt-dropdown.optViewPolicy-dp:after {
  right: calc(11% + 2px);
}
@media (max-width: 991px) {
  .trans-opt-dropdown.optViewPolicy-dp:after {
    right: calc(50% - 5px);
  }
}
.trans-opt-dropdown.optViewPayment-dp:before {
  right: 11%;
}
@media (max-width: 991px) {
  .trans-opt-dropdown.optViewPayment-dp:before {
    right: calc(50% - 7px);
  }
}
.trans-opt-dropdown.optViewPayment-dp:after {
  right: calc(11% + 2px);
}
@media (max-width: 991px) {
  .trans-opt-dropdown.optViewPayment-dp:after {
    right: calc(50% - 5px);
  }
}
@media (max-width: 991px) {
  .trans-opt-dropdown.optAddCoverage-dp:before {
    right: calc(50% - 7px);
  }
  .trans-opt-dropdown.optAddCoverage-dp:after {
    right: calc(50% - 5px);
  }
}
.trans-opt-dropdown .transOpt-dropdown-block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .trans-opt-dropdown .transOpt-dropdown-block {
    float: left;
    width: 50%;
  }
}
.trans-opt-dropdown .transOpt-dropdown-block:first-of-type {
  padding-left: 0;
}
@media (max-width: 991px) {
  .trans-opt-dropdown .transOpt-dropdown-block:first-of-type {
    margin-bottom: 35px;
  }
}
.trans-opt-dropdown .transOpt-dropdown-block:nth-of-type(2) {
  padding-right: 0;
}
.trans-opt-dropdown .transOpt-dropdown-block .help {
  margin-top: 10px;
  margin-bottom: 15px;
  bottom: auto;
}
.trans-opt-dropdown .optPage-svgSmall {
  width: 32px;
  margin-right: 10px;
}
.trans-opt-dropdown h2 {
  margin-bottom: 10px;
  margin-top: 0;
}
.trans-opt-dropdown .optDropdown-list {
  margin-left: 42px;
  font-family: rsa_sanslight;
}
@media (max-width: 991px) {
  .trans-opt-dropdown .optDropdown-list {
    margin-left: 0;
  }
}
.trans-opt-dropdown .optDropdown-list ul {
  padding: 0;
  list-style: outside;
  margin-left: 20px;
}
.trans-opt-dropdown .optDropdown-list ul li {
  position: relative;
}
@media (max-width: 991px) {
  .trans-opt-dropdown .optDropdown-list ul li.help-list {
    padding-right: 30px;
  }
}
.trans-opt-dropdown .optDropdown-list .form-group {
  margin: 0;
}
.trans-opt-dropdown .optDropdown-list .form-group label {
  font-family: rsa_sanslight;
  margin: 0;
  font-weight: normal;
  display: inline;
}
.trans-opt-dropdown .optDropdown-list .help-toggle {
  position: relative;
  top: 3px;
  width: auto;
  height: auto;
}
@media (max-width: 485px) {
  .trans-opt-dropdown .optDropdown-list .help-toggle {
    position: absolute;
  }
}
.trans-opt-dropdown .optDropdown-list .help-link,
.trans-opt-dropdown .optDropdown-list .help-link:hover,
.trans-opt-dropdown .optDropdown-list .help-link:focus {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 22px;
}
.trans-opt-dropdown .submit-group {
  text-align: center;
}
.trans-opt-dropdown .submit-group .btn-rsa {
  float: none;
}
@media (max-width: 991px) {
  .trans-opt-dropdown .submit-group {
    margin-bottom: 0;
  }
  .trans-opt-dropdown .transOpt-dropdown-block {
    padding: 0;
  }
}
#transOpt-PolicyDetails .transOpt-dropdown-block,
#transOpt-ViewPolicy .transOpt-dropdown-block,
#transOpt-ViewPayments .transOpt-dropdown-block,
#transOpt-AddCoverage .transOpt-dropdown-block {
  float: none;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #transOpt-PolicyDetails .transOpt-dropdown-block,
  #transOpt-ViewPolicy .transOpt-dropdown-block,
  #transOpt-ViewPayments .transOpt-dropdown-block,
  #transOpt-AddCoverage .transOpt-dropdown-block {
    width: 33%;
  }
}
#transOpt-PolicyDetails .optDropdown-list,
#transOpt-ViewPolicy .optDropdown-list,
#transOpt-ViewPayments .optDropdown-list,
#transOpt-AddCoverage .optDropdown-list {
  margin-left: 0;
}
.triage-umbrella-icon:before {
  font-family: Linearicons;
  content: "\e93f";
  color: #B327CC;
  font-size: 56px;
}
@media (max-width: 767px) {
  .triage-umbrella-icon:before {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .triage-umbrella-icon:before {
    font-size: 40px;
  }
}
.triage-doc-icon:before {
  font-family: Linearicons;
  content: "\e9b7";
  color: #B327CC;
  font-size: 56px;
}
@media (max-width: 767px) {
  .triage-doc-icon:before {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .triage-doc-icon:before {
    font-size: 40px;
  }
}
.triage-policyDetail-icon:before {
  font-family: Linearicons;
  content: "\ec11";
  color: #B327CC;
  font-size: 56px;
}
@media (max-width: 767px) {
  .triage-policyDetail-icon:before {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .triage-policyDetail-icon:before {
    font-size: 40px;
  }
}
.triage-paymentDetail-icon:before {
  font-family: Linearicons;
  content: "\ecea";
  color: #B327CC;
  font-size: 56px;
}
@media (max-width: 767px) {
  .triage-paymentDetail-icon:before {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .triage-paymentDetail-icon:before {
    font-size: 40px;
  }
}
.triage-replace-icon:before {
  font-family: Linearicons;
  content: "\ebda";
  color: #B327CC;
  font-size: 56px;
}
@media (max-width: 767px) {
  .triage-replace-icon:before {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .triage-replace-icon:before {
    font-size: 40px;
  }
}
/* post MVP 4 blocks */
.trans-opt .triage-4blocks .trans-opt-block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .trans-opt .triage-4blocks .trans-opt-block {
    float: left;
    width: 25%;
  }
}
.trans-opt .triage-4blocks .trans-opt-block:first-of-type {
  padding-left: 0;
}
.trans-opt .triage-4blocks .trans-opt-block:last-of-type {
  padding-right: 0;
}
@media (max-width: 991px) {
  .trans-opt .triage-4blocks .trans-opt-block {
    margin-bottom: 10px;
    padding: 0;
  }
}
.trans-opt .triage-4blocks .trans-opt-block .opt-content {
  padding: 30px;
}
@media (max-width: 449px) {
  .trans-opt .triage-4blocks .trans-opt-block .opt-content {
    padding: 15px;
  }
}
/*  login form style   */
.login-container .kickout-topMsg-info {
  padding: 10px;
  background: #fbebea;
  margin-top: 45px;
}
.login-container .kickout-topMsg-info .kickout-Msgicon {
  float: left;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
.login-container .kickout-topMsg-info .kickout-Msgicon:before {
  font-family: Linearicons;
  content: '\ec56';
  font-size: 20px;
  color: #db3a31;
}
.login-container .kickout-topMsg-info .font-box {
  margin: 0;
  padding-left: 30px;
}
.login-container .kickout-topMsg-info table {
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .login-container .kickout-topMsg-info table {
    text-align: left;
  }
}
.login-container .content-wrap {
  float: none;
}
.login-form .form-field__input {
  border: 1px solid inherit;
  background-color: #FFF;
  color: #333333;
  display: block;
  padding: 0.6em 0.8em;
  width: 98%;
  margin-top: 5px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-left: 3px;
  margin-bottom: 3px;
}
.login-form .form-field__input::-webkit-input-placeholder {
  font-family: 'Roboto';
  color: #999999;
  font-size: #999999;
}
.login-form .form-field__input:-moz-placeholder {
  font-family: 'Roboto';
  color: #999999;
  font-size: #999999;
}
.login-form .form-field__input::-moz-placeholder {
  font-family: 'Roboto';
  color: #999999;
  font-size: #999999;
}
.login-form .form-field__input:-ms-input-placeholder {
  font-family: 'Roboto';
  color: #999999;
  font-size: #999999;
}
.login-form.request-policyNum .intro-section {
  margin-bottom: 55px;
}
.login-form.request-policyNum .submit-group {
  border-top: none;
  margin-bottom: 0;
  position: static;
}
.login-form .intro-section {
  text-align: center;
  margin: 70px 0 30px 0;
}
.login-form .intro-section h1 {
  margin-bottom: 15px;
}
.login-form .intro-section h4 {
  margin-bottom: 0;
}
.login-form .intro-section .requiredFieldText {
  text-align: left;
  margin-top: 35px;
  margin-bottom: 0;
  position: static;
}
.login-form .intro-section .requiredFieldText:before {
  content: "*";
  color: #db3a31;
  margin-right: 3px;
  font-family: rsa_sansmedium;
  font-weight: bold;
  font-size: 15px;
}
.login-form .login-input {
  overflow: hidden;
  margin-top: 30px;
}
.login-form .login-input:first-of-type {
  margin-top: 0;
}
.login-form .form-group {
  margin: 0;
}
.login-form .form-group label.required {
  font-family: rsa_sanslight;
  font-size: 12px !important;
  font-weight: normal;
}
.login-form .form-group label.required span {
  font-size: 16px !important;
  font-family: rsa_sansmedium;
  margin-right: 10px;
}
.login-form .form-group label.required span:after {
  content: "*";
  color: #db3a31;
  margin-left: 3px;
  font-weight: bold;
}
.login-form.request-policyNum .form-field__input,
.login-form #policy_number .form-field__input {
  margin-bottom: 5px;
}
.login-form h2 {
  color: #333333;
  margin: 10px 0;
}
.login-form .loginBtm-position h6 {
  line-height: 16px;
  margin-top: 35px;
}
.login-form .loginBtm-position h5 {
  line-height: 24px;
}
.login-form .loginBtm-position #login-submit {
  border-top: none;
  margin-bottom: 40px;
  padding-top: 0;
  top: 20px;
}
.login-form .loginBtm-position #login-terms {
  padding-top: 20px;
}
.login-form label {
  margin: 0;
}
.loginFailure-container {
  min-height: 500px;
}
.loginFailure-container .loginFailure-box {
  text-align: center;
  border: 1px solid #c9c9c9;
  padding: 20px;
  padding: 20px 50px 30px 50px;
  border-bottom: none;
  margin-bottom: -20px;
  margin-top: 20px;
  margin-top: 90px;
  border-bottom: 1px solid #c9c9c9;
}
.loginFailure-container .loginFailure-box .failIcon:before {
  font-family: Linearicons;
  color: #db3a31;
  content: "\ec5a";
  font-size: 45px;
}
.loginFailure-container .loginFailure-box .timeoutIcon:before {
  font-family: Linearicons;
  color: #ffbf05;
  content: "\ec55";
  font-size: 40px;
}
.loginFailure-container .loginFailure-box h3 {
  margin-top: 0;
}
.loginFailure-container .loginFailure-box h6 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .loginFailure-container .loginFailure-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.loginFailure-container .loginFailure-box h6 {
  line-height: 21px;
}
.loginFailure-container .loginFailure-box a {
  margin-top: 40px;
  display: block;
}
.kickout-content-wrap.requestPloicyKickout {
  float: none;
}
.ajaxloader {
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ajaxloader .loader-background {
  background-color: #ffffff;
  content: "";
  display: block;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999991;
}
.ajaxloader .spinner-container {
  background: #fff;
  border-radius: 10px;
  width: 75px;
  height: 75px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 1px 1px 5px #eaeaea;
  z-index: 9999999;
}
.ajaxloader .spinner-container .spinner {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid #ddd;
  border-bottom-color: #B327CC;
  animation: rotatespinner 1.2s linear 0s infinite;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
.ajaxloader .spinner-container_updateBtn {
  width: 45px;
  height: 45px;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999999;
}
.ajaxloader .spinner-container_updateBtn .spinner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid #ddd;
  border-bottom-color: #B327CC;
  animation: rotatespinner 1.2s linear 0s infinite;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .ajaxloader .spinner-container_updateBtn .spinner {
    width: 60px;
    height: 60px;
  }
}
@keyframes rotatespinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*--- cancel btn popup ----*/
.modal {
  z-index: 99999;
}
.modal .modal-content {
  border-radius: 12px;
  padding: 56px 40px 40px;
}
.modal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
}
@media (min-width: 768px) {
  .modal .modal-content .close {
    top: 15px;
    right: 15px;
  }
}
.modal .modal-content .close:after {
  font-family: Linearicons;
  content: '\ec35';
  font-size: 14px;
  color: #666666;
}
.modal .modal-content .close:hover,
.modal .modal-content .close:focus {
  opacity: 0.5;
}
.modal .modal-content .modal-main {
  text-align: center;
}
.modal .modal-content .modal-main .modal-btn {
  width: 70%;
  margin: auto;
  padding-top: 10px;
}
.modal .modal-content .modal-main .modal-btn input,
.modal .modal-content .modal-main .modal-btn button {
  width: 100%;
  margin: 5px 0;
}
@media (max-width: 450px) {
  .modal .modal-content .modal-main .modal-btn {
    width: 100%;
  }
}
/*------------------------------------*\
    #HOME PAGE
\*------------------------------------*/
/**
 * These are page specific styles.
 * Please keep page styles to a minimum and only use
 * when necessary.
 */
#container-body.home-page-container {
  min-height: inherit;
}
.home-howDoI-link {
  margin-top: 24px;
  margin-bottom: 50px;
  font-size: 14px;
  font-family: rsa_sanslight;
}
.home-provinces-container {
  margin-top: 34px;
  margin-bottom: 60px;
}
.home-provinces-container .home-provinces {
  display: inline-block;
  max-width: 680px;
}
.home-provinces-container .home-province-btns {
  display: inline-block;
  line-height: 24px;
  padding: 12px 15px;
  width: 340px;
}
.home-provinces-container .home-province-btns a {
  width: 100%;
  font-family: rsa_sansregular;
  font-size: 16px;
  line-height: inherit;
}
@media (max-width: 417px) {
  .home-provinces-container .home-province-btns {
    width: 100%;
  }
}
.triage-textBtm {
  margin-top: 116px;
  padding: 15px 0px 30px 0px;
  text-align: center;
  background-color: #f0f0f0;
}
.triage-textBtm h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
}
.triage-textBtm .lastLine-text {
  margin-top: 40px;
  font-family: rsa_sansregular;
  font-size: 12px;
  color: #666666;
}
.triage-textBtm .newCust-text {
  font-size: 14px;
}
.triage-textBtm .newCust-text .lnr-arrow-right {
  margin-right: 10px;
  font-size: 18px;
  vertical-align: sub;
  color: #B327CC;
}
.trans-opt h1.large.page-title-common {
  font-size: 28px;
  font-family: rsa_sanslight;
}
.trans-opt.home-page-container {
  margin-bottom: 0;
}
.trans-opt h1.sub-title.triage-subtitle {
  font-size: 14px;
  font-weight: 600;
}
.trans-opt h1.sub-title.triage-subtitle .key {
  font-family: rsa_sanslight;
}
.trans-opt h1.sub-title.triage-subtitle .value {
  margin-right: 10px;
}
.trans-opt h1.sub-title.triage-subtitle a.changeProvince {
  font-size: 12px;
  padding-left: 10px;
  border-left: 1px solid grey;
}
#container-body .row.province-options-container {
  margin-bottom: 62px;
}
#container-body .row.province-options-container .submit-group {
  margin-bottom: 0;
}
.trans-opt {
}
.trans-opt .triage-2blocks .trans-opt-block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .trans-opt .triage-2blocks .trans-opt-block {
    float: left;
    width: 50%;
  }
}
.trans-opt .triage-2blocks .trans-opt-block:first-of-type {
  padding-left: 0;
}
.trans-opt .triage-2blocks .trans-opt-block:nth-of-type(2) {
  padding-right: 0;
}
@media (max-width: 991px) {
  .trans-opt .triage-2blocks .trans-opt-block {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .trans-opt .triage-2blocks .trans-opt-block p {
    min-height: 90px;
  }
}
@media (max-width: 628px) {
  .trans-opt .triage-2blocks .trans-opt-block p {
    min-height: 110px;
  }
}
@media (max-width: 991px) {
  .trans-opt .triage-2blocks .trans-opt-block .opt-content h1 {
    min-height: auto;
  }
}
.trans-opt .triage-2blocks .triage-drop:first-of-type .trans-opt-dropdown:before {
  left: 21%;
}
@media (max-width: 991px) {
  .trans-opt .triage-2blocks .triage-drop:first-of-type .trans-opt-dropdown:before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-2blocks .triage-drop:first-of-type .trans-opt-dropdown:after {
  left: calc(21% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-2blocks .triage-drop:first-of-type .trans-opt-dropdown:after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-2blocks .triage-drop:nth-of-type(2) .trans-opt-dropdown:before {
  right: 21%;
}
@media (max-width: 991px) {
  .trans-opt .triage-2blocks .triage-drop:nth-of-type(2) .trans-opt-dropdown:before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-2blocks .triage-drop:nth-of-type(2) .trans-opt-dropdown:after {
  right: calc(21% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-2blocks .triage-drop:nth-of-type(2) .trans-opt-dropdown:after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-3blocks .trans-opt-block:nth-of-type(6) {
  padding-right: 0;
}
.trans-opt .triage-3blocks .triage-drop:first-of-type .trans-opt-dropdown:before {
  left: 15%;
}
@media (max-width: 991px) {
  .trans-opt .triage-3blocks .triage-drop:first-of-type .trans-opt-dropdown:before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-3blocks .triage-drop:first-of-type .trans-opt-dropdown:after {
  left: calc(15% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-3blocks .triage-drop:first-of-type .trans-opt-dropdown:after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-3blocks .triage-drop:nth-of-type(2) .trans-opt-dropdown:before {
  right: 48%;
}
@media (max-width: 991px) {
  .trans-opt .triage-3blocks .triage-drop:nth-of-type(2) .trans-opt-dropdown:before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-3blocks .triage-drop:nth-of-type(2) .trans-opt-dropdown:after {
  right: calc(48% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-3blocks .triage-drop:nth-of-type(2) .trans-opt-dropdown:after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-3blocks .triage-drop:nth-of-type(3) .trans-opt-dropdown:before {
  right: 15%;
}
@media (max-width: 991px) {
  .trans-opt .triage-3blocks .triage-drop:nth-of-type(3) .trans-opt-dropdown:before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-3blocks .triage-drop:nth-of-type(3) .trans-opt-dropdown:after {
  right: calc(15% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-3blocks .triage-drop:nth-of-type(3) .trans-opt-dropdown:after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-5blocks .trans-opt-block {
}
.trans-opt .triage-5blocks .trans-opt-block:first-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .trans-opt .triage-5blocks .trans-opt-block:first-of-type {
    float: left;
    width: 50%;
  }
}
.trans-opt .triage-5blocks .trans-opt-block:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 992px) {
  .trans-opt .triage-5blocks .trans-opt-block:nth-of-type(2) {
    float: left;
    width: 50%;
  }
}
.trans-opt .triage-5blocks .trans-opt-block:nth-of-type(3) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .trans-opt .triage-5blocks .trans-opt-block:nth-of-type(3) {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .trans-opt-block:nth-of-type(3) {
    margin-top: 0;
  }
}
.trans-opt .triage-5blocks .trans-opt-block:nth-of-type(4) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .trans-opt .triage-5blocks .trans-opt-block:nth-of-type(4) {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .trans-opt-block:nth-of-type(4) {
    margin-top: 0;
  }
}
.trans-opt .triage-5blocks .trans-opt-block:nth-of-type(5) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .trans-opt .triage-5blocks .trans-opt-block:nth-of-type(5) {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .trans-opt-block:nth-of-type(5) {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .trans-opt-block {
    padding: 0 !important;
  }
}
.trans-opt .triage-5blocks .dropDown-5blocks-topGroup-pc {
  clear: both;
}
.trans-opt .triage-5blocks .dropDown-5blocks-topGroup-pc .trans-opt-dropdown:first-of-type:before {
  left: 21%;
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .dropDown-5blocks-topGroup-pc .trans-opt-dropdown:first-of-type:before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-5blocks .dropDown-5blocks-topGroup-pc .trans-opt-dropdown:first-of-type:after {
  left: calc(21% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .dropDown-5blocks-topGroup-pc .trans-opt-dropdown:first-of-type:after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-5blocks .dropDown-5blocks-topGroup-pc .trans-opt-dropdown:nth-of-type(2):before {
  right: 21%;
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .dropDown-5blocks-topGroup-pc .trans-opt-dropdown:nth-of-type(2):before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-5blocks .dropDown-5blocks-topGroup-pc .trans-opt-dropdown:nth-of-type(2):after {
  right: calc(21% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .dropDown-5blocks-topGroup-pc .trans-opt-dropdown:nth-of-type(2):after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-5blocks .triage-drop:first-of-type .trans-opt-dropdown:before {
  left: 21%;
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .triage-drop:first-of-type .trans-opt-dropdown:before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-5blocks .triage-drop:first-of-type .trans-opt-dropdown:after {
  left: calc(21% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .triage-drop:first-of-type .trans-opt-dropdown:after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-5blocks .triage-drop:nth-of-type(2) .trans-opt-dropdown:before {
  right: 21%;
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .triage-drop:nth-of-type(2) .trans-opt-dropdown:before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-5blocks .triage-drop:nth-of-type(2) .trans-opt-dropdown:after {
  right: calc(21% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .triage-drop:nth-of-type(2) .trans-opt-dropdown:after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-5blocks .triage-drop:nth-of-type(3) .trans-opt-dropdown:before {
  left: 15%;
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .triage-drop:nth-of-type(3) .trans-opt-dropdown:before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-5blocks .triage-drop:nth-of-type(3) .trans-opt-dropdown:after {
  left: calc(15% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .triage-drop:nth-of-type(3) .trans-opt-dropdown:after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-5blocks .triage-drop:nth-of-type(4) .trans-opt-dropdown:before {
  left: 50%;
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .triage-drop:nth-of-type(4) .trans-opt-dropdown:before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-5blocks .triage-drop:nth-of-type(4) .trans-opt-dropdown:after {
  left: calc(50% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .triage-drop:nth-of-type(4) .trans-opt-dropdown:after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-5blocks .triage-drop:nth-of-type(5) .trans-opt-dropdown:before {
  left: 83%;
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .triage-drop:nth-of-type(5) .trans-opt-dropdown:before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-5blocks .triage-drop:nth-of-type(5) .trans-opt-dropdown:after {
  left: calc(83% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-5blocks .triage-drop:nth-of-type(5) .trans-opt-dropdown:after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-6blocks .trans-opt-block:first-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .trans-opt .triage-6blocks .trans-opt-block:first-of-type {
    float: left;
    width: 33.33333333%;
  }
}
.trans-opt .triage-6blocks .trans-opt-block:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .trans-opt .triage-6blocks .trans-opt-block:nth-of-type(2) {
    float: left;
    width: 33.33333333%;
  }
}
.trans-opt .triage-6blocks .trans-opt-block:nth-of-type(3) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 992px) {
  .trans-opt .triage-6blocks .trans-opt-block:nth-of-type(3) {
    float: left;
    width: 33.33333333%;
  }
}
.trans-opt .triage-6blocks .trans-opt-block:nth-of-type(4) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .trans-opt .triage-6blocks .trans-opt-block:nth-of-type(4) {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .trans-opt .triage-6blocks .trans-opt-block:nth-of-type(4) {
    margin-top: 0;
  }
}
.trans-opt .triage-6blocks .trans-opt-block:nth-of-type(5) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .trans-opt .triage-6blocks .trans-opt-block:nth-of-type(5) {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .trans-opt .triage-6blocks .trans-opt-block:nth-of-type(5) {
    margin-top: 0;
  }
}
.trans-opt .triage-6blocks .trans-opt-block:nth-of-type(6) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .trans-opt .triage-6blocks .trans-opt-block:nth-of-type(6) {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 991px) {
  .trans-opt .triage-6blocks .trans-opt-block:nth-of-type(6) {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .trans-opt .triage-6blocks .trans-opt-block {
    padding: 0 !important;
  }
}
.trans-opt .triage-6blocks .dropDown-6blocks-topGroup-pc {
  clear: both;
}
.trans-opt .triage-6blocks .dropDown-6blocks-topGroup-pc .trans-opt-dropdown:first-of-type:before {
  left: 15%;
}
@media (max-width: 991px) {
  .trans-opt .triage-6blocks .dropDown-6blocks-topGroup-pc .trans-opt-dropdown:first-of-type:before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-6blocks .dropDown-6blocks-topGroup-pc .trans-opt-dropdown:first-of-type:after {
  left: calc(15% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-6blocks .dropDown-6blocks-topGroup-pc .trans-opt-dropdown:first-of-type:after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-6blocks .dropDown-6blocks-topGroup-pc .trans-opt-dropdown:nth-of-type(2):before {
  left: 48%;
}
@media (max-width: 991px) {
  .trans-opt .triage-6blocks .dropDown-6blocks-topGroup-pc .trans-opt-dropdown:nth-of-type(2):before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-6blocks .dropDown-6blocks-topGroup-pc .trans-opt-dropdown:nth-of-type(2):after {
  left: calc(48% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-6blocks .dropDown-6blocks-topGroup-pc .trans-opt-dropdown:nth-of-type(2):after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-6blocks .dropDown-6blocks-topGroup-pc .trans-opt-dropdown:nth-of-type(3):before {
  right: 15%;
}
@media (max-width: 991px) {
  .trans-opt .triage-6blocks .dropDown-6blocks-topGroup-pc .trans-opt-dropdown:nth-of-type(3):before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-6blocks .dropDown-6blocks-topGroup-pc .trans-opt-dropdown:nth-of-type(3):after {
  right: calc(15% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-6blocks .dropDown-6blocks-topGroup-pc .trans-opt-dropdown:nth-of-type(3):after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-6blocks .triage-drop:first-of-type .trans-opt-dropdown:before,
.trans-opt .triage-6blocks .triage-drop:nth-of-type(4) .trans-opt-dropdown:before {
  left: 15%;
}
@media (max-width: 991px) {
  .trans-opt .triage-6blocks .triage-drop:first-of-type .trans-opt-dropdown:before,
  .trans-opt .triage-6blocks .triage-drop:nth-of-type(4) .trans-opt-dropdown:before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-6blocks .triage-drop:first-of-type .trans-opt-dropdown:after,
.trans-opt .triage-6blocks .triage-drop:nth-of-type(4) .trans-opt-dropdown:after {
  left: calc(15% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-6blocks .triage-drop:first-of-type .trans-opt-dropdown:after,
  .trans-opt .triage-6blocks .triage-drop:nth-of-type(4) .trans-opt-dropdown:after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-6blocks .triage-drop:nth-of-type(2) .trans-opt-dropdown:before,
.trans-opt .triage-6blocks .triage-drop:nth-of-type(5) .trans-opt-dropdown:before {
  left: 48%;
}
@media (max-width: 991px) {
  .trans-opt .triage-6blocks .triage-drop:nth-of-type(2) .trans-opt-dropdown:before,
  .trans-opt .triage-6blocks .triage-drop:nth-of-type(5) .trans-opt-dropdown:before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-6blocks .triage-drop:nth-of-type(2) .trans-opt-dropdown:after,
.trans-opt .triage-6blocks .triage-drop:nth-of-type(5) .trans-opt-dropdown:after {
  left: calc(48% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-6blocks .triage-drop:nth-of-type(2) .trans-opt-dropdown:after,
  .trans-opt .triage-6blocks .triage-drop:nth-of-type(5) .trans-opt-dropdown:after {
    right: calc(50% - 5px);
  }
}
.trans-opt .triage-6blocks .triage-drop:nth-of-type(3) .trans-opt-dropdown:before,
.trans-opt .triage-6blocks .triage-drop:nth-of-type(6) .trans-opt-dropdown:before {
  left: 83%;
}
@media (max-width: 991px) {
  .trans-opt .triage-6blocks .triage-drop:nth-of-type(3) .trans-opt-dropdown:before,
  .trans-opt .triage-6blocks .triage-drop:nth-of-type(6) .trans-opt-dropdown:before {
    right: calc(50% - 7px);
  }
}
.trans-opt .triage-6blocks .triage-drop:nth-of-type(3) .trans-opt-dropdown:after,
.trans-opt .triage-6blocks .triage-drop:nth-of-type(6) .trans-opt-dropdown:after {
  left: calc(83% + 2px);
}
@media (max-width: 991px) {
  .trans-opt .triage-6blocks .triage-drop:nth-of-type(3) .trans-opt-dropdown:after,
  .trans-opt .triage-6blocks .triage-drop:nth-of-type(6) .trans-opt-dropdown:after {
    right: calc(50% - 5px);
  }
}
#triageNew a.opt-content {
  text-decoration: none;
  padding: 15px 30px;
  display: block;
}
@media (min-width: 992px) {
  #triageNew a.opt-content h1 {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 575px) {
  #triageNew a.opt-content {
    padding: 0 15px;
  }
}

#triageNewCC a.opt-content {
	text-decoration: none;
  padding: 15px 30px;
  display: block;
  height :300px;
}
@media (min-width: 992px) {
  #triageNewCC a.opt-content h1 {
    margin: 15px 0 0 0;
	height :auto;
  }
}
@media (max-width: 575px) {
  #triageNewCC a.opt-content {
    padding: 0 15px;
	height :auto;
  }
}

#triageNew .modal-content {
  padding: 30px 40px;
}
@media (max-width: 767px) {
  #triageNew .modal-content {
    padding: 30px 20px 80px 10px;
  }
}
#triageNew .popupTriage .popupMain {
  text-align: left;
  border-top: 1px solid #c9c9c9;
  margin-top: 30px;
  position: relative;
  padding: 30px 20px 45px 20px;
  display: none;
  display: block;
  border: none;
  padding: 0 0 45px 0;
  overflow: hidden;
  font-family: rsa_sanslight;
  font-size: 16px;
}
#triageNew .popupTriage .popupMain:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  border-bottom: 15px solid #c9c9c9;
  border-top: 15px solid transparent;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
#triageNew .popupTriage .popupMain:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  border-bottom: 14px solid #FFF;
  border-top: 14px solid transparent;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
#triageNew .popupTriage .popupMain.optAdd-dp:before {
  left: 11%;
}
@media (max-width: 991px) {
  #triageNew .popupTriage .popupMain.optAdd-dp:before {
    left: calc(50% - 7px);
  }
}
#triageNew .popupTriage .popupMain.optAdd-dp:after {
  left: calc(11% + 2px);
}
@media (max-width: 991px) {
  #triageNew .popupTriage .popupMain.optAdd-dp:after {
    left: calc(50% - 5px);
  }
}
#triageNew .popupTriage .popupMain.optReplace-dp:before {
  left: 36%;
}
@media (max-width: 991px) {
  #triageNew .popupTriage .popupMain.optReplace-dp:before {
    left: calc(50% - 7px);
  }
}
#triageNew .popupTriage .popupMain.optReplace-dp:after {
  left: calc(36% + 2px);
}
@media (max-width: 991px) {
  #triageNew .popupTriage .popupMain.optReplace-dp:after {
    left: calc(50% - 5px);
  }
}
#triageNew .popupTriage .popupMain.optDownload-dp:before {
  right: 36%;
}
@media (max-width: 991px) {
  #triageNew .popupTriage .popupMain.optDownload-dp:before {
    right: calc(50% - 7px);
  }
}
#triageNew .popupTriage .popupMain.optDownload-dp:after {
  right: calc(36% + 2px);
}
@media (max-width: 991px) {
  #triageNew .popupTriage .popupMain.optDownload-dp:after {
    right: calc(50% - 5px);
  }
}
#triageNew .popupTriage .popupMain.optViewPolicy-dp:before {
  right: 11%;
}
@media (max-width: 991px) {
  #triageNew .popupTriage .popupMain.optViewPolicy-dp:before {
    right: calc(50% - 7px);
  }
}
#triageNew .popupTriage .popupMain.optViewPolicy-dp:after {
  right: calc(11% + 2px);
}
@media (max-width: 991px) {
  #triageNew .popupTriage .popupMain.optViewPolicy-dp:after {
    right: calc(50% - 5px);
  }
}
#triageNew .popupTriage .popupMain.optViewPayment-dp:before {
  right: 11%;
}
@media (max-width: 991px) {
  #triageNew .popupTriage .popupMain.optViewPayment-dp:before {
    right: calc(50% - 7px);
  }
}
#triageNew .popupTriage .popupMain.optViewPayment-dp:after {
  right: calc(11% + 2px);
}
@media (max-width: 991px) {
  #triageNew .popupTriage .popupMain.optViewPayment-dp:after {
    right: calc(50% - 5px);
  }
}
@media (max-width: 991px) {
  #triageNew .popupTriage .popupMain.optAddCoverage-dp:before {
    right: calc(50% - 7px);
  }
  #triageNew .popupTriage .popupMain.optAddCoverage-dp:after {
    right: calc(50% - 5px);
  }
}
#triageNew .popupTriage .popupMain .transOpt-dropdown-block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #triageNew .popupTriage .popupMain .transOpt-dropdown-block {
    float: left;
    width: 50%;
  }
}
#triageNew .popupTriage .popupMain .transOpt-dropdown-block:first-of-type {
  padding-left: 0;
}
@media (max-width: 991px) {
  #triageNew .popupTriage .popupMain .transOpt-dropdown-block:first-of-type {
    margin-bottom: 35px;
  }
}
#triageNew .popupTriage .popupMain .transOpt-dropdown-block:nth-of-type(2) {
  padding-right: 0;
}
#triageNew .popupTriage .popupMain .transOpt-dropdown-block .help {
  margin-top: 10px;
  margin-bottom: 15px;
  bottom: auto;
}
#triageNew .popupTriage .popupMain .optPage-svgSmall {
  width: 32px;
  margin-right: 10px;
}
#triageNew .popupTriage .popupMain h2 {
  margin-bottom: 10px;
  margin-top: 0;
}
#triageNew .popupTriage .popupMain .optDropdown-list {
  margin-left: 42px;
  font-family: rsa_sanslight;
}
@media (max-width: 991px) {
  #triageNew .popupTriage .popupMain .optDropdown-list {
    margin-left: 0;
  }
}
#triageNew .popupTriage .popupMain .optDropdown-list ul {
  padding: 0;
  list-style: outside;
  margin-left: 20px;
}
#triageNew .popupTriage .popupMain .optDropdown-list ul li {
  position: relative;
}
@media (max-width: 991px) {
  #triageNew .popupTriage .popupMain .optDropdown-list ul li.help-list {
    padding-right: 30px;
  }
}
#triageNew .popupTriage .popupMain .optDropdown-list .form-group {
  margin: 0;
}
#triageNew .popupTriage .popupMain .optDropdown-list .form-group label {
  font-family: rsa_sanslight;
  margin: 0;
  font-weight: normal;
  display: inline;
}
#triageNew .popupTriage .popupMain .optDropdown-list .help-toggle {
  position: relative;
  top: 3px;
  width: auto;
  height: auto;
}
@media (max-width: 485px) {
  #triageNew .popupTriage .popupMain .optDropdown-list .help-toggle {
    position: absolute;
  }
}
#triageNew .popupTriage .popupMain .optDropdown-list .help-link,
#triageNew .popupTriage .popupMain .optDropdown-list .help-link:hover,
#triageNew .popupTriage .popupMain .optDropdown-list .help-link:focus {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 22px;
}
#triageNew .popupTriage .popupMain .submit-group {
  text-align: center;
}
#triageNew .popupTriage .popupMain .submit-group .btn-rsa {
  float: none;
}
@media (max-width: 991px) {
  #triageNew .popupTriage .popupMain .submit-group {
    margin-bottom: 0;
  }
  #triageNew .popupTriage .popupMain .transOpt-dropdown-block {
    padding: 0;
  }
}
#triageNew .popupTriage .popupMain:before {
  display: none;
}
@media (max-width: 767px) {
  #triageNew .popupTriage .popupMain {
    height: 400px;
    overflow-y: scroll;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #triageNew .popupTriage .popupMain {
    margin-top: 20px;
    height: 350px;
  }
}
#triageNew .popupTriage .popupMain .popupCol {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  #triageNew .popupTriage .popupMain .popupCol {
    float: left;
    width: 50%;
  }
}
#triageNew .popupTriage .popupMain .popupCol:first-of-type {
  padding-left: 0;
}
@media (max-width: 991px) {
  #triageNew .popupTriage .popupMain .popupCol:first-of-type {
    margin-bottom: 35px;
  }
}
#triageNew .popupTriage .popupMain .popupCol:nth-of-type(2) {
  padding-right: 0;
}
#triageNew .popupTriage .popupMain .popupCol .help {
  margin-top: 10px;
  margin-bottom: 15px;
  bottom: auto;
}
@media (min-width: 768px) {
  #triageNew .popupTriage .popupMain .popupCol {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  #triageNew .popupTriage .popupMain .popupCol {
    padding: 0;
  }
}
#triageNew .popupTriage .popupMain .popupCol ul {
  padding: 0;
  margin-left: 20px;
}
#triageNew .popupTriage .popupMain .popupCol ul li {
  list-style: circle outside none;
  margin-bottom: 20px;
}
#triageNew .popupTriage .popupMain .popupCol ul li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #triageNew .popupTriage {
    width: calc(100% + 20px);
  }
  #triageNew .popupTriage h1 {
    padding-right: 20px;
    text-align: center;
  }
}
@media (max-width: 350px) {
  #triageNew .popupTriage h1 {
    margin: 0;
  }
}
#triageNew .popupTriage input {
  width: auto;
}
@media (max-width: 767px) {
  #triageNew .popupTriage input {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 58px);
  }
}
@media (min-width: 768px) {
  #triageNew .modal-dialog {
    width: 80%;
  }
}
.vehicle-list {
  margin-left: -15px;
  margin-right: -15px;
}
.vehicle-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 2px solid #c9c9c9;
  margin-bottom: 1em;
  padding-top: 2em;
}
@media (min-width: 992px) {
  .vehicle-info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .vehicle-info {
    border-top: none;
    padding-top: 0;
  }
}
.vehicle-info:first-child {
  border-top: none;
  padding-top: 0;
}
.radio-wrap {
  position: relative;
}
.radio-wrap label {
  position: relative;
  color: #666666;
}
.radio-wrap label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 -30px;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 1px solid #afafaf;
  background-color: #fff;
}
.radio-wrap label.selected:after {
  border-radius: 10px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 19px;
  left: 14px;
  content: " ";
  display: block;
  background: #00acc2;
}
.radio-wrap label:hover,
.radio-wrap label.selected {
  border: 1px solid #00acc2;
  background: #e4e4e4;
}
.radio-wrap label.selected {
  font-family: rsa_sansmedium;
}
.reorder-address span {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .coverageSummary {
    margin-bottom: 20px;
  }
  .coverageSummary .coverage-wrap {
    padding-top: 10px;
  }
  .coverageSummary .coverage-wrap .col-wrap .coverage-col:last-of-type {
    border-bottom: none;
  }
}
.left-side .h7 {
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: normal;
}
@media (max-width: 991px) {
  .left-side .h7 {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
.Review-Bind {

}
.Review-Bind h3 {
  margin: 15px 0;
}
.Review-Bind p {
  font-family: rsa_sanslight;
  font-size: 12px;
}
.Review-Bind span.letterSpace {
  margin-right: 5px;
}
.Review-Bind .submit-group h6 {
  position: relative;
  top: -20px;
  line-height: 16px;
}
.changeSummary {
  border: 1px solid #c9c9c9;
  padding: 20px;
  padding-top: 0;
  text-align: center;
  margin-top: 20px;
  background: #f4f4f4;

}
.changeSummary p {
  color: #666666;
}
.changeSummary .priceRegular {
  font-size: 14px;
}
.changeSummary .carANDprice {
  width: calc(100% + 40px);
  left: -20px;
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .changeSummary .carANDprice {
    display: block;
  }
}
.changeSummary .carANDprice .carANDprice-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  align-items: stretch;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .changeSummary .carANDprice .carANDprice-col {
    float: left;
    width: 50%;
  }
}
.changeSummary .carANDprice .carANDprice-col .carReplaceIcon:before {
  font-family: Linearicons;
  color: #B327CC;
  content: "\eb4f";
  font-size: 50px;
}
.changeSummary .carANDprice .carANDprice-col .priceReplaceIcon:before {
  font-family: icomoon2;
  color: #B327CC;
  content: "\e900";
  font-size: 35px;
}
.changeSummary .carANDprice .carANDprice-col:first-child {
  padding-top: 0;
}
.changeSummary .carANDprice .carANDprice-col ul {
  list-style-type: none;
  margin: 0;
}
.changeSummary .carANDprice .carANDprice-col ul li h5 {
  margin: 0;
}
.changeSummary .carANDprice .carANDprice-col ul li.firstLi h5 {
  margin-bottom: 25px;
}
.changeSummary .carANDprice .carANDprice-col:first-child {
  background: #f9f9f9;
}
.changeSummary .carANDprice .carANDprice-col .changeReview {
  padding: 25px 0;
}
.changeSummary .carANDprice .carANDprice-col .changeReview h1 {
  margin: 0;
}
.changeSummary .carANDprice .carANDprice-col .changeReview:nth-of-type(2) {
  border-top: 1px solid #c9c9c9;
}
.changeSummary .changeSummery-banner {
  clear: both;
  padding: 30px 20px;
  background: #3C025F;
  color: #FFF;
  width: calc(100% + 42px);
  position: relative;
  left: -21px;
  margin-bottom: 15px;
  text-align: left;
}
.changeSummary .changeSummery-banner h3 {
  color: #FFF;
  margin: 0;
  font-family: rsa_sansregular;
}
.changeSummary .changeSummery-banner ul {
  padding-left: 20px;
  margin-top: 30px;
  font-size: 14px;
  list-style-type: circle;
}
.changeSummary .changeSummery-banner ul li {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .changeSummary .changeSummery-banner {
    padding: 20px;
  }
}
.changeSummary .btn-accordian {
  display: inline;
}
.changeSummary .coverage-wrap {
  text-align: left;
  width: calc(100% + 40px);
  left: -20px;
}
.changeSummary .coverage-wrap .help {
  background: #dbeff7;
}
.first-section {
  border: 1px solid #c9c9c9;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}
.first-section .attentionIcon:before {
  font-family: Linearicons;
  color: #ffbf05;
  content: "\ec55";
  font-size: 50px;
}
.first-section img {
  max-width: 50px;
}
.first-section h6 {
  width: 75%;
  margin: auto;
  line-height: 21px;
}
@media (max-width: 767px) {
  .first-section h6 {
    width: 100%;
  }
}
.second-section {
  margin: 40px 0;
}
.second-section .second-section-intro {
  margin-top: 15px;
}
.third-section {
  overflow: hidden;
  margin-bottom: 20px;
}
.third-section .warningleft-main h6 {
  margin: 0;
}
.third-section .warningleft-main ul {
  float: left;
  text-align: left;
  margin: 30px 0 45px 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .third-section .warningleft-main ul {
    list-style-position: inside;
    text-align: center;
    padding: 0;
  }
}
.third-section .warningleft-main ul:first-of-type {
  width: 40%;
}
@media (max-width: 767px) {
  .third-section .warningleft-main ul:first-of-type {
    width: 100%;
    margin-bottom: 0;
  }
}
.third-section .warningleft-main ul:last-of-type {
  width: 60%;
}
@media (max-width: 767px) {
  .third-section .warningleft-main ul:last-of-type {
    width: 100%;
    margin-top: 0;
  }
}
.third-section .infoleft-main h6 {
  margin: 0;
}
/*----success page-----*/
.success-page h1.success-icon {
  margin-top: 5px;
}
.success-page h1.success-icon:before {
  font-family: icomoon;
  color: #43cb83;
  content: "\e94a";
  font-size: 58px;
  position: relative;
  top: 13px;
  right: 10px;
  margin-right: -10px;
}
.success-page .submit-group {
  border-top: none;
  top: 0;
}
.success-block {
  text-align: center;
  border: 1px solid #c9c9c9;
  padding: 20px;
  padding-bottom: 0px;
  background: #f4f4f4;
  margin-top: 20px;
}
.success-block .success-main-section {
  color: #FFF;
  background: #660085;
  width: calc(100% + 42px);
  position: relative;
  left: -21px;
  padding: 20px 20px 30px 20px;
}
.success-block .success-main-section span.page-icon {
  background: #B327CC;
  width: 40px;
  height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 21px;
  display: inline-block;
}
.success-block .success-main-section span.page-icon:before {
  font-family: icomoon;
  color: #FFF;
  content: "\e9e6";
  font-size: 26px;
  position: relative;
  top: 2px;
}
.success-block .success-main-section #fail-phone {
  background: transparent;
  width: auto;
  height: auto;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
}
.success-block .success-main-section #fail-phone:before {
  font-family: Linearicons;
  content: "\ea6c";
}
.success-block .success-main-section #timeout-envelope {
  background: transparent;
  width: auto;
  height: auto;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
}
.success-block .success-main-section #timeout-envelope:before {
  font-family: Linearicons;
  content: "\e996";
  font-size: 40px;
}
.success-block .success-main-section p {
  margin: 20px auto;
  width: 70%;
}
@media (max-width: 767px) {
  .success-block .success-main-section p {
    width: 100%;
  }
}
.success-block .success-main-section .dropdown-fix {
  margin-bottom: 0 !important;
}
.success-block .success-main-section h6 {
  margin: 20px 0 0 0;
}
.success-block .success-main-section a.h8 {
  color: #FFF;
}
.success-block .success-main-section .help-dropdown p {
  margin: 0 auto;
  color: #333333;
}
.success-block .success-main-section .btn-rsa {
  color: #B327CC;
  border: 1px solid #B327CC;
  background: #FFF;
  font-family: rsa_sansmedium;
  font-size: 14px;
}
.success-block .success-main-section .btn-rsa.btn-font14 {
  width: 100%;
}
.success-block .success-main-section .download-btn-block {
  width: 60%;
  margin: auto;
}
.success-block .success-main-section .download-btn-block p {
  margin-top: 5px;
}
.success-block .success-main-section .download-btn-block:last-of-type {
  margin-top: 20px;
}
@media (max-width: 543px) {
  .success-block .success-main-section .download-btn-block {
    width: 100%;
  }
}
.success-block .success-main-section .success-box,
.success-block .success-main-section .error-box {
  border: none;
  width: 60%;
  margin: 20px auto;
}
.success-block .success-main-section .success-box h6,
.success-block .success-main-section .error-box h6 {
  color: #333333;
}
@media (max-width: 543px) {
  .success-block .success-main-section .success-box,
  .success-block .success-main-section .error-box {
    width: 100%;
  }
}
.failTop {
  text-align: center;
  border: 1px solid #c9c9c9;
  padding: 20px;
  padding: 20px 50px 30px 50px;
  border-bottom: none;
  margin-bottom: -20px;
  margin-top: 20px;
}
.failTop .failIcon:before {
  font-family: Linearicons;
  color: #db3a31;
  content: "\ec5a";
  font-size: 45px;
}
.failTop .timeoutIcon:before {
  font-family: Linearicons;
  color: #ffbf05;
  content: "\ec55";
  font-size: 40px;
}
.failTop h3 {
  margin-top: 0;
}
.failTop h6 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .failTop {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.effectiveDate-addvehicle .dropCalendar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .effectiveDate-addvehicle .dropCalendar {
    float: left;
    width: 66.66666667%;
  }
}
.effectiveDate-addvehicle .effectiveDate-helpText {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 992px) {
  .effectiveDate-addvehicle .effectiveDate-helpText {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .effectiveDate-addvehicle .effectiveDate-helpText {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .effectiveDate-addvehicle .effectiveDate-helpText {
    display: none !important;
  }
}
.effectiveDate-addvehicle .effectiveDate-helpText p {
  font-size: 14px;
  color: #666666;
}
@media (max-width: 400px) {
  .effectiveDate-addvehicle h1 {
    padding-right: 30px;
  }
}
.effectiveDate-addvehicle a.help-toggle {
  display: none;
}
@media (max-width: 991px) {
  .effectiveDate-addvehicle a.help-toggle {
    width: 20px;
    height: 20px;
    background-color: #c9c9c9;
    color: #FFF;
    top: -3px;
    position: relative;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
  }
  .effectiveDate-addvehicle a.help-toggle:hover {
    text-decoration: none;
  }
  .effectiveDate-addvehicle a.help-toggle span {
    font-size: 1em;
    position: relative;
    margin-top: 5px;
    top: 3px;
  }
}
@media (max-width: 400px) {
  .effectiveDate-addvehicle a.help-toggle {
    position: absolute;
    right: 0;
  }
}
.effectiveDate-addvehicle .help-dropdown {
  display: none;
  padding: 10px;
}
@media (max-width: 991px) {
  .effectiveDate-addvehicle .help-dropdown.in {
    display: block;
  }
}
.datepicker thead tr th.prev:before {
  font-family: icomoon;
  content: "\e9e2";
  color: #660085;
  font-size: 25px;
}
.datepicker thead tr th.next:before {
  font-family: icomoon;
  content: "\e9df";
  color: #660085;
  font-size: 25px;
}
.datepicker thead tr th.prev,
.datepicker thead tr th.next {
  cursor: pointer;
}
.datepicker thead tr th.prev,
.datepicker thead tr th.datepicker-switch,
.datepicker thead tr th.next {
  padding-top: 10px;
  padding-bottom: 10px;
}
.vehicle-wrap {
  border: 1px solid #c9c9c9;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}
.vehicle-wrap .car-icon {
  vertical-align: top;
  width: auto;
  height: auto;
  display: inline-block;
}
.vehicle-wrap .car-icon:before {
  font-family: Linearicons;
  content: "\eb4f";
  color: #333333;
  font-size: 35px;
  position: relative;
  bottom: 8px;
}
.vehicle-wrap .vehicle-name {
  display: inline-block;
  list-style: none;
  padding-left: 20px;
  max-width: 350px;
}
.vehicle-wrap .vehicle-name h3 {
  margin: 10px 0 0;
}
.vehicle-wrap .vehicle-name h5 {
  margin: 5px 0;
  line-height: 15px;
}
@media (max-width: 767px) {
  .vehicle-wrap .vehicleTitle-mobile .coverageToggle-wrap {
    float: none;
    margin: 30px 0 0;
    text-align: center;
  }
  .vehicle-wrap .btn-rsa {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .vehicle-wrap .vehicleTitle-mobile .car-icon {
    width: 10%;
  }
  .vehicle-wrap .vehicleTitle-mobile .vehicle-name {
    width: 85%;
  }
}
.vehicle-wrap .coverageToggle-wrap {
  float: right;
}
.vehicle-wrap .coverageToggle-wrap a.btn-accordian {
  display: inline-block;
}
.vehicle-wrap .btn-raplace {
  text-align: center;
}
.vehicle-wrap:last-of-type {
  margin-bottom: 0;
}
.vehicle-wrap .coverage-wrap {
  background: #e9f5fa;
  width: calc(100% + 40px);
  left: -20px;
}
.coverage-wrap {
  padding: 20px 20px 30px 20px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.coverage-wrap .help-link,
.coverage-wrap .help-link:hover,
.coverage-wrap .help-link:focus {
  width: 20px;
  height: 20px;
  font-size: 12px;
  /*margin-top: 14px;*/
  float: none;
  margin-top: 0;
  line-height: 22px;
}
.coverage-wrap .help-group {
  margin-top: 28px;
}
.coverage-wrap .help-group .help {
  font-size: 10px;
  padding: 10px;
}
@media (max-width: 767px) {
  .coverage-wrap {
    padding-bottom: 10px;
  }
}
.coverage-wrap h3 {
  text-align: center;
  margin-top: 0;
}
.coverage-wrap p.title-purple {
  color: #B327CC;
  font-size: 12px;
  margin: 0;
  position: relative;
  bottom: -10px;
}
.coverage-wrap .control-label {
  display: inline;
}
.coverage-wrap label,
.coverage-wrap .control-label {
  font-family: rsa_sansregular;
  font-size: 12px !important;
  line-height: 20px;
}
.coverage-wrap label br,
.coverage-wrap .control-label br {
  content: '';
  display: block;
  margin: -4px;
}
.coverage-wrap .col-wrap {
  display: flex;
}
.coverage-wrap .col-wrap .col-sm-6 {
  align-items: stretch;
}
.coverage-wrap .col-wrap .col-sm-6:first-of-type {
  padding-left: 0;
  border-right: 1px solid #c9c9c9;
}
.coverage-wrap .col-wrap .col-sm-6:last-of-type {
  padding-right: 0;
}
.coverage-wrap .col-wrap .col-sm-4 {
  align-items: stretch;
  border-right: 1px solid #c9c9c9;
  width: calc(33.333% + 7.5px);
}
.coverage-wrap .col-wrap .col-sm-4:first-of-type {
  padding-left: 0;
  width: calc(33.333% - 7.5px);
}
.coverage-wrap .col-wrap .col-sm-4:last-of-type {
  padding-right: 0;
  border-right: none;
  width: calc(33.333% - 7.5px);
}
@media (max-width: 1199px) {
  .coverage-wrap .col-wrap .col-sm-4 .form-group {
    padding-right: 30px;
  }
  .coverage-wrap .col-wrap .col-sm-4 .help-toggle {
    position: absolute !important;
    margin-left: 5px;
    top: auto !important;
  }
  .coverage-wrap .col-wrap .col-sm-4 .help-group {
    width: calc(100% + 30px);
  }
}
@media (max-width: 767px) {
  .coverage-wrap .col-wrap .col-sm-4 {
    width: 100% !important;
  }
  .coverage-wrap .col-wrap .col-sm-4 .form-group {
    padding-right: 0;
  }
  .coverage-wrap .col-wrap .col-sm-4 .help-toggle {
    position: relative !important;
    margin-left: 10px;
    top: 0 !important;
  }
  .coverage-wrap .col-wrap .col-sm-4 .help-group {
    width: 100%;
  }
}
.coverage-wrap .col-wrap .col-sm-12 {
  padding: 0;
}
.coverage-wrap .col-wrap .coverageInfo-box {
  position: relative;
  top: 10px;
}
.coverage-wrap .col-wrap .coverageInfo-box .help-toggle {
  position: relative;
  border-radius: 100%;
  height: auto;
}
.coverage-wrap .col-wrap .coverage-col .collapse {
  display: block;
  visibility: visible;
}
.coverage-wrap .col-wrap .vehicleTitle-mobile {
  display: none;
}
.coverage-wrap .col-wrap .btn-accordian {
  display: none;
}
@media (max-width: 767px) {
  .coverage-wrap .col-wrap {
    display: block;
  }
  .coverage-wrap .col-wrap .col-sm-6,
  .coverage-wrap .col-wrap .col-sm-4,
  .coverage-wrap .col-wrap .col-sm-3 {
    border-right: none !important;
  }
  .coverage-wrap .col-wrap .btn-accordian {
    display: inline-block;
  }
  .coverage-wrap .col-wrap .coverage-col {
    border-bottom: 1px solid #c9c9c9;
    display: block;
    padding: 10px 0;
  }
  .coverage-wrap .col-wrap .coverage-col .collapse {
    display: none;
    visibility: hidden;
  }
  .coverage-wrap .col-wrap .coverage-col .collapse.in {
    display: block;
    visibility: visible;
  }
  .coverage-wrap .col-wrap .vehicleTitle-mobile {
    display: block;
  }
}
.effectiveDate-container {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
  top: -50px;
  margin-bottom: -80px;
}
.effectiveDate-container .effectiveDate-banner {
  padding: 15px 20px;
  background: #666666;
}
.effectiveDate-container .effectiveDate-banner h5 {
  text-align: center;
  font-family: rsa_sansregular;
  color: #FFF;
  margin: 0;
}
.effectiveDate-container .effectiveDate-banner a {
  display: inline-block;
  float: right;
}
.effectiveDate-container .effectiveDate-banner .btn-accordian2:hover,
.effectiveDate-container .effectiveDate-banner .btn-accordian2:active,
.effectiveDate-container .effectiveDate-banner .btn-accordian2:visited,
.effectiveDate-container .effectiveDate-banner .btn-accordian2:link,
.effectiveDate-container .effectiveDate-banner .btn-accordian2:focus {
  text-decoration: none;
}
.effectiveDate-container .effectiveDate-banner .btn-accordian2:after {
  font-family: 'Glyphicons Halflings';
  color: #FFF;
  content: "\e083";
  font-size: 1.3em;
  position: relative;
  padding-left: 0.25em;
  vertical-align: middle;
}
.effectiveDate-container .effectiveDate-banner .btn-accordian2.collapsed:after {
  content: "\e081";
}
.effectiveDate-container .effectiveDate-wrap {
  background: #e9f5fa;
  padding: 20px 20px 30px 20px;
  overflow: hidden;
  position: relative;
}
.effectiveDate-container .effectiveDate-wrap .title-block h5 {
  margin: 0;
  font-family: rsa_sansregular;
}
@media (max-width: 450px) {
  .effectiveDate-container .effectiveDate-wrap .title-block h4 {
    padding-right: 30px;
  }
  .effectiveDate-container .effectiveDate-wrap .title-block h4 a {
    position: absolute;
  }
}
.effectiveDate-container .effectiveDate-wrap .dropCalendar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .effectiveDate-container .effectiveDate-wrap .dropCalendar {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 991px) {
  .effectiveDate-container .effectiveDate-wrap .dropCalendar {
    padding-right: 0;
  }
}
.effectiveDate-container .effectiveDate-wrap .dropCalendar .btn-rsa {
  margin-top: 20px;
}
.effectiveDate-container .effectiveDate-wrap .effectiveDate-helpText {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 992px) {
  .effectiveDate-container .effectiveDate-wrap .effectiveDate-helpText {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .effectiveDate-container .effectiveDate-wrap .effectiveDate-helpText {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .effectiveDate-container .effectiveDate-wrap .effectiveDate-helpText {
    display: none !important;
  }
}
.effectiveDate-container .effectiveDate-wrap .effectiveDate-helpText p {
  font-size: 14px;
  color: #666666;
}
.effectiveDate-container .effectiveDate-wrap a.help-toggle {
  display: none;
}
@media (max-width: 991px) {
  .effectiveDate-container .effectiveDate-wrap a.help-toggle {
    width: 20px;
    height: 20px;
    background-color: #c9c9c9;
    color: #FFF;
    top: -3px;
    position: relative;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
  }
  .effectiveDate-container .effectiveDate-wrap a.help-toggle:hover {
    text-decoration: none;
  }
  .effectiveDate-container .effectiveDate-wrap a.help-toggle span {
    font-size: 1em;
    position: relative;
    margin-top: 5px;
    top: 3px;
  }
}
@media (max-width: 400px) {
  .effectiveDate-container .effectiveDate-wrap a.help-toggle {
    position: absolute;
    right: 0;
  }
}
.effectiveDate-container .effectiveDate-wrap .help-dropdown {
  display: none;
}
@media (max-width: 991px) {
  .effectiveDate-container .effectiveDate-wrap .help-dropdown.in {
    display: block;
  }
}
@media (max-width: 450px) {
  .effectiveDate-container .effectiveDate-wrap .help-dropdown {
    padding: 10px;
  }
}
/*------coverage and elements page style-------- */
.coverageSummary .coverage-wrap {
  border: 1px solid #c9c9c9;
}
.coverageSummary h3 {
  margin-bottom: 0;
}
.coverageSummary h5 {
  margin: 5px 0 0;
}
.coverageSummary .newCoverage,
.coverageSummary .carriedCoverage {
  position: relative;
  top: 15px;
  overflow: hidden;
}
.autoSugg-wrap {
  position: relative;
}
.finco-dropdown {
  margin-top: 15px;
  overflow: hidden;
}
.input-group .icon-addon .form-control {
  border-radius: 0;
}
.icon-addon {
  position: relative;
  color: #555;
  display: block;
}
.icon-addon:after,
.icon-addon:before {
  display: table;
  content: " ";
}
.icon-addon:after {
  clear: both;
}
.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px;
}
.icon-addon.addon-sm .form-control {
  height: 30px;
  padding: 5px 10px 5px 28px;
  font-size: 12px;
  line-height: 1.5;
}
.icon-addon.addon-md .form-control,
.icon-addon .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal;
}
.icon-addon.addon-sm .fa,
.financingInst-wrapper .icon-addon.addon-sm .glyphicon-search {
  margin-left: 0;
  font-size: 20px;
  left: 10px;
  top: 5px;
  color: #c9c9c9;
  position: relative;
}
.financingInst-wrapper .highlighted .clear-autoSuggestInput {
  display: inline-block;
  position: relative;
  z-index: 3;
  top: 5px;
  font-size: 20px;
  text-indent: 90%;
  color: #c9c9c9;
}
.financingInst-wrapper .clear-autoSuggestInput {
  display: none;
}
.financingInst-wrapper .selectedAddressWrapper {
  position: relative;
  width: 100%;
}
.financingInst-wrapper .clear-autoSelectedAddress {
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 15px;
  font-size: 16px;
  color: #c9c9c9;
}
.financingInst-wrapper .highlighted .autoSuggestInput {
  padding-left: 15px;
}
.financingInst-wrapper .highlighted .glyphicon-search {
  display: none;
}
.financingInst-wrapper .autosuggest_dropdown {
  background: none;
  margin: 0;
  top: -45px;
}
.financingInst-wrapper .autosuggest_dropdown ul {
  width: 100%;
  height: 400px;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  padding: 15px;
  border: 1px solid #bbb;
  border-top: none;
}
.financingInst-wrapper .autosuggest_dropdown ul li {
  margin: 0 0 30px 0;
  padding: 0;
}
.financingInst-wrapper {
  padding: 20px 50px 30px 50px;
  background: #dbeff7;
  margin-top: 20px;
}
@media (max-width: 450px) {
  .financingInst-wrapper {
    padding: 20px;
  }
}
.financingInst-wrapper .col-sm-12 {
  padding: 0 !important;
}
@media (max-width: 450px) {
  .financingInst-wrapper .help {
    padding: 20px;
  }
}
#financingInst_grp {
  padding: 0;
}
.financingInst-wrapper .autoSuggestInput {
  padding-left: 35px;
  width: 100%;
  top: -45px;
}
.financingInst-details {
  margin-top: 0;
}
.selectedAddress_grp {
  padding-top: 20px;
}
.selectedAddress {
  background: #f4f4f4;
  border: none;
  height: 75px;
  padding: 15px;
  font-size: 12px;
  width: 100%;
}
.distanceDrop {
  padding: 20px 50px 30px 50px;
  background: #dbeff7;
}
@media (max-width: 450px) {
  .distanceDrop {
    padding: 20px;
  }
}
.distanceDrop .input-list:first-of-type {
  margin-top: 0;
}
@media (max-width: 450px) {
  .distanceDrop .help {
    padding: 20px;
  }
}
#download-reOrder .trans-opt {
  margin-bottom: 0;
}
#download-reOrder .trans-opt-block {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #download-reOrder .trans-opt-block {
    float: left;
    width: 33.33333333%;
  }
}
#download-reOrder .trans-opt-block:first-of-type {
  padding-left: 0;
}
#download-reOrder .trans-opt-block:last-of-type {
  padding-right: 0;
}
@media (max-width: 991px) {
  #download-reOrder .trans-opt-block {
    margin-bottom: 0;
    padding: 0;
  }
}
#download-reOrder .trans-opt-block h1 {
  min-height: 90px;
}
@media (max-width: 991px) {
  #download-reOrder .trans-opt-block h1 {
    min-height: auto;
  }
}
#download-reOrder .trans-opt-block p {
  min-height: 110px;
}
@media (max-width: 1200px) {
  #download-reOrder .trans-opt-block p {
    min-height: 160px;
  }
}
@media (max-width: 991px) {
  #download-reOrder .trans-opt-block p {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  #download-reOrder .trans-opt-block {
    margin-top: 15px;
  }
  #download-reOrder .trans-opt-block:first-of-type {
    margin-top: 0;
  }
}
#download-reOrder .proof-of-insurance-show {
  display: none;
}
#download-reOrder .download-msg {
  width: 80%;
  margin: 0 auto;
}
#download-reOrder .download-msg h6 {
  margin-bottom: 0;
  margin-top: 0 !important;
}
@media (max-width: 543px) {
  #download-reOrder .download-msg {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  #download-reOrder #transOpt-addVehicle .dropdownWrap,
  #download-reOrder #transOpt-replaceVehicle .dropdownWrap {
    border-bottom: 15px solid #f4f4f4;
  }
  #download-reOrder #transOpt-addVehicle .dropdownWrap .left-section,
  #download-reOrder #transOpt-replaceVehicle .dropdownWrap .left-section {
    margin-bottom: 15px;
  }
}
#download-reOrder .right-section,
#download-reOrder #warning-msg-mobile {
  text-align: center;
}
#download-reOrder .right-section .warning-icon:before,
#download-reOrder #warning-msg-mobile .warning-icon:before {
  font-family: Linearicons;
  content: "\ec55";
  color: #ffbf05;
  font-size: 40px;
}
@media (max-width: 991px) {
  #download-reOrder .right-section,
  #download-reOrder #warning-msg-mobile {
    border-top: 15px solid #f4f4f4;
  }
  #download-reOrder .right-section .rightSec-content2,
  #download-reOrder #warning-msg-mobile .rightSec-content2 {
    margin-top: 15px;
  }
}
#download-reOrder #warning-msg-mobile {
  display: none;
}
#download-reOrder #warning-msg-mobile .rightSec-content2 {
  border: 1px solid #c9c9c9;
  padding: 20px;
}
@media (max-width: 991px) {
  #download-reOrder .warning-top-fix {
    margin-top: 15px;
  }
}
#download-reOrder .leftSec-rightCol .download-msg {
  width: 100%;
}
.liabilityCard-icon:before {
  font-family: Linearicons;
  content: "\e9d5";
  color: #B327CC;
  font-size: 60px;
}
.insuranceLetter-icon:before {
  font-family: Linearicons;
  content: "\e9d8";
  color: #B327CC;
  font-size: 60px;
}
.ploicyDoc-icon:before {
  font-family: Linearicons;
  content: "\e9b7";
  color: #B327CC;
  font-size: 60px;
}
.downloadDropdown {
  display: none;
  position: relative;
  margin-top: 30px;
  text-align: left;
}
.downloadDropdown:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  border-bottom: 16px solid transparent;
  border-top: 16px solid #f4f4f4;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
.downloadDropdown.first-dp:before {
  left: 14%;
}
@media (max-width: 991px) {
  .downloadDropdown.first-dp:before {
    left: calc(50% - 8px);
  }
}
.downloadDropdown.second-dp:before {
  left: calc(45% + 30px);
}
@media (max-width: 991px) {
  .downloadDropdown.second-dp:before {
    left: calc(50% - 8px);
  }
}
.downloadDropdown.third-dp:before {
  right: 15%;
}
@media (max-width: 991px) {
  .downloadDropdown.third-dp:before {
    left: calc(50% - 8px);
  }
}
.downloadDropdown h2 {
  color: #333333;
  margin-bottom: 5px;
  padding-top: 15px;
}
.downloadDropdown .dropdownWrap {
  margin-top: 25px;
}
.downloadDropdown .dropdownWrap .vehicle-wrap {
  margin-bottom: 15px;
}
.downloadDropdown .dropdownWrap .vehicle-wrap .expendWrap a.btn-rsa {
  font-size: 14px;
}
.vehicle-wrap.selected {
  border: 1px solid #FFF;
}
#vehicle-wrap-postMVP {
  background: #f9f9f9;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  #vehicle-wrap-postMVP:hover {
    border: 1px solid #FFF;
  }
}
#vehicle-wrap-postMVP .vehicleTitle-mobile {
  padding: 20px 20px 10px 20px;
  left: -20px;
  width: calc(100% + 40px);
  background: #FFF;
  position: relative;
}
#vehicle-wrap-postMVP .vehicleTitle-mobile.grey {
  background: #f4f4f4 !important;
}
#vehicle-wrap-postMVP .vehicleTitle-mobile:hover {
  background: #f4f4f4;
}
#vehicle-wrap-postMVP .coverageToggle-wrap {
  margin-right: 10px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #vehicle-wrap-postMVP .coverageToggle-wrap {
    margin: 20px 0;
  }
}
#vehicle-wrap-postMVP .coverageToggle-wrap a[aria-expanded="true"] {
  display: none;
}
#vehicle-wrap-postMVP .collapse {
  padding-bottom: 30px;
  overflow: hidden;
}
#vehicle-wrap-postMVP .expendWrap .close-icon {
  padding: 10px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #vehicle-wrap-postMVP .expendWrap .close-icon {
    width: calc(100% + 20px);
    left: -10px;
    position: relative;
  }
}
#vehicle-wrap-postMVP .expendWrap a.btn-accordian2 {
  display: inline-block;
  float: right;
  margin-right: 10px;
  font-size: 20px;
  color: #B327CC;
}
#vehicle-wrap-postMVP .expendWrap a.btn-accordian2:hover,
#vehicle-wrap-postMVP .expendWrap a.btn-accordian2:active,
#vehicle-wrap-postMVP .expendWrap a.btn-accordian2:visited,
#vehicle-wrap-postMVP .expendWrap a.btn-accordian2:link,
#vehicle-wrap-postMVP .expendWrap a.btn-accordian2:focus {
  text-decoration: none;
}
#vehicle-wrap-postMVP .expendWrap .leftSec-rightCol h6 {
  margin-top: 30px;
}
#vehicle-wrap-postMVP .expendWrap .leftSec-rightCol h6.topline {
  margin-top: 0;
}
#vehicle-wrap-postMVP .expendWrap .leftSec-rightCol .input-list {
  margin: 30px 0;
}
#vehicle-wrap-postMVP .expendWrap .leftSec-rightCol .input-list .uniform-radio {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #vehicle-wrap-postMVP .expendWrap .leftSec-rightCol .input-list .uniform-radio {
    float: left;
    width: 41.66666667%;
  }
}
@media (max-width: 991px) {
  .policyDetail-main {
    margin-bottom: 15px;
  }
}
.policyDetail-main #vehicle-wrap-postMVP .collapse {
  overflow: visible;
  padding-bottom: 10px;
}
.policyDetail-main #vehicle-wrap-postMVP .collapse .coverage-wrap {
  width: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
@media (max-width: 767px) {
  .policyDetail-main #vehicle-wrap-postMVP .collapse .coverage-wrap {
    padding: 0 10px;
  }
}
.policyDetail-main #vehicle-wrap-postMVP .collapse .coverage-wrap .coverage-wrap {
  padding: 0;
}
.policyDetail-main #vehicle-wrap-postMVP .collapse .coverage-wrap .col-sm-4 {
  font-size: 0;
}
.policyDetail-main #vehicle-wrap-postMVP .collapse .coverage-wrap p.title-purple2 {
  color: #3C025F;
  margin-top: 10px;
  font-size: 12px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .policyDetail-main #vehicle-wrap-postMVP .collapse .coverage-wrap p.title-purple2:first-of-type {
    margin-top: 0;
  }
}
.policyDetail-main #vehicle-wrap-postMVP .collapse .coverage-wrap p.title-purple {
  color: #3C025F;
}
.policyDetail-main .help-dropdown ul {
  margin: 0;
}
.dps-tabs ul.nav-tabs {
  display: flex;
}
.dps-tabs .nav-tabs > li {
  width: 25%;
  text-align: center;
  align-items: stretch;
  border-right: 1px solid #ddd;
  display: flex;
}
.dps-tabs .nav-tabs > li > a {
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 15px 30px;
  align-items: stretch;
  width: 100%;
  color: #333333;
}
.dps-tabs .nav-tabs > li:last-child {
  border-right: none;
}
.dps-tabs .nav-tabs > li.active {
  border-bottom: none;
}
.dps-tabs .nav-tabs > li.active > a {
  border: none;
  font-family: 'rsa_sansmedium';
  color: #333333;
}
.dps-tabs .nav-tabs > li .info-icon:before {
  font-family: Linearicons;
  content: "\eb35";
  color: #B327CC;
  font-size: 35px;
  display: block;
}
.dps-tabs .nav-tabs > li .coverage-icon:before {
  font-family: Linearicons;
  content: "\e93f";
  color: #B327CC;
  font-size: 35px;
  display: block;
  margin-bottom: 10px;
}
.dps-tabs .nav-tabs > li .driver-icon:before {
  font-family: Linearicons;
  content: "\ea23";
  color: #B327CC;
  font-size: 35px;
  display: block;
  margin-bottom: 10px;
}
.dps-tabs .nav-tabs > li .premium-icon:before {
  font-family: icomoon2;
  content: "\e900";
  color: #B327CC;
  font-size: 35px;
  display: block;
  margin-bottom: 10px;
}
.dps-tabs .label-block {
  display: block;
  margin-bottom: 15px;
}
.dps-tabs .label-block:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .dps-tabs .label-block:last-of-type {
    margin-bottom: 15px;
  }
}
.dps-tabs .tab-content {
  background: #FFF;
  padding: 20px 20px 30px 20px;
}
.dps-tabs .panel-group {
  margin: 0;
}
.dps-tabs .panel-group .panel {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #c9c9c9;
  border-radius: 0;
}
.dps-tabs .panel-group .panel:first-of-type {
  border-top: none;
}
.dps-tabs .panel-group .panel + .panel {
  margin-top: 0;
}
.dps-tabs .panel-group .panel .panel-heading {
  padding: 15px;
}
.dps-tabs .panel-group .panel .panel-title {
  color: #B327CC;
  font-size: inherit;
}
.dps-tabs .panel-group .panel .panel-title .btn-accordian-postMVP {
  float: right;
}
.dps-tabs .panel-group .panel .panel-title .btn-accordian-postMVP:hover,
.dps-tabs .panel-group .panel .panel-title .btn-accordian-postMVP:active,
.dps-tabs .panel-group .panel .panel-title .btn-accordian-postMVP:visited,
.dps-tabs .panel-group .panel .panel-title .btn-accordian-postMVP:link,
.dps-tabs .panel-group .panel .panel-title .btn-accordian-postMVP:focus {
  text-decoration: none;
}
.dps-tabs .panel-group .panel .panel-title .btn-accordian-postMVP:after {
  font-family: icomoon;
  content: "\e904";
  font-size: 15px;
}
.dps-tabs .panel-group .panel .panel-title .btn-accordian-postMVP.collapsed:after {
  content: "\e903";
}
.dps-tabs .panel-group .panel .panel-body {
  padding: 20px 5px;
}
@media (max-width: 767px) {
  .dps-tabs .panel-group .panel .panel-body .col-sm-4:first-of-type {
    display: block;
    margin-bottom: -15px;
  }
  .dps-tabs .panel-group .panel .panel-body .col-sm-4.coverage-col:first-of-type {
    margin-bottom: 0;
    padding-top: 0;
  }
}
.dps-tabs .panel-group .panel.active .panel-heading {
  background: #FFF;
}
.dps-tabs .purple-label,
.dps-tabs .tab-toggleFix {
  position: relative;
}
.dps-tabs .purple-label .form-group,
.dps-tabs .tab-toggleFix .form-group {
  margin-bottom: 0;
}
.dps-tabs .purple-label .form-group .help-toggle,
.dps-tabs .tab-toggleFix .form-group .help-toggle {
  position: relative;
  height: auto;
}
.policyDetails-tab-wrap {
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
  border: 1px solid #ddd;
}
.policyDetails-tab-wrap .tab-header {
  text-align: center;
}
.policyDetails-tab-wrap .tab-header h2 {
  color: #333333;
  margin: 0;
}
.policyDetails-tab-wrap .tab-header h1 {
  color: #333333;
  margin: 15px 0;
  font-weight: bold;
}
.policyDetails-tab-wrap a.tab-note {
  margin: 20px 20px 0 20px;
  display: block;
}
@media (max-width: 767px) {
  .policyDetails-tab-wrap a.tab-note {
    margin: 20px 10px 0 10px;
  }
}
.expendWrap .periodSwitch-wrap {
  margin: 0 auto 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .expendWrap .periodSwitch-wrap {
    width: calc(100% + 20px);
    left: -10px;
    position: relative;
  }
}
.expendWrap .periodSwitch-wrap .one-period h4 {
  margin: 0;
}
.expendWrap .periodSwitch-wrap .two-periods {
  color: #B327CC;
  font-size: 0;
}
.expendWrap .periodSwitch-wrap .periodSwitch-block {
  margin: 0;
  line-height: 18px;
  border: 1px solid #B327CC;
  display: inline-block;
}
.expendWrap .periodSwitch-wrap .periodSwitch-block input {
  background: none;
  border: none;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 450px) {
  .expendWrap .periodSwitch-wrap .periodSwitch-block input {
    padding-left: calc(50% - 60px);
    padding-right: calc(50% - 60px);
  }
}
.expendWrap .periodSwitch-wrap .periodSwitch-block input:hover,
.expendWrap .periodSwitch-wrap .periodSwitch-block input:focus,
.expendWrap .periodSwitch-wrap .periodSwitch-block input:active {
  outline: none;
}
.expendWrap .periodSwitch-wrap .periodSwitch-block input.line1 {
  padding-top: 10px;
}
.expendWrap .periodSwitch-wrap .periodSwitch-block input.line2 {
  padding-bottom: 10px;
}
.expendWrap .periodSwitch-wrap .periodSwitch-block:first-of-type {
  border-right: none;
}
.expendWrap .periodSwitch-wrap .periodSwitch-block span {
  display: block;
}
.expendWrap .periodSwitch-wrap .periodSwitch-block.active,
.expendWrap .periodSwitch-wrap .periodSwitch-block:hover {
  cursor: pointer;
  color: #FFF;
}
.expendWrap .periodSwitch-wrap .periodSwitch-block.active {
  background: #B327CC;
}
.expendWrap .periodSwitch-wrap .periodSwitch-block.active:hover {
  background: #B327CC;
}
.expendWrap .periodSwitch-wrap .periodSwitch-block:hover {
  background: #660085;
}
@media (max-width: 544px) {
  .expendWrap .periodSwitch-wrap .periodSwitch-block {
    width: 50%;
  }
}
#vehicle-wrap-postMVP .policyDetail-premiumCollapse {
  background: #f4f4f4;
  padding: 20px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #vehicle-wrap-postMVP .policyDetail-premiumCollapse {
    padding: 20px 10px;
  }
}
#vehicle-wrap-postMVP .policyDetail-premiumCollapse h6 {
  display: inline-block;
  font-family: rsa_sansmedium;
  margin: 0;
}
#vehicle-wrap-postMVP .policyDetail-premiumCollapse .coverageToggle-wrap {
  margin: 0;
}
#vehicle-wrap-postMVP .policyDetail-premiumCollapse .coverageToggle-wrap a {
  margin: 0;
  color: #B327CC;
}
@media (max-width: 544px) {
  #vehicle-wrap-postMVP .policyDetail-premiumCollapse .coverageToggle-wrap {
    float: none;
    margin-top: 10px;
  }
}
#vehicle-wrap-postMVP .policyDetail-premiumCollapse .btn-accordian:after {
  font-family: Linearicons;
  content: "\ec37";
  font-size: 16px;
  padding-left: 20px;
}
#vehicle-wrap-postMVP .policyDetail-premiumCollapse .btn-accordian.collapsed:after {
  content: "\ec36";
}
.premiumCollapse-content {
  margin-top: 20px !important;
}
#vehicle-wrap-postMVP .policyDetail-premiumCollapse .coverageToggle-wrap a[aria-expanded="true"] {
  display: inline-block;
}
.kickout-content-wrap #phoneHelp {
  display: none;
}
.kickout-content-wrap h1 {
  font-family: rsa_sanslight;
}
.kickout-content-wrap .intro-section {
  margin-top: 40px;
  margin-bottom: 30px;
}
.kickout-content-wrap .intro-section h1 {
  margin-top: 40px;
}
.kickout-content-wrap .kickout-main {
  border-top: 1px solid #eee !important;
  padding-top: 30px;
}
.kickout-content-wrap h1.kickout-main {
  font-size: 24px;
}
.kickout-content-wrap .kickout-dualIcon {
  margin-top: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}
.kickout-content-wrap .kickout-dualIcon .helpClick:hover {
  text-decoration: none;
}
.kickout-content-wrap .kickout-dualIcon .iconBox-center {
  width: 100%;
  text-align: center;
  align-items: stretch;
}
@media (max-width: 767px) {
  .kickout-content-wrap .kickout-dualIcon .iconBox-center {
    border-bottom: 1px solid #eee;
    border-right: none;
    padding-bottom: 40px;
  }
  .kickout-content-wrap .kickout-dualIcon .iconBox-center:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.kickout-content-wrap .kickout-dualIcon .iconBox-center .icon-hover {
  color: #B327CC;
}
.kickout-content-wrap .kickout-dualIcon .iconBox-center .icon-hover:hover {
  color: #660085;
  cursor: pointer;
}
.kickout-content-wrap .kickout-dualIcon .iconBox-center .icon-hover h4 {
  font-family: rsa_sansregular;
  margin: 30px 0;
}
.kickout-content-wrap .kickout-dualIcon .iconBox {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  align-items: stretch;
  border-right: 1px solid #eee;
}
@media (min-width: 768px) {
  .kickout-content-wrap .kickout-dualIcon .iconBox {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .kickout-content-wrap .kickout-dualIcon .iconBox {
    border-bottom: 1px solid #eee;
    border-right: none;
    padding-bottom: 40px;
  }
  .kickout-content-wrap .kickout-dualIcon .iconBox:last-of-type {
    border-bottom: none;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.kickout-content-wrap .kickout-dualIcon .iconBox:last-of-type {
  border-right: none;
}
.kickout-content-wrap .kickout-dualIcon .iconBox .icon-hover {
  color: #B327CC;
}
.kickout-content-wrap .kickout-dualIcon .iconBox .icon-hover:hover {
  color: #660085;
  cursor: pointer;
}
.kickout-content-wrap .kickout-dualIcon .iconBox .icon-hover h4 {
  font-family: rsa_sansregular;
  margin: 30px 0;
}
.kickout-content-wrap .kickout-dualIcon .iconBox.noChat {
  float: none;
  width: 100%;
}
.kickout-content-wrap .kickout-dualIcon .chat-icon:before {
  font-family: Linearicons;
  content: '\ead6';
  font-size: 60px;
}
.kickout-content-wrap .kickout-dualIcon .phone-icon:before {
  font-family: Linearicons;
  content: '\ea6a';
  font-size: 60px;
}
.kickout-content-wrap .kickout-dualIcon .support-icon:before {
  font-family: Linearicons;
  content: '\eaed';
  font-size: 60px;
}
.kickout-content-wrap .kickout-mail {
  color: #B327CC;
}
.kickout-content-wrap .kickout-mail:before {
  font-family: Linearicons;
  content: '\e996';
  font-size: 60px;
}
.kickout-content-wrap .submit-group {
  text-align: left;
}
.kickout-topMsg-error {
  padding: 10px;
  background: #fbebea;
  font-family: rsa_sansmedium;
}
.kickout-topMsg-error .kickout-Msgicon {
  float: left;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
.kickout-topMsg-error .kickout-Msgicon:before {
  font-family: Linearicons;
  content: '\ec56';
  font-size: 20px;
  color: #db3a31;
}
.kickout-topMsg-error .font-box {
  margin: 0;
  padding-left: 30px;
}
.kickout-topMsg-info {
  padding: 10px;
  background: #eaf3f8;
  font-family: rsa_sansmedium;
}
.kickout-topMsg-info .kickout-Msgicon {
  float: left;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
.kickout-topMsg-info .kickout-Msgicon:before {
  font-family: Linearicons;
  content: '\ec56';
  font-size: 20px;
  color: #0d62c2;
}
.kickout-topMsg-info .font-box {
  margin: 0;
  padding-left: 30px;
}
.kickout-topMsg-alert {
  padding: 10px;
  background: #fff8e5;
  font-family: rsa_sansmedium;
}
.kickout-topMsg-alert .kickout-Msgicon {
  float: left;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
.kickout-topMsg-alert .kickout-Msgicon:before {
  font-family: Linearicons;
  content: '\ec55';
  font-size: 20px;
  color: #ffbf05;
}
.kickout-topMsg-alert .font-box {
  margin: 0;
  padding-left: 30px;
}
.kickout-topMsg-success {
  padding: 10px;
  background: #e3f7ed;
  font-family: rsa_sansmedium;
}
.kickout-topMsg-success .kickout-Msgicon {
  float: left;
  position: relative;
  top: -5px;
  margin-right: 12px;
  height: 24px;
  width: 24px;
  margin-left: -8px;
}
.kickout-topMsg-success .kickout-Msgicon:before {
  font-family: Linearicons;
  content: '\ec59';
  font-size: 20px;
  color: #43cb83;
}
.kickout-topMsg-success .font-box {
  margin: 0;
  padding-left: 30px;
}
.kickout-topMsg-successCenter {
  padding: 10px;
  background: #e3f7ed;
  font-family: rsa_sansmedium;
}
.kickout-topMsg-successCenter .kickout-Msgicon {
  float: left;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
.kickout-topMsg-successCenter .kickout-Msgicon:before {
  font-family: Linearicons;
  content: '\ec59';
  font-size: 20px;
  color: #43cb83;
}
.kickout-topMsg-successCenter .font-box {
  margin: 0;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .kickout-topMsg-successCenter {
    text-align: center;
  }
  .kickout-topMsg-successCenter .kickout-Msgicon {
    float: none;
    margin: 0;
  }
  .kickout-topMsg-successCenter .font-box {
    padding: 0;
  }
}
.customIcon-info {
  padding: 10px;
  background: #eaf3f8;
  font-family: rsa_sansmedium;
}
.customIcon-info .kickout-Msgicon {
  float: left;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
.customIcon-info .kickout-Msgicon:before {
  font-family: icomoon3;
  content: '\e900';
  font-size: 20px;
  color: #0d62c2;
}
.customIcon-info .font-box {
  margin: 0;
  padding-left: 30px;
}
.customIcon-info-centerMobile {
  padding: 10px;
  background: #eaf3f8;
  font-family: rsa_sansmedium;
}
.customIcon-info-centerMobile .kickout-Msgicon {
  float: left;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
.customIcon-info-centerMobile .kickout-Msgicon:before {
  font-family: icomoon3;
  content: '\e900';
  font-size: 20px;
  color: #0d62c2;
}
.customIcon-info-centerMobile .font-box {
  margin: 0;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .customIcon-info-centerMobile {
    text-align: center;
  }
  .customIcon-info-centerMobile .kickout-Msgicon {
    float: none;
    margin: 0;
  }
  .customIcon-info-centerMobile .font-box {
    padding: 0;
  }
}
.paymentsDetail-wrap {
  padding: 20px 15px;
  margin-top: 0;
  font-size: 12px;
  border: 1px solid #c9c9c9;
}
.paymentsDetail-wrap span {
  display: block;
}
.paymentsDetail-wrap .container {
  padding-left: 0px;
  padding-right: 0px;
}
.paymentsDetail-wrap .paymentHeading {
  font-family: rsa_sansmedium;
  font-size: 18px;
  color: #333333;
  align-items: center;
  margin: 3px 0;
}
.paymentsDetail-wrap .paymentGridHeading {
  font-family: rsa_sansmedium;
  background-color: #f4f4f4;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .paymentsDetail-wrap .paymentGridHeading {
    display: none;
  }
}
.paymentsDetail-wrap .headingExtraWidth {
  min-height: 57px;
}
.paymentsDetail-wrap .date-center {
  font-family: rsa_sansmedium;
  color: #333333;
  background-color: #f4f4f4;
  text-align: center;
  min-height: 30px;
  padding-top: 7px;
  margin-bottom: 8px;
}
.paymentsDetail-wrap .paymentsGridLight .changeAccount {
  display: inline;
}
.paymentsDetail-wrap .paymentsWarning {
  background-color: #fff8e5;
}
@media (max-width: 768px) {
  .paymentsDetail-wrap .paymentsWarning {
    text-align: center;
  }
}
.paymentsDetail-wrap .paymentsWarning .attentionIcon:before {
  padding-right: 7px;
}
.paymentsDetail-wrap .attentionIcon:before {
  font-family: Linearicons;
  color: #ffbf05;
  padding-left: 5px;
  padding-right: 4px;
  padding-top: 6px;
  display: inline-flex;
  content: "\ec55";
  font-size: 30px;
}
@media (max-width: 767px) {
  .paymentsDetail-wrap .mobile-hide {
    display: none;
  }
}
.paymentsDetail-wrap .mobile-show {
  display: none;
}
@media (max-width: 767px) {
  .paymentsDetail-wrap .mobile-show {
    display: block;
  }
}
.paymentsDetail-wrap .deductTop-section {
  overflow: hidden;
}
@media (max-width: 767px) {
  .paymentsDetail-wrap .deductTop-section .deductTop-col {
    text-align: center;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .paymentsDetail-wrap .deductTop-section .deductTop-col:last-of-type {
    margin-bottom: 0;
  }
}
.paymentsDetail-wrap .deductTop-section .deductTop-col:first-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .paymentsDetail-wrap .deductTop-section .deductTop-col:first-of-type {
    float: left;
    width: 50%;
  }
}
.paymentsDetail-wrap .deductTop-section .deductTop-col:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paymentsDetail-wrap .deductTop-section .deductTop-col:nth-of-type(2) {
    float: left;
    width: 33.33333333%;
  }
}
.paymentsDetail-wrap .deductTop-section .deductTop-col:nth-of-type(3) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .paymentsDetail-wrap .deductTop-section .deductTop-col:nth-of-type(3) {
    float: left;
    width: 16.66666667%;
  }
}
.paymentsDetail-wrap .col-wrap .deductContent-col:first-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paymentsDetail-wrap .col-wrap .deductContent-col:first-of-type {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .paymentsDetail-wrap .col-wrap .deductContent-col:first-of-type {
    display: none;
  }
}
.paymentsDetail-wrap .col-wrap .deductContent-col:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paymentsDetail-wrap .col-wrap .deductContent-col:nth-of-type(2) {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  .paymentsDetail-wrap .col-wrap .deductContent-col:nth-of-type(2) {
    display: none;
  }
}
.paymentsDetail-wrap .col-wrap .deductContent-col:nth-of-type(3) {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paymentsDetail-wrap .col-wrap .deductContent-col:nth-of-type(3) {
    float: left;
    width: 25%;
  }
}
.paymentsDetail-wrap .col-wrap .deductContent-col:nth-of-type(4) {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .paymentsDetail-wrap .col-wrap .deductContent-col:nth-of-type(4) {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  .paymentsDetail-wrap .col-wrap .deductContent-col:nth-of-type(4) {
    text-align: right;
  }
}
.paymentsDetail-wrap .col-wrap .deductContent-col:nth-of-type(5) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .paymentsDetail-wrap .col-wrap .deductContent-col:nth-of-type(5) {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  .paymentsDetail-wrap .col-wrap .deductContent-col:nth-of-type(5) {
    display: none;
  }
}
.paymentsDetail-wrap .deductDetail-row {
  padding: 20px 0;
  border-bottom: 1px solid #f4f4f4;
  line-height: 20px;
}
.paymentsDetail-wrap .paymentGridHeading-mobile {
  display: none;
  font-family: rsa_sansmedium;
}
@media (max-width: 767px) {
  .paymentsDetail-wrap .paymentGridHeading-mobile {
    display: block;
  }
}
.paymentsDetail-wrap .paymentGridHeading-mobile .listDate {
  width: 100%;
  background: #f4f4f4;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.paymentsDetail-wrap .paymentGridHeading-mobile .deductContent-col {
  margin-bottom: 20px;
}
.paymentsDetail-wrap .paymentGridHeading-mobile .deductContent-col:first-of-type {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
@media (max-width: 767px) {
  .paymentsDetail-wrap .paymentGridHeading-mobile .deductContent-col:first-of-type {
    display: block;
  }
}
.paymentsDetail-wrap .paymentGridHeading-mobile .deductContent-col:nth-of-type(2) {
  text-align: right;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
@media (max-width: 767px) {
  .paymentsDetail-wrap .paymentGridHeading-mobile .deductContent-col:nth-of-type(2) {
    display: block;
  }
}
.paymentsDetail-wrap .paymentGridTotal {
  font-family: rsa_sansmedium;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .paymentsDetail-wrap .paymentGridTotal {
    font-family: rsa_sansregular;
  }
}
.paymentsDetail-wrap .paymentGridTotal .deductTotal-col:first-of-type {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  visibility: hidden;
}
@media (max-width: 767px) {
  .paymentsDetail-wrap .paymentGridTotal .deductTotal-col:first-of-type {
    visibility: visible;
  }
}
.paymentsDetail-wrap .paymentGridTotal .deductTotal-col:nth-of-type(2) {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
.paymentsDetail-wrap .deductMsg-bottom {
  margin-bottom: 25px;
}
.paymentsDetail-wrap .deductMsg-bottom:last-of-type {
  margin-bottom: 0;
}
.paymentsDetail-wrap .deductList-wrap {
  margin: 20px 0 35px 0;
}
.paymentsDetail-wrap .kickout-topMsg-alert {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .paymentsDetail-wrap .kickout-topMsg-alert {
    text-align: center;
  }
  .paymentsDetail-wrap .kickout-topMsg-alert .kickout-Msgicon {
    float: none;
    margin: 0;
  }
}
.paymentsDetail-wrap .customIcon-info-centerMobile {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #payfreq-wrap h1,
  #payfreq-wrap h4 {
    text-align: center;
  }
}
#bankDetail-wrap {
  padding: 20px 15px;
  margin-top: 0;
  font-size: 12px;
  border: 1px solid #c9c9c9;
}
#bankDetail-wrap span {
  display: block;
}
#bankDetail-wrap .container {
  padding-left: 0px;
  padding-right: 0px;
}
#bankDetail-wrap .paymentHeading {
  font-family: rsa_sansmedium;
  font-size: 18px;
  color: #333333;
  align-items: center;
  margin: 3px 0;
}
#bankDetail-wrap .paymentGridHeading {
  font-family: rsa_sansmedium;
  background-color: #f4f4f4;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 767px) {
  #bankDetail-wrap .paymentGridHeading {
    display: none;
  }
}
#bankDetail-wrap .headingExtraWidth {
  min-height: 57px;
}
#bankDetail-wrap .date-center {
  font-family: rsa_sansmedium;
  color: #333333;
  background-color: #f4f4f4;
  text-align: center;
  min-height: 30px;
  padding-top: 7px;
  margin-bottom: 8px;
}
#bankDetail-wrap .paymentsGridLight .changeAccount {
  display: inline;
}
#bankDetail-wrap .paymentsWarning {
  background-color: #fff8e5;
}
@media (max-width: 768px) {
  #bankDetail-wrap .paymentsWarning {
    text-align: center;
  }
}
#bankDetail-wrap .paymentsWarning .attentionIcon:before {
  padding-right: 7px;
}
#bankDetail-wrap .attentionIcon:before {
  font-family: Linearicons;
  color: #ffbf05;
  padding-left: 5px;
  padding-right: 4px;
  padding-top: 6px;
  display: inline-flex;
  content: "\ec55";
  font-size: 30px;
}
@media (max-width: 767px) {
  #bankDetail-wrap .mobile-hide {
    display: none;
  }
}
#bankDetail-wrap .mobile-show {
  display: none;
}
@media (max-width: 767px) {
  #bankDetail-wrap .mobile-show {
    display: block;
  }
}
#bankDetail-wrap .deductTop-section {
  overflow: hidden;
}
@media (max-width: 767px) {
  #bankDetail-wrap .deductTop-section .deductTop-col {
    text-align: center;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  #bankDetail-wrap .deductTop-section .deductTop-col:last-of-type {
    margin-bottom: 0;
  }
}
#bankDetail-wrap .deductTop-section .deductTop-col:first-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  #bankDetail-wrap .deductTop-section .deductTop-col:first-of-type {
    float: left;
    width: 50%;
  }
}
#bankDetail-wrap .deductTop-section .deductTop-col:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #bankDetail-wrap .deductTop-section .deductTop-col:nth-of-type(2) {
    float: left;
    width: 33.33333333%;
  }
}
#bankDetail-wrap .deductTop-section .deductTop-col:nth-of-type(3) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 768px) {
  #bankDetail-wrap .deductTop-section .deductTop-col:nth-of-type(3) {
    float: left;
    width: 16.66666667%;
  }
}
#bankDetail-wrap .col-wrap .deductContent-col:first-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #bankDetail-wrap .col-wrap .deductContent-col:first-of-type {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  #bankDetail-wrap .col-wrap .deductContent-col:first-of-type {
    display: none;
  }
}
#bankDetail-wrap .col-wrap .deductContent-col:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #bankDetail-wrap .col-wrap .deductContent-col:nth-of-type(2) {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  #bankDetail-wrap .col-wrap .deductContent-col:nth-of-type(2) {
    display: none;
  }
}
#bankDetail-wrap .col-wrap .deductContent-col:nth-of-type(3) {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #bankDetail-wrap .col-wrap .deductContent-col:nth-of-type(3) {
    float: left;
    width: 25%;
  }
}
#bankDetail-wrap .col-wrap .deductContent-col:nth-of-type(4) {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #bankDetail-wrap .col-wrap .deductContent-col:nth-of-type(4) {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  #bankDetail-wrap .col-wrap .deductContent-col:nth-of-type(4) {
    text-align: right;
  }
}
#bankDetail-wrap .col-wrap .deductContent-col:nth-of-type(5) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  #bankDetail-wrap .col-wrap .deductContent-col:nth-of-type(5) {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  #bankDetail-wrap .col-wrap .deductContent-col:nth-of-type(5) {
    display: none;
  }
}
#bankDetail-wrap .deductDetail-row {
  padding: 20px 0;
  border-bottom: 1px solid #f4f4f4;
  line-height: 20px;
}
#bankDetail-wrap .paymentGridHeading-mobile {
  display: none;
  font-family: rsa_sansmedium;
}
@media (max-width: 767px) {
  #bankDetail-wrap .paymentGridHeading-mobile {
    display: block;
  }
}
#bankDetail-wrap .paymentGridHeading-mobile .listDate {
  width: 100%;
  background: #f4f4f4;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
}
#bankDetail-wrap .paymentGridHeading-mobile .deductContent-col {
  margin-bottom: 20px;
}
#bankDetail-wrap .paymentGridHeading-mobile .deductContent-col:first-of-type {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
@media (max-width: 767px) {
  #bankDetail-wrap .paymentGridHeading-mobile .deductContent-col:first-of-type {
    display: block;
  }
}
#bankDetail-wrap .paymentGridHeading-mobile .deductContent-col:nth-of-type(2) {
  text-align: right;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
@media (max-width: 767px) {
  #bankDetail-wrap .paymentGridHeading-mobile .deductContent-col:nth-of-type(2) {
    display: block;
  }
}
#bankDetail-wrap .paymentGridTotal {
  font-family: rsa_sansmedium;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #bankDetail-wrap .paymentGridTotal {
    font-family: rsa_sansregular;
  }
}
#bankDetail-wrap .paymentGridTotal .deductTotal-col:first-of-type {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  visibility: hidden;
}
@media (max-width: 767px) {
  #bankDetail-wrap .paymentGridTotal .deductTotal-col:first-of-type {
    visibility: visible;
  }
}
#bankDetail-wrap .paymentGridTotal .deductTotal-col:nth-of-type(2) {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
#bankDetail-wrap .deductMsg-bottom {
  margin-bottom: 25px;
}
#bankDetail-wrap .deductMsg-bottom:last-of-type {
  margin-bottom: 0;
}
#bankDetail-wrap .deductList-wrap {
  margin: 20px 0 35px 0;
}
#bankDetail-wrap .kickout-topMsg-alert {
  margin-top: 25px;
}
@media (max-width: 767px) {
  #bankDetail-wrap .kickout-topMsg-alert {
    text-align: center;
  }
  #bankDetail-wrap .kickout-topMsg-alert .kickout-Msgicon {
    float: none;
    margin: 0;
  }
}
#bankDetail-wrap .customIcon-info-centerMobile {
  margin-bottom: 25px;
}
#bankDetail-wrap .changeAccount {
  margin-left: 10px;
}
#bankDetail-wrap .changeAccount .btn-blank {
  padding: 5px 10px !important;
  line-height: 1;
}
#bankDetail-wrap .changeAccount a {
  font-size: 12px;
  font-family: rsa_sansregular;
}
@media (max-width: 767px) {
  #bankDetail-wrap .changeAccount {
    margin: 0;
  }
  #bankDetail-wrap .changeAccount:before {
    content: ' ';
    clear: right;
    display: block;
  }
}
#payrollDetail-wrap {
  padding: 20px 15px;
  margin-top: 0;
  font-size: 12px;
  border: 1px solid #c9c9c9;
}
#payrollDetail-wrap span {
  display: block;
}
#payrollDetail-wrap .container {
  padding-left: 0px;
  padding-right: 0px;
}
#payrollDetail-wrap .paymentHeading {
  font-family: rsa_sansmedium;
  font-size: 18px;
  color: #333333;
  align-items: center;
  margin: 3px 0;
}
#payrollDetail-wrap .paymentGridHeading {
  font-family: rsa_sansmedium;
  background-color: #f4f4f4;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 767px) {
  #payrollDetail-wrap .paymentGridHeading {
    display: none;
  }
}
#payrollDetail-wrap .headingExtraWidth {
  min-height: 57px;
}
#payrollDetail-wrap .date-center {
  font-family: rsa_sansmedium;
  color: #333333;
  background-color: #f4f4f4;
  text-align: center;
  min-height: 30px;
  padding-top: 7px;
  margin-bottom: 8px;
}
#payrollDetail-wrap .paymentsGridLight .changeAccount {
  display: inline;
}
#payrollDetail-wrap .paymentsWarning {
  background-color: #fff8e5;
}
@media (max-width: 768px) {
  #payrollDetail-wrap .paymentsWarning {
    text-align: center;
  }
}
#payrollDetail-wrap .paymentsWarning .attentionIcon:before {
  padding-right: 7px;
}
#payrollDetail-wrap .attentionIcon:before {
  font-family: Linearicons;
  color: #ffbf05;
  padding-left: 5px;
  padding-right: 4px;
  padding-top: 6px;
  display: inline-flex;
  content: "\ec55";
  font-size: 30px;
}
@media (max-width: 767px) {
  #payrollDetail-wrap .mobile-hide {
    display: none;
  }
}
#payrollDetail-wrap .mobile-show {
  display: none;
}
@media (max-width: 767px) {
  #payrollDetail-wrap .mobile-show {
    display: block;
  }
}
#payrollDetail-wrap .deductTop-section {
  overflow: hidden;
}
@media (max-width: 767px) {
  #payrollDetail-wrap .deductTop-section .deductTop-col {
    text-align: center;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  #payrollDetail-wrap .deductTop-section .deductTop-col:last-of-type {
    margin-bottom: 0;
  }
}
#payrollDetail-wrap .deductTop-section .deductTop-col:first-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  #payrollDetail-wrap .deductTop-section .deductTop-col:first-of-type {
    float: left;
    width: 50%;
  }
}
#payrollDetail-wrap .deductTop-section .deductTop-col:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #payrollDetail-wrap .deductTop-section .deductTop-col:nth-of-type(2) {
    float: left;
    width: 33.33333333%;
  }
}
#payrollDetail-wrap .deductTop-section .deductTop-col:nth-of-type(3) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 768px) {
  #payrollDetail-wrap .deductTop-section .deductTop-col:nth-of-type(3) {
    float: left;
    width: 16.66666667%;
  }
}
#payrollDetail-wrap .col-wrap .deductContent-col:first-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #payrollDetail-wrap .col-wrap .deductContent-col:first-of-type {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  #payrollDetail-wrap .col-wrap .deductContent-col:first-of-type {
    display: none;
  }
}
#payrollDetail-wrap .col-wrap .deductContent-col:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #payrollDetail-wrap .col-wrap .deductContent-col:nth-of-type(2) {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  #payrollDetail-wrap .col-wrap .deductContent-col:nth-of-type(2) {
    display: none;
  }
}
#payrollDetail-wrap .col-wrap .deductContent-col:nth-of-type(3) {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #payrollDetail-wrap .col-wrap .deductContent-col:nth-of-type(3) {
    float: left;
    width: 25%;
  }
}
#payrollDetail-wrap .col-wrap .deductContent-col:nth-of-type(4) {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #payrollDetail-wrap .col-wrap .deductContent-col:nth-of-type(4) {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  #payrollDetail-wrap .col-wrap .deductContent-col:nth-of-type(4) {
    text-align: right;
  }
}
#payrollDetail-wrap .col-wrap .deductContent-col:nth-of-type(5) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  #payrollDetail-wrap .col-wrap .deductContent-col:nth-of-type(5) {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  #payrollDetail-wrap .col-wrap .deductContent-col:nth-of-type(5) {
    display: none;
  }
}
#payrollDetail-wrap .deductDetail-row {
  padding: 20px 0;
  border-bottom: 1px solid #f4f4f4;
  line-height: 20px;
}
#payrollDetail-wrap .paymentGridHeading-mobile {
  display: none;
  font-family: rsa_sansmedium;
}
@media (max-width: 767px) {
  #payrollDetail-wrap .paymentGridHeading-mobile {
    display: block;
  }
}
#payrollDetail-wrap .paymentGridHeading-mobile .listDate {
  width: 100%;
  background: #f4f4f4;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
}
#payrollDetail-wrap .paymentGridHeading-mobile .deductContent-col {
  margin-bottom: 20px;
}
#payrollDetail-wrap .paymentGridHeading-mobile .deductContent-col:first-of-type {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
@media (max-width: 767px) {
  #payrollDetail-wrap .paymentGridHeading-mobile .deductContent-col:first-of-type {
    display: block;
  }
}
#payrollDetail-wrap .paymentGridHeading-mobile .deductContent-col:nth-of-type(2) {
  text-align: right;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
@media (max-width: 767px) {
  #payrollDetail-wrap .paymentGridHeading-mobile .deductContent-col:nth-of-type(2) {
    display: block;
  }
}
#payrollDetail-wrap .paymentGridTotal {
  font-family: rsa_sansmedium;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #payrollDetail-wrap .paymentGridTotal {
    font-family: rsa_sansregular;
  }
}
#payrollDetail-wrap .paymentGridTotal .deductTotal-col:first-of-type {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  visibility: hidden;
}
@media (max-width: 767px) {
  #payrollDetail-wrap .paymentGridTotal .deductTotal-col:first-of-type {
    visibility: visible;
  }
}
#payrollDetail-wrap .paymentGridTotal .deductTotal-col:nth-of-type(2) {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
#payrollDetail-wrap .deductMsg-bottom {
  margin-bottom: 25px;
}
#payrollDetail-wrap .deductMsg-bottom:last-of-type {
  margin-bottom: 0;
}
#payrollDetail-wrap .deductList-wrap {
  margin: 20px 0 35px 0;
}
#payrollDetail-wrap .kickout-topMsg-alert {
  margin-top: 25px;
}
@media (max-width: 767px) {
  #payrollDetail-wrap .kickout-topMsg-alert {
    text-align: center;
  }
  #payrollDetail-wrap .kickout-topMsg-alert .kickout-Msgicon {
    float: none;
    margin: 0;
  }
}
#payrollDetail-wrap .customIcon-info-centerMobile {
  margin-bottom: 25px;
}
#timeAccountDetail-wrap {
  padding: 20px 15px;
  margin-top: 0;
  font-size: 12px;
  border: 1px solid #c9c9c9;
}
#timeAccountDetail-wrap span {
  display: block;
}
#timeAccountDetail-wrap .container {
  padding-left: 0px;
  padding-right: 0px;
}
#timeAccountDetail-wrap .paymentHeading {
  font-family: rsa_sansmedium;
  font-size: 18px;
  color: #333333;
  align-items: center;
  margin: 3px 0;
}
#timeAccountDetail-wrap .paymentGridHeading {
  font-family: rsa_sansmedium;
  background-color: #f4f4f4;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 767px) {
  #timeAccountDetail-wrap .paymentGridHeading {
    display: none;
  }
}
#timeAccountDetail-wrap .headingExtraWidth {
  min-height: 57px;
}
#timeAccountDetail-wrap .date-center {
  font-family: rsa_sansmedium;
  color: #333333;
  background-color: #f4f4f4;
  text-align: center;
  min-height: 30px;
  padding-top: 7px;
  margin-bottom: 8px;
}
#timeAccountDetail-wrap .paymentsGridLight .changeAccount {
  display: inline;
}
#timeAccountDetail-wrap .paymentsWarning {
  background-color: #fff8e5;
}
@media (max-width: 768px) {
  #timeAccountDetail-wrap .paymentsWarning {
    text-align: center;
  }
}
#timeAccountDetail-wrap .paymentsWarning .attentionIcon:before {
  padding-right: 7px;
}
#timeAccountDetail-wrap .attentionIcon:before {
  font-family: Linearicons;
  color: #ffbf05;
  padding-left: 5px;
  padding-right: 4px;
  padding-top: 6px;
  display: inline-flex;
  content: "\ec55";
  font-size: 30px;
}
@media (max-width: 767px) {
  #timeAccountDetail-wrap .mobile-hide {
    display: none;
  }
}
#timeAccountDetail-wrap .mobile-show {
  display: none;
}
@media (max-width: 767px) {
  #timeAccountDetail-wrap .mobile-show {
    display: block;
  }
}
#timeAccountDetail-wrap .deductTop-section {
  overflow: hidden;
}
@media (max-width: 767px) {
  #timeAccountDetail-wrap .deductTop-section .deductTop-col {
    text-align: center;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  #timeAccountDetail-wrap .deductTop-section .deductTop-col:last-of-type {
    margin-bottom: 0;
  }
}
#timeAccountDetail-wrap .deductTop-section .deductTop-col:first-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  #timeAccountDetail-wrap .deductTop-section .deductTop-col:first-of-type {
    float: left;
    width: 50%;
  }
}
#timeAccountDetail-wrap .deductTop-section .deductTop-col:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #timeAccountDetail-wrap .deductTop-section .deductTop-col:nth-of-type(2) {
    float: left;
    width: 33.33333333%;
  }
}
#timeAccountDetail-wrap .deductTop-section .deductTop-col:nth-of-type(3) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}
@media (min-width: 768px) {
  #timeAccountDetail-wrap .deductTop-section .deductTop-col:nth-of-type(3) {
    float: left;
    width: 16.66666667%;
  }
}
#timeAccountDetail-wrap .col-wrap .deductContent-col:first-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #timeAccountDetail-wrap .col-wrap .deductContent-col:first-of-type {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  #timeAccountDetail-wrap .col-wrap .deductContent-col:first-of-type {
    display: none;
  }
}
#timeAccountDetail-wrap .col-wrap .deductContent-col:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #timeAccountDetail-wrap .col-wrap .deductContent-col:nth-of-type(2) {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  #timeAccountDetail-wrap .col-wrap .deductContent-col:nth-of-type(2) {
    display: none;
  }
}
#timeAccountDetail-wrap .col-wrap .deductContent-col:nth-of-type(3) {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #timeAccountDetail-wrap .col-wrap .deductContent-col:nth-of-type(3) {
    float: left;
    width: 25%;
  }
}
#timeAccountDetail-wrap .col-wrap .deductContent-col:nth-of-type(4) {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #timeAccountDetail-wrap .col-wrap .deductContent-col:nth-of-type(4) {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  #timeAccountDetail-wrap .col-wrap .deductContent-col:nth-of-type(4) {
    text-align: right;
  }
}
#timeAccountDetail-wrap .col-wrap .deductContent-col:nth-of-type(5) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  #timeAccountDetail-wrap .col-wrap .deductContent-col:nth-of-type(5) {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  #timeAccountDetail-wrap .col-wrap .deductContent-col:nth-of-type(5) {
    display: none;
  }
}
#timeAccountDetail-wrap .deductDetail-row {
  padding: 20px 0;
  border-bottom: 1px solid #f4f4f4;
  line-height: 20px;
}
#timeAccountDetail-wrap .paymentGridHeading-mobile {
  display: none;
  font-family: rsa_sansmedium;
}
@media (max-width: 767px) {
  #timeAccountDetail-wrap .paymentGridHeading-mobile {
    display: block;
  }
}
#timeAccountDetail-wrap .paymentGridHeading-mobile .listDate {
  width: 100%;
  background: #f4f4f4;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
}
#timeAccountDetail-wrap .paymentGridHeading-mobile .deductContent-col {
  margin-bottom: 20px;
}
#timeAccountDetail-wrap .paymentGridHeading-mobile .deductContent-col:first-of-type {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
@media (max-width: 767px) {
  #timeAccountDetail-wrap .paymentGridHeading-mobile .deductContent-col:first-of-type {
    display: block;
  }
}
#timeAccountDetail-wrap .paymentGridHeading-mobile .deductContent-col:nth-of-type(2) {
  text-align: right;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
@media (max-width: 767px) {
  #timeAccountDetail-wrap .paymentGridHeading-mobile .deductContent-col:nth-of-type(2) {
    display: block;
  }
}
#timeAccountDetail-wrap .paymentGridTotal {
  font-family: rsa_sansmedium;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #timeAccountDetail-wrap .paymentGridTotal {
    font-family: rsa_sansregular;
  }
}
#timeAccountDetail-wrap .paymentGridTotal .deductTotal-col:first-of-type {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  visibility: hidden;
}
@media (max-width: 767px) {
  #timeAccountDetail-wrap .paymentGridTotal .deductTotal-col:first-of-type {
    visibility: visible;
  }
}
#timeAccountDetail-wrap .paymentGridTotal .deductTotal-col:nth-of-type(2) {
  position: relative;
  float: left;
  width: 41.66666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
#timeAccountDetail-wrap .deductMsg-bottom {
  margin-bottom: 25px;
}
#timeAccountDetail-wrap .deductMsg-bottom:last-of-type {
  margin-bottom: 0;
}
#timeAccountDetail-wrap .deductList-wrap {
  margin: 20px 0 35px 0;
}
#timeAccountDetail-wrap .kickout-topMsg-alert {
  margin-top: 25px;
}
@media (max-width: 767px) {
  #timeAccountDetail-wrap .kickout-topMsg-alert {
    text-align: center;
  }
  #timeAccountDetail-wrap .kickout-topMsg-alert .kickout-Msgicon {
    float: none;
    margin: 0;
  }
}
#timeAccountDetail-wrap .customIcon-info-centerMobile {
  margin-bottom: 25px;
}
#timeAccountDetail-wrap .deductTop-section .deductTop-col:first-of-type {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #timeAccountDetail-wrap .deductTop-section .deductTop-col:first-of-type {
    float: left;
    width: 41.66666667%;
  }
}
#timeAccountDetail-wrap .deductTop-section .deductTop-col:nth-of-type(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #timeAccountDetail-wrap .deductTop-section .deductTop-col:nth-of-type(2) {
    float: left;
    width: 33.33333333%;
  }
}
#timeAccountDetail-wrap .deductTop-section .deductTop-col:nth-of-type(3) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #timeAccountDetail-wrap .deductTop-section .deductTop-col:nth-of-type(3) {
    float: left;
    width: 25%;
  }
}
#timeAccountDetail-wrap .col-wrap .deductContent-col2:first-of-type {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #timeAccountDetail-wrap .col-wrap .deductContent-col2:first-of-type {
    float: left;
    width: 25%;
  }
}
#timeAccountDetail-wrap .col-wrap .deductContent-col2:nth-of-type(2) {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #timeAccountDetail-wrap .col-wrap .deductContent-col2:nth-of-type(2) {
    float: left;
    width: 25%;
  }
}
#timeAccountDetail-wrap .col-wrap .deductContent-col2:nth-of-type(3) {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #timeAccountDetail-wrap .col-wrap .deductContent-col2:nth-of-type(3) {
    float: left;
    width: 25%;
  }
}
@media (max-width: 450px) {
  #timeAccountDetail-wrap .col-wrap .deductContent-col2:nth-of-type(3) {
    min-height: 31px !important;
  }
}
#timeAccountDetail-wrap .col-wrap .deductContent-col2:nth-of-type(4) {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #timeAccountDetail-wrap .col-wrap .deductContent-col2:nth-of-type(4) {
    float: left;
    width: 25%;
  }
}
@media (max-width: 450px) {
  #timeAccountDetail-wrap .col-wrap .deductContent-col2 {
    line-height: 15px;
    margin-bottom: 10px;
  }
}
#timeAccountDetail-wrap .deductDetail-row {
  border-bottom: none;
}
@media (max-width: 767px) {
  #timeAccountDetail-wrap .deductList-wrap {
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid #f4f4f4;
  }
  #timeAccountDetail-wrap .paymentGridHeading {
    display: block;
    float: left;
    width: 50%;
    background: transparent;
    font-family: rsa_sansregular;
    line-height: 20px;
    padding: 20px 0;
  }
  #timeAccountDetail-wrap .paymentGridHeading .deductContent-col2 {
    padding-left: 0 !important;
  }
  #timeAccountDetail-wrap .deductDetail-row {
    float: left;
    width: 50%;
    text-align: right;
  }
  #timeAccountDetail-wrap .deductDetail-row .deductContent-col2 {
    padding-right: 0 !important;
  }
}
.arrowIcon:before {
  font-family: Linearicons;
  color: #660085;
  content: "\ec44";
  font-size: 15px;
  padding-right: 2px;
}
.right-section-postMVP .rightSec-content {
  text-align: center;
}
.vehicleCoverageToggle-top {
  overflow: hidden;
  border-top: 1px solid #c9c9c9;
  margin-top: 10px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .vehicleCoverageToggle-top {
    text-align: center;
  }
}
.vehicleCoverageToggle-top .btn-accordian {
  float: right;
  margin: 0;
}
@media (max-width: 767px) {
  .vehicleCoverageToggle-top .btn-accordian {
    display: inline;
    float: none;
  }
}
.vehicleCoverageToggle-top .btn-accordian:after {
  font-family: Linearicons;
  content: '\ec2a';
}
.vehicleCoverageToggle-top .btn-accordian.collapsed:after {
  content: '\ec3a';
}
.coverage-wrap.existingCoverage {
  margin: 0;
  background: none;
}
.coverage-wrap.existingCoverage .coverageInfo-box {
  border-bottom: 1px solid #f4f4f4;
  top: 0;
}
.coverage-wrap.existingCoverage .coverageInfo-box .form-group {
  margin-bottom: 5px;
  margin-top: 8px;
  padding-right: 30px;
}
.coverage-wrap.existingCoverage .coverageInfo-box .form-group .control-label {
  font-family: rsa_sanslight;
}
.coverage-wrap.existingCoverage .coverageInfo-box .form-group .help-toggle {
  position: absolute;
}
@media (max-width: 1199px) {
  .coverage-wrap.existingCoverage .coverageInfo-box .form-group .help-toggle {
    top: 0 !important;
  }
}
@media (max-width: 767px) {
  .coverage-wrap.existingCoverage .coverageInfo-box .form-group .help-toggle {
    position: absolute !important;
  }
}
.coverage-wrap.existingCoverage .title-purple {
  padding-bottom: 10px;
  font-family: rsa_sansmedium;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 20px;
}
#viewCurrentCoverages #vehicle-wrap-postMVP:hover {
  border: 1px solid #c9c9c9;
  background: none;
}
#viewCurrentCoverages #vehicle-wrap-postMVP .vehicleTitle-mobile:hover {
  background: none;
}
#viewCurrentCoverages p.h8 {
  margin: 0;
  line-height: 16px;
}
@media (max-width: 991px) {
  #viewCurrentCoverages p.h8 {
    margin-top: 20px;
  }
}
#viewCurrentCoverages .col-wrap .col-sm-6,
#viewCurrentCoverages .col-wrap .col-sm-4 {
  border-right: none;
}
@media (max-width: 767px) {
  #viewCurrentCoverages .col-wrap .col-sm-6,
  #viewCurrentCoverages .col-wrap .col-sm-4 {
    border-bottom: none;
  }
}
.Items-wrap {
}
.Items-wrap .wrap-padding-sm {
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden;
}
.Items-wrap .wrap-padding-sm:last-of-type {
  border-bottom: none;
}
.Items-wrap .wrap-padding-sm .coverage-wrap {
  margin: 0;
  padding: 20px 0 0 30px;
}
.Items-wrap .wrap-padding-sm .coverageMsg {
  padding-left: 30px;
  margin-top: 20px;
  display: block;
  float: left;
  font-style: italic;
}
.Items-wrap .wrap-padding-sm .coverageMsg.mobile-hide {
  width: 75%;
}
@media (max-width: 767px) {
  .Items-wrap .wrap-padding-sm .coverageMsg.mobile-hide {
    display: none;
  }
}
.Items-wrap .wrap-padding-sm .coverageMsg.mobile-show {
  display: none;
}
@media (max-width: 767px) {
  .Items-wrap .wrap-padding-sm .coverageMsg.mobile-show {
    display: block;
  }
}
.Items-wrap .title-paddingReg .colContent p {
  margin-top: 10px;
  font-style: italic;
}
.Items-wrap .title-paddingReg .coverage-wrap {
  margin: 0;
  padding: 20px 0 0 0;
}
.Items-wrap .colContent {
  overflow: hidden;
  font-size: 14px;
}
.Items-wrap .colContent .amount-midCol {
  margin-left: 20px;
}
.Items-wrap .colContent a:hover {
  color: #B327CC;
}
.Items-wrap .colContent .btn-accordian {
  float: right;
  margin: 0;
}
@media (max-width: 767px) {
  .Items-wrap .colContent .btn-accordian {
    display: inline;
    float: none;
  }
}
.Items-wrap .colContent .btn-accordian:after {
  font-family: Linearicons;
  content: '\ec2a';
}
.Items-wrap .colContent .btn-accordian.collapsed:after {
  content: '\ec3a';
}
@media (max-width: 767px) {
  .Items-wrap .colContent {
    width: 100% !important;
    padding: 0;
    margin-top: 20px;
  }
}
.Items-wrap .threeCols {
  overflow: hidden;
}
.Items-wrap .threeCols .colContent:first-of-type {
  width: 75%;
  float: left;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .Items-wrap .threeCols .colContent:first-of-type {
    margin-top: 0;
    padding: 0;
  }
}
.Items-wrap .threeCols .colContent:last-of-type {
  width: 25%;
  padding-left: 15px;
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  .Items-wrap .threeCols .colContent:last-of-type {
    text-align: center;
    padding: 0;
  }
}
.Items-wrap .threeCols .sub-colContent {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .Items-wrap .threeCols .sub-colContent {
    float: left;
    width: 50%;
  }
}
.Items-wrap .threeCols .sub-colContent:first-of-type {
  padding-left: 0;
}
@media (max-width: 767px) {
  .Items-wrap .threeCols .sub-colContent:nth-of-type(2) {
    padding-left: 30px;
    margin-top: 20px;
  }
}
.Items-wrap .twoCols {
  overflow: hidden;
}
.Items-wrap .twoCols .colContent:first-of-type {
  width: 75%;
  float: left;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .Items-wrap .twoCols .colContent:first-of-type {
    margin-top: 0;
    padding: 0;
  }
}
.Items-wrap .twoCols .colContent:last-of-type {
  width: 25%;
  padding-left: 15px;
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  .Items-wrap .twoCols .colContent:last-of-type {
    text-align: center;
    padding: 0;
  }
}
.Items-wrap .twoCols .sub-colContent {
  width: 100%;
}
.Items-wrap .twoCols .sub-colContent:first-of-type {
  padding-left: 0;
}
.Items-wrap .twoCols .coverageMsg {
  float: none;
}
.changeCoverageDetails p,
.changeCoverageDetails ul {
  font-size: 12px;
  margin: 0;
}
.changeCoverageDetails .grey-bg .purple-drk {
  font-family: rsa_sansmedium;
  font-size: 14px;
}
.changeCoverageDetails .checkmark-blue {
  float: left;
  margin-right: 15px;
}
.changeCoverageDetails .checkmark-blue:before {
  font-family: icomoon4;
  content: '\e901';
  font-size: 15px;
  color: #2b95d8;
}
.changeCoverageDetails .checkmark-grey {
  float: left;
  margin-right: 15px;
}
.changeCoverageDetails .checkmark-grey:before {
  font-family: icomoon4;
  content: '\e901';
  font-size: 15px;
  color: #999999;
}
.changeCoverageDetails .checkmarkIntro .checkmark-blue,
.changeCoverageDetails .checkmarkIntro .checkmark-grey {
  position: relative;
  top: -2px;
}
.changeCoverageDetails .checkTitle {
  display: block;
  padding-left: 30px;
}
#changeCurrentCoverages {
  position: relative;
}
#changeCurrentCoverages .radio-twoCols {
  overflow: hidden;
}
#changeCurrentCoverages .radio-twoCols .radio-boxDetail {
  padding: 0;
}
#changeCurrentCoverages .radio-twoCols label {
  position: relative;
  z-index: 999;
  min-height: 110px;
  padding: 15px 15px 15px 50px !important;
}
#changeCurrentCoverages .radio-twoCols .radio-postMVP .boxed-radio .checked label {
  font-family: rsa_sansregular;
}
#changeCurrentCoverages .radio-twoCols .radio-postMVP .boxed-radio span:before {
  top: 15px;
  left: 15px;
}
#changeCurrentCoverages .radio-twoCols .radio-postMVP .boxed-radio span:after {
  top: 20px;
  left: 20px;
}
#changeCurrentCoverages .radio-twoCols .radio-boxText {
  overflow: hidden;
  padding-left: 50px;
  position: absolute;
  top: 30px;
  padding-right: 15px;
}
#changeCurrentCoverages .radio-twoCols .radio-boxText p.h9 {
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #changeCurrentCoverages .radio-twoCols .radio-boxText {
    min-height: auto;
  }
}
#changeCurrentCoverages .radio-twoCols .radio-boxText:hover {
  cursor: default;
}
#changeCurrentCoverages .right-section-postMVP {
  color: #666666;
}
#changeCurrentCoverages .right-section-postMVP .changeCoverage-newPrice h6 {
  margin: 0;
}
#changeCurrentCoverages .right-section-postMVP .changeCoverage-newPrice h1 {
  color: #3C025F;
  font-size: 35px;
  margin: 15px 0 10px 0;
}
#changeCurrentCoverages .right-section-postMVP .changeCoverage-newPrice h5 {
  margin-top: 0;
}
#changeCurrentCoverages .right-section-postMVP .changeCoverage-newPrice input {
  width: 100%;
}
#changeCurrentCoverages .right-section-postMVP .changeCoverage-currentPrice {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
#changeCurrentCoverages .right-section-postMVP .changeCoverage-currentPrice p {
  margin-top: 20px;
}
#changeCurrentCoverages .right-section-postMVP .changeCoverage-currentPrice h2 {
  color: #666666;
  margin: 0;
  font-family: rsa_sanslight;
}
#changeCurrentCoverages .right-section-postMVP .changeCoverage-currentPrice h2 span {
  font-size: 10px;
  margin-left: 10px;
}
#changeCurrentCoverages .changeCoverages-bottomSec {
  display: none;
}
@media (max-width: 991px) {
  #changeCurrentCoverages .changeCoverages-bottomSec {
    display: block;
  }
}
@media (min-width: 768px) {
  #changeCurrentCoverages .changeCoverages-bottomSec {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  #changeCurrentCoverages .changeCoverages-bottomSec {
    width: 100%;
    margin-left: -15px;
    position: fixed;
    bottom: 0;
  }
  #changeCurrentCoverages .changeCoverages-bottomSec .right-section-postMVP:before {
    content: "";
    position: absolute;
    left: 5px;
    width: 100%;
    height: 5px;
    -webkit-box-shadow: -5px -5px 5px #dfdfdf;
    -moz-box-shadow: -5px -5px 5px #dfdfdf;
    box-shadow: -5px -5px 5px #dfdfdf;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  #changeCurrentCoverages .changeCoverages-bottomSec .changeCoverage-newPrice {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
  }
  #changeCurrentCoverages .changeCoverages-bottomSec .changeCoverage-newPrice .dollarIcon {
    display: none;
  }
  #changeCurrentCoverages .changeCoverages-bottomSec .changeCoverage-newPrice .changeCoverage-priceImpactMobile {
    text-align: left;
  }
  #changeCurrentCoverages .changeCoverages-bottomSec .changeCoverage-newPrice .changeCoverage-priceImpactMobile h1,
  #changeCurrentCoverages .changeCoverages-bottomSec .changeCoverage-newPrice .changeCoverage-priceImpactMobile h5 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 5px;
  }
  #changeCurrentCoverages .changeCoverages-bottomSec .changeCoverage-newPrice .btn-rsa {
    width: 45%;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  #changeCurrentCoverages .changeCoverages-bottomSec .changeCoverage-newPrice .changeCoverage-priceImpactMobile h6 {
    font-size: 12px;
  }
  #changeCurrentCoverages .changeCoverages-bottomSec .changeCoverage-newPrice .changeCoverage-priceImpactMobile h1 {
    font-size: 30px;
  }
  #changeCurrentCoverages .changeCoverages-bottomSec .changeCoverage-newPrice .changeCoverage-priceImpactMobile h5 {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 335px) {
  #changeCurrentCoverages .changeCoverages-bottomSec .changeCoverage-newPrice .btn-rsa {
    padding: 9px 0 !important;
    width: 40%;
  }
}
#changeCurrentCoverages .customIcon-info-centerMobile {
  padding: 20px;
}
#changeCurrentCoverages .customIcon-info-centerMobile .kickout-Msgicon:before {
  font-size: 25px;
}
#changeCurrentCoverages .customIcon-info-centerMobile h3 {
  margin-top: 5px;
}
#changeCurrentCoverages .scrollTextarea {
  height: 150px;
  border-color: #ccc;
  padding: 20px;
}
#changeCurrentCoverages .scrollTextarea .font18 {
  font-family: rsa_sansmedium;
  margin-bottom: 20px;
}
#changeCurrentCoverages .showPriceImpact {
  float: left;
  width: 25%;
  padding-left: 15px;
}
#changeCurrentCoverages .showPriceImpact .right-section-postMVP {
  width: 100%;
  padding: 0;
}
@media (max-width: 650px) {
  #changeCurrentCoverages .submit-group {
    margin-bottom: 150px;
  }
}
.changeSummary.changeVehicleCoverage-summary {
  border: none;
  padding: 0;
  background: none;
}
.changeSummary.changeVehicleCoverage-summary .carANDprice {
  width: 100%;
  left: 0;
}
.changeSummary.changeVehicleCoverage-summary .colDistance {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  display: flex;
}
@media (min-width: 768px) {
  .changeSummary.changeVehicleCoverage-summary .colDistance {
    float: left;
    width: 50%;
  }
}
.changeSummary.changeVehicleCoverage-summary .colDistance:first-of-type {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .changeSummary.changeVehicleCoverage-summary .colDistance:first-of-type {
    padding: 0;
  }
}
.changeSummary.changeVehicleCoverage-summary .colDistance:nth-of-type(2) {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .changeSummary.changeVehicleCoverage-summary .colDistance:nth-of-type(2) {
    padding: 0;
    margin-top: 20px;
  }
}
.changeSummary.changeVehicleCoverage-summary .colDistance .carANDprice-col {
  padding: 20px 40px 0 40px;
  border: 1px solid #ccc;
  width: 100%;
  background: none;
}
.changeSummary.changeVehicleCoverage-summary .colDistance .carANDprice-col:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.changeSummary.changeVehicleCoverage-summary .colDistance .carANDprice-col .changeReview:first-of-type {
  padding-top: 0;
}
.changeSummary.changeVehicleCoverage-summary .colDistance .carANDprice-col .changeReview h3 {
  font-family: rsa_sansregular;
}
.changeSummary.changeVehicleCoverage-summary .coverage-wrap.existingCoverage {
  background: #f4f4f4;
  width: 100%;
  position: static;
  padding: 30px 20px;
}
.changeSummary.changeVehicleCoverage-summary .coverage-wrap.existingCoverage .font18 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.changeSummary.changeVehicleCoverage-summary .coverage-wrap.existingCoverage .font18:first-of-type {
  margin-top: 0;
}
@media (max-width: 767px) {
  .changeSummary.changeVehicleCoverage-summary .coverage-wrap.existingCoverage .font18 {
    margin-bottom: 30px;
  }
}
.changeSummary.changeVehicleCoverage-summary .coverage-wrap.existingCoverage .coverage-col {
  border-right: none;
  border-bottom: none;
}
@media (max-width: 767px) {
  .changeSummary.changeVehicleCoverage-summary .coverage-wrap.existingCoverage .coverage-col {
    margin-top: 30px;
  }
  .changeSummary.changeVehicleCoverage-summary .coverage-wrap.existingCoverage .coverage-col:first-of-type {
    margin-top: 0;
  }
}
.changeSummary.changeVehicleCoverage-summary .coverage-wrap.existingCoverage .title-black {
  padding-bottom: 10px;
  font-family: rsa_sansmedium;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 20px;
  color: #333333;
}
.changeSummary.changeVehicleCoverage-summary .coverage-wrap.existingCoverage .title-black:first-of-type {
  margin-top: 0;
}
.changeSummary.changeVehicleCoverage-summary .coverage-wrap.existingCoverage .coverageInfo-box {
  border-color: #ccc;
}
.changeSummary.changeVehicleCoverage-summary .coverage-wrap.existingCoverage .coverageInfo-box .form-group {
  padding-right: 0;
}
.changeSummary.changeVehicleCoverage-summary .coverage-wrap.existingCoverage .coverageInfo-box label {
  font-weight: normal;
}
.changeSummary.changeVehicleCoverage-summary .coverage-wrap.existingCoverage .noteBtm {
  margin-top: 40px;
}
.changeSummary.changeVehicleCoverage-summary .changeSummery-banner {
  width: 100%;
  position: static;
}
.left-section-postMVP.changePayment {

}
.left-section-postMVP.changePayment p.h8 {
  margin: 0;
}
.left-section-postMVP.changePayment .chequeImg {
  margin-top: 30px;
  max-width: 100%;
}
@media (max-width: 330px) {
  .left-section-postMVP.changePayment .chequeImg {
    display: none;
  }
}
.left-section-postMVP.changePayment .chequeImg-mobile {
  display: none;
}
@media (max-width: 330px) {
  .left-section-postMVP.changePayment .chequeImg-mobile {
    display: block;
    margin-top: 30px;
    width: 100%;
  }
}
.bankInfo-inputWrap {
  margin-top: 30px;
}
.bankInfo-inputWrap .form-group {
  margin-bottom: 30px;
}
.bankInfo-inputWrap .form-group .rsa-input {
  width: 100%;
}
.bankInfo-inputWrap .input-list__title {
  margin-bottom: 10px;
  padding-right: 0;
}
.bankInfo-inputWrap .input-list__title span {
  font-family: rsa_sanslight;
  font-size: 12px;
  margin-left: 5px;
}
.bankInfo-inputWrap .bankInfo-inputShort {
  width: 300px;
  float: left;
}
@media (max-width: 615px) {
  .bankInfo-inputWrap .bankInfo-inputShort {
    width: 100%;
  }
}
.bankInfo-inputWrap .bankInfo-inputShort:first-of-type {
  margin-right: 15px;
}
@media (max-width: 615px) {
  .bankInfo-inputWrap .bankInfo-inputShort:first-of-type {
    margin-right: 0;
  }
}
.bankInfo-inputWrap .bankInfo-inputLong {
  width: 615px;
}
@media (max-width: 615px) {
  .bankInfo-inputWrap .bankInfo-inputLong {
    width: 100%;
  }
}
@media (max-width: 615px) {
  .bankInfo-inputWrap .bankInfo-inputLong {
    width: 100%;
  }
}
.bankInfo-inputWrap .bankInfo-inputLong #accountNumberConfirm {
  margin-bottom: 15px;
}
.bankInfo-inputWrap .error_container label {
  margin-top: 0;
}
.changeBank h2 {
  color: #333333;
  margin: 40px 0 15px 0;
}
.changeBank .scrollTextarea {
  height: 120px;
  line-height: 24px;
  margin: 15px 0 0 0;
}
.changeBank #changeBank_btmCheck .checker,
.changeBank #confirmDeductions_btmCheck .checker {
  padding: 15px 0 0 0 !important;
}
.changeBank #changeBank_btmCheck label,
.changeBank #confirmDeductions_btmCheck label {
  padding: 15px 0 0 15px;
  font-family: rsa_sansregular;
  font-size: 14px !important;
  font-weight: normal;
  width: calc(100% - 20px);
}
.changeBank #changeBank_btmCheck .checkbox_error .checker span,
.changeBank #confirmDeductions_btmCheck .checkbox_error .checker span {
  background: none;
  border: 1px solid #db3a31;
}
.changeBank-infoReview {
  padding: 30px 25px;
  background: #f2f2f2;
  overflow: hidden;
}
.changeBank-infoReview .accountHeading {
  font-family: rsa_sanslight;
  margin-bottom: 30px;
  width: 25%;
  float: left;
}
@media (max-width: 767px) {
  .changeBank-infoReview .accountHeading {
    width: 100%;
    margin-bottom: 0;
  }
}
.changeBank-infoReview .accountInfo {
  font-family: rsa_sansmedium;
  margin-bottom: 30px;
  width: 75%;
  float: left;
}
@media (max-width: 767px) {
  .changeBank-infoReview .accountInfo {
    width: 100%;
  }
}
.changeBank-effectDate .h8 {
  font-size: 14px;
}
.changeBank-effectDate .h8 b {
  margin-left: 5px;
}
@media (min-width: 768px) {
  #chatWindow {
    position: fixed;
    top: 50%;
    right: -10px;
    margin-top: -50px;
    z-index: 2000;
  }
  #chatWindow:hover {
    right: -5px;
    cursor: pointer;
  }
  #chat {
    position: fixed;
    top: 50%;
    right: -40px;
    margin-top: -50px;
    z-index: 2000;
  }
  #chat:hover {
    right: -37px;
  }
  #chat .chat_tab {
    width: 100px;
    background-color: #FFF;
    border: solid 2px #FF49A4;
    -ms-transform: rotate(270deg);
    /* IE 9 */
    -moz-transform: rotate(270deg);
    /* Firefox */
    -webkit-transform: rotate(270deg);
    /* Safari and Chrome */
    -o-transform: rotate(270deg);
    padding: 6px 0;
    text-align: center;
  }
  #chat a {
    color: #FF49A4;
    font-family: "rsa_sansmedium";
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  #chatWindow {
    position: fixed;
    bottom: -20px;
    left: 45px;
    z-index: 2000;
  }
  #chatWindow img {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    -o-transform: rotate(90deg);
  }
  #chatWindow img:hover {
    cursor: pointer;
  }
  #chat {
    position: fixed;
    bottom: 0;
    z-index: 2000;
    padding: 10px;
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
  #chat .chat_tab {
    background-color: #FFF;
    border: solid 2px #FF49A4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 10px;
    text-align: center;
    line-height: 1;
  }
  #chat a {
    color: #FF49A4;
    text-decoration: none;
  }
}
/*---chat for postMVP-----*/
a.chat-button {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2000;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background-color: #CE0084;
  background-clip: padding-box;
  border: 5px solid transparent;
}
a.chat-button:before {
  content: "\e7d7";
  margin-right: 5px;
  font-family: 'rsa-icons';
}
a.chat-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  a.chat-button {
    top: 50%;
    left: auto;
    bottom: auto;
    right: 0;
    padding-right: 20px;
    border: none;
    transform: translateX(10px);
    transition: transform;
    transition-duration: .3s;
  }
  a.chat-button:hover {
    transform: translateX(0);
    transition-duration: .15s;
  }
  a.chat-button:before {
    display: block;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 28px;
    line-height: 20px;
  }
}
.chat-invite-wrapper {
  display: flex !important;
  flex-flow: row wrap;
  justify-content: space-between;
  position: fixed;
  top: auto !important;
  left: 5px !important;
  bottom: calc(5px * 4 + 14px + 20px);
  z-index: -1999 !important;
  box-sizing: border-box;
  width: calc(100vw - 20px);
  max-width: 300px;
  font-size: 14px;
  font-family: rsa_sansmedium, GillSansWGL, 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  color: #666;
  background-color: #fff;
  border: 3px solid #ff53ae;
  border-radius: 5px;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(20%);
  transition: opacity, transform, z-index;
  transition-duration: .25s, .25s, 0s;
  transition-delay: 0s, 0s, .5s;
  transition-timing-function: ease-in;
}
.chat-invite-wrapper.show {
  z-index: 1999 !important;
  opacity: 1;
  transform: translateY(0%);
  transition-duration: .5s, .5s, 0s;
  transition-delay: 0s, 0s, 0s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.chat-invite-wrapper:before,
.chat-invite-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  border-style: solid;
}
.chat-invite-wrapper:before {
  left: 15px;
  bottom: -17px;
  z-index: 0;
  border-width: 14px 14px 0;
  border-color: #ff53ae transparent;
}
.chat-invite-wrapper:after {
  left: 17px;
  bottom: -12px;
  z-index: 1;
  border-width: 12px 12px 0;
  border-color: #fff transparent;
}
.chat-invite-text {
  box-sizing: border-box;
  max-width: 100%;
  padding: 1.25em;
  flex: 0 0 100%;
  background-color: #f2f2f2;
}
.chat-invite-accept,
.chat-invite-reject {
  flex: 0 0 auto;
  padding: 1em 1.25em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.chat-invite-accept {
  color: #FF53AE;
}
.chat-invite-rejecgt {
  color: #333;
}
@media (min-width: 768px) {
  .chat-invite-wrapper {
    top: 50% !important;
    left: auto !important;
    bottom: auto;
    right: 80px;
    width: 275px;
    transform: translateX(20%);
  }
  .chat-invite-wrapper:before,
  .chat-invite-wrapper:after {
    left: auto;
    bottom: auto;
  }
  .chat-invite-wrapper:before {
    top: 15px;
    right: -17px;
    border-width: 14px 0 14px 14px;
    border-color: transparent #ff53ae;
  }
  .chat-invite-wrapper:after {
    top: 17px;
    right: -12px;
    border-width: 12px 0 12px 12px;
    border-color: transparent #f2f2f2;
  }
}
/** New Styling Changes for the Community Login  **/
.header{
    height: 100px;
    background-color: #EEEEEE;
    border-top: 5px solid #B327CC;
    display: flex;
    align-content: center;
}
.header img.johnson-logo{
    margin-left: 145px;
}

.reg-forms-wrapper .reg-forms-register, .reg-forms-wrapper .reg-forms-login{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: flex-start;
}
.form-section .form-heading{        
    font-size: 24px;    
    line-height: 36px;
}
.form-section .form-subheading{
    margin-top: 20px;       
    font-size: 16px;
    line-height: 24px;
}
.form-section .form-subheading div:not(:last-child){
    margin-bottom: 14px;
}
.reg-forms-wrapper .form-section{
    margin-left: 15px;
    padding: 10px 30px 10px 30px;
    width: 47.2%;
    color: #333333;
}
.reg-forms-wrapper .mo-user-form-section{
    background-color: rgba(114,82,154,0.1);
}
.reg-forms-wrapper .new-user-form-section{
    background-color: #EEEAE2;
    margin-left: auto;
}
.reg-forms-wrapper .alrdy-reg-form-section{
    margin-top: 30px;
    background-color: #4D207A;
    color: #fff;
}
.form-control-wrapper{
    color: #666;
    margin-top: 17px;
}
.form-control-wrapper label {
    font-size: 16px;    
    font-weight: 500;   
    line-height: 19px;
    margin-bottom: 8px;
}
.form-control-wrapper input {
    border-radius: 0;
    height: 45px;
    border: 1px solid #C4C0C2;  
    background-color: #FFFFFF;
}
.form-control-wrapper.password-wrapper{
    position: relative;
}
.password-wrapper input{
    padding-right: 35px;
    margin-bottom: 10px;
}
.password-wrapper .password-icon{
    position: absolute;
    right: 13px;
    top: 42px;
    width: 18px;
}
.password-wrapper a{
    color: #B327CC;     
    font-size: 14px;    
    line-height: 21px;
}
.johnson-login-btn{
    margin-top: 15px;
    width: 160px;
    height: 60px;
    color: #fff;
    border: 2px solid #B327CC;
    background-color: #B327CC;
    border-radius: 4px;
    font-size: 18px;    
    font-weight: 500;   
    line-height: 22px;
}
.johnson-reg-btn{
    margin-top: 15px;
    width: 160px;
    height: 60px;
    color: #B327CC;
    background-color: #fff;
    border: 2px solid #B327CC;
    border-radius: 4px;
    font-size: 18px;    
    font-weight: 500;   
    line-height: 22px;
}

.belair-reg-btn{
  margin-top: 15px;
  width: 160px;
  height: 60px;
  color: #fff;
  background-color: #fff;
  border: 2px solid #0F68D8;
  border-radius: 4px;
  font-size: 18px;    
  font-weight: 500;   
  line-height: 22px;
}

.form-section #mo_reg_btn{
    background-color: #B327CC;
    color: #fff;
}

#mo_reg_btn {
    background-color: #B327CC;
    color: #fff;
}
.form-section #new_user_reg_btn{
    margin-top: 30px;
    background-color: #fff;
}
.form-section #login_btn{
    margin-top: 30px;
    background-color: #fff;
    border: 0;
}
/** "Frequently asked questions" and "Contact Us" section starts here **/
.reg-body-beta{
    padding-left: 30px;
}
.reg-body-beta .contact-us-section{
    margin-top: 12px;
}
.reg-body-beta .faq-heading{
    margin-top: 0;
}
.reg-body-beta .faq-heading,
.reg-body-beta .contact-us-heading{
    margin-left: 15px;
    font-size: 18px;    
    font-weight: 500;   
    line-height: 27px;
}
.reg-body-beta ul.faq-questions{
    list-style-type: none;
    padding-left: 31px;
}
.reg-body-beta ul.contact-us-options{
    list-style-type: none;
    padding-left: 56px;
}
.reg-body-beta li.faq-question{
    margin-top: 12px;
    position: relative;
}
.reg-body-beta li.contact-us-option{
    margin-top: 18px;
    position: relative;
}
.reg-body-beta li.faq-question a,
.reg-body-beta li.contact-us-option a{
    color: #B327CC; 
    font-size: 16px;    
    line-height: 24px;
}
.reg-body-beta li.phone-option > div{
    font-size: 16px;
    line-height: 24px;
}
.reg-body-beta li.faq-question span{
    position: absolute;
    top: 0;
    left: -16px;
    color: #B327CC; 
    font-size: 16px;
}
.reg-body-beta li.contact-us-option img.contact-us-icon{
    position: absolute;
    top: 5px;
    left: -40px;
    width: 28px;
}
/** "Frequently asked questions" and "Contact Us" section ends here **/

.footer{
    background-color: #333;
    height: 200px;
}
/**********  feedbackify hacks  *************/
/*# sourceMappingURL=style.css.map */