@media (max-width: 767px) {
  .center-mobile {
    display: table !important;
    margin: 0 auto;
  }
}
#policy-header {
  border: 1px solid black;
  border-radius: 10px;
  margin-bottom: 30px;
}
#policy-header h4 {
  padding-left: 10px;
}
#policy-header h5 {
  font-size: 18px !important;
  padding-left: 25px;
}
#faq-accordian a {
  color: black;
}
#faq-accordian h5 {
  width: 100%;
}
#faq-accordian .faq-acordian-item {
  min-height: 35px;
  min-width: 1px;
  border-bottom: 1px solid #c1c1c1;
}
#faq-accordian .ufe-icon-faq {
  position: relative;
  top: 15px;
  color: #D00F39;
}
#faq-accordian .faq-acordian-item-inactive .ufe-icon-faq:after {
  content: "\ea0a";
}
#faq-accordian .faq-acordian-item-active .ufe-icon-faq:after {
  content: "\ea0b";
}
#faq-accordian .faq-accordian-question {
  display: flex;
  flex-direction: row;
}
#faq-accordian span.icon-plus:after {
  content: "\e931";
}
#faq-accordian .faq-acordian-item-inactive .faq-accordian-answer {
  height: 0px;
  display: none;
}
#faq-accordian .faq-acordian-item-active .faq-accordian-answer {
  height: 100%;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  #faq-accordian .faq-acordian-item-active .faq-accordian-answer {
    height: 100%;
  }
}
div.policy-container {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.policy-container h2 {
  font-weight: 700;
}
@media (max-width: 767px) {
  div.policy-container {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
  }
}
h3.policy-status {
  position: relative;
  left: 180px;
}
@media (max-width: 767px) {
  h3.policy-status {
    position: relative;
    top: -20px;
    left: 15px;
  }
}
div.policy-divider {
  border-top: 1px solid #C1C1C1;
  margin-top: 20px;
  padding-top: 20px;
}
div.can-we-help-container {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 767px) {
  div.can-we-help-container {
    padding-right: 15px !important;
  }
}
div.can-we-help-container-wrapper {
  padding-right: 0px !important;
}
@media (max-width: 767px) {
  div.can-we-help-container-wrapper {
    padding-right: 15px !important;
  }
}
/* ACN Regular */

@font-face {
  font-family: 'ACNRegular';
  src: url('../Chameleon/fonts/ACNRegular.woff');
  src: url('../Chameleon/fonts/ACNRegular.woff') format('woff'), url(/* Pretty Modern Browsers */'../Chameleon/fonts/ACNRegular.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
/* ACN Bold */

@font-face {
  font-family: 'ACNBold';
  src: url('../Chameleon/fonts/ACNBold.woff');
  src: url('../Chameleon/fonts/ACNBold.woff') format('woff'), url(/* Pretty Modern Browsers */'../Chameleon/fonts/ACNBold.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
/* ACN Extra Bold */

@font-face {
  font-family: 'ACNExtraBold';
  src: url('../Chameleon/fonts/ACNExtraBold.woff');
  src: url('../Chameleon/fonts/ACNExtraBold.woff') format('woff'), url(/* Pretty Modern Browsers */'../Chameleon/fonts/ACNExtraBold.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
/* Checkbox Variables */
/*Toggle options*/
/* Radio Variables */
/* Tooltip Variables */
/* Typeahead Variables */
/* Input Group Variablaes */
/* Used across multiple input components */
/* tabs - js */
/* tabs - css */
/* HTML Progress bar colours */
/* CSS Blend Progress Bar colours */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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 {
  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;
  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;
  }
  .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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../Chameleon/libs/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../Chameleon/libs/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Chameleon/libs/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../Chameleon/libs/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../Chameleon/libs/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../Chameleon/libs/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";
}
* {
  -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #D71440;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #D71440;
  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: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #F5F5F5;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
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: #E9EAEC;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
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: 11px;
  margin-bottom: 11px;
}
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: 37px;
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.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: #E9EAEC;
}
.text-primary {
  color: #D71440;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a81032;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #D71440;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #a81032;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #F5F5F5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
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: 22px;
}
dt,
dd {
  line-height: 1.428571429;
}
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 #E9EAEC;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #F5F5F5;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #E9EAEC;
}
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 #F5F5F5;
  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: 22px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  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: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
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.666666667%;
}
.col-xs-10 {
  width: 83.333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.666666667%;
}
.col-xs-7 {
  width: 58.333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.666666667%;
}
.col-xs-4 {
  width: 33.333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666667%;
}
.col-xs-1 {
  width: 8.333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.666666667%;
}
.col-xs-pull-10 {
  right: 83.333333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.666666667%;
}
.col-xs-pull-7 {
  right: 58.333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.666666667%;
}
.col-xs-pull-4 {
  right: 33.333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666667%;
}
.col-xs-pull-1 {
  right: 8.333333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.666666667%;
}
.col-xs-push-10 {
  left: 83.333333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.666666667%;
}
.col-xs-push-7 {
  left: 58.333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.666666667%;
}
.col-xs-push-4 {
  left: 33.333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666667%;
}
.col-xs-push-1 {
  left: 8.333333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.666666667%;
}
.col-xs-offset-10 {
  margin-left: 83.333333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.666666667%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666667%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333%;
}
.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.666666667%;
  }
  .col-sm-10 {
    width: 83.333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666666667%;
  }
  .col-sm-7 {
    width: 58.333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.666666667%;
  }
  .col-sm-4 {
    width: 33.333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666667%;
  }
  .col-sm-1 {
    width: 8.333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.666666667%;
  }
  .col-sm-pull-10 {
    right: 83.333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.666666667%;
  }
  .col-sm-pull-7 {
    right: 58.333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.666666667%;
  }
  .col-sm-pull-4 {
    right: 33.333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666667%;
  }
  .col-sm-pull-1 {
    right: 8.333333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.666666667%;
  }
  .col-sm-push-10 {
    left: 83.333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.666666667%;
  }
  .col-sm-push-7 {
    left: 58.333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.666666667%;
  }
  .col-sm-push-4 {
    left: 33.333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666667%;
  }
  .col-sm-push-1 {
    left: 8.333333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333%;
  }
  .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.666666667%;
  }
  .col-md-10 {
    width: 83.333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666666667%;
  }
  .col-md-7 {
    width: 58.333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666666667%;
  }
  .col-md-4 {
    width: 33.333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666667%;
  }
  .col-md-1 {
    width: 8.333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.666666667%;
  }
  .col-md-pull-10 {
    right: 83.333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.666666667%;
  }
  .col-md-pull-7 {
    right: 58.333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.666666667%;
  }
  .col-md-pull-4 {
    right: 33.333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666667%;
  }
  .col-md-pull-1 {
    right: 8.333333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.666666667%;
  }
  .col-md-push-10 {
    left: 83.333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.666666667%;
  }
  .col-md-push-7 {
    left: 58.333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.666666667%;
  }
  .col-md-push-4 {
    left: 33.333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666667%;
  }
  .col-md-push-1 {
    left: 8.333333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333%;
  }
  .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.666666667%;
  }
  .col-lg-10 {
    width: 83.333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666666667%;
  }
  .col-lg-7 {
    width: 58.333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.666666667%;
  }
  .col-lg-4 {
    width: 33.333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666667%;
  }
  .col-lg-1 {
    width: 8.333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.666666667%;
  }
  .col-lg-pull-10 {
    right: 83.333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.666666667%;
  }
  .col-lg-pull-7 {
    right: 58.333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.666666667%;
  }
  .col-lg-pull-4 {
    right: 33.333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666667%;
  }
  .col-lg-pull-1 {
    right: 8.333333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.666666667%;
  }
  .col-lg-push-10 {
    left: 83.333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.666666667%;
  }
  .col-lg-push-7 {
    left: 58.333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.666666667%;
  }
  .col-lg-push-4 {
    left: 33.333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666667%;
  }
  .col-lg-push-1 {
    left: 8.333333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #E9EAEC;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #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-of-type(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: 16.5px;
    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: 22px;
  font-size: 24px;
  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: 16px;
  line-height: 1.428571429;
  color: #59595b;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #59595b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 5px;
  -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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 1px 1px #D71440;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 1px 1px #D71440;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 1px 1px #D71440;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 0 1px 1px #D71440;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 0 1px 1px #D71440;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) 0 1px 1px #D71440;
}
.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 {
  background-color: #F5F5F5;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  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 {
  position: relative;
  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;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 1px 1px #D71440;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 1px 1px #D71440;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 1px 1px #D71440;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 0 1px 1px #D71440;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 0 1px 1px #D71440;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 0 1px 1px #D71440;
}
.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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 1px 1px #D71440;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 1px 1px #D71440;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 1px 1px #D71440;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 0 1px 1px #D71440;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 0 1px 1px #D71440;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b 0 1px 1px #D71440;
}
.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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 1px 1px #D71440;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 1px 1px #D71440;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) 0 1px 1px #D71440;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 0 1px 1px #D71440;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 0 1px 1px #D71440;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 0 1px 1px #D71440;
}
.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: 27px;
}
.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: 29px;
}
.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.333333px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.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: 16px;
  line-height: 1.428571429;
  border-radius: 0px;
  -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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 1px 1px #D71440;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 1px 1px #D71440;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 1px 1px #D71440;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: none 0 1px 1px #D71440;
  -moz-box-shadow: none 0 1px 1px #D71440;
  -webkit-box-shadow: none 0 1px 1px #D71440;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #fff;
  background-color: #333333;
  border-color: #59595b;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1b;
}
.btn-default:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #3b3b3c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #3b3b3c;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #080808;
  border-color: #1a1a1b;
}
.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: #333333;
  border-color: #59595b;
}
.btn-default .badge {
  color: #333333;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #D71440;
  border-color: #c01239;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #a81032;
  border-color: #4b0716;
}
.btn-primary:hover {
  color: #fff;
  background-color: #a81032;
  border-color: #880d28;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #a81032;
  border-color: #880d28;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #880d28;
  border-color: #4b0716;
}
.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: #D71440;
  border-color: #c01239;
}
.btn-primary .badge {
  color: #D71440;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #56830E;
  border-color: #476c0c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #385509;
  border-color: #000000;
}
.btn-success:hover {
  color: #fff;
  background-color: #385509;
  border-color: #233506;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #385509;
  border-color: #233506;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #233506;
  border-color: #000000;
}
.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: #56830E;
  border-color: #476c0c;
}
.btn-success .badge {
  color: #56830E;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #40b3d9;
  border-color: #2aaad5;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #2699bf;
  border-color: #15556a;
}
.btn-info:hover {
  color: #fff;
  background-color: #2699bf;
  border-color: #2081a2;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #2699bf;
  border-color: #2081a2;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #2081a2;
  border-color: #15556a;
}
.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: #40b3d9;
  border-color: #2aaad5;
}
.btn-info .badge {
  color: #40b3d9;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #ffb21a;
  border-color: #ffaa00;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #e69900;
  border-color: #805500;
}
.btn-warning:hover {
  color: #fff;
  background-color: #e69900;
  border-color: #c28100;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #e69900;
  border-color: #c28100;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #c28100;
  border-color: #805500;
}
.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: #ffb21a;
  border-color: #ffaa00;
}
.btn-warning .badge {
  color: #ffb21a;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #D71440;
  border-color: #c01239;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #a81032;
  border-color: #4b0716;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a81032;
  border-color: #880d28;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #a81032;
  border-color: #880d28;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #880d28;
  border-color: #4b0716;
}
.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: #D71440;
  border-color: #c01239;
}
.btn-danger .badge {
  color: #D71440;
  background-color: #fff;
}
.btn-link {
  color: #D71440;
  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;
  box-shadow: none 0 1px 1px #D71440;
  -moz-box-shadow: none 0 1px 1px #D71440;
  -webkit-box-shadow: none 0 1px 1px #D71440;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #D71440;
  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: #E9EAEC;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-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;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 0 1px 1px #D71440;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 0 1px 1px #D71440;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 0 1px 1px #D71440;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #D71440;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #E9EAEC;
}
.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: 14px;
  line-height: 1.428571429;
  color: #E9EAEC;
  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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@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 + .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,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 1px 1px #D71440;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 1px 1px #D71440;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 1px 1px #D71440;
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: none 0 1px 1px #D71440;
  -moz-box-shadow: none 0 1px 1px #D71440;
  -webkit-box-shadow: none 0 1px 1px #D71440;
}
.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: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  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: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #59595b;
  text-align: center;
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0px;
}
.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 {
  z-index: 2;
  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: #F5F5F5;
}
.nav > li.disabled > a {
  color: #E9EAEC;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #E9EAEC;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #F5F5F5;
  border-color: #D71440;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 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.428571429;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #F5F5F5 #F5F5F5 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #59595b;
  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: 0px;
}
.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: 0px 0px 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: 0px;
}
.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: #D71440;
}
.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: 0px;
}
.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: 0px 0px 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;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.test {
  border: 3px solid blue;
}
.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@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;
    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: 24px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 70px;
}
.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: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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: 12px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@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: 22px;
  }
  .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: 24px;
    padding-bottom: 24px;
  }
}
.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);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 0 1px 1px #D71440;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 0 1px 1px #D71440;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1) 0 1px 1px #D71440;
  margin-top: 17px;
  margin-bottom: 17px;
}
@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;
  }
}
.navbar-form .form-group .form-select {
  display: inline-block;
}
@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;
    box-shadow: none 0 1px 1px #D71440;
    -moz-box-shadow: none 0 1px 1px #D71440;
    -webkit-box-shadow: none 0 1px 1px #D71440;
  }
}
.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 {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-btn.btn-sm {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
.navbar-btn.btn-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-text {
  margin-top: 24px;
  margin-bottom: 24px;
}
@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: #fff;
  border-color: #eeeeee;
}
.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: #f2f2f2;
}
.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: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f2f2f2;
  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: #f2f2f2;
  }
  .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: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.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: #ffffff;
  }
  .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: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.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: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #E9EAEC;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #D71440;
  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: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #D71440;
  background-color: #F5F5F5;
  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: #D71440;
  border-color: #D71440;
  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: #E9EAEC;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 22px 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: #F5F5F5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #E9EAEC;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #2A2A2A;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.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: #E9EAEC;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #ced0d4;
}
.label-primary {
  background-color: #D71440;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #a81032;
}
.label-success {
  background-color: #56830E;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #385509;
}
.label-info {
  background-color: #40b3d9;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #2699bf;
}
.label-warning {
  background-color: #ffb21a;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e69900;
}
.label-danger {
  background-color: #D71440;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a81032;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #E9EAEC;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #D71440;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #F5F5F5;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #dcdcdc;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
#account-message-container h1 {
  text-align: center;
}
#account-message-container p {
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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: #D71440;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}
.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: #c8f285;
  border-color: #56830E;
  color: #56830E;
}
.alert-success hr {
  border-top-color: #476c0c;
}
.alert-success .alert-link {
  color: #385509;
}
.alert-info {
  background-color: #8cd1e8;
  border-color: #40b3d9;
  color: #1e7795;
}
.alert-info hr {
  border-top-color: #2aaad5;
}
.alert-info .alert-link {
  color: #15556a;
}
.alert-warning {
  background-color: #ffd175;
  border-color: #ffb21a;
  color: #b37700;
}
.alert-warning hr {
  border-top-color: #ffaa00;
}
.alert-warning .alert-link {
  color: #805500;
}
.alert-danger {
  background-color: #fbd5de;
  border-color: #D71440;
  color: #D71440;
}
.alert-danger hr {
  border-top-color: #c01239;
}
.alert-danger .alert-link {
  color: #a81032;
}
@-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: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -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);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 0 1px 1px #D71440;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 0 1px 1px #D71440;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) 0 1px 1px #D71440;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #D71440;
  -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);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 0 1px 1px #D71440;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 0 1px 1px #D71440;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) 0 1px 1px #D71440;
  -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: #56830E;
}
.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: #40b3d9;
}
.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: #ffb21a;
}
.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: #D71440;
}
.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,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.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: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #F5F5F5;
  color: #E9EAEC;
  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: #E9EAEC;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #D71440;
  border-color: #D71440;
}
.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: #f9becb;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.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,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.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;
}
.link-list {
  padding-left: 0;
  list-style: none;
}
.link-list li {
  min-height: 37px;
}
.icon-list-text small {
  padding-bottom: 10px;
}
.panel {
  margin-bottom: 22px;
  background-color: #F5F5F5;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 1px 1px #D71440;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 1px 1px #D71440;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 1px 1px #D71440;
}
.panel-body {
  padding: 0 20px;
}
.panel-heading {
  padding: 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 20px;
  background-color: #FFF;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
  border-top-left-radius: -1px;
}
.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: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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: 0 20px;
  padding-right: 0 20px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.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: -1px;
  border-top-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
  border-bottom-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.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: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.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: #E9EAEC;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: #E9EAEC;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #E9EAEC;
}
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #E9EAEC;
}
.panel-primary {
  border-color: #D71440;
}
.panel-primary > .panel-heading {
  color: #D71440;
  background-color: rgba(213, 214, 216, 0.5);
  border-color: #D71440;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #D71440;
}
.panel-primary > .panel-heading .badge {
  color: rgba(213, 214, 216, 0.5);
  background-color: #D71440;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #D71440;
}
.panel-success {
  border-color: #56830E;
}
.panel-success > .panel-heading {
  color: #56830E;
  background-color: #F5F5F5;
  border-color: #56830E;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #56830E;
}
.panel-success > .panel-heading .badge {
  color: #F5F5F5;
  background-color: #56830E;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #56830E;
}
.panel-info {
  border-color: #40b3d9;
}
.panel-info > .panel-heading {
  color: #40b3d9;
  background-color: #F5F5F5;
  border-color: #40b3d9;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #40b3d9;
}
.panel-info > .panel-heading .badge {
  color: #F5F5F5;
  background-color: #40b3d9;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #40b3d9;
}
.panel-warning {
  border-color: #ffb21a;
}
.panel-warning > .panel-heading {
  color: #ffb21a;
  background-color: #F5F5F5;
  border-color: #ffb21a;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffb21a;
}
.panel-warning > .panel-heading .badge {
  color: #F5F5F5;
  background-color: #ffb21a;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffb21a;
}
.panel-danger {
  border-color: #D71440;
}
.panel-danger > .panel-heading {
  color: #D71440;
  background-color: #F5F5F5;
  border-color: #D71440;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #D71440;
}
.panel-danger > .panel-heading .badge {
  color: #F5F5F5;
  background-color: #D71440;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #D71440;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 24px;
  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: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.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: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 0 1px 1px #D71440;
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 0 1px 1px #D71440;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) 0 1px 1px #D71440;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 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);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 0 1px 1px #D71440;
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 0 1px 1px #D71440;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) 0 1px 1px #D71440;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  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: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}
.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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 0 1px 1px #D71440;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 0 1px 1px #D71440;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 0 1px 1px #D71440;
}
.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: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  border-radius: -1px -1px 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 {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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%;
  margin-top: -10px;
  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;
  line-height: 1;
  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:before,
.clearfix:after,
.dl-horizontal dd:before,
.container:before,
.container-fluid:before,
.row:before,
.form-horizontal .form-group:before,
.btn-toolbar:before,
.btn-group-vertical > .btn-group:before,
.nav:before,
.navbar:before,
.navbar-header:before,
.navbar-collapse:before,
.pager:before,
.panel-body:before,
.modal-footer:before,
.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 {
  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 {
  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;
}
.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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
.datepicker {
  border-radius: 0px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.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-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -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 td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #F5F5F5;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #E9EAEC;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #E9EAEC;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.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: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 {
  color: #000;
  background-color: #ffc966;
  border-color: #b37300;
}
.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 {
  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 {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today:hover:active:hover,
.datepicker table tr td.today.disabled:active:hover,
.datepicker table tr td.today.disabled:hover:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:hover.active:hover,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:hover:active:focus,
.datepicker table tr td.today.disabled:active:focus,
.datepicker table tr td.today.disabled:hover:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:hover.active:focus,
.datepicker table tr td.today.disabled.active:focus,
.datepicker table tr td.today.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.open > .dropdown-toggle.datepicker table tr td.today:hover:focus,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:hover:active.focus,
.datepicker table tr td.today.disabled:active.focus,
.datepicker table tr td.today.disabled:hover:active.focus,
.datepicker table tr td.today.active.focus,
.datepicker table tr td.today:hover.active.focus,
.datepicker table tr td.today.disabled.active.focus,
.datepicker table tr td.today.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus,
.open > .dropdown-toggle.datepicker table tr td.today:hover.focus,
.open > .dropdown-toggle.datepicker table tr td.today.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td.today.disabled:hover.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37300;
}
.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: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: #F5F5F5;
  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: #facd7b;
  border-color: #f6a818;
  border-radius: 0;
}
.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 {
  color: #000;
  background-color: #f8ba49;
  border-color: #8a5b05;
}
.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 {
  color: #000;
  background-color: #f8ba49;
  border-color: #ca8508;
}
.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: #f8ba49;
  border-color: #ca8508;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today:hover:active:hover,
.datepicker table tr td.range.today.disabled:active:hover,
.datepicker table tr td.range.today.disabled:hover:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:hover.active:hover,
.datepicker table tr td.range.today.disabled.active:hover,
.datepicker table tr td.range.today.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:hover:active:focus,
.datepicker table tr td.range.today.disabled:active:focus,
.datepicker table tr td.range.today.disabled:hover:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:hover.active:focus,
.datepicker table tr td.range.today.disabled.active:focus,
.datepicker table tr td.range.today.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:hover:active.focus,
.datepicker table tr td.range.today.disabled:active.focus,
.datepicker table tr td.range.today.disabled:hover:active.focus,
.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today:hover.active.focus,
.datepicker table tr td.range.today.disabled.active.focus,
.datepicker table tr td.range.today.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover.focus {
  color: #000;
  background-color: #f7ad27;
  border-color: #8a5b05;
}
.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: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: #facd7b;
  border-color: #f6a818;
}
.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: #facd7b;
  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: #E9EAEC;
  border-color: #59595b;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.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 {
  color: #fff;
  background-color: #ced0d4;
  border-color: #1a1a1b;
}
.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 {
  color: #fff;
  background-color: #ced0d4;
  border-color: #3b3b3c;
}
.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: #ced0d4;
  border-color: #3b3b3c;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected:hover:active:hover,
.datepicker table tr td.selected.disabled:active:hover,
.datepicker table tr td.selected.disabled:hover:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected:hover.active:hover,
.datepicker table tr td.selected.disabled.active:hover,
.datepicker table tr td.selected.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:hover:active:focus,
.datepicker table tr td.selected.disabled:active:focus,
.datepicker table tr td.selected.disabled:hover:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected:hover.active:focus,
.datepicker table tr td.selected.disabled.active:focus,
.datepicker table tr td.selected.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:hover:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:hover:active.focus,
.datepicker table tr td.selected.disabled:active.focus,
.datepicker table tr td.selected.disabled:hover:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected:hover.active.focus,
.datepicker table tr td.selected.disabled.active.focus,
.datepicker table tr td.selected.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected:hover.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover.focus {
  color: #fff;
  background-color: #babec4;
  border-color: #1a1a1b;
}
.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: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: #E9EAEC;
  border-color: #59595b;
}
.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: #E9EAEC;
  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: #D71440;
  border-color: #c01239;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.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 {
  color: #fff;
  background-color: #a81032;
  border-color: #4b0716;
}
.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 {
  color: #fff;
  background-color: #a81032;
  border-color: #880d28;
}
.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: #a81032;
  border-color: #880d28;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active:hover:active:hover,
.datepicker table tr td.active.disabled:active:hover,
.datepicker table tr td.active.disabled:hover:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active:hover.active:hover,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:hover:active:focus,
.datepicker table tr td.active.disabled:active:focus,
.datepicker table tr td.active.disabled:hover:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active:hover.active:focus,
.datepicker table tr td.active.disabled.active:focus,
.datepicker table tr td.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:hover:active.focus,
.datepicker table tr td.active.disabled:active.focus,
.datepicker table tr td.active.disabled:hover:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active:hover.active.focus,
.datepicker table tr td.active.disabled.active.focus,
.datepicker table tr td.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td.active.disabled:hover.focus {
  color: #fff;
  background-color: #880d28;
  border-color: #4b0716;
}
.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: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: #D71440;
  border-color: #c01239;
}
.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: #D71440;
  background-color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #F5F5F5;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #E9EAEC;
  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: #D71440;
  border-color: #c01239;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.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 {
  color: #fff;
  background-color: #a81032;
  border-color: #4b0716;
}
.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 {
  color: #fff;
  background-color: #a81032;
  border-color: #880d28;
}
.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: #a81032;
  border-color: #880d28;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #880d28;
  border-color: #4b0716;
}
.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: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: #D71440;
  border-color: #c01239;
}
.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: #D71440;
  background-color: #fff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #E9EAEC;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #F5F5F5;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #F5F5F5;
  border: solid #CCC;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
footer.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
footer .links {
  background: #333333;
  margin: 0 0 2px 0;
  padding: 15px 0 5px 0;
}
footer .links .list-inline > li {
  padding-left: 20px;
  padding-right: 20px;
}
footer .links a {
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #FFF;
}
footer .links a:active,
footer .links a:visited {
  color: #FFF;
}
footer .small-print {
  background: #f2f2f2;
  padding: 15px 0 5px 0;
}
footer .small-print p {
  font-size: 14px;
}
.panel {
  border: 0 none;
  box-shadow: 0 0 0 0;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.panel .panel-heading {
  border: 0 none;
  padding: 20px;
}
.panel .panel-heading .panel-title {
  color: #333333;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 23px;
}
.panel .panel-body {
  padding: 0 20px;
}
.panel.panel-default {
  background: white;
  border-top: 3px solid #E9EAEC;
}
.panel.panel-primary {
  border-top: 3px solid #D71440;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  padding: 5px 20px;
}
.panel > .list-group .list-group-item a,
.panel > .panel-collapse > .list-group .list-group-item a {
  color: #336699;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.panel > .list-group .list-group-item a:hover,
.panel > .panel-collapse > .list-group .list-group-item a:hover {
  text-decoration: underline;
}
.panel > .list-group .list-group-item a[href$=".pdf"]:before,
.panel > .panel-collapse > .list-group .list-group-item a[href$=".pdf"]:before {
  content: '\f1c1';
  font-family: FontAwesome;
  color: #E43156;
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  .policies-panel .panel-body,
  .claims-panel .panel-body {
    padding-right: 8px;
  }
}
.policies-panel > div > ul > li,
.claims-panel > div > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  resize: both;
  padding-bottom: 3%;
}
.policies-panel > div > ul > li p,
.claims-panel > div > ul > li p {
  padding: 0;
  padding-bottom: 1%;
  margin: 0;
}
.policies-panel > div > ul > li button,
.claims-panel > div > ul > li button {
  width: 80%;
  margin: 0;
}
@media (max-width: 991px) {
  .policies-panel > div > ul > li button,
  .claims-panel > div > ul > li button {
    width: 100%;
    padding: 0;
  }
}
.claims-panel hr {
  border-top: 2px solid #59595b;
}
.mydetails-panel p {
  margin: 10px 0;
}
.panel-default.doc-info .row {
  padding: 0px 80px;
}
@media (max-width: 767px) {
  .panel-default.doc-info .row {
    padding: 0px;
  }
}
.panel-default.doc-info .row H3 {
  padding-bottom: 20px;
}
.panel-default.doc-info .row ul {
  list-style: none;
  padding-left: 10px;
}
.panel-default.doc-info .row .col-xs-4 {
  padding: 10px;
}
@media (max-width: 767px) {
  .panel-default.doc-info .row .col-xs-4 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-top: 20px;
  }
}
.panel-default.doc-info .row .col-xs-4 a:before {
  content: '\f1c1';
  font-family: FontAwesome;
  color: #333333;
  position: absolute;
  left: -10px;
}
@media (max-width: 767px) {
  .panel-default.doc-info .row .col-xs-4 a:before {
    left: -10px;
  }
}
@keyframes animIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    transform: scale(0.9);
  }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1);
  }
}
.navbar {
  min-height: auto;
  border-width: 0;
  /* Till receipt nav bar panel */

  /* Bootstrap Collapsible Secondary Navbar */

}
.navbar .till-receipt {
  text-align: left;
  /* Till Receipt button */

  /* Till Receipt True/False */

  /* Till Receipt modal */

}
.navbar .till-receipt > label {
  margin-right: 15px;
  padding: 5px 12px 3px 12px;
  margin-top: 18px;
  margin-bottom: 18px;
  float: right;
  cursor: pointer;
  border: 1px solid #E9EAEC;
}
.navbar .till-receipt > label:hover {
  background-color: #E9EAEC;
}
.navbar .till-receipt > input[type="checkbox"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.navbar .till-receipt > input[type="checkbox"]:checked + div.panel-group {
  display: block;
  animation: animIn 0.1s ease-out;
}
.navbar .till-receipt > div.panel-group {
  z-index: 1030;
  display: none;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  float: right;
  width: 70%;
  position: absolute;
  top: 58px;
  right: 8px;
  margin: 0;
  /* First Panel */

}
.navbar .till-receipt > div.panel-group div.panel:first-child {
  text-align: left;
}
.navbar .till-receipt > div.panel-group div.panel:first-child > .panel-body > ul > li:last-child {
  text-align: right;
}
.navbar .till-receipt > div.panel-group div.panel:first-child > .panel-body > ul > li:last-child h4 {
  color: #D71440;
  font-size: 22px;
}
.navbar .till-receipt > div.panel-group div.panel {
  background-color: #fff;
  padding: 0;
  border-top: none;
  margin-top: 0;
}
.navbar .till-receipt > div.panel-group div.panel > div.panel-heading {
  padding: 0;
  height: 50px;
}
.navbar .till-receipt > div.panel-group div.panel > div.panel-heading > .panel-title {
  z-index: 1032;
  height: 50px;
  background-color: #F5F5F5;
  line-height: 2.5;
  margin-bottom: 5px;
  border-bottom: 2px solid #E9EAEC;
  border-top: 2px solid #E9EAEC;
  position: static;
}
.navbar .till-receipt > div.panel-group div.panel > div.panel-body {
  padding: 0 13px;
}
.navbar .till-receipt > div.panel-group div.panel > div.panel-body > ul > li {
  border-bottom: 2px solid #F5F5F5;
  margin-bottom: 5px;
  padding-bottom: 3px;
  /* Till Receipt Utility - not used  */

  /* Till Receipt Utility End */

}
.navbar .till-receipt > div.panel-group div.panel > div.panel-body > ul > li h4 {
  margin-bottom: 0;
  margin-top: 13px;
}
.navbar .till-receipt > div.panel-group div.panel > div.panel-body > ul > li .highlight {
  color: #D71440;
}
.navbar .till-receipt > div.panel-group div.panel > div.panel-body > ul > li .enlarge {
  font-size: 20px;
}
.navbar .till-receipt > div.panel-group div.panel > div.panel-body > ul > li .shrink {
  font-size: 12px;
}
.navbar .till-receipt > div.panel-group div.panel > div.panel-body > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.navbar .till-receipt > div.panel-group div.panel > div.panel-body > ul > li:last-child h4 {
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 0;
}
.navbar .till-receipt > div.panel-group div.panel > div.panel-body > ul > li:last-child p {
  margin-bottom: 0;
  margin-top: 8px;
}
.navbar h3 {
  text-align: center;
  line-height: 80px;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1em;
  z-index: -1;
}
.navbar .nav > li > a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}
.navbar .nav > li > a:focus {
  text-decoration: none;
  background-color: #333333;
}
.navbar .navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: 0;
}
.navbar .navbar-toggle:hover {
  background-color: #E9EAEC;
}
.navbar-header {
  width: 100%;
}
@media (max-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-header .navbar-form {
  margin: 0px;
}
@media (max-width: 768px) {
  .navbar-header .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;
    box-shadow: none 0 1px 1px #002878;
    -moz-box-shadow: none 0 1px 1px #002878;
    -webkit-box-shadow: none 0 1px 1px #002878;
  }
}
.navbar-header .navbar-right {
  padding-top: 25px;
}
@media (max-width: 768px) {
  .navbar-header .navbar-right {
    float: right !important;
    margin: 0;
    margin-right: -15px;
  }
}
.navbar-header {
  width: 100%;
}
@media (max-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-header .navbar-left {
  float: left !important;
}
.navbar-header .navbar-right {
  padding-top: 25px;
}
@media (max-width: 768px) {
  .navbar-header .navbar-right {
    float: right !important;
    margin: 0;
    margin-right: -15px;
  }
}
.navbar-header .pageHeader-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  color: #D71440;
  padding-right: 10px;
  border-right: 1px solid #59595b;
  line-height: 1.33333;
}
.navbar-header .pageHeader-title:before {
  content: "\f023";
  font-family: FontAwesome;
  display: inline-block;
  color: #59595b;
  vertical-align: baseline;
  margin-right: 6px;
  line-height: 1;
  font-size: 20px;
}
.navbar-brand {
  padding: 15px;
  display: inline-block;
  float: none;
  height: 70px;
}
.navbar-second-level {
  background-color: #333333;
  border: 0 none;
  margin-bottom: 0;
  right: 0;
  left: 0;
  z-index: 1029;
}
.navbar-second-level #navbar {
  text-align: center;
  padding: 0;
}
.navbar-second-level #navbar .navbar-nav {
  margin: auto;
  display: inline-block;
  float: none;
  width: 100%;
}
.navbar-second-level #navbar .navbar-nav > li.active,
.navbar-second-level #navbar .navbar-nav > li:active,
.navbar-second-level #navbar .navbar-nav > li.open > a {
  background-color: #1a1a1a;
  color: #fff;
}
.navbar-second-level #navbar .navbar-nav > li > a {
  padding: 10px 20px;
  color: #fff;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 20px;
}
.navbar-second-level #navbar .navbar-nav > li > a:hover {
  background-color: #1a1a1a;
}
@media (min-width: 768px) {
  .navbar-second-level {
    position: inherit;
  }
  .navbar-second-level #navbar {
    max-height: 40px;
  }
  .navbar-second-level #navbar .navbar-nav {
    width: auto;
  }
}
.navbar-mega .container {
  position: relative;
}
.navbar-mega .nav > li {
  position: static;
}
.navbar-mega #navbar > ul .nav-secondary-header {
  color: #D71440;
  margin-bottom: 5px;
}
.navbar-mega #navbar > ul > li > .secondary-nav {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  z-index: 1029;
  text-align: center;
  background-color: #F5F5F5;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s max-height;
}
.navbar-mega #navbar > ul > li > .secondary-nav > ul > li {
  vertical-align: top;
  text-align: left;
  padding-right: 35px;
}
.navbar-mega #navbar > ul > li > .secondary-nav > ul > li > ul > li:not(.nav-secondary-header) {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 2px;
}
.navbar-mega #navbar > ul > li > .secondary-nav > ul > li > ul > li:not(.nav-secondary-header):hover {
  background: #D71440;
}
.navbar-mega #navbar > ul > li > .secondary-nav > ul > li > ul > li:not(.nav-secondary-header):hover a {
  color: white;
}
.navbar-mega #navbar > ul > li > .secondary-nav > ul > li > ul > li:not(.nav-secondary-header):hover a:hover {
  text-decoration: none;
}
.navbar-mega #navbar > ul > li > .secondary-nav > ul > li a {
  color: #2a2a2a;
}
.navbar-mega #navbar > ul > li > .secondary-nav > ul > li:last-child {
  padding-right: 0;
}
.navbar-mega #navbar > ul > li:hover .secondary-nav {
  max-height: 1000px;
  height: auto;
  -webkit-transition: 0.5s all;
  padding: 20px;
  border-top: 8px solid #D71440;
}
.navbar-mega .navbar-mega-mobile li.accordion-item {
  padding-bottom: 0;
  margin-top: 0;
}
.navbar-mega .navbar-mega-mobile li.accordion-item label.panel-heading {
  padding: 10px;
  padding-left: 15px;
  background-color: #333333;
  border-bottom: 1px solid #fff;
}
.navbar-mega .navbar-mega-mobile li.accordion-item label.panel-heading a {
  text-align: left;
  color: white;
  padding-top: 5px;
}
.navbar-mega .navbar-mega-mobile li.accordion-item section {
  padding: 0;
}
.navbar-mega .navbar-mega-mobile li.accordion-item input[type="checkbox"]:checked ~ section {
  padding: 0;
  max-height: 100000px;
}
.navbar-mega .navbar-mega-mobile li.accordion-item section > ul > li {
  padding: 10px;
  padding-left: 15px;
  border-bottom: 1px solid #F5F5F5;
}
.navbar-mega .navbar-mega-mobile li.accordion-item section > ul > li > a {
  text-align: left;
  color: #2a2a2a;
}
.navbar-header span.logo {
  width: 200px;
  height: 100%;
  background-image: url('../Chameleon/files/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.breadcrumbs {
  background-color: #F5F5F5;
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 #333333;
}
.breadcrumbs .container {
  text-align: center;
  line-height: 0.428571;
  padding: 0;
  width: auto;
}
.breadcrumbs .container ol {
  list-style: none;
  display: inline-block;
  margin: auto;
  padding: 0;
}
.breadcrumbs .container ol li {
  margin: 5px 0 5px 5px;
  display: inline-block;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
}
.breadcrumbs .container ol li:first-child {
  margin-left: 0;
}
.breadcrumbs .container ol li span {
  display: none;
  float: left;
  line-height: 40px;
  color: #D71440;
}
@media (min-width: 750px) {
  .breadcrumbs .container ol li span {
    display: inline-block;
  }
}
.breadcrumbs .container ol li .icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #D71440;
  margin-right: 5px;
  color: #FFF;
  display: inline-block;
}
.breadcrumbs .container ol li .icon:before {
  content: "\f00c";
  font-family: FontAwesome;
}
.breadcrumbs .container ol li .icon i {
  display: none;
}
.breadcrumbs .container ol li .icon i:before {
  content: attr(data-icon);
  font-family: FontAwesome;
  font-style: normal;
}
.breadcrumbs .container ol li:after {
  content: "\f054";
  font-family: FontAwesome;
  height: 40px;
  display: inline-block;
  float: left;
  line-height: 40px;
  font-weight: bold;
  margin-left: 30px;
  color: #D71440;
}
.breadcrumbs .container ol li.active .icon:before {
  content: "";
}
.breadcrumbs .container ol li.active i {
  display: inline;
}
.breadcrumbs .container ol li.active ~ li span {
  color: #333333;
}
.breadcrumbs .container ol li.active ~ li span.icon {
  background-color: #333333;
  color: #FFF;
}
.breadcrumbs .container ol li.active ~ li span.icon:before {
  content: "";
}
.breadcrumbs .container ol li.active ~ li span.icon i {
  display: inline;
}
.breadcrumbs .container ol li.active ~ li:after {
  color: #333333;
}
.breadcrumbs .container ol li:last-child:after {
  content: none;
}
#tillrecipt .asd::before {
  content: "+";
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
}
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-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
  color: #333333;
  margin: 0 0 0 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 75%;
}
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: 95%;
}
h1,
.h1 {
  color: #2a2a2a;
  font-size: 37px;
}
h2,
.h2 {
  color: #2a2a2a;
  font-size: 26px;
}
h3,
.h3 {
  color: #2a2a2a;
  font-size: 24px;
}
h4,
.h4 {
  color: #2a2a2a;
  font-size: 20px;
}
h5,
.h5 {
  color: #2a2a2a;
  font-size: 16px;
}
h6,
.h6 {
  color: #2a2a2a;
  font-size: 14px;
}
/* General Form Styling */

legend {
  border: 0 none;
  color: #333333;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 0 0 10px 0;
}
.form-group .date-label label {
  float: left;
  padding-left: 5px;
  margin-left: 0;
  font-family: 'ProbaPro-Regular';
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.form-group input {
  color: #000;
  box-shadow: none;
  border: 1px solid #CCC;
}
.form-group input:focus {
  border: 1px solid #D71440;
  outline: 1px solid transparent;
}
.form-group ::-webkit-input-placeholder {
  color: black;
}
.form-group :-moz-placeholder {
  color: black;
}
.form-group ::-moz-placeholder {
  color: black;
}
.form-group :-ms-input-placeholder {
  color: black;
}
.form-group ::-webkit-datetime-edit-text {
  color: black;
}
.form-group ::-webkit-datetime-edit-month-field {
  color: black;
}
.form-group ::-webkit-datetime-edit-day-field {
  color: black;
}
.form-group ::-webkit-datetime-edit-year-field {
  color: black;
}
.form-group textarea {
  color: #333333;
}
.form-group {
  margin: 15px 0;
}
.form-group .input-validation-error {
  border-color: #D71440;
}
.form-group .field-validation-error {
  color: #D71440;
}
.form-group fieldset legend {
  color: #333333;
  font-size: 20px;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
}
.form-group.inline label {
  margin-top: 5px;
}
.form-group.horizontal label {
  margin-top: 5px;
}
.help-block {
  color: #333333;
  margin-top: 0;
}
label {
  color: #2a2a2a;
  font-size: 14px;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.form-nav {
  border-top: 4px solid #E9EAEC;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 15px 0 15px;
}
.form-nav .btn-primary {
  float: right;
}
canvas {
  padding: 15px;
}
.form-control {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #D71440;
}
input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-group.has-success label {
  color: #333333;
}
.form-group.has-success .validation-icon {
  position: relative;
}
.form-group.has-success .validation-icon span:before {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: -32px;
  right: 10px;
  color: #56830E;
}
.form-group.has-error label {
  color: #D71440;
}
.form-group.has-error .validation-icon {
  position: relative;
}
.form-group.has-error .validation-icon span:before {
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  top: -32px;
  right: 10px;
  color: #D71440;
}
.form-horizontal .control-label {
  text-align: left;
  padding-top: 7px;
}
.departing-on {
  float: left;
}
@media (max-width: 767px) {
  .departing-on {
    display: block;
    width: 100%;
  }
}
.returning-on {
  float: right;
}
@media (max-width: 767px) {
  .returning-on {
    display: block;
    width: 100%;
  }
}
.form-horizontal-parent {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .form-horizontal-parent {
    flex-direction: column;
  }
}
.trip-date {
  height: 150px;
  width: 33%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .trip-date {
    width: 100%;
  }
  .trip-date + .arrow-parent {
    display: none;
  }
}
.trip-date .form-horizontal {
  width: 100%;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.trip-date .form-horizontal .datepickers {
  height: 100px;
}
.arrow-container {
  width: 100%;
  text-align: center;
  align-self: flex-end;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .arrow-container {
    display: none;
  }
}
.form-group.has-error .form-select .validation-icon span:before {
  content: none;
}
.form-group.has-success .form-select .validation-icon span:before {
  content: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* For Firefox */

input[type='number'] {
  -moz-appearance: textfield;
}
/* RANGE INPUT */

.range .input-range {
  display: inline;
}
.range:not(.range-value-container) input[type=range] {
  -webkit-appearance: none;
  display: block;
}
.range:not(.range-value-container) input[type=range].form-control {
  border: none;
  box-shadow: none;
  padding: 0;
}
.range:not(.range-value-container) input[type=range]:focus {
  outline: none;
}
.range:not(.range-value-container) input[type=range]::-webkit-slider-runnable-track {
  height: 14px;
  cursor: pointer;
  border: 1px solid #CCC;
}
.range:not(.range-value-container) input[type=range]::-webkit-slider-thumb {
  height: 32px;
  width: 6px;
  border-radius: 4px;
  background: #D71440;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
.range:not(.range-value-container) input[type=range]:focus::-webkit-slider-runnable-track {
  border: 1px solid #D71440;
}
.range:not(.range-value-container) input[type=range]::-moz-range-track {
  height: 14px;
  cursor: pointer;
  background: none;
  border: 1px solid #CCC;
}
.range:not(.range-value-container) input[type=range]::-moz-range-thumb {
  height: 32px;
  width: 6px;
  border-radius: 4px;
  background: #D71440;
  cursor: pointer;
  border: none;
}
.range:not(.range-value-container) input[type=range]:focus::-moz-range-track {
  border: 1px solid #CCC;
}
.range:not(.range-value-container) input[type=range]::-ms-track {
  height: 14px;
  cursor: pointer;
  border: 1px solid #CCC;
  background: transparent;
  color: transparent;
}
.range:not(.range-value-container) input[type=range]::-ms-fill-lower {
  background: #D71440;
}
.range:not(.range-value-container) input[type=range]::-ms-fill-upper {
  background: #fff;
}
.range:not(.range-value-container) input[type=range]::-ms-thumb {
  height: 32px;
  width: 6px;
  border-radius: 4px;
  background: #D71440;
  cursor: pointer;
  border: none;
}
.range:not(.range-value-container) input[type=range]:focus::-ms-fill-lower {
  background: #D71440;
}
.range:not(.range-value-container) input[type=range]:focus::-ms-fill-upper {
  background: #fff;
}
.range.range-value-container .input-range {
  -webkit-appearance: none;
  width: 80%;
  height: 14px;
  border-radius: 5px;
  background: #fff;
  outline: none;
}
.range.range-value-container .input-range::-webkit-slider-thumb {
  height: 32px;
  width: 6px;
  border-radius: 4px;
  background: #D71440;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
.range.range-value-container .input-range::-webkit-slider-runnable-track {
  height: 14px;
  cursor: pointer;
  border: 1px solid #CCC;
}
.range.range-value-container .input-range::-moz-range-thumb {
  height: 32px;
  width: 6px;
  border-radius: 4px;
  background: #D71440;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
  border: none;
}
.range.range-value-container .input-range::-ms-thumb {
  height: 32px;
  width: 6px;
  border-radius: 4px;
  background: #D71440;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
  border: none;
}
.range.range-value-container .input-range::-moz-range-track {
  height: 14px;
  cursor: pointer;
  border: 1px solid #CCC;
  background: #fff;
}
.range.range-value-container .input-range::-ms-track {
  height: 14px;
  cursor: pointer;
  border: 1px solid #CCC;
  background: #fff;
}
.range.range-value-container span {
  position: relative;
}
.range.range-value-container .range-value {
  display: inline-block;
  max-width: 16%;
  min-width: 10%;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background: #D71440;
  padding: 5px 10px;
  margin-left: 7px;
}
.range.range-value-container .range-value:before {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #D71440;
  border-bottom: 7px solid transparent;
  content: '';
}
.range ::-moz-range-track {
  background: #ccc;
  border: 0;
}
.range input::-moz-focus-inner {
  border: 0;
}
/*One Thumb and Two thumb range slider*/

.two-thumb-range > input,
.one-thumb-range > input {
  border: 0;
  font-weight: bold;
  color: #D71440;
}
.two-thumb-range-container .ui-widget-header,
.one-thumb-range-container .ui-widget-header {
  background: none;
  background-color: #D71440;
}
/* Range Input PLus and Minus*/

.range-plus-minus .fa-minus,
.range-plus-minus .fa-plus {
  font-family: FontAwesome;
}
.range-plus-minus .rangeInput {
  margin: 0;
}
.range-plus-minus .rangeInput input.form-control {
  margin: 0;
}
@media (max-width: 767px) {
  .range-plus-minus .rangeInput {
    padding: 0 8px;
  }
}
.range-plus-minus button {
  color: #D71440;
  font-size: 20px;
  padding: 11px 13px 11px 13px;
  background: #fff;
  font-weight: normal;
  text-decoration: none;
  border-radius: 9px;
  min-width: auto;
  line-height: 100%;
  border: 1px solid #D71440;
}
.range-plus-minus:hover,
.range-plus-minus:focus {
  color: #D71440;
}
.range-plus-minus .form-select:after {
  content: none;
}
.range-plus-minus .form-select:before {
  content: '£';
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .range-plus-minus .form-select:before {
    left: 18px;
  }
}
.range-plus-minus .form-select input.form-control {
  padding-left: 25px;
  height: 46px;
  border-radius: 9px;
  padding-top: 9px;
}
/* SELECT INPUTS */

.form-select ::-webkit-input-placeholder {
  color: black;
}
.form-select :-moz-placeholder {
  color: black;
}
.form-select ::-moz-placeholder {
  color: black;
}
.form-select :-ms-input-placeholder {
  color: black;
}
.form-select ::-webkit-datetime-edit-text {
  color: black;
}
.form-select ::-webkit-datetime-edit-month-field {
  color: black;
}
.form-select ::-webkit-datetime-edit-day-field {
  color: black;
}
.form-select ::-webkit-datetime-edit-year-field {
  color: black;
}
.form-select {
  position: relative;
}
.form-select select {
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
  color: #000;
}
.form-select select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
}
.form-select select option {
  color: #000;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
}
.form-select select option:hover {
  background-color: #D71440;
}
.form-select select:required:invalid {
  color: black;
}
.form-select option[value=""][disabled] {
  display: none;
}
.form-select:after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  color: #D71440;
  right: 0;
  bottom: 0;
  top: 0;
  line-height: 34px;
  padding: 0 14px;
  pointer-events: none;
}
.form-group select,
.form-group select option {
  color: #333333;
}
/* for IE 11 */

select::-ms-expand {
  display: none;
}
/* / */

/* Select dropdown - Button Tags */

.tag.label {
  cursor: default;
}
.tag.label > span {
  color: #333333;
}
.tag.label a {
  color: #bbb;
  opacity: 0.6;
  cursor: pointer;
}
.tag.label a:hover {
  opacity: 1;
}
.tag-label-container {
  max-width: 150px;
  display: inline;
}
.tag-label-container > span.tag.label {
  float: left;
  margin: 3px;
}
.form-inline .form-group .form-select {
  display: inline-block;
}
.form-date-picker input {
  color: #000;
  box-shadow: none;
  border: 1px solid #CCC;
}
.form-date-picker input:focus {
  border: 1px solid black;
  outline: 1px solid transparent;
}
.form-date-picker ::-webkit-input-placeholder {
  color: black;
}
.form-date-picker :-moz-placeholder {
  color: black;
}
.form-date-picker ::-moz-placeholder {
  color: black;
}
.form-date-picker :-ms-input-placeholder {
  color: black;
}
.form-date-picker ::-webkit-datetime-edit-text {
  color: black;
}
.form-date-picker ::-webkit-datetime-edit-month-field {
  color: black;
}
.form-date-picker ::-webkit-datetime-edit-day-field {
  color: black;
}
.form-date-picker ::-webkit-datetime-edit-year-field {
  color: black;
}
/* Datepicker */

.form-date-picker select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
.form-date-picker:after {
  content: '\f073';
  font-family: FontAwesome;
  position: absolute;
  color: #333333;
  right: 0;
  bottom: 0;
  top: 0;
  line-height: 34px;
  padding: 0 14px;
  pointer-events: none;
}
/* Hide chromes native date picker */

input::-webkit-calendar-picker-indicator {
  display: none;
}
input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}
input[type="date"]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}
/* Date Pickers */

.datepickers input {
  display: block;
}
.datepicker.datepicker-inline {
  margin-top: 20px;
}
.datepicker > div {
  display: block;
}
/* Tooltips */

.form-tooltip {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 1000;
  padding: 0 6px;
}
.form-tooltip.top:hover:before {
  content: '';
  border-top: 8px solid #333333;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  right: 5px;
  bottom: 22px;
}
.form-tooltip.top:hover:after {
  background: #333333;
  color: #FFF;
  content: attr(data-form-tooltip);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 8px;
  position: absolute;
  left: -75px;
  bottom: 27px;
  min-width: 170px;
  text-align: justify;
}
.form-tooltip.bottom:hover:before {
  content: '';
  border-bottom: 8px solid #333333;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  right: 5px;
  top: 22px;
}
.form-tooltip.bottom:hover:after {
  background: #333333;
  color: #FFF;
  content: attr(data-form-tooltip);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 8px;
  position: absolute;
  left: -75px;
  top: 27px;
  min-width: 170px;
  text-align: justify;
}
.form-tooltip.right:hover:before {
  content: '';
  border-right: 8px solid #333333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 22px;
}
.form-tooltip.right:hover:after {
  background: #333333;
  color: #FFF;
  content: attr(data-form-tooltip);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 8px;
  position: absolute;
  top: -12px;
  left: 27px;
  min-width: 170px;
  text-align: justify;
}
.form-tooltip.left:hover:before {
  content: '';
  border-left: 8px solid #333333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: 22px;
}
.form-tooltip.left:hover:after {
  background: #333333;
  color: #FFF;
  content: attr(data-form-tooltip);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 8px;
  position: absolute;
  right: 27px;
  top: -12px;
  min-width: 170px;
  text-align: justify;
}
.focus-tooltip + .fieldtip {
  background: #333333;
  color: #fff;
  content: attr(data-tool);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 8px;
  visibility: hidden;
  position: relative;
  bottom: 0;
  left: 15px;
  opacity: 0;
  height: auto;
  z-index: 9999;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.focus-tooltip + .fieldtip:after {
  content: '';
  border-right: 8px solid #00aa99;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  display: block;
  visibility: hidden;
  top: 10px;
  left: -6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.focus-tooltip:focus + .fieldtip,
.focus-tooltip:focus + .fieldtip:after {
  visibility: visible;
  opacity: 1;
}
.focus-popover + div {
  visibility: hidden;
  opacity: 0;
}
.focus-popover:focus + div {
  display: inline;
  visibility: visible;
  opacity: 1;
  top: 41px;
  left: auto;
}
/* Checkbox group */

.checkbox-group .add-cover-button {
  background: #FFFFFF;
  border: 1px solid #C1C1C1;
  border-radius: 25px;
  display: block;
  width: 100%;
  align-items: center;
}
.checkbox-group label .add-cover-button {
  font-size: 14px;
  font-weight: normal;
  font-family: 'ProbaPro-Regular';
  padding-top: 10px;
  padding-bottom: 10px;
}
.checkbox-group .add-cover-button:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
.checkbox-group .trip-options-container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .checkbox-group .trip-options-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.checkbox-group .trip-options-container .trip-options-element {
  border: 1px solid #C1C1C1;
  border-radius: 20px;
  margin: 5px;
  padding-top: 15px;
  display: flex;
  justify-content: center;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (max-width: 1199px) {
  .checkbox-group .trip-options-container .trip-options-element {
    -webkit-box-flex: 1;
    flex: 1;
    position: relative;
  }
}
@media (max-width: 767px) {
  .checkbox-group .trip-options-container .trip-options-element {
    border-radius: 10px;
    margin: 3px;
    padding-right: 40px;
    padding-top: 8px;
  }
  .checkbox-group .trip-options-container .trip-options-element svg {
    width: 27px;
    height: 27px;
  }
  .checkbox-group .trip-options-container .trip-options-element .trip-option-label span {
    font-weight: normal;
    text-align: left;
    display: inline;
    padding-left: 10px;
    padding-top: 2px;
    width: auto;
  }
  .checkbox-group .trip-options-container .trip-options-element .trip-option-label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .checkbox-group .trip-options-container .trip-options-element .trip-option-label span.trip-option-svg {
    text-align: right;
  }
}
.checkbox-group .trip-options-container .trip-options-element span {
  display: inline-block;
  width: 100%;
}
.checkbox-group .trip-options-container .trip-options-element svg path {
  fill: black;
}
.checkbox-group .trip-options-container .checkbox-on-check {
  background-color: black;
}
.checkbox-group .trip-options-container .checkbox-on-check svg path {
  fill: white;
}
.checkbox-group .trip-options-container .checkbox-on-check span {
  color: white;
}
.checkbox-group .trip-options-container .not-editable {
  border: 2px solid red;
}
@media (min-width: 768px) {
  
}
.checkbox-group input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.checkbox-group .select-options {
  text-align: center;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .checkbox-group .select-options {
    margin-bottom: 5px;
    padding: 0;
  }
}
.checkbox-group .select-options > span {
  display: block;
  width: 100%;
  background-color: #E9EAEC;
  padding: 40px 0;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
}
.checkbox-group .select-options > span > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  word-wrap: break-word;
  width: 100%;
}
.checkbox-group .select-options > span > span > i {
  margin: 3%;
}
.checkbox-group .select-options > span > span > span {
  display: block;
}
.checkbox-group .select-options input[type="checkbox"]:focus ~ span {
  outline: 1px solid #D71440;
}
.checkbox-group .select-options input[type="checkbox"]:checked ~ span {
  background-color: #F5F5F5;
}
.checkbox-group .select-options input[type="checkbox"]:checked ~ span > span {
  color: #333333;
}
/* CHECKBOX GROUPS */

.checkbox-group input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.checkbox-group .icon-style {
  font-size: 20px;
}
.checkbox-group .checkbox {
  margin: 0 0 10px 0;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  cursor: pointer;
  text-align: center;
  width: 100%;
  height: 100%;
}
.checkbox-group .checkbox input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.checkbox-group .checkbox input[type="checkbox"]:checked {
  background-color: red;
  color: white;
  /*
            ~ span:before {
                background: @input-chckbox-checked-bg;
                border-color: @input-chckbox-on-border-clr;
                border: 0 none;
                color: #FFF;
                padding: 4px 4px 4px 4px;
                text-align: center;
            }*/

}
.checkbox-group .checkbox input[type="checkbox"]:checked ~ .trip-options-element {
  background-color: red;
}
.checkbox-group .checkbox input[type="checkbox"]:focus ~ span:before {
  border: 1px solid #D71440;
}
.checkbox-group .checkbox.inline {
  padding-left: 0;
  margin-top: 5px;
  margin-right: 20px;
  display: inline-block;
}
.checkbox-group .checkbox.inline ~ .checkbox.inline {
  margin-left: 0;
}
/* / */

.check-box input {
  display: none;
}
.check-box input ~ label {
  width: 100%;
}
.check-box input ~ label span {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #59595b;
  margin-right: 10px;
}
.check-box input ~ label .on {
  display: none;
}
.check-box input ~ label p {
  font-weight: normal;
}
.check-box input:checked ~ label .on {
  display: inline-block;
  padding: 7px 10px;
  font-size: 1.2em;
  transition: background-color ease-in-out 0.1s;
  background-color: #D71440;
  border-color: #D71440;
  color: white;
}
.check-box input:checked ~ label .off {
  display: none;
}
/* Checkbox - Toggle Reveal Panel */

.toggle-reveal section {
  max-height: 0;
  overflow: hidden;
  margin: 10px -20px;
}
.toggle-reveal section > span {
  display: none;
  max-height: 0;
}
.toggle-reveal section > span:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
.toggle-reveal input[type="checkbox"]:checked ~ section {
  max-height: 1000px;
  background-color: #E9EAEC;
}
.toggle-reveal input[type="checkbox"]:checked ~ section > span {
  max-height: 1000px;
  display: block;
}
.toggle-reveal input[type="checkbox"]:checked ~ section:before {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 31px;
  left: 92px;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #E9EAEC transparent;
}
.checkbox-group .toggle-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 0;
}
.checkbox-group .toggle-group .equal-width {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  display: -webkit-flex;
  display: flex;
}
.checkbox-group .toggle-group input[type="checkbox"]:focus ~ span {
  box-shadow: 0 0 6px 0 #D71440;
}
.checkbox-group .toggle-group > div {
  padding: 0;
}
.checkbox-group .toggle-group > div span {
  border: 1px solid #59595b;
  border-left-width: 0;
  border-right: 1px solid #59595b;
}
.checkbox-group .toggle-group > div label {
  display: -webkit-flex;
  padding: 0;
}
.checkbox-group .toggle-group > div label span {
  padding: 14px 4px;
}
.checkbox-group .toggle-group > div:last-of-type {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.checkbox-group .toggle-group > div:last-of-type span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.checkbox-group .toggle-group > div:first-of-type {
  border-left-width: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.checkbox-group .toggle-group > div:first-of-type span {
  border-left-width: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.checkbox-group .toggle-group .toggle-options {
  color: #333333;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  cursor: pointer;
  text-align: center;
  margin: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .checkbox-group .toggle-group .toggle-options {
    font-size: 14px;
  }
}
.checkbox-group .toggle-group .toggle-options span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: white;
}
.checkbox-group .toggle-group input[type="checkbox"]:checked ~ span {
  background-color: #333333;
  color: white;
}
.radio-group input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.radio-group .who-to-cover-container .who-to-cover-style input[type="radio"] ~ span:before {
  content: '';
  display: none;
  width: 28px;
  height: 28px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  border: 1px solid #d0d0d0;
  border-radius: 100%;
}
.radio-group .who-to-cover-container .who-to-cover-style input[type="radio"] ~ span:after {
  background: transparent;
  content: '';
  top: 7px;
  left: 75%;
  position: absolute;
  border: none;
}
.radio-group .who-to-cover-container .who-to-cover-style input[type="radio"]:checked ~ span::after {
  content: '✓';
  padding-left: 5px;
  color: white;
}
.radio-group .toggle {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
}
.radio-group .toggle input[type="radio"]:focus ~ span:before {
  box-shadow: 0 0 0.3px 0.3px #d0d0d0;
  -moz-box-shadow: 0 0 0.3px 0.3px #d0d0d0;
  -webkit-box-shadow: 0 0 0.3px 0.3px #d0d0d0;
}
.radio-group .toggle input[type="radio"] ~ span:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 30px;
  background: #59595b;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.radio-group .toggle input[type="radio"] ~ span:after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #FFF;
  left: 2px;
  top: 2px;
  position: absolute;
  content: '\f00d';
  font-family: FontAwesome;
  color: #59595b;
  text-align: center;
  padding: 3px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.radio-group .toggle input[type="radio"]:checked ~ span:before {
  background: #333333;
}
.radio-group .toggle input[type="radio"]:checked ~ span:after {
  background: #FFF;
  color: #333333;
  left: 32px;
  content: '\f00c';
  font-family: FontAwesome;
  text-align: center;
  padding: 3px;
}
.radio-group .toggle.round input[type="radio"]:focus ~ span:before {
  box-shadow: 0 0 0.3px 0.3px #d0d0d0;
  -moz-box-shadow: 0 0 0.3px 0.3px #d0d0d0;
  -webkit-box-shadow: 0 0 0.3px 0.3px #d0d0d0;
}
.radio-group .toggle.round input[type="radio"] ~ span:after,
.radio-group .toggle.round input[type="radio"]:checked ~ span:after,
.radio-group .toggle.round input[type="radio"] ~ span:before {
  border-radius: 30px;
}
.radio-group .select-options {
  text-align: center;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  cursor: pointer;
  /*
        input[type="radio"]:focus ~ span {
            .box-shadow(0,0,@input-radio-focus-blur, @input-radio-focus-spread, @input-radio-focus-clr);
        }

        input[type="radio"]:checked ~ span {
            background-color: @radio-block-option-hover-backgound;

            > span {
                color: white;
            }
        }
        */

}
@media (max-width: 767px) {
  .radio-group .select-options {
    margin-bottom: 5px;
    padding: 0;
  }
}
.radio-group .select-options > span {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .radio-group .select-options > span {
    padding: 0px;
  }
}
.radio-group .select-options > span > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  word-wrap: break-word;
  width: 100%;
  padding-bottom: 5px;
}
.radio-group .select-options > span > span > i {
  margin: 3%;
}
.radio-group .select-options > span > span > span {
  display: block;
}
.radio-group .select-options .radio-button-selected {
  background-color: black;
  color: white;
  border: 1px solid black;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .radio-group .select-options .radio-button-selected {
    border-radius: 10px;
  }
}
.radio-group .select-options input#Policies_0__PolicyType-S[type="radio"]:checked ~ .icon-text {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .radio-group .select-options input#Policies_0__PolicyType-S[type="radio"]:checked ~ .icon-text {
    border-radius: 10px;
  }
}
.radio-group .select-options input#Policies_0__PolicyType-L[type="radio"]:checked ~ .icon-text {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .radio-group .select-options input#Policies_0__PolicyType-L[type="radio"]:checked ~ .icon-text {
    border-radius: 10px;
  }
}
.radio-group .select-options input#Policies_0__PolicyType-A[type="radio"]:checked ~ .icon-text {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .radio-group .select-options input#Policies_0__PolicyType-A[type="radio"]:checked ~ .icon-text {
    border-radius: 10px;
  }
}
.radio-group .select-options input#Policies_0__UFEDestination-UK[type="radio"]:checked ~ .icon-text {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .radio-group .select-options input#Policies_0__UFEDestination-UK[type="radio"]:checked ~ .icon-text {
    border-radius: 10px;
  }
}
.radio-group .select-options input#Policies_0__UFEDestination-EUR[type="radio"]:checked ~ .icon-text {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .radio-group .select-options input#Policies_0__UFEDestination-EUR[type="radio"]:checked ~ .icon-text {
    border-radius: 10px;
  }
}
.radio-group .select-options input#Policies_0__UFEDestination-W[type="radio"]:checked ~ .icon-text {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .radio-group .select-options input#Policies_0__UFEDestination-W[type="radio"]:checked ~ .icon-text {
    border-radius: 10px;
  }
}
.dependant-container-style input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.dependant-container-style .radio-group .row-radio .radios span {
  color: red;
}
.dependant-container-style .radio-group .radios input[type="radio"] ~ span:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: -35px;
  border: 1px solid #e9eaec;
  background-color: white;
  border-radius: 50%;
}
.dependant-container-style .radio-group .radios input[type="radio"]:checked ~ span:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: -33px;
  border: 1px solid #e9eaec;
  background-color: #D00F39;
  border-radius: 50%;
  padding-top: 2px;
  top: 2px;
}
.radio-group input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.radio-group .radio {
  margin: 0 0 10px 0;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
}
.radio-group .radio input[type="radio"] ~ span:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  border: 1px solid #d0d0d0;
  border-radius: 100%;
  -webkit-transition: 0.15s ease all;
}
.radio-group .radio input[type="radio"] ~ span:after {
  background: white;
  content: '';
  width: 14px;
  height: 14px;
  top: 7px;
  left: 7px;
  position: absolute;
  border-radius: 100%;
  transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  border: none;
}
.radio-group .radio input[type="radio"]:checked ~ span:after {
  background: #D00F39;
}
.radio-group .radio input[type="radio"]:checked ~ span:before {
  border-color: #d0d0d0;
}
.radio-group .radio input[type="radio"]:focus ~ span:before {
  box-shadow: 0 0 0.3px 0.3px #d0d0d0;
  -moz-box-shadow: 0 0 0.3px 0.3px #d0d0d0;
  -webkit-box-shadow: 0 0 0.3px 0.3px #d0d0d0;
}
.radio-group .radios {
  margin: 0 0 10px 0;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
}
.radio-group .radios input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.radio-group .radios input#Policies_0__SameAddress-True[type="radio"] ~ span:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: -35px;
  border: 1px solid #e9eaec;
  background-color: white;
  border-radius: 50%;
}
.radio-group .radios input#Policies_0__SameAddress-True[type="radio"]:checked ~ span:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: -33px;
  border: 1px solid #e9eaec;
  background-color: #D00F39;
  border-radius: 50%;
  padding-top: 2px;
  top: 2px;
}
.radio-group .radios input#Policies_0__SameAddress-False[type="radio"] ~ span:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  left: -35px;
  border: 1px solid #e9eaec;
  background-color: white;
  border-radius: 50%;
}
.radio-group .radios input#Policies_0__SameAddress-False[type="radio"]:checked ~ span:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: -33px;
  border: 1px solid #e9eaec;
  background-color: #D00F39;
  border-radius: 50%;
  padding-top: 2px;
  top: 2px;
}
.radio-group .radio.check input[type="radio"] ~ span:after {
  font-family: FontAwesome;
  font-size: 16px;
  top: 3px;
  left: 6px;
  content: "";
  color: transparent;
}
.radio-group .radio.check input[type="radio"]:checked ~ span:after {
  content: "\f00c";
  color: #D00F39;
  background-color: transparent;
}
.radio-group .radio.check input[type="radio"]:checked ~ span {
  color: #D00F39;
}
.radio-group .radio.fill input[type="radio"] ~ span:before {
  background: #E9EAEC;
  border: none;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.radio-group .radio.fill input[type="radio"] ~ span:after {
  display: none;
}
.radio-group .radio.fill input[type="radio"]:checked ~ span:before {
  background: #D00F39;
}
.radio-group .radio.fill input[type="radio"]:focus ~ span:before {
  box-shadow: 0 0 0.3px 0.3px #d0d0d0;
  -moz-box-shadow: 0 0 0.3px 0.3px #d0d0d0;
  -webkit-box-shadow: 0 0 0.3px 0.3px #d0d0d0;
}
.radio-group label.radio.inline {
  padding-left: 0;
  margin-top: 5px;
  margin-right: 20px;
  display: inline-block;
}
.radio-group label.radio.inline > span {
  display: inline;
}
.radio-group .radio.inline + .radio.inline {
  margin-left: 0;
}
.radio-group .select-box {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
}
.radio-group .select-box input[type="radio"] ~ span {
  border: 1px solid #d0d0d0;
  display: inline-block;
  margin: 0 -5px 0 0;
  padding: 10px 16px;
  vertical-align: middle;
  color: #59595b;
  transition: 0.3s ease all;
  text-align: center;
}
.radio-group .select-box input[type="radio"]:checked ~ span {
  background: #333333;
  color: #FFF;
}
.radio-group .select-box input[type="radio"]:focus ~ span {
  box-shadow: 0 0 0.3px 0.3px #d0d0d0;
  -moz-box-shadow: 0 0 0.3px 0.3px #d0d0d0;
  -webkit-box-shadow: 0 0 0.3px 0.3px #d0d0d0;
}
.radio-group .toggle-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 0;
}
.radio-group .toggle-group .toggle-button {
  margin-bottom: 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  border-right: 1px solid #59595b;
  border-top: 1px solid #59595b;
  border-bottom: 1px solid #59595b;
  padding: 14px 4px;
  color: #333333;
  font-size: 16px;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  background-color: white;
}
.radio-group .toggle-group .toggle-button:first-of-type {
  border-left: 1px solid #59595b;
}
@media (max-width: 767px) {
  .radio-group .toggle-group .toggle-button {
    font-size: 14px;
  }
}
.radio-group .toggle-group .toggle-button span {
  width: 100%;
  text-align: center;
}
.radio-group .toggle-group .toggle-button span.icon-text {
  display: inline-block !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.radio-group .toggle-group .toggle-button span.icon-text > i {
  display: block;
  color: #333333;
  padding-bottom: 5px;
}
.radio-group .toggle-group .toggle-button span.icon-text > i:before {
  font-size: 26px;
}
.radio-group .toggle-group .toggle-button:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.radio-group .toggle-group .toggle-button:first-of-type {
  border-left: 1px solid #59595b;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.radio-group .toggle-group input[type="radio"]:focus + label {
  box-shadow: 0 0 6px 0 #D71440;
}
.radio-group .toggle-group input[type="radio"]:checked + label,
.radio-group .toggle-group input[type="radio"]:checked + div {
  background-color: #333333;
  color: white;
}
.radio-group .toggle-group input[type="radio"]:checked + label .icon-text i,
.radio-group .toggle-group input[type="radio"]:checked + div .icon-text i {
  color: white;
}
.radio-group .toggle-group.multiple > div.dropup {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
}
.radio-group .toggle-group.multiple > .dropup {
  color: #333333;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 100%;
  cursor: pointer;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 1px solid #59595b;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.radio-group .toggle-group.multiple > .dropup span {
  border-left-width: 0;
  padding: 14px 4px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 767px) {
  .radio-group .toggle-group.multiple > .dropup span {
    font-size: 14px;
  }
}
.radio-group .toggle-group.multiple > .dropup span.active {
  background-color: #333333;
  color: white;
}
.radio-group .toggle-group.multiple > .dropup span.icon-text {
  padding-top: 34px;
  padding-bottom: 34px;
}
.radio-group .toggle-group.multiple > .dropup span:not(.icon-text):after {
  content: '\f078';
  margin-left: 4px;
  font-family: 'FontAwesome';
  vertical-align: middle;
}
.radio-group .toggle-group.multiple > .dropup.open > span {
  background-color: #333333;
  color: white;
}
.radio-group .toggle-group.multiple > .dropup.open > span.icon-text i {
  color: white;
}
.radio-group .toggle-group.multiple > .dropup > span:focus {
  box-shadow: 0 0 6px 0 #D71440;
  outline-width: 0;
}
.radio-group .toggle-group.multiple .more-options-container {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  width: 120%;
  left: -10%;
  padding: 0;
  border-radius: 12px;
}
.radio-group .toggle-group.multiple .more-options-container > ul {
  margin-bottom: 0;
  max-height: 20.125em;
  overflow-y: auto;
  border-radius: 0;
}
.radio-group .toggle-group.multiple .more-options-container > ul li {
  cursor: pointer;
  display: block;
  padding: 12px 20px;
  color: #333333;
  border-top: 1px solid #59595b;
  -webkit-tap-highlight-color: transparent;
  font-size: 18px;
}
.radio-group .toggle-group.multiple .more-options-container > ul li:first-child {
  border-top: none;
}
.radio-group .toggle-group.multiple .more-options-container > ul li.active,
.radio-group .toggle-group.multiple .more-options-container > ul li:hover,
.radio-group .toggle-group.multiple .more-options-container > ul li:active {
  color: white;
  background-color: #333333;
  border-color: #333333;
}
.radio-group .toggle-group.multiple .more-options-container:after {
  position: absolute;
  left: 50%;
  display: block;
  content: '';
  z-index: 1000;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-left: -10px;
  border-top: 12.97px solid #fff;
  border-bottom: none;
  top: auto;
  bottom: -13px;
}
.radio-group .toggle-group.stack {
  flex-direction: column;
}
.radio-group .toggle-group.stack .toggle-button {
  border: 1px solid #59595b;
  border-top-width: 0;
  border-bottom: 1px solid #59595b;
}
.radio-group .toggle-group.stack .toggle-button:first-of-type {
  border-top-width: 1px;
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.radio-group .toggle-group.stack .toggle-button:last-of-type {
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.radio-group .toggle-group.multiple.custom label.toggle-button:last-of-type {
  border-bottom: 1px solid #59595b;
}
.radio-group .toggle-group.multiple.custom label.dropup {
  border: 1px solid #59595b;
  border-left-width: 0;
}
.radio-group .toggle-group.custom .more-options-container {
  border-radius: 0;
}
.radio-group .toggle-group.multiple.custom .more-options-container > ul .row,
.radio-group .toggle-group.multiple.custom .more-options-container > ul .col-xs-12 {
  padding: 0;
  margin: 0;
}
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active {
  width: 100%;
  background-color: transparent;
  color: transparent;
  border-color: transparent;
  padding: 0;
}
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more legend,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active legend,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover legend,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active legend {
  margin: 0;
}
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more .col-xs-12,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active .col-xs-12,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover .col-xs-12,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active .col-xs-12,
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more .row,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active .row,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover .row,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active .row {
  min-height: 0;
}
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more .error-block,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active .error-block,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover .error-block,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active .error-block {
  display: none;
}
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more .form-group,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active .form-group,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover .form-group,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active .form-group {
  margin: 0;
}
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more .form-group span:after,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active .form-group span:after,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover .form-group span:after,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active .form-group span:after {
  display: none;
}
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more label,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active label,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover label,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active label {
  cursor: pointer;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #59595b;
  display: block;
  padding: 12px 20px;
  color: #333333;
  flex: none;
  -webkit-tap-highlight-color: transparent;
}
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more label span,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active label span,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover label span,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active label span {
  border-width: 0;
  color: #333333;
  padding: 0;
}
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more label:first-of-type,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active label:first-of-type,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover label:first-of-type,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active label:first-of-type {
  border-top: none;
}
@media (max-width: 1199px) {
  .radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more label,
  .radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active label,
  .radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover label,
  .radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active label {
    font-size: 14px;
  }
}
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more label,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active label,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover label,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active label {
  border-radius: 0;
}
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more input[type=radio]:checked + label,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active input[type=radio]:checked + label,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover input[type=radio]:checked + label,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active input[type=radio]:checked + label,
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more label:hover,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active label:hover,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover label:hover,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active label:hover,
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more label:active,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active label:active,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover label:active,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active label:active {
  color: white;
  background-color: #333333;
  border-color: #333333;
}
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more input[type=radio]:checked + label span,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active input[type=radio]:checked + label span,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover input[type=radio]:checked + label span,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active input[type=radio]:checked + label span,
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more label:hover span,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active label:hover span,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover label:hover span,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active label:hover span,
.radio-group .toggle-group.multiple.custom .more-options-container > ul > li.more label:active span,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more.active label:active span,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:hover label:active span,
.radio-group .toggle-group.multiple.custom .more-options-container > ul li.more:active label:active span {
  color: white;
}
.ie9 .radio-group .toggle-group {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-radius: 0;
  border-top: 1px solid #59595b;
}
.ie9 .radio-group .toggle-group .toggle-button {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: auto;
  border: 1px solid #59595b;
}
.ie9 .radio-group .toggle-group .toggle-button:first-of-type {
  border-left-width: 1px;
}
.ie9 .radio-group .toggle-group.multiple .dropup {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: auto;
}
.ie9 .radio-group .toggle-group.multiple .dropup span {
  display: block;
  width: 100%;
  height: 100%;
}
.ie9 .radio-group .toggle-group.stack {
  display: block;
  width: 100%;
}
/* Type Ahead */

.twitter-typeahead {
  display: block !important;
}
.twitter-typeahead .tt-hint {
  color: #999;
}
.twitter-typeahead .tt-menu {
  width: 100%;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #FFF;
  border: 1px solid #59595b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.twitter-typeahead .tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}
.twitter-typeahead .tt-suggestion.tt-cursor,
.twitter-typeahead .tt-suggestion:hover {
  color: #FFF;
  background-color: #D71440;
}
.twitter-typeahead .tt-suggestion:hover {
  color: #FFF;
  background-color: #D71440;
}
.twitter-typeahead .tt-suggestion p {
  margin: 0;
}
/* Bootstrap Input Groups */

.input-group.input-group-lg input[type=text] {
  height: 49px;
}
.input-group .input-group-addon {
  color: #333333;
}
.input-group .input-group-btn button {
  height: 34px;
  border-radius: 0;
}
.input-group input[type=text] {
  height: 34px;
  color: #333333;
}
.btn {
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  border: none;
  min-width: 60px;
}
.btn-secondary {
  color: #fff;
  background-color: #59595b;
  border-color: #4c4c4e;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #404041;
  border-color: #0d0d0e;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #404041;
  border-color: #2e2e2f;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #404041;
  border-color: #2e2e2f;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #fff;
  background-color: #2e2e2f;
  border-color: #0d0d0e;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #59595b;
  border-color: #4c4c4e;
}
.btn-secondary .badge {
  color: #59595b;
  background-color: #fff;
}
.dropdown button.dropdown-toggle:focus + ul.dropdown-menu,
.dropup button.dropdown-toggle:focus + ul.dropdown-menu {
  display: block;
}
.btn-group button.dropdown-toggle:focus + ul.dropdown-menu {
  display: block;
}
.btn-social {
  position: relative;
  padding-left: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid #FFF;
}
.btn-facebook {
  color: #FFF;
  background-color: #4e69a2;
  border-color: #2e6da4;
}
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook:focus {
  color: #FFF;
  background-color: #385490;
  border-color: #204d74;
}
.btn-google {
  color: #FFF;
  background-color: #c33f2e;
  border-color: #DD4B39;
}
.btn-google:hover,
.btn-google:active,
.btn-google:focus {
  color: #FFF;
  background-color: #c33f2e;
  border-color: #DD4B39;
}
.btn-twitter {
  color: #FFF;
  background-color: #329BC2;
  border-color: #3b88c3;
}
.btn-twitter:hover,
.btn-twitter:active,
.btn-twitter:focus {
  color: #FFF;
  background-color: #0084B4;
  border-color: #3b88c3;
}
/* Badges */

.btn span.badge {
  color: #ff9900;
  background-color: white;
}
a span.badge {
  color: white;
  background-color: #59595b;
}
.dropdown.help-dropdown {
  display: inline-block;
}
.dropdown.help-dropdown .dropdown-menu {
  border-radius: 6px;
  padding: 13px 19px;
  margin: 6px 0 0 0;
  box-shadow: 0 3px 12px 0 #333333;
}
@media (max-width: 767px) {
  .dropdown.help-dropdown .dropdown-menu {
    left: -125px;
    top: 29px;
  }
}
.dropdown.help-dropdown .dropdown-menu .help-menu-title {
  font-size: 18px;
  color: #D71440;
  margin: 0px;
}
.dropdown.help-dropdown .dropdown-menu .help-menu-title {
  margin-top: 0px;
}
.dropdown.help-dropdown .dropdown-menu .help-menu-title:nth-of-type(2) {
  margin-top: 28px;
}
.dropdown.help-dropdown .dropdown-menu li {
  padding: 4px 0;
}
.dropdown.help-dropdown .dropdown-menu li a {
  color: #2a2a2a;
  padding: 0px;
  font-size: 15px;
}
.dropdown.help-dropdown .dropdown-menu li > a:hover {
  color: #333333;
  cursor: pointer;
  background-color: transparent;
  text-decoration: underline;
}
.dropdown.help-dropdown .dropdown-toggle {
  padding: 0px;
  border: 0px;
  padding-left: 10px;
  background-color: #fff;
}
.dropdown.help-dropdown .help-link:before {
  content: "\f128";
  display: inline-block;
  font-size: 24px;
  font-family: FontAwesome;
  line-height: 1;
  color: #333333;
  background-color: #fff;
  border-radius: 50px;
  padding: 0px 5px 0px 5px;
  border: 1px solid #333333;
}
.dropdown.help-dropdown .dropdown-menu :before {
  top: -12px;
  width: 0;
  height: 0;
  border-bottom: 13px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: none;
  content: '';
  display: block;
  position: absolute;
  right: 3px;
  z-index: 2;
}
.dropdown.help-dropdown .dropdown-menu :after {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 14px solid #59595b;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: none;
}
.timeline ul {
  list-style: none;
  padding-left: 5px;
  /* For row head */

}
.timeline ul .row:first-child > div:first-of-type {
  margin-bottom: 20px;
  padding-left: 8px;
  height: 60px;
  width: 60px;
  padding-top: 8px;
}
.timeline ul .row > div:first-of-type {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 13px;
  height: 60px;
  width: 60px;
}
.timeline .row.row-head.finished > div > .circle-head,
.timeline .row.row-head.future > div > .circle-head {
  height: 45px;
  width: 45px;
  border-radius: 100%;
  display: inline-block;
  padding: 0;
  position: relative;
}
.timeline .row.row-head.finished > div > .circle-head:after,
.timeline .row.row-head.future > div > .circle-head:after {
  content: '\f1b9';
  color: #fff;
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.timeline .row.row-head.finished > .title > h2,
.timeline .row.row-head.future > .title > h2 {
  font-size: 20px;
}
.timeline .row.row-head.finished > div > .circle-head {
  background-color: #333333;
}
.timeline .row.row-head.finished > .title > h2 {
  color: #333333;
}
.timeline .row.row-head.future > div > .circle-head {
  background-color: #59595b;
}
.timeline .row.row-head.future > .title > h2 {
  color: #59595b;
}
.timeline .row.row-head.future > div > .circle-head {
  background-color: #59595b;
}
.timeline .row.finished > div > .circle:before,
.timeline .row.current > div > .circle:before,
.timeline .row.future > div > .circle:before {
  content: ' ';
  width: 2px;
  height: 80px;
  position: absolute;
  left: 50%;
  bottom: 19px;
  z-index: -1;
}
.timeline .row.future > div > .circle:before {
  background-color: #59595b;
}
.timeline .row.current > div > .circle:before {
  background-color: #333333;
}
.timeline .row.finished > div > .circle:before {
  background-color: #333333;
}
.timeline .row.finished > div > .circle:after {
  content: '\f00c';
  color: #fff;
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.timeline .row.current > div > .circle:after {
  content: '';
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100%;
}
.timeline .row > div > .circle {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
}
.timeline .row.finished:not(.row-head) > .title > h2 {
  color: #333333;
  font-size: 16px;
}
.timeline .row.finished:not(.row-head) > div > .circle {
  background-color: #333333;
}
.timeline .row.current:not(.row-head) > .title > h2 {
  color: #D71440;
  font-size: 16px;
}
.timeline .row.current:not(.row-head) > div > .circle {
  background-color: #D71440;
}
.timeline .row.future:not(.row-head) > .title > h2 {
  color: #59595b;
  font-size: 16px;
}
.timeline .row.future:not(.row-head) > div > .circle {
  background-color: #59595b;
}
.timeline .icon {
  height: 27px;
  width: 27px;
  border-radius: 100%;
  display: inline-block;
  margin-top: 16px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  /* first icon */

  /*&.phone:first-child::before {
            left: 0.70em;
            top: 0.80em;
        }
        &.mail:first-child::before {
            left: 0.75em;
            top: 1.35em;
        }*/

  /* second icon */

  /*&.phone:last-child::before {
            left: 2.72em;
            top: 0.8em;
        }
        &.mail:last-child::before {
            left: 3.75em;
            top: 1.35em;
        }*/

}
.timeline .icon.available {
  background-color: #333333;
}
.timeline .icon.unavailable {
  background-color: #59595b;
}
.timeline .icon.mail:before {
  content: '\f003';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: FontAwesome;
  color: #fff;
}
.timeline .icon.phone:before {
  content: '\f10b';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
}
.timeline .row > div {
  display: inline-block;
  padding: 0 0 0 20px;
}
.timeline .row > div:last-child {
  padding: 0;
}
.timeline .row div:first-child {
  padding: 20px 15px 1px 15px;
}
.tiers {
  display: inline-block;
  width: 100%;
}
.tiers .tier {
  width: 33.33%;
  display: inline-block;
  float: left;
}
.tiers .tier input {
  display: none;
}
.tiers .tier label {
  width: 100%;
}
.tiers .tier span {
  display: inline-block;
  width: 100%;
}
.tiers .tier .tier-container {
  margin-left: 4px;
  margin-right: 4px;
}
.tiers .tier .tier-container .coverage {
  text-align: center;
  padding: 20px;
}
.tiers .tier .tier-container .coverage .coverage-name {
  font-size: 0.9em;
}
.tiers .tier .coverage-name {
  background-color: #E6E6E6;
}
.tiers .tier .tier-header {
  min-height: 100px;
  width: 100%;
  background-color: #F5F5F5;
  margin-right: 10px;
}
.tiers .tier .tier-header .tier-price {
  text-align: center;
  font-size: 1.8em;
  margin-top: 20px;
}
.tiers .tier .tier-header .tier-name {
  text-align: center;
}
.tiers .tier:first-child .tier-container {
  margin-left: 0px;
  margin-right: 8px;
}
.tiers .tier:last-child .tier-container {
  margin-left: 8px;
  margin-right: 0px;
}
/* Default Table and Striped Table */

.table thead > tr > th {
  background-color: #E9EAEC;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  padding: 3px 0 3px 7px;
  border: none;
}
.table tbody > tr > td,
.table tbody > tr > th,
.table tfoot > tr > th {
  border-top: none;
}
.table .icon:before {
  content: '\f002';
  font-family: FontAwesome;
  text-align: center;
  color: #D71440;
}
.table caption {
  color: #333333;
}
/*cover options table (ul) */

.table.cover-options {
  /*fade in up animation*/
  animation: fadeInUp 1s;
  -moz-animation: fadeInUp 2s;
  /* Firefox */
  -webkit-animation: fadeInUp 2s;
  /* Safari and Chrome */
  -o-animation: fadeInUp 2s;
  /* Opera */

}
@media (max-width: 767px) {
  .table.cover-options h5 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .table.cover-options h4 {
    font-size: 15px;
  }
}
.table.cover-options > ul {
  /* Safari and Chrome*/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  /*IE9 & 10*/
  display: -ms-flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  /*IE11*/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  /*Firefox*/
  display: -moz-flex;
  -moz-flex-wrap: nowrap;
  -moz-flex-direction: row;
}
.table.cover-options > ul li:first-child .visible-xs {
  background-color: #F5F5F5;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(1) {
  width: 100%;
}
.table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(1) .extend {
  width: 100%;
  z-index: 110;
}
.table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(2),
.table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(1) {
  width: 50%;
}
.table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(2) .extend,
.table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(1) .extend {
  width: 200%;
  z-index: 110;
}
.table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(3),
.table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(2),
.table.cover-options .table-cover-options-column:nth-child(3):nth-last-child(1) {
  width: 33.3333%;
}
.table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(3) .extend,
.table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(2) .extend,
.table.cover-options .table-cover-options-column:nth-child(3):nth-last-child(1) .extend {
  width: 300%;
  z-index: 110;
}
.table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(4),
.table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(3),
.table.cover-options .table-cover-options-column:nth-child(3):nth-last-child(2),
.table.cover-options .table-cover-options-column:nth-child(4):nth-last-child(1) {
  width: 25%;
}
.table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(4) .extend,
.table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(3) .extend,
.table.cover-options .table-cover-options-column:nth-child(3):nth-last-child(2) .extend,
.table.cover-options .table-cover-options-column:nth-child(4):nth-last-child(1) .extend {
  width: 400%;
  z-index: 110;
}
.table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(5),
.table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(4),
.table.cover-options .table-cover-options-column:nth-child(3):nth-last-child(3),
.table.cover-options .table-cover-options-column:nth-child(4):nth-last-child(2),
.table.cover-options .table-cover-options-column:nth-child(5):nth-last-child(1) {
  width: 20%;
}
.table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(5) .extend,
.table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(4) .extend,
.table.cover-options .table-cover-options-column:nth-child(3):nth-last-child(3) .extend,
.table.cover-options .table-cover-options-column:nth-child(4):nth-last-child(2) .extend,
.table.cover-options .table-cover-options-column:nth-child(5):nth-last-child(1) .extend {
  width: 500%;
  z-index: 110;
}
.table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(6),
.table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(5),
.table.cover-options .table-cover-options-column:nth-child(3):nth-last-child(4),
.table.cover-options .table-cover-options-column:nth-child(4):nth-last-child(3),
.table.cover-options .table-cover-options-column:nth-child(5):nth-last-child(2),
.table.cover-options .table-cover-options-column:nth-child(6):nth-last-child(1) {
  width: 16.6666%;
}
.table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(6) .extend,
.table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(5) .extend,
.table.cover-options .table-cover-options-column:nth-child(3):nth-last-child(4) .extend,
.table.cover-options .table-cover-options-column:nth-child(4):nth-last-child(3) .extend,
.table.cover-options .table-cover-options-column:nth-child(5):nth-last-child(2) .extend,
.table.cover-options .table-cover-options-column:nth-child(6):nth-last-child(1) .extend {
  width: 600%;
  z-index: 110;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.table.cover-options .table-cover-options-column ul > li > ul > li {
  height: 65px;
  padding: 5%;
}
@media (max-width: 767px) {
  .table.cover-options .table-cover-options-column ul > li > ul > li {
    height: 30px;
  }
}
.table.cover-options .table-cover-options-column label {
  width: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 60%;
  background-color: #808080;
  border: 0;
  color: #FFF;
}
@media (max-width: 767px) {
  .table.cover-options .table-cover-options-column label {
    font-size: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
.table.cover-options .table-cover-options-column .table-cover-options-subheader {
  position: relative;
  z-index: 10;
  height: 40px;
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #E9EAEC;
}
.table.cover-options .table-cover-options-column .table-cover-options-subheader > h5 {
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767px) {
  .table.cover-options .table-cover-options-column .table-cover-options-subheader {
    margin-bottom: 0;
  }
}
.table.cover-options .table-cover-options-column h6 {
  margin: 0 0 0 0;
}
.table.cover-options .table-cover-options-column h5 {
  margin-bottom: 10px;
  margin-top: 0;
}
.table.cover-options li:first-of-type > ul > .table-cover-options-header {
  margin-left: 0;
  margin-right: 5px;
  height: 80px;
  background-color: #F5F5F5;
  padding: 5%;
}
.table.cover-options li > ul > .table-cover-options-header {
  height: 80px;
  background-color: #F5F5F5;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5%;
}
.table.cover-options li:last-of-type > ul > .table-cover-options-header {
  height: 80px;
  background-color: #F5F5F5;
  margin-right: 0;
  margin-left: 5px;
  padding: 5%;
}
.table.cover-options li:first-of-type > ul > li > ul > li {
  margin-left: 0;
  margin-right: 5px;
}
.table.cover-options li > ul > li > ul > li {
  margin-right: 5px;
  margin-left: 5px;
}
.table.cover-options li > ul > li > ul > li.visible-xs {
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.table.cover-options li > ul > li > ul > li.visible-xs:first-of-type {
  margin-top: 0;
  margin-bottom: 5px;
}
.table.cover-options li > ul > li > ul > li.visible-xs h5 {
  margin: 0;
  font-weight: bold;
}
.table.cover-options li:last-of-type > ul > li > ul > li {
  margin-right: 0;
  margin-left: 5px;
}
.table.cover-options li > ul > li > ul > li.visible-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table.cover-options input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.table.cover-options input[type="radio"]:checked + ul > .table-cover-options-header {
  background-color: #333333;
}
.table.cover-options input[type="radio"]:checked + ul > .table-cover-options-header h4 {
  color: #FFF;
}
.table.cover-options input[type="radio"]:checked + ul > .table-cover-options-header h5 {
  color: #FFF;
}
.table.cover-options input[type="radio"]:checked + ul ul > li:not(.visible-xs) {
  background-color: #F5F5F5;
}
.table.cover-options input[type="radio"]:checked + ul label {
  background-color: #333333;
}
.table.cover-options input[type="radio"]:checked + ul label.btn:after {
  content: "ed";
}
.no-flexbox .table.cover-options .table-cover-options-column {
  display: inline-block;
  /* one item */

  /* two items */

  /* three items */

  /* four items */

  /* five items */

  /* six items */

}
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(1) {
  width: 99%;
}
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(1) .extend {
  width: 100%;
  z-index: 110;
}
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(2),
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(1) {
  width: 49%;
}
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(2) .extend,
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(1) .extend {
  width: 200%;
  z-index: 110;
}
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(3),
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(2),
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(3):nth-last-child(1) {
  width: 32%;
}
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(3) .extend,
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(2) .extend,
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(3):nth-last-child(1) .extend {
  width: 300%;
  z-index: 110;
}
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(4),
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(3),
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(3):nth-last-child(2),
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(4):nth-last-child(1) {
  width: 24%;
}
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(4) .extend,
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(3) .extend,
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(3):nth-last-child(2) .extend,
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(4):nth-last-child(1) .extend {
  width: 400%;
  z-index: 110;
}
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(5),
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(4),
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(3):nth-last-child(3),
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(4):nth-last-child(2),
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(5):nth-last-child(1) {
  width: 19%;
}
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(5) .extend,
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(4) .extend,
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(3):nth-last-child(3) .extend,
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(4):nth-last-child(2) .extend,
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(5):nth-last-child(1) .extend {
  width: 500%;
  z-index: 110;
}
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(6),
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(5),
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(3):nth-last-child(4),
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(4):nth-last-child(3),
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(5):nth-last-child(2),
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(6):nth-last-child(1) {
  width: 15%;
}
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(1):nth-last-child(6) .extend,
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(2):nth-last-child(5) .extend,
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(3):nth-last-child(4) .extend,
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(4):nth-last-child(3) .extend,
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(5):nth-last-child(2) .extend,
.no-flexbox .table.cover-options .table-cover-options-column:nth-child(6):nth-last-child(1) .extend {
  width: 600%;
  z-index: 110;
}
p {
  color: #333333;
  font-size: 14px;
}
.lead {
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
}
.well {
  border: inherit solid inherit;
}
.well.summary {
  border: none;
  box-shadow: none;
  margin-top: 20px;
  overflow: auto;
}
.well.summary h3,
.well.summary h4 {
  margin: auto 0 0 0;
}
.well.summary h3 {
  color: #2a2a2a;
}
@media (max-width: 767px) {
  .well.summary h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .well.summary h4 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .well.summary h2 {
    font-size: 20px;
  }
}
.well.summary h4,
.well.summary h2 {
  color: #2a2a2a;
}
.well.summary li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .well.summary li {
    padding: 0;
  }
}
.well.rounded {
  border-radius: 0px;
}
.well.form-reveal {
  box-shadow: none;
  float: left;
  background-color: #F5F5F5;
  border-top: 1px solid #59595b;
  border-bottom: 1px solid #59595b;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .well.form-reveal {
    padding-left: 124px;
    padding-right: 124px;
  }
}
@media (max-width: 991px) {
  .well.form-reveal {
    padding-left: 124px;
    padding-right: 124px;
  }
}
@media (max-width: 767px) {
  .well.form-reveal {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 480px) {
  .well.form-reveal {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.well.form-reveal .form-reveal-arrow {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -19px;
  left: 50%;
  width: 0;
}
.well.form-reveal .form-reveal-arrow:after,
.well.form-reveal .form-reveal-arrow:before {
  bottom: 100%;
  content: '';
  left: 0;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.well.form-reveal .form-reveal-arrow:before {
  border-width: 15px;
  margin-left: -15px;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #59595b;
}
.well.form-reveal .form-reveal-arrow:after {
  border-width: 13.3px;
  margin-left: -13px;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #F5F5F5;
}
/* Assign class to form-reveal's parent. Allows form-reveal to extend to sides of container */

.form-reveal-row {
  margin-left: 0;
  margin-right: 0;
}
.accordion input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 0;
}
.accordion > div {
  padding: 0;
}
.accordion label.panel-heading {
  width: 100%;
  margin: 0;
  background-color: white;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
}
.accordion span.panel-title {
  display: block;
}
.accordion span.accordion-heading,
.accordion a.accordion-heading {
  display: inline-block;
  color: #2a2a2a;
}
.accordion .accordion-icon {
  float: right;
}
.accordion .panel .panel-body {
  background-color: white;
  border-top: 0;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
}
.accordion section {
  max-height: 0;
  transition: 0.3s all;
  overflow: hidden;
  color: #333333;
}
.accordion input[type="checkbox"]:checked + label > span > span.accordion-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion input[type="checkbox"]:checked + label span.accordion-heading {
  text-decoration: underline;
}
.accordion input[type="checkbox"]:checked ~ section {
  max-height: 500px;
  padding: 20px;
}
.tabs.js .tab-pane {
  padding: 10px 3px 3px 3px;
}
.tabs.js > ul li > a {
  font-family: "ACNBold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .tabs.js > ul li > a {
    padding: 10px 10px;
  }
}
.tabs.js > ul li > a,
.tabs.js > ul li.active > a:hover {
  color: #D71440;
}
.tabs.js .tab-pane {
  padding: 20px;
}
.tabs.css {
  position: relative;
  min-height: 200px;
  clear: both;
  margin: 25px 0;
}
.tabs.css .css-tab {
  float: left;
}
.tabs.css .css-tab label {
  background: #fff;
  padding: 10px 20px;
  margin-left: -1px;
  position: relative;
  left: 1px;
  text-align: center;
  font-size: 16px;
  color: #D71440;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tabs.css .css-tab label {
    padding: 10px 10px;
  }
}
.tabs.css .css-tab label:hover {
  background-color: #E9EAEC;
}
.tabs.css .css-tab [type=radio] {
  display: none;
}
.tabs.css .css-tab .content {
  position: absolute;
  top: 43px;
  left: 0;
  background: #fff;
  right: 0;
  padding: 20px;
  border-top: 1px solid #ccc;
  max-height: 100%;
  opacity: 0;
}
.tabs.css .css-tab [type=radio]:checked ~ label {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  z-index: 2;
}
.tabs.css .css-tab [type=radio]:checked ~ label ~ .content {
  opacity: 1;
}
@-webkit-keyframes animate-stripes {
  100% {
    background-position: -100px 0;
  }
}
@keyframes animate-stripes {
  100% {
    background-position: -100px 0;
  }
}
/* Determinate Progress bar */

progress[value],
progress:not([value]) {
  width: 100%;
  height: 20px;
  /* For IE10 */
  color: #D71440;
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  /* Background of Progress bar */

  /* Progress bar fill */

  /* Firefox Progress bar */

}
progress[value]::-webkit-progress-bar,
progress:not([value])::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
}
progress[value]::-webkit-progress-value,
progress:not([value])::-webkit-progress-value {
  background-image: -webkit-linear-gradient(45deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -webkit-linear-gradient(left, #D71440, #D71440);
  border-radius: 2px;
  background-size: 35px 20px, 100% 100%, 100% 100%;
  /* animation */
  -webkit-animation: animate-stripes 5s linear infinite;
  animation: animate-stripes 5s linear infinite;
}
progress[value]::-moz-progress-bar,
progress:not([value])::-moz-progress-bar {
  background-image: -moz-linear-gradient(135deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), -moz-linear-gradient(left, #D71440, #D71440);
  border-radius: 2px;
  background-size: 35px 20px, 100% 100%, 100% 100%;
}
.progress-bar-html p {
  text-align: right;
  margin-bottom: 0;
}
.progress-bar-html p::before {
  content: attr(data-percent) '%';
}
/* Progress Bar - Blend */

@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes percentage {
  1% {
    content: "1%";
  }
  2% {
    content: "2%";
  }
  3% {
    content: "3%";
  }
  4% {
    content: "4%";
  }
  5% {
    content: "5%";
  }
  6% {
    content: "6%";
  }
  7% {
    content: "7%";
  }
  8% {
    content: "8%";
  }
  9% {
    content: "9%";
  }
  10% {
    content: "10%";
  }
  11% {
    content: "11%";
  }
  12% {
    content: "12%";
  }
  13% {
    content: "13%";
  }
  14% {
    content: "14%";
  }
  15% {
    content: "15%";
  }
  16% {
    content: "16%";
  }
  17% {
    content: "17%";
  }
  18% {
    content: "18%";
  }
  19% {
    content: "19%";
  }
  20% {
    content: "20%";
  }
  21% {
    content: "21%";
  }
  22% {
    content: "22%";
  }
  23% {
    content: "23%";
  }
  24% {
    content: "24%";
  }
  25% {
    content: "25%";
  }
  26% {
    content: "26%";
  }
  27% {
    content: "27%";
  }
  28% {
    content: "28%";
  }
  29% {
    content: "29%";
  }
  30% {
    content: "30%";
  }
  31% {
    content: "31%";
  }
  32% {
    content: "32%";
  }
  33% {
    content: "33%";
  }
  34% {
    content: "34%";
  }
  35% {
    content: "35%";
  }
  36% {
    content: "36%";
  }
  37% {
    content: "37%";
  }
  38% {
    content: "38%";
  }
  39% {
    content: "39%";
  }
  40% {
    content: "40%";
  }
  41% {
    content: "41%";
  }
  42% {
    content: "42%";
  }
  43% {
    content: "43%";
  }
  44% {
    content: "44%";
  }
  45% {
    content: "45%";
  }
  46% {
    content: "46%";
  }
  47% {
    content: "47%";
  }
  48% {
    content: "48%";
  }
  49% {
    content: "49%";
  }
  50% {
    content: "50%";
  }
  51% {
    content: "51%";
  }
  52% {
    content: "52%";
  }
  53% {
    content: "53%";
  }
  54% {
    content: "54%";
  }
  55% {
    content: "55%";
  }
  56% {
    content: "56%";
  }
  57% {
    content: "57%";
  }
  58% {
    content: "58%";
  }
  59% {
    content: "59%";
  }
  60% {
    content: "60%";
  }
  61% {
    content: "61%";
  }
  62% {
    content: "62%";
  }
  63% {
    content: "63%";
  }
  64% {
    content: "64%";
  }
  65% {
    content: "65%";
  }
  66% {
    content: "66%";
  }
  67% {
    content: "67%";
  }
  68% {
    content: "68%";
  }
  69% {
    content: "69%";
  }
  70% {
    content: "70%";
  }
  71% {
    content: "71%";
  }
  72% {
    content: "72%";
  }
  73% {
    content: "73%";
  }
  74% {
    content: "74%";
  }
  75% {
    content: "75%";
  }
  76% {
    content: "76%";
  }
  77% {
    content: "77%";
  }
  78% {
    content: "78%";
  }
  79% {
    content: "79%";
  }
  80% {
    content: "80%";
  }
  81% {
    content: "81%";
  }
  82% {
    content: "82%";
  }
  83% {
    content: "83%";
  }
  84% {
    content: "84%";
  }
  85% {
    content: "85%";
  }
  86% {
    content: "86%";
  }
  87% {
    content: "87%";
  }
  88% {
    content: "88%";
  }
  89% {
    content: "89%";
  }
  90% {
    content: "90%";
  }
  91% {
    content: "91%";
  }
  92% {
    content: "92%";
  }
  93% {
    content: "93%";
  }
  94% {
    content: "94%";
  }
  95% {
    content: "95%";
  }
  96% {
    content: "96%";
  }
  97% {
    content: "97%";
  }
  98% {
    content: "98%";
  }
  99% {
    content: "99%";
  }
  100% {
    content: "100%";
  }
}
@-webkit-keyframes percentage {
  1% {
    content: "1%";
  }
  2% {
    content: "2%";
  }
  3% {
    content: "3%";
  }
  4% {
    content: "4%";
  }
  5% {
    content: "5%";
  }
  6% {
    content: "6%";
  }
  7% {
    content: "7%";
  }
  8% {
    content: "8%";
  }
  9% {
    content: "9%";
  }
  10% {
    content: "10%";
  }
  11% {
    content: "11%";
  }
  12% {
    content: "12%";
  }
  13% {
    content: "13%";
  }
  14% {
    content: "14%";
  }
  15% {
    content: "15%";
  }
  16% {
    content: "16%";
  }
  17% {
    content: "17%";
  }
  18% {
    content: "18%";
  }
  19% {
    content: "19%";
  }
  20% {
    content: "20%";
  }
  21% {
    content: "21%";
  }
  22% {
    content: "22%";
  }
  23% {
    content: "23%";
  }
  24% {
    content: "24%";
  }
  25% {
    content: "25%";
  }
  26% {
    content: "26%";
  }
  27% {
    content: "27%";
  }
  28% {
    content: "28%";
  }
  29% {
    content: "29%";
  }
  30% {
    content: "30%";
  }
  31% {
    content: "31%";
  }
  32% {
    content: "32%";
  }
  33% {
    content: "33%";
  }
  34% {
    content: "34%";
  }
  35% {
    content: "35%";
  }
  36% {
    content: "36%";
  }
  37% {
    content: "37%";
  }
  38% {
    content: "38%";
  }
  39% {
    content: "39%";
  }
  40% {
    content: "40%";
  }
  41% {
    content: "41%";
  }
  42% {
    content: "42%";
  }
  43% {
    content: "43%";
  }
  44% {
    content: "44%";
  }
  45% {
    content: "45%";
  }
  46% {
    content: "46%";
  }
  47% {
    content: "47%";
  }
  48% {
    content: "48%";
  }
  49% {
    content: "49%";
  }
  50% {
    content: "50%";
  }
  51% {
    content: "51%";
  }
  52% {
    content: "52%";
  }
  53% {
    content: "53%";
  }
  54% {
    content: "54%";
  }
  55% {
    content: "55%";
  }
  56% {
    content: "56%";
  }
  57% {
    content: "57%";
  }
  58% {
    content: "58%";
  }
  59% {
    content: "59%";
  }
  60% {
    content: "60%";
  }
  61% {
    content: "61%";
  }
  62% {
    content: "62%";
  }
  63% {
    content: "63%";
  }
  64% {
    content: "64%";
  }
  65% {
    content: "65%";
  }
  66% {
    content: "66%";
  }
  67% {
    content: "67%";
  }
  68% {
    content: "68%";
  }
  69% {
    content: "69%";
  }
  70% {
    content: "70%";
  }
  71% {
    content: "71%";
  }
  72% {
    content: "72%";
  }
  73% {
    content: "73%";
  }
  74% {
    content: "74%";
  }
  75% {
    content: "75%";
  }
  76% {
    content: "76%";
  }
  77% {
    content: "77%";
  }
  78% {
    content: "78%";
  }
  79% {
    content: "79%";
  }
  80% {
    content: "80%";
  }
  81% {
    content: "81%";
  }
  82% {
    content: "82%";
  }
  83% {
    content: "83%";
  }
  84% {
    content: "84%";
  }
  85% {
    content: "85%";
  }
  86% {
    content: "86%";
  }
  87% {
    content: "87%";
  }
  88% {
    content: "88%";
  }
  89% {
    content: "89%";
  }
  90% {
    content: "90%";
  }
  91% {
    content: "91%";
  }
  92% {
    content: "92%";
  }
  93% {
    content: "93%";
  }
  94% {
    content: "94%";
  }
  95% {
    content: "95%";
  }
  96% {
    content: "96%";
  }
  97% {
    content: "97%";
  }
  98% {
    content: "98%";
  }
  99% {
    content: "99%";
  }
  100% {
    content: "100%";
  }
}
.progress-bar-blend .background {
  background-color: #D71440;
  -webkit-animation: loading 10s linear infinite;
  animation: loading 10s linear infinite;
}
.progress-bar-blend .percent {
  color: white;
  border: 1px solid #D71440;
}
.progress-bar-blend .percent:after {
  padding-left: 50px;
  content: "0%";
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 10px 20px;
  color: white;
  mix-blend-mode: difference;
  -webkit-animation: percentage 10s linear infinite;
  animation: percentage 10s linear infinite;
}
.sk-fading-circle {
  margin: 50px auto;
  width: 70px;
  height: 70px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
#fountainG {
  position: relative;
  width: 140px;
  height: 28px;
  margin: auto;
}
.fountainG {
  position: absolute;
  top: 0;
  background-color: #333333;
  width: 28px;
  height: 28px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: -0.8s;
  -o-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
}
#fountainG_1 {
  left: 0;
  animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
}
#fountainG_2 {
  left: 29px;
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}
#fountainG_3 {
  left: 58px;
  animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
}
#fountainG_4 {
  left: 88px;
  animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
}
#fountainG_5 {
  left: 117px;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #333333;
  }
  100% {
    transform: scale(0.3);
    background-color: #333333;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #333333;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #333333;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #333333;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #333333;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #333333;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #333333;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #333333;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #333333;
  }
}
.cssload-diamond {
  margin: 50px auto;
  width: 35px;
  height: 35px;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.cssload-diamond-part {
  position: absolute;
  width: 35px;
  height: 35px;
  z-index: 1;
  animation: cssload-part-anim 0.44s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -o-animation: cssload-part-anim 0.44s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -ms-animation: cssload-part-anim 0.44s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -webkit-animation: cssload-part-anim 0.44s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
  -moz-animation: cssload-part-anim 0.44s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}
.cssload-diamond-left {
  background: #333333;
  right: 0;
  bottom: 0;
  animation-direction: alternate-reverse;
  -o-animation-direction: alternate-reverse;
  -ms-animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
  -moz-animation-direction: alternate-reverse;
}
.cssload-diamond-right {
  background: #D71440;
  left: 0;
  top: 0;
}
@keyframes blend-anim {
  0% {
    transform: scale(0.01, 0.01) rotateY(0);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    transform: scale(1, 1) rotateY(0);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    transform: scale(0.01, 0.01) rotateY(0);
  }
}
@-o-keyframes blend-anim {
  0% {
    -o-transform: scale(0.01, 0.01) rotateY(0);
    -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -o-transform: scale(1, 1) rotateY(0);
    -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -o-transform: scale(0.01, 0.01) rotateY(0);
  }
}
@-ms-keyframes blend-anim {
  0% {
    -ms-transform: scale(0.01, 0.01) rotateY(0);
    -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -ms-transform: scale(1, 1) rotateY(0);
    -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -ms-transform: scale(0.01, 0.01) rotateY(0);
  }
}
@-webkit-keyframes blend-anim {
  0% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -webkit-transform: scale(1, 1) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
  }
}
@-moz-keyframes blend-anim {
  0% {
    -moz-transform: scale(0.01, 0.01) rotateY(0);
    -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  50% {
    -moz-transform: scale(1, 1) rotateY(0);
    -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  100% {
    -moz-transform: scale(0.01, 0.01) rotateY(0);
  }
}
@keyframes cssload-part-anim {
  0% {
    transform: translate3d(-18px, -18px, 0);
  }
  100% {
    transform: translate3d(18px, 18px, 0);
  }
}
@-o-keyframes cssload-part-anim {
  0% {
    -o-transform: translate3d(-18px, -18px, 0);
  }
  100% {
    -o-transform: translate3d(18px, 18px, 0);
  }
}
@-ms-keyframes cssload-part-anim {
  0% {
    -ms-transform: translate3d(-18px, -18px, 0);
  }
  100% {
    -ms-transform: translate3d(18px, 18px, 0);
  }
}
@-webkit-keyframes cssload-part-anim {
  0% {
    -webkit-transform: translate3d(-18px, -18px, 0);
  }
  100% {
    -webkit-transform: translate3d(18px, 18px, 0);
  }
}
@-moz-keyframes cssload-part-anim {
  0% {
    -moz-transform: translate3d(-18px, -18px, 0);
  }
  100% {
    -moz-transform: translate3d(18px, 18px, 0);
  }
}
/*
 * Keyframes
 */

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes expand {
  0% {
    max-height: 0;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  100% {
    max-height: 9999px;
  }
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -moz-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: hidden;
    opacity: 0;
  }
  100% {
    -moz-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@keyframes showInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*
 * CSS Page Transitions
 */

.transition {
  /** Basic styles for an animated element */
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  /** An element that fades in */

  /** An element that fades in and slides up */

  /** An element that fades in and slides from the right */

}
.transition.transition-fadein {
  -webkit-animation-name: scaleUp;
  -moz-animation-name: scaleUp;
  animation-name: scaleUp;
}
.transition.transition-fadein {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
}
.transition.transition-fadeinup {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.transition.transition-fadeinright {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.transition.transition-delay-1 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.transition.transition-delay-2 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.transition.transition-delay-3 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.single-page-load {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: transform 1.5s linear;
}
/* DISC Map Panel */

.map-panel {
  display: inline;
}
.map-panel .form-group input {
  margin-bottom: 7px;
}
.map-panel .panel-body {
  height: 270px;
  width: 195px;
  padding: 0;
  margin: 0;
  border: 2px solid #F5F5F5;
  border-top: 3px solid #D71440;
  background-color: #fff;
  color: #000;
  display: inline;
}
.map-panel .panel-body .spacing {
  margin: 50px 0 0 10px;
}
.map-panel .panel-body ul {
  padding-left: 10px;
  list-style: none;
  font-size: 15px;
}
.map-panel .panel-body ul li {
  margin: 5px 0;
}
.map-panel .panel-body ul li:last-child {
  margin-top: 20px;
}
.map-panel .panel-body ul li button {
  border-radius: 0;
}
.map-panel .panel-map {
  height: 270px;
  width: 270px;
  padding: 0;
  display: inline;
}
.map-panel .panel-map #map {
  height: 100%;
  width: 100%;
}
/* MPS Map */

.map-alt .card {
  height: 200px;
  padding: 0;
}
.map-alt .card .map-address {
  padding: 10px;
  padding-right: 2px;
}
.map-alt .form-control input {
  color: #000;
}
.map-alt label {
  display: block;
}
.map-alt .panel-map {
  position: absolute;
  top: 1px;
  bottom: 1px;
  padding: 0;
  margin: 0;
  display: inline;
}
.map-alt .panel-map #map-alt {
  height: 100%;
  width: 100%;
}
/* Lloyds Map */

.map-alt-2 {
  height: 400px;
  width: auto;
}
.map-alt-2 .map-panel #map-2 {
  height: 100%;
  width: 100%;
}
.map-alt-2 .map-panel #map-2 div.gm-style > div:first-child > div:nth-child(2) {
  background: rgba(229, 255, 255, 0.8) !important;
}
.map-alt-2 .form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -200%);
  z-index: 2;
  height: 40px;
  width: 350px;
}
.map-alt-2 .form input {
  height: 100%;
  width: 100%;
  margin-bottom: 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px;
}
.map-alt-2 a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
.map-alt-2 a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.map-alt-2 .gmnoprint a,
.map-alt-2 .gmnoprint span,
.map-alt-2 .gm-style-cc {
  display: none;
}
.map-alt-2 .gmnoprint div {
  background: none !important;
}
.bar-charts > div,
.pie-charts > div,
.line-charts > div {
  min-height: 400px;
  height: 100%;
  width: 100%;
  margin: auto;
  background: #fff;
  text-align: center;
}
.bar-charts > div > div,
.pie-charts > div > div,
.line-charts > div > div {
  min-height: 500px;
  height: 100%;
  width: 100%;
  margin: auto;
  background: #fff;
  text-align: center;
}
.pie-charts > div,
.line-charts > div {
  min-height: 300px;
}
.pie-charts > div > div,
.line-charts > div > div {
  min-height: 300px;
}
.h4-session-expire {
  font-size: 40px;
  font-weight: 400;
  font-family: "ProbaPro-Regular";
}
@media (max-width: 767px) {
  .h4-session-expire {
    font-size: 30px;
  }
}
.p-session-expire p {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-session-expire p {
    font-size: 18px;
  }
}
.session-expire-buttons {
  box-sizing: border-box;
  border-radius: 100px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  font-family: "ProbaPro-Regular";
  text-align: center;
  width: 280px;
}
.session-expire-end {
  border: 1px solid #333333;
  color: black;
  background: white;
  box-sizing: border-box;
  border-radius: 100px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  font-family: "ProbaPro-Regular";
  text-align: center;
  width: 280px;
}
.session-expire-end:hover {
  color: black !important;
}
.session-expire-stay {
  background: #D00F39;
  width: 50%;
  color: white;
  box-sizing: border-box;
  border-radius: 100px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  font-family: "ProbaPro-Regular";
  text-align: center;
  width: 280px;
}
.session-expire-cont {
  margin-top: 100px;
}
@media (min-width: 1200px) {
  .session-expire-cont {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
  }
}
.session-title {
  font-weight: bold;
  text-align: center;
  font-family: "ProbaPro-Regular";
  margin: 26px 0 0;
}
.session-title h1 {
  font-size: 50px;
}
@media (max-width: 991px) {
  .session-title h1 {
    font-size: 30px;
  }
}
.session-message h5 {
  font-weight: normal;
  font-size: 18px;
  font-family: "ProbaPro-Regular";
}
@media (max-width: 991px) {
  .session-message {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.expire-modal-dialog {
  width: 900px;
}
@media (max-width: 767px) {
  .expire-modal-dialog {
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .expire-modal-dialog {
    width: 90%;
  }
}
.modal-login .modal-header,
.modal-login h4,
.modal-login .close {
  background-color: #5cb85c;
  color: white !important;
  text-align: center;
  font-size: 30px;
}
.modal-login .modal-footer {
  background-color: #f9f9f9;
}
.modal .modal-dialog .modal-content .modal-header {
  background-color: white;
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #333333;
}
.modal .modal-dialog .modal-content .modal-body {
  background-color: #FFF;
}
.modal .modal-dialog .modal-content .modal-footer {
  background-color: rgba(213, 214, 216, 0.5);
}
.alert {
  display: block;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  animation-duration: 400ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  transform-origin: center top;
  animation-fill-mode: both;
  /* Transition.less */
  animation-name: scaleUp;
}
.alert.alert-danger,
.alert.alert-success,
.alert.alert-warning,
.alert.alert-info {
  position: relative;
  margin-top: 0px;
  font-size: 16px;
  font-weight: bold;
}
.alert.alert-warning:focus {
  outline-color: transparent;
}
.alert.alert-message:before {
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #59595b transparent;
  position: absolute;
  content: "";
  left: -18px;
  bottom: 12px;
  width: 0;
  height: 0;
  border-style: solid;
}
.alert.alert-message.warning {
  background-color: #ffd175;
  border-color: #ffb21a;
  color: #b37700;
}
.alert.alert-message.warning:before {
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #ffb21a transparent;
}
.alert.alert-message.warning:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  border-width: 0 0 18px 18px;
  left: -16px;
  bottom: 12.6px;
  border-color: transparent transparent #ffd175 transparent;
}
.alert.alert-message.danger {
  background-color: #D71440;
  border-color: #D71440;
  color: #fff;
}
.alert.alert-message.danger * {
  color: #fff;
}
.alert.alert-message.danger:before {
  border-color: transparent transparent #D71440 transparent;
}
.form-horizontal .alert.alert-danger {
  margin-top: 10px;
}
/* Colors */

.clr-primary {
  color: #D71440 !important;
}
.clr-secondary {
  color: #333333 !important;
}
.clr-success {
  color: #56830E !important;
}
.clr-info {
  color: #40b3d9 !important;
}
.clr-warning {
  color: #ffb21a !important;
}
.clr-danger {
  color: #D71440 !important;
}
.clr-gray-darker {
  color: #2a2a2a !important;
}
.clr-gray-dark {
  color: #333333 !important;
}
.clr-gray {
  color: #59595b !important;
}
.clr-gray-light {
  color: #E9EAEC !important;
}
.clr-gray-lighter {
  color: #F5F5F5 !important;
}
.no-bg-clr {
  background-color: transparent !important;
}
.bg-clr-brand-primary {
  background-color: #D71440 !important;
}
.bg-clr-brand-secondary {
  background-color: #333333 !important;
}
.bg-clr-gray-darker {
  background-color: #2a2a2a !important;
}
.bg-clr-gray-dark {
  background-color: #333333 !important;
}
.bg-clr-gray {
  background-color: #59595b !important;
}
.bg-clr-gray-light {
  background-color: #E9EAEC !important;
}
.bg-clr-gray-lighter {
  background-color: #F5F5F5 !important;
}
.bg-clr-white {
  background-color: #fff !important;
}
/* Line Borders*/

.line-border.border-left {
  border-left: 3px solid #333333;
  padding: 5px 0 5px 10px;
}
.line-border.border-right {
  border-right: 3px solid #333333;
  padding: 5px 10px 5px 0;
}
.line-border.border-top {
  border-top: 3px solid #333333;
  padding: 10px 5px 0 5px;
}
.line-border.border-bottom {
  border-bottom: 3px solid #333333;
  padding: 0 0 10px 0;
}
.line-border.border-all {
  border: 3px solid #333333;
  padding: 5px;
}
.line-border.line-border-sm {
  border-width: 1px;
}
.line-border.line-border-lg {
  border-width: 5px;
}
/* Margins, Padding -- 0-35px top-right-bottom-left */

/* Remove margins on all sides */

.no-margin {
  margin: 0 !important;
}
/* Remove padding on all sides */

.no-padding {
  padding: 0 !important;
}
.mg-top-0 {
  margin-top: 0 !important;
}
.mg-top-5 {
  margin-top: 5px !important;
}
.mg-top-10 {
  margin-top: 10px !important;
}
.mg-top-15 {
  margin-top: 15px !important;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px !important;
}
.mg-right-0 {
  margin-right: 0px !important;
}
.mg-right-5 {
  margin-right: 5px !important;
}
.mg-right-10 {
  margin-right: 10px !important;
}
.mg-right-15 {
  margin-right: 15px !important;
}
.mg-right-20 {
  margin-right: 20px !important;
}
.mg-right-25 {
  margin-right: 25px !important;
}
.mg-right-30 {
  margin-right: 30px !important;
}
.mg-bottom-0 {
  margin-bottom: 0px !important;
}
.mg-bottom-5 {
  margin-bottom: 5px !important;
}
.mg-bottom-10 {
  margin-bottom: 10px !important;
}
.mg-bottom-15 {
  margin-bottom: 15px !important;
}
.mg-bottom-20 {
  margin-bottom: 20px !important;
}
.mg-bottom-25 {
  margin-bottom: 25px !important;
}
.mg-bottom-30 {
  margin-bottom: 30px !important;
}
.mg-left-0 {
  margin-left: 0px !important;
}
.mg-left-5 {
  margin-left: 5px !important;
}
.mg-left-10 {
  margin-left: 10px !important;
}
.mg-left-15 {
  margin-left: 15px !important;
}
.mg-left-20 {
  margin-left: 20px !important;
}
.mg-left-25 {
  margin-left: 25px !important;
}
.mg-left-30 {
  margin-left: 30px !important;
}
.pd-top-0 {
  padding-top: 0px !important;
}
.pd-top-5 {
  padding-top: 5px !important;
}
.pd-top-10 {
  padding-top: 10px !important;
}
.pd-top-15 {
  padding-top: 15px !important;
}
.pd-top-20 {
  padding-top: 20px !important;
}
.pd-top-25 {
  padding-top: 25px !important;
}
.pd-top-30 {
  padding-top: 30px !important;
}
.pd-right-0 {
  padding-right: 0px !important;
}
.pd-right-5 {
  padding-right: 5px !important;
}
.pd-right-10 {
  padding-right: 10px !important;
}
.pd-right-15 {
  padding-right: 15px !important;
}
.pd-right-20 {
  padding-right: 20px !important;
}
.pd-right-25 {
  padding-right: 25px !important;
}
.pd-right-30 {
  padding-right: 30px !important;
}
.pd-bottom-0 {
  padding-bottom: 0px !important;
}
.pd-bottom-5 {
  padding-bottom: 5px !important;
}
.pd-bottom-10 {
  padding-bottom: 10px !important;
}
.pd-bottom-15 {
  padding-bottom: 15px !important;
}
.pd-bottom-20 {
  padding-bottom: 20px !important;
}
.pd-bottom-25 {
  padding-bottom: 25px !important;
}
.pd-bottom-30 {
  padding-bottom: 30px !important;
}
.pd-left-0 {
  padding-left: 0px !important;
}
.pd-left-5 {
  padding-left: 5px !important;
}
.pd-left-10 {
  padding-left: 10px !important;
}
.pd-left-15 {
  padding-left: 15px !important;
}
.pd-left-20 {
  padding-left: 20px !important;
}
.pd-left-25 {
  padding-left: 25px !important;
}
.pd-left-30 {
  padding-left: 30px !important;
}
.mg-all-5 {
  margin: 5px !important;
}
.mg-all-10 {
  margin: 10px !important;
}
.mg-all-15 {
  margin: 15px !important;
}
.mg-all-20 {
  margin: 20px !important;
}
.mg-all-25 {
  margin: 25px !important;
}
.mg-all-30 {
  margin: 30px !important;
}
.pd-all-5 {
  padding: 5px !important;
}
.pd-all-10 {
  padding: 10px !important;
}
.pd-all-15 {
  padding: 15px !important;
}
.pd-all-20 {
  padding: 20px !important;
}
.pd-all-25 {
  padding: 25px !important;
}
.pd-all-30 {
  padding: 30px !important;
}
.no-border {
  border: none !important;
}
.no-border-radius {
  border-radius: 0 !important;
}
width-100 {
  width: 100% !important;
}
/* Responsive Text Aligning */

@media (min-width: 1200px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  /* Element Padding and Margins specific for Mobile View */
  
  /* Remove margins on all sides */
  
  .no-margin-md {
    margin: 0 !important;
  }
  /* Remove padding on all sides */
  
  .no-padding-md {
    padding: 0 !important;
  }
  .mg-top-md-0 {
    margin-top: 0 !important;
  }
  .mg-top-md-5 {
    margin-top: 5px !important;
  }
  .mg-top-md-10 {
    margin-top: 10px !important;
  }
  .mg-top-md-15 {
    margin-top: 15px !important;
  }
  .mg-top-md-20 {
    margin-top: 20px !important;
  }
  .mg-top-md-25 {
    margin-top: 25px !important;
  }
  .mg-top-md-30 {
    margin-top: 30px !important;
  }
  .mg-right-md-0 {
    margin-right: 0px !important;
  }
  .mg-right-md-5 {
    margin-right: 5px !important;
  }
  .mg-right-md-10 {
    margin-right: 10px !important;
  }
  .mg-right-md-15 {
    margin-right: 15px !important;
  }
  .mg-right-md-20 {
    margin-right: 20px !important;
  }
  .mg-right-md-25 {
    margin-right: 25px !important;
  }
  .mg-right-md-30 {
    margin-right: 30px !important;
  }
  .mg-bottom-md-0 {
    margin-bottom: 0px !important;
  }
  .mg-bottom-md-5 {
    margin-bottom: 5px !important;
  }
  .mg-bottom-md-10 {
    margin-bottom: 10px !important;
  }
  .mg-bottom-md-15 {
    margin-bottom: 15px !important;
  }
  .mg-bottom-md-20 {
    margin-bottom: 20px !important;
  }
  .mg-bottom-md-25 {
    margin-bottom: 25px !important;
  }
  .mg-bottom-md-30 {
    margin-bottom: 30px !important;
  }
  .mg-left-md-0 {
    margin-left: 0px !important;
  }
  .mg-left-md-5 {
    margin-left: 5px !important;
  }
  .mg-left-md-10 {
    margin-left: 10px !important;
  }
  .mg-left-md-15 {
    margin-left: 15px !important;
  }
  .mg-left-md-20 {
    margin-left: 20px !important;
  }
  .mg-left-md-25 {
    margin-left: 25px !important;
  }
  .mg-left-md-30 {
    margin-left: 30px !important;
  }
  .pd-top-md-0 {
    padding-top: 0px !important;
  }
  .pd-top-md-5 {
    padding-top: 5px !important;
  }
  .pd-top-md-10 {
    padding-top: 10px !important;
  }
  .pd-top-md-15 {
    padding-top: 15px !important;
  }
  .pd-top-md-20 {
    padding-top: 20px !important;
  }
  .pd-top-md-25 {
    padding-top: 25px !important;
  }
  .pd-top-md-30 {
    padding-top: 30px !important;
  }
  .pd-right-md-0 {
    padding-right: 0px !important;
  }
  .pd-right-md-5 {
    padding-right: 5px !important;
  }
  .pd-right-md-10 {
    padding-right: 10px !important;
  }
  .pd-right-md-15 {
    padding-right: 15px !important;
  }
  .pd-right-md-20 {
    padding-right: 20px !important;
  }
  .pd-right-md-25 {
    padding-right: 25px !important;
  }
  .pd-right-md-30 {
    padding-right: 30px !important;
  }
  .pd-bottom-md-0 {
    padding-bottom: 0px !important;
  }
  .pd-bottom-md-5 {
    padding-bottom: 5px !important;
  }
  .pd-bottom-md-10 {
    padding-bottom: 10px !important;
  }
  .pd-bottom-md-15 {
    padding-bottom: 15px !important;
  }
  .pd-bottom-md-20 {
    padding-bottom: 20px !important;
  }
  .pd-bottom-md-25 {
    padding-bottom: 25px !important;
  }
  .pd-bottom-md-30 {
    padding-bottom: 30px !important;
  }
  .pd-left-md-0 {
    padding-left: 0px !important;
  }
  .pd-left-md-5 {
    padding-left: 5px !important;
  }
  .pd-left-md-10 {
    padding-left: 10px !important;
  }
  .pd-left-md-15 {
    padding-left: 15px !important;
  }
  .pd-left-md-20 {
    padding-left: 20px !important;
  }
  .pd-left-md-25 {
    padding-left: 25px !important;
  }
  .pd-left-md-30 {
    padding-left: 30px !important;
  }
  .mg-all-md-5 {
    margin: 5px !important;
  }
  .mg-all-md-10 {
    margin: 10px !important;
  }
  .mg-all-md-15 {
    margin: 15px !important;
  }
  .mg-all-md-20 {
    margin: 20px !important;
  }
  .mg-all-md-25 {
    margin: 25px !important;
  }
  .mg-all-md-30 {
    margin: 30px !important;
  }
  .pd-all-md-5 {
    padding: 5px !important;
  }
  .pd-all-md-10 {
    padding: 10px !important;
  }
  .pd-all-md-15 {
    padding: 15px !important;
  }
  .pd-all-md-20 {
    padding: 20px !important;
  }
  .pd-all-md-25 {
    padding: 25px !important;
  }
  .pd-all-md-30 {
    padding: 30px !important;
  }
  .no-border-md {
    border: none !important;
  }
}
@media (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  /* Element Padding and Margins specific for Mobile View */
  
  /* Remove margins on all sides */
  
  .no-margin-sm {
    margin: 0 !important;
  }
  /* Remove padding on all sides */
  
  .no-padding-sm {
    padding: 0 !important;
  }
  .mg-top-sm-0 {
    margin-top: 0 !important;
  }
  .mg-top-sm-5 {
    margin-top: 5px !important;
  }
  .mg-top-sm-10 {
    margin-top: 10px !important;
  }
  .mg-top-sm-15 {
    margin-top: 15px !important;
  }
  .mg-top-sm-20 {
    margin-top: 20px !important;
  }
  .mg-top-sm-25 {
    margin-top: 25px !important;
  }
  .mg-top-sm-30 {
    margin-top: 30px !important;
  }
  .mg-right-sm-0 {
    margin-right: 0px !important;
  }
  .mg-right-sm-5 {
    margin-right: 5px !important;
  }
  .mg-right-sm-10 {
    margin-right: 10px !important;
  }
  .mg-right-sm-15 {
    margin-right: 15px !important;
  }
  .mg-right-sm-20 {
    margin-right: 20px !important;
  }
  .mg-right-sm-25 {
    margin-right: 25px !important;
  }
  .mg-right-sm-30 {
    margin-right: 30px !important;
  }
  .mg-bottom-sm-0 {
    margin-bottom: 0px !important;
  }
  .mg-bottom-sm-5 {
    margin-bottom: 5px !important;
  }
  .mg-bottom-sm-10 {
    margin-bottom: 10px !important;
  }
  .mg-bottom-sm-15 {
    margin-bottom: 15px !important;
  }
  .mg-bottom-sm-20 {
    margin-bottom: 20px !important;
  }
  .mg-bottom-sm-25 {
    margin-bottom: 25px !important;
  }
  .mg-bottom-sm-30 {
    margin-bottom: 30px !important;
  }
  .mg-left-sm-0 {
    margin-left: 0px !important;
  }
  .mg-left-sm-5 {
    margin-left: 5px !important;
  }
  .mg-left-sm-10 {
    margin-left: 10px !important;
  }
  .mg-left-sm-15 {
    margin-left: 15px !important;
  }
  .mg-left-sm-20 {
    margin-left: 20px !important;
  }
  .mg-left-sm-25 {
    margin-left: 25px !important;
  }
  .mg-left-sm-30 {
    margin-left: 30px !important;
  }
  .pd-top-sm-0 {
    padding-top: 0px !important;
  }
  .pd-top-sm-5 {
    padding-top: 5px !important;
  }
  .pd-top-sm-10 {
    padding-top: 10px !important;
  }
  .pd-top-sm-15 {
    padding-top: 15px !important;
  }
  .pd-top-sm-20 {
    padding-top: 20px !important;
  }
  .pd-top-sm-25 {
    padding-top: 25px !important;
  }
  .pd-top-sm-30 {
    padding-top: 30px !important;
  }
  .pd-right-sm-0 {
    padding-right: 0px !important;
  }
  .pd-right-sm-5 {
    padding-right: 5px !important;
  }
  .pd-right-sm-10 {
    padding-right: 10px !important;
  }
  .pd-right-sm-15 {
    padding-right: 15px !important;
  }
  .pd-right-sm-20 {
    padding-right: 20px !important;
  }
  .pd-right-sm-25 {
    padding-right: 25px !important;
  }
  .pd-right-sm-30 {
    padding-right: 30px !important;
  }
  .pd-bottom-sm-0 {
    padding-bottom: 0px !important;
  }
  .pd-bottom-sm-5 {
    padding-bottom: 5px !important;
  }
  .pd-bottom-sm-10 {
    padding-bottom: 10px !important;
  }
  .pd-bottom-sm-15 {
    padding-bottom: 15px !important;
  }
  .pd-bottom-sm-20 {
    padding-bottom: 20px !important;
  }
  .pd-bottom-sm-25 {
    padding-bottom: 25px !important;
  }
  .pd-bottom-sm-30 {
    padding-bottom: 30px !important;
  }
  .pd-left-sm-0 {
    padding-left: 0px !important;
  }
  .pd-left-sm-5 {
    padding-left: 5px !important;
  }
  .pd-left-sm-10 {
    padding-left: 10px !important;
  }
  .pd-left-sm-15 {
    padding-left: 15px !important;
  }
  .pd-left-sm-20 {
    padding-left: 20px !important;
  }
  .pd-left-sm-25 {
    padding-left: 25px !important;
  }
  .pd-left-sm-30 {
    padding-left: 30px !important;
  }
  .mg-all-sm-5 {
    margin: 5px !important;
  }
  .mg-all-sm-10 {
    margin: 10px !important;
  }
  .mg-all-sm-15 {
    margin: 15px !important;
  }
  .mg-all-sm-20 {
    margin: 20px !important;
  }
  .mg-all-sm-25 {
    margin: 25px !important;
  }
  .mg-all-sm-30 {
    margin: 30px !important;
  }
  .pd-all-sm-0 {
    padding: 0px !important;
  }
  .pd-all-sm-5 {
    padding: 5px !important;
  }
  .pd-all-sm-10 {
    padding: 10px !important;
  }
  .pd-all-sm-15 {
    padding: 15px !important;
  }
  .pd-all-sm-20 {
    padding: 20px !important;
  }
  .pd-all-sm-25 {
    padding: 25px !important;
  }
  .pd-all-sm-30 {
    padding: 30px !important;
  }
  .no-border-sm {
    border: none !important;
  }
}
@media (max-width: 767px) {
  .xs-width-100 {
    width: 100% !important;
  }
  .xs-block {
    display: block;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  /* Element Padding and Margins specific for Mobile View */
  
  /* Remove margins on all sides */
  
  .no-margin-xs {
    margin: 0 !important;
  }
  /* Remove padding on all sides */
  
  .no-padding-xs {
    padding: 0 !important;
  }
  .mg-top-xs-0 {
    margin-top: 0 !important;
  }
  .mg-top-xs-5 {
    margin-top: 5px !important;
  }
  .mg-top-xs-10 {
    margin-top: 10px !important;
  }
  .mg-top-xs-15 {
    margin-top: 15px !important;
  }
  .mg-top-xs-20 {
    margin-top: 20px !important;
  }
  .mg-top-xs-25 {
    margin-top: 25px !important;
  }
  .mg-top-xs-30 {
    margin-top: 30px !important;
  }
  .mg-right-xs-0 {
    margin-right: 0px !important;
  }
  .mg-right-xs-5 {
    margin-right: 5px !important;
  }
  .mg-right-xs-10 {
    margin-right: 10px !important;
  }
  .mg-right-xs-15 {
    margin-right: 15px !important;
  }
  .mg-right-xs-20 {
    margin-right: 20px !important;
  }
  .mg-right-xs-25 {
    margin-right: 25px !important;
  }
  .mg-right-xs-30 {
    margin-right: 30px !important;
  }
  .mg-bottom-xs-0 {
    margin-bottom: 0px !important;
  }
  .mg-bottom-xs-5 {
    margin-bottom: 5px !important;
  }
  .mg-bottom-xs-10 {
    margin-bottom: 10px !important;
  }
  .mg-bottom-xs-15 {
    margin-bottom: 15px !important;
  }
  .mg-bottom-xs-20 {
    margin-bottom: 20px !important;
  }
  .mg-bottom-xs-25 {
    margin-bottom: 25px !important;
  }
  .mg-bottom-xs-30 {
    margin-bottom: 30px !important;
  }
  .mg-left-xs-0 {
    margin-left: 0px !important;
  }
  .mg-left-xs-5 {
    margin-left: 5px !important;
  }
  .mg-left-xs-10 {
    margin-left: 10px !important;
  }
  .mg-left-xs-15 {
    margin-left: 15px !important;
  }
  .mg-left-xs-20 {
    margin-left: 20px !important;
  }
  .mg-left-xs-25 {
    margin-left: 25px !important;
  }
  .mg-left-xs-30 {
    margin-left: 30px !important;
  }
  .pd-top-xs-0 {
    padding-top: 0px !important;
  }
  .pd-top-xs-5 {
    padding-top: 5px !important;
  }
  .pd-top-xs-10 {
    padding-top: 10px !important;
  }
  .pd-top-xs-15 {
    padding-top: 15px !important;
  }
  .pd-top-xs-20 {
    padding-top: 20px !important;
  }
  .pd-top-xs-25 {
    padding-top: 25px !important;
  }
  .pd-top-xs-30 {
    padding-top: 30px !important;
  }
  .pd-right-xs-0 {
    padding-right: 0px !important;
  }
  .pd-right-xs-5 {
    padding-right: 5px !important;
  }
  .pd-right-xs-10 {
    padding-right: 10px !important;
  }
  .pd-right-xs-15 {
    padding-right: 15px !important;
  }
  .pd-right-xs-20 {
    padding-right: 20px !important;
  }
  .pd-right-xs-25 {
    padding-right: 25px !important;
  }
  .pd-right-xs-30 {
    padding-right: 30px !important;
  }
  .pd-bottom-xs-0 {
    padding-bottom: 0px !important;
  }
  .pd-bottom-xs-5 {
    padding-bottom: 5px !important;
  }
  .pd-bottom-xs-10 {
    padding-bottom: 10px !important;
  }
  .pd-bottom-xs-15 {
    padding-bottom: 15px !important;
  }
  .pd-bottom-xs-20 {
    padding-bottom: 20px !important;
  }
  .pd-bottom-xs-25 {
    padding-bottom: 25px !important;
  }
  .pd-bottom-xs-30 {
    padding-bottom: 30px !important;
  }
  .pd-left-xs-0 {
    padding-left: 0px !important;
  }
  .pd-left-xs-5 {
    padding-left: 5px !important;
  }
  .pd-left-xs-10 {
    padding-left: 10px !important;
  }
  .pd-left-xs-15 {
    padding-left: 15px !important;
  }
  .pd-left-xs-20 {
    padding-left: 20px !important;
  }
  .pd-left-xs-25 {
    padding-left: 25px !important;
  }
  .pd-left-xs-30 {
    padding-left: 30px !important;
  }
  .mg-all-xs-5 {
    margin: 5px !important;
  }
  .mg-all-xs-10 {
    margin: 10px !important;
  }
  .mg-all-xs-15 {
    margin: 15px !important;
  }
  .mg-all-xs-20 {
    margin: 20px !important;
  }
  .mg-all-xs-25 {
    margin: 25px !important;
  }
  .mg-all-xs-30 {
    margin: 30px !important;
  }
  .pd-all-xs-5 {
    padding: 5px !important;
  }
  .pd-all-xs-10 {
    padding: 10px !important;
  }
  .pd-all-xs-15 {
    padding: 15px !important;
  }
  .pd-all-xs-20 {
    padding: 20px !important;
  }
  .pd-all-xs-25 {
    padding: 25px !important;
  }
  .pd-all-xs-30 {
    padding: 30px !important;
  }
  .no-border-xs {
    border: none !important;
  }
}
/* Font Styles */

.font-primary {
  color: #D71440 !important;
}
.font-white {
  color: #FFF !important;
}
.font-family-bold {
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif !important;
}
.font-family-regular {
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif !important;
}
.capitalize {
  text-transform: capitalize;
}
.underline {
  text-decoration: underline;
}
/* Font Sizes */

.font-size-small {
  font-size: 14px;
}
.font-size-base {
  font-size: 16px;
}
.font-size-large {
  font-size: 20px;
}
.font-size-1x {
  font-size: 13px !important;
}
.font-size-2x {
  font-size: 16px !important;
}
.font-size-3x {
  font-size: 19px !important;
}
.font-size-4x {
  font-size: 22px !important;
}
.font-size-5x {
  font-size: 25px !important;
}
.font-size-lg {
  font-size: 150% !important;
}
.weight-bold {
  font-weight: bold !important;
}
/* Icon Styles */

.round {
  border-radius: 100%;
  padding: 10px;
}
.icon-sm {
  font-size: 50%;
}
.icon-md {
  font-size: 75%;
}
.icon-lg {
  font-size: 133%;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 200%;
}
.icon-3x {
  font-size: 300%;
}
.icon-4x {
  font-size: 400%;
}
.icon-5x {
  font-size: 500%;
}
.icon-6x {
  font-size: 600%;
}
/* Display Styles */

.fixed-table-layout {
  table-layout: fixed;
}
.relative {
  position: relative;
}
.clear-both {
  clear: both;
}
.visibility-hidden {
  visibility: hidden;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block !important;
}
.flex-vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-align-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.card {
  position: relative;
  border: 2px solid #E9EAEC;
  padding: 10px;
}
.card span.secondary-title {
  color: #E9EAEC;
}
.card .emphasis {
  font-size: 26px;
  color: #D71440;
}
.card > div:first-of-type {
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #F5F5F5;
  width: 40px;
  height: 40px;
  padding: 0;
  z-index: 2;
}
.card > div:first-of-type > i {
  position: relative;
  line-height: 40px;
}
.card > div:first-of-type:active {
  background-color: #59595b;
}
.card.edit-delete > div:nth-of-type(2) {
  position: absolute;
  top: 1px;
  right: 43px;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #F5F5F5;
  z-index: 2;
}
.card.edit-delete > div:nth-of-type(2) > i {
  position: relative;
  line-height: 40px;
}
.card.edit-delete > div:nth-of-type(2):active {
  background-color: #59595b;
}
html {
  height: 100%;
}
body {
  padding-top: 70px;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
  position: relative;
  min-height: 100%;
  /* To account for Footer */
  padding-bottom: 160px;
  background-color: #fff;
}
.container.main {
  margin-bottom: 40px;
}
.fontawesome-icon-list .fa-hover a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #222222;
  line-height: 32px;
}
.fa.ufe-icon {
  color: #333333;
}
.fa.ufe-icon.square {
  padding: 10px;
  background-color: #D71440;
  color: white;
}
.fa.ufe-icon.round {
  border-radius: 100%;
  padding: 10px;
  background-color: #D71440;
  color: white;
}
.calendar-date > .date {
  text-align: center;
  max-width: 50px;
  width: 22%;
  display: inline-block;
  border: 1px solid blue;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0px;
  padding-bottom: 2px;
  border-top: 5px solid #D71440;
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
}
.calendar-date > .date div:first-child {
  font-size: 17px;
  font-weight: bold;
  height: 20px;
}
.calendar-date > .date div {
  font-size: 13px;
  height: 15px;
  text-align: center;
}
.calendar-date .date:first-child {
  margin-right: 5px;
}
.calendar-date .date:last-child {
  margin-left: 5px;
}
.calendar-date .arrow {
  border: none;
  position: relative;
  width: 30%;
  max-width: none;
  display: inline-block;
}
.calendar-date .arrow:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #F5F5F5;
}
.calendar-date .arrow:after {
  content: "\25ba";
  position: absolute;
  top: -27px;
  left: 95%;
  color: #F5F5F5;
  font-size: 12px;
}
@media only screen and (max-width: 992px) {
  .calendar-date .arrow {
    width: 45%;
  }
  .calendar-date .arrow:after {
    left: 99%;
  }
  .calendar-date .arrow {
    width: 38%;
  }
  .calendar-date .date {
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .calendar-date .arrow {
    width: 34%;
  }
  .calendar-date .date {
    width: 25%;
    padding-left: 1px;
    padding-right: 1px;
  }
}
@media only screen and (max-width: 480px) {
  .calendar-date .arrow {
    width: 35%;
  }
  .calendar-date .arrow:after {
    left: 94.5%;
  }
  .calendar-date .date {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.icon-list-item {
  margin-bottom: 15px;
  position: relative;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.icon-list-item .icon-list-icon {
  display: block;
  color: #D71440;
}
.icon-list-item .icon-list-icon:before {
  position: absolute;
  top: 4px;
}
.icon-list-item .icon-list-text {
  display: block;
  padding-left: 20px;
  margin-top: 0;
  color: #333333;
}
.icon-list-item .icon-list-text *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.icon-list-item .icon-lg:before {
  top: auto;
}
.icon-list-item .icon-lg ~ .icon-list-text {
  padding-left: 30px;
}
.scrollable-container {
  overflow-y: scroll;
  height: 300px;
  border: 1px solid #333333;
  border-radius: 0;
  padding: 7px;
  font-size: 14px;
}
/* FOR UX.StyleGuide ONLY */

.disc-sg h1.title,
.disc-sg h2.title,
.disc-sg h3.title,
.disc-sg h4.title,
.disc-sg h5.title,
.disc-sg h6.title,
.disc-sg p.text,
.disc-sg ul.list {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.disc-sg .example-tabs > ul {
  border-bottom: none;
}
.disc-sg .example-tabs > ul li.active > a {
  background-color: white;
}
.disc-sg .example-tabs > ul a {
  border: none !important;
}
.disc-sg h1.title {
  font-size: 36px;
  font-weight: bold;
}
.disc-sg h2.title {
  font-size: 28px;
}
.disc-sg h3.title {
  font-size: 24px;
}
.disc-sg .example {
  padding: 40px 20px 20px 20px;
  position: relative;
  background-color: #fff;
}
.disc-sg .example .container {
  width: auto;
}
.disc-sg .example button.btn.show-code {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
}
.disc-sg .example button.btn.show-compatibility-table {
  position: absolute;
  top: 0;
  right: 68px;
  font-size: 18px;
}
.disc-sg .example.code {
  border-top: 0 none;
  margin: 0 0 0 0;
}
.disc-sg .example.compatibility-table {
  margin-bottom: 30px;
}
.disc-sg .example.code .copy-code {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  background: #BBB;
  color: #FFF;
  padding: 3px 6px;
  text-transform: uppercase;
}
.disc-sg pre {
  margin: 0 !important;
  max-height: 260px;
}
.disc-sg pre::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}
.disc-sg pre::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(100, 100, 10, 0.3);
}
.disc-sg pre::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid darkgrey;
}
.disc-sg pre.prettyprint {
  padding: 6px;
  border: 1px solid #E9EAEC;
}
.disc-sg hr {
  border-top: 1px solid #59595b;
}
.disc-sg .swatch-list li {
  display: inline-block;
  margin: 0 0 20px 0;
  min-width: 140px;
}
.disc-sg .swatch-list li .swatch {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.disc-sg .swatch-list li .swatch.brand-primary {
  background: #D71440;
}
.disc-sg .swatch-list li .swatch.brand-secondary {
  background: #333333;
}
.disc-sg .swatch-list li .swatch.brand-success {
  background: #56830E;
}
.disc-sg .swatch-list li .swatch.brand-info {
  background: #40b3d9;
}
.disc-sg .swatch-list li .swatch.brand-warning {
  background: #ffb21a;
}
.disc-sg .swatch-list li .swatch.brand-danger {
  background: #D71440;
}
.disc-sg .swatch-list li .swatch.gray-darker {
  background: #2a2a2a;
}
.disc-sg .swatch-list li .swatch.gray-dark {
  background: #333333;
}
.disc-sg .swatch-list li .swatch.gray {
  background: #59595b;
}
.disc-sg .swatch-list li .swatch.gray-light {
  background: #E9EAEC;
}
.disc-sg .swatch-list li .swatch.gray-lighter {
  background: #F5F5F5;
}
.disc-sg .swatch-list li p {
  margin: 0;
}
.disc-sg .right-nav {
  margin-top: 120px;
}
.disc-sg .right-nav ul li a {
  font-size: 16px;
}
.disc-sg .right-nav nav {
  font-size: 14px;
}
.disc-sg .right-nav nav.affix {
  position: fixed;
  top: 100px;
}
.disc-sg .nav.side-nav > li > ul {
  display: none;
}
.disc-sg .nav.side-nav > li.active > a {
  border-left: 2px solid #D71440;
  font-weight: bold;
}
.disc-sg .nav.side-nav > li.active > ul.components-nav {
  display: block;
}
.disc-sg .nav.side-nav > li.active > ul.components-nav li {
  padding-left: 15px;
}
.disc-sg .nav.side-nav > li.active > ul.components-nav li.active {
  border-left: 1px solid #D71440;
  font-weight: bold;
}
.disc-sg .nav.side-nav > li.active > ul {
  display: block;
}
.disc-sg .nav.side-nav > li:hover {
  background: transparent;
}
.disc-sg .nav.side-nav > li a {
  padding: 4px 8px 4px 12px;
}
.disc-sg .right-nav ul li a {
  padding: 4px 8px 4px 0;
}
.disc-sg .right-nav ul li a:hover {
  background: transparent;
}
.dropdown-menu .form-group .toggle-group > div {
  width: 100%;
}
.dropdown-menu .form-group .toggle-group > div span {
  border: none;
  border-radius: 0 !important;
}
/* /FOR UX.StyleGuide ONLY
*/

.btn.btn-primary,
.btn.btn-secondary {
  text-transform: uppercase;
  border-width: 0;
}
.btn:hover,
.btn:active {
  text-decoration: underline;
}
.btn.btn-primary:hover,
.btn.btn-primary:active {
  background-color: #a81032;
  text-decoration: none;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:active {
  background-color: #000000;
  text-decoration: none;
}
.btn.arrow-right:after {
  content: "\e904";
  font-family: 'icon-poms';
  margin-left: 8px;
  display: inline-block;
}
.btn.arrow-left:before {
  content: "\e903";
  font-family: 'icon-poms';
  margin-right: 8px;
  display: inline-block;
}
.arrow-left-black {
  color: black !important;
  text-decoration: underline;
}
.arrow-left-black:hover {
  color: black;
  text-decoration: underline;
}
#policycontactdetails-cancel {
  padding-left: 0px !important;
  position: relative;
  left: -23px;
}
@media (max-width: 991px) {
  #policycontactdetails-cancel {
    position: relative;
    top: 130px;
    left: -10px;
  }
}
.arrow-left-black:hover {
  color: black;
  text-decoration: underline;
}
#policycontactdetails-cancel {
  padding-left: 0px !important;
  position: relative;
  left: -23px;
}
@media (max-width: 991px) {
  #policycontactdetails-cancel {
    position: relative;
    top: 130px;
    left: -10px;
  }
}
.btn.arrow-left-black:before {
  content: "\e903";
  font-family: 'icon-poms';
  margin-right: 8px;
  display: inline-block;
  color: red;
}
.btn.arrow-up:after {
  content: "\e905";
  font-family: 'icon-poms';
  margin-left: 8px;
  display: inline-block;
}
.btn.arrow-down:after {
  content: "\e902";
  font-family: 'icon-poms';
  margin-left: 8px;
  display: inline-block;
}
.btn.btn-link span.icon {
  padding-left: 5px;
}
.btn.btn-lg.arrow-right:after,
.btn.btn-lg.arrow-left:before {
  font-size: 16px;
}
.btn.btn-lg.arrow-up:after,
.btn.btn-lg.arrow-down:after {
  font-size: 14px;
}
.btn.arrow-right:after,
.btn.arrow-left:before,
.btn.arrow-up:after,
.btn.arrow-down:after {
  font-size: 13px;
}
.btn.arrow-right:after:hover,
.btn.arrow-left:before:hover,
.btn.arrow-up:after:hover,
.btn.arrow-down:after:hover {
  text-decoration: none;
}
.btn.btn-sm.arrow-up:after,
.btn.btn-sm.arrow-down:after,
.btn.btn-xs.arrow-up:after,
.btn.btn-xs.arrow-down:after,
.btn.btn-sm.arrow-right:after,
.btn.btn-sm.arrow-left:before,
.btn.btn-xs.arrow-right:after,
.btn.btn-xs.arrow-left:before {
  font-size: 10px;
}
.btn.btn-link.btn-lg span.icon {
  font-size: 15px;
}
.btn.welcome-page-btn {
  min-width: 280px;
}
.btn.account-page-btn {
  min-width: 320px;
  min-height: 50px;
  border-radius: 100px;
  padding: 14px 16px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif !important;
  text-transform: none !important;
}
.btn.contact-page-btn {
  min-width: 200px;
  min-height: 50px;
  border-radius: 100px;
  padding: 14px 16px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif !important;
  text-transform: none !important;
}
.btn.knockout-page-btn {
  min-width: 280px;
  border-radius: 100px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif !important;
  height: 50px;
  text-transform: none !important;
}
@media (max-width: 991px) {
  .btn.knockout-page-btn {
    flex-direction: row;
    padding-left: 0px;
    min-width: 300px;
    margin-bottom: 20px;
    text-transform: none !important;
  }
}
.btn-tick-button-primary {
  width: 280px;
  height: 50px;
  border-radius: 100px;
}
.btn.message-account-btn {
  min-width: 132px;
  height: 50px;
  border-radius: 100px;
  padding: 11px 21px !important;
  text-transform: none;
  font-size: 18px;
}
.btn.text-wrap {
  max-width: 150px;
  white-space: normal;
}
.btn-font-17 {
  font-size: 17px;
}
.btn-font-18 {
  font-size: 18px;
}
.btn2--back {
  font-weight: bold;
}
.btn2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background: #D00F39;
  border: none;
  border-radius: 100px;
  outline: none;
  cursor: pointer;
  padding: 0 25px;
  color: #FFF !important;
  font-size: 18px;
  line-height: 23px;
}
.btn2 span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.btn2--back {
  background-color: transparent;
  padding: 0;
}
.btn2--back span {
  color: #333333;
  font-size: 18px;
  line-height: 18px;
  text-decoration: underline;
}
.btn2--back span:before {
  display: inline-block;
  width: 8px;
  height: 17px;
  content: '';
  background: url('files/new/icon-arrow-left.svg') center top no-repeat;
  position: relative;
  margin-right: 10px;
  top: 3px;
}
.btn2--forward:hover {
  color: #FFF;
  text-decoration: none;
}
.btn2--forward span:after {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: '';
  background: url('files/new/icon-arrow-check2.svg') center top no-repeat;
  position: relative;
  margin-left: 10px;
  top: 3px;
}
.btn2--link {
  background-color: transparent;
  padding: 0;
  height: 24px;
}
.btn2--link span {
  color: #D00F39;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.btn2--link-addnl-covers {
  background-color: transparent;
  padding: 0;
}
.btn2--link-addnl-covers span {
  color: #D00F39;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.btn2--outlined {
  background-color: transparent;
  border: 1px solid #333333;
  border-radius: 100px;
}
.btn2--outlined:hover {
  text-decoration: none;
}
.btn2--outlined span {
  color: #333333;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
}
.btn2--document span:after {
  display: inline-block;
  width: 13px;
  height: 17px;
  content: '';
  background: url('files/new/icon-document2.svg') center top no-repeat;
  position: relative;
  margin-left: 10px;
  top: 3px;
}
.btn2--savePassword {
  font-size: 24px;
  width: 100%;
}
.btn2--continueGuest {
  color: #333333;
  background-color: transparent;
  border: 1px solid #333333;
  border-radius: 100px;
  font-size: 18px;
}
.btn.arrow-right.btn2--savePassword:after {
  font-size: 22px;
  font-weight: 400;
  margin-left: 10px;
}
.another-traveller {
  background-color: white;
  color: black;
  border: 1px solid #333333;
  border-radius: 100px;
  padding: 10px 45px 10px 45px;
  font-weight: 700;
  font-size: 18px;
  font-family: "ProbaPro-Regular";
}
.another-traveller:hover {
  background-color: black;
  text-decoration: none;
  color: white;
}
.save-quote-button {
  background: #D00F39;
  border-radius: 100px;
  color: white;
  font-size: 18px;
  display: block;
  width: 100%;
}
.cancel-quote-button {
  background: white;
  border-radius: 100px;
  border: 1px solid black;
  color: black;
  font-size: 18px;
  display: block;
  width: 100%;
}
#divSaveQuoteButtons .cancel-quote-button:hover {
  color: black;
}
#divLogoutButton .cancel-quote-button:hover {
  color: black;
  text-decoration: none;
}
@media (max-width: 991px) {
  .session-expire-button-container {
    display: flex;
    flex-direction: column;
  }
}
.session-expire-button {
  width: 280px;
  color: white;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  background: #d00f39;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}
.session-expire-button a {
  color: white;
  padding-right: 10px;
  font-family: "ProbaPro-Regular";
  font-weight: 700;
}
@media (max-width: 991px) {
  .session-expire-button {
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
#eligibility-section.egibility-criteria-buttons.radio-group.control-label {
  display: none;
}
#test .who-to-cover-container {
  display: flex;
  flex-direction: row-reverse;
}
#sameaddress {
  background-color: #F3F3F3;
  border-radius: 5px;
}
.partner-coverage-cont {
  background-color: #F3F3F3;
  border-radius: 5px;
  transition: background-color 0.9s linear;
  padding: 15px;
}
.who-to-cover-container {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.who-to-cover-container .who-to-cover-style {
  border: 1px solid #C1C1C1;
  border-radius: 25px;
  font-size: 16px;
  align-items: center;
  flex: 1;
}
.who-to-cover-container .who-to-cover-style span {
  font-family: "ProbaPro-Regular";
}
.who-to-cover-container .who-to-cover-style input {
  margin-right: 15px;
}
.who-to-cover-container .who-to-cover-style input#Policies_0__CoverType-COU[type="radio"]:checked ~ span {
  font-size: 14px;
}
@media (max-width: 767px) {
  .who-to-cover-container .who-to-cover-style input#Policies_0__CoverType-COU[type="radio"]:checked ~ span {
    font-size: 16px;
  }
}
.who-to-cover-container .who-to-cover-style input#Policies_0__CoverType-COU[type="radio"]:checked ~ span:after {
  left: auto;
}
@media (max-width: 767px) {
  .who-to-cover-container .who-to-cover-style input#Policies_0__CoverType-COU[type="radio"]:checked ~ span:after {
    left: 75%;
  }
}
.who-to-cover-container .who-to-cover-style:hover {
  background-color: black;
  color: white;
}
.who-to-cover-container .radio-on-check {
  background-color: black;
  color: white;
  border: 1px solid black;
  font-weight: bold;
}
.who-to-cover-container .radio-on-check input[type="radio"]:checked ~ span:after {
  background: black;
}
@media (max-width: 767px) {
  .who-to-cover-container {
    flex-direction: column-reverse;
  }
}
#Policies_0__Destination.who-to-cover-container {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #Policies_0__Destination.who-to-cover-container {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  #Policies_0__CoverType.who-to-cover-container {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .who-to-cover-container-mta {
    display: flex;
    flex-direction: row !important;
  }
}
.same-addres-margin {
  margin-left: 50px;
}
@media (max-width: 767px) {
  #eur ~ .radio-group .who-to-cover-container {
    display: flex;
    flex-direction: row;
  }
  #eur ~ .radio-group .who-to-cover-container label {
    display: block;
    width: 50%;
  }
}
.dependant-container-style {
  background-color: #F3F3F3;
  border-radius: 5px;
  margin-left: 15px;
  display: block;
  width: 95%;
}
@media (max-width: 767px) {
  .dependant-container-style {
    display: flex;
    flex-direction: row;
  }
}
.dependant-container-style dependant-title-container {
  padding-right: 0px;
}
@media (max-width: 767px) {
  .dependant-container-style .label-style {
    margin-right: 30px;
  }
}
.dependant-container-style .alignment-row {
  padding-left: 5px;
  margin-left: 5px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .dependant-container-style .alignment-row {
    padding-left: 0px;
    display: flex;
    flex-direction: row;
  }
}
.dependant-container-style .alignment-row label {
  font-size: 18px;
}
@media (max-width: 767px) {
  .dependant-container-style .alignment-row label {
    margin-right: 30px;
    font-size: 16px;
  }
}
.dependant-container-style .alignment-row .svg-tooltip-icon {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .dependant-container-style .alignment-row .svg-tooltip-icon {
    float: right;
  }
}
.dependant-container-style .radio-row {
  padding-left: 25px;
  margin-left: 25px;
}
.dependant-container-style .radio-row .label-style {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .dependant-container-style .radio-row {
    display: flex;
    flex-direction: row;
    padding-left: 20px;
    margin-left: 20px;
  }
}
.dependant-container-style .radio-group .radios {
  font-weight: 400;
  font-size: 18px;
  font-family: "ProbaPro-Regular";
}
.radio-group .radios input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.radio-group .radio {
  margin: 24px 0 0;
}
.radio-group .radio input[type="radio"] ~ span {
  display: inline-block;
  height: 25px;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
}
.radio-group .radio input[type="radio"] ~ span:before {
  width: 25px;
  height: 25px;
  background-color: transparent;
  vertical-align: top;
}
.radio-group .radio input[type="radio"] ~ span:after {
  width: 19px;
  height: 19px;
  background-color: transparent;
  top: 3px;
  left: 3px;
}
.radio-group .block-option {
  background-color: #FFFFFF;
  font-size: 20px;
  color: #333333;
  border: 1px solid #C1C1C1;
  box-sizing: border-box;
  border-radius: 25px;
}
.radio-group .small-screen {
  font-size: 14px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: left;
  border-radius: 10px;
  font-weight: normal;
  padding-left: 10px;
}
.radio-group .select-options {
  background-color: #ffffff;
  font-size: 20px;
  color: #333333;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .radio-group .select-options {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .radio-group .select-options {
    border-radius: 10px;
  }
  .radio-group .select-options .icon-text span {
    padding-left: 15px;
    padding-right: 30px;
  }
}
.radio-group .select-options .icon-text:hover {
  background-color: black;
  color: white;
  border: 1px solid black;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .radio-group .select-options .icon-text:hover {
    border-radius: 10px;
  }
}
.radio-group.select-options-group .row {
  margin-left: -5px;
  margin-right: -5px;
}
.radio-group.select-options-group .row [class*=' col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.radio-group .select-options-container {
  flex-direction: row;
  display: flex;
  box-sizing: border-box;
  padding-bottom: 0px;
}
.radio-group .select-options-container .equal-width {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.radio-group .select-options-container .equal-width:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .radio-group .select-options-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .radio-group .select-options-container .icon-text {
    font-size: 14px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: left;
    border-radius: 10px;
    font-weight: normal;
    padding-left: 10px;
  }
  .radio-group .select-options-container .icon-text .icons i {
    float: right;
  }
}
.radio-group div.form-group.radio-group {
  border: 2px solid red;
}
legend,
.form-group fieldset legend {
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
}
.hide-select-list {
  display: none !important;
}
.hide-tooltip {
  opacity: 0 !important;
  visibility: hidden !important;
}
.hide-original-input {
  display: none;
}
.person-date-label {
  font-size: 18px;
  font-weight: bold;
}
.date-input-padding {
  padding-left: 0px;
}
.conv-date-cont {
  background-color: #F3F3F3;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.conv-date-cont:before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #F3F3F3 transparent transparent;
  position: absolute;
  left: -15px;
}
@media (max-width: 767px) {
  .conv-date-cont {
    display: none;
  }
}
.price-to-pay {
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 767px) {
  .price-to-pay-cont {
    display: flex;
    flex-direction: row;
  }
}
.price-to-pay-static-text {
  font-weight: 400;
  font-size: 18px;
  text-align: right;
}
@media (max-width: 767px) {
  .price-to-pay-static-text {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
  }
}
.input-to-modify {
  display: inline-block;
}
#mta-additionalcovers-back {
  color: black;
}
#mta-yourdetails-back {
  color: black;
}
.form-horizontal .mta-your-details-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .form-horizontal .mta-your-details-container {
    flex-direction: column;
  }
}
.form-horizontal .mta-your-details-container .mta-input {
  margin-right: 20px;
  margin-bottom: 13px;
}
.form-horizontal .mta-your-details-container .mta-label label {
  font-size: 18px;
  font-weight: 600;
  font-family: 'ProbaPro-Regular';
}
.mta-h5-style {
  font-weight: 600;
  font-family: 'ProbaPro-Regular';
  font-size: 18px;
}
.form-control {
  height: 50px;
  color: #333333;
  font-size: 18px;
  border-color: #BFBFBF;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 14px;
}
.form-control:focus {
  border-color: #333333;
}
.control-label {
  color: black;
}
#eligibility-section .egibility-criteria-buttons .radio-group .control-label {
  display: none;
}
.form-date-picker .date-picker-icon {
  cursor: pointer;
}
.form-date-picker:after {
  content: none;
}
.datepickedvalue {
  padding-left: 25px;
}
input.datepicker {
  border-radius: 5px;
  border: 1px solid #333333;
  font-size: 18px;
  padding: 10px 18px 10px 18px;
  color: black;
  background-color: white;
}
.date-picker-border-color {
  border-color: #cccccc !important;
}
.datepicker .datepicker-title {
  height: 35px;
  font-size: 22px;
}
.form-group fieldset legend {
  margin-bottom: 15px;
}
.form-horizontal .control-label {
  text-align: left;
}
.form-horizontal label {
  font-weight: 700;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -30px;
}
.form-horizontal .message-section {
  background-color: red;
}
.section {
  padding-left: 10%;
  padding-right: 10%;
}
.form-group.has-success .form-control {
  border-color: #BBD976;
}
.form-group.has-success .success-icon {
  position: relative;
}
.form-group.has-success .success-icon:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  color: #56830E;
  right: 15px;
  bottom: 0;
  top: 0;
  line-height: 36px;
  padding: 0 11px 10px;
}
.form-group.has-error .error-message {
  color: #D71440;
  margin-top: 10px;
  font-size: 18px;
}
.form-group.has-error .form-control {
  color: #D71440;
}
.form-group.has-error .error-icon {
  position: relative;
}
.form-group.has-error .error-icon:after {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  color: #D71440;
  right: 15px;
  bottom: 0;
  top: 0;
  line-height: 36px;
  padding: 0 11px 10px;
}
.form-group.has-error .form-control {
  border-color: #D71440;
}
.invalid-section .invalid-msg {
  padding-bottom: 15px;
  color: #D71440;
  padding-top: 5px;
}
.invalid-section .invalid-msgs {
  padding-bottom: 15px;
  color: #D71440;
}
.form-group .condition-input {
  border-radius: 0;
  border: 1px solid #a0a0a0;
}
@media (max-width: 767px) {
  fieldset > legend {
    font-size: 20px;
  }
  .form-group .form-control + .icon-right-align {
    top: 5px;
    right: -10px;
    transform: none;
  }
  .form-horizontal .control-label {
    text-align: left;
  }
  .section {
    padding-left: 0;
    padding-right: 0;
  }
}
.medical-condition-container {
  background-color: #F3F3F3;
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .medical-condition-container .who-to-cover-container {
    display: flex;
    flex-direction: row;
  }
  .medical-condition-container .who-to-cover-container .who-to-cover-style {
    width: 50%;
  }
}
.medical-condition-container p {
  font-size: 18px;
}
.medical-condition-container .medical-condition-list .medical-condition-item {
  font-size: 16px;
  margin-bottom: 15px;
}
.medical-conditions-title {
  text-transform: uppercase;
  font-size: 16px;
}
.medical-condition-item {
  list-style: none;
  display: table-row;
}
.medical-condition-item::before {
  content: "•";
  padding-right: 5px;
}
.medical-condition-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside;
}
.form-date-picker-icon {
  position: absolute;
  padding-right: 10px;
  bottom: 20px;
  right: 0px;
  width: 18px;
  height: 18px;
}
.form-date-picker-icon svg path {
  stroke: black;
}
.form-date-picker-icon-mta {
  position: absolute;
  padding-right: 10px;
  bottom: 30px;
  right: 0px;
  width: 18px;
  height: 18px;
}
.form-date-picker-icon-mta svg path {
  stroke: black;
}
.important-statements-container {
  background-color: #F3F3F3;
  border-radius: 10px;
  padding: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
.important-statements-container p {
  font-size: 18px;
}
.important-statements-container .medical-condition-item {
  font-size: 16px;
}
@media (max-width: 767px) {
  #importantStatements h2 {
    font-size: 20px;
  }
}
.next-step-button {
  background-color: #D00F39;
  border-radius: 100px;
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
}
.annualpopup-next-step-button {
  background-color: #D00F39;
  border-radius: 100px;
  display: block;
  width: 170px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: white;
}
@media (max-width: 767px) {
  .annualpopup-next-step-button {
    width: 100px;
  }
}
.medical-condition-border {
  border-bottom: 2px solid #9F9F9F;
  border-top: 2px solid #9F9F9F;
}
.border-bottom-style {
  border-bottom: 2px solid #9F9F9F;
}
.border-top-style {
  border-top: 2px solid #9F9F9F;
}
hr.line-break {
  border: 1px solid #9F9F9F;
}
.side-bar {
  display: flex;
  flex-direction: row;
  background: #F3F3F3;
  border-radius: 5px;
  padding: 15px;
}
@media (max-width: 767px) {
  .welcome-to-container {
    margin: 10px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  
}
.main-form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
}
#cruise-cover legend .small-screen-svg {
  padding-top: 10px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  #cruise-cover legend {
    display: flex;
    flex-direction: row;
    align-content: center;
  }
  #cruise-cover legend .small-screen-svg {
    padding-top: 5px;
  }
}
@media (max-width: 1199px) {
  #cruise-cover legend {
    margin-left: 0px;
    margin-right: 0px;
  }
  #cruise-cover legend .small-screen-svg {
    padding-top: 10px;
    padding-left: 30px;
  }
}
@media (max-width: 385px) {
  #cruise-cover legend .small-screen-svg {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  #medical-conditions legend .small-screen-svg {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  #medical-conditions legend .small-screen-svg {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  #trip-dates legend .small-screen-svg {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  #trip-dates legend .small-screen-svg {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  #cover-type legend .small-screen-svg {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  #cover-type legend .small-screen-svg {
    padding-top: 5px;
  }
}
#Policies_0__UFEDestination ~ hr.line-break {
  border: none;
}
@media (max-width: 767px) {
  fieldset legend .small-screen-svg {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  fieldset legend .small-screen-svg {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  #medical-conditions legend .small-screen-svg {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  #medical-conditions legend .small-screen-svg {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  #trip-dates legend .small-screen-svg {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  #trip-dates legend .small-screen-svg {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  #cover-type legend .small-screen-svg {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  #cover-type legend .small-screen-svg {
    padding-top: 5px;
  }
}
#Policies_0__UFEDestination ~ hr.line-break {
  border: none;
}
@media (max-width: 767px) {
  fieldset legend .small-screen-svg {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  fieldset legend .small-screen-svg {
    padding-top: 5px;
  }
}
#addtraveller {
  padding-left: 0px;
}
@media (max-width: 767px) {
  #addtraveller button {
    display: block;
    width: 100%;
  }
}
#addtraveller button .svg-icon-style {
  padding-left: 5px;
  align-content: center;
  width: 20px;
  height: 20px;
  padding-top: 5px;
}
.remove-traveller-button {
  padding: 6px 0 25px;
}
.temp-email-label {
  font-family: ProbaPro-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.44;
  color: #2a2a2a;
  display: flex;
  flex-direction: column;
  margin: 32px 0 10px;
}
.temp-email-text {
  font-family: ProbaPro-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.43;
  color: #333;
  margin: 30px 0px;
}
select.form-control {
  line-height: 1;
}
.checkbox-group-account-ukresident {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
}
.checkbox-group-account-ukresident .checkbox {
  align-content: flex-start;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 4px;
  display: flex;
  flex-direction: row;
}
.checkbox-group .checkbox-section {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .checkbox-group .checkbox {
    font-size: 14px;
    text-align: left;
    align-content: center;
  }
  .checkbox-group .checkbox input#Account_UkResident[type="checkbox"]:checked ~ span:before {
    content: '✓';
    color: #d71440;
    padding-left: 8px;
    padding-top: 4px;
  }
}
.checkbox-group .checkbox input#Account_UkResident[type="checkbox"] ~ span:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  border: 1px solid #e9eaec;
  background-color: white;
}
.checkbox-group .checkbox input#Account_UkResident[type="checkbox"]:checked ~ span:before {
  content: '✓';
  color: #d71440;
}
.checkbox-group .checkbox input.extension-added-checkbox[type="checkbox"]:checked ~ span {
  background-color: #333333;
  color: white;
}
.checkbox-group.select-options-group .row {
  margin-left: -5px;
  margin-right: -5px;
}
.checkbox-group.select-options-group .row [class*=' col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.checkbox-group .select-options > span {
  border-top: 5px solid #D5D6D8;
}
.checkbox-group .select-options input[type="checkbox"]:checked ~ span {
  border-top-color: #95B6DF;
}
.checkbox-group .select-options input[type="checkbox"]:checked ~ span span.icons i {
  background-color: #95B6DF;
}
.checkbox-group .select-options > span.icon-text {
  padding-bottom: 25px;
  padding-top: 50px;
}
.checkbox-group .select-options > span.icon-text > span.icons {
  top: -15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
.checkbox-group .select-options > span.icon-text > span.icons i {
  border-radius: 100%;
  background-color: #F5F5F5;
  margin: 0;
}
.checkbox-group .select-options-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkbox-group .select-options-container .equal-width {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.checkbox-group .select-options-container .equal-width:last-child {
  margin-right: 0;
}
.checkbox__label-horizontal {
  margin-bottom: 0;
  padding-top: 5px;
  position: relative;
  top: -26px;
  left: 40px;
}
.checkboxes-group input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.checkboxes-group .checkbox {
  margin: 24px 0 0;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
}
.checkboxes-group .checkbox input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.checkboxes-group .checkbox input[type="checkbox"] ~ span {
  display: inline-block;
  height: 25px;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  position: relative;
}
.checkboxes-group .checkbox input[type="checkbox"] ~ span:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 11px 0 0;
  vertical-align: top;
  background: #fff;
  border: 1px solid #D4D6D8;
  border-radius: 4px;
}
.checkboxes-group .checkbox input[type="checkbox"] ~ span:after {
  content: '';
  display: inline-block;
  background: url('files/new/icon-checkbox.svg') center top no-repeat;
  width: 18px;
  height: 13px;
  position: absolute;
  left: 6px;
  top: 8px;
  opacity: 0;
  transition: opacity 0.3s;
}
.checkboxes-group .checkbox input[type="checkbox"]:checked ~ span:after {
  opacity: 1;
}
.checkboxes-group .checkbox.inline {
  padding-left: 0;
  margin-top: 5px;
  margin-right: 20px;
  display: inline-block;
}
.checkboxes-group .checkbox.inline ~ .checkbox.inline {
  margin-left: 0;
}
/* Checkbox group */

.reverse-checkbox-group input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.reverse-checkbox-group .toggle {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
}
.reverse-checkbox-group .toggle input[type="checkbox"]:focus ~ span:before {
  border: 1px solid #D71440;
}
.reverse-checkbox-group .toggle input[type="checkbox"] ~ span:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 30px;
  background: #59595b;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.reverse-checkbox-group .toggle input[type="checkbox"] ~ span:after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #FFF;
  left: 2px;
  top: 2px;
  position: absolute;
  content: '\f00d';
  font-family: FontAwesome;
  color: #59595b;
  text-align: center;
  padding: 3px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.reverse-checkbox-group .toggle input[type="checkbox"]:checked ~ span:before {
  background: #333333;
}
.reverse-checkbox-group .toggle input[type="checkbox"]:checked ~ span:after {
  background: #FFF;
  color: #333333;
  left: 32px;
  content: '\f00c';
  font-family: FontAwesome;
  text-align: center;
  padding: 3px;
}
.reverse-checkbox-group .toggle.round input[type="checkbox"]:focus ~ span:before {
  outline: 1px solid #D71440;
}
.reverse-checkbox-group .toggle.round input[type="checkbox"] ~ span:after,
.reverse-checkbox-group .toggle.round input[type="checkbox"]:checked ~ span:after,
.reverse-checkbox-group .toggle.round input[type="checkbox"] ~ span:before {
  border-radius: 30px;
}
.reverse-checkbox-group .select-options {
  text-align: center;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .reverse-checkbox-group .select-options {
    margin-bottom: 5px;
    padding: 0;
  }
}
.reverse-checkbox-group .select-options > span {
  display: block;
  width: 100%;
  background-color: #E9EAEC;
  padding: 40px 0;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
}
.reverse-checkbox-group .select-options > span > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  word-wrap: break-word;
  width: 100%;
}
.reverse-checkbox-group .select-options > span > span > i {
  margin: 3%;
}
.reverse-checkbox-group .select-options > span > span > span {
  display: block;
}
.reverse-checkbox-group .select-options input[type="checkbox"]:focus ~ span {
  outline: 1px solid #D71440;
}
.reverse-checkbox-group .select-options input[type="checkbox"]:checked ~ span {
  background-color: #F5F5F5;
}
.reverse-checkbox-group .select-options input[type="checkbox"]:checked ~ span > span {
  color: #333333;
}
/* CHECKBOX GROUPS */

.reverse-checkbox-group input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.reverse-checkbox-group .checkbox {
  margin: 0 0 10px 0;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 0;
  cursor: pointer;
}
.reverse-checkbox-group .checkbox input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.reverse-checkbox-group .checkbox input[type="checkbox"] ~ span:before {
  content: '\f00c';
  font-family: FontAwesome;
  display: inline-block;
  color: transparent;
  width: 28px;
  height: 28px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background: #FFF;
  border: 1px solid #59595b;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.reverse-checkbox-group .checkbox input[type="checkbox"]:checked ~ span:before {
  background: transparent;
  border-color: #D71440;
  border: 0 none;
  color: #FFF;
  padding: 4px 4px 4px 4px;
  text-align: center;
}
.reverse-checkbox-group .checkbox input[type="checkbox"]:focus ~ span:before {
  border: 1px solid #D71440;
}
.reverse-checkbox-group .checkbox.inline {
  padding-left: 0;
  margin-top: 5px;
  margin-right: 20px;
  display: inline-block;
}
.reverse-checkbox-group .checkbox.inline ~ .checkbox.inline {
  margin-left: 0;
}
.reverse-checkbox-group .checkbox input[type="checkbox"]:checked ~ span:before {
  content: '';
  color: #D71440;
  border: 2px solid #59595b;
}
.reverse-checkbox-group .checkbox input[type="checkbox"] ~ span:before {
  content: '\f00c';
  color: #D71440;
  border: 2px solid #D71440;
  padding: 0;
  line-height: 26px;
  font-size: 18px;
  background: transparent;
  text-align: center;
}
.reverse-checkbox-group .checkbox input[type="checkbox"]:focus ~ span:before {
  border-width: 2px;
}
.reverse-checkbox-group .checkbox.checkbox-btn {
  display: inline-block;
  margin: 0;
}
.reverse-checkbox-group .checkbox.checkbox-btn span.btn {
  min-width: 130px;
  text-align: left;
  color: white;
  text-transform: uppercase;
}
.reverse-checkbox-group .checkbox.checkbox-btn span.btn.checkbox-add {
  background-color: #59595b;
}
.reverse-checkbox-group .checkbox.checkbox-btn span.btn.checkbox-post {
  background-color: #59595b;
}
.reverse-checkbox-group .checkbox.checkbox-btn input[type="checkbox"]:checked ~ span:before {
  background-color: white;
  border: none;
  width: 22px;
  height: 22px;
}
.reverse-checkbox-group .checkbox.checkbox-btn input[type="checkbox"] ~ span:before {
  line-height: 22px;
}
.reverse-checkbox-group .checkbox.checkbox-btn input[type="checkbox"]:checked ~ span.checkbox-add {
  background-color: #D71440;
}
.reverse-checkbox-group .checkbox.checkbox-btn input[type="checkbox"]:checked ~ span.checkbox-add:after {
  content: "ed";
}
.reverse-checkbox-group .checkbox.checkbox-btn input[type="checkbox"]:checked ~ span.checkbox-post {
  background-color: #D71440;
}
.reverse-checkbox-group .checkbox.checkbox-btn span.checkbox-add:hover {
  background-color: #D71440;
  text-decoration: none;
}
.reverse-checkbox-group .checkbox.checkbox-btn span.checkbox-post:hover {
  background-color: #D71440;
  text-decoration: none;
}
.reverse-checkbox-group.select-options-group .row {
  margin-left: -5px;
  margin-right: -5px;
}
.reverse-checkbox-group.select-options-group .row [class*=' col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.reverse-checkbox-group .select-options > span {
  border-top: 5px solid #D5D6D8;
}
.reverse-checkbox-group .select-options input[type="checkbox"] ~ span {
  border-top-color: #95B6DF;
}
.reverse-checkbox-group .select-options input[type="checkbox"] ~ span span.icons i {
  background-color: #95B6DF;
}
.reverse-checkbox-group .select-options > span.icon-text {
  padding-bottom: 25px;
  padding-top: 50px;
}
.reverse-checkbox-group .select-options > span.icon-text > span.icons {
  top: -15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
.reverse-checkbox-group .select-options > span.icon-text > span.icons i {
  border-radius: 100%;
  background-color: #F5F5F5;
  margin: 0;
}
.reverse-checkbox-group .select-options-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reverse-checkbox-group .select-options-container .equal-width {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  position: relative;
}
.reverse-checkbox-group .select-options-container .equal-width:last-child {
  margin-right: 0;
}
/*
.cruise-cover-question {
    .checkbox {
        input[type="checkbox"] ~ span:before {
            border: 1px solid #d0d0d0;
        }

        input[type="checkbox"]:checked ~ span {
            font-family: @font-family-bold;
        }
    }
}
*/

.birth-day-validation-error {
  color: #d71440;
}
.form-control-on-error {
  border: 1px solid red;
}
/*.datepicker-dropdown {
    border-color: @datepicker-border-color;
}

.datepicker-title, .datepicker-title:hover {
    color: @datepicker-title-text-color;
    background-color: @datepicker-title-bg-color;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background-color: @datepicker-title-bg-color;
}

.datepicker table tr td, .datepicker table tr th {
    border-radius: 0px;
}

.datepicker table tr td {
    border: 1px solid @datepicker-border-color;
}

.datepicker table tr .dow {
    color: #ffffff;
    background-color: @accent-gray;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: lighten(@datepicker-gray-light, 10%);
}

.datepicker .prev, .prevyear, .next, .nextyear {
    color: @datepicker-arrow-color;
    cursor: pointer;
    font-size: @datepicker-arrow-size;

    &:hover {
        color: @brand-primary;
    }
}

.datepicker .datepicker-switch {
    border: 1px solid @datepicker-gray-light;
    cursor: pointer;
    border-radius: @form-ctrl-border-radius;
    color: @accent-black;
}

.datepicker table tr td.today {
    background-color: @datepicker-current-date-bg-color;
}

.datepicker-close {
    color: @white;
    font-size: @datepicker-arrow-size;
}*/

/*.datepicker {
    table {
        border-collapse: separate;
        font-size: @font-size-small;

        thead {
            .datepicker-switch  {
                border: 1px solid @datepicker-title-border;
                border-radius: 5px;
                font-weight: bold;
                color: @datepicker-title-text-color;
            }

            .next, .prev {
                border: unset;
            }

            tr:last-child {
            }
        }

        tr td, tr th {
            border: 1px solid @datepicker-cell-border-color;
            font-weight: bold;
            border-radius: 0;
        }
    }
}

//overriding bootstrap datepicker
.datepicker-dropdown.datepicker-orient-left:before, .datepicker-dropdown.datepicker-orient-left:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 12px solid @datepicker-arrow-color;
    bottom: -12px;
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-top-width: 11px;
    bottom: -11px;
}

.datepicker-dropdown:before {
    border-left-width: 11px;
    border-right-width: 11px;
}

.datepicker-dropdown:after {
    border-left-width: 10px;
    border-right-width: 10px;
}*/

/*.datepicker-dropdown {
    border-color: @datepicker-border-color;
}

.datepicker-title, .datepicker-title:hover {
    color: @datepicker-title-text-color;
    background-color: @datepicker-title-bg-color;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background-color: @datepicker-title-bg-color;
}

.datepicker table tr td, .datepicker table tr th {
    border-radius: 0px;
}

.datepicker table tr td {
    border: 1px solid @datepicker-border-color;
}

.datepicker table tr .dow {
    color: #ffffff;
    background-color: @accent-gray;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: lighten(@datepicker-gray-light, 10%);
}

.datepicker .prev, .prevyear, .next, .nextyear {
    color: @datepicker-arrow-color;
    cursor: pointer;
    font-size: @datepicker-arrow-size;

    &:hover {
        color: @brand-primary;
    }
}

.datepicker .datepicker-switch {
    border: 1px solid @datepicker-gray-light;
    cursor: pointer;
    border-radius: @form-ctrl-border-radius;
    color: @accent-black;
}

.datepicker table tr td.today {
    background-color: @datepicker-current-date-bg-color;
}

.datepicker-close {
    color: @white;
    font-size: @datepicker-arrow-size;
}*/

.datepicker-dropdown.datepicker-orient-left:before,
.datepicker-dropdown.datepicker-orient-left:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 12px solid #A0A0A0;
  bottom: -12px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  border-top-width: 11px;
  bottom: -11px;
}
.datepicker-dropdown:before {
  border-left-width: 11px;
  border-right-width: 11px;
}
.datepicker-dropdown:after {
  border-left-width: 10px;
  border-right-width: 10px;
}
.datepicker.datepicker-dropdown {
  padding: 15px;
  padding-top: 10px;
}
.datepicker.datepicker-dropdown table {
  border-collapse: separate;
  font-size: 14px;
}
.datepicker.datepicker-dropdown table tr td,
.datepicker.datepicker-dropdown table tr th {
  border-bottom: 1px solid #D5D6D8;
  border-right: 1px solid #D5D6D8;
  font-weight: bold;
  border-radius: 0;
  padding: 6px 8px;
}
.datepicker.datepicker-dropdown table tr td.old,
.datepicker.datepicker-dropdown table tr th.old,
.datepicker.datepicker-dropdown table tr td.new,
.datepicker.datepicker-dropdown table tr th.new {
  color: #D5D6D8;
}
.datepicker.datepicker-dropdown table tr td:first-child {
  border-left: 1px solid #D5D6D8;
}
.datepicker.datepicker-dropdown table thead .datepicker-switch {
  border: 1px solid #A0A0A0;
  border-radius: 5px;
  font-weight: bold;
  color: #2a2a2a;
}
.datepicker.datepicker-dropdown table thead .next,
.datepicker.datepicker-dropdown table thead .prev {
  border: unset;
  font-size: 115%;
}
.datepicker.datepicker-dropdown table thead .next i,
.datepicker.datepicker-dropdown table thead .prev i {
  line-height: 1.5;
}
.datepicker.datepicker-dropdown table thead .next i:hover,
.datepicker.datepicker-dropdown table thead .prev i:hover {
  color: #D71440;
}
.datepicker.datepicker-dropdown table thead th.dow {
  background-color: #59595b;
  color: white;
}
.datepicker.datepicker-dropdown table tbody tr td:not(.disabled):hover {
  color: #D71440;
}
tr.spacing {
  height: 10px;
}
.right-icon:before {
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.right-icon:after {
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.right-icon.top:after,
.right-icon.top:before {
  top: 0;
  -webkit-transform: none;
  transform: none;
}
.right-icon.bottom:after,
.right-icon.bottom:before {
  bottom: 0;
  -webkit-transform: none;
  transform: none;
}
.icon-right-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -10px;
}
.vertical-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.round {
  padding: 0;
}
.border-top-stone {
  border-top: 1px solid #D5D6D8 !important;
}
.border-top-stone.thick {
  border-top: 5px solid #D5D6D8 !important;
}
.border-bottom-stone {
  border-bottom: 1px solid #D5D6D8 !important;
}
.border-right-stone {
  border-right: 1px solid #D5D6D8 !important;
}
@media (max-width: 767px) {
  .mobile-border-right-stone {
    border-right: 1px solid #D5D6D8 !important;
  }
}
@media (max-width: 767px) {
  .btn-xs-stack .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .icon-4x {
    font-size: 300%;
  }
}
.bg-clr-stone {
  background-color: #D5D6D8 !important;
}
.min-110 {
  min-height: 110px;
}
.top-100 {
  top: -100px;
}
col-main {
  order: 1;
}
@media (max-width: 767px) {
  .top-100 {
    top: 0px;
  }
}
@media (max-width: 767px) {
  .no-container-padding {
    padding-left: 5px;
    padding-right: 5px;
  }
  .col-main {
    order: 1;
  }
}
@media (max-width: 767px) {
  .device-logo {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
  }
}
.mobile-help {
  float: right;
  padding-right: 0px;
  width: 70%;
}
iframe {
  height: 570px;
  width: 100%;
  border: none;
}
.paymentiframe {
  height: 240px;
  width: 100%;
  border: none;
}
.no-margin {
  margin-bottom: 0px;
}
.message-section {
  padding: 15px;
  background-color: #95b6df;
  transition: background-color 0.9s linear;
}
.my-account-message-section {
  background-color: #053D59;
  padding: 20px;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 767px) {
  .my-account-message-section {
    background-color: #053D59;
    padding: 20px;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.my-account-message-section h5 {
  color: white;
  margin-top: 5px;
}
.blend {
  background-color: inherit;
}
.message-bg {
  background-color: #95b6df;
}
.headertext {
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #2a2a2a;
}
mg-right-min30 {
  margin-right: -30px;
}
.pd-top-3 {
  padding-top: 3px;
}
.pd-top-7 {
  padding-top: 7px;
}
.whitesmoke {
  background-color: whitesmoke;
}
.text-left {
  text-align: left !important;
}
.postage-font {
  font-size: 28px;
}
.minus-margin {
  margin-top: -1px !important;
}
@media (max-width: 767px) {
  .header-buttons {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .pull-xs-right {
    float: right !important;
  }
  .pull-xs-left {
    float: left !important;
  }
}
@media (max-width: 991px) {
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-left {
    float: left !important;
  }
}
@media (max-width: 767px) {
  .left-xs-60::before {
    left: 60px !important;
  }
}
@media (min-width: 1200px) {
  .pd-left-lg-50 {
    padding-left: 50px;
  }
  .pd-top-lg-25 {
    padding-top: 25px;
  }
}
.capital {
  text-transform: capitalize;
}
.font-10 {
  font-size: 10px;
}
.payment-spinner {
  text-align: center;
  font-size: 60px;
}
.payment-spinner i {
  color: #d71440;
}
.payment-message {
  text-align: center;
  font-size: 20px;
  color: #d71440;
}
.table-item-height-100 {
  height: 100% !important;
}
/* IDD Changes */

.header-idd::after {
  content: "";
  display: block;
  position: absolute;
}
.te-border {
  border: 1px solid red;
}
.border-spacer {
  border: 1px solid #d3d6d7;
}
.input-disable {
  padding-top: 7px;
}
.tag-underline {
  text-decoration: underline;
}
.alogin {
  cursor: pointer;
}
.wordbreak {
  word-break: break-word;
}
.bg-color-grey {
  background: #EEE !important;
}
.width-55 {
  max-width: 85% !important;
  margin-left: 10% !important;
}
.mg-left-12 {
  margin-left: 12% !important;
}
.selectionbox {
  width: 100%;
  height: 50%;
  border: 2px solid #EEE !important;
}
.img-selection {
  width: 70%;
  height: 70%;
  margin-left: 25%;
  margin-top: 5%;
}
.img-selection img {
  width: auto !important;
}
.mg-productselection {
  margin-left: 10%;
  margin-top: 3%;
  margin-bottom: 15%;
}
.redbold {
  color: #d71440;
  font-weight: bold;
  font-size: 22px;
}
.mg-left-20 {
  margin-left: 20%;
}
.mg-left-32 {
  margin-left: 38%;
}
.mg-left-m25 {
  margin-left: -25px;
}
.mg-left-11 {
  margin-left: 11%;
}
.createpwd-btns {
  font-size: 16px;
  padding: 7px;
  padding-left: 10px;
}
.width-80 {
  width: 80%;
  margin-left: 10%;
  margin-top: 20%;
}
.slide {
  display: none;
  opacity: 0;
  z-index: 1;
  -webkit-transition: width 500ms ease-in, opacity 1.5s ease-out;
  -moz-transition: width 500ms ease-in, opacity 1.5s ease-out;
  -o-transition: width 500ms ease-in, opacity 1.5s ease-out;
  transition: width 500ms ease-in, opacity 1.5s ease-out;
}
.showing {
  opacity: 1;
  z-index: 2;
  display: block;
}
.mg-left-45 {
  margin-left: 45%;
}
.width-20 {
  width: 20%;
}
.retrieve-panel {
  min-height: 370px;
}
.paddingcheckbox {
  padding-top: 2%;
  padding-left: 0%;
}
.font-poms-primary {
  color: #D00F39;
}
.min-height-1000 {
  min-height: 1000px;
}
.min-height-1300 {
  min-height: 1300px;
}
.min-height-450 {
  min-height: 450px;
}
.min-height-700 {
  min-height: 700px;
}
.width-350 {
  width: 350px !important;
}
.padding-0 {
  padding: 0 !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.margin-top-15 {
  margin-top: 15px;
}
.min-height-1600 {
  min-height: 1600px;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.width-36 {
  width: 36% !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.date-picker-border {
  border: 1px solid #cccccc !important;
}
.padding-left18 {
  padding-left: 18px !important;
}
.min-height-1020 {
  min-height: 1020px !important;
}
.min-height-600 {
  min-height: 600px !important;
}
@media (max-width: 767px) {
  .mobile-loginPage-DOB {
    width: 84% !important;
  }
}
@media (max-width: 767px) {
  .mobile-registrationPage-DOB {
    padding-left: 15px !important;
    width: 79% !important;
  }
}
@media (max-width: 767px) {
  .mobile-forgotpasswordPage-DOB {
    padding-left: 29px !important;
    width: 85% !important;
  }
}
.btn2--continueGuest {
  color: black !important;
}
.padding-left-150 {
  padding-left: 150px !important;
}
@media (max-width: 767px) {
  .mobile-createpasswordPage-noPadding {
    padding-left: 9px !important;
  }
}
@media (max-width: 767px) {
  .mobile-min-height-520 {
    min-height: 520px !important;
  }
}
.help-but:active {
  height: 1300px !important;
}
.height1600px {
  height: 1600px !important;
}
.padding-bottom255 {
  padding-bottom: 255px !important;
}
@media (max-width: 767px) {
  .mobile-expiredquotePage-padding10 {
    padding-left: 10px !important;
  }
}
.margin-top-5 {
  margin-top: 5px !important;
}
.retrieve-quote-date-left-padding {
  padding-left: 387px !important;
}
.margin-left16 {
  margin-left: 16px !important;
}
@media (max-width: 767px) {
  .mobile-left-padding20 {
    padding-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .mobile-left-padding0 {
    padding-left: 0px !important;
  }
}
@media (max-width: 767px) {
  .mobile-margin-left0 {
    margin-left: 0px !important;
  }
}
@media (max-width: 767px) {
  .mobile-bottom-padding17px {
    padding-bottom: 17px !important;
  }
}
.height44 {
  height: 44px !important;
}
.width28-5 {
  width: 28.5% !important;
}
.footer-pos-absolute {
  position: absolute !important;
}
@media (max-width: 767px) {
  .mobile-width98 {
    width: 98% !important;
  }
}
@media (max-width: 767px) {
  .mobile-retrieveQuote-but-margin {
    margin-left: 32px !important;
  }
}
.retrieve-quote-panel {
  padding-bottom: 95px !important;
  margin-bottom: 0px !important;
  min-height: 0px !important;
}
.margin-left17 {
  margin-left: 17px !important;
}
.margin-top-bottom5 {
  margin: 5px 0 !important;
}
.margin-left382 {
  margin-left: 382px !important;
}
.margin {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  margin-left: -15px !important;
  margin-right: -30px !important;
}
@media (max-width: 767px) {
  .mobile-retrieveQuote-date-margin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: -15px !important;
    margin-right: -30px !important;
  }
}
.pd-left-0 {
  padding-left: 0px !important;
}
.margin-left10 {
  margin-left: 10px !important;
}
@media (max-width: 767px) {
  .mobile-pd-bottom {
    padding-bottom: 130px !important;
  }
}
@media (max-width: 767px) {
  .mobile-left-padding10 {
    padding-left: 10px !important;
  }
}
footer .links {
  background: #FFF;
  border-top: 1px solid #D5D6D8;
  height: 75px;
}
footer .links a {
  line-height: 50px;
  color: #D71440;
  text-decoration: underline;
  margin-left: 210px;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  footer .links a {
    margin-left: 15px;
  }
}
footer .links a:active,
footer .links a:visited {
  color: #d71440;
}
footer .small-print {
  background: #D71440;
  height: 50px;
}
footer .small-print p {
  color: #FFF;
  font: 14px "ProbaPro-Regular", Helvetica, Arial, sans-serif;
  margin-left: 210px;
}
@media (max-width: 767px) {
  footer .small-print p {
    margin-left: 15px;
  }
}
#footer-example .footer {
  position: static;
}
.footer-link-height {
  height: 50px;
}
.navbar-second-level {
  background-color: #D71440;
}
.navbar-second-level #navbar {
  max-height: none;
  min-height: 40px;
  font-size: 0;
}
.navbar-second-level #navbar .navbar-nav > li {
  font-size: 16px;
}
.navbar-second-level #navbar .navbar-nav > li > a:hover,
.navbar-second-level #navbar .navbar-nav > li a:active,
.navbar-second-level #navbar .navbar-nav > li a:focus {
  background-color: #9D0F1A;
}
.navbar-second-level #navbar .navbar-nav > li > a.nav-item {
  text-transform: capitalize;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-second-level #navbar .navbar-nav > li > a.nav-item:hover,
.navbar-second-level #navbar .navbar-nav > li > a.nav-item:active,
.navbar-second-level #navbar .navbar-nav > li > a.nav-item:focus {
  background-color: #9D0F1A;
}
.navbar-second-level #navbar .navbar-nav > li > a.nav-item span {
  display: inline-block;
  border-left: 1px solid #9D0F1A;
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-second-level #navbar .navbar-nav li:last-child > a.nav-item span {
  border-right: 1px solid #9D0F1A;
}
.navbar-second-level #navbar .navbar-nav.navbar-right {
  margin-right: 10%;
}
.navbar-header {
  font-size: 0;
}
.navbar-header .navbar-brand {
  padding-top: 13px;
  padding-bottom: 13px;
  height: auto;
}
.navbar-top-border {
  border-top: 43px solid #D71440;
}
.navbar-top-border .navbar-brand {
  padding-bottom: 23px;
}
.navbar-section {
  background-color: #95B6DF;
  height: 270px;
}
.navbar-section-title {
  float: left;
  width: 50%;
  height: 100%;
  margin-top: -30px;
  text-align: center;
}
.navbar-section-image {
  float: left;
  width: 50%;
  height: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.default {
  background-image: url("/Content/POMS/files/header-image-Default.png") !important;
}
.defaultwhite {
  background-color: #FFF !important;
}
.golf {
  background-image: url("/Content/POMS/files/header-image-Golf.jpg") !important;
}
.cruise {
  background-image: url("/Content/POMS/files/header-image-Cruise.jpg") !important;
}
.medical {
  background-image: url("/Content/POMS/files/header-image-Medical.jpg") !important;
}
.wintersports {
  background-image: url("/Content/POMS/files/header-image-WinterSports.jpg") !important;
}
@media (max-width: 768px) {
  .navbar-bottom-border {
    border-bottom: 10px solid #D71440;
  }
}
@media (max-width: 480px) {
  .mobile-bottom-border {
    border-bottom: 20px solid #D71440;
    margin-bottom: 0px;
  }
}
.help-text-popover {
  padding: 20px 60px 20px 20px;
  border: 1px solid #D71440;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
  position: absolute;
  right: 0;
  bottom: 42px;
  background-color: white;
  max-width: 250px;
}
.help-text-popover .close-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  color: #D71440;
}
.hide-tooltip {
  display: none;
}
.qtip-text {
  display: none;
}
.qtip-text .tooltip-link {
  color: white;
}
.qtip-text .policy-destination-p {
  color: white;
  font-weight: bold;
  font-size: 18px;
}
.qtip-text span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #053d59;
  border: none;
}
.qtip-text span:hover {
  cursor: pointer;
}
.qtip-text span:focus {
  border: none;
}
.icon-text {
  font-weight: bold;
}
.qtip-text > h5,
.qtip-text > p {
  color: white;
  font-size: 18px;
}
.qtip.qtip-default {
  max-width: 70%;
  padding: 20px 30px 20px 20px;
  border-radius: 5px;
  border: 1px solid #053D59;
  font-family: "ProbaPro-Regular";
  /*/@font-family-regular;*/
  background-color: #053D59;
  font-size: 16px;
  color: white;
  /*/@gray-dark; */
  line-height: 1.428571429;
}
.qtip.qtip-default .qtip-content {
  padding: 0;
  scroll-padding-right: 40px;
}
.qtip.qtip-default .close-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  color: #D71440;
  border-color: transparent;
  background: transparent;
}
.qtip.qtip-default canvas {
  padding: 0;
}
.li-destination {
  padding-left: 1.2em;
  list-style: none;
  display: table-row;
}
.li-destination li {
  font-size: 16px;
  font-family: 'ProbaPro-Regular';
}
.li-destination li:before {
  content: "•";
  font-size: 10px;
  padding-right: 20px;
}
.icon-poms:hover {
  cursor: pointer;
}
/*.qtip-shadow {
        box-shadow: 0 0 5px 1px @qtip-box-shadow-clr;
}

.qtip.qtip-default {
    max-width: @qtip-max-width;
    padding: 20px;
    font-family: @font-family-regular;
    border: 1px solid transparent;
    background-color: #FFF;
    font-size: 16px;
    color: @gray-dark;
    line-height: @line-height-base;

    .qtip-content {
        padding: 0;
    }
    canvas {
        padding: 0;
    }
}*/

.tooltipn {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.tooltipn .tooltipntext {
  visibility: hidden;
  width: 300px;
  background-color: #052d59;
  border: 1px solid #052d59;
  color: white;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-family: ProbaPro-Regular;
  line-height: 1.428571429;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  margin-left: -140px;
}
.tooltipn .tooltipntext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border-width: 10px;
  border-style: solid;
  border-color: #052d59 transparent transparent transparent;
}
.tooltipn:hover .tooltipntext {
  visibility: visible;
}
.bordered {
  border: 1px solid red;
}
.bordered-b {
  border: 1px solid blue;
}
.g {
  position: sticky;
  bottom: 0;
}
.remove-button {
  visibility: visible;
}
.hidden-button {
  visibility: hidden;
}
.accordion-item-container {
  display: flex;
  flex-direction: row;
}
.t {
  display: flex;
  flex-direction: row;
}
.added-extension-icon {
  display: inline-block;
  margin-left: 15px;
}
.shpw-icon {
  display: inline-block;
  margin-left: 15px;
}
.additionanal-info-container {
  display: flex;
  flex-direction: column;
  /*
    @media(max-width: @screen-xs-max) {
        margin-left:0px !important;
        padding-left:0px !important;
    }*/

}
#amt-tripext-panel {
  border: none;
}
@media (max-width: 380px) {
  #addcoverlist {
    border: 1px solid red;
  }
}
.additional-coverage-included-container {
  display: none;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .additional-coverage-included-container {
    border: 1px solid #D4D6D8;
    border-radius: 15px;
  }
}
.additional-coverage-included-container .coverage-accordion-title {
  font-size: 20px;
  font-family: 'ProbaPro-Regular';
}
.additional-coverage-included-container .coverage-accordion-title .included-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.additional-coverage-included-container .coverage-accordion-title .included-icon .included-title {
  font-size: 18px;
  font-family: 'ProbaPro-Regular';
  font-weight: normal;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .additional-coverage-included-container .coverage-accordion-title .included-icon .included-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .additional-coverage-included-container .coverage-accordion-title .included-icon {
    display: flex;
    flex-direction: row;
  }
  .additional-coverage-included-container .coverage-accordion-title .included-icon svg {
    width: 15px;
    height: 15px;
  }
}
.additional-coverage-included-container section {
  font-size: 16px;
}
.additional-coverage-included-container .view-more-style {
  font-size: 16px;
  text-decoration: underline;
}
.additional-coverage-included-container .view-more-style .icon-poms-style {
  color: red !important;
}
.additional-coverage-included-container .view-more-style:hover {
  cursor: pointer;
}
.additional-coverage-included-container .add-cover-p-style {
  font-size: 16px;
  font-weight: normal;
  font-family: 'ProbaPro-Regular';
}
.additional-coverage-included-container .add-cover-icon-container {
  border: 1px solid red;
  display: block;
  height: 100%;
}
.additional-coverage-included-container .accordion-heading {
  font-size: 20px;
}
.additional-coverage-included-container .accordion .accordion-icon {
  color: #d71440;
  line-height: 1.428571429;
  float: none;
}
.accordion .accordion-item {
  font-size: 0;
  background-color: #FFFFFF;
  border: 1px solid #D4D6D8;
  border-radius: 15px;
  margin-bottom: 10px;
}
.accordion .accordion-item section {
  font-size: 16px;
}
.accordion .accordion-item .view-more-style {
  font-size: 16px;
  text-decoration: underline;
}
.accordion .accordion-item .view-more-style:hover {
  cursor: pointer;
}
.accordion .accordion-item .add-cover-p-style {
  font-size: 16px;
  font-weight: normal;
  font-family: 'ProbaPro-Regular';
}
.accordion .accordion-item .add-cover-icon-container {
  border: 1px solid red;
  display: block;
  height: 100%;
}
.accordion .accordion-item .trip-extension-container {
  padding-left: 0px;
  margin-left: 0px;
}
.accordion .accordion-item .trip-extension-container .extension-days-buttons-cont {
  display: block;
}
@media (max-width: 767px) {
  .accordion .accordion-item .trip-extension-container .extension-days-buttons-cont {
    display: flex;
    flex-direction: column;
  }
}
.accordion .accordion-item .trip-extension-container input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.accordion .accordion-item .trip-extension-container #extension-price {
  display: block;
}
@media (max-width: 767px) {
  .accordion .accordion-item .trip-extension-container #extension-price {
    display: flex;
    flex-direction: column;
  }
}
.accordion .accordion-item .trip-extension-container .extending-days-container {
  display: block;
}
@media (max-width: 767px) {
  .accordion .accordion-item .trip-extension-container .extending-days-container {
    display: flex;
    flex-direction: column;
  }
}
.accordion .accordion-item .trip-extension-container .extending-days-container .selected-extension-button {
  background-color: black;
  color: white;
  border-radius: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .accordion .accordion-item .trip-extension-container .extending-days-container .selected-extension-button {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.accordion .accordion-item .trip-extension-container .extending-days-container .days-extented-style {
  background-color: #FFFFFF;
  border: 1px solid #C1C1C1;
  box-sizing: border-box;
  border-radius: 25px;
  font-weight: 400;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "ProbaPro-Regular";
}
.accordion .accordion-item .trip-extension-container .extending-days-container .days-extented-style .chechbox-mark-check {
  display: none;
}
.accordion .accordion-item .trip-extension-container .extending-days-container .days-extented-style .chechbox-mark-check:hover path {
  fill: none;
}
.accordion .accordion-item .trip-extension-container .extending-days-container .days-extented-style:hover {
  text-decoration: none;
  background-color: black;
}
.accordion .accordion-item .trip-extension-container .extending-days-container .days-extented-style:hover span {
  color: white;
  cursor: pointer;
}
.accordion .accordion-item .trip-extension-container .extending-days-container .days-extented-style input[type="radio"] {
  position: absolute;
  left: -9999px;
}
@media (max-width: 767px) {
  .accordion .accordion-item .trip-extension-container .extending-days-container .days-extented-style {
    margin-bottom: 15px;
  }
}
.accordion .accordion-item .trip-extension-container .extending-days-container .days-extented-style input[type="radio"]:checked ~ span .chechbox-mark-check {
  display: inline-block;
}
.accordion .accordion-item .trip-extension-container .extending-days-container .days-extented-style input[type="radio"]:checked ~ span .chechbox-mark-check path {
  fill: none;
}
.accordion .accordion-item .trip-extension-container .extending-days-container .day-button-on-check {
  background-color: black;
  color: white;
  border: 1px solid black;
  font-weight: bold;
}
@media (max-width: 767px) {
  .accordion .accordion-item-extension {
    border: none;
  }
}
.accordion label.panel-heading {
  padding: 20px;
  font-size: 16px;
  border-radius: 15px;
  /*
        &:hover {
            border-bottom-color: #b2b2b2;
            background-color: @accordion-panel-header-hover-bg;
            border-radius: 15px;
        }*/

}
.accordion label.panel-heading .panel-title {
  font-size: 20px;
}
.accordion .panel + .panel {
  margin-top: 2px;
}
.accordion .accordion-icon {
  color: #D71440;
  line-height: 1.428571429;
  float: none;
}
.accordion span.accordion-heading {
  padding-right: 10px;
}
.accordion input[type="checkbox"]:checked ~ section {
  border-bottom: 2px solid #ececec;
  padding: 30px 20px;
  max-height: 100%;
}
.accordion input[type="checkbox"]:checked + label span.accordion-heading {
  text-decoration: none;
}
.accordion input[type="checkbox"]:checked + label span > span.accordion-icon {
  -webkit-transform: none;
  transform: none;
}
.accordion input[type="checkbox"]:checked + label span > span.accordion-icon i:before {
  content: "\e905";
}
.accordion input[type="checkbox"]:checked + label span > span.accordion-icon.plus-minus i:before {
  content: "\e905";
}
.accordion.accordion-help label.panel-heading {
  padding: 21px 20px;
  background-color: white;
}
.accordion.accordion-help input[type="checkbox"]:checked ~ label.panel-heading {
  background-color: white;
  border-bottom: none;
}
.accordion.accordion-help input[type="checkbox"]:checked ~ section {
  padding: 0 20px 20px;
}
.accordion.accordion-conditional label.panel-heading {
  background-color: #F5F5F5;
  border: none;
}
.accordion.accordion-conditional input[type="checkbox"]:checked + label span > span.accordion-icon i:before {
  content: "\e905";
}
.timeout-footer {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .timeout-footer {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.expire-content {
  padding-top: 60px;
  padding-bottom: 80px;
}
.modal .modal-dialog .close-modal-window {
  padding: 30px;
  display: block;
}
.modal .modal-dialog .modal-content {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.modal .modal-dialog .modal-content .email-addres-input-label {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
  font-family: "ProbaPro-Regular";
}
.modal .modal-dialog .modal-content .modal-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.modal .modal-dialog .modal-content .modal-header .close {
  margin-right: -5px;
  font-weight: normal;
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-header .close span {
  font-size: 400%;
  color: #333333;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  line-height: 1;
  font-size: 24px;
}
.modal .modal-dialog .modal-content .modal-footer {
  background-color: #FFF;
  border-top: none;
  padding-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.modal .modal-dialog .modal-content .modal-footer .footer-bg {
  background-color: rgba(213, 214, 216, 0.5);
  padding: 20px;
}
/*@brc-bg: transparent;
@brc-size: 42px;
@brc-margin-bottom: 0px;

@brc-step-bar-icon-clr: @gray-dark;
@brc-step-bar-txt-clr: @gray-darker;
@brc-step-bar-bg: @gray-light;
@brc-step-bar-icon-bg: #d3d6d7;
@brc-step-bar-border: @accent-stone;
@brc-step-bar-active-icon-bg: @brand-primary;
@brc-step-bar-active-icon-clr: #FFF;
@brc-step-bar-active-txt-clr: @brand-primary;
@brc-step-bar-active-bg: @gray-lighter;
*/

.form-legend-style {
  font-family: "ProbaPro-Regular";
}
body {
  background-color: white;
}
.h3-style {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
}
.info-container {
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
}
.question-mark-style {
  width: 20px;
  height: 20px;
  color: #595959;
  float: right;
}
.nav-style {
  background-color: #F3F3F3;
}
.steps-container {
  display: flex;
  flex-direction: row;
  padding-top: 10px;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
.step-element {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.step-style-active {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 3px;
  border: 1px solid #D00F39;
  background-color: #D00F39;
  font-size: 14px;
  text-align: center;
  color: white;
  z-index: 1;
  margin-top: 4px;
}
.step-style-inactive {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 3px;
  border: 1px solid #666666;
  color: #666666;
  background-color: white;
  font-size: 16px;
  text-align: center;
  padding-top: 7px;
}
.p-style {
  font-size: 12px;
  margin-top: 10px;
}
.p-style-inactive {
  color: #b3b3b3;
  filter: grayscale(20);
  margin-top: 10px;
  font-family: "ProbaPro-Regular";
}
.h1-container-style {
  padding-top: 15px;
  margin-bottom: 150px;
}
.foreground {
  width: 38px;
  height: 38px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #D00F39;
  position: absolute;
}
.header-h1-style {
  font-size: 18px;
  text-transform: uppercase;
}
.header-container-style {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.link-header {
  font-size: 14px;
  color: #D00F39;
  text-align: right;
  font-weight: 700;
  font-family: "ProbaPro-Regular";
}
/* IMPORTANT STATEMENTS */

.important-statements-p {
  font-family: "ProbaPro-Bold";
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}
/*
.breadcrumbs .container ol li span {
    display: inline-block;
}

.breadcrumbs:not(.breadcrumbs-step-bar) {
    box-shadow: none;

    .container {
        ol {
            li {
                font-family: @font-family-regular;
                margin: 0;
                font-size: 18px;

                &:after {
                    content: none;
                }

                &:not(:first-child):before {
                    content: "\f054";
                    font-family: FontAwesome;
                    height: @brc-size;
                    display: inline-block;
                    float: left;
                    line-height: @brc-size;
                    font-weight: bold;
                    color: @brand-primary;
                    margin-left: 10px;
                    margin-right: 10px;
                }
            }

            li.active, li.active span, li.active:before {
                color: @brc-color;
            }

            li.active ~ li {
                display: none;
            }
        }
    }
}

.breadcrumbs.breadcrumbs-step-bar {
    box-shadow: none;

    .container {
        ol {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;

            li {
                min-height: 100px;
                position: relative;
                margin-top: 0;
                margin-right: 35px;
                margin-left: 0;
                min-height: 147px;
              //  border-top: 8px solid @brc-step-bar-border;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;

                margin-right: 28px;
               // background-color: @brc-step-bar-bg;

                .breadcrumb-icon {
                    border-radius: 100%;
                  //  background-color: @brc-step-bar-icon-bg;
                    line-height: 1;
                    float: none;
                    font-size: 500%;
                    margin-top: -15px;
                    margin-bottom: 20px;

                    &:before {
                        content: "\e910";
                        //color: @brc-step-bar-icon-clr;
                    }
                }

                .breadcrumb-title {
                    text-align: center;
                    float: none;
                    display: block;
                    line-height: 1;
                    margin-bottom: 20px;
                    font-size: 22px;
                  //  color: @brc-step-bar-txt-clr;
                }

                &:before {
                    background-image: url("../../files/probefore.png");
                    background-repeat: no-repeat;
                    position: absolute;
                    content: "";
                    display: block;
                    height: 148px;
                    width: 35px;
                    right: -35px;
                    top: -8px;
                    background-size: 35px 147px;
                }

                &:last-child {
                    margin-right: 0;
                }

                &:last-child:before {
                    background-image: none;
                }
            }

            li.active {
             //   border-top-color: @brand-primary;
               // background-color: @brc-step-bar-active-bg;

                .breadcrumb-icon {
                 //   background-color: @brc-step-bar-active-icon-bg;

                    &:before {
                        content: attr(data-icon);
                       // color: @brc-step-bar-active-icon-clr;
                    }
                }

                .breadcrumb-title {
                   // color: @brc-step-bar-active-txt-clr;
                }

                &:before {
                    background-image: url("../../files/proNext.png");
                }

                &:last-child:before {
                    background-image: none;
                }
            }

            li.active ~ li {
                .breadcrumb-icon {
                    &:before {
                        content: attr(data-icon);
                    }
                }
            }

            li.prev:before {
                background-image: url(../../files/proBack.png);
            }

            li:after {
                content: none;
            }
        }
    }
}
/*
@media (max-width: @screen-sm-max) {
    .breadcrumbs.breadcrumbs-step-bar {
        .container ol li {
            min-height: 120px;
            border-top-width: 7px;

            .breadcrumb-icon {
                font-size: 400%;
            }

            &:before {
                height: 120px;
                background-size: 35px 120px;
                height: 120px;
                top: -7px;
            }
        }
    }
}

@media (max-width: @screen-xs-max) {
    .breadcrumbs.breadcrumbs-step-bar {
        margin-left: -20px;
        margin-right: -20px;

        .container ol li {
            margin-right: 0;
            min-height: auto;

            .breadcrumb-icon {
                font-size: 300%;
                margin-bottom: 30px;
            }

            .breadcrumb-title {
                font-size: @font-size-base;
            }

            &:before {
                content: none;
            }
        }
    }
}*/

.link-list ul {
  margin-bottom: 0;
}
.link-list .document-list {
  padding: 30px;
}
@media (max-width: 767px) {
  .link-list .document-list {
    padding: 0px;
  }
}
.link-list .link-list-item {
  text-align: left;
  border-top: 1px solid rgba(213, 214, 216, 0.4);
  color: #D71440;
  padding: 10px 0;
}
.link-list .link-list-item a {
  padding-right: 20px;
  display: block;
}
.link-list .link-list-item .link-list-icon {
  line-height: 1.428571429;
  color: #D71440;
}
.link-list .link-list-item:last-child {
  border-bottom: 1px solid rgba(213, 214, 216, 0.4);
}
@media (max-width: 767px) {
  .link-list ul + ul li:first-child {
    border-top: none;
  }
}
@media (max-width: 767px) {
  #policy-info-header {
    text-align: left !important;
  }
}
.price-to-pay__container {
  padding-bottom: 15px;
  border-bottom: 1px solid #C1C1C1;
}
.price-to-pay__label {
  font-family: "ProbaPro-Regular";
  font-weight: bold;
  font-size: 16px;
}
.price-to-pay__price {
  font-family: "ProbaPro-Regular";
  font-weight: bold;
  font-size: 24px;
  float: right;
}
.panel.panel-default {
  border-top: none;
}
.panel.panel-default .panel-body {
  padding: 20px;
}
.panel.panel-default .panel-body img {
  width: 100%;
}
.panel.panel-default .panel-body .policy-summary-container {
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px;
}
@media (max-width: 767px) {
  .panel.panel-default .panel-body .policy-summary-container .summary-h2 {
    padding-bottom: 5px;
  }
}
.panel.panel-default .panel-body .policy-summary-container h2 {
  font-size: 24px;
}
.panel.panel-default .panel-body .policy-summary-container h4.policy-info-header {
  font-size: 18px;
  font-weight: bold;
}
.panel.panel-default .panel-body .policy-summary-container h4.policy-info-number {
  font-size: 18px;
}
.panel.panel-default .panel-heading + .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
.panel.panel-default.key-benefits-container {
  border: 1px solid #C1C1C1;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.panel.panel-default.key-benefits-container .panel-body h4 {
  color: white;
  font-size: 24px;
}
.panel.panel-default.key-benefits-container .panel-body .title-container {
  background-color: #D00F39;
}
#create-password .form-horizontal {
  display: flex;
  flex-direction: column;
}
#create-password .form-horizontal input {
  border: 1px solid #C1C1C1;
  box-sizing: border-box;
  border-radius: 5px;
}
#create-password .form-horizontal .control-label {
  font-weight: bold;
  font-size: 18px;
}
#create-password .buttons-container {
  display: flex;
  flex-direction: column;
}
.panel.panel-primary {
  border-top: none;
}
.panel.panel-primary .panel-body {
  padding: 20px;
}
.panel.panel-primary .panel-body img {
  width: 100%;
}
.panel.panel-primary .panel-heading .heading-icon {
  background-color: #333333;
  color: #d3d6d7;
  padding: 5px;
  font-size: 24px;
  width: 44px;
  text-align: center;
  line-height: 1.428571429;
  border-radius: 100%;
  margin: -10px 10px -10px 0;
}
.panel.panel-primary .panel-heading .heading-icon + .panel-title {
  display: inline-block;
}
.panel2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .panel2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .panel2 {
    margin-bottom: 105px;
  }
}
.panel2--callout {
  background-color: #F3F3F3;
  border-radius: 10px;
}
.panel2--callout .panel2__body {
  text-align: center;
}
@media (min-width: 768px) {
  .panel2--callout .panel2__body {
    text-align: left;
  }
}
.panel2--summary {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .panel2--summary {
    margin-left: 0;
    margin-right: 0;
  }
}
.panel2--wShadow {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.panel2__body {
  padding: 34px 10px 29px;
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .panel2__body {
    padding: 29px 22px 30px;
  }
}
.panel2__body p {
  font-size: 18px;
}
.panel2__body--no-padding {
  padding: 0;
}
.panel2__body h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 24px;
}
.panel2__body p {
  margin: 0 0 28px;
}
.panel2__body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .summary-cover {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .summary {
    border-radius: 20px;
  }
  .one-col .summary {
    width: 660px;
    margin: 0 auto;
    border-radius: 0;
  }
}
.summary--collapsed .summary__toggle {
  top: 14px;
  transform: rotate(180deg);
}
.summary--collapsed .summary__data {
  display: none;
}
@media (min-width: 768px) {
  .summary--collapsed .summary__data {
    display: block;
  }
}
.summary__title {
  position: relative;
  margin: 0;
  padding: 13px 34px 13px 15px;
  border: 1px solid #C1C1C1;
  border-width: 1px 0;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .summary__title {
    height: 60px;
    background: linear-gradient(135deg, #3A3939 0%, #575656 100%);
    border-radius: 20px 20px 0 0;
    border: 0;
    padding: 0 20px;
    color: #FFF;
    font-size: 24px;
    line-height: 60px;
  }
  .one-col .summary__title {
    height: auto;
    background: none;
    border-radius: 0;
    padding: 18px 28px;
    color: #333;
    font-size: 24px;
    line-height: 30px;
  }
}
.summary__title--benefits {
  background: #D00F39;
  height: 60px;
  border-radius: 20px 20px 0 0;
  border: 0;
  padding: 0 20px;
  color: #FFF;
  font-size: 24px;
  line-height: 60px;
}
.summary__item--caption .summary__label,
.summary__item--caption .summary__value,
.summary__caption {
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .summary__item--caption .summary__label,
  .summary__item--caption .summary__value,
  .summary__caption {
    font-size: 24px;
    line-height: 30px;
  }
}
.summary__toggle {
  display: block;
  width: 36px;
  height: 28px;
  background: url('files/new/icon-arrow-top.svg') center top no-repeat;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 9px;
  border: 10px solid transparent;
}
@media (min-width: 768px) {
  .summary__toggle {
    display: none;
  }
}
.summary__data {
  padding: 0 15px;
}
.summary__data#tillrecipt .qtip__icon {
  display: none;
}
@media (min-width: 768px) {
  .summary__data {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 20px 20px;
  }
  .one-col .summary__data {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .summary__data#tillrecipt {
    border-radius: 0;
  }
  .summary__data#tillrecipt + .summary__data {
    position: relative;
    z-index: 1;
  }
  .summary__data#tillrecipt + .summary__data:before {
    display: block;
    width: 100%;
    height: 32px;
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    top: -16px;
  }
  .summary__data#tillrecipt + .summary__data .summary__item {
    position: relative;
  }
  .summary__data#tillrecipt + .summary__data .summary__item:first-child {
    border-top: 1px solid #C1C1C1;
  }
}
.summary__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0 12px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .summary__item {
    padding: 11px 0;
    font-size: 18px;
    line-height: 27px;
    border-bottom: 1px solid #C1C1C1;
  }
  .one-col .summary__item {
    padding: 12px 28px;
    font-size: 18px;
    line-height: 27px;
    border: none;
  }
}
.summary__item:last-child {
  border-bottom: 0;
}
.summary__item .qtip__icon {
  vertical-align: middle;
  margin-left: 4px;
}
.summary__item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0 12px;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .summary__item2 {
    padding: 11px 0;
    font-size: 18px;
    line-height: 27px;
    border-bottom: 1px solid #C1C1C1;
  }
  .one-col .summary__item2 {
    padding: 12px 28px;
    font-size: 18px;
    line-height: 27px;
  }
}
.summary__item2:last-child {
  border-bottom: 0;
}
.summary__item2 .qtip__icon {
  vertical-align: middle;
  margin-left: 4px;
}
.summary__label {
  width: 30%;
}
@media (min-width: 768px) {
  .summary__label {
    width: 60%;
  }
}
.summary__value {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 70%;
  padding-left: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  .summary__value {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .summary {
    border-radius: 20px;
  }
  .one-col .summary {
    width: 660px;
    margin: 0 auto;
    border-radius: 0;
  }
}
.summary--collapsed .summary__toggle {
  top: 14px;
  transform: rotate(180deg);
}
.summary--collapsed .summary__data {
  display: none;
}
@media (min-width: 768px) {
  .summary--collapsed .summary__data {
    display: block;
  }
}
.summary__title2 {
  position: relative;
  margin: 0;
  padding: 13px 34px 13px 15px;
  border: 1px solid #C1C1C1;
  border-width: 1px 0;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .summary__title2 {
    height: 60px;
    border: 0;
    padding: 0 20px;
    color: black;
    font-size: 24px;
    line-height: 60px;
  }
  .one-col .summary__title2 {
    height: auto;
    background: none;
    border-radius: 0;
    padding: 18px 28px;
    color: #333;
    font-size: 24px;
    line-height: 30px;
  }
}
.summary__item--caption .summary__label,
.summary__item--caption .summary__value,
.summary__caption {
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .summary__item--caption .summary__label,
  .summary__item--caption .summary__value,
  .summary__caption {
    font-size: 24px;
    line-height: 30px;
  }
}
.summary__toggle {
  display: block;
  width: 36px;
  height: 28px;
  background: url('files/new/icon-arrow-top.svg') center top no-repeat;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 9px;
  border: 10px solid transparent;
}
@media (min-width: 768px) {
  .summary__toggle {
    display: none;
  }
}
.summary__data {
  padding: 0 15px;
}
.summary__data#tillrecipt .qtip__icon {
  display: none;
}
@media (min-width: 768px) {
  .one-col .summary__data {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .summary__data#tillrecipt {
    border-radius: 0;
  }
  .summary__data#tillrecipt + .summary__data {
    position: relative;
    z-index: 1;
  }
  .summary__data#tillrecipt + .summary__data:before {
    display: block;
    width: 100%;
    height: 32px;
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    top: -16px;
  }
  .summary__data#tillrecipt + .summary__data .summary__item {
    position: relative;
  }
  .summary__data#tillrecipt + .summary__data .summary__item:first-child {
    border-top: 1px solid #C1C1C1;
  }
}
.summary__data2#tillrecipt .qtip__icon {
  display: none;
}
@media (min-width: 768px) {
  .summary__data2 {
    padding: 0 15px;
  }
  .one-col .summary__data2 {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .summary__data2#tillrecipt {
    border-radius: 0;
  }
  .summary__data2#tillrecipt + .summary__data {
    position: relative;
    z-index: 1;
  }
  .summary__data2#tillrecipt + .summary__data:before {
    display: block;
    width: 100%;
    height: 32px;
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    top: -16px;
  }
  .summary__data2#tillrecipt + .summary__data .summary__item {
    position: relative;
  }
  .summary__data2#tillrecipt + .summary__data .summary__item:first-child {
    border-top: 1px solid #C1C1C1;
  }
}
.summary__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0 12px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .summary__item {
    padding: 11px 0;
    font-size: 18px;
    line-height: 27px;
  }
  .one-col .summary__item {
    padding: 12px 28px;
    font-size: 18px;
    line-height: 27px;
    border: none;
  }
}
.summary__item:last-child {
  border: none;
}
.summary__item .qtip__icon {
  vertical-align: middle;
  margin-left: 4px;
}
.summary__item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0 12px;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .summary__item2 {
    padding: 11px 0;
    font-size: 18px;
    line-height: 27px;
  }
  .one-col .summary__item2 {
    padding: 12px 28px;
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .summary__item2:last-child {
    border-bottom: 1px solid #C1C1C1;
  }
}
.summary__item2 .qtip__icon {
  vertical-align: middle;
  margin-left: 4px;
}
.summary__label {
  width: 30%;
}
@media (min-width: 768px) {
  .summary__label {
    width: 60%;
  }
}
.summary__value {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 70%;
  padding-left: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  .summary__value {
    width: 50%;
  }
}
.side-panel-grey {
  background-color: #F3F3F3;
  border-radius: 10px;
  margin-top: 17px;
}
@media (max-width: 767px) {
  .side-panel-grey {
    display: none;
  }
}
.one-col .panel2 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .one-col .panel2 {
    margin-bottom: 0;
    padding-top: 35px;
    border-top: 1px solid #9F9F9F;
  }
}
.center-align-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.funnel-knockout-container {
  top: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .funnel-knockout-container {
    top: -35px;
  }
}
.funnel-knockout-button-container {
  flex-direction: column;
  align-items: inherit;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .funnel-knockout-button-container {
    flex-direction: row;
    padding-left: 0px;
  }
}
.funnel-knockout-button-return-container {
  padding-left: 0px;
}
.funnel-knockout-button-return-container a {
  font-size: 18px;
}
@media (max-width: 991px) {
  .funnel-knockout-button-return-container {
    padding-left: 0px;
  }
}
.alert-with-icon {
  padding: 20px 20px 30px 24px;
}
.alert-with-icon.alert-red {
  background-color: #D71440;
  color: #FFF;
}
.alert-with-icon.alert-red * {
  color: #FFF;
}
.alert-with-icon.alert-grey {
  background-color: rgba(213, 214, 216, 0.5);
}
.alert-with-icon.alert-grey * {
  color: #333333;
}
.alert-with-icon > .alert-icon {
  position: absolute;
  margin-top: 5px;
}
.alert-with-icon > .alert-message {
  display: block;
  padding-top: 2px;
  padding-left: 40px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  padding-right: 20px;
  opacity: 1;
}
.alert.alert-red {
  border: none;
}
.alert.alert-red.arrow-right:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #D71440;
  position: absolute;
  bottom: 10px;
  left: unset;
  right: -13px;
}
.alert.alert-red.arrow-left:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid #D71440;
  position: absolute;
  left: -13px;
  bottom: 10px;
  right: unset;
}
.alert.alert-red {
  background-color: #D71440;
  color: #FFF;
}
.alert.alert-red * {
  color: #FFF;
}
@media (max-width: 767px) {
  #mta-button.well {
    display: block;
    align-items: center;
    width: 100%;
    flex-direction: column-reverse;
    margin: 0;
  }
}
.well {
  border: none;
  box-shadow: none;
  padding: 20px;
}
@media (max-width: 767px) {
  .well {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column-reverse;
    margin: 0;
  }
}
.well .buttons-next-back {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .well .buttons-next-back {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column-reverse;
    margin: 0;
  }
  .well .buttons-next-back div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.well .add-cover-back-btn {
  text-decoration: underline;
  background-color: white;
  font-size: 18px;
  font-weight: bold;
}
.well .add-cover-back-btn:hover {
  color: #D00F39;
}
.well .add-cover-next-btn {
  background-color: #D00F39;
  border-radius: 100px;
  color: white;
  font-size: 18px;
  padding: 10px 20px 10px 20px;
  display: block;
  width: 100%;
}
.well .add-cover-next-btn:hover {
  background-color: #a81032;
}
@media (max-width: 767px) {
  .well > div.mta-next {
    display: flex;
    flex-direction: column-reverse;
  }
  .well > div.mta-next div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.well.well-arrow {
  position: relative;
  border-top: 1px solid inherit;
}
.well-arrow:after,
.well-arrow:before {
  top: -1px;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.well-arrow:after {
  border-top-color: #FFF;
  border-width: 9px;
  margin-left: 1px;
}
.well-arrow:before {
  border-top-color: inherit;
  border-width: 10px;
}
.arrow-1:before,
.arrow-1:after {
  left: 8.33%;
}
.arrow-2:before,
.arrow-2:after {
  left: 16.667%;
}
.arrow-3:before,
.arrow-3:after {
  left: 25%;
}
.arrow-4:before,
.arrow-4:after {
  left: 33.33%;
}
.arrow-5:before,
.arrow-5:after {
  left: 41.667%;
}
.arrow-6:before,
.arrow-6:after {
  left: 50%;
}
.arrow-7:before,
.arrow-7:after {
  left: 58.33%;
}
.arrow-8:before,
.arrow-8:after {
  left: 66.667%;
}
.arrow-9:before,
.arrow-9:after {
  left: 75%;
}
.arrow-10:before,
.arrow-10:after {
  left: 83.33%;
}
.arrow-11:before,
.arrow-11:after {
  left: 91.667%;
}
.arrow-12:before,
.arrow-12:after {
  left: 100%;
}
.well2 {
  background: #FFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 29px 20px;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .well2 {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 24px;
  }
}
.well2:last-child {
  margin-bottom: 0;
}
.well2 h5 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .well2 h5 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .travellers {
    position: relative;
    padding: 40px;
  }
}
.travellers__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
}
.travellers__data-label {
  width: 40%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .travellers__data-label {
    width: 135px;
    white-space: unset;
    padding-right: 8px;
  }
}
.travellers__data-value {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 60%;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  text-align: right;
}
@media (min-width: 768px) {
  .travellers__data-value {
    max-width: 460px;
    padding-right: 320px;
  }
}
.travellers__edit {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .travellers__edit {
    margin-top: 0;
    position: absolute;
    right: 68px;
    top: 40px;
  }
}
.travellers__search {
  width: 100%;
  background: #F3F3F3;
  margin-top: 20px;
  padding: 27px 14px 20px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .travellers__search {
    margin-top: 15px;
    padding: 37px 20px 43px;
  }
}
.travellers__search-title {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
.travellers__search-label {
  margin-bottom: 10px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.travellers__search-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .travellers__search-fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.travellers__search-input {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .travellers__search-input {
    width: 380px;
    margin-bottom: 0;
  }
}
.travellers__search-action {
  width: 100%;
}
@media (min-width: 768px) {
  .travellers__search-action {
    width: 163px;
    padding-left: 10px;
  }
}
.travellers__search-action .btn2 {
  width: 100%;
}
.travellers__search-action .btn2--back {
  font-weight: bold;
}
.travellers__search {
  background: #F3F3F3;
  margin: 20px -15px -24px;
  padding: 27px 14px 20px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .travellers__search {
    width: 100%;
    margin: 15px 0 0;
    padding: 37px 20px 43px;
  }
}
.travellers__search-title {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}
.travellers__search-label {
  margin-bottom: 10px;
}
.travellers__search-label label {
  margin-bottom: 0;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.travellers__search-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .travellers__search-fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.travellers__search-input {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .travellers__search-input {
    width: 380px;
    margin-bottom: 0;
  }
}
.travellers__search-action {
  width: 100%;
}
@media (min-width: 768px) {
  .travellers__search-action {
    width: 163px;
    padding-left: 10px;
  }
}
.travellers__search-action .btn2 {
  width: 100%;
}
.travellers__search-action .btn2--back {
  font-weight: bold;
}
.travellers__search-answers p {
  margin-top: 24px;
}
.travellers #questions,
.travellers__search-results {
  background: #F3F3F3;
  position: relative;
  margin: 20px -15px -24px;
  padding: 27px 14px 20px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .travellers #questions,
  .travellers__search-results {
    width: 100%;
    margin: 15px 0 0;
    padding: 37px 20px 43px;
  }
}
.travellers__condition--complete {
  position: relative;
  margin-bottom: 20px;
}
.travellers__condition--complete:last-child {
  margin-bottom: 0;
}
.travellers__condition-qtip {
  float: right;
  margin: 3px 5px 3px 0;
}
.travellers__condition-title {
  padding-right: 102px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
}
.travellers__condition-questions__text {
  margin: 10px 0 7px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.travellers__condition-questions .radio-group .radio,
.travellers__condition-questions .checkboxes-group .checkbox {
  margin-top: 13px;
}
.travellers__condition-questions .checkboxes-group + div {
  margin-top: 23px;
}
.travellers__condition-questions p {
  margin-bottom: 10px;
}
.travellers__condition-questions [id^="hideme-"] .radio-group,
.travellers__condition-questions .btn2 {
  margin-bottom: 20px;
}
.travellers__condition-questions .btn2--back {
  font-weight: bold;
}
.travellers__condition-cancel {
  position: absolute;
  right: 13px;
  top: 24px;
}
@media (min-width: 768px) {
  .travellers__condition-cancel {
    right: 30px;
  }
}
.travellers__condition-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .travellers__condition-edit {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
  .travellers__condition-edit .btn2:first-child {
    margin-right: 48px;
  }
}
.travellers__condition-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .travellers__condition-action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.travellers__condition-action .btn2 {
  width: 100%;
}
.travellers__condition-action .btn2--back {
  order: 2;
  margin: 20px 0 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .travellers__condition-action .btn2 {
    width: 218px;
  }
  .travellers__condition-action .btn2--back {
    order: 0;
    width: auto;
    margin: 0 20px 0 0;
  }
}
.travellers__action {
  margin-top: 51px;
}
@media (min-width: 768px) {
  .travellers__action {
    margin-top: 40px;
  }
}
.travellers__action .text-left {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .travellers__action .text-left {
    margin-bottom: 0;
  }
}
.travellers__action .btn2--back {
  font-weight: bold;
}
.travellers__action .btn2 {
  width: 100%;
}
@media (min-width: 768px) {
  .travellers__action .btn2 {
    width: 200px;
  }
}
.travellers__actions {
  margin: 23px -10px -9px;
}
@media (min-width: 768px) {
  .travellers__actions {
    width: 200px;
    position: absolute;
    right: 40px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
  }
}
.travellers__actions button {
  width: 100%;
}
.well3 {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .well3 {
    margin: 48px 0;
  }
}
.well3 p {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
@media (min-width: 768px) {
  .well3 p {
    font-size: 16px;
    line-height: 24px;
  }
}
.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page--your-quote .actions {
    margin: 0;
  }
}
.actions__item > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.page--your-quote .actions__item > div {
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .actions__item--forward {
    order: 2;
  }
}
.actions__item--forward div {
  width: 100%;
}
.actions__item--forward .btn2--forward {
  width: 100%;
}
@media (min-width: 768px) {
  .actions__item--forward .btn2--forward {
    width: 200px;
  }
}
/* Default Table and Striped Table */

.table p,
.table h1,
.table h2,
.table h3,
.table h4,
.table h5,
.table h6 {
  margin: 0;
}
.table p,
.table td {
  font-size: 16px;
}
.table th {
  font-size: 18px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
}
.table thead > tr > th {
  background-color: rgba(211, 214, 215, 0.5);
  border: 1px solid #D3D6D7;
  padding: 20px;
}
.table tbody > tr > th {
  border: 1px solid #D3D6D7;
  padding: 20px;
}
.table tbody > tr > td,
.table tfoot > tr > th {
  border-top: none;
  border: 1px solid #D3D6D7;
  padding: 20px;
}
.table caption {
  color: #333333;
  background-color: #D5D6D8;
  font: 21px "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  padding: 20px;
}
.table.product-table tbody > tr > th {
  border-top: 1px solid #D3D6D7;
}
.table.product-table th > p {
  margin-bottom: 0;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
}
.table.product-table.vertical tbody tr td:nth-of-type(even),
.table.product-table.vertical tbody tr th[scope='col']:nth-of-type(odd) {
  background-color: rgba(213, 214, 216, 0.25);
}
.table.product-table.vertical tbody tr th[scope='row'],
.table.product-table.vertical tbody tr th[scope='col']:first-child {
  background-color: rgba(213, 214, 216, 0.5);
}
.table.product-table.horizontal tbody tr:nth-of-type(odd) td,
.table.product-table.horizontal tbody tr:nth-of-type(odd) th[scope='row'] {
  background-color: rgba(213, 214, 216, 0.25);
}
.table.product-table.horizontal th[scope='col'] {
  background-color: rgba(213, 214, 216, 0.5);
}
@media (max-width: 767px) {
  .table.product-table.no-border td,
  .table.product-table.no-border th {
    border: none;
  }
  .table.product-table.no-border .t-b-border {
    border-top: 1px solid #D3D6D7;
    border-bottom: 1px solid #D3D6D7;
  }
  .table.product-table.no-border .b-border {
    border-bottom: 1px solid #D3D6D7;
  }
  .table.product-table caption {
    padding: 10px;
    font-size: 18px;
  }
  .table.product-table th,
  .table.product-table td {
    padding: 10px;
  }
}
.table.product-table.base-quote-table th[scope='col'],
.table.product-table.base-quote-table td {
  text-align: center;
}
.table.product-table.base-quote-table th,
.table.product-table.base-quote-table td {
  height: 1px;
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  padding: 10px;
  -ms-word-break: normal;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.table.product-table.base-quote-table th > div,
.table.product-table.base-quote-table td > div {
  height: 100%;
}
@-moz-document url-prefix() {
  tr > th.moz-pad {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 991px) {
  .table.product-table.base-quote-table .header .icon-list-icon:before {
    top: -8px;
    left: 5px;
  }
  .table.product-table.base-quote-table .header .icon-list-text {
    padding: 0;
  }
  .table.product-table.base-quote-table .fixed-height {
    height: 115px;
  }
}
.hover {
  background: #E9EAEC !important;
}
.icon-list-item .icon-list-text {
  padding-left: 30px;
  color: #333333;
}
.icon-list-item .icon-list-icon.icon-round:before {
  border-radius: 100%;
  background-color: #F5F5F5;
}
.icon-list-item .icon-list-icon.icon-round.padding:before {
  border-radius: 100%;
  background-color: #F5F5F5;
  padding: 10px;
}
.icon-list-item .icon-list-icon.icon-round.primary:before {
  background-color: #D71440;
  color: white;
}
.icon-list-item .icon-list-icon.icon-round + .icon-list-text {
  padding-left: 50px;
}
.icon-list-item .icon-list-icon.icon-3x + .icon-list-text {
  padding-left: 50px;
}
.icon-list-item .icon-list-icon.icon-3x:before {
  top: 0;
}
.icon-list-item .icon-list-icon.icon-3x.icon-round + .icon-list-text {
  padding-left: 60px;
}
.icon-information {
  cursor: pointer;
}
.iconListItem {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.iconListItem svg {
  flex: 0 0 16px;
}
.iconListText {
  padding-left: 10px;
  padding-right: 10px;
}
body {
  padding: 0;
  font-size: 14px;
}
.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
}
.page--your-quote .layout {
  position: relative;
  padding-bottom: 0;
  margin-top: -168px;
}
@media (min-width: 768px) {
  .layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 0 50px;
  }
  .layout__one-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page--your-quote .layout {
    position: relative;
    margin-top: -190px;
    margin-bottom: 20px;
  }
}
.layout__left-col {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .layout__left-col {
    width: 675px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .layout__right-col {
    width: 330px;
    margin: 0 0 0 19px;
  }
}
.header-funnel {
  width: 100vw;
  background-color: #f3f3f3;
  position: relative;
  padding-bottom: 48px;
}
.page--your-quote .header-funnel {
  padding-bottom: 158px;
}
@media (min-width: 768px) {
  .header-funnel {
    width: 100%;
    padding-bottom: 100px;
  }
  .page--your-quote .header-funnel {
    padding-bottom: 220px;
  }
}
.header-funnel:after {
  display: block;
  width: 100%;
  height: auto;
  max-height: 50px;
  content: '';
  background: url('files/new/logo-round.svg') center top no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding-top: 4.86111%;
  transform: translateX(-50%);
  pointer-events: none;
  /*
        @media (min-width: 375px) and (max-width:812px) and (pixel-radio:3) {
            width: 115%;
        }*/

}
@media only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  .header-funnel:after {
    background-image: url('files/new/header-bg@2x.png');
  }
}
@media (min-width: 1440px) {
  .header-funnel:after {
    padding-top: 70px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .header-funnel:after {
    background-image: url('files/new/header-bg@2x.png');
  }
}
.header-funnel__container {
  max-width: 1044px;
  margin: 0 auto;
}
.header-funnel__container_no-message {
  width: 30%;
}
.header-funnel__container-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1266px;
  min-height: auto;
  border-bottom: 6px solid #D00F39;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header-funnel__container-top {
    width: 100%;
    height: 81px;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .header-funnel__container-top {
    align-items: center;
  }
}
.header-funnel__logo {
  width: 65px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .header-funnel__logo {
    width: 90px;
    padding: 20px 0 11px;
  }
}
@media (max-width: 767px) {
  .header-funnel__logo {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .header-funnel__logo {
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  .header-funnel__logo {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .header-funnel__logo img {
    width: 79px;
    height: 59px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
.header-funnel__top-title {
  margin: 28px 20px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header-funnel__top-title {
    margin: -45px 0 19px;
    font-size: 18px;
    line-height: 27px;
  }
}
.header-funnel__help {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-right: 20px;
  text-align: right;
}
.header-funnel__help-action {
  display: inline-block;
  padding-top: 8px;
  color: #D00F39;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header-funnel__help-action {
    padding-top: 35px;
    font-size: 16px;
    line-height: 24px;
  }
}
.header-funnel__help-content {
  display: none;
}
.header-funnel__help-mta {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-right: 20px;
  text-align: right;
}
.header-funnel__help-mta-action-mta {
  display: block;
  color: #D00F39;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  cursor: pointer;
  text-transform: none !important;
  padding-top: 0px;
}
.header-funnel__help-mta-content {
  display: none;
}
.header-funnel__user {
  font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  text-align: right;
  color: #D00F39;
  list-style-type: none;
  font-weight: bold;
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header-funnel__user {
    align-items: center;
    padding-top: 0px;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header-funnel__user {
    align-items: center;
    padding-top: 0px;
    margin-right: 10px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header-funnel__user {
    align-items: center;
    padding-top: 0px;
    margin-right: 10px;
    font-size: 14px;
  }
}
.header-funnel__user-myaccount {
  padding-right: 19px;
  /*@media (min-width: @screen-sm-min) {
                position: absolute;
                height: 24px;
                left: 85%;
                right: 10%;
                top: 35px;
            }

            position: absolute;
            height: 24px;
            left: 56%;
            right: 22%;
            top: 10px;*/

}
.header-funnel__title {
  margin: 31px 15px 0;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .header-funnel__title {
    margin: 26px 0 0;
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .header-funnel__title {
    margin: 31px 15px 15px;
    line-height: 30px;
  }
}
.header-funnel__subtitle {
  margin: 31px 15px 0;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .header-funnel__subtitle {
    margin: 26px 0 0;
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .header-funnel__subtitle {
    margin: 31px 15px 15px;
  }
}
.header-funnel__subtitletwo {
  margin: 31px 15px 0;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .header-funnel__subtitletwo {
    margin: 26px 0 0;
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .header-funnel__subtitletwo {
    margin: 31px 15px 15px;
  }
}
.header-funnel__knockout-title {
  margin: 31px 15px 0;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .header-funnel__knockout-title {
    margin: 26px 0 0;
    font-size: 30px;
    line-height: 65px;
  }
}
.header-funnel__knockout-title_no-message {
  margin: 31px 15px 0;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .header-funnel__knockout-title_no-message {
    margin: 26px 0 0;
    font-size: 30px;
    line-height: 65px;
    text-align: center;
  }
}
.header-funnel__top-message {
  margin: 20px 15px 7px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}
@media (min-width: 768px) {
  .header-funnel__top-message {
    margin: 3px 0 14px;
  }
}
@media (max-width: 767px) {
  .header-funnel__top-message {
    line-height: 18px;
  }
}
.header-funnel__sub-header {
  margin: 20px 15px 7px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .header-funnel__sub-header {
    margin: 11px 0 20px;
  }
}
.header-funnel__quote-scroll {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('files/new/icon-scroll.svg') center top no-repeat;
  margin-left: 10px;
  cursor: pointer;
  text-indent: -9000px;
  overflow: hidden;
  vertical-align: middle;
}
.header-no-message-container {
  width: 75%;
  text-align: center;
  margin-left: 13%;
}
@media (max-width: 767px) {
  .header-funnel__help-action-mta {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .header-funnel__help-action-mta > span {
    display: flex;
    flex-direction: column;
    width: fit-content;
    text-align: left;
  }
}
.stepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .stepper {
    margin: 0;
  }
}
.stepper__item {
  width: 38px;
  position: relative;
  padding: 0 10px 0 9px;
}
@media (min-width: 768px) {
  .stepper__item {
    width: 76px;
    padding: 0 19px;
  }
}
.stepper__item:before,
.stepper__item:after {
  display: block;
  height: 1px;
  content: '';
  background: #666;
  position: absolute;
  top: 9px;
}
@media (min-width: 768px) {
  .stepper__item:before,
  .stepper__item:after {
    top: 18px;
  }
}
.stepper__item:before {
  width: 9px;
  left: 0;
}
@media (min-width: 768px) {
  .stepper__item:before {
    width: 23px;
  }
}
.stepper__item::after {
  width: 10px;
  right: 0;
}
@media (min-width: 768px) {
  .stepper__item::after {
    width: 23px;
  }
}
.stepper__item[data-active="true"]:before,
.stepper__item[data-active="true"]:after {
  height: 2px;
  background-color: #D00F39;
}
.stepper__item[data-active="true"] .stepper__num {
  border-color: #D00F39;
  box-shadow: 0 0 0 1px #D00F39;
}
@media (min-width: 768px) {
  .stepper__item[data-active="true"] .stepper__num {
    background-color: #FFF;
  }
}
.stepper__item[data-active="true"] .stepper__num span {
  background: #D00F39;
  color: #FFF;
  border: 2px solid #FFF;
}
@media (min-width: 768px) {
  .stepper__item[data-active="true"] .stepper__num span {
    border: 1px solid #D00F39;
  }
}
@media (min-width: 768px) {
  .stepper__item[data-current="true"] .stepper__title {
    opacity: 1;
  }
}
.stepper__item:first-child {
  width: 29px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .stepper__item:first-child {
    width: 57px;
  }
}
.stepper__item:first-child:before {
  display: none;
}
.stepper__item:last-child {
  width: 28px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .stepper__item:last-child {
    width: 57px;
  }
}
.stepper__item:last-child:after {
  display: none;
}
.stepper__num {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  border: 1px solid #666;
  border-radius: 50%;
  text-align: center;
}
@media (min-width: 768px) {
  .stepper__num {
    width: 38px;
    height: 38px;
    background: transparent;
    padding: 3px;
    border: 1px solid transparent;
  }
}
.stepper__num span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  padding: 3px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .stepper__num span {
    width: 30px;
    height: 30px;
    background: #FFF;
    padding: 0;
    font-size: 16px;
    border: 1px solid #666;
  }
}
.stepper__num i {
  font-style: normal;
}
.stepper__title {
  display: none;
}
@media (min-width: 768px) {
  .stepper__title {
    display: block;
    margin: 13px -19px 0;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    opacity: 0.4;
  }
}
.footer-funnel {
  border-top: 1px solid #BFBFBF;
  bottom: 0;
  width: 100%;
}
.footer-funnel.no-mgtop {
  margin-top: 0;
}
.footer-funnel__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1060px;
  margin: 0 auto;
  padding: 9px 28px 15px;
}
@media (max-width: 767px) {
  .footer-funnel__container {
    padding: 9px 28px 15px;
  }
}
@media (max-width: 991px) {
  .footer-funnel__container {
    padding: 9px 28px 15px;
  }
}
.footer-funnel__top {
  background: #FFF;
}
.footer-funnel__logo {
  width: 67px;
  height: 50px;
  background: url('files/POMS_logo.png');
  background-size: 67px 50px;
}
@media only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  .footer-funnel__logo {
    background-image: url('files/POMS_logo.png');
    margin: 5px 26px 5px 26px;
  }
}
.footer-funnel__links a {
  color: #333333;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  padding-left: 45px;
}
@media (max-width: 767px) {
  .footer-funnel__links a {
    padding-left: 25px;
  }
}
.footer-funnel__links a:hover {
  text-decoration: underline;
}
.footer-funnel__bottom {
  background: #D00F39;
  color: #FFF;
}
.footer-funnel__copyright {
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .footer-funnel__copyright {
    margin-left: 32px;
  }
}
@media (max-width: 991px) {
  .footer-funnel__copyright {
    margin-left: 32px;
  }
}
@media (min-width: 767px) {
  .footer-fixed {
    position: fixed;
  }
}
.policy-number-mta {
  font-size: 18px;
  font-weight: 700;
  font-family: 'ProbaPro-Regular';
}
.mta-your-details-button-cont {
  display: flex;
}
@media (max-width: 991px) {
  .mta-your-details-button-cont {
    flex-direction: column-reverse;
    width: 100%;
  }
}
#payment-back:focus {
  color: black;
}
#payment-back:hover {
  color: black !important;
}
.your-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 33px 0 0;
}
@media (min-width: 768px) {
  .your-quote {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 45px 0 0;
  }
  .your-quote--expanded [data-coverage-item="2"],
  .your-quote--expanded [data-coverage-item="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .your-quote--expanded [data-coverage-expand] {
    display: none !important;
  }
  .your-quote--expanded [data-coverage-collapse] {
    display: inline !important;
  }
}
.your-quote__col {
  width: 100%;
  background: #FFF;
  margin: 0 0 20px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .your-quote__col {
    width: 320px;
    margin: 0 20px 0 0;
  }
}
.your-quote__col:last-child {
  margin: 0;
}
.your-quote__col [data-coverage-item="2"],
.your-quote__col [data-coverage-item="4"] {
  display: none;
}
.your-quote__col [data-coverage-expand] {
  display: inline;
}
.your-quote__col [data-coverage-collapse] {
  display: none;
}
.your-quote__col--expanded [data-coverage-item="2"],
.your-quote__col--expanded [data-coverage-item="4"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.your-quote__col--expanded [data-coverage-expand] {
  display: none;
}
.your-quote__col--expanded [data-coverage-collapse] {
  display: inline;
}
.your-quote__col-top {
  height: 40px;
}
.your-quote__col-top span {
  display: block;
  height: 40px;
  background: #F6D843;
  border-radius: 10px 10px 2px 2px;
  padding-top: 7px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 27px;
  text-transform: uppercase;
  text-align: center;
}
.your-quote__title {
  margin-top: 10px;
  padding: 0 21px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .your-quote__title {
    margin-top: 15px;
    padding: 0 21px;
  }
}
.your-quote__title h3 {
  font-size: 3rem;
  line-height: 1.16;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  margin: 20px 0;
}
.your-quote__price {
  margin-top: 13px;
  padding: 0 10px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 768px) {
  .your-quote__price {
    margin-top: 16px;
    padding: 0 15px;
    font-size: 32px;
    line-height: 32px;
  }
}
.your-quote__ipid {
  margin-top: 9px;
  padding: 0 10px;
  font-size: 1.6rem;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .your-quote__ipid {
    margin-top: 20px;
    padding: 0 15px;
    font-size: 1.6rem;
    line-height: normal;
  }
}
.your-quote__ipid a {
  color: #D00F39;
  text-decoration: underline;
}
.your-quote__ipid a:hover {
  text-decoration: none;
}
.your-quote__ipid a:after {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("files/new/icon-document.svg") center no-repeat;
  content: '';
  margin-left: 5px;
  vertical-align: middle;
}
.your-quote__ipid-link {
  display: flex;
  justify-content: center;
}
.your-quote__coverage {
  margin: 20px 0 0;
  padding: 0 10px;
  border-top: 1px solid #C1C1C1;
}
@media (min-width: 768px) {
  .your-quote__coverage {
    margin: 20px 0 0;
    padding: 0 10px;
    border: none;
  }
}
@media (min-width: 1200px) {
  .your-quote__coverage {
    padding: 0 20px;
  }
}
.your-quote__coverage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  position: relative;
  margin: 0 0 19px;
  font-family: ProbaPro;
  font-size: 14px;
  line-height: 21px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .your-quote__coverage-item {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
.your-quote__coverage-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .your-quote__coverage-item:last-child {
    margin-bottom: 0;
  }
}
.your-quote__coverage-title {
  position: relative;
  padding: 0 10px 0 30px;
}
.your-quote__coverage-premium {
  color: #333;
  font-family: ProbaPro-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .your-quote__coverage-premium {
    text-align: right;
  }
}
.your-quote__coverage-qtip {
  position: absolute;
  left: 0;
  top: 3px;
}
.your-quote__seemore {
  margin: 17px 0 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .your-quote__seemore {
    margin: 10px 0 0;
    padding: 0 20px;
  }
}
.your-quote__seemore span {
  font-size: 1.6rem;
  line-height: 16px;
  text-decoration-line: underline;
  cursor: pointer;
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .your-quote__seemore span {
    margin-left: 30px;
  }
}
.your-quote__seemore span:hover {
  text-decoration: none;
}
.your-quote__seemore span:after {
  display: inline-block;
  width: 19px;
  height: 18px;
  background: url("files/new/icon-arrow-top.svg") center no-repeat;
  content: '';
  margin-left: 10px;
  vertical-align: middle;
}
.your-quote__seemore span[data-coverage-expand]:after {
  transform: rotate(180deg);
}
.your-quote__action {
  margin: 20px 0 37px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .your-quote__action {
    margin: 20px 0 46px;
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .your-quote__action {
    padding: 0 20px;
  }
}
.your-quote__action .btn2 {
  width: 100%;
}
.your-quote__action .btn2--back {
  font-weight: bold;
}
.your-quote__upgrade {
  margin: 40px 0;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .your-quote__upgrade {
    margin: 94px 0 52px;
    padding: 0;
  }
}
.your-quote__upgrade-title {
  margin: 0 0 11px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .your-quote__upgrade-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.your-quote__upgrade-text {
  max-width: 620px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .your-quote__upgrade-text {
    font-size: 18px;
    line-height: 27px;
  }
}
p.your-quote__coverage-label {
  color: #333;
  font-family: ProbaPro-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.your-quote-upgrade-intro {
  margin: 0 auto;
  max-width: 568px;
}
.your-quote-upgrade-intro__title {
  text-align: center;
}
.your-quote-upgrade-intro__message {
  color: #333;
  text-align: left;
  font-family: 'ProbaPro-Regular', Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 16px 0 0 0;
}
@media (min-width: 768px) {
  .your-quote-upgrade-intro__message {
    text-align: center;
  }
}
.your-quote__toggle {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .your-quote__toggle {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .your-quote__toggle {
    padding: 0 20px;
  }
}
.options {
  border-radius: 12px;
  border: 1px solid rgba(193, 193, 193, 0.05);
  background: #f1f1f1;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  padding: 4px;
  align-items: flex-start;
  align-self: stretch;
  flex-direction: row;
  gap: 4px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .options {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .options {
    grid-template-columns: 1fr 1fr;
  }
}
.options__toggle {
  border-radius: 10px;
  padding: 8px 16px;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 100%;
  margin: 0;
  width: 100%;
  display: grid;
  cursor: pointer;
  height: auto;
}
@media (min-width: 768px) {
  .options__toggle {
    grid-template-columns: auto auto;
  }
}
@media (min-width: 1200px) {
  .options__toggle {
    grid-template-columns: 1fr;
    width: auto;
  }
}
.options__toggle:hover {
  border-radius: 10px;
  background: #f4f4f4;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.08);
}
.options__toggle:has(.toggle__input:focus-visible) {
  border-radius: 10px;
  background: #ffd801;
  outline: 2px #000 solid;
}
.toggle__input {
  opacity: 0;
  position: absolute;
  left: -9999px;
}
.options__toggle p.toggle__policy {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-family: 'ProbaPro-Regular', Helvetica, Arial, sans-serif;
  line-height: normal;
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .options__toggle p.toggle__policy {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .options__toggle p.toggle__policy {
    font-size: 1.6rem;
  }
}
.options__toggle p.toggle__price {
  color: #333;
  text-align: center;
  font-size: 2rem;
  font-family: 'ProbaPro-Bold', Helvetica, Arial, sans-serif;
  line-height: normal;
  margin: 0;
}
@media (min-width: 768px) {
  .options__toggle p.toggle__price {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .options__toggle p.toggle__price {
    font-size: 2rem;
  }
}
.page--your-quote .header-funnel {
  padding-bottom: 295px;
}
@media (min-width: 768px) {
  .page--your-quote .header-funnel {
    padding-bottom: 330px;
  }
}
.page--your-quote .layout {
  margin-top: -305px;
}
@media (min-width: 768px) {
  .page--your-quote .layout {
    margin-top: -305px;
  }
}
.header-funnel__sub-header {
  display: none;
}
.active {
  background: #fff;
}
.active:hover {
  background: #fff;
}
.qtip__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("files//new/icon-qtip.svg") center no-repeat;
  cursor: pointer;
  text-indent: -9000px;
  overflow: hidden;
}
.promo-code {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #C1C1C1;
}
@media (min-width: 768px) {
  .promo-code {
    width: 482px;
    margin-left: 210px;
    padding-top: 20px;
    border: none;
  }
}
.promo-code__cta {
  color: #D00F39;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .promo-code__cta {
    text-align: left;
  }
}
@media (max: 767px) {
  .promo-code__cta {
    margin-bottom: 54px;
  }
}
.promo-code__title {
  margin: 0 0 25px;
  color: #D00F39;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
}
.promo-code__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .promo-code__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.promo-code__text {
  width: 100%;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .promo-code__text {
    width: 285px;
    margin: 0 15px 0 0;
  }
}
.promo-code__action {
  width: 100%;
}
@media (min-width: 768px) {
  .promo-code__action {
    width: 182px;
  }
}
.promo-code__action .btn2 {
  width: 100%;
}
.promo-code__action .btn2--back {
  font-weight: bold;
}
.promo-code__success {
  margin: 20px 0 0;
  color: #1FAD00;
  font-size: 18px;
  line-height: 21px;
}
.promo-code__success span {
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
}
.promo-code__error {
  margin: 20px 0 0;
  color: #D00F39;
  font-size: 18px;
  line-height: 21px;
}
.promo-codes {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #C1C1C1;
}
@media (min-width: 768px) {
  .promo-codes {
    width: 482px;
    margin-left: 10px;
    padding-top: 20px;
    border: none;
  }
}
.promo-codes__cta {
  color: #D00F39;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .promo-codes__cta {
    text-align: left;
  }
}
.promo-codes__title {
  margin: 0 0 25px;
  color: #D00F39;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
}
.promo-codes__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .promo-codes__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.promo-codes__text {
  width: 100%;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .promo-codes__text {
    width: 285px;
    margin: 0 15px 0 0;
  }
}
.promo-codes__action {
  width: 100%;
}
@media (min-width: 768px) {
  .promo-codes__action {
    width: 182px;
  }
}
.promo-codes__action .btn2 {
  width: 100%;
}
.promo-codes__action .btn2--back {
  font-weight: bold;
}
.promo-codes__success {
  margin: 20px 0 0;
  color: #1FAD00;
  font-size: 18px;
  line-height: 21px;
}
.promo-codes__success span {
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
}
.promo-codes__error {
  margin: 20px 0 0;
  color: #D00F39;
  font-size: 18px;
  line-height: 21px;
}
.read-privacy-policy-container {
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 57px;
}
.read-privacy-policy-container h3 {
  font-size: 20px;
  font-family: "ProbaPro-Bold";
}
.read-privacy-policy-container p {
  font-weight: 400;
  font-size: 18px;
  font-family: "ProbaPro-Regular";
}
.personal-details__title {
  margin-bottom: 20px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .personal-details__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.keeping-informed-checkbox-container {
  display: flex;
  flex-direction: row;
}
.keeping-informed-checkbox-container div {
  width: 15%;
}
@media (max-width: 767px) {
  .keeping-informed-checkbox-container {
    flex-direction: column;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .keeping-informed-checkbox-container :nth-child(1) {
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .keeping-informed-checkbox-container :nth-child(2) {
    margin: 0px;
  }
}
.keeping-informed-checkbox-container :nth-child(3) {
  order: 2;
}
@media (max-width: 767px) {
  .keeping-informed-checkbox-container :nth-child(3) {
    margin: 0px;
  }
}
.checkbox-container {
  height: 40px;
  padding-top: 15px !important;
}
.keeping-informed-checkbox-container :nth-child(4) {
  order: 3;
}
@media (max-width: 767px) {
  .keeping-informed-checkbox-container :nth-child(4) {
    margin: 0px;
  }
}
.keeping-informed-checkbox-item {
  margin-right: 60px;
}
.checkboxes-inline-col-xs-2 {
  padding-left: 0px !important;
  width: 14% !important;
  position: relative;
  top: -15px;
}
.your-details__billing {
  margin: 31px 0 30px;
}
.your-details__billing + .form-details {
  margin-bottom: 20px;
}
.your-details__preferences {
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid #9F9F9F;
}
@media (min-width: 768px) {
  .your-details__preferences {
    padding-top: 38px;
  }
}
.your-details__preferences--no-border {
  border-top: 0;
  margin-top: 30px !important;
  padding-top: 0;
}
.your-details__preferences--gray {
  background: #F3F3F3;
  border-top: 0;
  margin-top: 30px !important;
  padding: 23px 14px 40px;
}
@media (min-width: 768px) {
  .your-details__preferences--gray .checkbox__label p {
    font-size: 18px !important;
    line-height: 20px !important;
  }
}
.your-details__preferences + .your-details__preferences {
  margin-top: 11px;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .your-details__preferences + .your-details__preferences {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.your-details__preferences-title {
  position: relative;
  margin-bottom: 7px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  /*
            &:after {
                display: block;
                width: 16px;
                height: 2px;
                background: @poms-primary-red;
                content: '';
                position: absolute;
                right: 0;
                top: 50%;

                @media (min-width: @screen-sm-min) {
                    right: 16px;
                }
            }*/

}
@media (min-width: 768px) {
  .your-details__preferences-title {
    font-size: 18px;
    line-height: 21px;
  }
}
.your-details__preferences-content p {
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .your-details__preferences-content p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}
.your-details__preferences-content {
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .your-details__preferences-content {
    margin-top: 22px;
    font-size: 16px;
    line-height: 24px;
  }
}
.your-details__preferences-content .form-group2 {
  position: relative;
  margin: 12px 0;
  padding-left: 40px;
}
.your-details__preferences-content .form-group2 .checkboxes-group {
  position: absolute;
  left: 0;
  top: 0;
}
.your-details__preferences-content .form-group2 .checkboxes-group .checkbox {
  margin-top: 0;
}
.your-details__preferences-content .checkboxes-group.checkboxes-inline {
  position: relative;
  margin: 12px 0;
  padding-left: 40px;
  float: none;
}
.your-details__preferences-content .checkboxes-group.checkboxes-inline .checkbox__item {
  position: absolute;
  left: 0;
  top: 0;
}
.your-details__preferences-content .checkboxes-group.checkboxes-inline .checkbox__item .checkbox {
  margin-top: 0;
}
.your-details__preferences-content .checkboxes-group.checkboxes-inline .checkbox__label {
  margin-bottom: 0;
  padding-top: 5px;
}
.your-details__preferences-inline-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .your-details__preferences-inline-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 12px;
  }
  .your-details__preferences-inline-content > div {
    margin-right: 18px;
  }
}
.your-details__files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .your-details__files {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.your-details__item {
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  margin: 0 0 19px;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .your-details__item {
    margin: 0;
    font-family: "ProbaPro-Regular", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }
}
.your-details__item:last-child {
  margin-bottom: 0;
}
.your-details__label {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .your-details__label {
    font-size: 18px;
    line-height: 27px;
  }
}
.callout {
  margin-bottom: 20px;
  padding: 10px 10px 8px;
  border: 1px solid #333333;
  border-radius: 10px;
  text-align: center;
}
.callout:before,
.callout:after {
  content: " ";
  display: table;
}
.callout:after {
  clear: both;
}
@media (min-width: 768px) {
  .callout {
    margin-bottom: 40px;
    padding: 20px 25px 16px;
  }
}
.callout--aggregator {
  text-align: left;
}
.callout__image {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .callout__image {
    float: right;
    margin-bottom: 5px;
    margin-left: 10px;
  }
}
.callout__title {
  margin-bottom: 2px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .callout__title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }
}
.callout__message {
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .callout__message {
    font-size: 18px;
    line-height: 27px;
  }
}
.callout__message p {
  margin: 0;
}
.callout .invalid-msg {
  color: #D00F39;
}
.form-details#branch {
  margin-top: 20px;
  padding-right: 34px;
  position: relative;
}
@media (min-width: 768px) {
  .form-details#branch {
    padding-right: 0;
  }
}
.form-details#branch .form-details__description {
  background: none;
  text-align: left;
}
@media (max-width: 767px) {
  .form-details#branch .form-details__description {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.form-details#branch .form-details__description:after {
  display: none;
}
.form-details--border {
  padding-bottom: 39px;
  margin-bottom: 39px;
  border-bottom: 1px solid #9F9F9F;
}
.form-details__name {
  margin-bottom: 15px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .form-details__name {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 27px;
  }
}
.form-details__name strong {
  font-weight: normal;
}
.form-details__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .form-details__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form-details__group .form-details__item {
    margin: 0 14px 0 0;
  }
  .form-details__group--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-details__group--column .form-details__item {
    margin: 0 0 20px;
  }
  .form-details__group--personal .form-details__item {
    width: 180px;
  }
  .form-details__group--personal .form-details__item:first-child {
    width: 136px;
  }
}
.form-details__group + .form-details__group {
  margin-top: 23px;
}
.form-details__group + .form-details__group.no-mgtop {
  margin-top: 0;
}
.form-details__item {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .form-details__item {
    margin-bottom: 20px;
    width: 250px;
    position: relative;
  }
}
.form-details__item:last-child {
  margin-bottom: 0;
}
.form-details__item label {
  display: block;
  margin-bottom: 10px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.form-details__item .form-select:after {
  display: block;
  width: 36px;
  height: 28px;
  background: url('files/new/icon-arrow-top.svg') center top no-repeat;
  content: '';
  position: absolute;
  right: 9px;
  top: 3px;
  transform: rotate(180deg);
}
.form-details__item .invalid-section {
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .form-details__item--wide .form-details__item {
    width: 400px;
  }
}
.form-details__description {
  display: block;
  margin-top: 17px;
  padding: 12px 5px;
  background: #F3F3F3;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .form-details__description {
    width: 308px;
    height: 48px;
    position: absolute;
    left: 110%;
    bottom: 2px;
  }
  .form-details__description:after {
    display: block;
    width: 20px;
    height: 20px;
    background: #F3F3F3;
    content: '';
    transform: rotate(45deg) translateY(-75%);
    position: absolute;
    left: -18px;
    top: 50%;
  }
}
@media (min-width: 768px) {
  .form-details__action {
    margin-top: 30px;
  }
}
.form-details__additional {
  margin-top: 8px;
}
.form-details__radios label {
  display: inline-block;
  margin: 14px 28px 0 0 !important;
}
.payment__title-block {
  margin-bottom: 16px;
  font-size: 20px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  line-height: 24px;
}
@media (min-width: 768px) {
  .payment__title-block {
    font-size: 24px;
    line-height: 24px;
  }
}
.payment__text-block {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .payment__text-block {
    max-width: 500px;
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 24px;
  }
}
.payment__document-link {
  margin-bottom: 40px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .payment__document-link {
    margin-bottom: 44px;
    padding: 0;
  }
}
.payment__document-link .btn2 {
  width: 100%;
}
@media (min-width: 768px) {
  .payment__document-link .btn2 {
    width: 280px;
  }
}
.payment .callout {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .payment .callout {
    margin-bottom: 34px;
  }
}
.confirmation {
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .confirmation {
    max-width: 840px;
    margin: 0 auto;
  }
}
.confirmation__title {
  margin-bottom: 20px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .confirmation__title {
    font-size: 24px;
    line-height: 24px;
  }
}
.confirmation__policy {
  max-width: 500px;
  margin: 0 auto 55px;
  padding: 15px;
  border: 1px solid #979797;
  border-radius: 5px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .confirmation__policy {
    margin-bottom: 70px;
    padding: 24px;
    font-size: 24px;
    line-height: 24px;
  }
}
.confirmation__policy--smallGap {
  margin-bottom: 30px;
}
.confirmation__docs {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .confirmation__docs {
    margin-bottom: 45px;
  }
}
.confirmation__docs .btn2 {
  width: 100%;
}
@media (min-width: 768px) {
  .confirmation__docs .btn2 {
    width: 280px;
  }
}
.confirmation__contacts {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .confirmation__contacts {
    font-size: 18px;
    line-height: 27px;
  }
}
.confirmation__contacts-item--phone {
  margin: 15px 0 14px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .confirmation__contacts-item--phone {
    font-size: 24px;
    line-height: 30px;
  }
}
.your-quote-upgrade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 33px 0 0;
}
@media (min-width: 768px) {
  .your-quote-upgrade {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 45px 0 0;
  }
  .your-quote-upgrade--expanded [data-coverage-item="4"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .your-quote-upgrade--expanded [data-coverage-expand] {
    display: none !important;
  }
  .your-quote-upgrade--expanded [data-coverage-collapse] {
    display: inline !important;
  }
}
.your-quote-upgrade__col {
  width: 100%;
  background: #FFF;
  margin: 0 0 20px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .your-quote-upgrade__col {
    width: 320px;
    margin: 0 20px 0 0;
  }
}
.your-quote-upgrade__col:last-child {
  margin: 0;
}
.your-quote-upgrade__col [data-coverage-item="4"] {
  display: none;
}
.your-quote-upgrade__col [data-coverage-expand] {
  display: inline;
}
.your-quote-upgrade__col [data-coverage-collapse] {
  display: none;
}
.your-quote-upgrade__col--expanded [data-coverage-item="4"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.your-quote-upgrade__col--expanded [data-coverage-expand] {
  display: none;
}
.your-quote-upgrade__col--expanded [data-coverage-collapse] {
  display: inline;
}
.your-quote-upgrade__col-top {
  height: 40px;
}
.your-quote-upgrade__col-top span {
  display: block;
  height: 40px;
  background: #F6D843;
  border-radius: 10px 10px 2px 2px;
  padding-top: 7px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  text-align: center;
}
.your-quote-upgrade__title {
  margin-top: 10px;
  padding: 0 10px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .your-quote-upgrade__title {
    margin-top: 15px;
    padding: 0 15px;
    font-size: 24px;
    line-height: 24px;
  }
}
.your-quote-upgrade__price {
  margin-top: 13px;
  padding: 0 10px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 768px) {
  .your-quote-upgrade__price {
    margin-top: 16px;
    padding: 0 15px;
    font-size: 32px;
    line-height: 32px;
  }
}
.your-quote-upgrade__ipid {
  margin-top: 9px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .your-quote-upgrade__ipid {
    margin-top: 19px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 19px;
  }
}
.your-quote-upgrade__ipid a {
  color: #D00F39;
  text-decoration: underline;
}
.your-quote-upgrade__ipid a:hover {
  text-decoration: none;
}
.your-quote-upgrade__ipid a:after {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("files/new/icon-document.svg") center no-repeat;
  content: '';
  margin-left: 5px;
  vertical-align: middle;
}
.your-quote-upgrade__coverage {
  margin: 20px 0 0;
  padding: 19px 15px 0;
  border-top: 1px solid #C1C1C1;
}
@media (min-width: 768px) {
  .your-quote-upgrade__coverage {
    margin: 22px 0 0;
    padding: 0 10px;
    border: none;
  }
}
@media (min-width: 1200px) {
  .your-quote-upgrade__coverage {
    margin: 22px 0 0;
    padding: 0 20px;
    border: none;
  }
}
.your-quote-upgrade__coverage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  position: relative;
  margin: 0 0 19px;
  font-family: ProbaPro;
  font-size: 14px;
  line-height: 21px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .your-quote-upgrade__coverage-item {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
.your-quote-upgrade__coverage-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .your-quote-upgrade__coverage-item:last-child {
    margin-bottom: 0;
  }
}
.your-quote-upgrade__coverage-title {
  position: relative;
  padding: 0 10px 0 30px;
}
.your-quote-upgrade__coverage-premium {
  color: #333;
  font-family: ProbaPro-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .your-quote-upgrade__coverage-premium {
    text-align: right;
  }
}
.your-quote-upgrade__coverage-qtip {
  position: absolute;
  left: 0;
  top: 3px;
}
.your-quote-upgrade__seemore {
  margin: 17px 0 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .your-quote-upgrade__seemore {
    margin: 10px 0 0;
    padding: 0 20px;
  }
}
.your-quote-upgrade__seemore span {
  font-size: 1.6rem;
  line-height: 16px;
  text-decoration-line: underline;
  cursor: pointer;
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .your-quote-upgrade__seemore span {
    margin-left: 30px;
  }
}
.your-quote-upgrade__seemore span:hover {
  text-decoration: none;
}
.your-quote-upgrade__seemore span:after {
  display: inline-block;
  width: 19px;
  height: 18px;
  background: url("files/new/icon-arrow-top.svg") center no-repeat;
  content: '';
  margin-left: 10px;
  vertical-align: middle;
}
.your-quote-upgrade__seemore span[data-coverage-expand]:after {
  transform: rotate(180deg);
}
.your-quote-upgrade__action {
  margin: 20px 0 37px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .your-quote-upgrade__action {
    margin: 20px 0 46px;
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .your-quote-upgrade__action {
    padding: 0 20px;
  }
}
.your-quote-upgrade__action .btn2 {
  width: 100%;
}
.your-quote-upgrade__action .btn2--back {
  font-weight: bold;
}
.your-quote-upgrade__upgrade {
  margin: 40px 0;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .your-quote-upgrade__upgrade {
    margin: 94px 0 52px;
    padding: 0;
  }
}
.your-quote-upgrade__upgrade-title {
  margin: 0 0 11px;
  font-family: "ProbaPro-Bold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .your-quote-upgrade__upgrade-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.your-quote-upgrade__upgrade-text {
  max-width: 620px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .your-quote-upgrade__upgrade-text {
    font-size: 18px;
    line-height: 27px;
  }
}
p.your-quote-upgrade__coverage-label {
  color: #333;
  font-family: ProbaPro-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
/* ProbaPro Regular */

@font-face {
  font-family: 'ProbaPro-Regular';
  src: url('fonts/ProbaPro-Regular.woff');
  src: url('fonts/ProbaPro-Regular.woff') format('woff'), url(/* Pretty Modern Browsers */'fonts/ProbaPro-Regular.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
/* ProbaPro Bold */

@font-face {
  font-family: 'ProbaPro-Bold';
  src: url('fonts/ProbaPro-Bold.woff');
  src: url('fonts/ProbaPro-Bold.woff') format('woff'), url(/* Pretty Modern Browsers */'fonts/ProbaPro-Bold.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
/*@qtip-box-shadow-clr:       #737373;*/

.disc-sg .swatch-list .swatch.accent-lime {
  background: #BBD976;
}
.disc-sg .swatch-list .swatch.accent-ocean {
  background: #7ACCC8;
}
.disc-sg .swatch-list .swatch.accent-lavender {
  background: #ACA7D3;
}
.disc-sg .swatch-list .swatch.accent-mandarin {
  background: #FBAE50;
}
.disc-sg .swatch-list .swatch.accent-earth {
  background: #DCCBBF;
}
.disc-sg .swatch-list .swatch.accent-camel {
  background: #D1C29A;
}
.disc-sg .swatch-list .swatch.accent-pebble {
  background: #A7B6BF;
}
.disc-sg .swatch-list .swatch.accent-stone {
  background: #D5D6D8;
}
.disc-sg .swatch-list .swatch.accent-light-blue {
  background: #95B6DF;
}
.faq-external-link-red {
  color: red;
  font-weight: 400;
  font-size: 16px;
  color: #D00F39;
}
.faq-external-link-para {
  visibility: visible;
}
@media (max-width: 767px) {
  .faq-external-link-para {
    visibility: hidden;
  }
}
