/* Minification failed. Returning unminified contents.
(7759,1): run-time error CSS1019: Unexpected token, found '@charset'
(7759,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(7759,17): run-time error CSS1019: Unexpected token, found ';'
(8795,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(8796,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8810,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(8811,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8826,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(8827,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8834,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(8835,8): run-time error CSS1035: Expected colon, found '{'
(8850,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(8851,8): run-time error CSS1035: Expected colon, found '{'
(18867,42): run-time error CSS1030: Expected identifier, found '>'
(18867,76): run-time error CSS1031: Expected selector, found ')'
(18867,76): run-time error CSS1025: Expected comma or open brace, found ')'
(19504,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(19505,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(19512,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(19513,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(19520,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(19521,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(19528,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(19529,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(19536,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(19537,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(19544,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(19545,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(48320,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(48321,8): run-time error CSS1035: Expected colon, found '{'
(48352,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(48353,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(49673,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(49674,8): run-time error CSS1035: Expected colon, found '{'
(49681,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(49682,8): run-time error CSS1035: Expected colon, found '{'
(54161,23): run-time error CSS1039: Token not allowed after unary operator: '-corners-button-std'
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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('../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.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: "OpenSans Regular";
  font-size: 14px;
  line-height: 1.42857143;
  color: #86888b;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ed1747;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #ed1747;
  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;
  width: 100%;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #dedfe1;
}
.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: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 26px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #ed1747;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c20f37;
}
.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: #ed1747;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c20f37;
}
.bg-primary {
  color: #fff;
  background-color: #ed1747;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #c20f37;
}
.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: rgba(237, 23, 71, 0.05);
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgba(194, 15, 55, 0.05);
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #dedfe1;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ol {
  padding-left: 15px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1080px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #dedfe1;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dedfe1;
  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: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f6f8;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
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: 1080px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1080px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dedfe1;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dedfe1;
}
.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 #dedfe1;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dedfe1;
}
.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 #dedfe1;
}
.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: #f5f6f8;
}
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: #f5f6f8;
}
.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: #e6e9ed;
}
.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: rgba(237, 23, 71, 0.05);
}
.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: rgba(218, 17, 62, 0.05);
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dedfe1;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #86888b;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #86888b;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dedfe1;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #dedfe1;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(222, 223, 225, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(222, 223, 225, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  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: 40px;
  }
  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: 30px;
  }
  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: 55px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 55px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 55px;
  line-height: 55px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 55px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 55px;
  line-height: 55px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 55px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  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: 55px;
  height: 55px;
  line-height: 55px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ed1747;
}
.has-error .form-control {
  border-color: #ed1747;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #c20f37;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f47692;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f47692;
}
.has-error .input-group-addon {
  color: #ed1747;
  border-color: #ed1747;
  background-color: rgba(237, 23, 71, 0.05);
}
.has-error .form-control-feedback {
  color: #ed1747;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #c7c8c9;
}
@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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -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: #86888b;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #86888b;
  background-color: #dedfe1;
  border-color: #dedfe1;
}
.btn-default:focus,
.btn-default.focus {
  color: #86888b;
  background-color: #c3c5c9;
  border-color: #9b9ea4;
}
.btn-default:hover {
  color: #86888b;
  background-color: #c3c5c9;
  border-color: #bec0c4;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #86888b;
  background-color: #c3c5c9;
  border-color: #bec0c4;
}
.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: #86888b;
  background-color: #b1b3b8;
  border-color: #9b9ea4;
}
.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: #dedfe1;
  border-color: #dedfe1;
}
.btn-default .badge {
  color: #dedfe1;
  background-color: #86888b;
}
.btn-default:focus,
.btn-default.focus {
  color: #86888b;
  background-color: #dedfe1;
  border-color: #dedfe1;
}
.btn-default:hover {
  color: #86888b;
  background-color: #dedfe1;
  border-color: #dedfe1;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #86888b;
  background-color: #dedfe1;
  border-color: #dedfe1;
}
.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: #86888b;
  background-color: #dedfe1;
  border-color: #dedfe1;
}
.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: #dedfe1;
  border-color: #dedfe1;
}
.btn-default .badge {
  color: #dedfe1;
  background-color: #86888b;
}
.btn-primary {
  color: #86888b;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #86888b;
  background-color: #e6e6e6;
  border-color: #47484a;
}
.btn-primary:hover {
  color: #86888b;
  background-color: #e6e6e6;
  border-color: #68696c;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #86888b;
  background-color: #e6e6e6;
  border-color: #68696c;
}
.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: #86888b;
  background-color: #d4d4d4;
  border-color: #47484a;
}
.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: #ffffff;
  border-color: #86888b;
}
.btn-primary .badge {
  color: #ffffff;
  background-color: #86888b;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #86888b;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-primary:hover {
  color: #86888b;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #86888b;
  background-color: #ffffff;
  border-color: #86888b;
}
.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: #86888b;
  background-color: #ffffff;
  border-color: #86888b;
}
.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: #ffffff;
  border-color: #86888b;
}
.btn-primary .badge {
  color: #ffffff;
  background-color: #86888b;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.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: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.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: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.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: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.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: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.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: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.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: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.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: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #ed1747;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #ed1747;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn,
.btn-group-sm > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btnTradeOrderType {
  width: 100%;
  color: #86888B;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #DCE0E0;
  margin: 0 0 0.3em;
  font-size: 12px;
  min-height: 44px;
  padding-top: 10px;
  padding-left: 17px;
  padding-bottom: 5px;
  cursor: pointer;
}
.btnTradeOrderType.active,
.btnTradeOrderType:focus {
  background-color: #E6FBF8;
  color: #86888B;
  letter-spacing: 0;
  border: solid 1px #0DDABA;
}
.btnTradeOrderTypeOldScreen {
  width: 339px;
  display: inline-block;
  margin-right: 14px;
}
.order-type-radio {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.js-order-type-btn .design {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: white;
  border: solid 1px #0DDABA;
  border-radius: 50%;
}
.js-order-type-btn .design .innerDesign {
  width: 14px;
  height: 14px;
  display: none;
  background: #0DDABA;
  border-radius: 50%;
  margin: 3px;
}
.js-order-type-btn.active .design .innerDesign {
  display: inline-block;
}
.order-type-selector__label {
  padding-left: 12px;
  vertical-align: middle;
  line-height: 22px;
  cursor: pointer;
}
.investmentOrderSelector {
  width: 100em;
}
.investmentOrderTitle {
  width: 13.5em;
  float: left;
}
.center-button-bottom {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, -50%);
}
.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: 14px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #86888b;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #797b7e;
  background-color: #f5f6f8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #ed1747;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
/*.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}*/
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px 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: 1080px) {
  .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);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  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: 55px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 55px;
  line-height: 55px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #86888b;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  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: #f5f6f8;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f5f6f8;
  border-color: #ed1747;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #dedfe1 #dedfe1 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 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: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #ed1747;
}
.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: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 90px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media (min-width: 1080px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 1080px) {
  .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: 1080px) {
  .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: 1080px) {
  .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: 1080px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1080px) {
  .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: 35px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 90px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1080px) {
  .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: 28px;
  margin-bottom: 28px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.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: 1080px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 17.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1079px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1080px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1079px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1080px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  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: 25px;
  margin-bottom: 25px;
}
.navbar-btn.btn-xs {
  margin-top: 30px;
  margin-bottom: 30px;
}
.navbar-btn.btn-xs {
  margin-top: 34px;
  margin-bottom: 34px;
}
.navbar-text {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (min-width: 1080px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1080px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #86888b;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #6d6f71;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #86888b;
}
.navbar-default .navbar-nav > li > a {
  color: #86888b;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #86888b;
  background-color: #f5f6f8;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #86888b;
  background-color: #f5f6f8;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #86888b;
  background-color: #f5f6f8;
}
.navbar-default .navbar-toggle {
  border-color: #86888b;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f5f6f8;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #86888b;
}
.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: #f5f6f8;
  color: #86888b;
}
@media (max-width: 1079px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #86888b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #86888b;
    background-color: #f5f6f8;
  }
  .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: #86888b;
    background-color: #f5f6f8;
  }
  .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: #86888b;
    background-color: #f5f6f8;
  }
}
.navbar-default .navbar-link {
  color: #86888b;
}
.navbar-default .navbar-link:hover {
  color: #86888b;
}
.navbar-default .btn-link {
  color: #86888b;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #86888b;
}
.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: #86888b;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 1079px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f6f8;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 16px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ed1747;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #ed1747;
  background-color: #f5f6f8;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ed1747;
  border-color: #ed1747;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f6f8;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #4a4a4a;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #4a4a4a;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #ed1747;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #c20f37;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ed1747;
  background-color: #ffffff;
}
.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: #f5f6f8;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d7dbe3;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.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: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -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: #ed1747;
}
.thumbnail .caption {
  padding: 9px;
  color: #86888b;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: rgba(237, 23, 71, 0.05);
  border-color: #ed1747;
  color: #ed1747;
}
.alert-danger hr {
  border-top-color: #da113e;
}
.alert-danger .alert-link {
  color: #c20f37;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f6f8;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #ed1747;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  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: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f6f8;
}
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: #eeeeee;
  color: #999999;
  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: #999999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ed1747;
  border-color: #ed1747;
}
.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: #fcd4dd;
}
.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: #ed1747;
  background-color: rgba(237, 23, 71, 0.05);
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #ed1747;
}
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: #ed1747;
  background-color: rgba(218, 17, 62, 0.05);
}
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: #ed1747;
  border-color: #ed1747;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f6f8;
  border-top: 1px solid #dddddd;
  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: 15px;
  padding-right: 15px;
}
.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 #dedfe1;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f6f8;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f6f8;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #ed1747;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #ed1747;
  border-color: #ed1747;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ed1747;
}
.panel-primary > .panel-heading .badge {
  color: #ed1747;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ed1747;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ed1747;
}
.panel-danger > .panel-heading {
  color: #ed1747;
  background-color: rgba(237, 23, 71, 0.05);
  border-color: #ed1747;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ed1747;
}
.panel-danger > .panel-heading .badge {
  color: rgba(237, 23, 71, 0.05);
  background-color: #ed1747;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ed1747;
}
.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;
  background-color: #f5f6f8;
  border: 1px solid #e0e3e9;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-family: "OpenSans Regular";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "OpenSans Regular";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  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;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  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-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 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,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.nav-home .navbar:before,
.nav-home .navbar: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,
.nav-home .navbar: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: 1079px) {
  .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: 1079px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1079px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1079px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1080px) {
  .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: 1080px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1080px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1080px) {
  .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: 1079px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1080px) {
  .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;
  }
}
.primary-colour {
  color: #ed1747 !important;
}
.secondary-colour {
  color: #45555f !important;
}
.tfsa-color {
  color: #8d93e5 !important;
}
.white {
  color: #ffffff !important;
}
.bgwhite {
  background-color: #ffffff !important;
}
.bgprimary {
  background-color: #ed1747 !important;
}
.bgsecondary {
  background-color: #45555f !important;
}
.bdcolor {
  color: #86888b !important;
}
.block-large.bg-pink,
.bg-pink {
  background-color: rgba(237, 23, 71, 0.2);
}
.chart-line-colour {
  color: #5308b2;
}
.steel-gray-color {
  color: #86888b;
}
.violet-blue {
  color: #5308b2;
}
.pale-gray {
  background-color: #f5f6f8;
}
.easy-red {
  color: #ed1747;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 39px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #dedfe1;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  outline-color: #ed1747;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dedfe1;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 39px;
  text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
  outline-color: #ed1747;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #86888b;
  margin-left: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 39px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 39px;
  border-left: 1px solid #dedfe1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dedfe1;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  outline: 1px solid #86888b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dedfe1;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ed1747;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dedfe1;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #dedfe1;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 39px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #dedfe1;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #dedfe1;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #dedfe1;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #ed1747;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #dedfe1;
}
@charset "utf-8";
/* CSS Document */
/***************************************/
/********** OVERLAY BOOTSTRAP **********/
/******** V 1.2 ********/
/************* MIT Licence *************/
/*********** Aymeric Aveline ***********/
.panel-body {
  position: relative;
  overflow: hidden;
  clear: both;
}
/***************************************/
/************ PANEL DEFAULT ************/
/***************************************/
/* Panel Up */
.panel-default-overlay-up {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #333;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-default-overlay-up {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* Panel Down */
.panel-default-overlay-down {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #333;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-default-overlay-down {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* Panel Left */
.panel-default-overlay-left {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #333;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-default-overlay-left {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Panel Right */
.panel-default-overlay-right {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #333;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-default-overlay-right {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/***************************************/
/************ PANEL PRIMARY ************/
/***************************************/
/* Panel Up */
.panel-primary-overlay-up {
  font-size: inherit;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #337ab7;
  color: #FFF;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-primary-overlay-up {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* Panel Down */
.panel-primary-overlay-down {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #337ab7;
  color: #FFF;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-primary-overlay-down {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* Panel Left */
.panel-primary-overlay-left {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #337ab7;
  color: #FFF;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-primary-overlay-left {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Panel Right */
.panel-primary-overlay-right {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #337ab7;
  color: #FFF;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-primary-overlay-right {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/***************************************/
/************ PANEL SUCCESS ************/
/***************************************/
/* Panel Up */
.panel-success-overlay-up {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dff0d8;
  color: #3c763d;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-success-overlay-up {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* Panel Down */
.panel-success-overlay-down {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dff0d8;
  color: #3c763d;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-success-overlay-down {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* Panel Left */
.panel-success-overlay-left {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #dff0d8;
  color: #3c763d;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-success-overlay-left {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Panel Right */
.panel-success-overlay-right {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #dff0d8;
  color: #3c763d;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-success-overlay-right {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/***************************************/
/************ PANEL WARNING ************/
/***************************************/
/* Panel Up */
.panel-warning-overlay-up {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fcf8e3;
  color: #8a6d3b;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-warning-overlay-up {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* Panel Down */
.panel-warning-overlay-down {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fcf8e3;
  color: #8a6d3b;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-warning-overlay-down {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* Panel Left */
.panel-warning-overlay-left {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fcf8e3;
  color: #8a6d3b;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-warning-overlay-left {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Panel Right */
.panel-warning-overlay-right {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #fcf8e3;
  color: #8a6d3b;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-warning-overlay-right {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/***************************************/
/************ PANEL DANGER ************/
/***************************************/
/* Panel Up */
.panel-danger-overlay-up {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2dede;
  color: #a94442;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-danger-overlay-up {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* Panel Down */
.panel-danger-overlay-down {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2dede;
  color: #a94442;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-danger-overlay-down {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* Panel Left */
.panel-danger-overlay-left {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #f2dede;
  color: #a94442;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-danger-overlay-left {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Panel Right */
.panel-danger-overlay-right {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #f2dede;
  color: #a94442;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-danger-overlay-right {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/***************************************/
/************ PANEL INFO ************/
/***************************************/
/* Panel Up */
.panel-info-overlay-up {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9edf7;
  color: #31708f;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-info-overlay-up {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* Panel Down */
.panel-info-overlay-down {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9edf7;
  color: #31708f;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-info-overlay-down {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* Panel Left */
.panel-info-overlay-left {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #d9edf7;
  color: #31708f;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-info-overlay-left {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Panel Right */
.panel-info-overlay-right {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #d9edf7;
  color: #31708f;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.panel-body:hover .panel-info-overlay-right {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/**********************************************/
/** JUMBOTRONS FOR jumbotron-overlay-* CLASS **/
/**********************************************/
.jumbotron {
  position: relative;
  overflow: hidden;
  clear: both;
}
.jumbotron-overlay-down *,
.jumbotron-overlay-up *,
.jumbotron-overlay-left *,
.jumbotron-overlay-right * {
  padding: 30px 15px;
  margin-bottom: 30px;
  clear: both;
}
/* Jumbotron Up */
.jumbotron-overlay-up {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #22334d;
  color: #333;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.jumbotron:hover .jumbotron-overlay-up {
  z-index: 1;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* Jumbotron Down */
.jumbotron-overlay-down {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #22334d;
  color: #333;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.jumbotron:hover .jumbotron-overlay-down {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* Jumbotron Left */
.jumbotron-overlay-left {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #22334d;
  color: #333;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.jumbotron:hover .jumbotron-overlay-left {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Jumbotron Right */
.jumbotron-overlay-right {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #22334d;
  color: #333;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.jumbotron:hover .jumbotron-overlay-right {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/******************************************************/
/** List Groups FOR .list-group-item-overlay-* CLASS **/
/******************************************************/
.list-group {
  position: relative;
}
.list-group-item {
  position: relative;
  overflow: hidden;
  clear: both;
}
.list-group-item-overlay-up *,
.list-group-item-overlay-down *,
.list-group-item-overlay-left *,
.list-group-item-overlay-right * {
  clear: both;
  margin-right: auto;
  margin-top: auto;
}
/* List Group Up */
.list-group-item-overlay-up {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #333;
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.list-group-item:hover .list-group-item-overlay-up {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* List Group Down */
.list-group-item-overlay-down {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #333;
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.list-group-item:hover .list-group-item-overlay-down {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* List Group Left */
.list-group-item-overlay-left {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #333;
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.list-group-item:hover .list-group-item-overlay-left {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* List Group Right */
.list-group-item-overlay-right {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #333;
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.list-group-item:hover .list-group-item-overlay-right {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/***************************************/
/**** CAPTIONS FOR thumbnail CLASS *****/
/***************************************/
/***************************************/
/******** GLOBAL CAPTION STYLES ********/
/***************************************/
.thumbnail {
  max-width: 400px;
  position: relative;
  overflow: hidden;
}
.caption-up h1,
.caption-up h2,
.caption-up h3,
.caption-up h4,
.caption-up h5,
.caption-up h6,
.caption-up p {
  color: #FFF;
}
.caption-down > h1,
.caption-down > h2,
.caption-down > h3,
.caption-down h4,
.caption-down h5,
.caption-down h6,
.caption-down p {
  color: #FFF;
}
.caption-left h1,
.caption-left h2,
.caption-left h3,
.caption-left h4,
.caption-left h5,
.caption-left h6,
.caption-left p {
  color: #FFF;
}
.caption-right h1,
.caption-right h2,
.caption-right h3,
.caption-right h4,
.caption-right h5,
.caption-right h6,
.caption-right p {
  color: #FFF;
}
.caption-half-down h1,
.caption-half-down h2,
.caption-half-down h3,
.caption-half-down h4,
.caption-half-down h5,
.caption-half-down h6,
.caption-half-down p {
  color: #FFF;
}
.caption-half-up h1,
.caption-half-up h2,
.caption-half-up h3,
.caption-half-up h4,
.caption-half-up h5,
.caption-half-up h6,
.caption-half-up p {
  color: #FFF;
  margin-top: 5%;
}
.caption-half-up a,
.caption-half-up button {
  margin-top: 5%;
}
/***************************************/
/************** CAPTION UP *************/
/***************************************/
.caption-up {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #22334d;
  margin-left: -4px;
  margin-top: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.thumbnail:hover .caption-up {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/***************************************/
/************* CAPTION DOWN ************/
/***************************************/
.caption-down {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #22334d;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.thumbnail:hover .caption-down {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/***************************************/
/************* CAPTION LEFT ************/
/***************************************/
.caption-left {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: auto;
  background-color: #22334d;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.thumbnail:hover .caption-left {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/***************************************/
/************ CAPTION RIGHT ************/
/***************************************/
.caption-right {
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: auto;
  background-color: #22334d;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.thumbnail:hover .caption-right {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/***************************************/
/********** CAPTION HALF DOWN **********/
/***************************************/
.caption-half-down {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #22334d;
  border-bottom: ridge grey 1px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
.thumbnail:hover .caption-half-down {
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  height: 50%;
}
/***************************************/
/*********** CAPTION HALF UP ***********/
/***************************************/
.caption-half-up {
  position: absolute;
  top: 100%;
  left: 0px;
  margin-left: -4px;
  margin-top: 4px;
  border-top: ridge grey 1px;
  width: 100%;
  height: auto;
  background-color: #22334d;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
.thumbnail:hover .caption-half-up {
  height: 50%;
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/***************************************/
/************ PROGRESS BARS ************/
/***************************************/
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  -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);
  background-color: transparent;
}
.progress-bar-overlay-primary,
.progress-bar-overlay-success,
.progress-bar-overlay-danger,
.progress-bar-overlay-warning,
.progress-bar-overlay-info {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation: animation-one 2s;
  -moz-animation: animation-one 2s;
  -o-animation: animation-one 2s;
  animation: animation-one 2s;
  -webkit-transition: all 200ms cubic-bezier(0.865, 0.095, 0.625, 0.78);
  -moz-transition: all 200ms cubic-bezier(0.865, 0.095, 0.625, 0.78);
  -o-transition: all 200ms cubic-bezier(0.865, 0.095, 0.625, 0.78);
  transition: all 200ms cubic-bezier(0.865, 0.095, 0.625, 0.78);
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-bar-overlay-primary {
  background-color: #337ab7;
}
.progress-bar-overlay-success {
  background-color: #5cb85c;
}
.progress-bar-overlay-danger {
  background-color: #d9534f;
}
.progress-bar-overlay-warning {
  background-color: #f0ad4e;
}
.progress-bar-overlay-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-overlay-primary,
.progress-striped .progress-bar-overlay-warning,
.progress-striped .progress-bar-overlay-danger,
.progress-striped .progress-bar-overlay-info,
.progress-striped .progress-bar-overlay-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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-striped .progress-bar-overlay-primary.active,
.progress-striped .progress-bar-overlay-warning.active,
.progress-striped .progress-bar-overlay-danger.active,
.progress-striped .progress-bar-overlay-info.active,
.progress-striped .progress-bar-overlay-success.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: animation-one 2s, progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes animation-one {
  0%,
  100% {
    -webkit-transition: all 200ms cubic-bezier(0.865, 0.095, 0.625, 0.78);
    -moz-transition: all 200ms cubic-bezier(0.865, 0.095, 0.625, 0.78);
    -o-transition: all 200ms cubic-bezier(0.865, 0.095, 0.625, 0.78);
    transition: all 200ms cubic-bezier(0.865, 0.095, 0.625, 0.78);
  }
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes animation-one {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes animation-one {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes animation-one {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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: 0px 0;
  }
}
@media only screen and (max-width: 767px) {
  .no-more-tables table > thead > tr > th,
  .no-more-tables table > tbody > tr > th,
  .no-more-tables table > tfoot > tr > th,
  .no-more-tables table > thead > tr > td,
  .no-more-tables table > tbody > tr > td,
  .no-more-tables table > tfoot > tr > td {
    padding: 5px;
  }
  /* Force table to not be like tables anymore */
  .no-more-tables table,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .no-more-tables tr {
    border: 1px solid #ccc;
  }
  .no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
    white-space: normal;
    text-align: left;
  }
  .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
	Label the data
	*/
  .no-more-tables td:before {
    content: attr(data-title);
  }
  /***********CUSTOM********/
  .no-more-tables tr {
    border: 4px solid #dedfe1;
    border-top: 0;
  }
  .no-more-tables tr:first-child {
    border-top: 4px solid #dedfe1;
  }
  .no-more-tables tr td {
    border-bottom: 2px solid #dedfe1;
  }
  .no-more-tables tr td:last-child {
    border-bottom: 0px;
  }
  .no-more-tables td:before {
    top: inherit;
    white-space: normal;
  }
  .no-more-tables td {
    min-height: 50px;
  }
  .no-more-tables .table-bordered {
    border: none;
  }
  .no-more-tables .table-bordered > thead > tr > th,
  .no-more-tables .table-bordered > tbody > tr > th,
  .no-more-tables .table-bordered > tfoot > tr > th,
  .no-more-tables .table-bordered > thead > tr > td,
  .no-more-tables .table-bordered > tfoot > tr > td {
    border: none;
  }
  .no-more-tables .table-bordered > tbody > tr > td {
    border: none;
    border-bottom: 2px solid #dddddd;
  }
  .no-more-tables .table-bordered > tbody > tr > td:last-child {
    border-bottom: none;
  }
}
.radio-primary input[type="radio"] + label::after {
  background-color: #ed1747 !important;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #ed1747 !important;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #ed1747 !important;
}
.checkbox label,
.radio label {
  padding-left: 10px;
}
.radio,
.checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
.checkbox input[type="checkbox"]:checked + input[type=hidden] + label::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + input[type=hidden] + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + input[type=hidden] + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + input[type=hidden] + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox-primary input[type="checkbox"]:checked + input[type=hidden] + label::before {
  background-color: #ed1747;
  border-color: #ed1747;
}
.checkbox-primary input[type="checkbox"]:checked + input[type=hidden] + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + input[type=hidden] + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + input[type=hidden] + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + input[type=hidden] + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + input[type=hidden] + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + input[type=hidden] + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + input[type=hidden] + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + input[type=hidden] + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + input[type=hidden] + label::after {
  color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + input[type=hidden] + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:indeterminate + input[type=hidden] + label::after {
  background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + input[type=hidden] + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:indeterminate + input[type=hidden] + label::after {
  background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + input[type=hidden] + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:indeterminate + input[type=hidden] + label::after {
  background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + input[type=hidden] + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + input[type=hidden] + label::after {
  background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + input[type=hidden] + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + input[type=hidden] + label::after {
  background-color: #fff;
}
input[type="checkbox"].styled:checked + input[type=hidden] + label:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + input[type=hidden] + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + input[type=hidden] + label::after {
  color: #fff;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="checkbox"]:checked + input[type=hidden] + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #ed1747;
  border-color: #ed1747;
}
.checkbox label::before,
.radio label::before {
  border: 2px solid #dedfe1;
}
.radio input[type="radio"]:checked + label::before {
  border-width: 1px;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: none;
}
.radio input[type="radio"]:focus + label::before {
  outline: none;
}
.radio label::before {
  width: 19px;
  height: 19px;
}
.radio label::after {
  width: 13px;
  height: 13px;
}
.checkbox label::after {
  font-size: 13px;
  height: 20px;
  width: 20px;
}
.checkbox label::before {
  height: 20px;
  width: 20px;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
}
.toggle-switch input[type='checkbox'] {
  opacity: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #86888b;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  right: 26px;
  bottom: -2px;
  background-color: #0ddaba;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #b6f3ea;
}
input:not(:checked) + .slider:before {
  background-color: #dce0e0;
}
input:focus + .slider {
  box-shadow: 0 0 1px #b6f3ea;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/*
    Example usage
    *************
    
    <label class="switch">
      <input type="checkbox">
      <span class="slider"></span>
    </label>

    <label class="switch">
      <input type="checkbox" checked>
      <span class="slider"></span>
    </label><br><br>

    <label class="switch">
      <input type="checkbox">
      <span class="slider round"></span>
    </label>

    <label class="switch">
      <input type="checkbox" checked>
      <span class="slider round"></span>
    </label>   
 */
/*******************ELEMENTS*******************************************************/
.disabled-greyed {
  pointer-events: none;
  opacity: 0.6;
}
html,
body {
  overflow-x: hidden;
}
@supports (-webkit-touch-callout: none) {
  .modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000000;
  }
}
@supports not (-webkit-touch-callout: none) {
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000000;
  }
}
.brand-primary {
  color: #ed1747;
}
.header-lg {
  font-size: 66px;
  margin-top: 22px;
  margin-bottom: 11px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
h1,
.h1-header {
  font-size: 26px;
  line-height: 36px;
}
h2,
.h2-header {
  font-size: 20px;
  line-height: 30px;
}
h3,
.h3-header {
  font-size: 18px;
  line-height: 28px;
}
h4,
.h4-header {
  font-size: 16px;
  line-height: 24px;
}
h5,
.h5-header {
  font-size: 14px;
  line-height: 20px;
}
h6,
.h6-header {
  font-size: 12px;
  line-height: 18px;
}
h1,
.h1-header,
h2,
.h2-header,
h3,
.h3-header,
h4,
.h4-header,
h5,
.h5-header,
h6,
.h6-header {
  color: #4a4a4a;
}
h1.body-colour,
.h1-header.body-colour,
h2.body-colour,
.h2-header.body-colour,
h3.body-colour,
.h3-header.body-colour,
h4.body-colour,
.h4-header.body-colour,
h5.body-colour,
.h5-header.body-colour,
h6.body-colour,
.h6-header.body-colour {
  color: #86888b;
}
h1 + hr,
.h1-header + hr,
h2 + hr,
.h2-header + hr,
h3 + hr,
.h3-header + hr,
h4 + hr,
.h4-header + hr,
h5 + hr,
.h5-header + hr,
h6 + hr,
.h6-header + hr {
  margin-top: 10px;
}
h1,
.h1-header,
h2,
.h2-header,
h3,
.h3-header,
h4.wizard,
.h4-header.wizard {
  font-family: "Questrial Regular";
}
h4,
.h4-header,
h5,
.h5-header,
h6,
.h6-header {
  font-family: "OpenSans Regular";
}
h2 span {
  color: #86888b;
}
.page-header {
  border: none;
  margin-top: 0px;
}
.two-pot-withdrawal-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.two-pot-withdrawal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #86888B;
  padding-bottom: 30px;
}
.two-pot-withdrawal-button {
  display: flex;
  padding: 15px 10px;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 50px;
  border: 0px transparent;
  border-radius: 8px;
  background: #ed1747;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}
.two-pot-withdrawal-button-overview {
  display: flex;
  padding: 15px 10px;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #86888B;
  background: #FFF;
  color: #86888B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
}
.page-header-group {
  text-align: center;
  margin-bottom: 40px;
}
.page-header-group h3,
.page-header-group .h3-header {
  color: #86888b;
}
.content-box .page-header-group {
  margin-bottom: 0px;
}
.navbar-default + .content-box {
  border-top: 0;
}
@media (max-width: 767px) {
  .header-lg {
    font-size: 48px;
  }
  h1,
  .h1-header {
    font-size: 22px;
    line-height: 28px;
  }
  h2,
  .h2-header {
    font-size: 20px;
    line-height: 30px;
  }
  h3,
  .h3-header {
    font-size: 18px;
    line-height: 28px;
  }
  h4,
  .h4-header {
    font-size: 16px;
    line-height: 24px;
  }
  h5,
  .h5-header {
    font-size: 14px;
    line-height: 20px;
  }
  h6,
  .h6-header {
    font-size: 12px;
    line-height: 18px;
  }
}
.font-sm {
  font-size: 12px;
}
.font-xsm {
  font-size: 10px;
}
.font-lg {
  font-size: 50px;
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}
footer.dark {
  background-color: #f5f6f8;
  background-image: none;
}
.content-box {
  padding: 20px;
  border: solid 1px #dedfe1;
  border-bottom: none;
}
.content-box .glyphicon.pull-right:before {
  content: "\e114";
}
.content-box .collapsed .glyphicon.pull-right:before {
  content: "\e080";
}
.content-box-no-top-border {
  border-top: 0;
}
.content-box-lg {
  padding: 30px 20px;
}
.content-box + .alert {
  border-left: 1px solid #dedfe1;
  border-right: 1px solid #dedfe1;
  border-bottom: 1px solid #dedfe1;
  margin-bottom: 0px;
}
div.content-box:last-child,
div.content-box:only-child {
  border-bottom: 1px solid #dedfe1;
}
.content-box-margin {
  margin-bottom: 20px;
}
.content-box-padding {
  padding: 20px;
}
.content-box-header {
  font-size: 16px;
}
.content-box-header + .content-box-description {
  margin-top: 20px;
}
[class^="icon-"].product-type,
[class*=" icon-"].product-type,
[class^="icon-"].asset-type,
[class*=" icon-"].asset-type {
  font-size: 45px;
  line-height: 47px;
}
.asset-group-icon {
  margin-right: 40px;
  display: inline-block;
  margin-top: 20px;
}
.asset-group-icon .group-item {
  display: table;
}
.asset-group-icon .group-item .group-icon {
  display: table-cell;
}
.asset-group-icon .group-item .group-title {
  font-family: "OpenSans Semibold";
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .asset-group-icon {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .asset-group-icon .group-item,
  .asset-group-icon .group-item .group-icon,
  .asset-group-icon .group-item .group-title {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .table > tbody .message-vertical-center {
    line-height: 3.6;
  }
}
.inline-to-block,
.inline-to-block-center {
  display: inline;
}
.btn-right-to-block {
  float: right;
}
.fixed-width-175 {
  width: 175px;
}
.fixed-width-135 {
  width: 135px;
}
.fixed-width-25 {
  width: 25px;
}
.fixed-width-15 {
  width: 15px;
}
.fixed-height-50 {
  height: 50px;
}
@media (max-width: 787px) {
  .inline-to-block {
    display: block;
  }
  .inline-to-block-center {
    display: block;
    text-align: center;
  }
  .fixed-width-sm-220 {
    width: 210px;
  }
  .width-xs-100-percent {
    width: 100% !important;
  }
  .no-pull-xs {
    float: initial !important;
  }
  .width-initial {
    width: initial !important;
  }
  .no-xs-margin-left {
    margin-left: 0 !important;
  }
  .inline-to-block + .inline-to-block,
  .inline-to-block + .inline-to-block-center,
  .inline-to-block-center + .inline-to-block-center,
  .inline-to-block-center + .inline-to-block {
    margin-top: 20px;
  }
  .btn-right-to-block {
    float: none;
  }
}
.circle-container {
  background-color: #ffffff;
  border-radius: 50%;
  width: 22px;
  padding: 8px;
  font-size: 14px;
  line-height: 1em;
  position: relative;
  float: left;
  margin-right: 10px;
}
.circle-container .circle-content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.circle-container.circle-primary {
  background-color: #ed1747;
  border-color: #ed1747;
}
.circle-container:before {
  content: "";
  display: block;
  margin-top: 100%;
}
.hand {
  cursor: pointer;
}
.alert {
  border: none;
}
.label-icon {
  font-family: "OpenSans Semibold";
  font-size: 12px;
}
a:hover,
a:focus {
  cursor: pointer;
}
.italic {
  font-family: "OpenSans Italic";
  font-style: italic;
}
.footer-notes {
  margin: 40px 0px 0px 0px;
  font-size: 11px;
}
.footer-notes li {
  margin-bottom: 20px;
}
.footer-notes li:last-child {
  margin-bottom: 0px;
}
.footer-notes ul.compressed li {
  margin-bottom: 0px;
}
.footer-notes.my-footer-numbers {
  list-style-type: none;
  padding-left: 0px;
}
.footer-notes-font {
  font-size: 11px;
}
@media screen and (max-width: 600px) {
  .mobile-hide {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.no-text-transform {
  text-transform: none !important;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-8 {
  padding-top: 8px;
}
.padding-top-10 {
  padding-top: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-2 {
  margin-bottom: 2px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.width-45 {
  width: 45% !important;
}
.padding-top-20-font-size-14 {
  padding-top: 20px;
  font-size: 14px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top110 {
  padding-top: 110px;
}
.no-left-padding {
  padding-left: 0px !important;
}
.no-decoration {
  text-decoration: none;
}
.no-padding-bottom {
  padding-bottom: 0px !important;
}
.no-padding-top {
  padding-top: 0px !important;
}
.header-margin {
  margin-top: 22px;
  margin-bottom: 11px;
}
a.alert-warning {
  text-decoration: underline;
}
.secondary-heading {
  color: #4a4a4a;
  font-size: 16px;
  color: #ed1747;
  margin-top: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.line-height20 {
  line-height: 20px;
}
.line-height30 {
  line-height: 30px;
}
.line-height70 {
  line-height: 70px;
}
.line-height80 {
  line-height: 80px;
}
.page-sub-title {
  margin: 10px 0px 20px 0px;
}
.page-sub-title p.description {
  margin-top: 15px;
}
.page-sub-title .display-sort {
  margin-top: 10px;
}
#searchString:focus {
  outline: none;
  border-color: #ed1747;
}
.line-height34px {
  line-height: 34px;
}
/********************************BASIC*********************************************/
.clearboth {
  clear: both;
}
.font10 {
  font-size: 10px !important;
}
.font11 {
  font-size: 11px !important;
}
.font12 {
  font-size: 12px !important;
}
.font13 {
  font-size: 13px !important;
}
.font14 {
  font-size: 14px !important;
}
.font16 {
  font-size: 16px !Important;
}
.font18 {
  font-size: 18px !important;
}
.font18 {
  font-size: 18px !Important;
}
.font20 {
  font-size: 20px !important;
}
.font22 {
  font-size: 22px !important;
}
.font24 {
  font-size: 24px !important;
}
.font30 {
  font-size: 30px !important;
}
.font34 {
  font-size: 34px !important;
}
.font48 {
  font-size: 48px !important;
}
.font55 {
  font-size: 55px !important;
}
.font62 {
  font-size: 62px !important;
}
.font84 {
  font-size: 84px !important;
}
.font221 {
  font-size: 221px !important;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-right {
  margin-right: 0;
}
.section-divider-mini {
  border-bottom: 1px solid #45555f;
  margin-top: 12px;
  margin-bottom: 12px;
}
.section-divider {
  border-bottom: 1px solid #45555f;
  margin-top: 30px;
  margin-bottom: 30px;
}
.line-height40 {
  line-height: 40px;
}
.line-height50 {
  line-height: 50px;
}
.section-divider-only {
  border-bottom: 1px solid #45555f;
}
.section-primary-divider {
  border-bottom: 1px solid #ed1747;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-divider-large {
  border-bottom: 1px solid #45555f;
  margin-top: 45px;
  margin-bottom: 45px;
}
.section-divider-large-top {
  border-bottom: 1px solid #45555f;
  margin-top: 45px;
}
.section-divider-half-width {
  border-bottom: 1px solid #45555f;
  width: 50%;
  margin: 15px auto;
}
.breakdown-divider {
  border-bottom: 1px solid #ed1747;
  margin-top: 10px;
  margin-bottom: 10px;
}
.breakdown-divider-grey {
  border-bottom: 1px solid #EDEDED;
  margin-top: 5px;
  margin-bottom: 5px;
}
.breakdown-divider-dark {
  border-bottom: 1px solid #45555f;
  margin-bottom: 20px;
}
.no-border {
  border: 0 !important;
}
.white-border {
  border: 7px solid #EDEDED !important;
  padding: 10px;
}
.white-border-thin {
  border: 3px solid #EDEDED !important;
  padding: 10px;
}
.margin-top-minus-60 {
  margin-top: -60px;
}
.margin-top-minus-15 {
  margin-top: -15px;
}
.container-margin {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .container-min-height {
    min-height: 300px;
  }
}
@media screen and (min-width: 0px) and (max-width: 720px) {
  .mobile-hide {
    display: none;
  }
}
@media (min-width: 992px) {
  .container-min-height {
    min-height: 350px;
  }
}
@media (min-width: 1080px) {
  .container-min-height {
    min-height: 400px;
  }
}
.medium,
.font-medium {
  font-family: "OpenSans Semibold";
}
.regular,
.font-regular {
  font-family: "OpenSans Regular" !important;
}
.font-bold,
.bold {
  color: #4a4a4a;
}
.heavy {
  font-weight: 600;
}
.bold-heavy {
  color: #4a4a4a;
  font-weight: 600;
}
.no-list-style {
  list-style-type: none;
}
.serif-font {
  font-family: serifFontFamily;
}
.glyphicon.glyphicon-large {
  font-size: 16px !important;
}
.glyphicon-right-fixed-width {
  padding-left: .2857142857142857em;
}
.glyphicon-left-fixed-width {
  padding-right: .2857142857142857em;
}
.text-left {
  text-align: left !important;
}
.display-inline-block {
  display: inline-block;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.display-block-important {
  display: block !important;
}
/************************************************************************************/
/************************************
*
* Validation.
* These classes control are used by the unobstrusive js and mvc validation for styling.
*
*************************************/
.validation-summary-errors ul {
  margin-bottom: 0px;
}
.validation-summary-errors > a {
  color: #ed1747;
}
.field-validation-error {
  font-size: 12px;
  color: #ed1747;
}
.field-validation-valid {
  font-size: 12px;
}
.validation-margin {
  margin-top: 5px;
}
input[type='text'].input-validation-error,
input[type='password'].input-validation-error,
textarea.input-validation-error,
textarea.form-control.input-validation-error {
  color: #ed1747;
  border: 1px solid #ed1747;
  outline-color: #ed1747;
}
.validation-summary-errors {
  padding: 8px 14px 8px 14px;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: rgba(237, 23, 71, 0.05);
  color: #ed1747;
  padding-top: 10px;
  padding-bottom: 10px;
}
.validation-summary-errors a {
  color: #ed1747;
}
#confirm-container .validation-summary-errors {
  margin-top: 0px;
}
/* sizing for the combined datetime picker */
.input-append.datetime input {
  width: 73px;
}
.checker {
  margin-top: 10px;
}
.less-bottom {
  margin-bottom: 8px !important;
}
.spacer5 {
  height: 5px;
}
.spacer10 {
  height: 10px;
}
.spacer15 {
  height: 15px;
}
.spacer20 {
  height: 20px;
}
.label {
  padding: 0px;
  font-size: 100%;
  white-space: normal;
  font-weight: normal;
  display: inline;
  line-height: inherit;
}
.bgdark {
  background-color: #45555f !important;
  color: #ffffff;
}
.asterix {
  font-weight: bold;
  color: #ed1747;
}
.anchor-emphasized {
  text-transform: uppercase;
  text-decoration: underline;
  color: #ed1747;
}
.anchor-emphasized-selected {
  text-transform: uppercase;
  text-decoration: underline;
  color: #45555f;
}
.block-large {
  padding: 60px 75px;
  margin-top: 20px;
  background-color: #ffffff;
}
.block-medium {
  padding: 60px 45px;
}
.block-medium.full-width {
  padding: 60px 0px;
}
.block-small {
  padding: 35px 60px 35px 60px;
  margin-top: 20px;
  background-color: #ffffff;
}
.block-small.full-width {
  padding: 35px 0px;
}
.block-small-no-division {
  padding: 35px 60px 35px 60px;
}
/********************************LOGIN*****************************************************/
.login-container {
  padding: 15px 0px;
}
.sign-in-auth-container,
.auth-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-container {
  padding-bottom: 20px;
  padding-top: 20px;
}
/************************************************************************/
.nowrap {
  white-space: nowrap;
}
.currency {
  white-space: nowrap;
}
/*********************************************************************************/
.shade-directional {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #f1f2f0, #ffffff);
  background-image: -o-linear-gradient(45deg, #f1f2f0, #ffffff);
  background-image: linear-gradient(45deg, #f1f2f0, #ffffff);
  border: 10px solid #ffffff;
}
.shade-vertical {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f2f0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f1f2f0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f2f0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f2f0', GradientType=0);
}
.shade-bg {
  background-color: #f1f2f0;
  border: 10px solid #ffffff;
}
.font247 {
  font-size: 13px;
}
.btn-disabled {
  background-color: #eeeeee;
  color: #aaaaaa !important;
}
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xxs-offset-1,
.col-xxs-offset-2,
.col-xxs-offset-3,
.col-xxs-offset-4,
.col-xxs-offset-5,
.col-xxs-offset-6,
.col-xxs-offset-7,
.col-xxs-offset-8,
.col-xxs-offset-9,
.col-xxs-offset-10,
.col-xxs-offset-11,
.col-xxs-offset-12,
.col-xs-1_5,
.col-xs-2_5,
.col-xs-3_5,
.col-xs-4_5,
.col-xs-5_5,
.col-xs-6_5,
.col-xs-7_5,
.col-xs-8_5,
.col-xs-9_5,
.col-xs-10_5,
.col-xs-11_5,
.col-xs-12_5,
.col-xs-4 col-xs-offset-2_5,
.col-sm-2_4,
.col-sm-1_5,
.col-sm-2_5,
.col-sm-3_5,
.col-sm-4_5,
.col-sm-5_5,
.col-sm-6_5,
.col-sm-7_5,
.col-sm-8_5,
.col-sm-9_5,
.col-sm-10_5,
.col-sm-11_5,
.col-sm-12_5,
.col-md-1_5,
.col-md-2_5,
.col-md-3_5,
.col-md-4_5,
.col-md-5_5,
.col-md-6_5,
.col-md-7_5,
.col-md-8_5,
.col-md-9_5,
.col-md-10_5,
.col-md-11_5,
.col-md-12_5 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-xs-1_5 {
    width: 12.5%;
  }
  .col-xs-2_5 {
    width: 20.83333333%;
  }
  .col-xs-3_5 {
    width: 29.16666667%;
  }
  .col-xs-4_5 {
    width: 37.5%;
  }
  .col-xs-5_5 {
    width: 45.83333333%;
  }
  .col-xs-6_5 {
    width: 54.16666667%;
  }
  .col-xs-7_5 {
    width: 62.5%;
  }
  .col-xs-8_5 {
    width: 70.83333333%;
  }
  .col-xs-9_5 {
    width: 79.16666667%;
  }
  .col-xs-10_5 {
    width: 87.5%;
  }
  .col-xs-11_5 {
    width: 95.83333333%;
  }
  .col-xs-4 col-xs-offset-2_5 {
    width: 54.1666666666%;
  }
}
@media (min-width: 768px) {
  .col-sm-2_4 {
    width: 20%;
  }
  .col-sm-1_5 {
    width: 12.5%;
  }
  .col-sm-2_5 {
    width: 20.83333333%;
  }
  .col-sm-3_5 {
    width: 29.16666667%;
  }
  .col-sm-4_5 {
    width: 37.5%;
  }
  .col-sm-5_5 {
    width: 45.83333333%;
  }
  .col-sm-6_5 {
    width: 54.16666667%;
  }
  .col-sm-7_5 {
    width: 62.5%;
  }
  .col-sm-8_5 {
    width: 70.83333333%;
  }
  .col-sm-9_5 {
    width: 79.16666667%;
  }
  .col-sm-10_5 {
    width: 87.5%;
  }
  .col-sm-11_5 {
    width: 95.83333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1_5 {
    width: 12.5%;
  }
  .col-md-2_5 {
    width: 20.83333333%;
  }
  .col-md-3_5 {
    width: 29.16666667%;
  }
  .col-md-4_5 {
    width: 37.5%;
  }
  .col-md-5_5 {
    width: 45.83333333%;
  }
  .col-md-6_5 {
    width: 54.16666667%;
  }
  .col-md-7_5 {
    width: 62.5%;
  }
  .col-md-8_5 {
    width: 70.83333333%;
  }
  .col-md-9_5 {
    width: 79.16666667%;
  }
  .col-md-10_5 {
    width: 87.5%;
  }
  .col-md-11_5 {
    width: 95.83333333%;
  }
}
@media (max-width: 480px) {
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-offset-1 {
    width: 8.33333333%;
  }
  .col-xxs-offset-2 {
    width: 16.66666667%;
  }
  .col-xxs-offset-3 {
    width: 25%;
  }
  .col-xxs-offset-4 {
    width: 33.33333333%;
  }
  .col-xxs-offset-5 {
    width: 41.66666667%;
  }
  .col-xxs-offset-6 {
    width: 50%;
  }
  .col-xxs-offset-7 {
    width: 58.33333333%;
  }
  .col-xxs-offset-8 {
    width: 66.66666667%;
  }
  .col-xxs-offset-9 {
    width: 75%;
  }
  .col-xxs-offset-10 {
    width: 83.33333333%;
  }
  .col-xxs-offset-11 {
    width: 91.66666667%;
  }
  .col-xxs-offset-12 {
    width: 100%;
  }
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#mobileMessage {
  margin-top: 15px;
}
#mobileMessage .alert {
  padding: 2px;
}
.disclaimer {
  font-size: 13px;
}
.disclaimer.bold,
.disclaimer .bold {
  font-weight: bold !important;
  font-family: "OpenSans Regular" !important;
}
.col-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.col-top-padding {
  padding-top: 15px;
}
.col-bottom-padding {
  padding-bottom: 15px;
}
.padding-bottom-18 {
  padding-bottom: 18px;
}
.col-right-padding {
  padding-right: 15px;
}
.col-no-left-padding {
  padding-left: 0px;
}
.col-no-right-padding {
  padding-right: 0px;
}
.col-border {
  border-right: 1px solid #dedfe1;
}
.margin-header {
  margin-top: 22px;
}
.normal-line-height {
  line-height: 22px;
}
.facebook-colour {
  color: #3a5897;
}
.twitter-colour {
  color: #5fa9dd;
}
.control-margin-top,
.division {
  margin-top: 20px;
}
.control-margin-top-large {
  margin-top: 40px !important;
}
.control-margin-bottom,
.division-bottom {
  margin-bottom: 20px;
}
.control-margin-top-mini {
  margin-top: 10px;
}
.control-margin-bottom-mini {
  margin-bottom: 10px;
}
.control-margin-bottom-large {
  margin-bottom: 40px !important;
}
.paragraphs-in-container-justified p {
  text-align: justify;
}
.tertiary-box {
  border: 4px solid #dedfe1;
  margin-bottom: 15px;
  padding: 15px;
}
/* columns of same height styles */
/* USAGE
<div class="row">
<div class="row-height">
<div class="col-xs-2 col-xs-height col-xs-middle">
    <div class="inside"></div>
</div>
<div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
    <div class="inside"></div>
</div>
</div>
</div>
*/
/* content styles */
.inside {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inside-full-height {
  /*
// if you want to give content full height give him height: 100%;
// with content full height you can't apply margins to the content
// content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
*/
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.full-width {
  width: 100%;
}
.square-block-outer-bordwhite-bgprimary {
  border: 10px solid #ffffff;
  padding: 0px 50px;
  background: #ed1747;
}
.square-block-outer-bordwhite-bgsecondary {
  border: 10px solid #ffffff;
  padding: 0px 50px;
  background: #45555f;
}
.square-block-outer-bordpriamry-bgdark {
  border: 10px solid #ed1747;
  padding: 0px 50px;
  background: #092432;
}
.square-block-outer-bordsecondary-bgwhite {
  border: 10px solid #45555f;
  padding: 0px 50px;
  background: #ffffff;
}
.square-block-outer-bordprimary-bgbody {
  border: 10px solid #ed1747;
  padding: 0px 50px;
  background: #f1f2f0;
}
.square-block-outer-bordprimary-bgbody-shorter {
  border: 10px solid #ed1747;
  padding: 0px 45px;
  background: #f1f2f0;
}
.square-block-outer-bordwhite-bgprimary-mini {
  border: 3px solid #ffffff;
  padding: 6px 26px;
  background: #ed1747;
}
.square-block-outer-bordprimary-bgwhite {
  border: 10px solid #ed1747;
  padding: 0px 50px;
  background: #ffffff;
}
.square-block-inner-white-bgprimary {
  background: #ed1747;
  outline: 11px solid #ed1747;
  padding: 15px 15px;
  color: #ffffff;
}
.square-block-inner-white-bgsecondary {
  background: #45555f;
  outline: 11px solid #45555f;
  padding: 15px 15px;
  color: #ffffff;
}
.square-block-inner-white-bgdark {
  background: #092432;
  outline: 11px solid #092432;
  padding: 15px 15px;
  color: #ffffff;
}
.square-block-inner-bgwhite {
  background: #ffffff;
  outline: 11px solid #ffffff;
  padding: 15px 15px;
  color: #86888b;
}
.square-block-inner-primary-bgbody {
  background: #f1f2f0;
  outline: 11px solid #f1f2f0;
  padding: 15px 15px;
  color: #ed1747;
}
.square-block-inner-primary-bgwhite {
  background: #ffffff;
  outline: 11px solid #ffffff;
  padding: 15px 15px;
  color: #ed1747;
}
.square-block-inner-no-padding-lr {
  padding-left: 0px;
  padding-right: 0px;
}
.square-block-inner-primary-bgbody-equal-corners {
  background: #f1f2f0;
  outline: 11px solid #f1f2f0;
  padding: 30px 15px;
  color: #ed1747;
}
.square-block-inner-primary-primary-mini {
  background: #ed1747;
  outline: 11px solid #ed1747;
  padding: 1px 1px;
  color: #ed1747;
}
.square-block-inner-horizontal-bgbody {
  background: #f1f2f0;
  margin-left: -80px;
  margin-right: -80px;
  padding: 10px 80px;
}
.square-block-inner-horizontal-mini-primary {
  background: #ed1747;
  margin-left: -80px;
  margin-right: -80px;
  padding: 0px;
}
.bgprimary-white {
  background-color: #ed1747;
  color: #ffffff;
}
.content-header {
  margin-top: 0;
  margin-bottom: 35px;
}
.large-currency-font {
  font-size: 75%;
}
.message {
  font-size: 13px;
}
.form-group-margin-top {
  margin-top: 15px;
}
.form-group-margin-bottom {
  margin-bottom: 15px;
}
.narrow-letter-spacing {
  letter-spacing: -3px;
}
@media (min-width: 992px) {
  .md-pull-right {
    float: right;
  }
}
.steps-header {
  font-size: 13px;
  color: #ed1747;
  color: #4a4a4a;
  margin-top: 15px;
  margin-bottom: 15px;
}
.steps-content {
  font-size: 13px;
}
.steps-divider {
  border-left: 1px solid #ed1747;
}
.underline {
  text-decoration: underline;
}
.inline-list li {
  display: inline-block;
}
.inline-list a:hover {
  background-color: #eaebe9;
  border-radius: 2px;
}
.pencil-container {
  border: 2px solid;
  padding: 4px 11px;
  display: inline-block;
  position: relative;
  margin-right: 2px;
  color: #ed1747;
}
.pencil-container .glyphicon-pencil {
  position: absolute;
  right: -6px;
  font-size: 18px;
  top: 3px;
  padding-top: 2px;
}
.pencil-container-bg-grey,
.pencil-container-bg-white {
  border: 2px solid;
  padding: 4px 11px;
  display: inline-block;
  position: relative;
  margin-right: 2px;
  color: #ed1747;
}
.pencil-container-bg-grey .glyphicon-pencil,
.pencil-container-bg-white .glyphicon-pencil {
  position: absolute;
  right: -6px;
  font-size: 18px;
  top: 3px;
  padding-top: 2px;
}
.pencil-container-bg-grey .glyphicon-pencil {
  background-color: #f1f2f0;
}
.pencil-container-bg-white .glyphicon-pencil {
  background-color: #ffffff;
}
ul.line-items-bullet-primary {
  list-style: none;
}
ul.line-items-bullet-primary li {
  text-indent: -0.7em;
}
ul.line-items-bullet-primary li:before {
  color: #ed1747;
  content: "\002022\a0";
}
.alert-align {
  text-align: center;
}
@media (min-width: 991px) {
  .no-left-padding-md {
    padding-left: 0px;
  }
  .no-right-padding-md {
    padding-right: 0px;
  }
}
.delayed-trade-prices sup.estimate-price {
  font-size: 16px;
}
.alert-danger-text {
  color: #ed1747;
}
object,
embed.pdf-display,
iframe.pdf-display {
  width: 100%;
  height: 500px;
  border: 0;
}
@media (max-width: 480px) {
  iframe.pdf-display {
    width: 100%;
    height: 300px;
    border: 0;
  }
}
.no-wrap {
  white-space: pre-wrap;
}
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -2px;
}
@media (max-width: 480px) {
  .col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin: 0 auto;
  }
}
.pull-bottom {
  display: table-footer-group;
}
.disable-link {
  pointer-events: none;
  cursor: not-allowed;
}
.full-padding {
  padding: 10px 10px 10px 10px;
}
.subtraction-value {
  color: red;
}
.positive-calculation-value {
  color: #4BB74C;
}
.header-no-margin-top {
  margin-top: 0px;
}
.validation-msg-container {
  text-align: left;
}
@media (max-width: 767px) {
  .modal-mobile {
    top: 10%;
  }
}
.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.percent50Col {
  width: 50%;
}
.row.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.percent15Col {
  width: 15%;
}
.percent12Col {
  width: 12%;
}
.percent10Col {
  width: 10%;
}
.percent8Col {
  width: 8%;
}
.percent6Col {
  width: 6%;
}
.positiveMovement {
  color: #4BB74C;
}
.negativeMovement {
  color: red;
}
.text-align-left {
  text-align: left !important;
}
.logo-height {
  max-height: 20px;
}
.outer-box {
  display: table;
}
.outer-box .inner-box {
  display: table-cell;
  vertical-align: middle;
}
.outer-box .inner-box-padding {
  padding-left: 16px;
}
.heading-icon {
  font-size: 14px;
  margin-right: 15px;
}
button:focus {
  outline: 0;
}
.page-content-container {
  background-color: #ffffff;
  padding: 40px 100px;
}
.page-content-container-secondary,
.wide-container {
  background-color: #ffffff;
  padding: 40px 100px;
  background-color: #f5f6f8;
}
.wide-container .content-box {
  background-color: #ffffff;
}
.container-header-margin,
.wide-container {
  margin-left: -100px;
  margin-right: -100px;
}
@media (max-width: 480px) {
  .container-header-margin,
  .wide-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-content-container {
    background-color: #ffffff;
    padding: 0px 15px;
  }
  .page-content-container-secondary,
  .wide-container {
    background-color: #ffffff;
    padding: 0px 15px;
    background-color: #f5f6f8;
  }
}
.box-padding {
  padding: 20px;
}
.product-img-container > img {
  max-width: 250px;
  max-height: 155px;
}
.product-img-container_2 > img {
  max-width: 80px;
  max-height: 80px;
}
.font-white {
  color: #ffffff;
}
.vertical-center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/* makes the font 33% larger relative to the icon container */
.iconsize-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent;
}
.header-md {
  font-size: 58px;
  margin-top: 22px;
  margin-bottom: 11px;
}
.table > tbody .text-align-md-right-xs-center {
  text-align: right;
}
.table > tbody .text-align-md-left-xs-center {
  text-align: left;
}
.table > tbody .text-align-md-left-xs-right {
  text-align: left;
}
.table > tbody .text-align-md-centre-xs-right {
  text-align: center;
}
@media (max-width: 767px) {
  .no-more-tables td {
    min-height: 30px;
  }
  .no-more-tables .table.table-style > tbody .text-align-md-right-xs-center {
    text-align: center;
  }
  .no-more-tables .table.table-style > tbody .text-align-md-left-xs-center {
    text-align: center;
  }
  .no-more-tables .table.table-style > tbody .text-align-md-left-xs-right {
    text-align: right;
  }
  .no-more-tables .table.table-style > tbody .text-align-md-centre-xs-right {
    text-align: right;
  }
  .no-more-tables .table.table-style > tbody tr:last-child {
    border-bottom: 1px solid #dedfe1;
  }
  .no-more-tables .table.table-style > tbody > tr {
    border-top: 1px solid #dedfe1;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    padding: 5px;
  }
  .no-more-tables .table.table-style > tbody > tr > td {
    border: 0px;
  }
}
.accordion-title {
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a;
}
.accordion-title-bundle-ref-title {
  line-height: 24px;
  color: #86888b;
  font-size: 12px;
  font-style: italic;
}
.accordion-title-bundle-ref-title-2 {
  color: #86888b;
  font-size: 15px;
}
.thirty-six-percent-width {
  width: 36% !important;
}
.bundle-about-title {
  color: #4A4A4A;
  font-family: Questrial;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.bundle-about-description {
  color: #86888B;
  font-family: Questrial;
  font-size: 14px;
  text-align: left;
}
.modal-content {
  overflow: auto;
}
.modal-header {
  border-bottom: none;
  font-size: 20px;
  line-height: 30px;
  color: #4a4a4a;
  background-color: #f5f6f8;
}
.modal-footer {
  border-top: none;
}
.bg-disabled {
  background-color: #eeeeee;
}
.remove-icon-border {
  outline: none;
  backface-visibility: hidden;
}
.indented {
  margin-left: 5px;
}
.indented .glyphicon-link {
  font-size: 12px;
}
.header-tab:first-child:nth-last-child(1) {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-tab:first-child:nth-last-child(2),
.header-tab:first-child:nth-last-child(2) ~ .header-tab {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .header-tab:first-child:nth-last-child(2),
  .header-tab:first-child:nth-last-child(2) ~ .header-tab {
    float: left;
    width: 50%;
  }
}
.header-tab:first-child:nth-last-child(3),
.header-tab:first-child:nth-last-child(3) ~ .header-tab {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .header-tab:first-child:nth-last-child(3),
  .header-tab:first-child:nth-last-child(3) ~ .header-tab {
    float: left;
    width: 33.33333333%;
  }
}
.header-tab:first-child:nth-last-child(4),
.header-tab:first-child:nth-last-child(4) ~ .header-tab {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .header-tab:first-child:nth-last-child(4),
  .header-tab:first-child:nth-last-child(4) ~ .header-tab {
    float: left;
    width: 25%;
  }
}
.header-tab:first-child:nth-last-child(5),
.header-tab:first-child:nth-last-child(5) ~ .header-tab {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .header-tab:first-child:nth-last-child(5),
  .header-tab:first-child:nth-last-child(5) ~ .header-tab {
    float: left;
    width: 20%;
  }
}
.header-tab:first-child:nth-last-child(6),
.header-tab:first-child:nth-last-child(6) ~ .header-tab {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .header-tab:first-child:nth-last-child(6),
  .header-tab:first-child:nth-last-child(6) ~ .header-tab {
    float: left;
    width: 16.66666667%;
  }
}
.disable-div {
  pointer-events: none;
  opacity: 0.4;
}
.site-box-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.site-box-shadow-no-bottom {
  box-shadow: -2px -2px 4px -2px rgba(0, 0, 0, 0.15), 2px -2px 4px -2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .hide-element-mobile {
    visibility: hidden;
  }
}
.auto-collapse tbody > tr {
  display: none;
}
.auto-collapse tbody > tr.expanded {
  display: table-row;
}
.auto-collapse.expanded tbody > tr {
  display: table-row;
}
.select2-error {
  border: 2px solid #b94a48;
}
.padding-right-sm {
  padding-right: 10px;
}
.padding-sides {
  padding-left: 10px;
  padding-right: 10px;
}
.display-currency {
  white-space: nowrap;
}
p span {
  color: #4a4a4a;
}
.inline-block {
  display: inline-block;
}
.icon-twitter-buy-success:before {
  content: "\e9f7";
  color: white;
}
.icon-facebook-buy-success:before {
  content: "\ea1c";
  color: white;
}
@media (max-width: 991px) {
  #secondary-navbar .fa-whatsapp {
    line-height: 50px;
  }
  .mobile-body .fa-whatsapp {
    line-height: initial;
  }
}
.social-share-button-buy-success {
  background: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
.mobile-body .social-share-button {
  height: 100%;
  width: 100%;
}
.control-margin-bottom-buySuccess {
  margin-bottom: 15px;
  margin-left: 15px;
}
.social-media-icons-buy-success {
  display: inline-block;
  color: white;
  width: inherit;
  text-align: center;
}
.social-media-share-text {
  display: inline-block;
  padding-left: 15px;
}
.error-text-div {
  border: 2px solid #ed1747;
  border-radius: 5px;
}
.success-text-div {
  border: 2px solid #0ddaba;
  border-radius: 5px;
}
.padding-5 {
  padding: 5px;
}
.background-white {
  background-color: white;
}
.position-fixed {
  position: fixed;
}
.position-absolute {
  position: absolute !important;
}
.font-size-2em {
  font-size: 2em !important;
}
.font-size-3em {
  font-size: 3em !important;
}
.font-size-1-3em {
  font-size: 1.3333333em;
}
.font-size-1-5em {
  font-size: 1.5em;
}
.font-size-11 {
  font-size: 11px;
}
.font-size-12 {
  font-size: 12px;
}
.white-background {
  background-color: white;
}
.padding-10 {
  padding: 10px;
}
.padding-10-important {
  padding: 10px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-right-40 {
  padding-right: 40px;
}
.padding-left-50 {
  padding-left: 50px;
}
.padding-right-50 {
  padding-right: 50px;
}
.justify-flex-end {
  justify-content: flex-end !important;
}
.padding-20 {
  padding: 20px;
}
.font-size-6 {
  font-size: 6px;
}
.font-size-7 {
  font-size: 7px;
}
.font-size-8 {
  font-size: 8px;
}
.font-size-9 {
  font-size: 9px;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-11 {
  font-size: 11px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-16 {
  font-size: 16px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.gray-background {
  background: #e1e1e1;
}
.webkit-overflow-scrolling-auto {
  -webkit-overflow-scrolling: auto !important;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.border-steel-gray {
  border-bottom: 3px solid #86888b;
}
.grayscale {
  filter: grayscale(1);
}
.full-height {
  height: 100% !important;
}
.margin-top-bottom-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.display-flex {
  display: flex;
}
.align-content-center {
  align-content: center;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-6 {
  padding-right: 6px;
}
.padding-left-right-7_5 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.padding-left-right-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.width-80 {
  width: 80%;
}
.login-icons {
  padding: 9px 12px;
  border: 1px solid #dedfe1;
  border-right: none;
}
.display-flow-root {
  display: flow-root;
}
.text-color-black {
  color: black !important;
}
.overflow-break-word {
  overflow-wrap: break-word;
}
.table-layout-fixed {
  table-layout: fixed;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.round-corners {
  border-radius: 8px !important;
}
.website-vertical-align {
  display: flex;
  align-items: center;
}
.website-exchange-flag {
  transform: scale(0.65);
  display: block;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.equal {
  display: flex;
}
.equal > div {
  float: none;
}
.stretch {
  align-items: stretch;
}
.stretch > .full-height {
  height: 100%;
}
.website-border-left {
  border-left: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .equal {
    flex-direction: column;
    width: 50%;
    margin: 0 auto;
  }
  .website-border-left {
    border-left: none;
  }
  .website-exchange-flag {
    transform: scale(0.65);
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0px;
    padding-left: 0px;
  }
  .website-vertical-align {
    display: block;
    align-items: center;
    margin-top: 0px;
  }
  .exchange-no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  .galaxy-fold {
    transform: scale(0.75);
  }
}
.Invoice-modal-title {
  color: #4a4a4a;
}
.Invoice-modal-close-button {
  border: none;
  background: none;
  margin-bottom: -15px;
  position: absolute;
  right: 2em;
}
.invoice-modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #F5F6F8;
  border-bottom: 1px solid lightgrey;
}
.bold-header {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.white-space-preline {
  white-space: pre-line;
}
.text-decoration-none {
  text-decoration: none;
}
/* ===== DYNAMIC FLEX CLASSES START =====
 * flex parent container
 * Group elements within flex group when you want certain elements to be grouped by row if you want a columnar flex layout on mobile
 * Flex subgroup is for additional control, for multiple elements where you potentially want a different flex layout within a flex group
 */
.flex-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.flex-parent .flex-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flex-parent .flex-group .flex-subgroup {
  display: flex;
  flex-direction: row;
}
.flex-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media screen and (max-width: 768px) {
  .flex-mobile-border {
    border: 1px solid #dce0e0;
  }
  .flex-parent {
    flex-direction: column;
  }
  .flex-parent .flex-group {
    width: 100%;
  }
}
/* ===== DYNAMIC FLEX CLASSES END =====*/
.btn {
  border-radius: 2px;
  font-size: 14px;
  padding: 13px 20px;
  border-width: 2px;
  font-weight: 600;
}
.btn .glyphicon {
  font-size: inherit;
}
@media (max-width: 480px) {
  .btn {
    margin-bottom: 5px;
  }
}
a.btn {
  text-decoration: none;
}
.btn.btn-sm {
  border-radius: 2px;
  border-width: 2px;
  font-weight: normal;
}
.icon-left-margin,
.btn-left-margin {
  margin-left: 10px;
}
.btn-right-margin {
  margin-right: 10px;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .btn-large {
  padding-top: 14px;
  padding-bottom: 13px;
}
.btn-large-text {
  font-size: 16px;
}
.btn-sm [class^="icon-"],
.btn-sm [class*=" icon-"] {
  vertical-align: middle;
  padding-left: 4px;
}
.btn-stock-filter {
  margin-bottom: 10px;
  min-width: 90px;
}
.btn-stock-filter.active {
  color: #ed1747;
}
.btn-filter-align,
.input-align,
.dropdown-align {
  line-height: 40px;
  vertical-align: middle;
}
.btn-align,
.input-group-lg-align {
  line-height: 50px;
  vertical-align: middle;
}
.btn-sort-display-filter.btn-default {
  border: none;
  min-height: 37px;
  max-height: 37px;
  line-height: 37px;
  vertical-align: middle;
  padding: 0px 10px;
  font-size: 16px;
}
.btn-sort-display-filter.btn-default.active {
  background-color: #ed1747;
  color: #ffffff;
}
.btn-sort-display-filter.btn-default.active:hover {
  background-color: #ed1747;
  color: #ffffff;
}
.btn.glyphicon {
  font-family: 'Glyphicons Halflings';
  top: 0;
}
.btn-success {
  background-color: #5cb85c !important;
}
.btn-primary-inverted {
  color: #ed1747;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-inverted:focus,
.btn-primary-inverted.focus {
  color: #ed1747;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-primary-inverted:hover {
  color: #ed1747;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-primary-inverted:active,
.btn-primary-inverted.active,
.open > .dropdown-toggle.btn-primary-inverted {
  color: #ed1747;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-primary-inverted:active:hover,
.btn-primary-inverted.active:hover,
.open > .dropdown-toggle.btn-primary-inverted:hover,
.btn-primary-inverted:active:focus,
.btn-primary-inverted.active:focus,
.open > .dropdown-toggle.btn-primary-inverted:focus,
.btn-primary-inverted:active.focus,
.btn-primary-inverted.active.focus,
.open > .dropdown-toggle.btn-primary-inverted.focus {
  color: #ed1747;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-primary-inverted:active,
.btn-primary-inverted.active,
.open > .dropdown-toggle.btn-primary-inverted {
  background-image: none;
}
.btn-primary-inverted.disabled,
.btn-primary-inverted[disabled],
fieldset[disabled] .btn-primary-inverted,
.btn-primary-inverted.disabled:hover,
.btn-primary-inverted[disabled]:hover,
fieldset[disabled] .btn-primary-inverted:hover,
.btn-primary-inverted.disabled:focus,
.btn-primary-inverted[disabled]:focus,
fieldset[disabled] .btn-primary-inverted:focus,
.btn-primary-inverted.disabled.focus,
.btn-primary-inverted[disabled].focus,
fieldset[disabled] .btn-primary-inverted.focus,
.btn-primary-inverted.disabled:active,
.btn-primary-inverted[disabled]:active,
fieldset[disabled] .btn-primary-inverted:active,
.btn-primary-inverted.disabled.active,
.btn-primary-inverted[disabled].active,
fieldset[disabled] .btn-primary-inverted.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-inverted .badge {
  color: #ffffff;
  background-color: #ed1747;
}
.btn-primary-inverted:focus,
.btn-primary-inverted.focus {
  color: #ed1747;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-inverted:hover {
  color: #ed1747;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-inverted:active,
.btn-primary-inverted.active,
.open > .dropdown-toggle.btn-primary-inverted {
  color: #ed1747;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-inverted:active:hover,
.btn-primary-inverted.active:hover,
.open > .dropdown-toggle.btn-primary-inverted:hover,
.btn-primary-inverted:active:focus,
.btn-primary-inverted.active:focus,
.open > .dropdown-toggle.btn-primary-inverted:focus,
.btn-primary-inverted:active.focus,
.btn-primary-inverted.active.focus,
.open > .dropdown-toggle.btn-primary-inverted.focus {
  color: #ed1747;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-inverted:active,
.btn-primary-inverted.active,
.open > .dropdown-toggle.btn-primary-inverted {
  background-image: none;
}
.btn-primary-inverted.disabled,
.btn-primary-inverted[disabled],
fieldset[disabled] .btn-primary-inverted,
.btn-primary-inverted.disabled:hover,
.btn-primary-inverted[disabled]:hover,
fieldset[disabled] .btn-primary-inverted:hover,
.btn-primary-inverted.disabled:focus,
.btn-primary-inverted[disabled]:focus,
fieldset[disabled] .btn-primary-inverted:focus,
.btn-primary-inverted.disabled.focus,
.btn-primary-inverted[disabled].focus,
fieldset[disabled] .btn-primary-inverted.focus,
.btn-primary-inverted.disabled:active,
.btn-primary-inverted[disabled]:active,
fieldset[disabled] .btn-primary-inverted:active,
.btn-primary-inverted.disabled.active,
.btn-primary-inverted[disabled].active,
fieldset[disabled] .btn-primary-inverted.active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-inverted .badge {
  color: #ffffff;
  background-color: #ed1747;
}
.btn-secondary {
  color: #ffffff;
  background-color: #45555f;
  border-color: #45555f;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #303b41;
  border-color: #0f1315;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #303b41;
  border-color: #2b353c;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #303b41;
  border-color: #2b353c;
}
.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: #ffffff;
  background-color: #21282d;
  border-color: #0f1315;
}
.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: #45555f;
  border-color: #45555f;
}
.btn-secondary .badge {
  color: #45555f;
  background-color: #ffffff;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #45555f;
  border-color: #45555f;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #45555f;
  border-color: #45555f;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #45555f;
  border-color: #45555f;
}
.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: #ffffff;
  background-color: #45555f;
  border-color: #45555f;
}
.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: #45555f;
  border-color: #45555f;
}
.btn-secondary .badge {
  color: #45555f;
  background-color: #ffffff;
}
.btn-trinary {
  color: #86888b;
  background-color: #ffffff;
  border-color: #86888b;
  border: 2px solid;
  border-radius: 0;
}
.btn-trinary:focus,
.btn-trinary.focus {
  color: #86888b;
  background-color: #e6e6e6;
  border-color: #47484a;
}
.btn-trinary:hover {
  color: #86888b;
  background-color: #e6e6e6;
  border-color: #68696c;
}
.btn-trinary:active,
.btn-trinary.active,
.open > .dropdown-toggle.btn-trinary {
  color: #86888b;
  background-color: #e6e6e6;
  border-color: #68696c;
}
.btn-trinary:active:hover,
.btn-trinary.active:hover,
.open > .dropdown-toggle.btn-trinary:hover,
.btn-trinary:active:focus,
.btn-trinary.active:focus,
.open > .dropdown-toggle.btn-trinary:focus,
.btn-trinary:active.focus,
.btn-trinary.active.focus,
.open > .dropdown-toggle.btn-trinary.focus {
  color: #86888b;
  background-color: #d4d4d4;
  border-color: #47484a;
}
.btn-trinary:active,
.btn-trinary.active,
.open > .dropdown-toggle.btn-trinary {
  background-image: none;
}
.btn-trinary.disabled,
.btn-trinary[disabled],
fieldset[disabled] .btn-trinary,
.btn-trinary.disabled:hover,
.btn-trinary[disabled]:hover,
fieldset[disabled] .btn-trinary:hover,
.btn-trinary.disabled:focus,
.btn-trinary[disabled]:focus,
fieldset[disabled] .btn-trinary:focus,
.btn-trinary.disabled.focus,
.btn-trinary[disabled].focus,
fieldset[disabled] .btn-trinary.focus,
.btn-trinary.disabled:active,
.btn-trinary[disabled]:active,
fieldset[disabled] .btn-trinary:active,
.btn-trinary.disabled.active,
.btn-trinary[disabled].active,
fieldset[disabled] .btn-trinary.active {
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-trinary .badge {
  color: #ffffff;
  background-color: #86888b;
}
.btn-trinary:focus,
.btn-trinary.focus {
  color: #86888b;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-trinary:hover {
  color: #86888b;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-trinary:active,
.btn-trinary.active,
.open > .dropdown-toggle.btn-trinary {
  color: #86888b;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-trinary:active:hover,
.btn-trinary.active:hover,
.open > .dropdown-toggle.btn-trinary:hover,
.btn-trinary:active:focus,
.btn-trinary.active:focus,
.open > .dropdown-toggle.btn-trinary:focus,
.btn-trinary:active.focus,
.btn-trinary.active.focus,
.open > .dropdown-toggle.btn-trinary.focus {
  color: #86888b;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-trinary:active,
.btn-trinary.active,
.open > .dropdown-toggle.btn-trinary {
  background-image: none;
}
.btn-trinary.disabled,
.btn-trinary[disabled],
fieldset[disabled] .btn-trinary,
.btn-trinary.disabled:hover,
.btn-trinary[disabled]:hover,
fieldset[disabled] .btn-trinary:hover,
.btn-trinary.disabled:focus,
.btn-trinary[disabled]:focus,
fieldset[disabled] .btn-trinary:focus,
.btn-trinary.disabled.focus,
.btn-trinary[disabled].focus,
fieldset[disabled] .btn-trinary.focus,
.btn-trinary.disabled:active,
.btn-trinary[disabled]:active,
fieldset[disabled] .btn-trinary:active,
.btn-trinary.disabled.active,
.btn-trinary[disabled].active,
fieldset[disabled] .btn-trinary.active {
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-trinary .badge {
  color: #ffffff;
  background-color: #86888b;
}
.btn-icon-primary {
  color: #86888b;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-icon-primary:focus,
.btn-icon-primary.focus {
  color: #86888b;
  background-color: #e6e6e6;
  border-color: #47484a;
}
.btn-icon-primary:hover {
  color: #86888b;
  background-color: #e6e6e6;
  border-color: #68696c;
}
.btn-icon-primary:active,
.btn-icon-primary.active,
.open > .dropdown-toggle.btn-icon-primary {
  color: #86888b;
  background-color: #e6e6e6;
  border-color: #68696c;
}
.btn-icon-primary:active:hover,
.btn-icon-primary.active:hover,
.open > .dropdown-toggle.btn-icon-primary:hover,
.btn-icon-primary:active:focus,
.btn-icon-primary.active:focus,
.open > .dropdown-toggle.btn-icon-primary:focus,
.btn-icon-primary:active.focus,
.btn-icon-primary.active.focus,
.open > .dropdown-toggle.btn-icon-primary.focus {
  color: #86888b;
  background-color: #d4d4d4;
  border-color: #47484a;
}
.btn-icon-primary:active,
.btn-icon-primary.active,
.open > .dropdown-toggle.btn-icon-primary {
  background-image: none;
}
.btn-icon-primary.disabled,
.btn-icon-primary[disabled],
fieldset[disabled] .btn-icon-primary,
.btn-icon-primary.disabled:hover,
.btn-icon-primary[disabled]:hover,
fieldset[disabled] .btn-icon-primary:hover,
.btn-icon-primary.disabled:focus,
.btn-icon-primary[disabled]:focus,
fieldset[disabled] .btn-icon-primary:focus,
.btn-icon-primary.disabled.focus,
.btn-icon-primary[disabled].focus,
fieldset[disabled] .btn-icon-primary.focus,
.btn-icon-primary.disabled:active,
.btn-icon-primary[disabled]:active,
fieldset[disabled] .btn-icon-primary:active,
.btn-icon-primary.disabled.active,
.btn-icon-primary[disabled].active,
fieldset[disabled] .btn-icon-primary.active {
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-icon-primary .badge {
  color: #ffffff;
  background-color: #86888b;
}
.btn-icon-primary:focus,
.btn-icon-primary.focus {
  color: #86888b;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-icon-primary:hover {
  color: #86888b;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-icon-primary:active,
.btn-icon-primary.active,
.open > .dropdown-toggle.btn-icon-primary {
  color: #86888b;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-icon-primary:active:hover,
.btn-icon-primary.active:hover,
.open > .dropdown-toggle.btn-icon-primary:hover,
.btn-icon-primary:active:focus,
.btn-icon-primary.active:focus,
.open > .dropdown-toggle.btn-icon-primary:focus,
.btn-icon-primary:active.focus,
.btn-icon-primary.active.focus,
.open > .dropdown-toggle.btn-icon-primary.focus {
  color: #86888b;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-icon-primary:active,
.btn-icon-primary.active,
.open > .dropdown-toggle.btn-icon-primary {
  background-image: none;
}
.btn-icon-primary.disabled,
.btn-icon-primary[disabled],
fieldset[disabled] .btn-icon-primary,
.btn-icon-primary.disabled:hover,
.btn-icon-primary[disabled]:hover,
fieldset[disabled] .btn-icon-primary:hover,
.btn-icon-primary.disabled:focus,
.btn-icon-primary[disabled]:focus,
fieldset[disabled] .btn-icon-primary:focus,
.btn-icon-primary.disabled.focus,
.btn-icon-primary[disabled].focus,
fieldset[disabled] .btn-icon-primary.focus,
.btn-icon-primary.disabled:active,
.btn-icon-primary[disabled]:active,
fieldset[disabled] .btn-icon-primary:active,
.btn-icon-primary.disabled.active,
.btn-icon-primary[disabled].active,
fieldset[disabled] .btn-icon-primary.active {
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-icon-primary .badge {
  color: #ffffff;
  background-color: #86888b;
}
.btn-icon-primary .icon {
  max-height: 2em;
  top: 0.8em;
  margin-left: -3em;
  position: absolute;
}
.btn-icon-primary:before {
  content: "";
  padding-left: 3em;
}
input[type='text'],
input[type='password'],
textarea,
textarea.form-control {
  border-radius: 2px;
}
input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
textarea.form-control:focus {
  outline: 1px solid #86888b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group {
  border: none;
}
.input-group input[type='text'],
.input-group input[type='password'] {
  border: 1px solid #dedfe1;
}
.input-group .input-group-addon {
  padding: 3px 10px;
}
.input-group .input-group-addon button {
  border: none;
  background: transparent;
}
.input-group-lg > .input-group-btn > .btn {
  padding: 0px 10px;
  line-height: 55px;
  vertical-align: middle;
}
.input-lg-container {
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 600;
  margin-bottom: 40px;
}
.input-lg-container .input-lg-align {
  text-align: right;
  line-height: 55px;
  vertical-align: middle;
}
.input-lg-container .input-group-lg .input-group-addon {
  color: #4a4a4a;
}
@media (max-width: 768px) {
  .input-lg-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .input-lg-container .input-lg-align {
    text-align: center;
    line-height: inherit;
    margin-bottom: 10px;
  }
}
.input-group.enclosed {
  border: solid 1px #dedfe1;
  border-radius: 2px;
}
.input-group.enclosed input[type='text'],
.input-group.enclosed input[type='password'] {
  outline: none;
  border: none;
  box-shadow: 0 0 0;
}
.pagination > li > a,
.pagination .disabled > a {
  color: #45555f;
  background-color: #dedfe1;
  border-color: #c3c5c9;
}
.pagination > li > a:hover,
.pagination .disabled > a:hover {
  background-color: #c3c5c9;
  border-color: #a9abb0;
  color: #333333;
}
.pagination .disabled > a:hover {
  background-color: #e1e1e1;
}
.pagination .active > a {
  color: #ffffff;
  background-color: #ed1747;
  border-color: #45555f;
}
.pagination .active > a:hover {
  background-color: #ed1747;
  border-color: #45555f;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 0px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: inherit;
}
.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover,
.bootstrap-datetimepicker-widget td span.month.active,
.bootstrap-datetimepicker-widget td span.year.active {
  background-color: #ed1747;
}
.bootstrap-datetimepicker-widget td.today:before {
  border-bottom: 7px solid #ed1747;
}
.control-margin-left {
  margin-left: 8px !important;
}
.control-margin-left-30 {
  margin-left: 30px !important;
}
.control-margin-right {
  margin-right: 8px;
}
.btn-block {
  margin-left: 0;
}
.btn-facebook {
  background-color: #3a5897;
}
.btn-twitter {
  background-color: #5fa9dd;
}
.btn-twitter-share-trade {
  padding-left: 5px;
  padding-right: 5px;
}
.btn.btn-ee-primary {
  color: #ffffff;
  background-color: #ed1747;
  border-color: #ed1747;
}
.btn.btn-ee-primary:focus,
.btn.btn-ee-primary.focus {
  color: #ffffff;
  background-color: #c20f37;
  border-color: #7b0a23;
}
.btn.btn-ee-primary:hover {
  color: #ffffff;
  background-color: #c20f37;
  border-color: #b80e34;
}
.btn.btn-ee-primary:active,
.btn.btn-ee-primary.active,
.open > .dropdown-toggle.btn.btn-ee-primary {
  color: #ffffff;
  background-color: #c20f37;
  border-color: #b80e34;
}
.btn.btn-ee-primary:active:hover,
.btn.btn-ee-primary.active:hover,
.open > .dropdown-toggle.btn.btn-ee-primary:hover,
.btn.btn-ee-primary:active:focus,
.btn.btn-ee-primary.active:focus,
.open > .dropdown-toggle.btn.btn-ee-primary:focus,
.btn.btn-ee-primary:active.focus,
.btn.btn-ee-primary.active.focus,
.open > .dropdown-toggle.btn.btn-ee-primary.focus {
  color: #ffffff;
  background-color: #a10c2e;
  border-color: #7b0a23;
}
.btn.btn-ee-primary:active,
.btn.btn-ee-primary.active,
.open > .dropdown-toggle.btn.btn-ee-primary {
  background-image: none;
}
.btn.btn-ee-primary.disabled,
.btn.btn-ee-primary[disabled],
fieldset[disabled] .btn.btn-ee-primary,
.btn.btn-ee-primary.disabled:hover,
.btn.btn-ee-primary[disabled]:hover,
fieldset[disabled] .btn.btn-ee-primary:hover,
.btn.btn-ee-primary.disabled:focus,
.btn.btn-ee-primary[disabled]:focus,
fieldset[disabled] .btn.btn-ee-primary:focus,
.btn.btn-ee-primary.disabled.focus,
.btn.btn-ee-primary[disabled].focus,
fieldset[disabled] .btn.btn-ee-primary.focus,
.btn.btn-ee-primary.disabled:active,
.btn.btn-ee-primary[disabled]:active,
fieldset[disabled] .btn.btn-ee-primary:active,
.btn.btn-ee-primary.disabled.active,
.btn.btn-ee-primary[disabled].active,
fieldset[disabled] .btn.btn-ee-primary.active {
  background-color: #ed1747;
  border-color: #ed1747;
}
.btn.btn-ee-primary .badge {
  color: #ed1747;
  background-color: #ffffff;
}
.btn.btn-ee-primary:focus,
.btn.btn-ee-primary.focus {
  color: #ffffff;
  background-color: #ed1747;
  border-color: #ed1747;
}
.btn.btn-ee-primary:hover {
  color: #ffffff;
  background-color: #ed1747;
  border-color: #ed1747;
}
.btn.btn-ee-primary:active,
.btn.btn-ee-primary.active,
.open > .dropdown-toggle.btn.btn-ee-primary {
  color: #ffffff;
  background-color: #ed1747;
  border-color: #ed1747;
}
.btn.btn-ee-primary:active:hover,
.btn.btn-ee-primary.active:hover,
.open > .dropdown-toggle.btn.btn-ee-primary:hover,
.btn.btn-ee-primary:active:focus,
.btn.btn-ee-primary.active:focus,
.open > .dropdown-toggle.btn.btn-ee-primary:focus,
.btn.btn-ee-primary:active.focus,
.btn.btn-ee-primary.active.focus,
.open > .dropdown-toggle.btn.btn-ee-primary.focus {
  color: #ffffff;
  background-color: #ed1747;
  border-color: #ed1747;
}
.btn.btn-ee-primary:active,
.btn.btn-ee-primary.active,
.open > .dropdown-toggle.btn.btn-ee-primary {
  background-image: none;
}
.btn.btn-ee-primary.disabled,
.btn.btn-ee-primary[disabled],
fieldset[disabled] .btn.btn-ee-primary,
.btn.btn-ee-primary.disabled:hover,
.btn.btn-ee-primary[disabled]:hover,
fieldset[disabled] .btn.btn-ee-primary:hover,
.btn.btn-ee-primary.disabled:focus,
.btn.btn-ee-primary[disabled]:focus,
fieldset[disabled] .btn.btn-ee-primary:focus,
.btn.btn-ee-primary.disabled.focus,
.btn.btn-ee-primary[disabled].focus,
fieldset[disabled] .btn.btn-ee-primary.focus,
.btn.btn-ee-primary.disabled:active,
.btn.btn-ee-primary[disabled]:active,
fieldset[disabled] .btn.btn-ee-primary:active,
.btn.btn-ee-primary.disabled.active,
.btn.btn-ee-primary[disabled].active,
fieldset[disabled] .btn.btn-ee-primary.active {
  background-color: #ed1747;
  border-color: #ed1747;
}
.btn.btn-ee-primary .badge {
  color: #ed1747;
  background-color: #ffffff;
}
.img-checkbox {
  background-image: url('../../../Content/Images/Controls/checkbox.png');
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.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: #ffffff;
  background-color: #ed1747;
  border-color: #ed1747;
}
.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 {
  color: #ffffff;
  background-color: #ed1747;
  border-color: #ed1747;
}
label.input-group-lg-addon {
  margin-left: 32px;
}
.btn.btn-primary-active {
  color: #ffffff;
  background-color: #ed1747;
  border-color: #ed1747;
}
.zoom > .btn {
  height: 44px;
  width: 16vw;
  padding: 0px 0px;
  border-width: 1px;
  font-weight: initial;
  font-size: 12px;
  border-color: #dedfe1;
}
.zoom-2 > .btn {
  height: 38px;
  width: 49px;
  padding: 0px 0px;
  border-width: 1px;
  font-weight: initial;
  font-size: 12px;
  border-color: #dedfe1;
}
.radio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-focus {
  outline: 1px solid #86888b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.date-picker .input-group-addon.addon {
  border: 1px solid #dedfe1;
}
.copy-btn {
  height: 30px;
  width: 110px;
  border: 1px solid;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
  line-height: 3px;
}
.copy-btn:hover {
  cursor: pointer;
}
.copy-btn:focus {
  border: 1px solid #0DDABA;
  background-color: transparent;
  color: #0DDABA;
}
.inherit-top-padding {
  padding-top: inherit;
}
.checkbox-secondary input[type="checkbox"]:checked + label::before,
.checkbox-secondary input[type="checkbox"]:checked + input[type=hidden] + label::before,
.checkbox-secondary input[type="radio"]:checked + label::before {
  background-color: #ffffff;
  border-color: #dedfe1;
}
.tile {
  display: block;
  cursor: pointer;
  -webkit-perspective: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.2s;
  float: left;
  min-width: 75px;
  min-height: 75px;
  text-align: center;
  opacity: .75;
  background-color: #2e8bcc;
  z-index: 1;
  border: 2px #fff solid;
  color: #fff;
}
.tile h1,
.tile h2,
.tile h3,
.tile h4,
.tile h5,
.tile h6 {
  color: #fff;
  -webkit-user-select: none;
}
.tile h2 {
  font-size: 1.75em;
  margin-top: -20px;
  margin-left: 0;
}
.tile h3,
.tile h4 {
  margin-top: -15px;
}
.tile h1.tile-text,
.tile h2.tile-text,
.tile h3.tile-text,
.tile h4.tile-text {
  margin-top: 20px;
}
.tile a:hover {
  text-decoration: none;
}
.tile img {
  border: 0;
  height: 100%;
}
.tile .tile-label {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 14px;
  color: #fff;
}
.tile .tile-content .tile-icon-large {
  margin-left: 0;
  vertical-align: middle!important;
  text-align: center;
}
.tile .tile-content {
  padding-top: 20px;
  line-height: normal;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a.fa-links {
  color: #fff;
}
a.fa-links:hover,
a.fa-links:focus {
  color: #fff;
}
.tile.tile-small {
  height: 70px;
  width: 100%;
}
.tile.tile-medium {
  height: 150px;
  width: 100%;
}
.tile.tile-large {
  height: 300px;
  width: 100%;
}
@media (max-width: 991px) {
  .tile {
    min-width: 60px;
    min-height: 60px;
  }
  .tile.tile-small {
    height: 60px;
  }
  .tile.tile-medium {
    height: 120px;
  }
  .tile.tile-large {
    height: 240px;
  }
}
@media (max-width: 768px) {
  .tile {
    min-width: 65px;
    min-height: 65px;
  }
  .tile.tile-small {
    height: 65px;
  }
  .tile.tile-medium {
    height: 130px;
  }
  .tile.tile-large {
    height: 260px;
  }
}
.spacer-body-bg {
  height: 20px;
  background-color: #f1f2f0 !important;
}
.square-block-primary-secondary-outer {
  border: 10px solid #ed1747;
  padding: 0px 50px;
  background: #45555f;
}
@media (min-width: 992px) {
  .benefits-padding-left {
    padding-left: 7px;
  }
  .benefits-padding-right {
    padding-right: 7px;
  }
  .inner-benefits-padding {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.square-block-primary-secondary-inner {
  background: #45555f;
  outline: 11px solid #45555f;
  padding: 25px 15px;
  color: #ffffff;
}
.practice-makes-container {
  line-height: 155px;
  vertical-align: middle;
}
@media (min-width: 1080px) {
  #landing-home .container {
    width: 1003px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #landing-home .container {
    width: 720px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home-header {
  margin-top: 0px;
  margin-bottom: 35px;
}
.ee-logo-margin {
  margin-top: 18px;
}
.left-margin-minus65 {
  margin-left: -65px;
}
.what-we-are-made-of-padding {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
}
.benefits-block {
  padding: 30px 13px 30px 13px;
  color: white;
  font-size: 16px;
}
.bgdarkblue {
  background-color: #242830;
}
.dark-blue {
  color: #242830;
}
.key-calc-left-margin {
  margin-left: 32px;
}
.for-everyone-bg {
  background-color: #f9f9f8 !important;
  border: solid 7px white;
}
.open-account-container {
  background-color: #ed1747;
  padding-bottom: 22px;
}
#navbarContainer {
  margin-bottom: 20px;
}
#right-nav.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 90px;
}
.navbar-nav > li > a {
  text-decoration: none;
}
#right-nav.navbar-nav > li > a .bold-heavy:hover {
  color: #ed1747;
}
.slick-slide {
  outline: none;
}
.slideContent:first-child .selector-tabs {
  border-left: 1px solid #dedfe1;
}
.selector-tabs {
  border-top: 1px solid #dedfe1;
  border-right: 1px solid #dedfe1;
  width: 100%;
  background-color: #ffffff;
  padding: 12px;
  height: 90px;
  font-size: 16px;
  line-height: 28px;
  font-family: "Questrial Regular";
  text-align: center;
  cursor: pointer;
}
.selector-tabs .funds-to-invest {
  display: none;
  transform: translateY(0);
}
.selector-tabs .inactive-tab-account-type {
  transform: translatey(60%);
}
.selector-tabs.normal-line-height {
  line-height: normal;
}
#trustaccount-slider {
  top: 40px;
  display: none;
}
#trustaccount-slider.slick-initialized {
  display: block;
}
.selector-tabs.active-tab {
  color: #ffffff;
  border: none;
  position: relative;
  z-index: 3;
}
.selector-tabs.active-tab .funds-to-invest {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
  font-family: "OpenSans Regular";
}
.selector-tabs.active-tab .funds-to-invest.body-colour {
  color: #86888b;
}
.selector-tabs.active-tab .funds-to-invest + hr {
  margin-top: 10px;
}
.selector-tabs.active-tab:after {
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  margin-left: -10px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}
.navbar {
  border-bottom: 1px solid #dedfe1;
  border-top: 0;
}
.navbar .navbar-nav {
  margin: 0;
}
@media (min-width: 1080px) {
  .navbar {
    height: 90px;
  }
  .navbar-nav {
    height: 90px;
  }
}
@media (min-width: 768px) {
  #preview-modal .modal-dialog {
    width: 502px;
  }
}
#preview-modal .modal-header h5,
#preview-modal .modal-header button,
#preview-modal .modal-header h4 {
  display: inline-block;
}
#preview-modal .share-inputs textarea {
  width: 90%;
  resize: none;
  height: 60px;
  margin: 15px 0px 0px 17px;
  padding: 10px;
  outline: none;
  border: 1px solid #999999;
}
@media (max-width: 991px) {
  #secondary-navbar .navbar-nav li span.icon-share.text-primary {
    line-height: 16px;
  }
}
.navbar-default .navbar-nav > li,
.navbar-default .navbar-nav > .container li.dropdown {
  text-align: center;
}
.navbar-default .navbar-nav > li.highlight:hover > a,
.navbar-default .navbar-nav > .container li.dropdown.highlight:hover > a {
  color: #ed1747;
}
.navbar-default .navbar-nav > li ul.dropdown-menu,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu {
  text-align: left;
}
.navbar-default .navbar-nav > li ul.dropdown-menu li.share,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share,
.navbar-default .navbar-nav > li ul.dropdown-menu li#share-success-message,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li#share-success-message,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals {
  width: 380px;
  padding: 5px 20px 15px 20px;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li ul.dropdown-menu li.share h4,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share h4,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals h4,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals h4 {
  text-align: center;
}
.navbar-default .navbar-nav > li ul.dropdown-menu li.share h4 .icon-share:before,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share h4 .icon-share:before,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals h4 .icon-share:before,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals h4 .icon-share:before {
  color: #ed1747;
  font-size: 18px;
  margin-right: 10px;
}
.navbar-default .navbar-nav > li ul.dropdown-menu li.share h4 .icon-share,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share h4 .icon-share,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals h4 .icon-share,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals h4 .icon-share {
  line-height: 16px;
  float: none;
}
.navbar-default .navbar-nav > li ul.dropdown-menu li.share p:last-of-type,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share p:last-of-type,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals p:last-of-type,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals p:last-of-type {
  margin-bottom: 0;
}
.navbar-default .navbar-nav > li ul.dropdown-menu li.share .social-media-icons,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .social-media-icons,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals .social-media-icons,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals .social-media-icons {
  padding: 20px;
}
.navbar-default .navbar-nav > li ul.dropdown-menu li.share .social-media-icons .share-on-facebook,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .social-media-icons .share-on-facebook,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals .social-media-icons .share-on-facebook,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals .social-media-icons .share-on-facebook,
.navbar-default .navbar-nav > li ul.dropdown-menu li.share .social-media-icons #twitter-share-button,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .social-media-icons #twitter-share-button,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals .social-media-icons #twitter-share-button,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals .social-media-icons #twitter-share-button,
.navbar-default .navbar-nav > li ul.dropdown-menu li.share .social-media-icons #preview-link,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .social-media-icons #preview-link,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals .social-media-icons #preview-link,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals .social-media-icons #preview-link {
  text-decoration: none;
  margin: 0 10px;
  background-color: #ffffff;
  border-color: #ffffff;
}
.navbar-default .navbar-nav > li ul.dropdown-menu li.share .social-media-icons .share-on-facebook [class^="icon-"]:before,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .social-media-icons .share-on-facebook [class^="icon-"]:before,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals .social-media-icons .share-on-facebook [class^="icon-"]:before,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals .social-media-icons .share-on-facebook [class^="icon-"]:before,
.navbar-default .navbar-nav > li ul.dropdown-menu li.share .social-media-icons #twitter-share-button [class^="icon-"]:before,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .social-media-icons #twitter-share-button [class^="icon-"]:before,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals .social-media-icons #twitter-share-button [class^="icon-"]:before,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals .social-media-icons #twitter-share-button [class^="icon-"]:before,
.navbar-default .navbar-nav > li ul.dropdown-menu li.share .social-media-icons #preview-link [class^="icon-"]:before,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .social-media-icons #preview-link [class^="icon-"]:before,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals .social-media-icons #preview-link [class^="icon-"]:before,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals .social-media-icons #preview-link [class^="icon-"]:before {
  color: #999999;
}
.navbar-default .navbar-nav > li ul.dropdown-menu li.share .social-media-icons .share-on-facebook:hover,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .social-media-icons .share-on-facebook:hover,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals .social-media-icons .share-on-facebook:hover,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals .social-media-icons .share-on-facebook:hover,
.navbar-default .navbar-nav > li ul.dropdown-menu li.share .social-media-icons #twitter-share-button:hover,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .social-media-icons #twitter-share-button:hover,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals .social-media-icons #twitter-share-button:hover,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals .social-media-icons #twitter-share-button:hover,
.navbar-default .navbar-nav > li ul.dropdown-menu li.share .social-media-icons #preview-link:hover,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .social-media-icons #preview-link:hover,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals .social-media-icons #preview-link:hover,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals .social-media-icons #preview-link:hover {
  text-decoration: none;
}
.navbar-default .navbar-nav > li ul.dropdown-menu li.share .social-media-icons .share-on-facebook:hover [class^="icon-"]:before,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .social-media-icons .share-on-facebook:hover [class^="icon-"]:before,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals .social-media-icons .share-on-facebook:hover [class^="icon-"]:before,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals .social-media-icons .share-on-facebook:hover [class^="icon-"]:before,
.navbar-default .navbar-nav > li ul.dropdown-menu li.share .social-media-icons #twitter-share-button:hover [class^="icon-"]:before,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .social-media-icons #twitter-share-button:hover [class^="icon-"]:before,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals .social-media-icons #twitter-share-button:hover [class^="icon-"]:before,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals .social-media-icons #twitter-share-button:hover [class^="icon-"]:before,
.navbar-default .navbar-nav > li ul.dropdown-menu li.share .social-media-icons #preview-link:hover [class^="icon-"]:before,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .social-media-icons #preview-link:hover [class^="icon-"]:before,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals .social-media-icons #preview-link:hover [class^="icon-"]:before,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals .social-media-icons #preview-link:hover [class^="icon-"]:before {
  color: #ed1747;
}
.navbar-default .navbar-nav > li ul.dropdown-menu li.share .social-media-icons .share-on-facebook.share-on-facebook,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .social-media-icons .share-on-facebook.share-on-facebook,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals .social-media-icons .share-on-facebook.share-on-facebook,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals .social-media-icons .share-on-facebook.share-on-facebook,
.navbar-default .navbar-nav > li ul.dropdown-menu li.share .social-media-icons #twitter-share-button.share-on-facebook,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .social-media-icons #twitter-share-button.share-on-facebook,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals .social-media-icons #twitter-share-button.share-on-facebook,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals .social-media-icons #twitter-share-button.share-on-facebook,
.navbar-default .navbar-nav > li ul.dropdown-menu li.share .social-media-icons #preview-link.share-on-facebook,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .social-media-icons #preview-link.share-on-facebook,
.navbar-default .navbar-nav > li ul.dropdown-menu li.robo-goals .social-media-icons #preview-link.share-on-facebook,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.robo-goals .social-media-icons #preview-link.share-on-facebook {
  padding: 0;
}
.navbar-default .navbar-nav > li [class^="icon"],
.navbar-default .navbar-nav > .container li.dropdown [class^="icon"],
.navbar-default .navbar-nav > li .fa.fa-home,
.navbar-default .navbar-nav > .container li.dropdown .fa.fa-home {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.navbar-default .navbar-nav > li .icon-share,
.navbar-default .navbar-nav > .container li.dropdown .icon-share {
  float: left;
  line-height: 90px;
}
@media (max-width: 1079px) {
  #primary-navbar.navbar-default .navbar-nav > li {
    border-bottom: 1px solid #dedfe1;
  }
  #primary-navbar.navbar-default .navbar-nav > li {
    text-align: left;
  }
  #primary-navbar.navbar-default .navbar-nav > li .glyphicon-chevron-down {
    float: right;
  }
  #primary-navbar .nav > li.navbar-btn-item {
    display: inline-block;
    width: 48%;
    border-bottom: 0px;
  }
  .navbar-collapse {
    background-color: #f5f6f8;
  }
  .navbar-collapse > .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer .navbar-collapse {
    background-color: #ed1747;
  }
}
@media (max-width: 991px) {
  #secondary-navbar .navbar-nav li {
    float: right;
  }
  #secondary-navbar .navbar-nav li span,
  #secondary-navbar .navbar-nav li [class^='icon-'] {
    line-height: 50px;
  }
  #secondary-navbar .navbar-nav li ul.dropdown-menu.dropdown-menu-md li {
    float: none;
  }
  #secondary-navbar .navbar-nav li.share {
    float: none;
    display: inline-block;
  }
  #secondary-navbar .navbar-nav li.share ul.dropdown-menu.dropdown-menu-md {
    position: static;
  }
  #secondary-navbar .navbar-nav li.share ul.dropdown-menu.dropdown-menu-md li {
    float: none;
  }
  #secondary-navbar .navbar-nav li.share ul.dropdown-menu.dropdown-menu-md li.share {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 991px) {
  #secondary-navbar .navbar-nav li {
    float: right;
  }
  #secondary-navbar .navbar-nav li span,
  #secondary-navbar .navbar-nav li [class^='icon-'] {
    line-height: 50px;
  }
  #secondary-navbar .navbar-nav li.robo-goals {
    float: none;
    display: inline-block;
  }
  #secondary-navbar .navbar-nav li.robo-goals ul.dropdown-menu.dropdown-menu-md {
    position: static;
  }
  #secondary-navbar .navbar-nav li.robo-goals ul.dropdown-menu.dropdown-menu-md li {
    float: none;
  }
  #secondary-navbar .navbar-nav li.robo-goals ul.dropdown-menu.dropdown-menu-md li.robo-goals {
    width: 100%;
    left: 0;
  }
}
.robo-goals .right-align {
  text-align: right;
}
.robo-goals .goal-value-column {
  min-width: 80px;
}
.robo-goals .top-aligned-table-cell {
  vertical-align: top;
}
.robo-goals .large-currency-font {
  font-size: 80%;
}
.robo-goals .total-value-of-goals .large-currency-font {
  font-size: 100%;
}
.robo-goals table > tbody > tr > td,
.robo-goals th {
  padding: 2px;
}
.navbar .img-facebook-black,
.navbar .img-twitter-black,
.navbar .img-twitter-footer,
.navbar .img-facebook-footer,
.navbar .img-youtube-black,
.footer .navbar .img-facebook-red,
.footer .navbar .img-twitter-red,
.footer .navbar .img-google-play-footer,
.footer .navbar .img-apple-footer,
.footer .navbar .img-huawei-footer {
  height: 62px;
  width: 35px;
}
.nav > li > a.two-lines {
  padding: 10px 15px;
}
.nav > li > a.two-lines div {
  text-align: right;
}
.nav > li > a.two-lines div.center {
  text-align: center;
}
.nav > li > a.two-lines.available-funds-container {
  cursor: default;
}
.nav > li > a.two-lines div.available-funds {
  text-align: center;
}
.nav > li > a.two-lines > div.two-line-text {
  display: inline-block;
  max-width: 75px;
}
.nav > li > a.two-lines > div.two-line-icon {
  display: inline-block;
  position: relative;
  bottom: 12px;
  left: 5px;
}
.navbar-default .navbar-nav > li a.available-funds-container:hover {
  background: none;
}
.navbar-default .navbar-nav > li > a.navbar-btn {
  padding: 15px 30px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #ffffff;
  border-color: #86888b;
}
.navbar-default .navbar-nav > li > a.navbar-btn:hover,
.navbar-default .navbar-nav > li > a.navbar-btn:focus {
  background-color: #ed1747;
  color: #ffffff;
  border-color: #ed1747;
}
/*********************FOOTER*************************************************/
@media (min-width: 767px) and (max-width: 991px) {
  footer .nav > li > a {
    padding: 15px 4px !important;
  }
}
.footer {
  background-color: #f5f6f8;
}
.footer .nav > li > a {
  padding: 14px 8px;
  color: #ffffff;
  border: solid 4px #ed1747;
}
.footer .nav > li > a:hover {
  border: solid 4px #eb889f;
  background-color: #ed1747;
  color: #ffffff;
}
.footer .nav > li {
  padding: 13px 0px;
}
.footer .nav.second-row > li > a {
  color: #ed1747 !important;
  border: none;
  background-color: white;
  padding: 35px 8px;
}
.footer .nav.second-row > li > a:hover {
  border: none;
  background-color: #e1e1e1;
}
.footer .nav.second-row > li {
  padding: 0px;
}
.footer .navbar-default .navbar-nav > li {
  border: 0;
}
.footer .container p {
  font-size: 12px;
  text-align: justify;
}
.footer #footer-navbar-2 > ul > li > a {
  font-size: 10px !important;
}
@media (min-width: 1079px) {
  .navbar-default#account-secondary-nav {
    height: 170px;
    background-color: #f5f6f8;
  }
}
.dropdown-menu > li.h4-header {
  color: #4a4a4a;
  padding: 3px 20px;
  font-weight: 600;
}
@media (max-width: 1079px) {
  .navbar-default#account-secondary-nav {
    height: 140px;
    background-color: #f5f6f8;
  }
  #trustaccount-slider {
    top: 25px;
  }
}
.dropdown-menu > li > a {
  text-decoration: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ed1747;
}
.middle {
  vertical-align: middle;
  line-height: initial;
}
.navbar-default .glyphicon-chevron-down {
  font-size: 10px;
}
@media (max-width: 1079px) {
  .navbar-default .glyphicon-chevron-down {
    font-size: 14px;
  }
}
.navbar-active {
  background-color: #f5f6f8;
}
.navbar-default .navbar-nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.open > a:focus {
  background-color: transparent;
  color: #86888b;
}
@media (min-width: 767px) and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.navbar-nav.navbar-left > li > a {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-right: 10px;
}
.navbar-nav.navbar-left > li > a .fa.fa-bars {
  font-size: 26px;
}
.navbar.navbar-default .circle-container {
  margin-right: 2px;
  width: 26px;
  margin-top: 32px;
}
@media (max-width: 1079px) {
  #primary-navbar.navbar-default #left-nav.navbar-nav {
    float: left;
    padding-left: 15px;
  }
  #primary-navbar.navbar-default #left-nav.navbar-nav > li {
    border-bottom: none;
  }
}
@media (max-width: 1079px) {
  #primary-navbar.navbar-default #profile-nav.navbar-nav {
    float: right;
    margin-right: 15px;
  }
  #primary-navbar.navbar-default #profile-nav.navbar-nav > li {
    border-bottom: none;
  }
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1079px) {
  .navbar-toggle:focus,
  .navbar-toggle:active {
    background-color: #f5f6f8;
  }
  .navbar-nav .open .dropdown-menu.dropdown-menu-md {
    position: absolute;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  .navbar-nav.navbar-left > li > a {
    margin-right: 0px;
  }
  .navbar-brand {
    padding-left: 5px;
  }
  .navbar {
    min-height: 70px;
  }
  #trust-account-content {
    width: 170px;
  }
}
.navbar-brand {
  padding: 0 0 0 15px;
  line-height: 90px;
}
.navbar-brand > img {
  display: inline-block;
  vertical-align: middle;
}
#profile-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 90px;
}
#second-nav.navbar {
  height: 91px;
}
#fica-navbar.navbar,
#retirement-account-activation-navbar.navbar {
  height: inherit;
  min-height: inherit;
}
#fica-navbar.navbar .alert,
#retirement-account-activation-navbar.navbar .alert {
  margin-bottom: 0;
}
.menu-label {
  font-size: 8px;
  line-height: 8px;
}
.outer-slider-container-nav {
  height: 100%;
}
.outer-slider-container-nav .slider-container {
  position: relative;
  width: 94%;
  height: 100%;
  margin: auto;
}
.outer-slider-container-nav .slick-prev {
  left: -35px;
}
.outer-slider-container-nav .slick-next {
  right: -35px;
}
.outer-slider-container-nav .slideContent {
  padding-bottom: 20px;
}
.nav-tabs > li,
.nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1;
  /* hasLayout ie7 trigger */
}
.nav-tabs,
.nav-pills {
  text-align: center;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li.active > a {
  border-color: #ed1747;
}
.nav > li > a:hover {
  background-color: #ed1747;
}
.input-validation-error + .chosen-container {
  color: #b94a48;
  border: 2px solid #b94a48 !important;
}
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100% !important;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #dedfe1;
  border-top: 0;
  background: #ffffff;
  /*box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);*/
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px 0px 0px 15px;
  height: 40px;
  border: 1px solid #dedfe1;
  background-color: #fff;
  color: #86888b;
  text-decoration: none;
  white-space: nowrap;
  line-height: 40px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  height: 100%;
  border-left: 1px solid #dedfe1;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../../Content/Images/Controls/select.png') no-repeat 0px -2px;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  background: none;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0px 0px 0;
  padding: 0 0 0 0px;
  max-height: 340px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  background-color: #ffffff;
  color: #86888b;
  display: none;
  margin: 0;
  padding: 0px 6px 0px 15px;
  list-style: none;
  height: 35px;
  line-height: 35px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  color: #86888b;
  border-top: 1px solid #dedfe1;
  height: auto;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background: #ffffff;
  color: #ed1747;
}
.chosen-container .chosen-results li.result-selected {
  background: #ed1747;
  color: #ffffff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: "OpenSans Regular";
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #00164E;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  outline: 1px solid #86888b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  /*background-position: -18px 2px;*/
}
.chosen-container-active .chosen-choices {
  border: 1px solid #ed1747;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 1;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
  background-color: #eee !important;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Retina compatibility 
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*********************SOCIAL MEDIA**********************************/
.img-facebook-black,
.img-facebook-red,
.img-facebook-footer {
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 18px;
}
.img-facebook-black {
  background-image: url('../../../Content/Images/SocialMedia/facebook.png');
}
.img-facebook-red {
  background-image: url('../../../Content/Images/SocialMedia/facebook-red.png');
}
.img-facebook-footer {
  background-image: url('../../../Content/Images/SocialMedia/facebook-footer.png');
}
.img-youtube-footer {
  background-image: url('../../../Content/Images/SocialMedia/youtube-footer.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 62px;
  width: 35px;
}
.img-twitter-black,
.img-youtube-black,
.img-twitter-red,
.img-twitter-footer {
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 16px;
}
.img-twitter-black {
  background-image: url('../../../Content/Images/SocialMedia/twitter.png');
}
.img-youtube-black {
  background-image: url('../../../Content/Images/SocialMedia/img-youtube-black.png');
}
.img-twitter-footer {
  background-image: url('../../../Content/Images/SocialMedia/twitter-footer.png');
}
.img-twitter-red {
  background-image: url('../../../Content/Images/SocialMedia/twitter-red.png');
  display: inline-block;
}
.img-twitter-sign-in {
  background-image: url('../../../Content/Images/SocialMedia/sign-in-with-twitter-gray.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 158px;
  height: 28px;
  display: inline-block;
}
.img-twitter-white {
  background-image: url('../../../Content/Images/SocialMedia/twitter-white.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 37px;
  height: 30px;
  display: inline-block;
}
.img-google-play-footer {
  background-image: url('../../../Content/Images/SocialMedia/google-play-footer.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 17px;
}
.img-apple-footer {
  background-image: url('../../../Content/Images/SocialMedia/apple-footer.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 21px;
  width: 18px;
}
.img-huawei-footer {
  background-image: url('../../../Content/Images/SocialMedia/huawei-footer.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
}
/***************************************************************************/
.img-instrument-extra-right {
  position: absolute;
  top: 4%;
  z-index: 1;
  right: 4%;
}
.img-instrument-extra-left {
  position: absolute;
  top: 4%;
  z-index: 1;
  left: 4%;
}
.img-instrument-extra {
  position: absolute;
  top: 4%;
  z-index: 1;
}
.img-sponsor-heart {
  position: absolute;
  top: 4%;
  z-index: 1;
  right: 4%;
}
.img-salta {
  font-size: 30px;
}
#confirm-container .img-sponsor {
  width: 250px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.img-trade-restriction {
  position: absolute;
  top: 4%;
  z-index: 1;
  right: 4%;
  color: #ed1747;
}
.img-corporate-action {
  max-width: 250px;
  border: 1px solid #dce0e0;
}
#stockContainer .img-sponsor-heart {
  width: 16%;
}
.img-hexagon,
.img-hexagon-white {
  background-repeat: no-repeat;
  background-position: center;
  width: 39px;
  height: 31px;
}
.img-hexagon {
  background-image: url('../../../Content/Images/Common/hexagon.png');
}
.img-hexagon-white {
  background-image: url('../../../Content/Images/Common/hexagon-white.png');
}
/************************************STOCKS***************************************************/
.img-stocks-container {
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.img-stocks-container img.instrument {
  width: 150px;
  height: 100%;
}
.img-tick-mini-primary,
.img-tick-mini-secondary,
.img-cross-mini-primary {
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 28px;
  display: inline-block;
  background-size: 18px;
}
.img-cross-primary {
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 28px;
  display: inline-block;
}
.credit-card-seals {
  height: 30px;
  width: auto;
}
.img-feedback {
  width: 370px;
  height: auto;
  position: absolute;
  right: 0;
  top: 45px;
}
.img-share-facebook {
  margin-top: 10px;
  height: 37px;
  width: 164px;
}
.img-share-twitter {
  margin-top: 5px;
  height: 37px;
  width: 164px;
}
.img-tfsa-bg-plan {
  background-image: url('../../../Content/Images/Common/tfsa-bg-plan.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-right: 10px solid #ffffff;
}
.img-tfsa-nb-border-bottom {
  width: 940px;
  height: 122px;
  background-repeat: no-repeat;
  margin-top: -92px;
  margin-bottom: 22px;
}
.img-circle-1,
.img-circle-2,
.img-circle-3,
.img-circle-4 {
  width: 56px;
  height: 55px;
  background-repeat: no-repeat;
}
.img-loader {
  background-repeat: no-repeat;
  background-position: center;
  height: 83px;
  width: 79px;
}
.img-loader.center {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(128, 128, 128, 0.15);
}
.img-loader.inner.center.overlay {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}
.img-loader.inner.center.content {
  min-height: 80px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
}
.img-background-colour-white {
  background-color: white;
}
.position-relative {
  position: relative;
}
.thrive-banner {
  background-image: url("../../../Content/Images/Thrive/Thrive-banner.png");
  background-size: cover;
  background-position: center center;
}
.ee-banner-content {
  display: table;
  width: 100%;
  min-height: 400px;
  padding: 60px 0 40px;
}
.ee-banner-center {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: #4a4a4a;
}
.ee-banner-center h1 {
  font-family: Questrial;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -1.2px;
  margin-top: 0;
}
.ee-banner-center p {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 992px) {
  .thrive-banner {
    background-image: none !important;
  }
  .ee-banner-content {
    min-height: 0;
    padding: 40px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .img-thrive50 {
    position: absolute;
    top: 4%;
    z-index: 1;
    left: 4%;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .img-thrive50 {
    position: absolute;
    top: 4%;
    z-index: 1;
    left: 4%;
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .img-thrive50 {
    position: absolute;
    top: 4%;
    z-index: 1;
    left: 4%;
    font-size: 25px;
  }
}
.thrive-ppe-share {
  text-align: center;
  vertical-align: middle;
}
.thrive-FAQ-image {
  width: 100%;
}
@media (max-width: 767px) {
  .thrive-FAQ-image {
    display: none;
  }
}
.table > thead > tr > th {
  border-bottom: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
  text-align: center;
  border-top: 0;
}
.table-striped thead tr th:nth-child(odd) {
  background-color: #eaebe9;
}
.table-striped thead tr th:nth-child(even) {
  background-color: #f0f1f0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #bdc0c2;
}
.table-striped tbody tr:nth-child(odd) td:nth-child(even),
.table-striped tbody tr:nth-child(odd) th:nth-child(even) {
  background-color: #c2c5c8;
}
.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th {
  background-color: #eaebe9;
}
.table-striped tbody tr:nth-child(even) td:nth-child(even),
.table-striped tbody tr:nth-child(even) th:nth-child(even) {
  background-color: #f0f1f0;
}
table#payment-methods thead tr th:nth-child(2),
table#payment-methods thead tr th:nth-child(3),
table#payment-methods thead tr th:nth-child(4) {
  border-top: 8px solid transparent;
}
table#payment-methods thead tr th.chosen {
  border-top: 8px solid #ed1747;
  border-right: 8px solid #ed1747;
  border-left: 8px solid #ed1747;
  cursor: pointer;
}
table#payment-methods tbody tr:last-child > td:nth-child(2),
table#payment-methods tbody tr:last-child > td:nth-child(3),
table#payment-methods tbody tr:last-child > td:nth-child(4) {
  border-bottom: 8px solid transparent;
}
table#payment-methods tbody tr:last-child:nth-child(even) > td:nth-child(even).chosen,
table#payment-methods tbody tr:last-child:nth-child(odd) > td:nth-child(even).chosen,
table#payment-methods tbody tr:last-child:nth-child(even) > td:nth-child(odd).chosen,
table#payment-methods tbody tr:last-child:nth-child(odd) > td:nth-child(odd).chosen {
  border-bottom: 8px solid #ed1747;
}
table#payment-methods.table > tbody > tr td.chosen {
  border-right: 8px solid #ed1747;
  border-left: 8px solid #ed1747;
  cursor: pointer;
}
table#payment-methods.table > thead > tr > th,
table#payment-methods.table > tbody > tr > td {
  text-align: right;
}
table#payment-methods.table > thead > tr > th:first-child,
table#payment-methods.table > thead > tr > td:first-child,
table#payment-methods.table > tbody > tr > td:first-child {
  text-align: left;
}
table#payment-methods.table > thead > tr > th:first-child label,
table#payment-methods.table > thead > tr > td:first-child label,
table#payment-methods.table > tbody > tr > td:first-child label {
  font-weight: normal;
}
.table-equal-five-column th {
  width: 20%;
}
.table-striped-highlight {
  border-collapse: separate;
}
.table-striped-highlight thead tr th:nth-child(odd) {
  background-color: #eaebe9;
  border-top: 8px solid #eaebe9 !important;
  border-left: 8px solid #eaebe9;
  border-right: 8px solid #eaebe9;
}
.table-striped-highlight thead tr th:nth-child(even) {
  background-color: #f0f1f0;
  border-top: 8px solid #f0f1f0 !important;
  border-left: 8px solid #f0f1f0;
  border-right: 8px solid #f0f1f0;
}
.table-striped-highlight thead tr th.chosen {
  border-top: 8px solid #ed1747 !important;
  border-right: 8px solid #ed1747;
  border-left: 8px solid #ed1747;
  cursor: pointer;
}
.table-striped-highlight tbody tr:nth-child(odd) td,
.table-striped-highlight tbody tr:nth-child(odd) th {
  background-color: #bdc0c2;
  border-left: 8px solid #bdc0c2;
  border-right: 8px solid #bdc0c2;
}
.table-striped-highlight tbody tr:nth-child(odd) td:nth-child(even),
.table-striped-highlight tbody tr:nth-child(odd) th:nth-child(even) {
  background-color: #c2c5c8;
  border-left: 8px solid #c2c5c8;
  border-right: 8px solid #c2c5c8;
}
.table-striped-highlight tbody tr:nth-child(even) td,
.table-striped-highlight tbody tr:nth-child(even) th {
  background-color: #eaebe9;
  border-left: 8px solid #eaebe9;
  border-right: 8px solid #eaebe9;
}
.table-striped-highlight tbody tr:nth-child(even) td:nth-child(even),
.table-striped-highlight tbody tr:nth-child(even) th:nth-child(even) {
  background-color: #f0f1f0;
  border-left: 8px solid #f0f1f0;
  border-right: 8px solid #f0f1f0;
}
.table-striped-highlight tbody tr:last-child:nth-child(even) > td:nth-child(even) {
  border-bottom: 8px solid #f0f1f0;
}
.table-striped-highlight tbody tr:last-child:nth-child(odd) > td:nth-child(even) {
  border-bottom: 8px solid #c2c5c8;
}
.table-striped-highlight tbody tr:last-child:nth-child(even) > td:nth-child(odd) {
  border-bottom: 8px solid #eaebe9;
}
.table-striped-highlight tbody tr:last-child:nth-child(odd) > td:nth-child(odd) {
  border-bottom: 8px solid #bdc0c2;
}
.table-striped-highlight tbody tr:last-child:nth-child(even) > td:nth-child(even).chosen,
.table-striped-highlight tbody tr:last-child:nth-child(odd) > td:nth-child(even).chosen,
.table-striped-highlight tbody tr:last-child:nth-child(even) > td:nth-child(odd).chosen,
.table-striped-highlight tbody tr:last-child:nth-child(odd) > td:nth-child(odd).chosen {
  border-bottom: 8px solid #ed1747;
}
.table-striped-highlight.table > tbody > tr td.active {
  border-right: 8px solid #45555f;
  border-left: 8px solid #45555f;
  cursor: pointer;
}
.table-striped-highlight.table > tbody > tr td.chosen {
  border-right: 8px solid #ed1747;
  border-left: 8px solid #ed1747;
  cursor: pointer;
}
.table-equal-three-column th {
  width: 33.33333333%;
}
table#fee-structure.table > thead > tr > th,
table#fee-structure.table > tbody > tr > th,
table#fee-structure.table > tfoot > tr > th,
table#fee-structure.table > thead > tr > td {
  height: 50px;
  min-height: 50px;
}
table#fee-structure tr {
  color: #4a4a4a;
}
table#fee-structure tr td:nth-child(1) {
  font-family: "OpenSans Regular";
}
table#fee-structure tr th:nth-child(2) {
  border-top: 8px solid #ed1747;
  border-left: 8px solid #ed1747;
  border-right: 8px solid #ed1747;
}
table#fee-structure tr td:nth-child(2) {
  border-right: 8px solid #ed1747;
  border-left: 8px solid #ed1747;
}
table#fee-structure tfoot tr > td {
  padding: 0px;
  line-height: 20px;
  height: 15px;
  min-height: 15px;
  vertical-align: middle;
  text-align: center;
  border-top: 0px solid #dddddd;
}
table#fee-structure tfoot tr td:nth-child(2) {
  border-bottom: 8px solid #ed1747;
}
table#fee-structure tfoot #get-started.btn {
  position: relative;
  top: 20px;
}
.table-header-bg-primary thead tr th:nth-child(odd) {
  background-color: #e31241;
  color: #ffffff;
}
.table-header-bg-primary thead tr th:nth-child(even) {
  background-color: #ed1747;
  color: #ffffff;
}
table.table-style1 thead tr {
  background-color: #bcbec0;
  color: #ffffff;
  font-size: 18px;
}
table.table-style1 thead tr th {
  padding: 15px 6px;
}
table.table-style1 tbody tr {
  border-bottom: 1px solid #bcbec0;
}
table.table-style1 tbody tr td {
  background-color: #ffffff;
  padding: 28px 6px;
}
table.table-style1 tbody tr.slimmer td {
  padding: 8px 6px;
}
table.table-style1 tbody tr:last-child {
  border-bottom: 1px solid transparent;
}
table.table-style1 tbody tr td:nth-child(even) {
  background-color: #f9f9f9;
}
table.table-style1 tbody tr td:nth-child(4) {
  background-color: #ffffff;
}
.table tr td.numeric,
.table tr th.numeric {
  text-align: right;
}
table .col-width-30 {
  width: 30%;
}
table .col-width-10 {
  width: 10%;
}
table .col-width-15 {
  width: 15%;
}
table td.col-width-19 {
  width: 19%;
}
table .name-column {
  width: 28%;
  text-align: left;
}
table .btn-column {
  width: 25%;
  text-align: left;
}
table .col-width-38 {
  width: 40%;
}
.table#basketSummary > tbody > tr > td.basketDescription {
  text-align: left;
  font-size: 14px;
}
.table#basketSummary > thead > tr > th.col-width10 {
  width: 10%;
}
.table-breakdown {
  margin-bottom: 40px;
}
.table-breakdown > .line-breakdown {
  border: 1px solid #dedfe1;
  border-bottom: none;
  position: relative;
  color: #4a4a4a;
  font-weight: 600;
}
@media (max-width: 767px) {
  .table-breakdown > .line-breakdown.primary-color > .name-container {
    width: 40%;
  }
}
.table-breakdown > .line-breakdown .subline-breakdown {
  border: 2px solid #ffffff;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background-color: white;
  color: #86888b;
  font-weight: normal;
}
.table-breakdown > .line-breakdown .name {
  margin-left: 20px;
  display: inline-block;
}
.table-breakdown > .line-breakdown .name-container {
  width: 40%;
  display: inline-block;
  text-align: left;
  padding: 30px 0px;
}
.table-breakdown > .line-breakdown .value-container {
  width: 55%;
  padding: 30px 0px;
  display: inline-block;
  text-align: right;
}
.table-breakdown > .line-breakdown .value-container .value {
  text-align: right;
  margin-right: 10px;
  display: inline-block;
}
.table-breakdown > .line-breakdown .value-container span.icon-right-arrow {
  line-height: 20px;
  position: relative;
  right: auto;
  top: auto;
}
.table-breakdown > div.line-breakdown:last-child {
  border-bottom: 1px solid #dedfe1;
}
.table-breakdown > div.line-breakdown.unlined {
  border-left: 0px;
  border-right: 0px;
}
.table-breakdown > div.line-breakdown.unlined > .name-container {
  line-height: 15px;
}
@media (max-width: 767px) {
  .table-breakdown > div.line-breakdown.unlined > .name-container {
    width: 100%;
  }
}
.table-breakdown > div.line-breakdown.unlined > .name-container > div {
  display: inline-block;
}
.table-breakdown > div.line-breakdown.unlined > .name-container .background-primary {
  padding: 5px 8px;
  background-color: white;
  margin-right: 10px;
  color: #ffffff;
}
.table-breakdown > div.line-breakdown.unlined > .name-container .background-primary > .icon-add {
  line-height: 20px;
  position: relative;
  right: auto;
  top: auto;
}
.table.table-style > thead > tr {
  border: 1px solid #dedfe1;
  background-color: #f5f6f8;
  font-size: 12px;
}
.table.table-style > thead > tr > th,
.table.table-style > thead > tr td {
  text-transform: uppercase;
  color: #4a4a4a;
}
.table.table-style > tbody > tr {
  border: 1px solid #dedfe1;
}
@media (max-width: 767px) {
  table.table-style1 thead tr th {
    font-size: 0.8em;
  }
  table.table-style1 tbody tr td {
    font-size: 0.8em;
  }
  table.table-style1 tbody tr td {
    padding: 15px 6px;
  }
  table#fee-structure tr td:nth-child(2) {
    border-right: 1px solid #dddddd !important;
    border-left: 1px solid #dddddd !important;
  }
  table#fee-structure tr th:nth-child(2) {
    border-top: 1px solid #dddddd !important;
    border-left: 1px solid #dddddd !important;
    border-right: 1px solid #dddddd !important;
  }
}
.table-no-borders thead tr th,
.table-no-borders tbody tr td {
  padding-left: 0px;
  padding-right: 0px;
}
.tradebreakdown-table-name-container {
  width: 40%;
  display: inline-block;
  text-align: left;
  padding: 30px 0px;
  background-color: #F5F6F8;
}
.tradebreakdown-line-breakdown {
  background-color: #F5F6F8;
}
.tradebreakdown-table-value {
  text-align: right;
  margin-right: 30px;
  display: inline-block;
}
.costbreakdown-table-name {
  text-align: left;
  margin-left: 35px;
  display: inline-block;
}
.costbreakdown-table-value {
  text-align: right;
  margin-right: 30px;
  display: inline-block;
}
.costbreakdown-subline-breakdown {
  border: 2px solid #ffffff;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background-color: white;
  color: #86888b;
  font-weight: normal;
  display: flex;
}
.costbreakdown-name-container {
  width: 40%;
  display: inline-block;
  text-align: left;
  padding: 10px 0px;
}
.costbreakdown-value-container {
  width: 55%;
  padding: 10px 0px;
  display: inline-block;
  text-align: right;
}
.widget-ovelay {
  filter: alpha(opacity=50);
  opacity: .5;
  background-color: #ffffff;
}
.freshwidget-container,
.widget-ovelay {
  position: fixed;
  _position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90002;
}
.freshwidget-container {
  z-index: 999999;
}
.fd-btn-left a {
  left: -2px;
}
.fd-btn-left a:hover {
  left: 0;
}
.fd-btn-right {
  right: -2px;
  *right: 35px;
}
.fd-btn-right:hover {
  right: 0;
  *right: 33px;
}
.ie8.fd-btn-right,
.ie9.fd-btn-right {
  right: 35px;
}
.ie8.fd-btn-right:hover,
.ie9.fd-btn-right:hover {
  right: 33px;
}
.fd-btn-top {
  top: -2px;
}
.fd-btn-top:hover {
  top: 0;
}
.fd-btn-bottom {
  bottom: 0;
}
.fd-btn-bottom a {
  bottom: -2px;
}
.fd-btn-bottom a:hover {
  bottom: 0;
}
.freshwidget-theme {
  text-shadow: rgba(0, 0, 0, 0.2), -1px, -1px, 1px;
  padding: 8px 16px;
  background-color: #015453;
  color: white;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  outline: 0;
}
.freshwidget-theme:hover {
  color: #f3f3f3;
}
.freshwidget-customimage {
  overflow: visible;
}
.fd-btn-right .freshwidget-customimage {
  right: 0;
}
.freshwidget-button {
  position: fixed;
  display: block!important;
  width: 0;
  height: 0;
  z-index: 90000;
  margin: 0;
  outline: 0;
}
.freshwidget-button a {
  position: fixed;
  white-space: nowrap;
  _position: absolute;
  _right: 0;
  outline: 0;
}
.freshwidget-button a:hover {
  text-decoration: none;
}
.proxy-link {
  position: absolute;
  z-index: 10;
  outline: 0;
}
.fd-btn-left a.freshwidget-theme,
.fd-btn-top a.freshwidget-theme {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.08), inset 0 -2px 0 rgba(255, 255, 255, 0.7), inset 0 9px 29px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.08), inset 0 -2px 0 rgba(255, 255, 255, 0.7), inset 0 9px 29px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.08), inset 0 -2px 0 rgba(255, 255, 255, 0.7), inset 0 9px 29px rgba(0, 0, 0, 0.1);
}
.fd-btn-left a.freshwidget-theme {
  transform: rotate(-90deg);
  transform-origin: top left;
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: top left;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: top left;
  -o-transform: rotate(-90deg);
  -o-transform-origin: top left;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.fd-btn-bottom a.freshwidget-theme,
.fd-btn-right a.freshwidget-theme {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 2px 0 rgba(255, 255, 255, 0.7), inset 0 -9px 29px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 2px 0 rgba(255, 255, 255, 0.7), inset 0 -9px 29px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 2px 0 rgba(255, 255, 255, 0.7), inset 0 -9px 29px rgba(0, 0, 0, 0.1);
}
.fd-btn-right a.freshwidget-theme {
  transform: rotate(-90deg);
  transform-origin: bottom left;
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: bottom left;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: bottom left;
  -o-transform: rotate(-90deg);
  -o-transform-origin: bottom left;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.fd-btn-left a.ie10 {
  -ms-transform: widget-rotate(-90deg);
  -ms-transform-origin: top left;
}
.fd-btn-right a.ie10 {
  -ms-transform: widget-rotate(-90deg);
  -ms-transform-origin: bottom left;
}
.freshwidget-dialog {
  position: absolute;
  padding: 8px 0;
  left: 50%;
  margin-left: -420px;
  top: 20px;
  z-index: 900010;
}
.freshwidget-dialog iframe {
  width: 850px;
  height: 600px;
}
.freshwidget-dialog .widget-close {
  display: block;
  position: absolute;
  left: -8px;
  top: 30px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.mobile-widget-close {
  display: none;
}
@media (max-width: 768px) {
  .responsive .freshwidget-container,
  .responsive .widget-ovelay {
    background: #ffffff;
  }
  .responsive .mobile-widget-close {
    display: block;
    position: fixed;
    top: 12px;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding: 0;
    left: 15px;
    z-index: 10;
    cursor: pointer;
  }
  .responsive .mobile-widget-close:before {
    content: "\00d7";
  }
  .responsive .freshwidget-dialog {
    left: 0;
    margin-left: 0;
    top: 0;
  }
  .responsive .freshwidget-dialog iframe {
    position: fixed;
    top: 0;
    height: 100%!important;
    width: 100%;
  }
  .responsive .freshwidget-dialog .widget-close {
    display: none;
  }
}
div#confirmationTableGrid {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 22px;
}
div#confirmationTableGrid div#gridTableBody div.row:nth-child(even) {
  background-color: #ffffff;
  padding-top: 14px;
  padding-bottom: 14px;
}
div#confirmationTableGrid div#gridTableBody div.row:nth-child(odd) {
  background-color: #f7f7f8;
  padding-top: 14px;
  padding-bottom: 14px;
}
div#confirmationTableGrid div#gridTableBody div.calculation-row,
div#confirmationTableGrid div#gridTableBody div.calculation-row label {
  color: #ed1747;
}
div#confirmationTableGrid div#gridTableBody div.row.last-row {
  background-color: #ed1747;
  color: #ffffff;
  font-size: 18px;
}
div#confirmationTableGrid div#gridTableBody div.row.last-row .label {
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 767px) {
  .quickreg-banner {
    display: none;
  }
}
.registration-form-grp {
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 0 20px 0;
  margin: 20px 0px 0px 0px;
}
.registration-form-grp .registration-left-grp {
  width: 305px;
}
.registration-form-grp .registration-left-grp p {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 18px;
  padding-right: 45px;
}
.registration-form-grp .registration-right-grp {
  width: 555px;
}
.registration-form-grp .registration-right-grp label {
  color: #363636;
  font-weight: 600;
}
.registration-form-grp .registration-right-grp .controls-row {
  margin-bottom: 15px;
}
.registration-form-grp .registration-right-grp .controls-row input,
.registration-form-grp .registration-right-grp .controls-row select {
  margin-bottom: 0;
}
.registration-form-grp .registration-right-grp .control-group {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
}
.registration-form-grp .registration-section-grp {
  padding: 0 15px 0 30px;
}
#user-registration-tab.nav-tabs,
#user-registration-tab.nav-tabs > li > a,
#user-registration-tab.nav-tabs > li > a:hover,
#user-registration-tab.nav-tabs > li > a:focus {
  border: 0;
  background: none;
}
#user-registration-tab.nav.nav-tabs {
  margin-top: 20px;
}
#user-registration-tab.nav.nav-tabs > li > a:hover,
#user-registration-tab.nav.nav-tabs > li > a:focus {
  text-decoration: none;
  background: none;
  border-color: transparent;
}
#user-registration-tab.nav.nav-tabs > li > a {
  cursor: default;
  color: #86888b;
  text-decoration: none;
  padding: 20px 4px;
}
#user-registration-tab.nav.nav-tabs > li > a .glyphicon {
  color: #dedfe1;
  top: 2px;
}
#user-registration-tab.nav.nav-tabs > li.active > a {
  color: #ed1747;
  color: #4a4a4a;
}
#user-registration-tab.nav-tabs > li.active + li > a .glyphicon {
  color: #ed1747;
}
.required-asterisk {
  color: #ed1747;
  color: #4a4a4a;
}
.next-tab {
  float: right;
}
.prev-tab {
  float: left;
}
.confirm-control-group .confirm {
  position: relative;
  min-height: 1px;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  width: 5%;
  float: left;
}
.confirm-control-group .confirm-description {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 12px;
  width: 95%;
  float: left;
}
.registration-left-column {
  padding-right: 0px;
}
.registration-successful-message {
  margin-top: 20px;
}
.registration-selection-item {
  background-color: #ffffff;
  display: block;
  outline: 4px solid #dedfe1;
}
.registration-selection-item:hover,
.registration-selection-item.active {
  outline: 4px solid #ed1747;
  cursor: pointer;
}
.header-tabs a {
  text-decoration: none;
}
.header-tabs a .registration-tabs {
  border: 1px solid #dedfe1;
  background-color: #ffffff;
  padding: 12px;
  color: #4a4a4a;
}
.header-tabs a .registration-tabs.active-tab {
  background-color: #ed1747;
  font-weight: bold;
  color: #ffffff;
}
.header-tabs a .registration-tabs.active-tab .circle-container {
  background-color: #ffffff;
  color: #ed1747;
  border: 1px solid #ed1747;
}
.header-tabs a.completed-tab {
  background-color: #ffffff;
}
.header-tabs a.completed-tab .circle-container {
  background-color: #ed1747;
  color: #ffffff;
  border: 1px solid #ed1747;
}
.img-overlay-container {
  position: relative;
}
.img-overlay-container img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.img-overlay-container .circle-container {
  position: absolute;
  top: 5%;
  right: 5%;
  background-color: #ffffff;
  color: #ed1747;
}
.registration-type-info {
  padding: 15px 20px;
}
a .registration-type-info {
  color: #86888b;
}
a .registration-type-info span {
  color: #ed1747;
}
.registration-type-popover {
  position: relative;
  top: 2px;
}
.registration-type-popover .popover {
  max-width: 500px;
  width: 350px;
}
.heading-note {
  font-size: 14px !important;
  font-style: italic;
}
.quickreg-banner {
  background-image: url("/Content/Images/Registration/quick-reg-banner.png");
  background-position: right;
  background-size: cover;
  height: 440px;
}
.success-img {
  max-height: 349px;
}
.quickreg-img {
  height: auto;
  max-width: 100%;
  min-width: 100%;
}
.col-xs-12#satrix-registration-text-column {
  order: 2;
}
.col-xs-12#satrix-registration-buttons-column {
  order: 1;
}
@media (min-width: 0) and (max-width: 992px) {
  #satrix-registartion-container {
    display: grid;
  }
}
.corporate-sponsor-equity .glyphicon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #ed1747;
}
.company-summary .glyphicon-signal {
  font-size: 24px;
  position: absolute;
  top: 105px;
  right: 15px;
}
.company-summary .details-container {
  min-height: 142px;
  max-height: 142px;
}
.company-summary .details-container .small-text {
  font-size: 60%;
  text-transform: none;
}
.tags-container-block {
  border: 6px solid #dedfe1;
  background-color: #ffffff;
  padding: 15px;
}
.tags-container-block .tag-legend {
  float: right;
  padding-left: 15px;
  padding-right: 15px;
}
.tags-container-block .tag-legend-left-division {
  border-left: 1px solid #dedfe1;
}
.tags-container-block .section-divider-tertiary {
  border-bottom: 1px solid #dedfe1;
  margin-top: 15px;
  margin-bottom: 15px;
}
.bootstrap-tagsinput {
  width: 100%;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}
.bootstrap-tagsinput input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #86888b;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dedfe1;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  display: inline-block;
  width: 50% !important;
}
.bootstrap-tagsinput input:focus {
  border-color: #dedfe1;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(222, 223, 225, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(222, 223, 225, 0.6);
}
.bootstrap-tagsinput input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.bootstrap-tagsinput input:-ms-input-placeholder {
  color: #999999;
}
.bootstrap-tagsinput input::-webkit-input-placeholder {
  color: #999999;
}
.bootstrap-tagsinput input[disabled],
.bootstrap-tagsinput input[readonly],
fieldset[disabled] .bootstrap-tagsinput input {
  background-color: #eeeeee;
  opacity: 1;
}
.bootstrap-tagsinput input[disabled],
fieldset[disabled] .bootstrap-tagsinput input {
  cursor: not-allowed;
}
textarea.bootstrap-tagsinput input {
  height: auto;
}
.bootstrap-tagsinput .label-info,
.bootstrap-tagsinput .label-info[href]:hover,
.bootstrap-tagsinput .label-info[href]:focus {
  background-color: #dedfe1;
  border-color: #dedfe1;
}
.bootstrap-tagsinput .label-info.active,
.bootstrap-tagsinput .label-info[href]:hover.active,
.bootstrap-tagsinput .label-info[href]:focus.active {
  color: #ed1747;
}
.bootstrap-tagsinput .tag {
  color: #ed1747;
  display: inline-block;
  padding: 14px 10px;
}
.equity-image-as-text {
  position: absolute;
  top: 35%;
  width: 100%;
  font-size: 14px;
  padding: 0px 3px;
  line-height: 40px;
}
.equity-image-as-text > div {
  display: inline-block;
  line-height: 20px;
  max-height: 42px;
}
#confirm-single-holding .equity-image-as-text {
  top: 35%;
}
#successful-trade-info .equity-image-as-text {
  top: 30%;
  font-size: 12px;
}
#successful-trade-info .equity-image-as-text > div {
  line-height: 18px;
}
#single-user-holding {
  padding: 0px;
}
#single-user-holding .equity-image-as-text {
  top: 25%;
  font-size: 12px;
}
#single-user-holding .equity-image-as-text > div {
  line-height: 18px;
}
.delayed-trade-prices {
  font-size: 14px;
}
.delayed-prices-notes {
  border: 4px solid #dedfe1;
  font-size: 11px;
  padding: 10px 15px;
  text-align: justify;
}
.trade-pricing-inner-container {
  border: 4px solid #dedfe1;
  padding-bottom: 15px;
  padding-right: 15px;
}
.trade-pricing-inner-container .equity-image-container {
  background-color: #ffffff;
  vertical-align: middle;
  line-height: 160px;
  border: 10px solid #45555f;
  margin-left: -4px;
  margin-top: -4px;
}
.trade-pricing-inner-container .right {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.trade-pricing-inner-container .right .right-value-column {
  text-align: right;
}
.trade-pricing-inner-container .action-container {
  margin-top: 22px;
}
.trade-pricing-inner-container .action-label-container {
  padding-right: 0px;
  line-height: 32px;
  font-size: 13px;
}
.trade-pricing-inner-container .action-label-container .action-label {
  padding-left: 15px;
}
.trade-pricing-inner-container .action-column {
  text-align: center;
}
.trade-pricing-inner-container .action-text {
  font-size: 12px;
  color: #86888b;
}
.btnTradeRecurrence {
  font-size: 18px;
}
@media (max-width: 480px) {
  .btnTradeRecurrence {
    font-size: 14px;
  }
}
.asset-group-logo-margin {
  margin-right: 8px;
}
.available-on {
  font-size: 14px;
  padding-right: 10px;
}
#invoiceModal .modal-content {
  overflow: auto;
  padding-bottom: 20px;
}
#invoiceModal {
  z-index: 100001;
}
.success-content .title {
  font-size: 14px;
  color: #86888b;
}
.success-content .value {
  font-size: 29px;
  color: #86888b;
}
.success-content .success-content-divider {
  border-right: 1px solid #86888b;
}
/*latest*/
.browse-the-market {
  min-width: auto;
}
.browse-the-market .filters {
  margin-bottom: 60px;
}
.browse-the-market .filter-bar {
  margin-bottom: 22px;
}
.browse-the-market .filter-bar .filter-group {
  display: inline-block;
}
.browse-the-market .pagination {
  margin-bottom: 0px;
}
.div-browse-view a {
  text-decoration: none;
}
.div-browse-view .hoverBorder {
  box-shadow: 0 2px 4px 0 #dedfe1;
  margin-bottom: 20px;
  padding: 0px;
  border: 0;
  width: auto;
  height: auto;
}
.div-browse-view .hoverBorder .div-spacer {
  margin: 1px;
}
.div-browse-view .hoverBorder .nextIcon .glyphicon {
  float: right;
}
.div-browse-view .hoverBorder .hoverBorderContent {
  background: #ffffff;
}
.div-browse-view .hoverBorder .hoverBorderContent .card .front {
  text-align: right;
}
.div-browse-view .hoverBorder .hoverBorderContent .card .front .icon-info {
  color: #eeeeee;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 10px 10px 0px -30px;
  font-size: 17px;
  height: 0;
  position: absolute;
}
.div-browse-view .hoverBorder .hoverBorderContent .card .front[style*="z-index: 1"] + .back div {
  -ms-opacity: 0;
  opacity: 0;
}
.div-browse-view .hoverBorder:hover,
.div-browse-view .hoverBorder.active {
  box-shadow: 0 4px 10px 0 #dedfe1;
}
.div-browse-view .instrumentNameRow {
  padding: 3px;
  background-color: #ffffff;
  border-top: 1px solid #e1e1e1;
  line-height: 40px;
  min-height: 48px;
  max-height: 48px;
  height: 48px;
}
.div-browse-view .instrumentNameRow > div,
.div-browse-view .instrumentNameRow > a > div {
  display: inline-block;
  float: none;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
  line-height: 20px;
  max-height: 42px;
}
.div-browse-view .instrumentNameRow .instrumentNameText {
  height: 20px;
  width: 80%;
  text-align: left;
  font-size: 14px;
  color: #86888b;
}
.div-browse-view .instrumentNameRow .nextIcon {
  width: 15%;
  text-align: right;
  color: #86888b;
}
.div-browse-view .instrumentNameRow > a {
  margin-bottom: 8px;
}
.div-browse-view .listItem {
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.div-browse-view .listItem a:hover {
  color: #ed1747;
}
.filter-bar .input-group-addon {
  background-color: #ffffff;
}
.carousel-inner.vertical {
  height: 100%;
}
.carousel-inner.vertical > .item {
  -webkit-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-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;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 100%;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -100%;
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -100%;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 100%;
}
#landing-home-carousel .carousel-indicators {
  display: none;
}
#landing-home-carousel .carousel-inner .item .popup-container {
  border: 10px solid #ffffff;
  margin-top: 52px;
  display: block;
}
#landing-home-carousel .carousel-inner .item .popup-container .popup {
  padding: 15px 15px 15px 15px;
  background-color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#landing-home-carousel .carousel-inner .item .popup-container .popup h1 {
  margin-top: 0px;
}
#landing-home-carousel .carousel-inner .item .popup-container .popup .tfsa-landing-text-container {
  border: 2px solid #8d93e5;
  color: #8d93e5;
  padding: 11px 11px 11px 22px;
}
#landing-home-carousel .carousel-inner .item .popup-container:hover .popup {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
#landing-home-carousel .carousel-inner .item .popup-container.award {
  margin-top: 75px;
}
#landing-home-carousel .carousel-inner .item .sub-heading {
  font-size: 30px;
  margin: 0px 0px 22px 0px;
  color: #ed1747;
}
#landing-home-carousel .carousel-control {
  position: absolute;
}
#landing-home-carousel .carousel-control .glyphicon {
  font-size: 20px;
}
#landing-home-carousel .left-carousel-control {
  top: 45%;
  left: 1%;
  position: absolute;
}
#landing-home-carousel .left-carousel-control .glyphicon {
  font-size: 20px;
}
#landing-home-carousel .right-carousel-control {
  top: 45%;
  right: 1%;
  position: absolute;
}
#landing-home-carousel .right-carousel-control .glyphicon {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .transaction-divider {
    border-right: #445560 3px solid;
    height: 80px;
  }
}
.download-seperator {
  border-bottom: 2px solid #445560;
  padding: 15px 0px;
}
.equity-tab .nav.nav-pills > li > a.btn {
  padding: 10px 10px;
  border-radius: 0px;
  background-color: #dedfe1;
  border: none;
  font-size: 12px;
  margin-right: 5px;
}
.equity-tab .nav.nav-pills > li.active > a.btn {
  color: #ffffff;
  background-color: #ed1747;
}
.super {
  vertical-align: super;
}
#holdingSlider {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
.single-stock-container {
  border: 4px solid #dedfe1;
  padding: 0;
  margin-bottom: 15px;
  background-color: #ffffff;
}
.single-stock-container .drop-btn-container {
  position: relative;
  top: -15px;
  left: 1px;
}
.single-stock-container .drop-btn-container .btn-group.settings {
  float: right;
}
.single-stock-container .drop-btn-container .btn-group.settings .dropdown-menu > li a {
  font-size: 12px;
}
.single-stock-container .left {
  padding: 0 4px;
  border-right: 2px solid #dedfe1;
  margin: 34px 0;
}
.single-stock-container .right {
  padding-top: 15px;
  padding-bottom: 15px;
}
.single-stock-container .right .shares-owned {
  font-size: 14px;
}
.single-stock-container .right .winner {
  color: #4BB74C;
}
.single-stock-container .right .loser {
  color: red;
}
.single-stock-container .right .right-value-column {
  text-align: right;
}
.single-stock-container .details-container {
  padding: 0px;
}
#single-user-holding .single-stock-container .img-sponsor-heart {
  display: none;
}
.loser {
  color: #ed1747;
}
.winner {
  color: #0ddaba;
}
.holding-value {
  width: 37.5%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
}
.stock-name-container {
  line-height: 40px;
  max-height: 40px;
  margin-bottom: 5px;
}
.stock-name {
  font-family: "OpenSans Semibold";
  vertical-align: middle;
  line-height: 20px;
  display: inline-block;
  max-height: 40px;
}
.shares-fsr .left-column {
  border-right: 3px solid #dedfe1;
}
.shares-fsr .left-column-top {
  border-right: 3px solid #dedfe1;
  border-bottom: 3px solid #dedfe1;
}
.shares-fsr .right-column-top {
  border-bottom: 3px solid #dedfe1;
}
.shares-fsr-label {
  line-height: 47px;
}
.table.shares-fsr {
  margin-bottom: 5px;
}
.table.shares-fsr .left-column-top {
  border-right: 3px solid #dedfe1;
  border-bottom: 3px solid #dedfe1;
}
.table.shares-fsr .left-column {
  border-right: 3px solid #dedfe1;
}
.table.shares-fsr .right-column-top {
  border-bottom: 3px solid #dedfe1;
  font-size: 10px;
}
.table.shares-fsr .right-column {
  font-size: 10px;
}
.table.shares-fsr tr td {
  padding: 0px;
  vertical-align: bottom;
}
.table.shares-fsr tr td:first-child {
  text-transform: none;
}
.accountoverview-settings-container {
  height: 36px;
  cursor: pointer;
  text-align: center;
  padding: 5px;
  border: 4px solid #dedfe1;
  margin-right: -2px;
  margin-top: -2px;
}
.accountoverview-settings-container .glyphicon-cog {
  top: 0px;
  font-size: 18px;
  color: #ed1747;
}
.btn-to-text {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
a.btn-to-text {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.btn-text {
  font-family: "Aktiv Grotesk W01 Bold" !important;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.input-submit-as-text {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.confirm-action {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  color: #333;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.confirm-action-move {
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.align-action-content {
  text-align: center;
  padding: 25px 15px;
}
.cancelOrderForm {
  display: inline-block;
  padding: 0.8em 2em;
}
.move-container-category {
  padding: 9px 15px 10px 15px;
  text-align: center;
  color: #4a4a4a;
  display: table-cell;
  vertical-align: middle;
}
.move-container-category .move-label {
  font-size: 11px;
}
.move-container-category .move-value {
  font-size: 24px;
  line-height: 24px;
}
.move-container-category .section-divider-only {
  margin: 9px 0px;
}
.holding-category-overview {
  background-color: #BCBEC0;
  border: 10px solid #BCBEC0;
  padding: 15px 20px 15px 20px;
}
.holding-category-overview .holding-container-border {
  border: 10px solid #e1e1e1;
  background-color: white;
  height: 136px;
  display: table;
}
.holding-category-overview .amount-text {
  font-size: 62px;
  color: #ffffff;
}
.holding-category-overview .amount-heading {
  font-size: 24px;
  color: white;
}
.bundle-holding-accordion-accountoverview {
  background: #ffffff;
  border: 4px solid #dedfe1;
  padding-left: 30px;
  padding-right: 30px;
}
.bundle-holding-accordion-accountoverview .glyphicon.glyphicon-large {
  font-size: 20px !important;
}
.bundle-holding-accordion-heading {
  color: #45555f;
}
@media (max-width: 767px) {
  .shares-fsr-label {
    line-height: 37px;
  }
  #account-overview-toggle ul#account-overview-tab.nav-tabs > li.dropdown > ul.dropdown-menu > li > a {
    font-size: 14px;
  }
  #account-overview-toggle ul#account-overview-tab.nav-tabs > li > a {
    padding: 10px 15px;
    font-size: 16px;
  }
  #account-overview-toggle .tab-content .block {
    padding: 20px 20px;
  }
  #account-overview-toggle .tab-content .block .block-title {
    font-size: 1em !important;
    margin-top: 8px;
  }
  #account-overview-toggle .tab-content .block .amount {
    font-size: 2em !important;
  }
  #account-overview-toggle .tab-content .move-container {
    border: 4px solid #dedfe1;
  }
  .holding-category-overview .amount-text {
    font-size: 2em;
    color: #ffffff;
  }
  .holding-category-overview .amount-heading {
    font-size: 1em;
    color: white;
  }
  .holding-category-overview .holding-container-border {
    margin-bottom: 20px;
    width: 100%;
  }
  .bundle-holding-accordion {
    padding-left: 0;
    padding-right: 0;
  }
  .bundle-holding-accordion .secondary-heading {
    padding-left: 25px;
    padding-right: 25px;
  }
  .liOverview .fundNameLogo {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .holding-table .holding-table-body > .table-display > .row.row-height > div:last-child > .row {
    text-align: right;
  }
  .holding-table .holding-table-body > .table-display > .row.row-height > div:last-child > .row > div:first-child {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .holding-table .holding-table-body > .table-display > .row.row-height .actions-cell > div > .btn {
    max-width: 100px;
  }
}
#account-overview-accnumber {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  #account-overview-accnumber {
    margin-top: -20px;
    margin-bottom: 0px;
  }
}
.result-container > .container > .row h2 {
  margin-top: 0;
}
#asset-class-display .icon-refresh {
  margin: 3px 0 0 7px;
}
#asset-class-display .icon-refresh:hover:before,
#asset-class-display .icon-refresh:active:before {
  color: #ed1747;
}
#asset-class-display .graph-container {
  margin-top: 10px;
}
#asset-class-display .winner {
  color: #0ddaba;
}
#asset-class-display .asset-summary-heading.h1 {
  margin: 0;
}
@media (max-width: 480px) {
  #asset-class-display .asset-summary-heading.h1 {
    font-size: 20px;
  }
}
#asset-class-display .box-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
#asset-class-display .bg-gray-lighter {
  background-color: #eeeeee;
}
#asset-class-display .asset-class-table {
  margin: 0 20px;
}
#asset-class-display .chart-label-tick {
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
#asset-class-display canvas {
  max-width: 192px;
  max-height: 192px;
  margin: 0 auto;
}
#asset-class-display #asset-class-row-container .row {
  padding: 10px 0;
}
#asset-class-display #asset-class-row-container .row .progressbar-text {
  position: absolute;
  right: 0px;
  top: 0;
  padding: 0px;
  margin: 0px;
  transform: none;
}
@media (min-width: 1080px) {
  #asset-class-display #asset-class-row-container .hidden-lg {
    display: none !important;
  }
}
#account-overview-toggle ul#account-overview-tab.nav-tabs > li {
  margin-right: 15px;
  background-color: #bcbec0;
  min-width: 22%;
  text-align: center;
}
#account-overview-toggle ul#account-overview-tab.nav-tabs > li.dropdown {
  margin-right: 0px;
  min-width: inherit;
}
#account-overview-toggle ul#account-overview-tab.nav-tabs > li.dropdown.open > a {
  background-color: #bcbec0;
}
#account-overview-toggle ul#account-overview-tab.nav-tabs > li.dropdown > a {
  font-size: 14px;
  border: 1px solid transparent;
}
#account-overview-toggle ul#account-overview-tab.nav-tabs > li > a {
  margin-right: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  padding: 15px 30px;
  font-size: 24px;
}
#account-overview-toggle ul#account-overview-tab.nav-tabs > li > a:hover {
  background-color: #bcbec0;
  border: 1px solid transparent;
}
#account-overview-toggle ul#account-overview-tab.nav-tabs > li.active > a,
#account-overview-toggle ul#account-overview-tab.nav-tabs > li.active > a:hover,
#account-overview-toggle ul#account-overview-tab.nav-tabs > li.active > a:focus {
  background-color: #ed1747;
  border: 1px solid transparent;
  color: #ffffff;
}
#account-overview-toggle ul#account-overview-tab.nav.nav-tabs .dropdown-menu > li > a {
  color: #ed1747;
}
#account-overview-toggle ul#account-overview-tab.nav.nav-tabs .dropdown-menu > li.active > a,
#account-overview-toggle ul#account-overview-tab.nav.nav-tabs .dropdown-menu > li.active > a:hover,
#account-overview-toggle ul#account-overview-tab.nav.nav-tabs .dropdown-menu > li.active > a:focus,
#account-overview-toggle ul#account-overview-tab.nav.nav-tabs .dropdown-menu > li.active > a:focus {
  background-color: #ed1747;
  color: #ffffff;
}
#account-overview-toggle .tab-content .block {
  background-color: #ed1747;
  color: #ffffff;
  padding: 33px 60px 60px 0px;
  margin-bottom: 11px;
  position: relative;
}
#account-overview-toggle .tab-content .block .block-title {
  font-size: 24px;
  float: left;
}
#account-overview-toggle .tab-content .block .amount {
  font-size: 62px;
  line-height: 50px;
  float: right;
}
#account-overview-toggle .tab-content .block .refresh-link {
  color: #ffffff;
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
}
#account-overview-toggle .tab-content .block sup {
  color: #ffffff;
  font-size: 14px;
}
#account-overview-toggle .tab-content .move-container {
  border: 10px solid #dedfe1;
  background-color: #ffffff;
  padding: 9px 15px 10px 15px;
  text-align: center;
  color: #4a4a4a;
}
#account-overview-toggle .tab-content .move-container .move-label {
  font-size: 11px;
}
#account-overview-toggle .tab-content .move-container .move-value {
  font-size: 24px;
  line-height: 24px;
}
#account-overview-toggle .tab-content .move-container .section-divider-only {
  margin: 9px 0px;
}
#account-overview-toggle .tab-content .block sup.estimate-price {
  font-size: 20px;
}
#account-overview-valuation {
  position: relative;
  min-height: 310px;
}
#account-overview-valuation .img-loader {
  background-color: #ffffff;
}
.accountoverview-loader-display-none {
  display: none;
}
.borderless-box {
  padding: 15px;
  background-color: #ffffff;
}
.account-summary-right-divider {
  border-right: 1px solid #dedfe1;
}
.daily-move-left-padding {
  padding-left: 24px;
}
.account-number-padding {
  padding-left: 5px;
}
.padding-top-bottom-15 {
  padding: 15px 0px 15px 0px;
}
.margin-bottom-18 {
  margin-bottom: 18px !important;
}
.font-fontsize-16 {
  font-size: 16px;
}
.content-box-border-top {
  border-top: solid 1px #dedfe1;
}
.content-box-border-bottom {
  border-bottom: solid 1px #dedfe1;
}
.padding-top-27 {
  padding-top: 27px;
}
.margin-progress-bar {
  margin-bottom: 5px;
}
.investment-type-managers-btn-group {
  text-align: right;
}
@media (max-width: 767px) {
  .investment-type-managers-btn-group {
    text-align: center;
  }
  .no-padding-bottom-sm {
    padding-bottom: 0px !important;
  }
}
.drill-down-arrows-padding {
  padding-left: 5px;
}
.drill-down-list-margin {
  margin-right: 22px;
}
.account-box-shadow {
  box-shadow: 0 2px 3px 0 rgba(79, 115, 135, 0.15), 0 1px 5px 0 rgba(79, 115, 135, 0.08);
}
.account-movement-margin-5 {
  margin-top: 18%;
}
.performance-chart-heading {
  padding-top: 5px;
  font-size: 17px;
  padding-bottom: 5px;
}
.loadHoldingsTransactionsButton {
  background-color: white;
  border: #ed1747;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-family: "OpenSans Regular";
  margin-top: 22px;
  width: 100%;
  height: 60px;
}
@media (max-width: 767px) {
  .loadHoldingsTransactionsButton {
    height: auto;
    padding-top: 20px;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}
.loadHoldingsTransactionsButton.selected {
  background-color: #ed1747;
  color: white;
}
.load-holdings-button-container,
.load-section-button-container {
  display: flex;
  justify-content: center;
}
.one-third-center-mobile-button {
  font-size: 10px;
  text-align: center;
  padding: 10px;
}
#recent-transactions-tab .padding-left-right-15 {
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
}
#recent-transactions-tab .padding-left-right-15 .wide-container {
  padding-top: 20px;
}
#recent-transactions-tab .wide-container {
  background-color: transparent !important;
}
#recent-transactions-tab .wide-container .no-more-tables .table.table-style > tbody > tr {
  padding: 0;
}
#recent-transactions-tab .wide-container .no-more-tables .table.table-style > thead > tr {
  background-color: #ffffff;
}
.padding-left-right-top-15-white {
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
  padding-top: 15px;
}
#pending-instructions-tab .mobile-body-add-specific-padding {
  background-color: #ffffff;
}
.accountActionRow td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.accountActionRow:hover td {
  cursor: pointer;
}
#two-pot-opt-in-card {
  margin: 15px 0px;
}
#two-pot-opt-in-card .opt-in-card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.two-pot-text-balance-next-withdraw {
  color: #4A4A4A !important;
}
.account-overview-section-divider {
  border-top: #d6d7d9;
  border-top-width: 1px;
  border-top-style: solid;
}
.twoPotBalanceActionRow td {
  gap: 20px;
}
.twoPotBalanceActionRow:hover td {
  cursor: pointer;
}
.holdings-group.content-box {
  background-color: #f5f6f8;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.holdings-group.content-box .content-box-title-padding {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.holdings-group.content-box .holding-body-table-row {
  border-left: 0;
  border-right: 0;
}
.holdings-group.content-box .holding-table-header {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.holdings-group.content-box .content-box-description {
  margin-top: 0;
}
#holding-body-table-positioning {
  position: relative;
}
.new-holdings-page-div {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* Outer table */
.holding-table .holding-body-table-row > .holding-cell,
.holding-table .holding-table-header > .holding-cell,
.holding-table .holding-body-table-row .purchase-value-cell,
.holding-table .holding-table-header .purchase-value-cell,
.holding-table .holding-body-table-row .current-value-cell,
.holding-table .holding-table-header .current-value-cell,
.holding-table .holding-body-table-row .current-price-cell,
.holding-table .holding-table-header .current-price-cell,
.holding-table .holding-body-table-row .pnl-cell,
.holding-table .holding-table-header .pnl-cell,
.holding-table .holding-body-table-row .actions-cell,
.holding-table .holding-table-header .actions-cell {
  text-align: center;
}
.holding-table .holding-body-table-row .holding-cell,
.holding-table .holding-table-header .holding-cell {
  padding-left: 10px;
}
.holding-table .holding-body-table-row > .instrument-cell,
.holding-table .holding-table-header > .instrument-cell,
.holding-table .holding-body-table-row .order-type-cell,
.holding-table .holding-table-header .order-type-cell,
.holding-table .holding-body-table-row .order-date-cell,
.holding-table .holding-table-header .order-date-cell,
.holding-table .holding-body-table-row .time-in-force-cell,
.holding-table .holding-table-header .time-in-force-cell,
.holding-table .holding-body-table-row .bno-cell,
.holding-table .holding-table-header .bno-cell,
.holding-table .holding-body-table-row .order-price-cell,
.holding-table .holding-table-header .order-price-cell,
.holding-table .holding-body-table-row .shares-value-cell,
.holding-table .holding-table-header .shares-value-cell,
.holding-table .holding-body-table-row .actions-order-cell,
.holding-table .holding-table-header .actions-order-cell {
  display: inline-block;
  text-align: center;
}
.holding-table .holding-body-table-row .instrument-cell,
.holding-table .holding-table-header .instrument-cell {
  padding-left: 10px;
}
.holding-table .holding-body-table-row .buy-limit-order-type-color {
  color: #F4942A;
}
.holding-table .holding-body-table-row .sell-limit-order-type-color {
  color: #0DDABA;
}
.holding-table .holding-body-table-row .sell-stop-order-type-color {
  color: #375D9B;
}
.holding-table .holding-body-table-row .buy-market-order-type-color {
  color: #81d567;
}
.holding-table .holding-body-table-row .buy-stop-order-type-color {
  color: #FA7459;
}
.holding-table .holding-body-table-row .sell-market-order-type-color {
  color: #27b7e3;
}
.holding-table .holding-body-table-row .time-in-force-cell {
  color: #ed1747;
}
.holding-table .holding-table-header {
  border: solid 1px #dedfe1;
}
.holding-table .holding-table-header .table-header {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4a4a4a;
  height: 100%;
  vertical-align: middle;
}
.holding-table .holding-table-header:before {
  content: "";
  display: none;
}
.holding-table .holding-table-body .img-stocks-container {
  padding-bottom: 5px;
  padding-top: 5px;
}
.holding-table .holding-table-body .product-img-container {
  text-align: left;
  height: 100%;
}
.holding-table .holding-table-body .product-img-container > img.instrument {
  z-index: 0;
  width: auto;
  max-height: 103px;
}
.holding-table .holding-table-body .product-img-container > img.img-sponsor-heart {
  width: 16%;
  height: auto;
}
.holding-table .holding-table-body > .table-display .umbrella-list .icon-umbrella {
  z-index: 1;
  left: 1px;
  top: 1px;
}
.holding-table .holding-table-body > .table-display:nth-last-child(2) > .holding-body-table-row.content-box {
  border-bottom: 1px solid #dedfe1;
}
.holding-table .holding-table-body > .table-display:hover > .holding-body-table-row {
  border: 1px solid #ed1747;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row {
  padding: 0;
  min-height: 104px;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .purchase-value-cell,
.holding-table .holding-table-body > .table-display > .holding-body-table-row .current-value-cell,
.holding-table .holding-table-body > .table-display > .holding-body-table-row .current-price-cell,
.holding-table .holding-table-body > .table-display > .holding-body-table-row .pnl-cell,
.holding-table .holding-table-body > .table-display > .holding-body-table-row .actions-cell {
  vertical-align: middle;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .btn.btn-sm {
  border-width: 1px;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container {
  width: 100%;
  background-color: inherit;
  border-top: 1px solid rgba(74, 74, 74, 0.2);
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description {
  padding: 17px 10px;
  /* Inner table */
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .content-box {
  background-color: inherit;
  text-align: left;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .content-box .row-line-bottom {
  width: 100%;
  padding: 0 10px;
  border-bottom: 1px solid #86888b;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .content-box .row {
  line-height: 26px;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .content-box .row .italic.text-align-left {
  margin-top: 8px;
  font-size: 12px;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .content-box .row.control-margin-top {
  margin-top: 10px;
  text-align: right;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .chart-controls {
  text-align: left;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table {
  background-color: #f5f6f8;
  border: 1px solid rgba(74, 74, 74, 0.3);
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-table-header {
  border: none;
  border-bottom: 1px solid rgba(74, 74, 74, 0.2);
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .table-display:first-child .holding-body-table-row {
  border-top: 0;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .table-display:hover > .holding-body-table-row.content-box {
  border: 1px solid #dedfe1;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row {
  background-color: #f5f6f8;
  min-height: 60px;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .product-img-container > img.instrument {
  width: 25%;
  margin: 2px 0 0 2px;
  min-height: 60px;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .product-img-container > .equity-image-as-text {
  display: inline-block;
  position: relative;
  width: 73%;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .product-img-container > .equity-image-as-text > div {
  line-height: 20px;
  max-height: 20px;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-detail-container {
  border-top: 0;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-detail-container .content-box {
  background-color: #ffffff;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-detail-container .content-box .row.control-margin-top {
  display: none;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .actions-cell {
  padding-right: 10px;
  text-align: center;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .actions-cell > * {
  display: inline-block;
}
.holding-table .holding-table-body > .table-display > .holding-body-table-row .actions-cell > .collapse-container > .glyphicon {
  text-align: right;
}
.order-sub-headding {
  margin: 0 0 0 20px;
  font-weight: lighter;
  display: inline-block;
}
.order-accordian {
  font-weight: bold;
}
.order-content-main {
  border-bottom: 1px solid #dedfe1;
}
@media (min-width: 992px) {
  .vertical-text-center {
    transform: translateY(100%);
  }
}
/* Size: xs */
@media (min-width: 0) and (max-width: 767px) {
  /* Outer table */
  #account-overview-bundle-buy-btn {
    width: 48%;
  }
  #account-overview-bundle-sell-btn {
    width: 48%;
    margin-right: 4%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container,
  .holding-table .holding-table-header > .holding-inner-container {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .holding-table .holding-body-table-row > .holding-inner-container > .holding-cell,
  .holding-table .holding-table-header > .holding-inner-container > .holding-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .current-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .current-value-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .pnl-cell,
  .holding-table .holding-table-header > .holding-inner-container .pnl-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .actions-cell,
  .holding-table .holding-table-header > .holding-inner-container .actions-cell {
    display: inline-block;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .holding-cell,
  .holding-table .holding-table-header > .holding-inner-container .holding-cell {
    width: 26%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .purchase-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .purchase-value-cell {
    display: none;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .current-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .current-value-cell {
    width: 22%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .current-price-cell,
  .holding-table .holding-table-header > .holding-inner-container .current-price-cell {
    display: none;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .pnl-cell,
  .holding-table .holding-table-header > .holding-inner-container .pnl-cell {
    width: 25%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .actions-cell,
  .holding-table .holding-table-header > .holding-inner-container .actions-cell {
    width: 9%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .actions-cell .btn,
  .holding-table .holding-table-header > .holding-inner-container .actions-cell .btn {
    margin-top: 5px;
    display: block;
    width: 100%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .actions-cell .collapse-container,
  .holding-table .holding-table-header > .holding-inner-container .actions-cell .collapse-container {
    display: none;
  }
  .holding-table .holding-body-table-row > .holding-inner-container > .instrument-cell,
  .holding-table .holding-table-header > .holding-inner-container > .instrument-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .order-type-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-type-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .order-type-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-type-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .time-in-force-cell,
  .holding-table .holding-table-header > .holding-inner-container .time-in-force-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .shares-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .shares-value-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .actions-order-cell,
  .holding-table .holding-table-header > .holding-inner-container .actions-order-cell {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .instrument-cell,
  .holding-table .holding-table-header > .holding-inner-container .instrument-cell {
    width: 21%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .order-type-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-type-cell {
    width: 27%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .order-date-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-date-cell {
    display: none;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .time-in-force-cell,
  .holding-table .holding-table-header > .holding-inner-container .time-in-force-cell {
    display: none;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .bno-cell,
  .holding-table .holding-table-header > .holding-inner-container .bno-cell {
    display: none;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .order-price-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-price-cell {
    display: none;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .shares-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .shares-value-cell {
    width: 27%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .actions-order-cell,
  .holding-table .holding-table-header > .holding-inner-container .actions-order-cell {
    width: 19%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .actions-order-cell .btn,
  .holding-table .holding-table-header > .holding-inner-container .actions-order-cell .btn {
    margin-top: 5px;
    display: block;
    width: 100%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .actions-order-cell .collapse-container,
  .holding-table .holding-table-header > .holding-inner-container .actions-order-cell .collapse-container {
    display: none;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description {
    /* Inner table */
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .chart-controls {
    margin-top: 20px;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .chart-error {
    padding-top: 20px;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .product-img-container > img.instrument {
    width: auto;
    margin: 0;
    max-height: 60px;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .product-img-container > .equity-image-as-text {
    display: none;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row.content-box {
    border-bottom: 1px solid #dedfe1;
  }
}
/* Size: xs for new mobile layout */
@media (min-width: 0) and (max-width: 767px) {
  .mobile-body {
    /* Outer table */
  }
  .mobile-body .holding-table .holding-table-body > .table-display {
    padding-bottom: 15px;
  }
  .mobile-body .holding-table .holding-table-body > .table-display .umbrella-list .icon-umbrella {
    z-index: 1;
    left: 1px;
    top: 1px;
  }
  .mobile-body .holding-table .holding-table-body > .table-display:nth-last-child(2) > .holding-body-table-row.content-box {
    border-bottom: 1px solid #dedfe1;
  }
  .mobile-body .holding-table .holding-table-body > .table-display:hover > .holding-body-table-row {
    border: 1px solid #ed1747;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container > .holding-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container > .holding-cell,
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .current-value-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .current-value-cell,
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .pnl-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .pnl-cell,
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .actions-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .actions-cell {
    display: inline-block;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .holding-select-arrow-user-row-holding,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .holding-select-arrow-user-row-holding {
    padding-left: 0;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .bundle-holding-select-arrow-user-row-holding,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .bundle-holding-select-arrow-user-row-holding {
    padding-left: 0;
    position: relative;
    top: 12px;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .holding-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .holding-cell {
    width: 30%;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .purchase-value-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .purchase-value-cell {
    display: none;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .current-value-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .current-value-cell {
    width: 30%;
    text-align: right;
    padding-left: 25px !important;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .current-price-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .current-price-cell {
    display: none;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .pnl-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .pnl-cell {
    width: 30%;
    text-align: right;
    vertical-align: middle;
    padding-right: 10px;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .actions-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .actions-cell,
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .actions-order-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .actions-order-cell {
    width: 3%;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .actions-cell .btn,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .actions-cell .btn,
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .actions-order-cell .btn,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .actions-order-cell .btn {
    margin-top: 5px;
    display: block;
    width: 100%;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .actions-cell .collapse-container,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .actions-cell .collapse-container,
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .actions-order-cell .collapse-container,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .actions-order-cell .collapse-container {
    display: inline-block;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container > .instrument-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container > .instrument-cell,
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .order-type-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .order-type-cell,
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .order-type-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .order-type-cell,
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .shares-value-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .shares-value-cell,
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .actions-order-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .actions-order-cell {
    display: inline-block;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .instrument-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .instrument-cell {
    width: 30%;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .order-type-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .order-type-cell {
    width: 27%;
    padding-left: 28px;
    text-align: left;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .order-date-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .order-date-cell {
    display: none;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .time-in-force-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .time-in-force-cell {
    display: none;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .bno-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .bno-cell {
    display: none;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .order-price-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .order-price-cell {
    display: none;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .shares-value-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .shares-value-cell {
    width: 39%;
    vertical-align: middle;
    padding-right: 10px;
    display: inline-block;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .actions-order-cell,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .actions-order-cell {
    display: none;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .actions-order-cell .btn,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .actions-order-cell .btn {
    margin: 5px 5px;
    display: block;
    width: 100%;
  }
  .mobile-body .holding-table .holding-body-table-row > .holding-inner-container .actions-order-cell .collapse-container,
  .mobile-body .holding-table .holding-table-header > .holding-inner-container .actions-order-cell .collapse-container {
    display: inline-block;
  }
}
/* Size: xs and sm */
@media (min-width: 0) and (max-width: 991px) {
  /* Outer table */
  .holding-table .holding-table-body > .table-display > .holding-body-table-row {
    min-height: unset;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description {
    /* Inner table */
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .chart-controls {
    text-align: right;
    margin-bottom: 5px;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .chart-error {
    padding-top: 20px;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-detail-container {
    background-color: #f5f6f8;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-detail-container .content-box {
    background-color: inherit;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-detail-container .row-line-bottom {
    margin-top: 9px;
    margin-bottom: 15px;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-detail-container .row {
    line-height: 26px;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-detail-container .row .italic.text-align-left {
    margin-top: 8px;
    font-size: 12px;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-detail-container .row.control-margin-top {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: right;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-detail-container .content-box-description .content-box {
    padding: 0 10px;
    border: 0;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-detail-container .holding-table {
    border: 1px solid #4a4a4a;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-detail-container .holding-table .holding-table-header {
    border: 0;
    border-bottom: 1px solid #86888b;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-detail-container .holding-table .holding-body-table-row {
    border-bottom: 1px solid #86888b;
    min-height: 63px;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-detail-container .holding-table .holding-body-table-row .product-img-container {
    text-align: left;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-detail-container .holding-table .holding-body-table-row .product-img-container > img.instrument {
    width: 100%;
    margin: 0;
    max-width: 100%;
    max-height: 63px;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-detail-container .holding-table .holding-body-table-row .product-img-container > img > .equity-image-as-text {
    display: none;
  }
  .holding-table .holding-table-body .product-img-container > img.instrument {
    max-height: 71px;
    height: auto;
  }
  .holding-table .holding-table-body .bundle-product-img-container > img.instrument {
    max-height: 90px;
    width: 160px;
    height: auto;
    border-radius: 4px;
  }
}
/* Size: sm */
@media (min-width: 768px) and (max-width: 991px) {
  /* Outer table */
  .holding-table {
    max-width: 720px;
  }
  .holding-table .holding-body-table-row > .holding-inner-container > .instrument-cell,
  .holding-table .holding-table-header > .holding-inner-container > .instrument-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .order-type-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-type-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .order-type-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-type-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .time-in-force-cell,
  .holding-table .holding-table-header > .holding-inner-container .time-in-force-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .shares-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .shares-value-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .actions-order-cell,
  .holding-table .holding-table-header > .holding-inner-container .actions-order-cell {
    display: inline-block;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .instrument-cell,
  .holding-table .holding-table-header > .holding-inner-container .instrument-cell {
    width: 15%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .order-type-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-type-cell {
    width: 18%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .order-date-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-date-cell {
    display: none;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .time-in-force-cell,
  .holding-table .holding-table-header > .holding-inner-container .time-in-force-cell {
    width: 19%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .bno-cell,
  .holding-table .holding-table-header > .holding-inner-container .bno-cell {
    display: none;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .order-price-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-price-cell {
    width: 14%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .shares-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .shares-value-cell {
    width: 17%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .actions-order-cell,
  .holding-table .holding-table-header > .holding-inner-container .actions-order-cell {
    width: 12%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container > .holding-cell,
  .holding-table .holding-table-header > .holding-inner-container > .holding-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .purchase-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .purchase-value-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .current-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .current-value-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .pnl-cell,
  .holding-table .holding-table-header > .holding-inner-container .pnl-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .actions-cell,
  .holding-table .holding-table-header > .holding-inner-container .actions-cell {
    display: inline-block;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .holding-cell,
  .holding-table .holding-table-header > .holding-inner-container .holding-cell {
    width: 19%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .purchase-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .purchase-value-cell {
    width: 19%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .current-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .current-value-cell {
    width: 19%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .current-price-cell,
  .holding-table .holding-table-header > .holding-inner-container .current-price-cell {
    display: none;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .pnl-cell,
  .holding-table .holding-table-header > .holding-inner-container .pnl-cell {
    width: 19%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .actions-cell,
  .holding-table .holding-table-header > .holding-inner-container .actions-cell {
    width: 21%;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row {
    text-align: right;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row > .actions-cell > .button-container {
    display: inline-block;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row > .actions-cell > .button-container > .btn {
    min-width: 100px;
    width: 85%;
    max-width: 120px;
    display: block;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row > .actions-cell > .button-container > .btn:first-child {
    margin-bottom: 10px;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row > .actions-cell > .collapse-container {
    float: right;
    margin-top: 30px;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description {
    /* Inner table */
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row > .holding-cell,
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-table-header > .holding-cell,
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .purchase-value-cell,
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-table-header .purchase-value-cell,
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .current-value-cell,
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-table-header .current-value-cell,
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .pnl-cell,
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-table-header .pnl-cell,
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .actions-cell,
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-table-header .actions-cell {
    display: inline-block;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .holding-cell,
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-table-header .holding-cell {
    width: 32%;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .purchase-value-cell,
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-table-header .purchase-value-cell {
    width: 20%;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .current-value-cell,
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-table-header .current-value-cell {
    width: 20%;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .current-price-cell,
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-table-header .current-price-cell {
    display: none;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .pnl-cell,
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-table-header .pnl-cell {
    width: 20%;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .actions-cell,
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-table-header .actions-cell {
    width: 5%;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .actions-cell > .collapse-container,
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-table-header .actions-cell > .collapse-container {
    margin-top: 0px;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .product-img-container {
    margin: 10px 0 0 2px;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .product-img-container > img.instrument {
    min-height: unset;
    display: inline-block;
    margin: 0;
  }
  .holding-table .holding-table-body > .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-body-table-row .product-img-container > .equity-image-as-text {
    width: 72%;
  }
}
/* Size: md */
@media (min-width: 992px) {
  /* Outer table */
  .holding-table {
    max-width: 1170px;
  }
  .holding-table .holding-body-table-row > .holding-inner-container > .instrument-cell,
  .holding-table .holding-table-header > .holding-inner-container > .instrument-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .order-type-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-type-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .order-type-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-type-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .order-date-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-date-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .time-in-force-cell,
  .holding-table .holding-table-header > .holding-inner-container .time-in-force-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .bno-cell,
  .holding-table .holding-table-header > .holding-inner-container .bno-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .order-price-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-price-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .shares-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .shares-value-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .actions-order-cell,
  .holding-table .holding-table-header > .holding-inner-container .actions-order-cell {
    display: inline-block;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .instrument-cell,
  .holding-table .holding-table-header > .holding-inner-container .instrument-cell {
    width: 12%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .order-type-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-type-cell {
    width: 10%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .order-date-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-date-cell {
    width: 18%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .time-in-force-cell,
  .holding-table .holding-table-header > .holding-inner-container .time-in-force-cell {
    width: 13%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .bno-cell,
  .holding-table .holding-table-header > .holding-inner-container .bno-cell {
    width: 11%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .order-price-cell,
  .holding-table .holding-table-header > .holding-inner-container .order-price-cell {
    width: 11%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .shares-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .shares-value-cell {
    width: 12%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .actions-order-cell,
  .holding-table .holding-table-header > .holding-inner-container .actions-order-cell {
    width: 8%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container > .holding-cell,
  .holding-table .holding-table-header > .holding-inner-container > .holding-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .purchase-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .purchase-value-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .current-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .current-value-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .current-price-cell,
  .holding-table .holding-table-header > .holding-inner-container .current-price-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .pnl-cell,
  .holding-table .holding-table-header > .holding-inner-container .pnl-cell,
  .holding-table .holding-body-table-row > .holding-inner-container .actions-cell,
  .holding-table .holding-table-header > .holding-inner-container .actions-cell {
    display: inline-block;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .holding-cell,
  .holding-table .holding-table-header > .holding-inner-container .holding-cell {
    width: 16%;
    position: relative;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .purchase-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .purchase-value-cell {
    width: 15%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .current-value-cell,
  .holding-table .holding-table-header > .holding-inner-container .current-value-cell {
    width: 15%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .current-price-cell,
  .holding-table .holding-table-header > .holding-inner-container .current-price-cell {
    width: 14%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .pnl-cell,
  .holding-table .holding-table-header > .holding-inner-container .pnl-cell {
    width: 15%;
  }
  .holding-table .holding-body-table-row > .holding-inner-container .actions-cell,
  .holding-table .holding-table-header > .holding-inner-container .actions-cell {
    width: 23%;
  }
  .holding-table .holding-table-body .product-img-container > img.instrument {
    width: 100%;
    height: auto;
    max-height: 100%;
  }
  .holding-table .holding-table-body .table-display > .holding-body-table-row .actions-cell > .button-container,
  .holding-table .holding-table-body .table-display > .holding-body-table-row .actions-order-cell > .button-container {
    display: inline-block;
  }
  .holding-table .holding-table-body .table-display > .holding-body-table-row .holding-detail-container .content-box-description {
    /* Inner table */
  }
  .holding-table .holding-table-body .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .holding-cell {
    width: 30%;
  }
  .holding-table .holding-table-body .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .purchase-value-cell {
    width: 16%;
  }
  .holding-table .holding-table-body .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .current-value-cell {
    width: 16%;
  }
  .holding-table .holding-table-body .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .current-price-cell {
    width: 14%;
  }
  .holding-table .holding-table-body .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .pnl-cell {
    width: 16%;
  }
  .holding-table .holding-table-body .table-display > .holding-body-table-row .holding-detail-container .content-box-description .holding-table .actions-cell {
    width: 6%;
  }
}
#buyStocksForm .field-validation-error,
#applyNewListingsForm .field-validation-error {
  font-size: 16px !important;
  margin-right: 30px;
}
.buy-stock-container .stock-name {
  margin-bottom: 5px;
}
.buy-stock-container .corporate-sponsor-equity {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 100%;
  background-repeat: no-repeat;
  font-size: 30px;
  background-image: url('../Images/Common/heart.svg');
  color: #ed1747;
}
.buy-stock-container .previous-close {
  font-size: 14px;
}
.buy-stock-container .single-stock-container .left {
  margin: 24px 0;
}
.customTradeValueValidation span.field-validation-error {
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 15px !important;
  padding-left: 0px;
}
.buy-denominations #pricing-explanation .popover {
  max-width: 474px;
}
.buy-denominations .current-prices-delayed {
  line-height: 27px;
  font-size: 12px;
  float: right;
}
.buy-denominations .accented-control-box {
  background-color: #f5f6f8;
}
.buy-denominations .prices {
  background-color: #f5f6f8;
  text-align: center;
  border-top: none;
}
.buy-denominations .prices .title-line {
  display: inline-block;
  height: 2.8em;
}
.buy-denominations .prices .price {
  color: #4a4a4a;
  font-size: 21px;
}
.buy-denominations .product-img-container {
  border: 1px solid #dedfe1;
}
.buy-denominations .prices + .content-box {
  border-top: none;
}
.buy-denominations .security-logo {
  max-width: 180px;
}
.buy-denominations .left-align-invoice {
  float: left;
}
.buy-denominations .denominations {
  margin-top: 20px;
}
.buy-denominations .denominations a {
  text-decoration: none;
}
.buy-denominations .denominations .thumbnail {
  border-radius: 2px;
  background-color: #ffffff;
  text-align: center;
  font-size: 26px;
  height: 85px;
  max-width: none;
  color: #86888b;
}
.buy-denominations .denominations .thumbnail:hover,
.buy-denominations .denominations .thumbnail:focus,
.buy-denominations .denominations .thumbnail:active,
.buy-denominations .denominations .thumbnail.active {
  outline: 2px solid #ed1747;
}
.buy-denominations .denominations .thumbnail .denomination {
  line-height: 75px;
}
.buy-denominations .denominations .thumbnail .up-to-amount {
  font-size: 12px;
  float: right;
}
.buy-denominations .denominations .thumbnail .input-group {
  border: none;
}
.buy-denominations .denominations .thumbnail .input-group > .input-group-addon {
  font-size: 26px;
}
.buy-denominations .denominations .thumbnail .custom-input {
  padding: 0;
  padding-top: 5px;
  margin-top: 20px;
  text-indent: 10px;
  border: none;
  border-bottom: solid 1px #dedfe1;
}
.buy-denominations .denominations .thumbnail .custom-input.input-validation-error {
  border-bottom: 2px solid #ed1747;
}
.buy-denominations .denominations .any-other-amount {
  font-size: 12px;
  position: absolute;
  top: -23%;
}
#buyBundleForm .input-group-addon,
#buyStocksForm .input-group-addon {
  background-color: transparent;
}
#confirmForm .input-group-lg > .form-control,
#tradeConfirmForm .input-group-lg > .form-control,
#confirmForm .input-group-lg > .input-group-btn > .btn,
#tradeConfirmForm .input-group-lg > .input-group-btn > .btn,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 55px;
}
.circle-container {
  background-color: #ffffff;
  border: 1px solid #86888b;
}
@media (max-width: 767px) {
  .buy-denominations .current-prices-delayed {
    display: block;
    float: none;
  }
  .buy-denominations .prices .title-line {
    display: block;
  }
  .buy-denominations .prices .price {
    font-size: 18px;
    line-height: 28px;
    color: #4a4a4a;
    font-family: "Questrial Regular";
  }
  .buy-denominations .prices .price.body-colour {
    color: #86888b;
  }
  .buy-denominations .prices .price + hr {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .col-padding-xxs {
    padding-right: 6px;
    padding-left: 6px;
  }
  .buy-denominations .prices .title-line {
    display: block;
  }
}
.security-certificate-container {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 360px;
  position: relative;
  overflow: hidden;
}
.security-certificate-container .security-certificate-logo-container {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
}
.security-certificate-container .security-certificate-logo-container .security-certificate-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 35%;
}
.security-certificate-container .security-certificate-logo-container .security-certificate-logo img.instrument {
  width: 75%;
}
.social-media-icons .share-on-facebook,
.social-media-icons #twitter-share-button {
  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;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  font-size: 14px;
  padding: 13px 20px;
  border-width: 2px;
  font-weight: 600;
  color: #ffffff;
  background-color: #45555f;
  border-color: #45555f;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-right: 10px;
}
.social-media-icons .share-on-facebook:focus,
.social-media-icons #twitter-share-button:focus,
.social-media-icons .share-on-facebook:active:focus,
.social-media-icons #twitter-share-button:active:focus,
.social-media-icons .share-on-facebook.active:focus,
.social-media-icons #twitter-share-button.active:focus,
.social-media-icons .share-on-facebook.focus,
.social-media-icons #twitter-share-button.focus,
.social-media-icons .share-on-facebook:active.focus,
.social-media-icons #twitter-share-button:active.focus,
.social-media-icons .share-on-facebook.active.focus,
.social-media-icons #twitter-share-button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.social-media-icons .share-on-facebook:hover,
.social-media-icons #twitter-share-button:hover,
.social-media-icons .share-on-facebook:focus,
.social-media-icons #twitter-share-button:focus,
.social-media-icons .share-on-facebook.focus,
.social-media-icons #twitter-share-button.focus {
  color: #86888b;
  text-decoration: none;
}
.social-media-icons .share-on-facebook:active,
.social-media-icons #twitter-share-button:active,
.social-media-icons .share-on-facebook.active,
.social-media-icons #twitter-share-button.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);
}
.social-media-icons .share-on-facebook.disabled,
.social-media-icons #twitter-share-button.disabled,
.social-media-icons .share-on-facebook[disabled],
.social-media-icons #twitter-share-button[disabled],
fieldset[disabled] .social-media-icons .share-on-facebook,
fieldset[disabled] .social-media-icons #twitter-share-button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.social-media-icons .share-on-facebook.disabled,
a.social-media-icons #twitter-share-button.disabled,
fieldset[disabled] a.social-media-icons .share-on-facebook,
fieldset[disabled] a.social-media-icons #twitter-share-button {
  pointer-events: none;
}
.social-media-icons .share-on-facebook .glyphicon,
.social-media-icons #twitter-share-button .glyphicon {
  font-size: inherit;
}
.social-media-icons .share-on-facebook.send-gift-btn:hover,
.social-media-icons #twitter-share-button.send-gift-btn:hover {
  background-color: #ffffff;
  color: #86888b;
  border-color: #86888b;
}
.social-media-icons .share-on-facebook:focus,
.social-media-icons #twitter-share-button:focus,
.social-media-icons .share-on-facebook.focus,
.social-media-icons #twitter-share-button.focus {
  color: #ffffff;
  background-color: #303b41;
  border-color: #0f1315;
}
.social-media-icons .share-on-facebook:hover,
.social-media-icons #twitter-share-button:hover {
  color: #ffffff;
  background-color: #303b41;
  border-color: #2b353c;
}
.social-media-icons .share-on-facebook:active,
.social-media-icons #twitter-share-button:active,
.social-media-icons .share-on-facebook.active,
.social-media-icons #twitter-share-button.active,
.open > .dropdown-toggle.social-media-icons .share-on-facebook,
.open > .dropdown-toggle.social-media-icons #twitter-share-button {
  color: #ffffff;
  background-color: #303b41;
  border-color: #2b353c;
}
.social-media-icons .share-on-facebook:active:hover,
.social-media-icons #twitter-share-button:active:hover,
.social-media-icons .share-on-facebook.active:hover,
.social-media-icons #twitter-share-button.active:hover,
.open > .dropdown-toggle.social-media-icons .share-on-facebook:hover,
.open > .dropdown-toggle.social-media-icons #twitter-share-button:hover,
.social-media-icons .share-on-facebook:active:focus,
.social-media-icons #twitter-share-button:active:focus,
.social-media-icons .share-on-facebook.active:focus,
.social-media-icons #twitter-share-button.active:focus,
.open > .dropdown-toggle.social-media-icons .share-on-facebook:focus,
.open > .dropdown-toggle.social-media-icons #twitter-share-button:focus,
.social-media-icons .share-on-facebook:active.focus,
.social-media-icons #twitter-share-button:active.focus,
.social-media-icons .share-on-facebook.active.focus,
.social-media-icons #twitter-share-button.active.focus,
.open > .dropdown-toggle.social-media-icons .share-on-facebook.focus,
.open > .dropdown-toggle.social-media-icons #twitter-share-button.focus {
  color: #ffffff;
  background-color: #21282d;
  border-color: #0f1315;
}
.social-media-icons .share-on-facebook:active,
.social-media-icons #twitter-share-button:active,
.social-media-icons .share-on-facebook.active,
.social-media-icons #twitter-share-button.active,
.open > .dropdown-toggle.social-media-icons .share-on-facebook,
.open > .dropdown-toggle.social-media-icons #twitter-share-button {
  background-image: none;
}
.social-media-icons .share-on-facebook.disabled,
.social-media-icons #twitter-share-button.disabled,
.social-media-icons .share-on-facebook[disabled],
.social-media-icons #twitter-share-button[disabled],
fieldset[disabled] .social-media-icons .share-on-facebook,
fieldset[disabled] .social-media-icons #twitter-share-button,
.social-media-icons .share-on-facebook.disabled:hover,
.social-media-icons #twitter-share-button.disabled:hover,
.social-media-icons .share-on-facebook[disabled]:hover,
.social-media-icons #twitter-share-button[disabled]:hover,
fieldset[disabled] .social-media-icons .share-on-facebook:hover,
fieldset[disabled] .social-media-icons #twitter-share-button:hover,
.social-media-icons .share-on-facebook.disabled:focus,
.social-media-icons #twitter-share-button.disabled:focus,
.social-media-icons .share-on-facebook[disabled]:focus,
.social-media-icons #twitter-share-button[disabled]:focus,
fieldset[disabled] .social-media-icons .share-on-facebook:focus,
fieldset[disabled] .social-media-icons #twitter-share-button:focus,
.social-media-icons .share-on-facebook.disabled.focus,
.social-media-icons #twitter-share-button.disabled.focus,
.social-media-icons .share-on-facebook[disabled].focus,
.social-media-icons #twitter-share-button[disabled].focus,
fieldset[disabled] .social-media-icons .share-on-facebook.focus,
fieldset[disabled] .social-media-icons #twitter-share-button.focus,
.social-media-icons .share-on-facebook.disabled:active,
.social-media-icons #twitter-share-button.disabled:active,
.social-media-icons .share-on-facebook[disabled]:active,
.social-media-icons #twitter-share-button[disabled]:active,
fieldset[disabled] .social-media-icons .share-on-facebook:active,
fieldset[disabled] .social-media-icons #twitter-share-button:active,
.social-media-icons .share-on-facebook.disabled.active,
.social-media-icons #twitter-share-button.disabled.active,
.social-media-icons .share-on-facebook[disabled].active,
.social-media-icons #twitter-share-button[disabled].active,
fieldset[disabled] .social-media-icons .share-on-facebook.active,
fieldset[disabled] .social-media-icons #twitter-share-button.active {
  background-color: #45555f;
  border-color: #45555f;
}
.social-media-icons .share-on-facebook .badge,
.social-media-icons #twitter-share-button .badge {
  color: #45555f;
  background-color: #ffffff;
}
.social-media-icons .share-on-facebook:focus,
.social-media-icons #twitter-share-button:focus,
.social-media-icons .share-on-facebook.focus,
.social-media-icons #twitter-share-button.focus {
  color: #ffffff;
  background-color: #45555f;
  border-color: #45555f;
}
.social-media-icons .share-on-facebook:hover,
.social-media-icons #twitter-share-button:hover {
  color: #ffffff;
  background-color: #45555f;
  border-color: #45555f;
}
.social-media-icons .share-on-facebook:active,
.social-media-icons #twitter-share-button:active,
.social-media-icons .share-on-facebook.active,
.social-media-icons #twitter-share-button.active,
.open > .dropdown-toggle.social-media-icons .share-on-facebook,
.open > .dropdown-toggle.social-media-icons #twitter-share-button {
  color: #ffffff;
  background-color: #45555f;
  border-color: #45555f;
}
.social-media-icons .share-on-facebook:active:hover,
.social-media-icons #twitter-share-button:active:hover,
.social-media-icons .share-on-facebook.active:hover,
.social-media-icons #twitter-share-button.active:hover,
.open > .dropdown-toggle.social-media-icons .share-on-facebook:hover,
.open > .dropdown-toggle.social-media-icons #twitter-share-button:hover,
.social-media-icons .share-on-facebook:active:focus,
.social-media-icons #twitter-share-button:active:focus,
.social-media-icons .share-on-facebook.active:focus,
.social-media-icons #twitter-share-button.active:focus,
.open > .dropdown-toggle.social-media-icons .share-on-facebook:focus,
.open > .dropdown-toggle.social-media-icons #twitter-share-button:focus,
.social-media-icons .share-on-facebook:active.focus,
.social-media-icons #twitter-share-button:active.focus,
.social-media-icons .share-on-facebook.active.focus,
.social-media-icons #twitter-share-button.active.focus,
.open > .dropdown-toggle.social-media-icons .share-on-facebook.focus,
.open > .dropdown-toggle.social-media-icons #twitter-share-button.focus {
  color: #ffffff;
  background-color: #45555f;
  border-color: #45555f;
}
.social-media-icons .share-on-facebook:active,
.social-media-icons #twitter-share-button:active,
.social-media-icons .share-on-facebook.active,
.social-media-icons #twitter-share-button.active,
.open > .dropdown-toggle.social-media-icons .share-on-facebook,
.open > .dropdown-toggle.social-media-icons #twitter-share-button {
  background-image: none;
}
.social-media-icons .share-on-facebook.disabled,
.social-media-icons #twitter-share-button.disabled,
.social-media-icons .share-on-facebook[disabled],
.social-media-icons #twitter-share-button[disabled],
fieldset[disabled] .social-media-icons .share-on-facebook,
fieldset[disabled] .social-media-icons #twitter-share-button,
.social-media-icons .share-on-facebook.disabled:hover,
.social-media-icons #twitter-share-button.disabled:hover,
.social-media-icons .share-on-facebook[disabled]:hover,
.social-media-icons #twitter-share-button[disabled]:hover,
fieldset[disabled] .social-media-icons .share-on-facebook:hover,
fieldset[disabled] .social-media-icons #twitter-share-button:hover,
.social-media-icons .share-on-facebook.disabled:focus,
.social-media-icons #twitter-share-button.disabled:focus,
.social-media-icons .share-on-facebook[disabled]:focus,
.social-media-icons #twitter-share-button[disabled]:focus,
fieldset[disabled] .social-media-icons .share-on-facebook:focus,
fieldset[disabled] .social-media-icons #twitter-share-button:focus,
.social-media-icons .share-on-facebook.disabled.focus,
.social-media-icons #twitter-share-button.disabled.focus,
.social-media-icons .share-on-facebook[disabled].focus,
.social-media-icons #twitter-share-button[disabled].focus,
fieldset[disabled] .social-media-icons .share-on-facebook.focus,
fieldset[disabled] .social-media-icons #twitter-share-button.focus,
.social-media-icons .share-on-facebook.disabled:active,
.social-media-icons #twitter-share-button.disabled:active,
.social-media-icons .share-on-facebook[disabled]:active,
.social-media-icons #twitter-share-button[disabled]:active,
fieldset[disabled] .social-media-icons .share-on-facebook:active,
fieldset[disabled] .social-media-icons #twitter-share-button:active,
.social-media-icons .share-on-facebook.disabled.active,
.social-media-icons #twitter-share-button.disabled.active,
.social-media-icons .share-on-facebook[disabled].active,
.social-media-icons #twitter-share-button[disabled].active,
fieldset[disabled] .social-media-icons .share-on-facebook.active,
fieldset[disabled] .social-media-icons #twitter-share-button.active {
  background-color: #45555f;
  border-color: #45555f;
}
.social-media-icons .share-on-facebook .badge,
.social-media-icons #twitter-share-button .badge {
  color: #45555f;
  background-color: #ffffff;
}
.social-media-icons .share-on-facebook [class^="icon-"]:before,
.social-media-icons #twitter-share-button [class^="icon-"]:before {
  color: #ffffff;
  font-size: 18px;
}
.social-media-icons #twitter-share-button {
  padding-left: 5px;
  padding-right: 5px;
}
.insured-message {
  font-weight: 600;
  font-size: 14px;
  color: #4a4a4a;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .security-certificate-container {
    height: 300px;
  }
}
.pending-ribbon {
  position: absolute;
  transform: rotate(-45deg);
  font-size: 12px;
  background-color: #000;
  color: #ffffff;
  padding: 5px 30px;
  top: 8%;
  width: 150px;
  left: -30px;
  text-align: center;
}
.success-trade .pending-ribbon {
  display: none;
}
.success-trade .security-certificate-container + .row.hasInsurance > div:first-child {
  padding-right: 5px;
}
.success-trade .security-certificate-container + .row.hasInsurance > div:first-child > div:last-child {
  padding-right: 5px;
}
.success-trade .security-certificate-container + .row.hasInsurance > div:last-child {
  padding-left: 0px;
}
.success-trade .security-certificate-container + .row.hasInsurance > div:last-child > div:first-child {
  padding-left: 0px;
}
@media (max-width: 991px) {
  .success-trade .security-certificate-container + .row.hasInsurance div:last-child {
    padding-left: 15px;
  }
  .success-trade .security-certificate-container + .row.hasInsurance div:last-child .insured-message + div:last-child {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .success-trade .security-certificate-container + .row.hasInsurance div:last-child > div:last-child {
    text-align: center;
  }
  .success-trade .security-certificate-container + .row.hasInsurance div:last-child > div:last-child > .pull-right {
    float: none !important;
  }
}
.sell-container .div-browse-view .instrumentNameRow {
  border: 0;
}
.sell-container .div-browse-view .instrumentNameRow a {
  width: 50%;
  margin-left: 0px;
}
.sell-container .btn-sell-container {
  padding: 10px 15px;
}
.sell-container .holdings-slider-header {
  display: none;
}
sup.hashtag {
  color: #86888b;
}
.sell-success-trade-value {
  font-size: 40px;
  color: #4a4a4a;
}
.sell-purchase-value-group {
  overflow: hidden;
  border-left: 1px solid #dedfe1;
  border-top: 1px solid #dedfe1;
}
@media (max-width: 991px) {
  .sell-purchase-value-group {
    border-right: 1px solid #dedfe1;
  }
  div.sell-purchase-value-group:last-child,
  div.sell-purchase-value-group:only-child {
    border-bottom: 1px solid #dedfe1;
    border-top: 0px;
  }
}
@media (min-width: 992px) {
  .sell-purchase-value-group {
    border-bottom: 1px solid #dedfe1;
  }
  div.sell-purchase-value-group:last-child,
  div.sell-purchase-value-group:only-child {
    border-right: 1px solid #dedfe1;
  }
}
.sell-purchase-value-row {
  margin-left: 0px;
  margin-right: 0px;
}
.sell-purchase-value-group-dark-background {
  background-color: #f1f2f0;
}
.sell-prices-block {
  display: table;
}
.sell-purchase-value-left {
  float: left;
  margin: 1em 0em 1em 0;
  padding: 0 1em 0 1em;
  width: 50%;
}
.sell-purchase-value-right {
  float: left;
  margin: 1em 0 1em 0em;
  padding: 0 1em 0 1em;
  width: 49%;
  border-left: 1px solid #dedfe1;
}
.sell-purchase-value-divider {
  float: left;
  margin: 1.5em 0 1.5em 0em;
  border-right: 1px solid #dedfe1;
  width: 0px;
  height: 100%;
}
.eft-bankaccount-container {
  min-height: 15px;
  padding: 15px 15px;
  border: 8px solid #dedfe1;
}
@media (min-width: 768px) {
  .payment-method-alignment {
    float: right;
  }
}
.account-block {
  height: 40px;
  width: 50px;
  margin-top: 3px;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  min-height: 0px;
  padding: 0px;
  line-height: inherit;
}
.account-block > .account-country-flag {
  margin-top: -14px;
  margin-left: 33px;
}
.account-block > label {
  font-size: 14px;
  font-weight: 100;
  margin-top: 11px;
  text-transform: uppercase;
}
.padding-top-23 {
  padding-top: 23px;
}
.annual-contribution-table tr:first-child {
  width: 340px;
  margin-top: 20px;
}
.table-row-padding-7 td,
th {
  padding-top: 7px;
}
div.source-of-funds {
  border: 1px solid #ed1747;
  height: 50px;
  width: 50%;
  text-align: center;
  display: flex;
  margin: auto;
  color: #ed1747;
}
div.source-of-funds:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  div.source-of-funds {
    width: 150px !important;
  }
}
div.left-source-of-funds {
  border-radius: 3px 0px 0px 3px;
}
div.right-source-of-funds {
  border-radius: 0px 3px 3px 0px;
}
p.source-of-funds {
  margin: auto;
  text-align: center;
}
.table-underline td {
  padding: 5px;
  border-bottom: 1px solid #dce0e0;
}
.table-font16-padding20-width100 {
  margin: 20px 0px 20px 0px;
  width: 100%;
  font: 16px 'OpenSans Regular';
}
.source-of-funds-table {
  margin: 0px 0px 20px 0px;
  width: 100%;
  font: 14px 'OpenSans Regular';
}
.source-of-funds-table td,
.source-of-funds-table th {
  padding-top: 7px;
}
.source-of-funds-table td .large-currency-font,
.source-of-funds-table th .large-currency-font {
  font-size: 14px;
}
.table-font16-padding20-width100 td:nth-last-child(1) {
  text-align: right;
  padding: 0px 30px 0px 10px;
}
.deposit-backgroud {
  background: #dce0e0;
  padding: 15px 15px 15px 0px;
}
.note-background {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #dce0e0;
  margin-top: 10px;
}
.note-background-highlight {
  background: #fde8ed;
  padding: 10px;
  border: 1px solid white;
  margin-top: 10px;
  border-radius: 4px;
  color: #ed1747;
}
h2.credit-card-processing-title {
  margin: 1rem;
}
credit-card-processing-margin-top-2rem {
  margin-top: 2rem;
}
credit-card-processing-margin-top-1rem {
  margin-top: 1rem;
}
.left-margin-45 {
  margin-left: 45px;
}
.top-margin-10 {
  margin-top: 10px;
}
div.chosen-source {
  color: white;
  background-color: #ed1747;
}
.eft-bank-display {
  margin-left: 15px;
}
.eft-bank-display td:first-child {
  width: 350px;
  padding-top: 20px;
}
.eft-bank-table-display td:first-child {
  width: 350px;
  padding-top: 20px;
}
.copy-btn {
  height: 30px;
  width: 100px;
  border: 1px solid;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
}
.copy-btn:hover {
  cursor: pointer;
}
.copy-btn:focus {
  border: 1px solid #0ddaba;
  background-color: transparent;
}
.padding-left-15 {
  padding-left: 15px;
}
.green-text {
  color: #0ddaba;
}
.spacer40 {
  height: 40px;
}
.credit-card-expiry-field {
  margin: 0px;
  padding: 0px;
  width: 70px;
}
.credit-card-container {
  background-color: #FFFFFF;
  border: 1px solid #dce0e0;
}
.credit-card-breakdown td:nth-last-child(1) {
  float: right;
}
.deposit-spacer {
  margin-bottom: 20px;
}
.margin-right-30 {
  margin-right: 30px;
}
@media (min-width: 0) and (max-width: 767px) {
  .col-md-7 col-sm-6 col-xs-6 {
    padding: 0px;
  }
  .font14 {
    font-size: 12px !important;
  }
  .credit-card-expiry-field {
    margin-left: 15px;
    width: 70px;
  }
  .credit-card-static-position {
    position: static;
  }
  .initial-float {
    float: initial;
  }
  .table-font16-padding20-width100 td:nth-last-child(1) {
    padding: 0px;
    min-width: 120px;
    font-size: small;
  }
  .table-font16-padding20-width100 td:first-child {
    max-width: 220px;
    font-size: small;
  }
  .deposit-breakdown {
    margin: 20px 0px 20px 0px;
    width: 100%;
    font: 14px 'OpenSans Regular';
  }
  .left-margin-45 {
    margin: 0px;
  }
  .spacer40 {
    height: 20px;
  }
  .width-120 {
    min-width: 120px;
  }
  .margin-right-30 {
    margin-right: 0px;
  }
}
.deposit-page-notes {
  padding: 10px;
  margin-top: 30px;
  padding: 15px;
}
.deposit-button {
  background-color: #ed1747;
  color: #FFFFFF;
  border: 1px solid #ed1747;
  cursor: pointer;
}
.adumo-deposit-button {
  background-color: #ed1747;
  color: #FFFFFF;
  border: 1px solid #ed1747;
  cursor: pointer;
}
.deposit-spacer {
  margin-bottom: 20px;
}
.satrix-deposit-info {
  margin-bottom: 24px;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.satrix-deposit-paragraph {
  margin: 0;
  text-align: center;
  text-align-last: center;
}
.satrix-font-16-center {
  font-size: 16px;
}
.satrix-note-statements {
  margin-bottom: 32px;
  width: 970px;
}
@media (max-width: 767px) {
  .center-alert {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .satrix-note-statements {
    display: block !important;
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding: 16px;
  }
  .alert {
    max-width: 100%;
    width: 100%;
  }
  .satrix-statement-note-icon {
    margin-bottom: 8px;
    display: block;
    text-align: center;
  }
  .satrix-statement-content {
    text-align: center;
    width: 100%;
  }
}
/***********************HubSpot Custom Styling*************************************/
.hs-input {
  width: 100%;
  border: 7px solid #dedfe1 !important;
  margin-bottom: 20px !important;
  padding: 6px 12px;
}
.hs-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: white;
  background-color: #ed1747;
  border-color: #ed1747;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: right !important;
}
div.hsformerror {
  display: inline-block !important;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle !important;
  padding-left: 5px !important;
  font-size: 12px !important;
  color: #ed1747 !important;
  background: none;
  border: none;
  background-image: none;
  border-radius: 0px;
  box-shadow: none;
}
div.hsformerror p {
  font-size: small;
}
div.hsformerror em {
  display: none!important;
}
div.hsformerror div.close-form-error {
  display: none!important;
}
.hs-form-required {
  color: #ed1747;
  color: #4a4a4a;
}
.hs-form.stacked label {
  color: #363636;
  padding: 0px;
  font-size: 16px;
  color: #4a4a4a;
  text-transform: lowercase;
}
.hs-form.stacked .inputs-list {
  margin-bottom: 0;
}
.hs-form .inputs-list:first-child {
  padding-top: 6px;
}
.hs-form .inputs-list {
  padding-left: 5px;
  list-style: none;
  margin: 0 0 5px;
  width: 100%;
}
.hs-form.stacked .inputs-list > li {
  padding-top: 0;
}
.hs-form .inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
}
.hs-form.stacked .inputs-list > li label {
  font-weight: 400;
  padding-top: 0;
}
.hs-form .inputs-list li input {
  margin: 3px 5px 3px 0;
}
input.hs-input[type=checkbox],
input.hs-input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  line-height: normal;
  border: 0;
}
.accordian.panel-group {
  border: none !important;
}
.accordian.panel-group .panel {
  border: none;
  background: transparent;
}
.accordian.panel-group .panel .panel-heading {
  background: transparent;
  border: none !important;
  display: block;
}
.accordian.panel-group .panel .panel-heading a > .arrow {
  display: inline-block;
}
.accordian.panel-group .panel .panel-body {
  font-size: 14px;
}
.accordian.panel-group .panel .panel-collapse {
  padding-left: 20px;
}
.accordian-arrow-down {
  background-image: url('../Images/Common/breadcrumb-arrow-down-active.png') !important;
  background-repeat: no-repeat !important;
  width: 14px;
  height: 8px;
}
.accordian.panel-group .panel .panel-body {
  font-size: 16px;
}
.block-feedback {
  margin-top: 20px;
  border: 10px solid #ffffff;
  padding: 0px 15px;
}
.block-feedback .latest-winners {
  padding-top: 0px;
}
.feedback-thank-you {
  margin-top: 120px;
}
.feedback-control {
  padding-top: 5px;
}
.trade-cost-details {
  text-align: right;
}
.trade-info.single-stock-container {
  margin-bottom: 0px;
}
.trade-value-label {
  line-height: 40px;
}
@media (max-width: 767px) {
  .trade-value-label {
    line-height: inherit;
  }
}
.trade-container {
  background: #e1e1e1;
  padding-left: 20px;
  padding-right: 20px;
}
.about-us-header {
  margin-top: 0px;
  margin-bottom: 35px;
}
.five-reasons-why .header-part-one {
  color: #ed1747;
}
.five-reasons-why .header-part-two {
  color: #ffffff;
}
.building-blocks .content {
  background-color: #ffffff;
  padding: 15px;
}
.building-blocks .content p {
  font-size: 13px;
}
.building-blocks .content .header {
  color: #ed1747;
  font-size: 13px;
}
.achievements .square-block-outer-bordpriamry-bgdark {
  padding: 0 30px;
}
.achievements .square-block-inner-white-bgdark {
  padding: 65px 0;
}
.achievements .achievement-trophy {
  padding: 15px;
}
.achievements .achievement-investing {
  padding: 25px 18px;
}
.achievements .shade-bg .trophy-text {
  font-size: 36px;
  line-height: 40px;
  color: #ed1747;
}
.achievements .description {
  font-size: 14px;
}
.achievements .description-mission {
  padding: 45px 25px 45px 25px;
}
.achievements .description-trophy {
  padding: 48px 0px 0px 0px;
}
.achievements .description-investing {
  padding: 15px 0px 0px 0px;
  color: #ed1747;
}
.tcf-numbers .bracket {
  display: inline-block;
  font-size: 60px;
  color: #ed1747;
  line-height: 50px;
}
.tcf-numbers .numbers-breaker {
  margin-top: 22px;
  border-bottom: 10px solid #f1f2f0;
  margin-bottom: 22px;
}
.tcf-numbers h3 {
  color: #4a4a4a;
  margin: 0;
}
.tcf-questions {
  border: 10px solid #ed1747;
  background-color: #092432;
  color: #ffffff;
  padding: 35px;
  position: relative;
}
.tcf-questions .img-question {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
}
.tcf-graph .chart {
  padding: 15px;
  background-color: #ffffff;
}
.tcf-graph .company-summary {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
}
.tcf-graph .company-summary .single-stock-container {
  margin-bottom: 0px;
}
.tcf-ux .left-container {
  background-color: #ffffff;
  padding: 15px;
}
.tcf-ux .description {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}
.tcf-ux .securities-text {
  font-size: 28px;
}
.tcf-ux .square-block-inner-primary-bgbody {
  padding: 19px 15px;
}
.fica-uploads .media {
  padding: 15px 0px;
  border-bottom: 2px solid;
}
.fica-uploads .square-block-inner-primary-bgwhite {
  padding: 15px 5px;
}
.riskProfileMismatchWarning {
  float: right;
  position: static;
}
.img-riskProfile img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.riskSelectionItem {
  background-color: #f5f6f8;
  display: block;
  padding: 5%;
}
.riskSelectionItem:hover,
.riskSelectionItem.active {
  background-color: #ed1747;
}
.riskSelectionItem:hover a,
.riskSelectionItem.active a {
  color: white;
}
.riskProfileInformation {
  padding-top: 20px;
  font-size: 14pt;
}
.riskProfile-info-popover {
  position: relative;
  top: -22px;
  right: 0;
}
.riskProfile-info-popover .popover {
  max-width: 500px;
  width: 350px !important;
}
#taxInfoForm .no-more-tables table thead th {
  padding: 0;
}
#taxInfoForm label::before {
  text-align: left;
}
#bankDetailForm .nav-tabs {
  border: none;
}
#bankDetailForm .bank-tabs {
  border: 2px solid #dedfe1;
  background-color: #ffffff;
  padding: 12px;
  text-align: center;
}
#bankDetailForm .bank-tabs a {
  color: #4a4a4a;
}
#bankDetailForm .bank-tabs.active-tab {
  border: 2px solid #ed1747;
  background-color: #ed1747;
  font-weight: bold;
}
#bankDetailForm .bank-tabs.active-tab a {
  color: #ffffff;
}
#bankDetailForm .bank-tabs.completed-tab {
  background-color: #ffffff;
}
#personal-details-form .input-group-addon {
  background-color: #dedfe1;
}
.insights .media {
  border-bottom: 2px solid #000000;
  padding: 15px 0px;
}
.insights-settings-cog {
  margin-top: 6px;
}
.how-gt-fit-in {
  margin-top: 44px;
}
.how-gt-fit-in p {
  font-size: 14px;
}
.insights-seperator {
  border-bottom: 3px solid #eaebe9;
}
.insights-seperator-mini {
  border-bottom: 2px solid #eaebe9;
}
.insights-line-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.insights-gt247-logo {
  float: right;
  width: 100%;
}
.insight-blue {
  color: #455560;
}
.insights-block-primary-secondary-inner {
  background: white;
  outline: 10px solid white;
  padding: 15px 15px;
}
.insights-block-primary-secondary-outer {
  border: 10px solid #153551;
  padding: 0px 50px;
  background: white;
}
.insights-gray-block {
  padding: 33px 25px 74px !important;
  background: #2f383f;
}
.insights-google-finance-text {
  z-index: 100;
  position: absolute;
  color: #455560;
  font-size: 16px;
  left: 35px;
  top: 420px;
  padding-right: 30px;
}
@media (min-width: 992px) and (max-width: 1080px) {
  .insights-google-finance-text {
    font-size: 14px;
    top: 330px;
  }
}
.insights-sens-text {
  z-index: 100;
  position: absolute;
  color: #455560;
  font-size: 16px;
  left: 54px;
  right: 41px;
  top: 441px;
  padding-right: 12px;
}
.insights-bottom-border {
  border-bottom: 2px solid #445560;
}
.insights-sens-block {
  margin-top: -185px;
  margin-right: -5px;
  padding: 50px 52px 92px !important;
}
.insights-custom-inner-block {
  background: #ed1747;
  outline: 10px solid #ed1747;
  padding: 19px 1px;
  color: white;
}
.insights-custom-outer-block {
  border: 10px solid white;
  padding: 0px 30px;
  background: #ed1747;
}
.insights-bullet-padding li {
  padding-left: 5px;
  padding-right: 5px;
}
.withdraw-amount-heading {
  font-size: 36px;
  line-height: 32px;
}
.line-left {
  border-left: 1px solid #45555f;
}
.gray-block {
  background-color: #f1f2f0;
  padding-top: 11px;
  padding-bottom: 11px;
}
.block-medium-left-padding {
  padding: 15px !important;
  padding-left: 10px;
}
.withdrawal-block-padding {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.withdrawal-available-funds-block {
  padding-bottom: 49px;
}
#withdrawalform .Yes {
  color: #4bb74c;
}
#withdrawalform .No {
  color: red;
}
.banking-details-header {
  line-height: 40px;
}
.no-left-border {
  border-left: 0px;
}
.no-top-border {
  border-top: 0px;
}
.widthraw-tick,
.hour-glass {
  background-repeat: no-repeat;
  background-position: center;
  height: 33px;
  width: 33px;
}
.withdrawal-circles .media-body {
  padding-top: 15px;
}
.withdrawal-block-padding {
  border: 4px solid #dedfe1;
}
.withdrawal-banking-details {
  border: 2px solid #dedfe1;
}
.display-flex-align-items-center {
  display: flex;
  align-items: center;
}
.display-flex-align-content-center-justify-content-center {
  display: flex;
  align-content: center;
  justify-content: center;
}
.display-flex-justify-content-space-between-align-items-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.display-flex-flex-direction-column {
  display: flex;
  flex-direction: column;
}
.display-flex-flex-direction-column-align-items-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.display-flex-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.display-flex-align-items-end-justify-content-space-between {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.display-flex-justify-content-space-between {
  display: flex;
  justify-content: space-between;
}
.display-flex-align-items-center-justify-content-space-around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.display-flex-justify-content-center {
  display: flex;
  justify-content: center;
}
.display-flex-justify-content-space-evenly {
  display: flex;
  justify-content: space-evenly;
}
.margin-10 {
  margin: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-2 {
  margin-top: 2px;
}
.width-auto {
  width: auto;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.height-25 {
  height: 25px;
}
.height-50 {
  height: 50px;
}
.padding-bottom-8 {
  padding-bottom: 8px;
}
.withdraw-checkbox label {
  font-weight: bold;
}
.mobile-body .withdrawaloverview-block-padding {
  border-width: 0px;
  padding: 0px;
}
.mobile-body .withdrawaloverview-border-formating {
  border-width: 0px;
  padding: 0px;
}
.mobile-body .withdrawaloverviewfunds-padding {
  padding: 5px;
}
.mobile-body .withdrawalOverviewPartialTaskContainer {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
}
.mobile-body .mainTrustAccountContainer .mainTrustAccountBlockName {
  font-size: 15px;
}
.mobile-body .mainTrustAccountContainer .mainTrustAccountFundsToInvestAmount {
  font-size: 15px;
}
.mobile-body .withdrawaloverview-withdrawalBlock-whitebackground {
  background-color: white;
  padding: 20px;
}
.withdrawFundsHeading {
  padding-left: 20px;
  padding-bottom: 20px;
}
.withdrawalOverviewPartialTaskContainer {
  background-color: whitesmoke;
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.withdrawaloverview-border-formating {
  padding: 20px;
  border: 1px solid #dedfe1;
}
.mainTrustAccountDescriptionContainer {
  height: 50px;
  width: 100%;
}
.mainTrustAccountDescriptionContainer .mainTrustAccountDescription {
  text-align: left;
  padding-left: 10px;
}
#bankVerificationSuccess {
  color: #0DDABA;
  border: 2px solid #0DDABA;
  padding: 5px;
  border-radius: 5px;
  margin-top: 5px;
  width: 100px;
}
#bankVerificationFailed {
  color: #ed1747;
  border: 2px solid #ed1747;
  padding: 5px;
  border-radius: 5px;
  margin-top: 5px;
  width: 125px;
}
#bankVerificationSuccess .fa-check {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.5em;
  background-color: #0ddaba;
}
#bankVerificationFailed .fa-times-circle {
  color: #ed1747;
}
.earlySettlements .earlySettlementsTableContainer {
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid lightgrey !important;
  box-shadow: 0px 0px 2px #888;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  margin-top: 10px;
  background-color: #ffffff;
}
.earlySettlements .earlySettlementsRow {
  border-bottom: 1px solid #d3d3d3;
}
#withdrawalMessageSuccess .fa-check {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.5em;
  background-color: #3C763D;
  color: white;
  font-size: 10px;
}
#withdrawalMessageFailure .fa-times-circle {
  color: #ed1747;
  font-size: 20px;
}
#bankAccountDropDownList {
  width: 100%;
  height: 40px;
  padding-left: 15px;
}
#withdrawalAmountEditorElement {
  height: 65px;
  font-size: 15px;
  font-weight: bold;
  padding-right: 15px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .no-more-tables.early-settlements .table.table-style > tbody > tr {
    border-top: 1px solid #dedfe1;
    border-bottom: 1px solid #dedfe1;
    border-right: 1px solid #dedfe1;
    border-left: 1px solid #dedfe1;
    padding: 5px;
  }
  .no-more-tables.early-settlements .table.table-style > tbody > tr > td {
    min-height: 3.5em;
  }
  .no-more-tables.early-settlements .media-body {
    display: contents;
  }
  .no-more-tables.early-settlements .table.table-style > tbody > :nth-child(1) {
    padding-top: 1em;
  }
}
.trading-currency-color-block {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
#two-pot-withdrawal {
  background-color: #f5f6f8;
  border-top: 1px solid #dedfe1;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  #two-pot-withdrawal {
    width: 100vw;
  }
  #two-pot-withdrawal .container {
    padding: 0px;
  }
  #two-pot-withdrawal .funds-card {
    border: none;
  }
  #two-pot-withdrawal .history-card {
    padding: 15px;
    background: #f5f6f8;
  }
  #two-pot-withdrawal #incomeTaxRateValue {
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    margin-top: 10px;
  }
}
@media (min-width: 767px) {
  #two-pot-withdrawal {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 98vw;
  }
  #two-pot-withdrawal .container {
    padding: 40px;
  }
  #two-pot-withdrawal .funds-card {
    border: 1px solid #DCE0E0;
  }
}
@media (min-width: 1080px) {
  #two-pot-withdrawal .container {
    width: 1090px !important;
  }
  #two-pot-withdrawal .funds-card {
    width: 560px !important;
  }
  #two-pot-withdrawal .history-card {
    width: 370px !important;
    margin-left: auto;
    margin-right: 0px;
  }
}
@media (max-width: 1080px) {
  #two-pot-withdrawal .funds-card {
    width: 100% !important;
  }
  #two-pot-withdrawal .history-card {
    width: 100% !important;
    margin: auto;
    display: inline-block;
  }
}
#two-pot-withdrawal .card-divider {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
#two-pot-withdrawal .header {
  font-size: 24px;
  font-family: Questrial, sans-serif;
  line-height: 36px;
  text-align: center;
  margin-bottom: 40px;
}
#two-pot-withdrawal .container {
  margin: 8px;
  box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
  border-radius: 8px;
  background-color: white;
  margin: auto;
}
#two-pot-withdrawal .funds-card {
  border-radius: 8px;
  padding: 20px;
}
#two-pot-withdrawal .red-info-card {
  padding: 15px;
  background: #FDE8ED;
  border-radius: 8px;
}
#two-pot-withdrawal .card-title-with-icon {
  position: relative;
  bottom: 6px;
  font-size: 16px;
}
#two-pot-withdrawal .theme-highlight-link {
  text-decoration: none;
}
#two-pot-withdrawal .inline-block {
  width: 100%;
}
#two-pot-withdrawal .income-tax-declaration {
  padding: 15px;
  border: 1px solid #DCE0E0;
  border-radius: 8px;
}
#two-pot-withdrawal .green-info-card {
  background: #E7FBF8;
  padding: 17px 14px;
  border-radius: 8px;
}
#two-pot-withdrawal .currency-card {
  color: white;
  width: 59px;
  height: 40px;
  position: absolute;
  right: 30px;
  text-align: center;
  align-content: center;
}
#two-pot-withdrawal .ordered-heading {
  margin-top: 30px;
  font-size: 18px;
}
#two-pot-withdrawal .currency-flag {
  position: absolute;
  right: 25px;
  top: 47px;
}
#two-pot-withdrawal .steel-grey {
  color: #86888B;
}
#two-pot-withdrawal .dark-gray {
  color: #4a4a4a;
}
#two-pot-withdrawal .detail-label {
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #86888B;
}
#two-pot-withdrawal .detail-value {
  font-size: 14px;
  font-weight: 400;
  color: #86888B;
}
#two-pot-withdrawal .chosen-single {
  border-radius: 8px;
}
#two-pot-withdrawal .change-bank-details {
  background: #f5f6f8;
  border-radius: 8px;
  padding: 10px;
  height: 60px;
}
#two-pot-withdrawal .change-bank-details > div {
  display: inline-block;
}
#two-pot-withdrawal .chevron-right {
  filter: brightness(0.6);
  height: 13px;
  position: absolute;
  top: 12px;
  right: 10px;
}
#two-pot-withdrawal .icon-left {
  float: left;
  position: relative;
  top: 7px;
  margin-right: 3px;
  left: -10px;
}
#two-pot-withdrawal #bankAccounts {
  margin-top: 6px;
}
#two-pot-withdrawal .withdrawal-amount {
  display: inline-block;
  background-color: #f5f6f8;
  color: #4A4A4A;
  padding: 12px;
  border-left: 4px #0DDABA solid;
  border-radius: 5px 0px 0px 5px;
}
#two-pot-withdrawal .withdrawal-input-field {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
  width: 261px;
  height: 57px;
  border-radius: 2px;
  border: #0DDABA 0.5px solid;
}
#two-pot-withdrawal .tax-details-input {
  border-left: 4px #0DDABA solid;
  border-radius: 5px;
  border-right: 1px #DCE0E0 solid;
  border-bottom: 1px #DCE0E0 solid;
  border-top: 1px #DCE0E0 solid;
  height: 39px;
  width: 300px;
  margin-top: 6px;
  padding-left: 10px;
}
#two-pot-withdrawal .paginated-history {
  min-height: 42px;
  margin-top: 20px;
  border-radius: 8px;
  border: 1px solid #DCE0E0;
  padding: 0px 15px;
}
#two-pot-withdrawal .history-value {
  height: 40px;
  align-content: center;
  padding-right: 0px;
  color: #4a4a4a;
  font-weight: 600;
  text-align: right;
}
#two-pot-withdrawal .history-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DCE0E0;
}
#two-pot-withdrawal .status-icon-left {
  float: left;
  position: relative;
  top: 11px;
  margin-right: 0px;
}
#two-pot-withdrawal .easycredit-ad-card {
  box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
  border-radius: 8px;
  padding: 15px;
  background: white;
  border: none !important;
}
#two-pot-withdrawal .easycredit-ad-body {
  padding-bottom: 15px;
}
#two-pot-withdrawal .easycredit-card-link {
  padding-top: 10px;
  border-top: 1px solid #dce0e0;
  color: #03A96D;
  text-align: center;
}
#two-pot-withdrawal .easycredit-card-link > img {
  position: relative;
  top: -1px;
}
#two-pot-withdrawal .easycredit-icon-left {
  float: left;
  position: relative;
  top: 9px;
  margin-right: 11px;
  left: 3px;
}
#two-pot-withdrawal .withdrawal-amount > span {
  float: left;
  font-size: 17px;
  position: relative;
  top: 15px;
}
#two-pot-withdrawal .chosen-container .chosen-results li .result-selected {
  background-color: #4a4a4a;
}
#two-pot-withdrawal .nextwdate {
  width: fit-content;
  float: right;
}
#two-pot-withdrawal .withdrawal-nav-button {
  width: 100%;
  background: white;
  box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
  border-radius: 8px;
  border: none !important;
  height: 52px;
}
#two-pot-withdrawal button.withdrawal-nav-button:disabled {
  filter: brightness(1.5);
}
#two-pot-withdrawal .withdrawal-nav-button .withdrawal-nav-chevron {
  height: 25px;
}
#two-pot-withdrawal .withdrawal-nav-chevron {
  height: 15px;
  position: relative;
  top: 13px;
  filter: brightness(0.8);
}
#two-pot-withdrawal .withdrawal-nav-text {
  font-size: 16px;
  height: 100%;
  align-content: center;
  text-align: left;
}
#two-pot-withdrawal .withdrawal-nav-icon {
  position: relative;
  top: 6px;
}
div.mobile-body-add-specific-padding:has(>div>div#two-pot-withdrawal-mobile),
div.mobile-body-add-specific-padding:has(>div#two-pot-withdrawal-message) {
  padding: 0px !important;
}
#two-pot-withdrawal-message {
  height: 100vh;
}
#two-pot-withdrawal-mobile .ordered-heading {
  font-size: 18px;
  color: #4a4a4a;
  line-height: 48px;
  font-family: 'Questrial Regular', sans-serif;
  padding-left: 20px;
  padding-right: 20px;
}
#two-pot-withdrawal-mobile .ordered-body {
  background: white;
  padding: 15px 20px;
}
#two-pot-withdrawal-mobile .withdrawal-mobile-input-field {
  display: block;
  background: #f5f6f8;
  width: 300px;
  height: 80px;
  border-radius: 8px;
  border-left: 5px #0DDABA solid;
  margin-top: 5px;
}
#two-pot-withdrawal-mobile #withdrawalAmountEditorElement {
  height: 57px;
  font-size: 15px;
  font-weight: bold;
  padding-right: 15px;
  width: 248px;
  position: relative;
  top: 11px;
  border: 1px solid #0DDABA;
}
#two-pot-withdrawal-mobile .withdrawal-amount > span {
  font-size: 17px;
  font-weight: 400;
  line-height: 80px;
  padding-left: 23px;
  padding-right: 7px;
  color: #4a4a4a;
}
#two-pot-withdrawal-mobile input.tax-details-input {
  color: #86888B;
  font-size: 16px;
  border: none;
  background: white;
  text-align: right;
  width: 100% !important;
}
#two-pot-withdrawal-mobile .red-info-card {
  background: #fde8ed;
  border-radius: 8px;
}
#two-pot-withdrawal-mobile #incomeTaxRateValue {
  width: 100%;
  height: 42px;
}
#two-pot-withdrawal-mobile .tax-number-label {
  line-height: 40px;
}
#two-pot-withdrawal-mobile .left-border-color {
  border-left: 4px solid #0ddaba;
}
#two-pot-withdrawal-mobile .tax-details-label {
  box-shadow: -8px 0px 0px -3px #0ddaba;
}
.currency-input-container {
  position: relative;
  display: inline-block;
}
.currency-input-container span {
  font-size: 16px;
}
.currency-symbol {
  position: absolute;
  left: 18px;
  top: 28%;
  transform: translate(-50%);
}
.currency-value {
  padding-left: 25px !important;
}
.withdrawal-button {
  width: 100%;
  padding: 15px 10px;
  border-radius: 8px;
  border: 0px;
  background: #ed1747;
  color: white;
  transition: .3s ease;
}
.withdrawal-button:hover {
  opacity: .5;
}
.withdrawal-button:disabled {
  background: #dedfe1;
}
.two-pot-withdrawal-button-overview {
  margin: auto;
}
@media only screen and (max-width: 780px) {
  .two-pot-withdrawal-button-overview {
    width: 100% !important;
  }
}
@media only screen and (min-width: 780px) {
  .two-pot-withdrawal-button-overview {
    width: 30% !important;
  }
}
.two-pot-nav-submitted > a {
  text-decoration: none !important;
}
.two-pot-withdrawal-button-overview.btn-secondary {
  background-color: #ed1747 !important;
}
a.close-two-pot-submission {
  position: absolute;
  top: 14px;
  right: 19px;
  color: #ed1747;
  z-index: 100;
  padding: 5px;
  text-decoration: none;
}
.two-pot-header-replacement {
  position: absolute;
  top: 13px;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  width: 80%;
  margin-left: 7%;
  text-align: center;
  background: #f5f6f8;
}
.two-pot-header-replacement.submission {
  width: 100%;
  margin-left: -5%;
}
.image-container-ec-info {
  float: left;
  position: relative;
  top: -7px;
  padding: 3px;
  background-color: #d9f2e9;
  border-radius: 20px;
  margin-right: 17px;
}
.ec-modal-main {
  padding: 40px 55px 30px 55px;
  box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
}
.set-center {
  margin: auto;
  width: fit-content;
  text-align: center;
}
.floating-modal-icon {
  box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
  padding: 8px;
}
.ec-info-labels p {
  height: 10px;
}
.floating-modal-icon {
  width: 100%;
}
#easyCreditModal .close {
  position: absolute;
  top: 9px;
  right: 15px;
}
.floating-icon {
  box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
  padding: 8px;
  width: fit-content;
  background: white;
  position: relative;
  top: 28px;
  z-index: 9;
  margin: auto;
  border-radius: 30px;
}
.ec-button-link {
  padding: 15px 25px;
  width: fit-content;
  margin: auto;
  color: white;
  text-decoration: none !important;
  background-color: #ed1747;
  border-radius: 8px;
  text-align: center;
}
@media only screen and (min-width: 700px) {
  .questrial.font-size-20.set-center.margin-bottom-15 {
    width: 70%;
  }
}
@media only screen and (max-width: 700px) {
  .ec-modal-main {
    padding: 40px 20px 20px 20px !important;
  }
}
.pop-up-income-tax-rate {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #f5f6f8;
  width: 100%;
  z-index: 100;
  height: 100vh;
}
.itx-mobile-header-text {
  text-align: center;
  font-size: 18px;
}
.itx-mobile-header {
  height: 41px;
  align-content: center;
}
.close-popup-itx {
  position: absolute;
  left: 26px;
  top: 11px;
  width: fit-content;
  font-size: 14px;
  color: #ed1747;
}
.itx-selection {
  background-color: white;
}
.tax-rate-select.selected {
  border-left: 5px solid #06daba;
}
.itx-divider {
  margin: 0px 20px;
  border-bottom: 1px solid #DCE0E0;
}
.tax-rate-select {
  line-height: 40px;
  padding: 0px 15px;
}
div.itx-mobile {
  font-size: 16px;
  color: #616263;
  padding: 10px 0px;
  border-bottom: 1px solid #e8e9e9;
}
.highlights {
  text-align: center;
}
.highlights .arrows-top {
  margin-bottom: 44px;
}
.highlights .cursive-text {
  margin-bottom: 22px;
}
.highlights ul {
  text-align: left;
  font-size: 13px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}
.highlights ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #8d93e5;
}
.highlights ul li:before {
  color: #ed1747;
  content: "\002022\a0";
}
.points-to-note .section-primary-divider {
  border-bottom-width: 3px;
}
.points-to-note .nb-number.media-object {
  width: 65%;
  float: right;
  margin-top: 5px;
}
.points-to-note .nb-points-border-bottom {
  margin-top: -93px;
}
.simple-steps {
  border-bottom: 8px solid #ed1747;
  margin-top: 0px;
}
.comparison-header {
  color: #4a4a4a;
  color: #45555f !important;
}
h1.ee-comparison-header {
  font-size: 48px;
  margin: 0px;
}
table#tfsa-compare tbody tr td:first-child {
  font-size: 11px;
}
table#tfsaCompareWithEE tbody tr td:first-child {
  font-size: 11px;
}
table#tfsaCompareWithEE tbody tr td:nth-child(2),
table#tfsaCompareWithEE tbody tr td:nth-child(3) {
  color: #ed1747;
}
table#tfsaCompareWithEE tbody tr .img-tick-primary,
table#tfsaCompareWithEE tbody tr .img-cross-mini-primary,
table#tfsaCompareWithEE tbody tr .cross-text {
  vertical-align: middle;
}
table#tfsaCompareWithEE tbody tr td.table-header-division {
  background-color: #ed1747;
  color: #ffffff !important;
  color: #4a4a4a;
  font-size: 16px;
}
.tfsa-plan-right-section {
  padding-bottom: 22px;
}
.tfsa-plan-icon-text {
  padding: 44px 44px 44px 22px;
  margin-bottom: 0;
  color: #ffffff;
  background-color: #ed1747;
}
#tfsa-account.modal .modal-header {
  border-bottom: 0px;
}
#tfsa-account.modal .modal-title {
  color: #4a4a4a;
  color: #ed1747 !important;
}
.option-a-header {
  margin-top: 44px;
  color: #4a4a4a;
}
.img-option-divider {
  margin-left: -75px;
  color: #4a4a4a;
}
.img-coming-soon-strategy {
  position: absolute;
  margin-left: -75px;
  margin-top: -117px;
}
#cboxOverlay {
  background: #000000;
}
#cboxContent {
  background: #f1f2f0;
}
#cboxLoadedContent {
  margin-bottom: 0px;
}
.ticket-link,
.ilovestoxx,
.ticket-link:hover,
.ilovestoxx:hover {
  color: #ed1747;
}
.cboxIframe-body {
  background-color: white !important;
  background-image: none;
}
.voucher-tab .nav-tabs {
  border-bottom: none;
}
.voucher-tab .nav-tabs > li.active > a,
.voucher-tab .nav-tabs > li.active > a:hover,
.voucher-tab .nav-tabs > li.active > a:focus {
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
}
.voucher-tab .nav-tabs > li > a {
  margin-right: 0px;
  border: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
  background-color: white;
}
.voucher-tab .nav > li > a:hover,
.voucher-tab .nav > li > a:focus {
  background-color: white;
}
.voucher-tab .nav > li > a:hover,
.voucher-tab .nav > li > a:hover {
  background-color: white;
}
.voucher-tab .nav-tabs > li > a:hover {
  border-color: white;
}
.voucher-gift-image {
  margin-left: -10px;
}
.send-voucher-button-top-margin {
  margin-top: -38px;
}
.voucher-anon-login-seperator {
  margin-left: -30px;
  margin-right: 10px;
}
.voucher-anonymous-intro-block {
  padding: 30px 75px;
  background-color: #ffffff;
}
.voucher-anonymous-intro-message {
  font-size: 18px;
  line-height: 1.1;
}
.anon-voucher-action-text {
  color: #ffffff;
  margin: 22px 0px;
  line-height: 1.1;
}
.voucher-congrats-padding {
  padding-top: 30px !important;
}
.voucher-login-block-white {
  padding: 0px 45px;
  background-color: #ffffff;
}
.voucher-login-block-white .inner-anon-login-block {
  padding: 66px 0px;
}
.dark-blue-text {
  color: #31393f !important;
}
.voucher-login-btn-dark {
  background-color: #25313a;
}
.register-steps-padding {
  padding: 40px 50px;
}
.register-steps-text-spacing {
  letter-spacing: -2px;
}
.voucher-getting-started-margin-1 {
  margin-right: 17px;
}
.voucher-getting-started-margin-3 {
  margin-right: 34px;
}
.voucher-send-details-divider-horizontal {
  padding: 0px 30px;
  margin-top: 22px;
}
.voucher-amount-input .form-control {
  font-size: 22px;
  text-transform: uppercase;
  height: 90px;
  text-align: center;
  font-weight: bold;
}
.voucher-amount-input .form-control {
  box-sizing: border-box;
  padding: 10px 14px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #0DDABA;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  text-transform: inherit;
}
.voucher-amount-input .form-control {
  height: 77px;
}
.voucher-amount-input > .field-validation-error > span {
  color: white;
}
.voucher-custom-validation > .field-validation-error {
  color: white;
}
.voucher-subheading-primary {
  color: #ed1747 !important;
  color: #4a4a4a;
  margin-bottom: 10px;
  font-size: 18px !important;
  font-size: 18px !Important;
}
.voucher-subheading-secondary {
  color: #45555f !important;
  line-height: 20px;
  padding: 0px 98px 0px 98px;
  font-size: 18px !important;
  font-size: 18px !Important;
}
.voucher-details-input {
  margin-bottom: 28px;
}
.voucher-details-input .form-control {
  height: 50px;
}
.voucher-details-input .disabled {
  height: 50px;
}
.voucher-details-input > .field-validation-error > span {
  color: white;
}
.voucher-details-input.personal-message textarea {
  height: 161px;
  resize: none;
  width: 100%;
}
.voucher-details-label {
  color: #ffffff !important;
  font-size: 16px !Important;
  color: #4a4a4a;
}
.voucher-details-heading {
  color: #ffffff !important;
  margin-bottom: 20px;
  padding: 0px 14px 0px 0px;
}
.voucher-error .validation-summary-errors {
  margin-top: 11px !important;
  margin-bottom: 0px !important;
}
.send-voucher-block {
  padding: 22px 70px;
}
.voucher-input-box .form-control {
  font-size: 22px;
  text-transform: uppercase;
  height: 90px;
  text-align: center;
  font-weight: bold;
}
.voucher-send-seperator-image {
  background-position: center;
  background-repeat: no-repeat;
  height: 625px;
}
.inner-anon-login-block {
  background-position: center;
  background-repeat: no-repeat;
}
.anon-section-seperator-image {
  height: 334px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.redeem-image-tab {
  height: 471px;
  width: 471px;
  background-position: center;
  background-repeat: no-repeat;
}
.issue-image-tab {
  height: 471px;
  width: 471px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1080px) {
  .redeem-image-tab {
    height: 400px;
    width: 400px;
  }
  .issue-image-tab {
    height: 400px;
    width: 400px;
  }
}
.voucher-send-details-divider-horizontal-image {
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
}
.voucher-tab .nav-tabs > li.active > a .voucher-active-image {
  height: 428px;
  width: 430px;
  margin-top: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
.voucher-tab .nav-tabs > li.active > a .voucher-active-image-md {
  height: 375px;
  width: 375px;
}
.voucher-tab .nav-tabs > li.active > a .redeem-image-tab {
  height: 428px;
  width: 430px;
  margin-top: 22px;
  margin-left: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
.voucher-tab .nav-tabs > li.active > a .issue-image-tab {
  height: 428px;
  width: 430px;
  margin-top: 22px;
  margin-right: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1080px) {
  .voucher-tab .nav-tabs > li.active > a .redeem-image-tab {
    height: 375px;
    width: 375px;
  }
  .voucher-tab .nav-tabs > li.active > a .issue-image-tab {
    height: 375px;
    width: 375px;
  }
}
.voucher-amount {
  border: 7px solid #e1e1e1;
  border-radius: 3px;
  background-color: #e1e1e1;
}
.how-much-voucher-text {
  color: #ffffff !important;
}
.btn.send-gift-btn:hover {
  background-color: #ffffff;
  color: #86888b;
  border-color: #86888b;
}
@-webkit-keyframes flipTop {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
}
@-webkit-keyframes flipBottom {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes flipTop {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
}
@-moz-keyframes flipBottom {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}
@-ms-keyframes flipTop {
  0% {
    -ms-transform: perspective(400px) rotateX(0deg);
  }
  100% {
    -ms-transform: perspective(400px) rotateX(-90deg);
  }
}
@-ms-keyframes flipBottom {
  0% {
    -ms-transform: perspective(400px) rotateX(90deg);
  }
  100% {
    -ms-transform: perspective(400px) rotateX(0deg);
  }
}
.flipTimer {
  color: #FFF;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 90px;
  font-weight: bold;
  line-height: 100px;
  height: 100px;
}
.flipTimer .seperator {
  vertical-align: top;
  margin: 0 -20px;
  display: inline;
}
.flipTimer .seconds,
.flipTimer .minutes,
.flipTimer .hours,
.flipTimer .days {
  height: 100%;
  display: inline;
}
.flipTimer .digit-set {
  border-radius: 10px;
  box-shadow: 0 2px 4px #ed1747;
  border: 1px solid #ed1747;
  width: 70px;
  height: 100%;
  display: inline-block;
  position: relative;
  margin: 0 1px;
}
.flipTimer .digit {
  position: absolute;
  height: 100%;
}
.flipTimer .digit > div {
  position: absolute;
  left: 0;
  overflow: hidden;
  height: 50%;
  padding: 0 10px;
}
.flipTimer .digit > div.digit-top,
.flipTimer .digit > div.shadow-top {
  background-color: #ed1747;
  border-bottom: 1px solid #ed1747;
  box-sizing: border-box;
  top: 0;
  z-index: 0;
  border-radius: 10px 10px 0 0;
}
.flipTimer .digit > div.digit-top:before,
.flipTimer .digit > div.shadow-top:before {
  content: "";
  box-shadow: inset 0 10px 25px #ed1747;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.flipTimer .digit > div.shadow-top {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(#000000));
  width: 70px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
}
.flipTimer .digit > div.digit-bottom,
.flipTimer .digit > div.shadow-bottom {
  background-color: #ed1747;
  bottom: 0;
  z-index: 0;
  border-radius: 0 0 10px 10px;
}
.flipTimer .digit > div.digit-bottom .digit-wrap,
.flipTimer .digit > div.shadow-bottom .digit-wrap {
  display: block;
  margin-top: -100%;
}
.flipTimer .digit > div.digit-bottom:before,
.flipTimer .digit > div.shadow-bottom:before {
  content: "";
  box-shadow: inset 0 10px 25px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 10px 10px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.flipTimer .digit > div.shadow-bottom {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(rgba(0, 0, 0, 0)));
  width: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
}
.flipTimer .digit.previous .digit-top,
.flipTimer .digit.previous .shadow-top {
  opacity: 1;
  z-index: 2;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: flipTop 0.3s ease-in both;
  -moz-transform-origin: 50% 100%;
  -moz-animation: flipTop 0.3s ease-in both;
  -ms-transform-origin: 50% 100%;
  -ms-animation: flipTop 0.3s ease-in both;
  transform-origin: 50% 100%;
  animation: flipTop 0.3s ease-in both;
}
.flipTimer .digit.previous .digit-bottom,
.flipTimer .digit.previous .shadow-bottom {
  z-index: 1;
  opacity: 1;
}
.flipTimer .digit.active .digit-top {
  z-index: 1;
}
.flipTimer .digit.active .digit-bottom {
  z-index: 2;
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: flipBottom 0.3s 0.3s ease-out both;
  -moz-transform-origin: 50% 0%;
  -moz-animation: flipBottom 0.3s 0.3s ease-out both;
  -ms-transform-origin: 50% 0%;
  -ms-animation: flipBottom 0.3s 0.3s ease-out both;
  transform-origin: 50% 0%;
  animation: flipBottom 0.3s 0.3s ease-out both;
}
@media (max-width: 767px) {
  .fliptimer-xs-section {
    margin-top: 66px;
  }
}
.top-broker-block-light-blue {
  background-color: #c8d6dc;
  padding: 17px 165px 25px 51px;
  letter-spacing: -2px;
}
.top-broker-block-light-blue h1 {
  font-size: 45px;
  line-height: 39px;
  margin-left: 33px;
}
.top-broker-watch-learn {
  font-size: 62px;
  color: #7da0aa;
}
.top-broker-youtube-teacher {
  position: absolute;
  top: 70px;
  right: -61px;
}
.top-broker-block-small {
  padding: 20px 12px;
}
.topbroker-youtube-label {
  line-height: 45px;
  vertical-align: middle;
}
.topbroker-youtube-label img {
  padding-right: 12px;
}
table#userInstrumentExclusions .checkbox {
  display: inline-block;
  float: none;
  margin-bottom: 0px;
  margin-top: 4px;
}
.text-brand-primary {
  color: #ed1747;
}
@media screen and (max-width: 480px) and (max-width: 768px) and (max-width: 992px) {
  .btn-save {
    padding: 0.5em 2em;
    width: 100%;
    border-top: 1px solid #DCE0E0;
    background-color: #FFFFFF;
  }
}
.bundle-image {
  width: 100%;
}
.bundle-image-large {
  width: 100%;
}
.bundle-description {
  font-size: 14px;
}
.bundle-instruments-container {
  display: table;
  padding: 15px 0;
}
.bundle-info-basic {
  border: 4px solid #e1e1e1;
  padding: 15px;
}
.bundle-collection-large {
  padding: 0;
}
.drop-btn-container {
  float: right;
}
.bundle .delayed-prices-notes {
  border: none;
  padding: 0;
}
.panel-title a i {
  display: block;
  float: right;
}
.selectedPanelHeading {
  color: #ed1747 !important;
  font-weight: bold;
}
.panel-group .panel {
  border-radius: 0;
  border: 4px solid #e1e1e1;
}
.panel-default > .panel-heading {
  background-color: white;
}
.panel-default > .panel-heading i.glyphicon {
  color: #ed1747 !important;
  font-weight: bold;
  font-size: 22px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.bundle-table {
  font-size: 13px;
  margin-bottom: 22px;
  border: 4px solid #dedfe1;
  background-color: #f1f2f0;
}
.bundle-table thead {
  font-weight: normal;
  background-color: #dedfe1;
}
.bundle-table th,
.bundle-table td,
.bundle-table thead,
.bundle-table tbody {
  border: 4px solid #dedfe1;
}
.bundle-table i.glyphicon {
  font-size: 18px;
  color: #ed1747;
}
.bundle-table .lineCover td:not(:last-child) {
  opacity: 0.25;
}
.bundle-table .nameColumn {
  width: 28%;
  text-align: left;
}
.bundle-table .instrumentDetailIcon {
  width: 65%;
}
.bundle-table .equity-image-as-text {
  position: absolute;
  top: 30%;
  width: 100%;
  font-size: 34%;
  padding: 0 2px;
  line-height: inherit;
}
.bundle-table .equity-image-as-text > div {
  line-height: inherit;
}
#buyBundleForm .input-group-addon,
#buyStocksForm .input-group-addon {
  background-color: transparent;
}
table th .font-small {
  font-size: 9px;
  font-weight: normal;
  text-transform: none;
}
#buyBundleForm .field-validation-error {
  font-size: 16px !important;
}
.bundle-instruments .row-height {
  max-height: 58px;
}
.bundle-instruments .row.lineCover {
  opacity: 0.25;
}
@media (min-width: 768px) {
  .bundle-instrument .bundle-instrument-name {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .bundle-instrument .col-xs-1,
  .bundle-instrument .col-xs-2,
  .bundle-instrument .col-xs-3,
  .bundle-instrument .col-xs-4,
  .bundle-instrument .col-xs-5,
  .bundle-instrument .col-xs-6,
  .bundle-instrument .col-xs-7,
  .bundle-instrument .col-xs-8,
  .bundle-instrument .col-xs-9,
  .bundle-instrument .col-xs-10,
  .bundle-instrument .col-xs-11,
  .bundle-instrument .col-xs-12,
  .bundle-instrument .col-xs-1_5,
  .bundle-instrument .col-xs-2_5,
  .bundle-instrument .col-xs-4_5,
  .bundle-instrument .col-xs-9_5,
  .bundle-instrument .col-xs-10_5,
  .bundle-instrument .col-xs-4 .col-xs-offset-2_5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .bundle-instrument > .row-height {
    padding-left: 5px;
  }
  .bundle-instrument .row-height {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bundle-instrument .row-height-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .bundle-instrument .product-instrument-img {
    display: none;
  }
  .bundle-instrument .bundle-instrument-name {
    margin-top: 10px;
    text-align: center;
  }
  .weight-header {
    margin-bottom: 10px;
  }
  .bundle-instruments-header .empty-header {
    display: none;
  }
  .instruments-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
}
.ban-circle {
  color: #ed1747;
}
.bundle-header-container {
  background-color: #dedfe1;
}
.bundle-header-padding {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  padding-right: 35px;
}
.bundle-container {
  background-color: #ffffff;
  border: #dedfe1 solid 3px;
}
.img-container {
  background-color: #ffffff;
}
.descriptions {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 15px 15px;
}
.performance-container {
  background-color: #dedfe1;
  border: #ffffff solid 5px;
}
.padding-right {
  padding-right: 25px;
}
.performance-margin {
  margin-left: 15px;
}
.term-info {
  position: absolute;
  top: 0;
  right: 0;
}
.green-percentage {
  color: #4BB74C;
  font-size: 14px;
}
.green-percentage-small {
  color: #4BB74C;
  font-size: 14px;
  font-size: 12px;
}
.red-percentage {
  color: red;
  font-size: 14px;
}
.red-percentage-small {
  color: red;
  font-size: 14px;
  font-size: 12px;
}
.bundle-info-popover .popover {
  width: 250px;
  background-color: #ed1747;
  color: #ffffff;
}
.mandate-accordion {
  border: 1px solid #dedfe1;
  padding: 30px;
}
.mandate-accordion .blockOverlay {
  background-color: #dedfe1;
  cursor: initial;
}
.mandate-accordion #mandateAgreements {
  position: relative;
}
.mandate-accordion .disable-agreements {
  background-color: #dedfe1;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.60;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
}
.mandate-accordion .mandate-img {
  padding-right: 10px;
}
.mandate-accordion .form-group {
  margin-bottom: 0;
}
.mandate-accordion .confirm-control-group .confirm,
.mandate-accordion .field-validation-error {
  padding-left: 0;
}
@media (max-width: 480px) {
  .mandate-accordion {
    border: none;
    padding: 15px 0px;
  }
}
#bundleInfoNoteBuy .delayed-prices-notes {
  border: none;
  padding: 0;
}
.text-align-right {
  text-align: right !important;
}
.label-align-left .label {
  text-align: left;
}
.product-img-row .product-img-container > img {
  max-width: 85px;
}
.buy-denominations .product-img-container {
  border: none;
}
.product-box-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.product-box-no-padding .row.bundle-instrument-sparkline .sparkline-container {
  background: none;
  padding: 8px 0;
}
.product-box-no-padding .row.bundle-instrument-sparkline .sparkline-container .performance-sparkline {
  padding: 0;
}
.product-box-no-padding .row.bundle-instrument-sparkline .performance-numbers {
  padding-top: 7px;
  padding-bottom: 7px;
}
.bundle-instruments-header {
  background-color: #f5f6f8;
}
#bundleAttributes .row {
  padding-bottom: 1em;
}
#bundleAttributes .attr-value {
  font-weight: bold;
}
#bundleRiskAssessment span {
  font-weight: bold;
  margin-right: 1em;
}
.brown-performance-details .header {
  width: 100%;
  height: auto;
  content: url("../../../Content/Images/Bundles/Performance/brown-mountain.png");
}
.brown-performance-details .border-right {
  border-right: solid #d5c0a2 1px;
}
.brown-performance-details .row-height {
  background-color: #9e6d29;
  padding-bottom: 15px;
}
.brown-performance-details .content {
  background-color: #9e6d29;
  padding: 30px;
}
.brown-performance-details .content .intro {
  color: black;
  font-size: 13px;
}
.brown-performance-details .content .description {
  color: #d5c0a2;
  font-size: 33px;
}
.brown-performance-details .content .contribution {
  color: black;
  font-size: 16px;
}
.brown-performance-details .content .gains {
  color: black;
  font-size: 16px;
  background-color: #d5c0a2;
  text-align: center;
  padding: 15px;
}
.brown-performance-details .content .super-script {
  color: black;
  font-size: 11px;
}
.brown-performance-details .content .bold-white {
  color: white;
  font-weight: 600;
}
.brown-performance-details .content .bold-black {
  color: black;
  font-weight: 600;
}
.brown-performance-details .content .goal-description {
  color: black;
  font-weight: 600;
  font-size: 12px;
  height: 53px;
}
.brown-performance-details .content .goal-value {
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.brown-performance-details .content .darken-background-primary {
  background-color: #614319;
}
.brown-performance-details .content .performance-bar {
  padding-bottom: 100px;
  background-color: #76511e;
}
@media (max-width: 991px) {
  .brown-performance-details .content .goal-description {
    height: 45px;
  }
}
.brown-risk-assessment {
  color: #9e6d29;
}
.brown-risk-assessment .row :last-child {
  color: white;
}
.brown-risk-assessment .row :last-child .low {
  padding: 4px 25px 4px 8px;
}
.brown-risk-assessment .row :last-child .medium {
  padding: 4px 50px 4px 8px;
}
.brown-risk-assessment .row :last-child .high {
  padding: 4px 75px 4px 8px;
}
.brown-risk-assessment .row :last-child span {
  background-color: #9e6d29;
}
.blue-performance-details .header {
  width: 100%;
  height: auto;
  content: url("../../../Content/Images/Bundles/Performance/blue-mountain.png");
}
.blue-performance-details .border-right {
  border-right: solid #bdcbd8 1px;
}
.blue-performance-details .row-height {
  background-color: #5b7995;
  padding-bottom: 15px;
}
.blue-performance-details .content {
  background-color: #5b7995;
  padding: 30px;
}
.blue-performance-details .content .intro {
  color: black;
  font-size: 13px;
}
.blue-performance-details .content .description {
  color: #bdcbd8;
  font-size: 33px;
}
.blue-performance-details .content .contribution {
  color: black;
  font-size: 16px;
}
.blue-performance-details .content .gains {
  color: black;
  font-size: 16px;
  background-color: #bdcbd8;
  text-align: center;
  padding: 15px;
}
.blue-performance-details .content .super-script {
  color: black;
  font-size: 11px;
}
.blue-performance-details .content .bold-white {
  color: white;
  font-weight: 600;
}
.blue-performance-details .content .bold-black {
  color: black;
  font-weight: 600;
}
.blue-performance-details .content .goal-description {
  color: black;
  font-weight: 600;
  font-size: 12px;
  height: 53px;
}
.blue-performance-details .content .goal-value {
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.blue-performance-details .content .darken-background-primary {
  background-color: #3e5266;
}
.blue-performance-details .content .performance-bar {
  padding-bottom: 100px;
  background-color: #485f75;
}
@media (max-width: 991px) {
  .blue-performance-details .content .goal-description {
    height: 45px;
  }
}
.blue-risk-assessment {
  color: #5b7995;
}
.blue-risk-assessment .row :last-child {
  color: white;
}
.blue-risk-assessment .row :last-child .low {
  padding: 4px 25px 4px 8px;
}
.blue-risk-assessment .row :last-child .medium {
  padding: 4px 50px 4px 8px;
}
.blue-risk-assessment .row :last-child .high {
  padding: 4px 75px 4px 8px;
}
.blue-risk-assessment .row :last-child span {
  background-color: #5b7995;
}
.light-green-performance-details .header {
  width: 100%;
  height: auto;
  content: url("../../../Content/Images/Bundles/Performance/light-green-mountain.png");
}
.light-green-performance-details .border-right {
  border-right: solid #cae8b9 1px;
}
.light-green-performance-details .row-height {
  background-color: #417505;
  padding-bottom: 15px;
}
.light-green-performance-details .content {
  background-color: #417505;
  padding: 30px;
}
.light-green-performance-details .content .intro {
  color: black;
  font-size: 13px;
}
.light-green-performance-details .content .description {
  color: #cae8b9;
  font-size: 33px;
}
.light-green-performance-details .content .contribution {
  color: black;
  font-size: 16px;
}
.light-green-performance-details .content .gains {
  color: black;
  font-size: 16px;
  background-color: #cae8b9;
  text-align: center;
  padding: 15px;
}
.light-green-performance-details .content .super-script {
  color: black;
  font-size: 11px;
}
.light-green-performance-details .content .bold-white {
  color: white;
  font-weight: 600;
}
.light-green-performance-details .content .bold-black {
  color: black;
  font-weight: 600;
}
.light-green-performance-details .content .goal-description {
  color: black;
  font-weight: 600;
  font-size: 12px;
  height: 53px;
}
.light-green-performance-details .content .goal-value {
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.light-green-performance-details .content .darken-background-primary {
  background-color: #182c02;
}
.light-green-performance-details .content .performance-bar {
  padding-bottom: 100px;
  background-color: #264403;
}
@media (max-width: 991px) {
  .light-green-performance-details .content .goal-description {
    height: 45px;
  }
}
.light-green-risk-assessment {
  color: #417505;
}
.light-green-risk-assessment .row :last-child {
  color: white;
}
.light-green-risk-assessment .row :last-child .low {
  padding: 4px 25px 4px 8px;
}
.light-green-risk-assessment .row :last-child .medium {
  padding: 4px 50px 4px 8px;
}
.light-green-risk-assessment .row :last-child .high {
  padding: 4px 75px 4px 8px;
}
.light-green-risk-assessment .row :last-child span {
  background-color: #417505;
}
.green-performance-details .header {
  width: 100%;
  height: auto;
  content: url("../../../Content/Images/Bundles/Performance/green-mountain.png");
}
.green-performance-details .border-right {
  border-right: solid #6db2ab 1px;
}
.green-performance-details .row-height {
  background-color: #0a6756;
  padding-bottom: 15px;
}
.green-performance-details .content {
  background-color: #0a6756;
  padding: 30px;
}
.green-performance-details .content .intro {
  color: black;
  font-size: 13px;
}
.green-performance-details .content .description {
  color: #6db2ab;
  font-size: 33px;
}
.green-performance-details .content .contribution {
  color: black;
  font-size: 16px;
}
.green-performance-details .content .gains {
  color: black;
  font-size: 16px;
  background-color: #6db2ab;
  text-align: center;
  padding: 15px;
}
.green-performance-details .content .super-script {
  color: black;
  font-size: 11px;
}
.green-performance-details .content .bold-white {
  color: white;
  font-weight: 600;
}
.green-performance-details .content .bold-black {
  color: black;
  font-weight: 600;
}
.green-performance-details .content .goal-description {
  color: black;
  font-weight: 600;
  font-size: 12px;
  height: 53px;
}
.green-performance-details .content .goal-value {
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.green-performance-details .content .darken-background-primary {
  background-color: #03211c;
}
.green-performance-details .content .performance-bar {
  padding-bottom: 100px;
  background-color: #05392f;
}
@media (max-width: 991px) {
  .green-performance-details .content .goal-description {
    height: 45px;
  }
}
.green-risk-assessment {
  color: #0a6756;
}
.green-risk-assessment .row :last-child {
  color: white;
}
.green-risk-assessment .row :last-child .low {
  padding: 4px 25px 4px 8px;
}
.green-risk-assessment .row :last-child .medium {
  padding: 4px 50px 4px 8px;
}
.green-risk-assessment .row :last-child .high {
  padding: 4px 75px 4px 8px;
}
.green-risk-assessment .row :last-child span {
  background-color: #0a6756;
}
.yellow-performance-details .header {
  width: 100%;
  height: auto;
  content: url("../../../Content/Images/Bundles/Performance/yellow-mountain.png");
}
.yellow-performance-details .border-right {
  border-right: solid #ffe5b9 1px;
}
.yellow-performance-details .row-height {
  background-color: #f9b647;
  padding-bottom: 15px;
}
.yellow-performance-details .content {
  background-color: #f9b647;
  padding: 30px;
}
.yellow-performance-details .content .intro {
  color: black;
  font-size: 13px;
}
.yellow-performance-details .content .description {
  color: #ffe5b9;
  font-size: 33px;
}
.yellow-performance-details .content .contribution {
  color: black;
  font-size: 16px;
}
.yellow-performance-details .content .gains {
  color: black;
  font-size: 16px;
  background-color: #ffe5b9;
  text-align: center;
  padding: 15px;
}
.yellow-performance-details .content .super-script {
  color: black;
  font-size: 11px;
}
.yellow-performance-details .content .bold-white {
  color: white;
  font-weight: 600;
}
.yellow-performance-details .content .bold-black {
  color: black;
  font-weight: 600;
}
.yellow-performance-details .content .goal-description {
  color: black;
  font-weight: 600;
  font-size: 12px;
  height: 53px;
}
.yellow-performance-details .content .goal-value {
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.yellow-performance-details .content .darken-background-primary {
  background-color: #ec9608;
}
.yellow-performance-details .content .performance-bar {
  padding-bottom: 100px;
  background-color: #f7a216;
}
@media (max-width: 991px) {
  .yellow-performance-details .content .goal-description {
    height: 45px;
  }
}
.yellow-risk-assessment {
  color: #f9b647;
}
.yellow-risk-assessment .row :last-child {
  color: white;
}
.yellow-risk-assessment .row :last-child .low {
  padding: 4px 25px 4px 8px;
}
.yellow-risk-assessment .row :last-child .medium {
  padding: 4px 50px 4px 8px;
}
.yellow-risk-assessment .row :last-child .high {
  padding: 4px 75px 4px 8px;
}
.yellow-risk-assessment .row :last-child span {
  background-color: #f9b647;
}
.recurringInvestmentPaymentTypeBlock h3 {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: 11px;
}
.recurringInvestmentPaymentTypeBlock label {
  display: inline;
}
.recurringInvestmentPaymentTypeBlock {
  background: white;
  padding: 24px 26px;
  border: #dedfe1 5px solid;
}
.recurringInvestmentPaymentTypeBlock .iconContainer {
  background-color: #ed1747;
  color: white;
  display: inline-block;
  font-size: 36px;
  height: 36px;
  margin-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  width: 44px;
  float: left;
}
.recurringInvestmentPaymentTypeBlock .form-group.row .col-xs-4 col-xs-offset-2 {
  width: 100%;
}
.recurringInvestmentPaymentTypeBlock .form-group.row .col-xs-4 {
  width: 66.6666666666%;
}
.recurringInvestmentPaymentTypeBlock .form-group.row .col-xs-2 {
  width: 33.3333333333%;
}
.block-title {
  font-size: 22px;
  color: white;
  padding-bottom: 5px;
  padding-top: 5px;
}
.block-title .amount {
  font-size: 40px;
  font-weight: 700;
}
.asterisk-text {
  font-size: 14px;
  padding-bottom: 10px;
}
.frequencies .frequency {
  text-align: center;
  display: block;
  padding: 4px;
  color: #ffffff;
  background-color: #86888b;
  padding: 7px;
  transition: border 0.2s ease-in-out 0s;
}
.frequencies .frequency.active {
  background-color: #ed1747;
  padding: 7px;
  border-color: #ed1747;
}
.total-text-colour {
  color: #ed1747;
}
#investmentForm .extraInputs .bgprimary {
  padding: 0 15px;
  color: white;
}
#investmentForm .extraInputs .extraInputs .block-title {
  padding-bottom: 0;
}
#investmentForm .row.form-group label {
  display: inline;
}
.frequencies .frequencyOption {
  margin-top: 5px;
}
.add-recurring {
  margin-top: 11px;
}
.recurringSecurityTable .equity-image-as-text {
  font-size: 9px;
  padding: 0;
  position: absolute;
  top: 0;
}
.confirmationSummary .summaryBlock {
  padding: 15px;
  border: 4px solid #e1e1e1;
  background-color: #fff;
}
.security-signature-container {
  background: #e1e1e1;
  padding: 2.0rem;
}
.security-signature-container .security-light-heading {
  color: #909090;
  font-size: 3rem;
  line-height: 40px;
}
.security-signature-container .equity-image-container {
  background-color: #ffffff;
  padding: 10px;
  line-height: 100px;
  margin-left: -4px;
  margin-top: -4px;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  .recurringSecurityTable table {
    font-size: 0.8em;
  }
  .recurringSecurityTable table > thead > tr > th,
  .recurringSecurityTable table > tbody > tr > th,
  .recurringSecurityTable table > tfoot > tr > th,
  .recurringSecurityTable table > thead > tr > td,
  .recurringSecurityTable table > tbody > tr > td,
  .recurringSecurityTable table > tfoot > tr > td {
    padding: 5px;
  }
  .recurringSecurityTable table .btn {
    padding: 6px;
  }
}
.actions-dropdown {
  min-width: 1px;
  width: 100%;
}
.equity-image-column-width {
  width: 150px;
}
.recurring-investments__enter-value-container {
  padding: 1em;
}
.recurring-investments__enter-value-container__opaque-gray-background {
  background-color: #f5f6f8;
}
.recurring-investments__enter-value-container__opaque-gray-background .input-group .input-group-addon {
  padding: 3px 7px;
  color: #4a4a4a;
  font-weight: 600;
  font-size: 16px;
}
.recurring-investments__enter-value-container__currency-input-box-padding {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 5px;
}
.recurring-investments__enter-value-container__annual-increase-input-box-padding {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 5px;
}
.recurring-investments__enter-value-container .flex-container {
  display: inline-flex;
}
.recurring-investments__enter-value-container .flex-container .flex-container-content {
  flex: 1;
}
.recurring-investments__title-line {
  background-color: #f5f6f8;
  font-size: 12px;
  color: #4a4a4a;
}
.recurring-investments__title-line-white {
  background-color: white;
  font-size: 12px;
  color: #4a4a4a;
}
.recurring-investments__bank-details-description {
  font-size: 14px;
  color: #4a4a4a;
  border-bottom: solid 2px #f5f6f8;
  text-align: left;
  font-weight: 500;
  padding: 10px 0;
}
.recurring-investments__bank-details-value {
  font-size: 14px;
  color: #4a4a4a;
  border-bottom: solid 2px #f5f6f8;
  text-align: right;
  padding: 10px 0;
}
.recurring-investments__bank-details-title {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 600;
}
.full-wrap {
  word-break: break-all;
}
.commentEditor textarea {
  resize: none;
  width: 100%;
  height: 100%;
}
.outer-slider-container {
  border: 1px solid #dedfe1;
  height: 150px;
  margin-bottom: 20px;
}
.outer-slider-container .slider-container {
  position: relative;
  width: 100%;
  height: 150px;
  margin: auto;
}
.outer-slider-container .slider-container .slider-box {
  display: none;
}
.outer-slider-container .slider-container .slider-box.slick-initialized {
  display: block;
}
.outer-slider-container .slider-container .slick-slider {
  padding-top: 36px;
}
.outer-slider-container .slider-container .slick-slider .slick-slide .slideContent {
  text-align: center;
  cursor: pointer;
}
.outer-slider-container .slider-container .slick-slider .slick-slide .slideContent .active-img {
  display: none;
}
.outer-slider-container .slider-container .slick-slider .slick-slide .slideContent .label-icon {
  margin-top: 10px;
}
.outer-slider-container .slider-container .slick-slider .slick-slide.active .slideContent .inactive-img {
  display: none;
}
.outer-slider-container .slider-container .slick-slider .slick-slide.active .slideContent .active-img {
  display: inherit;
}
.outer-slider-container .slider-container .slick-slider .slick-slide.active .slideContent .label-icon {
  color: #4a4a4a;
  margin-top: 12px;
}
.outer-slider-container .slider-container .slick-slider .slick-slide:focus {
  outline: none;
}
@media (min-width: 992px) {
  .outer-slider-container .slider-container {
    width: 94%;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .outer-slider-container .slider-container {
    width: 92%;
  }
}
@media (max-width: 480px) {
  .outer-slider-container .slider-container {
    width: 85%;
  }
}
.slick-prev,
.slick-next {
  width: 40px;
  text-align: center;
}
@media (min-width: 0) and (max-width: 767px) {
  .slick-prev {
    display: none !important;
  }
  .slick-next {
    display: none !important;
  }
}
.slick-prev,
.slick-next {
  z-index: 100;
}
.slick-prev:before,
.slick-next:before {
  color: #ed1747;
  content: '';
}
.slider-arrow {
  text-align: center;
  font-size: 22px;
  color: #ed1747;
}
.arrow-active {
  color: #ed1747;
  cursor: pointer;
}
.arrow-inactive {
  opacity: 0.25;
  pointer-events: none;
}
.mobile-body #mobile-tags-filter-container .outer-slider-container {
  height: auto;
  border: none;
  margin-bottom: 0;
}
.mobile-body #mobile-tags-filter-container .outer-slider-container .slider-container {
  width: 100% !important;
  height: 100%;
  text-align: center;
}
.mobile-body #mobile-tags-filter-container .outer-slider-container .slider-container .slick-slider {
  padding-top: 0;
  margin-bottom: 0;
}
.mobile-body #mobile-tags-filter-container .outer-slider-container .slider-container .slick-slider .slick-list {
  overflow: initial;
}
.mobile-body #mobile-tags-filter-container .outer-slider-container .slider-container #stockViews .label-icon {
  font-size: 10px;
}
.chart-controls {
  margin-bottom: 20px;
}
.center-chart-loader {
  margin: 0 auto;
}
[id^=collapseInstrumentDetail].content-box-description {
  margin-top: 0;
  padding-bottom: 20px;
}
[id^=collapseInstrumentDetail].content-box-description > .content-box {
  border: none;
  padding: 0;
}
.content-box-description .content-box.product-box-no-padding:last-child {
  border-bottom: solid 1px #dedfe1;
}
[id^=collapseInstrumentDetail].content-box-description > .content-box > .content-box-header {
  display: none;
}
[id^=collapseInstrumentDetail].content-box-description > .content-box > .content-box-description {
  display: initial;
}
.return,
.daily-change {
  font-weight: 600;
  font-size: 12px;
}
.return > *,
.daily-change > * {
  font-size: 13px;
}
.positive-period-return {
  color: #0ddaba;
}
.negative-period-return {
  color: #d9534f;
}
.performance-border {
  border-right: 1px solid #dedfe1;
}
.equity-performance:nth-child(odd) {
  border-right: 1px solid #dedfe1;
  padding-right: 10px;
}
.equity-performance:nth-child(even) {
  padding-left: 10px;
}
.equity-performance > span {
  font-size: 12px;
}
.zoom-level {
  font-weight: 600;
  padding-right: 8px;
}
[id^=collapseInstrumentDetail] .zoom-level {
  padding-right: 0;
}
@media (min-width: 767px) {
  .zoom-controls {
    float: right;
  }
}
@media (max-width: 767px) {
  .zoom-controls {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chart-controls {
    text-align: right;
  }
}
.sparkline-container {
  border: none;
  cursor: pointer;
  text-align: center;
  background-color: #f5f6f8;
}
.sparkline-container .imageRow {
  height: 144px;
}
.sparkline-container .imageRow .sparkline .time-container {
  margin: 20px 0 10px 0;
}
.sparkline-container .imageRow .sparkline .glyphicon-time {
  color: #ed1747;
  font-size: 24px;
}
.sparkline-container .imageRow .auto-ellipsis {
  margin-top: 0;
  height: 20px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.sparkline-container .imageRow .performance-numbers {
  font-weight: 600;
}
.sparkline-container .imageRow .performance-numbers .performance.positive {
  color: #0ddaba;
}
.sparkline-container .imageRow .performance-numbers .performance.negative {
  color: #ed1747;
}
.sparkline-container .instrumentNameRow > a {
  color: #999999;
  font-weight: 600;
}
.sparkline-container .loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sparkline-container .loader-overlay .img-loader.center {
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  background-size: 50px 50px;
}
.sparkline-container .performance-sparkline {
  padding: 0 10% 15px 10%;
}
.sparkline-container .glyphicon-remove {
  height: 0;
  margin: 10px 10px 0 0;
  font-size: 16px;
  color: #999999;
}
.expand-info-area {
  position: relative;
}
.expand-info-area:after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -34px;
  left: -17px;
  right: -10px;
}
.transfer-to-account {
  font-size: 16px;
  color: #4a4a4a;
}
.calculated-amount-heading {
  font-size: 16px;
  color: #4a4a4a;
}
.calculated-amount-heading .calculated-amount-label {
  font-weight: bold;
}
.calculated-amount-heading .calculated-amount {
  font-weight: bold;
  float: right;
  font-size: 16px;
  padding-right: 10px;
}
.currency-input {
  color: #4a4a4a;
  font-weight: bold;
  font-size: 18px;
}
.transfer-block {
  border: 1px solid #dedfe1;
  padding: 50px;
}
.transfer-heading {
  font-size: 20px;
  color: #4a4a4a;
}
.converted-exchange-rate {
  font-size: 16px;
  color: #4a4a4a;
}
.fund-transfer-note {
  color: #86888b;
  font-size: 14px;
}
.fund-transfer-note .fund-transfer-note-header {
  color: #4a4a4a;
  font-weight: 600;
}
.fund-transfer-note li {
  color: #4a4a4a;
  font-weight: 600;
}
.fund-transfer-information {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .fund-transfer .fund-transfer-row {
    height: 53px;
  }
}
.drop-down-align {
  line-height: 36px;
}
.table.pending-transfers-table {
  border: solid 1px #dedfe1;
}
.table.pending-transfers-table tr td {
  border-right: solid 1px #dedfe1;
  text-align: left !important;
}
.table.pending-transfers-table tr td:first-child {
  background: #F5F6F8;
  font-weight: bold;
}
.transfer-funds-sub-heading {
  padding-top: 50px;
}
.fund-transfer-button-menu-right,
.fund-transfer-button-menu-left {
  display: inline;
}
@media (min-width: 767px) {
  .fund-transfer-button-menu-right {
    border-left: 0;
  }
  .fund-transfer-button-menu-left {
    border-right: 0;
  }
}
.border-left {
  border-left: 1px solid #dedfe1;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.easy-credit-bundle {
  min-height: 24em;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
.easy-credit-bundle .package-number-of-requests {
  font-size: 3em;
}
.easy-credit-bundle .package-details {
  padding: 5% 0 30%;
  height: 11em;
  color: white;
}
.easy-credit-bundle .package-name {
  font-size: 1.3em;
}
.easy-credit-bundle .package-cost {
  line-height: 3em;
  padding-top: 0.4em;
}
.easy-credit-bundle .package-cost .amount-ex-vat {
  font-size: 3em;
  display: inline-block;
}
.easy-credit-bundle .package-secondary-description {
  line-height: 1em;
  height: 2em;
  display: block;
  padding: 0.5em;
  width: 70%;
  float: none;
  margin: -1em auto 0 auto;
  color: white;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 1.3em;
}
.easy-credit-bundle .package-content {
  padding: 0.5em;
  margin-top: 2em;
  height: 12em;
}
.easy-credit-bundle .package-content .package-discount {
  color: purple;
  font-size: 1em;
  font-weight: bolder;
  line-height: 1.5em;
  padding-bottom: 1em;
}
.easy-credit-bundle .package-content .select-package-button {
  position: absolute;
  bottom: 10%;
  margin: 0 auto;
  width: 70%;
  left: 15%;
  height: 3em;
  line-height: 1em;
  font-size: 1em;
}
.easy-credit-bundle-container > .easy-credit-bundle.selected-easy-credit-bundle {
  border: 5px #00bff3 solid;
}
.easy-credit-bundle-container > .easy-credit-bundle.selected-easy-credit-bundle .select-package-button {
  background: #00bff3;
  border: none;
  color: white;
}
.easy-credit-bundle-quote-container {
  margin: 2em 0;
}
.easy-credit-bundle-quote-container .available-funds {
  border-bottom: 1px solid #dedfe1;
  margin-bottom: 1em;
}
.easy-credit-bundle-quote-container .text-align-left {
  text-align: left;
}
@media (min-width: 768px) {
  .easy-credit-bundles .easycredit-bundles__trust-account-selector .easycredit-bundles__trust-account-selector__trust-account-balance {
    float: none !important;
    white-space: nowrap;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .easy-credit-bundles .tab-pane.active .inner-container {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .easy-credit-bundles .tab-pane.active .easy-credit-bundle-container {
    margin: initial;
  }
}
@media (min-width: 1080px) {
  .easy-credit-bundles .inner-container {
    width: 90%;
  }
}
.easy-credit-bundles .legal-notes ol {
  counter-reset: roman;
  list-style: none;
  position: relative;
}
.easy-credit-bundles .legal-notes ol > li:before {
  counter-increment: roman;
  content: "(" counter(roman, lower-roman) ") ";
}
.easy-credit-bundles .legal-notes ol > li {
  margin-top: 0.5em;
}
.easy-credit-bundles .easy-credit-bundle-quote .buy-button {
  margin-top: 2em;
}
.easy-credit-bundles .easycredit-bundle-trust-account__checkbox-container .checkbox-secondary input[type="checkbox"]:checked + label::before,
.easy-credit-bundles .easycredit-bundle-trust-account__checkbox-container .checkbox-secondary input[type="checkbox"]:checked + input[type=hidden] + label::before,
.easy-credit-bundles .easycredit-bundle-trust-account__checkbox-container .checkbox-tertiary input[type="radio"]:checked + label::before {
  margin-top: 4px;
}
.easy-credit-bundles .easycredit-bundle-trust-account__checkbox-container .checkbox-secondary label::before {
  margin-top: 4px;
}
.easy-credit-bundles .easycredit-bundle-trust-account__checkbox-container .checkbox-secondary input[type="checkbox"]:checked + label::after,
.easy-credit-bundles .easycredit-bundle-trust-account__checkbox-container .checkbox-secondary input[type="checkbox"]:checked + input[type=hidden] + label::after,
.easy-credit-bundles .easycredit-bundle-trust-account__checkbox-container .checkbox-secondary input[type="radio"]:checked + label::after {
  margin-top: 4px;
  left: -1px;
}
.easy-credit-bundles .easycredit-bundle-trust-account__checkbox-container .checkbox label {
  padding-left: 0px;
}
.easy-credit-bundles .easycredit-bundles__trust-account-selector {
  padding-left: 0;
  list-style: none;
}
.easy-credit-bundles .easycredit-bundles__trust-account-selector li a {
  color: #4a4a4a;
}
.easy-credit-bundles .easycredit-bundles__trust-account-selector li {
  float: none;
  display: inline-block;
}
.easy-credit-bundles .easycredit-bundle-trust-account {
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top-color: #dedfe1;
  border-left-color: #dedfe1;
  border-right-color: #dedfe1;
  padding: 1em 0px;
  cursor: pointer;
}
.easy-credit-bundles .easycredit-bundle-trust-account * {
  cursor: pointer;
}
.remaining-easy-credits-container .remaining-easy-credits-container__header {
  display: inline-block;
  height: 1.4em;
  line-height: 1.2em;
  vertical-align: middle;
}
.remaining-easy-credits-container .remaining-easy-credits-container__header--small {
  font-size: 12px;
}
.remaining-easy-credits-container .remaining-easy-credits-container__inner-container {
  padding: 0.7em;
}
.remaining-easy-credits-container .remaining-easy-credits-container__remaining-request-count {
  display: inline-block;
  background-color: #ed1747;
  padding: 0;
  margin: 0;
  line-height: 2em;
  font-size: 1.5em;
  padding: 0 0.7em;
  color: white;
}
.remaining-easy-credits-container .remaining-easy-credits-container__remaining-request-count--small {
  font-size: initial;
}
.easy-credits-container {
  padding: 15px 6px 0px 6px;
}
.number-of-easy-credits-per-view-container .number-of-easy-credits-per-view-container__header {
  display: inline-block;
  height: 1.4em;
  line-height: 1.2em;
  vertical-align: middle;
}
.number-of-easy-credits-per-view-container .number-of-easy-credits-per-view-container__header--small {
  font-size: 11px;
}
.number-of-easy-credits-per-view-container .number-of-easy-credits-per-view-container__inner-container {
  padding: 0.7em;
}
.number-of-easy-credits-per-view-container .number-of-easy-credits-per-view-container__remaining-credit-count {
  display: inline-block;
  background-color: #f5f6f8;
  padding: 0;
  margin: 0;
  line-height: 1.4em;
  font-size: 1.5em;
  padding: 0 0.5em;
  color: red;
}
.number-of-easy-credits-per-view-container .number-of-easy-credits-per-view-container__remaining-credit-count--small {
  font-size: initial;
  background-color: #4a4a4a;
  color: white;
}
.successful-easycredit-purchase .successful-easycredit-purchase__remaining-easy-credits-container {
  border-top: 1px solid #dedfe1;
  border-bottom: 1px solid #dedfe1;
  margin-top: 2em;
  margin-bottom: 2em;
}
.successful-easycredit-purchase .successful-easycredit-purchase__remaining-easy-credits-container .remaining-easy-credits-container__inner-container {
  padding: 0;
}
.successful-easycredit-purchase .successful-easycredit-purchase__remaining-easy-credits-container .remaining-easy-credits-container__inner-container .remaining-easy-credits-container__remaining-request-count {
  line-height: 1.7em;
  font-size: 1.4em;
  padding: 0 0.4em;
  color: white;
}
@media (max-width: 767px) {
  .successful-easycredit-purchase .successful-easycredit-purchase__remaining-easy-credits-container .remaining-easy-credits-container__inner-container .remaining-easy-credits-container__header {
    font-size: 0.9em;
  }
  .successful-easycredit-purchase .successful-easycredit-purchase__remaining-easy-credits-container .remaining-easy-credits-container__inner-container .remaining-easy-credits-container__remaining-request-count {
    font-size: 1em;
  }
  .easy-credit-bundle-invoice .h4-header {
    font-size: 1em;
  }
}
.purchased-easy-credit-bundle {
  min-height: 20em;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}
.purchased-easy-credit-bundle .purchased-easy-credit-bundle--purchased-bundle-details {
  padding: 7% 0 30%;
  height: 14em;
  color: white;
}
.purchased-easy-credit-bundle .purchased-easy-credit-bundle--purchased-bundle-details .purchased-bundle-details--text {
  font-size: 1.5em;
}
.purchased-easy-credit-bundle .purchased-easy-credit-bundle--purchased-bundle-details .purchased-bundle-details--number-of-credits {
  font-size: 4em;
}
.purchased-easy-credit-bundle .purchased-bundle-details--secondary-description {
  line-height: 1.6em;
  height: 2.6em;
  display: block;
  padding: 0.5em;
  width: 70%;
  float: none;
  margin: -1em auto 0 auto;
  color: white;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 1.3em;
}
.purchased-easy-credit-bundle .purchased-bundle-details--cost {
  padding: 0.5em;
  margin-top: 2em;
  height: 11em;
}
.purchased-easy-credit-bundle .purchased-bundle-details--cost .cost--bundle-value {
  font-weight: bold;
}
.purchased-easy-credit-bundle .purchased-bundle-details--cost .cost--bundle-value .bundle-value--amount-ex-vat {
  font-size: 4em;
  display: inline-block;
}
.purchased-easy-credit-bundle .purchased-bundle-details--cost .cost--bundle-discount {
  color: purple;
  font-size: 1em;
  font-weight: bolder;
  line-height: 1.5em;
}
.value-allocations .trade-action-container__left-action-button {
  padding-right: 0.2em;
}
.value-allocations .trade-action-container__right-action-button {
  padding-left: 0.2em;
}
.value-allocations .container--active {
  outline: 2px solid #ed1747;
}
.value-allocations .remaining-easy-credits-container__remaining-request-count {
  color: #4a4a4a;
  background-color: #f5f6f8;
}
.value-allocations .content-box-no-bottom-border {
  border-bottom: none !important;
}
.value-allocations .value-allocations__snapshot-price-credit-balance-container {
  padding: 0.8em;
}
.value-allocations .value-allocations__current-price-header {
  line-height: 1em;
}
.value-allocations .crypto_disclaimer_label_container {
  text-align: left;
  background-color: #FCD9E1;
  margin-top: 20px;
  padding: 10px;
}
.value-allocations .crypto_disclaimer_title {
  font-weight: bold;
  color: #ed1747;
}
.value-allocations .available_funds_label_container {
  text-align: center;
  background-color: #f5f6f8;
  margin-top: 20px;
  padding: 10px;
}
.value-allocations .available_funds_label_container_amount {
  color: black;
  font-weight: bold;
  padding-left: 10px;
}
.value-allocations .value-allocations__snapshot-price-request-loader {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: rgba(128, 128, 128, 0.15);
}
.value-allocations .value-allocations__enter-value-container.value-allocations__enter-value-container--sell .value-allocations__enter-value-divider {
  text-align: center;
  height: 4em;
  padding: 2em 0;
}
.value-allocations .value-allocations__enter-value-container.value-allocations__enter-value-container--sell .enter-value-container__input-box--sell:focus {
  border: 1px solid #0ddaba;
}
.value-allocations .value-allocations__enter-value-container {
  padding: 1em;
}
.value-allocations .value-allocations__enter-value-container .value-allocations__enter-value-container__currency-input-container {
  border-right: 3px solid white;
  padding-left: 0;
  padding-top: 10px;
  padding-right: 10px;
}
.value-allocations .value-allocations__enter-value-container .value-allocations__enter-value-container__shares-input-container {
  padding-left: 0;
  padding-top: 10px;
  padding-right: 10px;
}
.value-allocations .value-allocations__enter-value-container .value-allocations__enter-value-container__opaque-primary-background-sx {
  background-color: rgba(55, 93, 155, 0.1);
}
.value-allocations .value-allocations__enter-value-container .value-allocations__enter-value-container__opaque-primary-background-sx .input-group .input-group-addon {
  padding: 3px 5px;
  color: #ed1747;
  font-weight: 600;
  font-size: 16px;
}
.value-allocations .value-allocations__enter-value-container .value-allocations__enter-value-container__opaque-primary-background-sx.sell-currency-input-box-padding {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 0;
}
.value-allocations .value-allocations__enter-value-container .value-allocations__enter-value-container__opaque-primary-background-sx.sell-percentage-input-box-padding {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 0;
}
.value-allocations .value-allocations__enter-value-container .value-allocations__enter-value-container__opaque-gray-background {
  background-color: #f5f6f8;
  border: 2px solid white;
}
.value-allocations .value-allocations__enter-value-container .value-allocations__enter-value-container__opaque-gray-background .input-group .input-group-addon {
  padding: 3px 5px;
  color: #4a4a4a;
  font-weight: 600;
  font-size: 16px;
}
.value-allocations .value-allocations__enter-value-container .value-allocations__enter-value-container__opaque-gray-background.sell-currency-input-box-padding {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 0;
}
.value-allocations .value-allocations__enter-value-container .value-allocations__enter-value-container__opaque-gray-background.sell-percentage-input-box-padding {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 0;
}
.value-allocations .value-allocations__enter-value-container .value-allocations__enter-value-container__opaque-primary-background-ee {
  background-color: rgba(237, 23, 71, 0.1);
}
.value-allocations .value-allocations__enter-value-container .value-allocations__enter-value-container__opaque-primary-background-ee .input-group .input-group-addon {
  padding: 3px 5px;
  color: #ed1747;
  font-weight: 600;
  font-size: 16px;
}
.value-allocations .value-allocations__enter-value-container .value-allocations__enter-value-container__opaque-primary-background-ee.sell-currency-input-box-padding {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 0;
}
.value-allocations .value-allocations__enter-value-container .value-allocations__enter-value-container__opaque-primary-background-ee.sell-percentage-input-box-padding {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 0;
}
.value-allocations .value-allocations__enter-value-container .enter-value-container__input-box-addon {
  border: 1px solid #dedfe1;
  border-right: 0;
  background: white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 2em;
}
.value-allocations .value-allocations__enter-value-container .enter-value-container__disclaimer {
  margin: 0.5em 0 1.5em 0.5em;
  font-size: 12px;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: bold;
}
.value-allocations .value-allocations__enter-value-container .enter-value-container__investment_label {
  font-size: 11px;
  color: #4a4a4a;
  font-family: "OpenSans Semibold";
}
.value-allocations .value-allocations__enter-value-container .enter-value-container__shares_label {
  font-size: 11px;
  color: #4a4a4a;
  font-family: "OpenSans Semibold";
}
.value-allocations .value-allocations__enter-value-container .investment_shares_label_container {
  margin-bottom: 10px;
}
.value-allocations .value-allocations__enter-value-container .enter-value-container__label {
  font-size: 12px;
  font-weight: initial;
}
.value-allocations .value-allocations__enter-value-container .enter-value-container__input-box {
  border: 1px solid #0ddaba;
  outline: none;
  background: white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  height: 4em;
  border-radius: 4px;
}
.value-allocations .value-allocations__enter-value-container .enter-value-container__input-box.invalid-input-box-border {
  border-color: #ed1747;
}
.value-allocations .value-allocations__enter-value-container .enter-value-container__input-box.enter-value-container__input-box--no-left-border {
  border-left: 0;
}
.value-allocations .value-allocations__enter-value-container .enter-value-container__input-box:focus {
  outline: none;
  border: 1px solid #0ddaba;
  background: white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.value-allocations .value-allocations__enter-value-container .enter-value-container__up-to-amount {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  padding-left: 1em;
  color: #ed1747;
  font-weight: 600;
}
.value-allocations .value-allocations__enter-value-container .flex-container {
  display: inline-flex;
}
.value-allocations .value-allocations__enter-value-container .flex-container .flex-container-content {
  flex: 1;
}
.value-allocations .snapshot-price-button {
  font-size: 11px;
}
.value-allocations .cost-breakdown__footer-notes {
  font-size: 11px;
  list-style-type: none;
  padding-left: 0px;
  font-weight: normal;
  color: #86888b;
}
.value-allocations .cost-breakdown__footer-notes li:not(:last-child) {
  margin-bottom: 20px;
}
.value-allocations .quote__alert {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.value-allocations .cost-breakdown-table {
  color: #4a4a4a;
  font-size: 1em;
}
.value-allocations .cost-breakdown-table .insurance-limit-reached-alert-message .insurance-limit-reached-alert-message__content {
  padding-left: 1em;
}
.value-allocations .cost-breakdown-table .line-item__description-container--no-value .description-container__description > div {
  display: inline-block;
}
.value-allocations .cost-breakdown-table .cost-breakdown-table__insurance-call-to-action {
  padding: 0.5em 0em;
}
.value-allocations .cost-breakdown-table .insurance-text {
  font-size: 12px;
  color: #86888b;
}
.value-allocations .cost-breakdown-table .sub-title {
  font-size: 11px;
}
.value-allocations .cost-breakdown-table .insurance-call-to-action__add-button {
  padding: 3px 7px 4px 7px;
  background-color: #0DDABA;
  margin-right: 10px;
  color: white;
  border-radius: 50%;
}
.value-allocations .cost-breakdown-table .cost-breakdown-table__subline {
  border: 2px solid white;
  border-bottom: none;
  border-left: none;
  border-right: none;
  color: #86888b;
  font-weight: normal;
  font-size: 0.85em;
}
.value-allocations .cost-breakdown-table .line-item__description-container {
  width: 57%;
  display: inline-block;
  text-align: left;
  padding: 10px 0px;
}
.value-allocations .cost-breakdown-table .line-item__description-container--no-value {
  width: 100%;
}
.value-allocations .cost-breakdown-table .description-container__description {
  margin-left: 10px;
  display: inline-block;
}
.value-allocations .cost-breakdown-table .line-item__value-container {
  width: 38%;
  padding: 10px 0px;
  display: inline-block;
  text-align: right;
}
.value-allocations .cost-breakdown-table .value-container__value {
  text-align: right;
  margin-right: 10px;
  display: inline-block;
  color: #86888b;
  font-weight: normal;
}
.value-allocations .cost-breakdown-table .steel-gray-text {
  color: #86888b;
  font-weight: normal;
}
.value-allocations .cost-breakdown-table .cost-breakdown-table__line-item {
  border: 1px solid #dedfe1;
  border-bottom: none;
  position: relative;
  color: #4a4a4a;
}
.value-allocations .cost-breakdown-table .gray-background {
  background-color: #f5f6f8;
}
.value-allocations .cost-breakdown-table .cost-breakdown-table__insurance-container .insurance-agreement-label,
.value-allocations .cost-breakdown-table .cost-breakdown-table__line-item--insurance-charge .insurance-agreement-label {
  padding-left: 1em;
}
.value-allocations .cost-breakdown-table .insurance-limit-reached-alert-message {
  margin: 1em;
}
.value-allocations .cost-breakdown-table > div.cost-breakdown-table__line-item:last-child {
  border-bottom: 1px solid #dedfe1;
}
.value-allocations .cost-breakdown-table .cost-breakdown-table__line-item--insurance-charge {
  border: 1px solid #dedfe1;
}
.value-allocations .cost-breakdown-table .cost-breakdown-table__insurance-container {
  padding: 0.5em;
}
.value-allocations .cost-breakdown-table .cost-breakdown-table__line-item--unlined {
  border-left: none;
  border-right: none;
}
.value-allocations #pending-sell-holding .cost-breakdown-table .cost-breakdown-table__line-item .pending-sell-line-item__description-container {
  display: inline-block;
  text-align: left;
  padding: 10px 0px;
}
.value-allocations #pending-sell-holding .cost-breakdown-table .cost-breakdown-table__line-item .pending-sell-line-item__value-container {
  display: inline-block;
  padding: 10px 10px 10px 0;
  text-align: right;
}
.value-allocations #pending-sell-holding .cancel-sell-order-detail-shade {
  display: block;
}
.value-allocations #pending-sell-holding .cancel-sell-order-detail-confirm-action {
  display: block;
  left: 0;
}
.value-allocations #pending-sell-holding .cancel-sell-order-detail-confirm-action.position-relative {
  position: relative;
}
.value-allocations #pending-sell-holding .cancel-sell-order-detail-confirm-action .order-detail-message-content-box {
  padding: 15px;
  margin-bottom: 10px;
}
.value-allocations .value-allocations__operation-btn {
  background-color: white;
  color: #86888b;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-width: 3px;
  margin-bottom: 0.2em;
}
.value-allocations .value-allocations__operation-btn:hover {
  background-color: white;
  color: #86888b;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.value-allocations .value-allocations__operation-btn.active {
  color: white;
}
.value-allocations .value-allocations__trade-action-container {
  padding: 0.5em;
}
.value-allocations .value-allocations__trade-button {
  padding: 0.8em 0.5em;
}
.value-allocations .value-allocations__operation-btn-deactivated,
.value-allocations .value-allocations__operation-btn-deactivated:focus,
.value-allocations .value-allocations__operation-btn-deactivated:hover,
.value-allocations .value-allocations__operation-btn-deactivated:active {
  background-color: white;
  color: #86888b;
  border-color: #86888b;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-width: 3px;
  margin-bottom: 0.2em;
  cursor: default;
  opacity: 0.65;
}
.value-allocations #value-allocation__operation-explanation {
  max-width: 45%;
}
.value-allocations #pricing-explanation .popover {
  max-width: 474px;
}
.value-allocations .how-the-pricing-works {
  background-color: #f5f6f8;
}
.value-allocations .current-prices-delayed {
  line-height: 1.6em;
  font-size: 12px;
  float: right;
}
.value-allocations .control-box--with-background {
  background-color: #f5f6f8;
}
.value-allocations .prices {
  background-color: #f5f6f8;
  text-align: center;
  border-top: none;
}
.value-allocations .prices .title-line {
  display: inline-block;
}
.value-allocations .prices .price {
  color: black;
  font-size: 21px;
}
.value-allocations .prices .price-header {
  height: 2.4em;
}
.value-allocations .product-img-container {
  border: 1px solid #dedfe1;
}
.value-allocations .prices + .content-box {
  border-top: none;
}
.value-allocations .security-logo {
  max-width: 180px;
}
.value-allocations .left-align-invoice {
  float: left;
}
.value-allocations .denominations {
  margin-top: 20px;
}
.value-allocations .denominations a {
  text-decoration: none;
}
.value-allocations .denominations .thumbnail {
  border-radius: 2px;
  background-color: #ffffff;
  text-align: center;
  font-size: 26px;
  height: 85px;
  max-width: none;
  color: #86888b;
}
.value-allocations .denominations .thumbnail:hover,
.value-allocations .denominations .thumbnail:focus,
.value-allocations .denominations .thumbnail:active,
.value-allocations .denominations .thumbnail.active {
  outline: 2px solid #ed1747;
}
.value-allocations .denominations .thumbnail .denomination {
  line-height: 75px;
}
.value-allocations .denominations .thumbnail .up-to-amount {
  font-size: 12px;
  float: right;
}
.value-allocations .denominations .thumbnail .input-group {
  border: none;
}
.value-allocations .denominations .thumbnail .input-group > .input-group-addon {
  font-size: 26px;
}
.value-allocations .denominations .thumbnail .custom-input {
  padding: 0;
  padding-top: 5px;
  margin-top: 20px;
  text-indent: 10px;
  border: none;
  border-bottom: solid 1px #dedfe1;
}
.value-allocations .denominations .thumbnail .custom-input.input-validation-error {
  border-bottom: 2px solid #ed1747;
}
.value-allocations .denominations .any-other-amount {
  font-size: 12px;
  position: absolute;
  top: -23%;
}
.value-allocations .order-type-selector {
  border-top: 1px solid #dedfe1;
}
@media (max-width: 767px) {
  .value-allocations .current-prices-delayed {
    display: block;
    float: none;
  }
  .value-allocations .prices .title-line {
    display: block;
  }
  .value-allocations .prices .price {
    font-size: 18px;
    line-height: 28px;
    color: #4a4a4a;
    font-family: "Questrial Regular";
    color: black;
  }
  .value-allocations .prices .price.body-colour {
    color: #86888b;
  }
  .value-allocations .prices .price + hr {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .value-allocations .prices .title-line {
    display: block;
  }
}
.value-allocations__holdings {
  display: inline-block;
}
.value-allocations__holdings .holdings__value {
  padding-top: 1em;
}
.value-allocations__holdings .holdings__sub-title {
  font-size: 10px;
}
.value-allocations__holdings .holdings__value--winning {
  color: #0ddaba;
  font-weight: bold;
}
.value-allocations__holdings .holdings__value--losing {
  color: #ed1747;
  font-weight: bold;
}
.value-allocations__holdings .holdings__text--bold,
.value-allocations__holdings .holdings__value--bold {
  font-weight: bold;
}
.value-allocations__holdings .holdings__value-container {
  text-align: center;
  border-bottom: solid 1px #dedfe1;
  border-top: solid 1px #dedfe1;
  border-left: solid 1px #dedfe1;
  padding: 1em 0;
}
.value-allocations__holdings .value-container__price-container {
  min-height: 5em;
}
.value-allocations__holdings .value-container__price-container-mobile {
  min-height: 1em;
}
.value-allocations__holdings .holdings__value-container--estimated-price {
  background-color: #f5f6f8;
  border-left: solid 1px #dedfe1;
  border-right: solid 1px #dedfe1;
}
.value-allocations__holdings .holdings__flex-display {
  display: flex;
}
.value-allocations__holdings .border-box {
  border: solid 1px #dedfe1;
  padding: 10px;
}
.value-allocations__holdings .holdings__est-value-box {
  background-color: #f5f6f8;
  padding: 10px;
}
.mobile-body .value-allocations__enter-value-container .enter-value-container__input-box {
  -webkit-transform: translateZ(0px);
}
.mobile-body .row-padding-security-details-custom-mobile-buy-with-about {
  padding: 15px;
}
.mobile-body .row-padding-security-details-custom-mobile-buy-without-about {
  padding: 15px;
}
.mobile-body .row-container-security-details-custom-mobile-sell {
  padding: 15px;
}
.mobile-body .value-alloaction-security-details-sell-currency {
  font-weight: 600;
  color: #4a4a4a;
}
.mobile-body .header-padding-bottom-10 {
  padding-bottom: 10px;
}
.mobile-body .padding-bottom-5 {
  padding-bottom: 5px;
}
.mobile-body .padding-bottom-15 {
  padding-bottom: 15px;
}
.mobile-body .no-left-padding {
  padding-left: 0;
}
.mobile-body .margin-top-10 {
  margin-top: 10px;
}
.mobile-body .padding-top-4 {
  padding-top: 4px;
}
.mobile-body .padding-top-bottom-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.mobile-body .padding-top-3 {
  padding-top: 3px;
}
.mobile-body .padding-top-left-right-15 {
  padding: 15px 15px 0 15px;
}
.mobile-body .padding-left-25 {
  padding-left: 25px;
}
.mobile-body .padding-left-8 {
  padding-left: 8px;
}
.mobile-body .padding-15 {
  padding: 15px;
}
.mobile-body .row-padding-prices-custom-mobile {
  padding: 15px;
}
.mobile-body .row-padding-prices-custom-mobile .price-header {
  height: 1.4em;
}
.mobile-body .about-text-outer-container {
  padding: 15px 15px;
  background-color: #f5f6f8;
}
.mobile-body .about-text-outer-container.padding-bottom-15 {
  padding-bottom: 15px;
}
.mobile-body .about-text-outer-container .about-text-inner-container {
  background-color: white;
  margin-top: 0px;
  padding: 15px;
}
.mobile-body #pricing-container-div .prices {
  background-color: #f5f6f8;
  text-align: center;
  border-top: none;
}
.mobile-body #pricing-container-div .prices .title-line {
  display: inline-block;
}
.mobile-body #pricing-container-div .prices .price {
  color: black;
  font-size: 21px;
}
.mobile-body #pricing-container-div .prices .price-header {
  height: 2.4em;
}
.mobile-body #pricing-container-div .container--active {
  outline: 2px solid #ed1747;
}
.mobile-body #pricing-container-div .remaining-easy-credits-container__remaining-request-count {
  color: #4a4a4a;
  background-color: #f5f6f8;
}
.mobile-body #pricing-container-div .snapshot-price-request-loader {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: rgba(128, 128, 128, 0.15);
}
.mobile-body #pricing-container-div .fix-pricing-to-top {
  position: fixed;
  top: 58px;
  z-index: 4;
  width: 100%;
}
.mobile-body .buy-now-recurring-button-container {
  background-color: #ed1747;
  color: white;
  font-weight: 600;
  border-radius: 2px;
  padding: 5px;
}
.mobile-body .buy-now-recurring-button-container .buy-now-recurring-button-active {
  border-radius: 2px;
  color: #ed1747;
  font-weight: 600;
}
.mobile-body .watchlist-button-add {
  border: 1px solid #86888b;
  background-color: white;
  border-color: #86888b;
  color: #86888b;
  font-size: 12px;
}
.mobile-body .watchlist-button-remove {
  border: 1px solid #ff8c00;
  background-color: white;
  border-color: #ff8c00;
  color: #ff8c00;
  font-size: 12px;
}
.mobile-body #HoldingWatchlistButton {
  border-radius: 4px;
  box-sizing: border-box;
  background: white;
  text-align: center;
  width: 49%;
  float: left;
}
.mobile-body #HoldingWatchlistButtonContainer {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.mobile-body .watchlist-star-img {
  vertical-align: middle;
}
.mobile-body #HoldingWatchlistButtonText {
  vertical-align: middle;
  font-weight: 600;
}
.mobile-body .alert-button-add {
  border: 1px solid #86888b;
  background-color: white;
  border-color: #86888b;
  color: #86888b;
  font-size: 12px;
}
.mobile-body .alert-button-remove {
  border: 1px solid #ed1747;
  background-color: white;
  border-color: #ed1747;
  color: #ed1747;
  font-size: 12px;
}
.mobile-body #PriceAlertButton {
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  width: 49%;
  float: right;
}
.mobile-body #PriceAlertButtonContainer {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.mobile-body #PriceAlertButtonText {
  vertical-align: middle;
  font-weight: 600;
}
.mobile-body .alert-bell-img {
  vertical-align: middle;
}
.mobile-body .watchlist-button-remove img {
  color: #ff8c00;
  filter: brightness(0) saturate(100%) invert(52%) sepia(97%) saturate(1507%) hue-rotate(0deg) brightness(102%) contrast(105%);
}
.mobile-body .watchlist-button-add img {
  color: rgba(134, 136, 139, 0.8);
  filter: brightness(0) saturate(100%) invert(58%) sepia(6%) saturate(148%) hue-rotate(177deg) brightness(91%) contrast(92%) opacity(0.8);
}
.mobile-body .alert-button-remove img {
  color: #ff8c00;
  filter: brightness(0) saturate(100%) invert(18%) sepia(85%) saturate(3587%) hue-rotate(336deg) brightness(93%) contrast(100%);
}
.mobile-body .alert-button-add img {
  color: rgba(134, 136, 139, 0.8);
  filter: brightness(0) saturate(100%) invert(58%) sepia(6%) saturate(148%) hue-rotate(177deg) brightness(91%) contrast(92%) opacity(0.8);
}
.mobile-body .font-size-16 {
  font-size: 16px !important;
}
.mobile-body #FlagExchange {
  box-sizing: border-box;
  text-align: right;
}
.mobile-body #FlagExchangeContainer {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.mobile-body #FlagExchangeText {
  vertical-align: middle;
}
.mobile-body .flag-exchange-img {
  vertical-align: middle;
  transform: scale(0.5);
}
.mobile-body #HoldingWatchlistStarButton {
  background-color: white;
  border: none;
}
.mobile-body .watchlist-star-button-remove img {
  color: #ff8c00;
  filter: brightness(0) saturate(100%) invert(52%) sepia(97%) saturate(1507%) hue-rotate(0deg) brightness(102%) contrast(105%);
}
.mobile-body .watchlist-star-button-add img {
  color: rgba(134, 136, 139, 0.8);
  filter: brightness(0) saturate(100%) invert(58%) sepia(6%) saturate(148%) hue-rotate(177deg) brightness(91%) contrast(92%) opacity(0.8);
}
.mobile-body #ProductImageContainer .product-img-container {
  border: none;
  height: 100px;
}
.mobile-body #ProductImageContainer {
  border: 1px solid #dedfe1;
  border-radius: 7px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-body .buy-button {
  width: 49%;
  float: right;
}
.mobile-body .sell-button {
  width: 49%;
  float: left;
  margin-right: 0px !important;
}
.mobile-body .exchange-padding-left-5 {
  padding-left: 5px;
}
.offset-line-item {
  padding-right: 14px;
}
.enter-value-container__eac {
  font-size: 12px;
  color: #86888b;
}
.daily-change-header-arrow-container {
  border-radius: 50%;
  padding: 2px 4px;
}
.holdings__est-value-box {
  background-color: #f5f6f8;
  padding: 10px;
  margin: 20px 5vw;
  width: 90vw;
  font-weight: 400;
}
.holdings__est-value-box .holdings__sub-title {
  color: #86888b;
}
.holdings__est-value-box .holdings__text--bold,
.holdings__est-value-box .holdings__value--bold {
  font-weight: 700;
}
.value-allocations .cost-breakdown-table .cost-breakdown-table__line-item.cost-breakdown-table__charity-charge-line-item .line-item__description-container {
  width: 100%;
  color: #4a4a4a;
}
.value-allocations .cost-breakdown-table .cost-breakdown-table__line-item.cost-breakdown-table__charity-charge-line-item .line-item__description-container .charity-charge-text {
  padding: 10px 10px 0 10px;
  color: #86888b;
  text-decoration: none;
  font-size: 12px;
}
.value-allocations .cost-breakdown-table .cost-breakdown-table__line-item.cost-breakdown-table__charity-charge-line-item .line-item__value-container {
  width: 100%;
  color: #ed1747;
}
@media (max-width: 500px) {
  .value-allocations .cost-breakdown-table .cost-breakdown-table__line-item.cost-breakdown-table__charity-charge-line-item .line-item__description-container {
    width: 100%;
    padding-bottom: 0;
  }
  .value-allocations .cost-breakdown-table .cost-breakdown-table__line-item.cost-breakdown-table__charity-charge-line-item .line-item__value-container {
    width: 100%;
    text-align: left;
  }
  .value-allocations .cost-breakdown-table .cost-breakdown-table__line-item.cost-breakdown-table__charity-charge-line-item .radio label {
    padding: 10px;
  }
}
.value-allocations .cost-breakdown-table .cost-breakdown-table__line-item.cost-breakdown-table__charity-charge-line-item .charity-charge-radio-button-container {
  padding: 10px;
}
.cost-breakdown-table__charity-charge-line-item .radio,
.charity-charge-line-breakdown .radio {
  padding: 0;
  margin: 0;
  width: 25%;
}
.cost-breakdown-table__charity-charge-line-item input[type="radio"],
.charity-charge-line-breakdown input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
  display: none;
}
.cost-breakdown-table__charity-charge-line-item .radio label::after,
.charity-charge-line-breakdown .radio label::after,
.cost-breakdown-table__charity-charge-line-item .radio label::before,
.charity-charge-line-breakdown .radio label::before {
  display: none;
}
.cost-breakdown-table__charity-charge-line-item .radio label,
.charity-charge-line-breakdown .radio label {
  display: inline-block;
  background-color: #ffffff;
  padding: 10px;
  font-size: 12px;
  border: 1px solid #ed1747;
  font-weight: bold;
  width: 100%;
}
.cost-breakdown-table__charity-charge-line-item .radio:first-child label,
.charity-charge-line-breakdown .radio:first-child label {
  margin-left: 0;
}
.cost-breakdown-table__charity-charge-line-item input[type="radio"]:checked + label,
.charity-charge-line-breakdown input[type="radio"]:checked + label {
  background-color: #ed1747;
  border-color: #ed1747;
  color: #fff;
}
.cost-breakdown-table__charity-charge-line-item label:hover,
.charity-charge-line-breakdown label:hover {
  background-color: #ed1747;
  color: #fff;
}
.charity-charge-line-breakdown .radio label {
  font-size: 1em;
}
.charity-charge-line-breakdown .name span {
  color: #ed1747;
}
@media (max-width: 515px) {
  .table-breakdown > .line-breakdown.charity-charge-line-breakdown .name-container {
    width: 100%;
    padding-bottom: 10px;
  }
  .table-breakdown > .line-breakdown.charity-charge-line-breakdown .value-container {
    width: 100%;
    padding-top: 10px;
    text-align: left;
  }
}
.flex-box {
  display: flex;
}
.flex-box.full {
  flex: 1 0 auto;
}
.flex-box.independent {
  flex: 0 1 auto;
}
.flex-box.row {
  flex-direction: row;
}
.flex-box.column {
  flex-direction: column;
}
.flex-box.item-align-center {
  align-items: center;
}
.flex-box.content-justified-center {
  justify-content: center;
}
.social-share-button {
  background: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
.social-share-button i:before {
  color: #999;
}
.social-share-button:hover i:before {
  color: #ed1747;
}
.order-detail-image {
  margin: 0 5em 0 5em;
  height: 7em;
}
.order-detail-row {
  margin-bottom: 1em;
}
.order-detail-value {
  text-align: right;
}
.order-detail-total {
  background-color: #F5F6F8;
}
.btn-wide {
  padding: 0.5em 2em;
  width: 100%;
  border-top: 1px solid #DCE0E0;
  background-color: #FFFFFF;
}
.order-btn-submit {
  color: #ed1747;
}
.order-detail-confirm-action {
  z-index: 1;
  position: fixed;
  top: 30%;
  display: none;
  box-shadow: 0 4px 12px 0 rgba(70, 74, 82, 0.08);
}
.order-detail-pop-over-shade {
  position: fixed;
  /* Sit on top of the page content */
  display: block;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
}
.order-detail-pop-over-shade.display-none {
  display: none;
}
.order-detail-pop-over-shade.dark-background {
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
}
.order-detail-pop-over-shade.light-background {
  background-color: rgba(128, 128, 128, 0.15);
}
.order-detail-message-content-box {
  background-color: #FFFFFF;
  padding: 2em;
}
.order-Market-type-Buy-cell {
  color: #71D050;
}
.order-Limit-type-Buy-cell {
  color: #F5A623;
}
.order-Market-type-Sell-cell {
  color: #17B5E2;
}
.order-Limit-type-Sell-cell {
  color: #31D6B2;
}
.order-time-in-force-cell {
  color: #ed1747;
}
.order-Stop-type-Buy-cell {
  color: #FA7459;
}
.order-Stop-type-Sell-cell {
  color: #375D9B;
}
.activate-account-types-container {
  background-color: #f5f6f8;
}
.activate-account-types-container .allowed-trust-accounts-container {
  text-align: left;
  display: inline-block;
}
.activate-account-types-container .activate-account-types-more-info-chevron {
  background-color: white;
  padding: 15px;
  margin-bottom: 2px;
}
.activate-account-types-container .activate-account-types-button {
  border: solid 2px #86888b;
  border-radius: 2px;
  background-color: #f5f6f8;
  padding: 15px;
  margin-bottom: 40px;
}
.activate-account-types-container .activate-account-types-button:hover {
  background-color: #ed1747;
  color: white;
}
.activate-account-types-container .activate-account-types-button:focus {
  background-color: #ed1747;
  color: white;
}
.activate-account-types-container .product-descirption-text-container {
  white-space: pre-line;
}
.activate-account-types-container .activate-product-redirect-button {
  border: solid 2px #86888b;
  border-radius: 2px;
  background-color: #f5f6f8;
  padding: 15px;
  margin-bottom: 40px;
}
.activate-account-types-container .activate-product-redirect-button:hover {
  background-color: #ed1747;
  color: white;
}
.activate-account-types-container .activate-product-redirect-button:focus {
  background-color: #ed1747;
  color: white;
}
#activate-account-type-coloured-box {
  border: none;
}
.capture-beneficiaries-container .activate-account-button {
  margin-top: 40px;
  margin-bottom: 20px;
  background-color: #ed1747;
  color: white;
}
.capture-beneficiaries-container .add-another-beneficiary-button {
  border: solid 2px #86888b;
  border-radius: 2px;
  background-color: white;
  margin-top: -50px;
  color: #86888b;
}
.easy-crypto-info {
  background-color: #5308b2;
  color: white;
  margin-left: -20px;
  margin-right: -20px;
  padding: 25px 0px 25px 0px;
}
.activate-product-success-box {
  background-color: #ffffff;
  padding: 40px 100px;
  border: 1px solid;
  border-radius: 4px;
  border-color: black;
  background-color: #f5f6f8;
}
.display-box-rounded {
  border: 1px solid;
  border-radius: 4px;
  border-color: black;
  background-color: #f5f6f8;
}
.removeFromWatchlist {
  background: white;
  border: 1px solid #ff8c00;
  color: #ff8c00;
  float: right;
  padding: 5px 10px;
  border-radius: 10px;
}
.removeFromWatchlist img {
  color: #ff8c00;
  filter: brightness(0) invert(66%) sepia(55%) saturate(4730%) hue-rotate(358deg) brightness(104%) contrast(110%);
}
.removeFromWatchlist #add-remove-star-image {
  height: 25px;
  width: 25px;
}
.addToWatchlist {
  background: white;
  border: 1px solid #a9a9a9;
  color: #a9a9a9;
  float: right;
  padding: 5px 10px;
  border-radius: 10px;
}
.addToWatchlist img {
  color: #a9a9a9;
}
.addToWatchlist #add-remove-star-image {
  height: 25px;
  width: 25px;
}
@media (min-width: 0) and (max-width: 767px) {
  .removeFromWatchlist {
    margin: 2% 10%;
    width: 80%;
  }
  .addToWatchlist {
    margin: 2% 10%;
    width: 80%;
  }
}
.price-alerts-create-container .price-alerts-input-box {
  border: 1px solid #86888b;
  outline: none;
  background: white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  height: 4em;
  border-radius: 4px;
}
.price-alerts-create-container .price-alerts-input-box:focus {
  outline: none;
  border: 1px solid #86888b;
  background: white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.price-alerts-create-container .price-alerts-greater-than-symbol {
  padding: 15px;
  background-color: white;
}
.price-alerts-create-container .price-alerts-greater-than-symbol.selected {
  background-color: #0ddaba;
  color: white;
}
.price-alerts-create-container .price-alerts-less-than-symbol {
  padding: 15px;
  background-color: white;
}
.price-alerts-create-container .price-alerts-less-than-symbol.selected {
  background-color: #f4942a;
  color: white;
}
.price-alerts-loader {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: rgba(128, 128, 128, 0.15);
}
.active-price-alerts-container .price-alert-container {
  padding: 0;
  background-color: #f5f6f8;
}
.active-price-alerts-container .price-alert-container.left-border {
  border-left: solid 5px;
  border-radius: 2px;
  background: white;
  box-shadow: 0 2px 4px 0 #dedfe1;
  height: auto;
}
.active-price-alerts-container .price-alert-container .image-container {
  padding: 0px 5px 0px 0px;
}
.active-price-alerts-container .price-alert-container .price-alerts-greater-than-symbol {
  color: #0ddaba;
}
.active-price-alerts-container .price-alert-container .price-alerts-less-than-symbol {
  color: #f4942a;
}
.active-price-alerts-container .price-alert-container .target-text {
  color: #4a4a4a;
  font-weight: 600;
}
.active-price-alerts-container #set-new-alerts-popup-container {
  width: 100%;
  height: 70%;
  z-index: 1;
  position: absolute;
}
.crypto-consitients-container {
  display: inline-block;
  width: 100%;
}
.crypto-consitients-container .crypto-consitiuents-table {
  width: 100%;
}
.crypto-consitients-container .crypto-consitiuents-table .crypto-consitients-row:nth-child(even) {
  background-color: #f2f2f2;
}
.crypto-consitients-container .crypto-consitiuents-table .crypto-constituent-img {
  height: 30px;
  width: 30px;
}
#busyLoading {
  position: absolute;
  left: 37%;
  top: 50%;
  z-index: -1;
}
ul#notification-list {
  padding: 0 0;
}
#notification-icon {
  width: 100px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.notifications-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  list-style-type: none;
}
.icon-notifications {
  padding: 0 0;
}
.notifications__badge[data-count]:after {
  content: attr(data-count);
  height: 1.25rem;
  width: 1.25rem;
  line-height: 1rem;
  position: absolute;
  top: -10%;
  right: -25%;
  text-align: center;
  font-size: 1.1rem;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ed1747;
  background: #ed1747;
}
.notifications__menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  width: 35rem;
  height: 50rem;
  padding: 0 0;
  margin: 0 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "OpenSans Regular";
}
.notification__menu__listitem {
  display: block;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  clear: both;
  font-size: 1rem;
  font-weight: 200;
  color: #86888b;
  white-space: normal;
  word-wrap: break-word;
  font-size: 10px;
  cursor: default;
}
ul#notification__list-unread {
  padding: 0.5rem 2rem 0.5rem 2.5rem;
}
ul#notification__list-read {
  padding: 0.5rem 2rem 0.5rem 2.5rem;
}
.notification__menu__listitem-unread:hover,
.notification__menu__listitem-unread:active {
  color: #797b7e;
  text-decoration: none;
  background-color: #f5f6f8;
  cursor: pointer;
}
.notification__menu__listitem-unread {
  display: block;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  white-space: normal;
  word-wrap: break-word;
  color: #4a4a4a;
  font-size: 10px;
  cursor: pointer;
}
.btn-mark-read-notification-checkbox {
  cursor: pointer;
}
.notification__menu-title {
  display: block;
  padding: 2.5rem 2rem 0.5rem 2.5rem;
  clear: both;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  font-family: "OpenSans Regular";
  color: #4a4a4a;
  text-align: center;
}
.notification__menu-sub-title {
  display: block;
  padding: 0.5rem 2rem 0.5rem 2.5rem;
  clear: both;
  font-weight: bold;
  line-height: 1.42857143;
  color: #ed1747;
  white-space: nowrap;
  font-family: "OpenSans Regular";
  font-size: 16px;
  background-color: initial;
}
.notification__menu__listitem .notification__link {
  color: #ed1747;
  float: right;
  padding: 0rem 1rem;
}
li.notification__link {
  list-style-type: none;
}
li#AddMessages {
  list-style-type: none;
  color: #ed1747;
  float: right;
  padding: 0rem 1rem;
}
.easyequities-padding {
  padding: 0 0 !important;
}
li.notify .wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 10px;
}
li.notify .wrapper h4 {
  align-items: center;
  justify-content: center;
}
li.notify .wrapper h4 label {
  margin: 0 0 0 0px;
}
li.notify .wrapper .content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
li.notify .wrapper .content .content-row {
  align-items: center;
  display: flex;
}
li.notify .wrapper .content .content-row.flex-row {
  flex-direction: row;
}
li.notify .wrapper .content .content-row.flex-column {
  flex-direction: column;
}
li.notify .wrapper .content .content-row .content-row-loading {
  display: flex;
  justify-content: center;
  width: 100%;
}
li.notify .wrapper .content .content-row .content-row-loading img {
  height: 48px;
}
li.notify .wrapper .content .content-row label {
  margin: 0;
}
li.notify .wrapper .content .content-row .label-left {
  align-items: center;
  color: #ed1747;
}
li.notify .wrapper .content .content-row .label-left .badge {
  font-size: 8px;
}
li.notify .wrapper .content .content-row .action-right {
  align-items: center;
  justify-content: flex-end;
}
li.notify .wrapper .content .content-row .action-right a {
  color: #000000;
  font-size: 10px;
}
.user-notification_dropdown {
  width: 375px;
  height: 545px;
  overflow: hidden;
  overflow-y: visible;
  left: -235px;
  right: auto;
}
.flex-grow-no-shrink {
  display: flex;
  flex: 1 0 auto;
}
.flex-no-grow-shrink {
  display: flex;
  flex: 0 1 auto;
}
.spaced-xy-10 {
  margin: 10px 0;
}
.message-list li {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  padding: 5px 0;
}
.message-list li:first-child {
  border-top: 1px solid #E0E0E0;
}
#read-list.message-list li,
#unread-list.message-list li {
  background-color: #f8f8f8;
  display: flex;
  width: 100%;
}
#read-list.message-list li .lean-content,
#unread-list.message-list li .lean-content {
  display: flex;
  flex: 1 0 auto;
  max-width: 90%;
}
#read-list.message-list li .lean-content em,
#unread-list.message-list li .lean-content em {
  overflow-wrap: break-word;
}
#read-list.message-list li .lean-action,
#unread-list.message-list li .lean-action {
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
}
#read-list.message-list li .lean-content em {
  overflow-wrap: break-word;
}
#unread-list.message-list li.being-deleted,
#unread-list.message-list li.being-deleted:hover {
  background: rgba(237, 23, 71, 0.1);
}
.message-list li div {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: normal;
  padding: 0 5px;
}
.content-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.content-container .load-more-action {
  display: flex;
  font-size: 12px;
  justify-content: center;
  margin: 10px 0;
}
.counter-badge {
  position: absolute;
  top: 30px;
  right: -5px;
  background: #ed1747;
  height: 18px;
  line-height: 8px !important;
  width: 18px;
  font-size: 10px;
  padding: 4px;
  color: #FFF;
  border-radius: 112px;
}
@media (max-width: 1079px) {
  .user-notification_dropdown {
    width: 320px !important;
    left: -130px !important;
  }
  span.unread-message-badge,
  span.read-message-badge {
    line-height: unset !important;
  }
  .counter-badge {
    top: 20px;
  }
}
.notif-no-padding {
  padding: 0 0 !important;
}
.notif-value-padding {
  padding: 1rem;
  background: #F5F6F8;
}
.notif-header {
  background: white;
  display: flex;
  height: 52px;
  align-items: center;
  justify-content: center;
}
.bell-icon {
  width: 25px;
}
.notif-p {
  padding: 11px 0 0px;
  font-size: 18px;
  font-weight: 400;
  color: black;
  font-family: "Questrial", sans-serif;
}
.fa-bell-icon {
  font-size: 18px;
  padding-right: 1rem;
}
.label-notif {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.satrix-bell-inside {
  margin: 0 0 0 10px !important;
}
.advanced-order-container .advanced-order-btn {
  width: 100%;
  color: #86888B;
  font-size: 14px;
  margin: 0 0 0.3em;
  font-size: 12px;
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 5px;
  cursor: pointer;
  border-bottom: 1px solid #dedfe1;
}
.advanced-order-container .advanced-order-btn i {
  font-weight: 600;
}
.advanced-order-container .advanced-order-btn.disabled {
  background-color: #f5f6f8;
}
.advanced-order-container .advanced-order-input-box-container {
  display: flow-root;
}
.advanced-order-container .advanced-order-input-box-container .advanced-order__enter-value-container__opaque-gray-background {
  background-color: #f5f6f8;
  border: 2px solid white;
  padding: 10px;
}
.advanced-order-container .advanced-order-input-box-container .advanced-order__enter-value-container__opaque-gray-background .input-group .input-group-addon {
  padding: 3px 5px;
  color: #4a4a4a;
  font-weight: 600;
  font-size: 16px;
}
.advanced-order-container .advanced-order-input-box-container .advanced-order__enter-value-container__opaque-gray-background .input-group .enter-value-container__input-box {
  border: 1px solid #0ddaba;
  outline: none;
  background: white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  height: 4em;
  border-radius: 4px;
}
.advanced-order-container .advanced-order-input-box-container .advanced-order__enter-value-container__opaque-gray-background .input-group .enter-value-container__input-box.invalid-input-box-border {
  border-color: #ed1747;
}
.advanced-order-container .advanced-order-input-box-container .advanced-order__enter-value-container__opaque-gray-background .input-group .enter-value-container__input-box.disabled {
  background-color: #f5f6f8;
}
.stop-buy-color {
  color: #FA7459;
}
.limit-buy-color {
  color: #F5A623;
}
.stop-sell-color {
  color: #375D9B;
}
.limit-sell-color {
  color: #31D6B2;
}
.mobile-body .advanced-order-container {
  display: flow-root;
  padding: 15px 15px 0 15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
.update-description-button-container {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.bankingDetailRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.countryIcon {
  margin-right: 5px;
  height: 26px;
}
.bankingDetail-glyphicon-menu-right-container {
  display: flex;
  flex-direction: row-reverse;
}
.bankingDetail-description {
  color: #4a4a4a;
}
.corporate-action-document-link {
  color: #86888b;
  text-decoration: auto;
}
.corporate-action-voted-section {
  border: 1px solid #ed1747;
  background-color: rgba(237, 23, 71, 0.05);
}
.corporate-action-options-container {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.corporate-action-option-border {
  border: 1px solid #dedfe1;
  border-top: 4px solid;
}
.corporate-action-example-container {
  padding-left: 15px;
  border-left: 4px solid;
}
.corporate-action-important-date {
  color: #ed1747;
}
.corporate-action-alert-border {
  border: solid 1px #ed1747;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .home-header {
    margin-bottom: 10px;
  }
  .square-block-primary-secondary-inner {
    padding: 20px 0;
  }
  .square-block-primary-secondary-outer {
    padding: 0px 40px;
  }
  .youtube-play {
    padding-bottom: 20px;
  }
  .header-lg {
    margin-top: -55px;
  }
}
@media (min-width: 992px) {
  .control-md-margin-top {
    margin-top: 22px;
  }
  .control-md-margin-top-mini {
    margin-top: 11px;
  }
  .control-md-margin-top-large {
    margin-top: 44px;
  }
  .no-line-break {
    display: none;
  }
}
@media (max-width: 991px) {
  .control-sm-margin-bottom {
    margin-bottom: 22px;
  }
  .control-sm-margin-top {
    margin-top: 22px;
  }
  .control-sm-margin-top-large {
    margin-top: 44px;
  }
  .control-sm-margin-top-mini {
    margin-top: 11px;
  }
  .steps-divider {
    border: none;
  }
}
@media (min-width: 768px) {
  .col-sm-text-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .login-container {
    padding: 0px;
  }
  .sign-in-auth-container {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .font62 {
    font-size: 2em !important;
  }
  .font84 {
    font-size: 1.5em !important;
  }
  .bootstrap-datetimepicker-widget.pull-right:before {
    right: 15px !important;
  }
  .bootstrap-datetimepicker-widget.pull-right:after {
    right: 15px !important;
  }
  .bootstrap-datetimepicker-widget {
    right: 15px !important;
  }
  .logo-bottom {
    padding-left: 15px !important;
  }
  .shade-directional {
    border: 5px solid #ffffff;
  }
  .control-xs-margin-bottom {
    margin-bottom: 22px;
  }
  .control-xs-margin-bottom-mini {
    margin-bottom: 11px;
  }
  .control-xs-margin-top {
    margin-top: 22px;
  }
  .control-xs-margin-top-mini {
    margin-top: 11px;
  }
  .control-xs-margin-top-none {
    margin-top: 0;
  }
  .content-header {
    margin-bottom: 11px;
  }
  .block-large {
    padding: 25px 15px !important;
  }
  .block-medium {
    padding: 20px !important;
  }
  .block-mobile {
    padding: 20px !important;
    background: #ffffff !important;
  }
  .block-small {
    padding: 25px 15px !important;
  }
  .block-small-no-division {
    padding: 25px 15px !important;
  }
  .narrow-letter-spacing {
    letter-spacing: -1px;
  }
  .font18 {
    font-size: 1em;
  }
  .alert-align {
    text-align: inherit;
  }
  .col-xs-text-right {
    text-align: right;
  }
  .circle-container {
    width: 22px;
  }
  .col-xs-width-1 {
    width: 35%;
  }
  .col-xs-width-2 {
    width: 30%;
  }
}
@media screen and (min-width: 600px) {
  .mobile-only {
    display: none;
  }
}
#outdated-webview-modal-container.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
#outdated-webview-modal-container.modal.display-block {
  display: block;
}
#outdated-webview-modal-container .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
#outdated-webview-modal-container .close:hover,
#outdated-webview-modal-container .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn.btn-mobile {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none !important;
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .img-tfsa-bg-plan {
    border-right: 10px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .img-landing2 {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .img-challenge-header-mobile {
    width: 100% !important;
  }
  .about-mobile-img {
    width: 100% !important;
  }
  .img-tfsa-bg-plan {
    background-image: url('../../../Content/Images/Common/tfsa-bg-plan-mobile.jpg');
    background-repeat: no-repeat;
    background-position: right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-left: 8px solid #ffffff;
    border-right: 0px;
  }
}
@media (max-width: 767px) {
  .registration-form-grp {
    margin: 10px 0 0 0;
  }
  .registration-form-grp .registration-section-grp {
    padding: 0 !important;
  }
  #user-registration-tab.nav.nav-tabs {
    margin-top: 10px;
  }
  #user-registration-tab.nav.nav-tabs > li > a {
    padding: 0px 6px;
  }
  #user-registration-tab.nav.nav-tabs > li > a.breadcrumb-arrow,
  #user-registration-tab.nav.nav-tabs > li > a.breadcrumb-arrow:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .confirm-control-group .confirm {
    width: 20% !important;
  }
  .confirm-control-group .confirm-description {
    width: 80% !important;
  }
  .success-img {
    max-height: 185px;
  }
}
@media (max-width: 767px) {
  /*.denominations .col-thumbnail-0 {
        padding-right: 5px;
    }

    .denominations .col-thumbnail-1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .denominations .col-thumbnail-2 {
        padding-left: 5px;
    }*/
  .denominations .thumbnail.predetermined {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .denominations .thumbnail {
    font-size: 1.3em;
  }
  .denominations .thumbnail .currency {
    top: -9px;
    left: 3px;
  }
  .denominations .thumbnail .input-group-lg > .input-group-addon {
    border: none;
    height: 49px;
    padding: 0px 12px;
  }
  .bootstrap-tagsinput input {
    width: 100% !important;
  }
  .equity-image-as-text {
    font-size: 12px;
  }
  .equity-image-as-text > div {
    line-height: 16px;
  }
  #successful-trade-info .equity-image-as-text {
    top: 35%;
  }
  .filter-bar .bootstrap-tagsinput .tag-margin {
    margin-top: 0;
    margin-bottom: 0;
  }
  .trade-pricing-inner-container {
    padding-left: 15px;
  }
  .trade-pricing-inner-container .action-container {
    margin-top: 11px;
  }
  .trade-pricing-inner-container .action-label-container {
    line-height: 22px;
    margin-bottom: 11px;
    font-size: 14px;
  }
  .trade-pricing-inner-container .action-label-container .action-label {
    padding-left: 0px;
  }
  .trade-pricing-inner-container .action-text {
    display: none;
  }
  .trade-pricing-inner-container.mobile {
    padding: 15px;
  }
  .delayed-prices-notes {
    border: none;
    padding: 0px;
  }
  .asset-group-logo-margin {
    margin-right: initial;
  }
}
@media (max-width: 767px) {
  #companies-home-carousel {
    display: none !important;
  }
  #landing-home-carousel .carousel-indicators {
    display: none;
  }
  #landing-home-carousel .carousel-inner {
    height: auto;
  }
  #landing-home-carousel .carousel-inner .item {
    height: auto;
  }
  #landing-home-carousel .carousel-inner .item .popup-container {
    margin-top: 30px !important;
  }
  #landing-home-carousel .carousel-inner .item .popup-container .popup {
    padding: 15px 25px 1px 25px !important;
  }
  #get-started-home-carousel .carousel-indicators {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-us-header {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .building-blocks .content {
    padding: 25px 15px;
  }
  .achievements .square-block-inner-white-bgdark {
    padding: 30px 0;
  }
  .achievements .achievement-investing {
    padding: 25px 15px;
  }
  .achievements .description-mission {
    padding: 35px 25px 35px 25px;
  }
  .achievements .shade-bg .trophy-text {
    line-height: 28px;
    color: #ed1747;
  }
  .tcf-questions {
    padding: 25px;
  }
  .tcf-ux .left-container {
    padding: 25px 15px;
  }
  .tcf-ux .square-block-inner-primary-bgbody {
    padding: 15px 15px;
  }
}
@media (max-width: 991px) {
  .tcf-graph .company-summary {
    position: relative;
  }
}
@media (max-width: 767px) {
  .insights-gt247-logo {
    margin-top: 22px;
    float: none !important;
    width: auto;
  }
  .how-gt-fit-in {
    margin-top: 22px;
  }
  .insights-settings-cog {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  h1.ee-comparison-header {
    font-size: 36px;
  }
  .simple-steps .steps-content,
  .simple-steps .steps-header {
    font-size: 16px;
  }
  .img-coming-soon-strategy {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .img-option-divider {
    margin-left: -15px;
  }
  .img-coming-soon-strategy {
    margin-left: -15px;
    margin-top: -50px;
  }
}
@media (max-width: 991px) {
  .line-left {
    border-left: 0px;
  }
  .widthraw-tick,
  .hour-glass {
    margin-top: 2px;
  }
  .withdrawal-block-padding {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .withdrawal-available-funds-block {
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .top-broker-block-light-blue {
    background-color: #c8d6dc;
    padding: 25px 15px;
    letter-spacing: -1px;
  }
  .top-broker-block-light-blue h1 {
    margin-top: 0px;
    font-size: 1.5em;
  }
  .top-broker-block-light-blue img .media-object {
    margin-top: -11px !important;
  }
  .top-broker-watch-learn {
    font-size: 1.5em !important;
  }
  .line-height50 {
    line-height: 1em ;
  }
}
@media (max-width: 767px) {
  .voucher-subheading-secondary {
    font-size: 1em !important;
    padding: 0px;
  }
  .voucher-subheading-primary {
    font-size: 1em !important;
  }
  .send-voucher-block {
    padding: 10px;
  }
  .voucher-anonymous-intro-block {
    padding: 30px 15px;
  }
  .voucher-login-block-white .inner-anon-login-block {
    padding: 66px 15px;
  }
  .voucher-congrats-padding .header-lg {
    font-size: 39px;
  }
  .voucher-congrats-padding .header-md {
    font-size: 39px;
  }
}
@media (min-width: 991px) {
  .voucher-login-padding {
    padding-right: 40px;
  }
  .dashed-border-right {
    border-right: dotted 3px white;
  }
  .voucher-register-padding {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .send-voucher-button-top-margin {
    margin-top: 11px;
  }
  #redeemsendTab #sendListItem {
    float: left !important;
  }
  #redeemsendTab li {
    width: 50%;
  }
  #redeemsendTab li.active a h2 {
    background-color: #ed1747;
  }
  .voucher-login-block-white {
    padding: 0px 15px;
    text-align: center;
  }
  .voucherSendText {
    padding: 20px;
    color: white;
    background-color: #dedfe1;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
  }
  .voucherRedeemText {
    padding: 20px;
    color: white;
    background-color: #dedfe1;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
}
.voucher-input-box .form-control {
  box-sizing: border-box;
  padding: 10px 14px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #0DDABA;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  text-transform: inherit;
}
.redeem-mobile-image-tab {
  background-repeat: no-repeat;
  height: 36px;
  width: 36px;
  background-position: center;
  margin: auto;
}
.issue-mobile-image-tab {
  background-repeat: no-repeat;
  height: 36px;
  width: 36px;
  background-position: center;
  margin: auto;
}
@media (max-width: 1080px) {
  .redeem-mobile-image-tab {
    height: 36px;
    width: 36px;
  }
  .issue-mobile-image-tab {
    height: 36px;
    width: 36px;
  }
}
.redeem-mobile-image-tab {
  background-image: url('../../../Content/Images/NewMobile/redeem-voucher-icon-unselected.png');
}
.issue-mobile-image-tab {
  background-image: url('../../../Content/Images/NewMobile/buy-voucher-icon-unselected.png');
}
.redeem-voucher-button-image {
  background-image: url('../../../Content/Images/Vouchers/voucher-icon-redeem-pink-background.png');
}
.voucher-button-image {
  background-size: cover;
  height: 50px;
  width: 50px;
}
.voucher-icon {
  background-size: cover;
  height: 85px;
}
.voucher-icon-big {
  background-size: cover;
  height: 110px;
}
.voucher-vertical-align-center {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
}
.voucher-vertical-align-center-arrow {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  box-sizing: border-box;
  padding-top: 10px;
  text-align: right;
}
.voucher-termsandconditions-close {
  color: #ed1747;
  opacity: 1;
  font-weight: normal;
  font-size: 15px;
}
.voucher-action-button {
  box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
  border-radius: 8px;
  background: white;
}
.voucher-button-image-redeem-pink {
  background-image: url('../../../Content/Images/Vouchers/voucher-icon-redeem-pink-background.png');
}
.voucher-button-image-buy-pink {
  background-image: url('../../../Content/Images/Vouchers/voucher-icon-buy-pink-background.png');
}
.voucher-icon-redeem {
  background-image: url('../../../Content/Images/Vouchers/voucher-icon-redeem.png');
}
.voucher-icon-redeemed {
  background-image: url('../../../Content/Images/Vouchers/voucher-icon-success-red.png');
}
.voucher-icon-buy {
  background-image: url('../../../Content/Images/Vouchers/voucher-icon-buy.png');
}
.voucher-icon-sent {
  background-image: url('../../../Content/Images/Vouchers/voucher-success.png');
}
.voucher-mastercard-visa {
  background-image: url('../../../Content/Images/Common/mastercard_visa.png');
}
.voucher-border {
  box-sizing: border-box;
  height: 350px;
  left: 0px;
  margin-top: 50px;
  padding-top: 30px;
  border: 1px solid #DCE0E0;
  border-radius: 8px;
}
.voucher-credit-card-image {
  width: 107px;
  background-size: cover;
  height: 33px;
  padding-bottom: 10px;
}
.voucher-fixed-bottom {
  position: absolute;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 10px;
  bottom: 60px;
  width: 100%;
}
.voucher-fixed-middle {
  position: absolute;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 10px;
  bottom: 460px;
  width: 100%;
}
.voucher-text-strong {
  padding-top: 20px;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #4A4A4A;
}
.voucher-termsandconditions {
  text-decoration: none;
  padding-top: 10px;
}
.voucher-btn {
  border-radius: 8px;
  padding: 13px 100px;
  font-weight: 100;
}
.modal-mobile-close {
  margin-top: -18px !important;
}
.modal-dialog-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-content-fullscreen {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.voucher-buy-label-currency {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 22px;
  color: #4A4A4A;
  height: 40px;
  padding-top: 10px;
}
.voucher-buy-input-large {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  box-shadow: none;
  font-size: 16px;
  height: 150px;
  width: 100%;
  margin-top: 10px;
}
.voucher-spacing {
  height: 20px;
}
.voucher-value-currency-merged {
  background-color: #eeeeee;
  margin-left: 10px;
}
.voucher-value-input-merged {
  padding-left: 0px;
}
.voucher-buy-label-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}
.voucher-text-required {
  color: red;
}
.voucher-row-border-left-green {
  border-left: solid 5px #0DDABA;
}
.voucher-row-border-left-red {
  border-left: solid 5px #ED1747;
}
.voucher-row-border-bottom-seperator {
  border-bottom: 0.5px solid #DCE0E0;
}
.voucher-no-padding-left {
  padding-left: 0px;
}
.voucher-text-bold {
  font-weight: 600;
}
.voucher-buy-input {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  box-shadow: none;
  font-size: 16px;
  height: 39px;
}
.voucher-vat-label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.180882px;
  color: #86888B;
  text-align: center;
}
.voucher-topup-text {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #4A4A4A;
}
.voucher-deposit-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #86888B;
}
.voucher-buy-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4A4A4A;
  height: 40px;
  top: 10px;
}
.voucher-buy-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4A4A4A;
  height: 40px;
  top: 10px;
}
.voucher-mini-label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.180882px;
  color: #86888B;
}
.voucher-tab-mobile .nav-tabs > li.active > a .mobile-voucher-text {
  color: #FFFFFF;
}
.voucher-tab-mobile .nav-tabs > li.active > a .redeem-mobile-image-tab {
  background-image: url('../../../Content/Images/NewMobile/redeem-voucher-icon-selected.png');
}
.voucher-tab-mobile .nav-tabs > li.active > a .issue-mobile-image-tab {
  background-image: url('../../../Content/Images/NewMobile/buy-voucher-icon-selected.png');
}
.voucher-tab-mobile .nav-tabs > li > a {
  margin: 5px;
  border: solid;
  border-width: thin;
  border-color: lightgray;
  background-color: white;
  width: 125px;
  height: 125px;
  letter-spacing: 0px;
  font-size: 11px;
  text-decoration: none;
}
.voucher-tab-mobile .nav-tabs > li.active > a #voucherIconCircleBorder {
  background-color: rgba(255, 255, 255, 0.5);
}
.voucher-tab-mobile .nav {
  border-bottom: none;
}
.voucher-tab-mobile .mobile-voucher-text {
  color: #86888B;
}
#voucherBoxBorder {
  margin: auto;
  width: max-content;
}
#voucherIconCircleBorder {
  padding-top: 13px;
  border-radius: 50%;
  background: #f5f6f8 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 71px;
  width: 71px;
  margin: auto;
  margin-bottom: 5px;
}
.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.no-top-border {
  border-top: none !important;
}
.text-color-dark-grey {
  color: #4A4A4A;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.sx-error-page-h2 {
  color: #4a4a4a;
  font-weight: 400;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 16px;
}
.sx-error-page-img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.text-center {
  text-align: center;
}
@media (max-width: 767px) {
  .performance-margin,
  .performance-logo {
    margin-left: 15px;
    margin-right: 15px;
  }
  .no-padding-xs {
    padding-left: 0;
    padding-right: 0;
  }
  .bundle-container {
    background-color: #ffffff;
    border-left: 0;
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .slick-dots {
    margin-bottom: 0;
    position: initial;
  }
  .slick-slider {
    margin-bottom: 12px;
  }
}
#stock-view-image-container-mobile {
  width: 35%;
  display: inline-block;
}
.instrumentNameRow-mobile {
  display: inline-flex;
  width: 62%;
  border-top: none;
  color: #86888B;
}
.instrumentNameText-mobile {
  padding-left: 15px;
  width: 90%;
  font-size: 12px;
  display: inline-block;
  margin: auto;
  margin-right: -10px;
}
.icon-next-mobile {
  display: contents;
  color: #86888B;
}
.margin-auto {
  margin: auto;
}
.display-inline-flex {
  display: inline-flex !important;
}
#equity-mobile-selector-container {
  position: fixed;
  top: 52px;
  z-index: 10;
  color: white;
  width: inherit;
}
html.gonative body.mobile-body header.selector-tabs {
  border-bottom: none;
}
.equity-tab-mobile {
  margin: auto;
}
.equity-tab-mobile .nav-tabs {
  border-bottom: none;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 2px;
}
.equity-tab-mobile #equity-mobile-selector {
  margin: 5px;
  letter-spacing: 0px;
  font-size: 12px;
  text-decoration: none;
  color: white;
}
#equity-mobile-search-bar {
  margin: auto;
  border: none;
  margin-bottom: 10px;
}
#wide-container-mobile {
  padding-top: 0;
  display: inline-block;
}
.equity-selector-active-for-mobile {
  background: white;
  border-radius: 2px;
  color: black;
}
.equity-selector-active-coloring-for-trading-currency-1 {
  color: #0ddaba;
}
.equity-selector-active-coloring-for-trading-currency-2 {
  color: #ed1747;
}
.equity-selector-active-coloring-for-trading-currency-3 {
  color: #5308b2;
}
.equity-selector-active-coloring-for-trading-currency-4 {
  color: #385c9a;
}
.equity-selector-active-coloring-for-trading-currency-5 {
  color: #ed1747;
}
.equity-selector-active-coloring-for-trading-currency-6 {
  color: #12b5e2;
}
.equity-selector-active-coloring-for-trading-currency-9 {
  color: #f4942a;
}
.equity-selector-active-coloring-for-trading-currency-10 {
  color: #00bff3;
}
.equity-selector-active-coloring-for-trading-currency-16 {
  color: #00843d;
}
#holding-value-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
#holding-value-container #HoldingRemoveFromWatchlistButton {
  background: white;
  color: #ff8c00;
  float: right;
  border: none;
  padding: 0;
}
#holding-value-container #HoldingAddToWatchlistButton {
  background: white;
  color: #a9a9a9;
  float: right;
  border: none;
  padding: 0;
}
#holding-value-container .light-border {
  border: 1px solid #DCE0E0;
}
#holding-value-container .price-lists-bell-margin {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 0;
}
.holding-value-container-margin {
  margin: auto;
  padding: 0;
}
#holding-value-container-short-name-text {
  color: #4a4a4a;
  font-size: 18px;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin: auto;
  margin-left: 0px;
}
#holding-value-container-current-value-number {
  font-size: 24px;
}
.bold-text-weight-and-color {
  font-weight: bold;
  color: #4a4a4a;
}
.no-padding-left-right {
  padding-left: 0px;
  padding-right: 0px;
}
.holding-profit-loss-share-details-container {
  padding-top: 12px;
  font-size: 13px;
  color: #4a4a4a;
}
.holding-profit-loss-share-details-container .holding-profit-loss-details {
  font-size: 13px;
  font-weight: 600;
}
.no-padding-top {
  padding-top: 0px;
}
.no-padding-right-5 {
  padding-top: 5px;
}
.no-padding-bottom {
  padding-bottom: 0px;
  border-bottom: none;
}
.width-29 {
  width: 29%;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.myholding-title {
  margin-bottom: 5px;
  color: #183462;
  font-size: 16px;
}
.game-card-ratio {
  width: 10px !important;
  height: 8px !important;
  margin-left: 6px !important;
}
.myholding-title-line {
  color: #86888b;
  font-size: 14px;
  font-weight: 400;
}
.bundle-title-line {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 200 !important;
}
.myholding-title-line-info {
  color: #86888b;
  font-size: 12px;
  font-weight: 400;
}
.myholding-title-line-info-600 {
  color: #86888b;
  font-size: 12px;
  font-weight: 600;
}
.chart-title-line-info {
  color: #86888b;
}
.myholding-title-line-info-fine {
  color: #86888b;
  font-size: 10px;
  font-weight: 400;
}
.myholding-title-line-info-fine-500 {
  font-size: 10px;
  font-weight: 500;
}
.myholding-title-amount-500-16 {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 500;
}
.myholding-title-amount {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
}
.myholding-title-amount-500 {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 500;
}
.myholding-title-amount-600 {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
}
.myholding-title-amount-400 {
  font-size: 12px;
  font-weight: 400;
}
.bundleinvest-title-amount {
  color: #86888b;
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
}
.allocation-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
}
.allocation-alignment {
  text-align: left !important;
  padding: 3px !important;
}
.font-italic {
  font-style: italic;
}
.bundle-buy-sell-product-font {
  font-weight: bold;
  color: #696969;
}
.padding-left-right-radius {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.padding-left-right-radius-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.padding-left-right-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-left-19 {
  padding-left: 19px;
}
.border-radius {
  border-radius: 8px;
}
.buy-font {
  font-weight: bold;
  color: #696969;
}
.instruments-detail-active-corporate-action-inline {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 10px 0px 0 10px;
  background-color: #ed174733;
}
.buy-bundle-padding {
  padding: 10px 15px 10px 15px;
}
.buy-bundle-padding-2 {
  padding: 10px 15px 0px 15px;
}
.buy-bundle-padding-3 {
  padding: 0px 15px 0px 15px;
}
.bundle-background {
  background-color: #ffffff;
}
.display-none {
  display: none;
}
.buy-margin-zero {
  margin-top: 0px;
}
.bundle-buy-sell-line-breakdown {
  color: #86888b;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.instruments-detail-active-corporate-action {
  border: 1px solid #0ddaba;
  border-radius: 4px;
}
.instruments-detail-active-corporate-action-brown-red {
  border: 1px solid #ed1747;
  border-radius: 4px;
}
.instruments-detail-active-corporate-action-line {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}
.font-weight-900 {
  font-weight: 900 !important;
}
.holding-button-container {
  text-decoration: none;
  border: solid 1px #dedfe1;
  text-align: center;
  color: white;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 48%;
  background-color: #ed1747;
  font-size: 12px;
}
.holding-button-container:first-child {
  margin-right: 10px;
}
.holding-button-container-width-100 {
  text-decoration: none;
  border: solid 1px #dedfe1;
  text-align: center;
  color: white;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  background-color: #ed1747;
  font-size: 12px;
}
.holding-button-container.unit-trust-holding {
  width: 31%;
}
.holding-button-container.unit-trust-holding:nth-child(2) {
  margin-right: 9px;
}
.holding-button-container.unit-trust-holding:last-child {
  width: 32%;
}
.holding-button-container.property-holding {
  width: 100%;
}
.holding-button-container:focus {
  color: white;
  text-decoration: none;
}
.holding-button-container:hover {
  color: white;
  text-decoration: none;
}
.holding-review-insurance-btn {
  border-radius: 2px;
  background-color: #f5f6f8;
  border: 1px solid #86888B;
  margin-top: 15px;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  display: inline-block;
  color: #4a4a4a;
}
.holding-review-insurance-btn:focus:hover {
  background-color: #ed1747;
  color: white;
  text-decoration: none;
}
.holding-information {
  background-color: #f5f6f8;
  padding: 15px;
}
.holding-information .holding-information-row {
  padding-bottom: 15px;
  display: flex;
}
.holding-information .holding-information-row-fine {
  padding-bottom: 1px;
  display: flex;
}
.holding-pricing-information-container {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #f5f6f8;
  color: #86888b;
}
.equity-performance-holding {
  border-right: 1px solid #dedfe1;
  padding-right: 10px;
}
.padding-left-2 {
  padding-left: 2px;
}
.padding-left-10 {
  padding-left: 10px;
}
.holding-chart-container {
  padding: 15px;
  background-color: #f5f6f8;
}
.holding-chart-container .equity-performance:nth-child(odd) {
  border-right: none;
  padding-right: 10px;
}
.holding-chart-container .zoom .btn {
  width: 60px;
}
#daily-change-text-container {
  text-align: left;
}
#daily-change-text {
  font-size: 13px;
  font-weight: 600;
}
.holding-select-arrow-user-row-holding {
  position: sticky;
  padding-left: 45px;
  color: #86888b;
}
.holding-pricing-container {
  padding-top: 20px;
  background-color: #f5f6f8;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 600;
}
.holding-how-the-pricing-works-link {
  display: inline-block;
  text-align: left;
  width: 100%;
  padding-top: 10px;
}
.holding-how-the-pricing-works-link #pricing-explanation #title {
  font-weight: 600;
}
.dividend-payout-container {
  padding-bottom: 15px;
  padding-top: 15px;
  display: flex;
}
.dividend-payout-container .dividend-payout-image {
  min-width: 66px;
  min-height: 66px;
  background-image: url('../../../Content/Images/NewMobile/Holding-Details/dividend_payout.png');
  background-repeat: no-repeat;
  margin: auto;
}
.dividend-payout-container .holding-right-arrow {
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  color: #86888b;
}
.margin-auto {
  margin: auto;
}
.holding-more-information-container {
  background-color: #f5f6f8;
  padding-top: 20px;
}
.holding-more-information-container .holding-more-information-div {
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
.holding-more-information-container #holding-learn-about-text {
  font-weight: 600;
  color: #4a4a4a;
  padding-bottom: 15px;
  display: flex;
}
.holding-more-information-container .holding-more-information-text-container {
  border-bottom: solid 1px #dedfe1;
  display: flex;
  text-decoration: none;
}
.holding-more-information-container .holding-more-information-text-container:last-child {
  border-bottom: none;
}
.holding-more-information-container .holding-more-information-text-container .holding-more-information-text-links {
  font-size: 16px;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #4a4a4a;
}
.holding-more-information-container .holding-more-information-text-container .holding-right-arrow {
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  color: #86888b;
}
.more-information-container-custom-mobile-new-layout {
  background-color: #f5f6f8;
  padding-top: 20px;
}
.more-information-container-custom-mobile-new-layout .more-information-div {
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
.more-information-container-custom-mobile-new-layout #learn-about-text {
  font-weight: 600;
  color: #4a4a4a;
  padding-bottom: 15px;
  display: flex;
}
.more-information-container-custom-mobile-new-layout .more-information-text-container {
  border-bottom: solid 1px #dedfe1;
  display: flex;
  text-decoration: none;
}
.more-information-container-custom-mobile-new-layout .more-information-text-container:last-child {
  border-bottom: none;
}
.more-information-container-custom-mobile-new-layout .more-information-text-container .more-information-text-links {
  font-size: 16px;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #4a4a4a;
}
.more-information-container-custom-mobile-new-layout .more-information-text-container .right-arrow {
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  color: #86888b;
}
.instrumentHeading-mobile {
  padding-top: 20px;
  font-size: 12px;
  display: inline-block;
  margin: auto;
  color: #333333;
  background: #f5f6f8;
}
.instrumentFooter-mobile {
  padding: 10px 10px 10px 0px;
  font-size: 11px;
  display: inline-block;
  margin: auto;
  color: #333333;
  background: #f5f6f8;
}
.whole-page-background-not-empty {
  height: 100%;
  width: 100%;
  background: #f5f6f8;
}
.whole-page-background-not-empty .whole-page-background {
  position: relative;
  background: #f5f6f8;
}
.whole-page-background-not-empty .whole-page-background .light-text-14-mobile {
  padding: 15px 30px;
  font-size: 14px;
  display: inline-block;
  margin: auto;
  color: #86888b;
  text-align: center;
}
.whole-page-background-not-empty .whole-page-background .btn-primary-active {
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.whole-page-background {
  height: 100%;
  width: 100%;
  position: fixed;
  background: #f5f6f8;
}
.whole-page-background .background-1 {
  margin-top: 25%;
}
.whole-page-background .background-1 .image-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.whole-page-background .background-1 .dark-text-18-mobile {
  padding: 10px 10px 0px 10px;
  font-size: 18px;
  display: inline-block;
  margin: auto;
  color: #333333;
  text-align: center;
}
.whole-page-background .background-1 .light-text-14-mobile {
  padding: 15px 30px;
  font-size: 14px;
  display: inline-block;
  margin: auto;
  color: #86888b;
  text-align: center;
}
.whole-page-background .background-1 .light-text-14-mobile .fa-star {
  color: darkorange;
}
.whole-page-background .background-1 .btn-primary-active {
  display: block;
  margin: auto;
}
.watchlist-div-browse-view {
  padding: 10px 0px 0px 0px;
  background-color: #f5f6f8;
}
.watchlist-div-browse-view .hoverBorder {
  background: white;
  box-shadow: 0 2px 4px 0 #dedfe1;
  width: auto;
  height: auto;
}
.watchlist-div-browse-view .hoverBorder.left-border {
  border-left: solid 5px;
  border-radius: 2px;
}
.watchlist-div-browse-view .hoverBorder .display-watchlist-flex {
  display: flex !important;
  text-decoration: none;
}
.watchlist-div-browse-view .hoverBorder .display-watchlist-flex #stock-view-image-container-mobile {
  padding: 0px 5px 0px 0px;
}
.watchlist-div-browse-view .hoverBorder .display-watchlist-flex .instrumentNameRow-mobile {
  padding: 0px;
}
.watchlist-div-browse-view .hoverBorder .display-watchlist-flex .instrumentGraph-mobile {
  padding: 0px;
  font-size: 12px;
  display: inline-block;
  margin: auto;
  background: white;
}
.watchlist-div-browse-view .hoverBorder .display-watchlist-flex .instrumentPrice-mobile {
  padding: 0px 6px 0px 0px;
  font-size: 12px;
  display: inline-block;
  margin: auto;
  color: #333333;
}
.watchlist-div-browse-view .hoverBorder .display-watchlist-flex .icon-next-mobile {
  padding: 0px;
}
.watchlist-div-browse-view .hoverBorder .display-watchlist-flex .sparkline-container .performance-sparkline {
  padding: 0px;
}
.watchlist-div-browse-view .hoverBorder .display-watchlist-flex .sparkline-container .return .return-value {
  font-size: 12px;
  display: inline-block;
  margin: auto;
}
.watchlist-div-browse-view:last-of-type {
  padding: 15px 15px 15px 15px;
}
.watchlist-div-browse-view:first-of-type {
  padding: 0px 15px 0px 15px;
}
#stock-view-image-container-mobile {
  padding: 0px;
}
.flexi-reg {
  padding-top: 20px;
  padding-bottom: 20px;
}
.flexi-reg h2,
.flexi-reg h3 {
  margin: 0px;
}
.flexi-reg validation-summary-errors {
  margin-top: 10px;
  margin-bottom: 10px;
}
.onboard-reg-banner {
  background-image: url("/Content/Images/Registration/flexi-reg-fall-back.png");
  height: 280px;
  max-width: 100%;
  min-width: 100%;
  background-size: cover;
}
.onboard-reg-banner .welcome-text {
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1080px) {
  .onboard-reg-banner {
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .onboard-reg-banner {
    height: 170px;
  }
}
.flexi-reg-section {
  position: relative;
}
.align-top {
  top: 0;
}
.align-right {
  right: 0;
}
.align-bottom {
  bottom: 0;
}
.align-left {
  left: 0;
}
@media screen and (min-width: 600px) {
  .align-sm-top {
    top: 0;
  }
  .align-sm-right {
    right: 0;
  }
  .align-sm-bottom {
    bottom: 0;
  }
  .align-sm-left {
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .align-md-top {
    top: 0;
  }
  .align-md-right {
    right: 0;
  }
  .align-md-bottom {
    bottom: 0;
  }
  .align-md-left {
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .align-lg-top {
    top: 0;
  }
  .align-lg-right {
    right: 0;
  }
  .align-lg-bottom {
    bottom: 0;
  }
  .align-lg-left {
    left: 0;
  }
}
@media screen and (min-width: 1920px) {
  .align-xl-top {
    top: 0;
  }
  .align-xl-right {
    right: 0;
  }
  .align-xl-bottom {
    bottom: 0;
  }
  .align-xl-left {
    left: 0;
  }
}
.h-0 {
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
}
.h-4 {
  height: 4px !important;
  min-height: 4px !important;
  max-height: 4px !important;
}
.h-8 {
  height: 8px !important;
  min-height: 8px !important;
  max-height: 8px !important;
}
.h-12 {
  height: 12px !important;
  min-height: 12px !important;
  max-height: 12px !important;
}
.h-16 {
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
}
.h-20 {
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
}
.h-24 {
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
}
.h-28 {
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
}
.h-30 {
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
}
.h-32 {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
}
.h-36 {
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
}
.h-40 {
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
}
.h-44 {
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
}
.h-48 {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
}
.h-50 {
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
}
.h-52 {
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
}
.h-56 {
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
}
.h-60 {
  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
}
.h-64 {
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
}
.h-68 {
  height: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
}
.h-70 {
  height: 70px !important;
  min-height: 70px !important;
  max-height: 70px !important;
}
.h-72 {
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
}
.h-76 {
  height: 76px !important;
  min-height: 76px !important;
  max-height: 76px !important;
}
.h-80 {
  height: 80px !important;
  min-height: 80px !important;
  max-height: 80px !important;
}
.h-84 {
  height: 84px !important;
  min-height: 84px !important;
  max-height: 84px !important;
}
.h-88 {
  height: 88px !important;
  min-height: 88px !important;
  max-height: 88px !important;
}
.h-92 {
  height: 92px !important;
  min-height: 92px !important;
  max-height: 92px !important;
}
.h-96 {
  height: 96px !important;
  min-height: 96px !important;
  max-height: 96px !important;
}
.h-100 {
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important;
}
.h-104 {
  height: 104px !important;
  min-height: 104px !important;
  max-height: 104px !important;
}
.h-108 {
  height: 108px !important;
  min-height: 108px !important;
  max-height: 108px !important;
}
.h-112 {
  height: 112px !important;
  min-height: 112px !important;
  max-height: 112px !important;
}
.h-116 {
  height: 116px !important;
  min-height: 116px !important;
  max-height: 116px !important;
}
.h-120 {
  height: 120px !important;
  min-height: 120px !important;
  max-height: 120px !important;
}
.h-124 {
  height: 124px !important;
  min-height: 124px !important;
  max-height: 124px !important;
}
.h-128 {
  height: 128px !important;
  min-height: 128px !important;
  max-height: 128px !important;
}
.h-132 {
  height: 132px !important;
  min-height: 132px !important;
  max-height: 132px !important;
}
.h-136 {
  height: 136px !important;
  min-height: 136px !important;
  max-height: 136px !important;
}
.h-140 {
  height: 140px !important;
  min-height: 140px !important;
  max-height: 140px !important;
}
.h-144 {
  height: 144px !important;
  min-height: 144px !important;
  max-height: 144px !important;
}
.h-148 {
  height: 148px !important;
  min-height: 148px !important;
  max-height: 148px !important;
}
.h-152 {
  height: 152px !important;
  min-height: 152px !important;
  max-height: 152px !important;
}
.h-156 {
  height: 156px !important;
  min-height: 156px !important;
  max-height: 156px !important;
}
.h-160 {
  height: 160px !important;
  min-height: 160px !important;
  max-height: 160px !important;
}
.h-164 {
  height: 164px !important;
  min-height: 164px !important;
  max-height: 164px !important;
}
.h-168 {
  height: 168px !important;
  min-height: 168px !important;
  max-height: 168px !important;
}
.h-172 {
  height: 172px !important;
  min-height: 172px !important;
  max-height: 172px !important;
}
.h-176 {
  height: 176px !important;
  min-height: 176px !important;
  max-height: 176px !important;
}
.h-180 {
  height: 180px !important;
  min-height: 180px !important;
  max-height: 180px !important;
}
.h-184 {
  height: 184px !important;
  min-height: 184px !important;
  max-height: 184px !important;
}
.h-188 {
  height: 188px !important;
  min-height: 188px !important;
  max-height: 188px !important;
}
.h-192 {
  height: 192px !important;
  min-height: 192px !important;
  max-height: 192px !important;
}
.h-196 {
  height: 196px !important;
  min-height: 196px !important;
  max-height: 196px !important;
}
.h-200 {
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important;
}
.h-204 {
  height: 204px !important;
  min-height: 204px !important;
  max-height: 204px !important;
}
.h-208 {
  height: 208px !important;
  min-height: 208px !important;
  max-height: 208px !important;
}
.h-212 {
  height: 212px !important;
  min-height: 212px !important;
  max-height: 212px !important;
}
.h-216 {
  height: 216px !important;
  min-height: 216px !important;
  max-height: 216px !important;
}
.h-220 {
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important;
}
.h-224 {
  height: 224px !important;
  min-height: 224px !important;
  max-height: 224px !important;
}
.h-228 {
  height: 228px !important;
  min-height: 228px !important;
  max-height: 228px !important;
}
.h-232 {
  height: 232px !important;
  min-height: 232px !important;
  max-height: 232px !important;
}
.h-236 {
  height: 236px !important;
  min-height: 236px !important;
  max-height: 236px !important;
}
.h-240 {
  height: 240px !important;
  min-height: 240px !important;
  max-height: 240px !important;
}
.h-244 {
  height: 244px !important;
  min-height: 244px !important;
  max-height: 244px !important;
}
.h-248 {
  height: 248px !important;
  min-height: 248px !important;
  max-height: 248px !important;
}
.h-252 {
  height: 252px !important;
  min-height: 252px !important;
  max-height: 252px !important;
}
.h-256 {
  height: 256px !important;
  min-height: 256px !important;
  max-height: 256px !important;
}
.h-260 {
  height: 260px !important;
  min-height: 260px !important;
  max-height: 260px !important;
}
.h-264 {
  height: 264px !important;
  min-height: 264px !important;
  max-height: 264px !important;
}
.h-268 {
  height: 268px !important;
  min-height: 268px !important;
  max-height: 268px !important;
}
.h-272 {
  height: 272px !important;
  min-height: 272px !important;
  max-height: 272px !important;
}
.h-276 {
  height: 276px !important;
  min-height: 276px !important;
  max-height: 276px !important;
}
.h-280 {
  height: 280px !important;
  min-height: 280px !important;
  max-height: 280px !important;
}
.h-284 {
  height: 284px !important;
  min-height: 284px !important;
  max-height: 284px !important;
}
.h-288 {
  height: 288px !important;
  min-height: 288px !important;
  max-height: 288px !important;
}
.h-292 {
  height: 292px !important;
  min-height: 292px !important;
  max-height: 292px !important;
}
.h-296 {
  height: 296px !important;
  min-height: 296px !important;
  max-height: 296px !important;
}
.h-300 {
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
}
.h-304 {
  height: 304px !important;
  min-height: 304px !important;
  max-height: 304px !important;
}
.h-308 {
  height: 308px !important;
  min-height: 308px !important;
  max-height: 308px !important;
}
.h-312 {
  height: 312px !important;
  min-height: 312px !important;
  max-height: 312px !important;
}
.h-316 {
  height: 316px !important;
  min-height: 316px !important;
  max-height: 316px !important;
}
.h-320 {
  height: 320px !important;
  min-height: 320px !important;
  max-height: 320px !important;
}
.h-324 {
  height: 324px !important;
  min-height: 324px !important;
  max-height: 324px !important;
}
.h-328 {
  height: 328px !important;
  min-height: 328px !important;
  max-height: 328px !important;
}
.h-332 {
  height: 332px !important;
  min-height: 332px !important;
  max-height: 332px !important;
}
.h-336 {
  height: 336px !important;
  min-height: 336px !important;
  max-height: 336px !important;
}
.h-340 {
  height: 340px !important;
  min-height: 340px !important;
  max-height: 340px !important;
}
.h-344 {
  height: 344px !important;
  min-height: 344px !important;
  max-height: 344px !important;
}
.h-348 {
  height: 348px !important;
  min-height: 348px !important;
  max-height: 348px !important;
}
.h-352 {
  height: 352px !important;
  min-height: 352px !important;
  max-height: 352px !important;
}
.h-356 {
  height: 356px !important;
  min-height: 356px !important;
  max-height: 356px !important;
}
.h-360 {
  height: 360px !important;
  min-height: 360px !important;
  max-height: 360px !important;
}
.h-364 {
  height: 364px !important;
  min-height: 364px !important;
  max-height: 364px !important;
}
.h-368 {
  height: 368px !important;
  min-height: 368px !important;
  max-height: 368px !important;
}
.h-372 {
  height: 372px !important;
  min-height: 372px !important;
  max-height: 372px !important;
}
.h-376 {
  height: 376px !important;
  min-height: 376px !important;
  max-height: 376px !important;
}
.h-380 {
  height: 380px !important;
  min-height: 380px !important;
  max-height: 380px !important;
}
.h-384 {
  height: 384px !important;
  min-height: 384px !important;
  max-height: 384px !important;
}
.h-388 {
  height: 388px !important;
  min-height: 388px !important;
  max-height: 388px !important;
}
.h-392 {
  height: 392px !important;
  min-height: 392px !important;
  max-height: 392px !important;
}
.h-396 {
  height: 396px !important;
  min-height: 396px !important;
  max-height: 396px !important;
}
.h-400 {
  height: 400px !important;
  min-height: 400px !important;
  max-height: 400px !important;
}
.h-404 {
  height: 404px !important;
  min-height: 404px !important;
  max-height: 404px !important;
}
.h-408 {
  height: 408px !important;
  min-height: 408px !important;
  max-height: 408px !important;
}
.h-412 {
  height: 412px !important;
  min-height: 412px !important;
  max-height: 412px !important;
}
.h-416 {
  height: 416px !important;
  min-height: 416px !important;
  max-height: 416px !important;
}
.h-420 {
  height: 420px !important;
  min-height: 420px !important;
  max-height: 420px !important;
}
.h-424 {
  height: 424px !important;
  min-height: 424px !important;
  max-height: 424px !important;
}
.h-428 {
  height: 428px !important;
  min-height: 428px !important;
  max-height: 428px !important;
}
.h-432 {
  height: 432px !important;
  min-height: 432px !important;
  max-height: 432px !important;
}
.h-436 {
  height: 436px !important;
  min-height: 436px !important;
  max-height: 436px !important;
}
.h-440 {
  height: 440px !important;
  min-height: 440px !important;
  max-height: 440px !important;
}
.h-444 {
  height: 444px !important;
  min-height: 444px !important;
  max-height: 444px !important;
}
.h-448 {
  height: 448px !important;
  min-height: 448px !important;
  max-height: 448px !important;
}
.h-452 {
  height: 452px !important;
  min-height: 452px !important;
  max-height: 452px !important;
}
.h-456 {
  height: 456px !important;
  min-height: 456px !important;
  max-height: 456px !important;
}
.h-460 {
  height: 460px !important;
  min-height: 460px !important;
  max-height: 460px !important;
}
.h-464 {
  height: 464px !important;
  min-height: 464px !important;
  max-height: 464px !important;
}
.h-468 {
  height: 468px !important;
  min-height: 468px !important;
  max-height: 468px !important;
}
.h-472 {
  height: 472px !important;
  min-height: 472px !important;
  max-height: 472px !important;
}
.h-476 {
  height: 476px !important;
  min-height: 476px !important;
  max-height: 476px !important;
}
.h-480 {
  height: 480px !important;
  min-height: 480px !important;
  max-height: 480px !important;
}
.h-484 {
  height: 484px !important;
  min-height: 484px !important;
  max-height: 484px !important;
}
.h-488 {
  height: 488px !important;
  min-height: 488px !important;
  max-height: 488px !important;
}
.h-492 {
  height: 492px !important;
  min-height: 492px !important;
  max-height: 492px !important;
}
.h-496 {
  height: 496px !important;
  min-height: 496px !important;
  max-height: 496px !important;
}
.h-500 {
  height: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important;
}
.h-504 {
  height: 504px !important;
  min-height: 504px !important;
  max-height: 504px !important;
}
.h-508 {
  height: 508px !important;
  min-height: 508px !important;
  max-height: 508px !important;
}
.h-512 {
  height: 512px !important;
  min-height: 512px !important;
  max-height: 512px !important;
}
.h-516 {
  height: 516px !important;
  min-height: 516px !important;
  max-height: 516px !important;
}
.h-520 {
  height: 520px !important;
  min-height: 520px !important;
  max-height: 520px !important;
}
.h-524 {
  height: 524px !important;
  min-height: 524px !important;
  max-height: 524px !important;
}
.h-528 {
  height: 528px !important;
  min-height: 528px !important;
  max-height: 528px !important;
}
.h-532 {
  height: 532px !important;
  min-height: 532px !important;
  max-height: 532px !important;
}
.h-536 {
  height: 536px !important;
  min-height: 536px !important;
  max-height: 536px !important;
}
.h-540 {
  height: 540px !important;
  min-height: 540px !important;
  max-height: 540px !important;
}
.h-544 {
  height: 544px !important;
  min-height: 544px !important;
  max-height: 544px !important;
}
.h-548 {
  height: 548px !important;
  min-height: 548px !important;
  max-height: 548px !important;
}
.h-552 {
  height: 552px !important;
  min-height: 552px !important;
  max-height: 552px !important;
}
.h-556 {
  height: 556px !important;
  min-height: 556px !important;
  max-height: 556px !important;
}
.h-560 {
  height: 560px !important;
  min-height: 560px !important;
  max-height: 560px !important;
}
.h-564 {
  height: 564px !important;
  min-height: 564px !important;
  max-height: 564px !important;
}
.h-568 {
  height: 568px !important;
  min-height: 568px !important;
  max-height: 568px !important;
}
.h-572 {
  height: 572px !important;
  min-height: 572px !important;
  max-height: 572px !important;
}
.h-576 {
  height: 576px !important;
  min-height: 576px !important;
  max-height: 576px !important;
}
.h-580 {
  height: 580px !important;
  min-height: 580px !important;
  max-height: 580px !important;
}
.h-584 {
  height: 584px !important;
  min-height: 584px !important;
  max-height: 584px !important;
}
.h-588 {
  height: 588px !important;
  min-height: 588px !important;
  max-height: 588px !important;
}
.h-592 {
  height: 592px !important;
  min-height: 592px !important;
  max-height: 592px !important;
}
.h-596 {
  height: 596px !important;
  min-height: 596px !important;
  max-height: 596px !important;
}
.h-600 {
  height: 600px !important;
  min-height: 600px !important;
  max-height: 600px !important;
}
.h-604 {
  height: 604px !important;
  min-height: 604px !important;
  max-height: 604px !important;
}
.h-608 {
  height: 608px !important;
  min-height: 608px !important;
  max-height: 608px !important;
}
.h-612 {
  height: 612px !important;
  min-height: 612px !important;
  max-height: 612px !important;
}
.h-616 {
  height: 616px !important;
  min-height: 616px !important;
  max-height: 616px !important;
}
.h-620 {
  height: 620px !important;
  min-height: 620px !important;
  max-height: 620px !important;
}
.h-624 {
  height: 624px !important;
  min-height: 624px !important;
  max-height: 624px !important;
}
.h-628 {
  height: 628px !important;
  min-height: 628px !important;
  max-height: 628px !important;
}
.h-632 {
  height: 632px !important;
  min-height: 632px !important;
  max-height: 632px !important;
}
.h-636 {
  height: 636px !important;
  min-height: 636px !important;
  max-height: 636px !important;
}
.h-640 {
  height: 640px !important;
  min-height: 640px !important;
  max-height: 640px !important;
}
.h-644 {
  height: 644px !important;
  min-height: 644px !important;
  max-height: 644px !important;
}
.h-648 {
  height: 648px !important;
  min-height: 648px !important;
  max-height: 648px !important;
}
.h-652 {
  height: 652px !important;
  min-height: 652px !important;
  max-height: 652px !important;
}
.h-656 {
  height: 656px !important;
  min-height: 656px !important;
  max-height: 656px !important;
}
.h-660 {
  height: 660px !important;
  min-height: 660px !important;
  max-height: 660px !important;
}
.h-664 {
  height: 664px !important;
  min-height: 664px !important;
  max-height: 664px !important;
}
.h-668 {
  height: 668px !important;
  min-height: 668px !important;
  max-height: 668px !important;
}
.h-672 {
  height: 672px !important;
  min-height: 672px !important;
  max-height: 672px !important;
}
.h-676 {
  height: 676px !important;
  min-height: 676px !important;
  max-height: 676px !important;
}
.h-680 {
  height: 680px !important;
  min-height: 680px !important;
  max-height: 680px !important;
}
.h-684 {
  height: 684px !important;
  min-height: 684px !important;
  max-height: 684px !important;
}
.h-688 {
  height: 688px !important;
  min-height: 688px !important;
  max-height: 688px !important;
}
.h-692 {
  height: 692px !important;
  min-height: 692px !important;
  max-height: 692px !important;
}
.h-696 {
  height: 696px !important;
  min-height: 696px !important;
  max-height: 696px !important;
}
.h-700 {
  height: 700px !important;
  min-height: 700px !important;
  max-height: 700px !important;
}
.h-704 {
  height: 704px !important;
  min-height: 704px !important;
  max-height: 704px !important;
}
.h-708 {
  height: 708px !important;
  min-height: 708px !important;
  max-height: 708px !important;
}
.h-712 {
  height: 712px !important;
  min-height: 712px !important;
  max-height: 712px !important;
}
.h-716 {
  height: 716px !important;
  min-height: 716px !important;
  max-height: 716px !important;
}
.h-720 {
  height: 720px !important;
  min-height: 720px !important;
  max-height: 720px !important;
}
.h-0-p {
  height: 0% !important;
}
.h-5-p {
  height: 5% !important;
}
.h-10-p {
  height: 10% !important;
}
.h-15-p {
  height: 15% !important;
}
.h-20-p {
  height: 20% !important;
}
.h-25-p {
  height: 25% !important;
}
.h-30-p {
  height: 30% !important;
}
.h-35-p {
  height: 35% !important;
}
.h-40-p {
  height: 40% !important;
}
.h-45-p {
  height: 45% !important;
}
.h-50-p {
  height: 50% !important;
}
.h-55-p {
  height: 55% !important;
}
.h-60-p {
  height: 60% !important;
}
.h-65-p {
  height: 65% !important;
}
.h-70-p {
  height: 70% !important;
}
.h-75-p {
  height: 75% !important;
}
.h-80-p {
  height: 80% !important;
}
.h-85-p {
  height: 85% !important;
}
.h-90-p {
  height: 90% !important;
}
.h-95-p {
  height: 95% !important;
}
.h-100-p {
  height: 100% !important;
}
.w-0 {
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
}
.w-4 {
  width: 4px !important;
  min-width: 4px !important;
  max-width: 4px !important;
}
.w-8 {
  width: 8px !important;
  min-width: 8px !important;
  max-width: 8px !important;
}
.w-12 {
  width: 12px !important;
  min-width: 12px !important;
  max-width: 12px !important;
}
.w-16 {
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
}
.w-20 {
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
}
.w-24 {
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
}
.w-28 {
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
}
.w-32 {
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
}
.w-36 {
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
}
.w-40 {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
}
.w-44 {
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
}
.w-48 {
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
}
.w-52 {
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
}
.w-56 {
  width: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
}
.w-60 {
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
}
.w-64 {
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
}
.w-68 {
  width: 68px !important;
  min-width: 68px !important;
  max-width: 68px !important;
}
.w-72 {
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
}
.w-76 {
  width: 76px !important;
  min-width: 76px !important;
  max-width: 76px !important;
}
.w-80 {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
}
.w-84 {
  width: 84px !important;
  min-width: 84px !important;
  max-width: 84px !important;
}
.w-88 {
  width: 88px !important;
  min-width: 88px !important;
  max-width: 88px !important;
}
.w-92 {
  width: 92px !important;
  min-width: 92px !important;
  max-width: 92px !important;
}
.w-96 {
  width: 96px !important;
  min-width: 96px !important;
  max-width: 96px !important;
}
.w-100 {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
}
.w-104 {
  width: 104px !important;
  min-width: 104px !important;
  max-width: 104px !important;
}
.w-108 {
  width: 108px !important;
  min-width: 108px !important;
  max-width: 108px !important;
}
.w-112 {
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
}
.w-116 {
  width: 116px !important;
  min-width: 116px !important;
  max-width: 116px !important;
}
.w-120 {
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
}
.w-124 {
  width: 124px !important;
  min-width: 124px !important;
  max-width: 124px !important;
}
.w-128 {
  width: 128px !important;
  min-width: 128px !important;
  max-width: 128px !important;
}
.w-132 {
  width: 132px !important;
  min-width: 132px !important;
  max-width: 132px !important;
}
.w-136 {
  width: 136px !important;
  min-width: 136px !important;
  max-width: 136px !important;
}
.w-140 {
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important;
}
.w-144 {
  width: 144px !important;
  min-width: 144px !important;
  max-width: 144px !important;
}
.w-148 {
  width: 148px !important;
  min-width: 148px !important;
  max-width: 148px !important;
}
.w-152 {
  width: 152px !important;
  min-width: 152px !important;
  max-width: 152px !important;
}
.w-156 {
  width: 156px !important;
  min-width: 156px !important;
  max-width: 156px !important;
}
.w-160 {
  width: 160px !important;
  min-width: 160px !important;
  max-width: 160px !important;
}
.w-164 {
  width: 164px !important;
  min-width: 164px !important;
  max-width: 164px !important;
}
.w-168 {
  width: 168px !important;
  min-width: 168px !important;
  max-width: 168px !important;
}
.w-172 {
  width: 172px !important;
  min-width: 172px !important;
  max-width: 172px !important;
}
.w-176 {
  width: 176px !important;
  min-width: 176px !important;
  max-width: 176px !important;
}
.w-180 {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
}
.w-184 {
  width: 184px !important;
  min-width: 184px !important;
  max-width: 184px !important;
}
.w-188 {
  width: 188px !important;
  min-width: 188px !important;
  max-width: 188px !important;
}
.w-192 {
  width: 192px !important;
  min-width: 192px !important;
  max-width: 192px !important;
}
.w-196 {
  width: 196px !important;
  min-width: 196px !important;
  max-width: 196px !important;
}
.w-200 {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
}
.w-204 {
  width: 204px !important;
  min-width: 204px !important;
  max-width: 204px !important;
}
.w-208 {
  width: 208px !important;
  min-width: 208px !important;
  max-width: 208px !important;
}
.w-212 {
  width: 212px !important;
  min-width: 212px !important;
  max-width: 212px !important;
}
.w-216 {
  width: 216px !important;
  min-width: 216px !important;
  max-width: 216px !important;
}
.w-220 {
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
}
.w-224 {
  width: 224px !important;
  min-width: 224px !important;
  max-width: 224px !important;
}
.w-228 {
  width: 228px !important;
  min-width: 228px !important;
  max-width: 228px !important;
}
.w-232 {
  width: 232px !important;
  min-width: 232px !important;
  max-width: 232px !important;
}
.w-236 {
  width: 236px !important;
  min-width: 236px !important;
  max-width: 236px !important;
}
.w-240 {
  width: 240px !important;
  min-width: 240px !important;
  max-width: 240px !important;
}
.w-244 {
  width: 244px !important;
  min-width: 244px !important;
  max-width: 244px !important;
}
.w-248 {
  width: 248px !important;
  min-width: 248px !important;
  max-width: 248px !important;
}
.w-252 {
  width: 252px !important;
  min-width: 252px !important;
  max-width: 252px !important;
}
.w-256 {
  width: 256px !important;
  min-width: 256px !important;
  max-width: 256px !important;
}
.w-260 {
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
}
.w-264 {
  width: 264px !important;
  min-width: 264px !important;
  max-width: 264px !important;
}
.w-268 {
  width: 268px !important;
  min-width: 268px !important;
  max-width: 268px !important;
}
.w-272 {
  width: 272px !important;
  min-width: 272px !important;
  max-width: 272px !important;
}
.w-276 {
  width: 276px !important;
  min-width: 276px !important;
  max-width: 276px !important;
}
.w-280 {
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
}
.w-284 {
  width: 284px !important;
  min-width: 284px !important;
  max-width: 284px !important;
}
.w-288 {
  width: 288px !important;
  min-width: 288px !important;
  max-width: 288px !important;
}
.w-292 {
  width: 292px !important;
  min-width: 292px !important;
  max-width: 292px !important;
}
.w-296 {
  width: 296px !important;
  min-width: 296px !important;
  max-width: 296px !important;
}
.w-300 {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
}
.w-304 {
  width: 304px !important;
  min-width: 304px !important;
  max-width: 304px !important;
}
.w-308 {
  width: 308px !important;
  min-width: 308px !important;
  max-width: 308px !important;
}
.w-312 {
  width: 312px !important;
  min-width: 312px !important;
  max-width: 312px !important;
}
.w-316 {
  width: 316px !important;
  min-width: 316px !important;
  max-width: 316px !important;
}
.w-320 {
  width: 320px !important;
  min-width: 320px !important;
  max-width: 320px !important;
}
.w-324 {
  width: 324px !important;
  min-width: 324px !important;
  max-width: 324px !important;
}
.w-328 {
  width: 328px !important;
  min-width: 328px !important;
  max-width: 328px !important;
}
.w-332 {
  width: 332px !important;
  min-width: 332px !important;
  max-width: 332px !important;
}
.w-336 {
  width: 336px !important;
  min-width: 336px !important;
  max-width: 336px !important;
}
.w-340 {
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important;
}
.w-344 {
  width: 344px !important;
  min-width: 344px !important;
  max-width: 344px !important;
}
.w-348 {
  width: 348px !important;
  min-width: 348px !important;
  max-width: 348px !important;
}
.w-352 {
  width: 352px !important;
  min-width: 352px !important;
  max-width: 352px !important;
}
.w-356 {
  width: 356px !important;
  min-width: 356px !important;
  max-width: 356px !important;
}
.w-360 {
  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
}
.w-364 {
  width: 364px !important;
  min-width: 364px !important;
  max-width: 364px !important;
}
.w-368 {
  width: 368px !important;
  min-width: 368px !important;
  max-width: 368px !important;
}
.w-372 {
  width: 372px !important;
  min-width: 372px !important;
  max-width: 372px !important;
}
.w-376 {
  width: 376px !important;
  min-width: 376px !important;
  max-width: 376px !important;
}
.w-380 {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
}
.w-384 {
  width: 384px !important;
  min-width: 384px !important;
  max-width: 384px !important;
}
.w-388 {
  width: 388px !important;
  min-width: 388px !important;
  max-width: 388px !important;
}
.w-392 {
  width: 392px !important;
  min-width: 392px !important;
  max-width: 392px !important;
}
.w-396 {
  width: 396px !important;
  min-width: 396px !important;
  max-width: 396px !important;
}
.w-400 {
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important;
}
.w-404 {
  width: 404px !important;
  min-width: 404px !important;
  max-width: 404px !important;
}
.w-408 {
  width: 408px !important;
  min-width: 408px !important;
  max-width: 408px !important;
}
.w-412 {
  width: 412px !important;
  min-width: 412px !important;
  max-width: 412px !important;
}
.w-416 {
  width: 416px !important;
  min-width: 416px !important;
  max-width: 416px !important;
}
.w-420 {
  width: 420px !important;
  min-width: 420px !important;
  max-width: 420px !important;
}
.w-424 {
  width: 424px !important;
  min-width: 424px !important;
  max-width: 424px !important;
}
.w-428 {
  width: 428px !important;
  min-width: 428px !important;
  max-width: 428px !important;
}
.w-432 {
  width: 432px !important;
  min-width: 432px !important;
  max-width: 432px !important;
}
.w-436 {
  width: 436px !important;
  min-width: 436px !important;
  max-width: 436px !important;
}
.w-440 {
  width: 440px !important;
  min-width: 440px !important;
  max-width: 440px !important;
}
.w-444 {
  width: 444px !important;
  min-width: 444px !important;
  max-width: 444px !important;
}
.w-448 {
  width: 448px !important;
  min-width: 448px !important;
  max-width: 448px !important;
}
.w-452 {
  width: 452px !important;
  min-width: 452px !important;
  max-width: 452px !important;
}
.w-456 {
  width: 456px !important;
  min-width: 456px !important;
  max-width: 456px !important;
}
.w-460 {
  width: 460px !important;
  min-width: 460px !important;
  max-width: 460px !important;
}
.w-464 {
  width: 464px !important;
  min-width: 464px !important;
  max-width: 464px !important;
}
.w-468 {
  width: 468px !important;
  min-width: 468px !important;
  max-width: 468px !important;
}
.w-472 {
  width: 472px !important;
  min-width: 472px !important;
  max-width: 472px !important;
}
.w-476 {
  width: 476px !important;
  min-width: 476px !important;
  max-width: 476px !important;
}
.w-480 {
  width: 480px !important;
  min-width: 480px !important;
  max-width: 480px !important;
}
.w-484 {
  width: 484px !important;
  min-width: 484px !important;
  max-width: 484px !important;
}
.w-488 {
  width: 488px !important;
  min-width: 488px !important;
  max-width: 488px !important;
}
.w-492 {
  width: 492px !important;
  min-width: 492px !important;
  max-width: 492px !important;
}
.w-496 {
  width: 496px !important;
  min-width: 496px !important;
  max-width: 496px !important;
}
.w-500 {
  width: 500px !important;
  min-width: 500px !important;
  max-width: 500px !important;
}
.w-504 {
  width: 504px !important;
  min-width: 504px !important;
  max-width: 504px !important;
}
.w-508 {
  width: 508px !important;
  min-width: 508px !important;
  max-width: 508px !important;
}
.w-512 {
  width: 512px !important;
  min-width: 512px !important;
  max-width: 512px !important;
}
.w-516 {
  width: 516px !important;
  min-width: 516px !important;
  max-width: 516px !important;
}
.w-520 {
  width: 520px !important;
  min-width: 520px !important;
  max-width: 520px !important;
}
.w-524 {
  width: 524px !important;
  min-width: 524px !important;
  max-width: 524px !important;
}
.w-528 {
  width: 528px !important;
  min-width: 528px !important;
  max-width: 528px !important;
}
.w-532 {
  width: 532px !important;
  min-width: 532px !important;
  max-width: 532px !important;
}
.w-536 {
  width: 536px !important;
  min-width: 536px !important;
  max-width: 536px !important;
}
.w-540 {
  width: 540px !important;
  min-width: 540px !important;
  max-width: 540px !important;
}
.w-544 {
  width: 544px !important;
  min-width: 544px !important;
  max-width: 544px !important;
}
.w-548 {
  width: 548px !important;
  min-width: 548px !important;
  max-width: 548px !important;
}
.w-552 {
  width: 552px !important;
  min-width: 552px !important;
  max-width: 552px !important;
}
.w-556 {
  width: 556px !important;
  min-width: 556px !important;
  max-width: 556px !important;
}
.w-560 {
  width: 560px !important;
  min-width: 560px !important;
  max-width: 560px !important;
}
.w-564 {
  width: 564px !important;
  min-width: 564px !important;
  max-width: 564px !important;
}
.w-568 {
  width: 568px !important;
  min-width: 568px !important;
  max-width: 568px !important;
}
.w-572 {
  width: 572px !important;
  min-width: 572px !important;
  max-width: 572px !important;
}
.w-576 {
  width: 576px !important;
  min-width: 576px !important;
  max-width: 576px !important;
}
.w-580 {
  width: 580px !important;
  min-width: 580px !important;
  max-width: 580px !important;
}
.w-584 {
  width: 584px !important;
  min-width: 584px !important;
  max-width: 584px !important;
}
.w-588 {
  width: 588px !important;
  min-width: 588px !important;
  max-width: 588px !important;
}
.w-592 {
  width: 592px !important;
  min-width: 592px !important;
  max-width: 592px !important;
}
.w-596 {
  width: 596px !important;
  min-width: 596px !important;
  max-width: 596px !important;
}
.w-600 {
  width: 600px !important;
  min-width: 600px !important;
  max-width: 600px !important;
}
.w-604 {
  width: 604px !important;
  min-width: 604px !important;
  max-width: 604px !important;
}
.w-608 {
  width: 608px !important;
  min-width: 608px !important;
  max-width: 608px !important;
}
.w-612 {
  width: 612px !important;
  min-width: 612px !important;
  max-width: 612px !important;
}
.w-616 {
  width: 616px !important;
  min-width: 616px !important;
  max-width: 616px !important;
}
.w-620 {
  width: 620px !important;
  min-width: 620px !important;
  max-width: 620px !important;
}
.w-624 {
  width: 624px !important;
  min-width: 624px !important;
  max-width: 624px !important;
}
.w-628 {
  width: 628px !important;
  min-width: 628px !important;
  max-width: 628px !important;
}
.w-632 {
  width: 632px !important;
  min-width: 632px !important;
  max-width: 632px !important;
}
.w-636 {
  width: 636px !important;
  min-width: 636px !important;
  max-width: 636px !important;
}
.w-640 {
  width: 640px !important;
  min-width: 640px !important;
  max-width: 640px !important;
}
.w-644 {
  width: 644px !important;
  min-width: 644px !important;
  max-width: 644px !important;
}
.w-648 {
  width: 648px !important;
  min-width: 648px !important;
  max-width: 648px !important;
}
.w-652 {
  width: 652px !important;
  min-width: 652px !important;
  max-width: 652px !important;
}
.w-656 {
  width: 656px !important;
  min-width: 656px !important;
  max-width: 656px !important;
}
.w-660 {
  width: 660px !important;
  min-width: 660px !important;
  max-width: 660px !important;
}
.w-664 {
  width: 664px !important;
  min-width: 664px !important;
  max-width: 664px !important;
}
.w-668 {
  width: 668px !important;
  min-width: 668px !important;
  max-width: 668px !important;
}
.w-672 {
  width: 672px !important;
  min-width: 672px !important;
  max-width: 672px !important;
}
.w-676 {
  width: 676px !important;
  min-width: 676px !important;
  max-width: 676px !important;
}
.w-680 {
  width: 680px !important;
  min-width: 680px !important;
  max-width: 680px !important;
}
.w-684 {
  width: 684px !important;
  min-width: 684px !important;
  max-width: 684px !important;
}
.w-688 {
  width: 688px !important;
  min-width: 688px !important;
  max-width: 688px !important;
}
.w-692 {
  width: 692px !important;
  min-width: 692px !important;
  max-width: 692px !important;
}
.w-696 {
  width: 696px !important;
  min-width: 696px !important;
  max-width: 696px !important;
}
.w-700 {
  width: 700px !important;
  min-width: 700px !important;
  max-width: 700px !important;
}
.w-704 {
  width: 704px !important;
  min-width: 704px !important;
  max-width: 704px !important;
}
.w-708 {
  width: 708px !important;
  min-width: 708px !important;
  max-width: 708px !important;
}
.w-712 {
  width: 712px !important;
  min-width: 712px !important;
  max-width: 712px !important;
}
.w-716 {
  width: 716px !important;
  min-width: 716px !important;
  max-width: 716px !important;
}
.w-720 {
  width: 720px !important;
  min-width: 720px !important;
  max-width: 720px !important;
}
.w-0-p {
  width: 0 !important;
}
.w-5-p {
  width: 5% !important;
}
.w-10-p {
  width: 10% !important;
}
.w-15-p {
  width: 15% !important;
}
.w-20-p {
  width: 20% !important;
}
.w-25-p {
  width: 25% !important;
}
.w-30-p {
  width: 30% !important;
}
.w-35-p {
  width: 35% !important;
}
.w-40-p {
  width: 40% !important;
}
.w-45-p {
  width: 45% !important;
}
.w-50-p {
  width: 50% !important;
}
.w-55-p {
  width: 55% !important;
}
.w-60-p {
  width: 60% !important;
}
.w-65-p {
  width: 65% !important;
}
.w-70-p {
  width: 70% !important;
}
.w-75-p {
  width: 75% !important;
}
.w-80-p {
  width: 80% !important;
}
.w-85-p {
  width: 85% !important;
}
.w-90-p {
  width: 90% !important;
}
.w-95-p {
  width: 95% !important;
}
.w-100-p {
  width: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.m-4 {
  margin: 4px !important;
}
.m-8 {
  margin: 8px !important;
}
.m-12 {
  margin: 12px !important;
}
.m-16 {
  margin: 16px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-24 {
  margin: 24px !important;
}
.m-28 {
  margin: 28px !important;
}
.m-32 {
  margin: 32px !important;
}
.m-36 {
  margin: 36px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-44 {
  margin: 44px !important;
}
.m-48 {
  margin: 48px !important;
}
.m-52 {
  margin: 52px !important;
}
.m-56 {
  margin: 56px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-64 {
  margin: 64px !important;
}
.m-68 {
  margin: 68px !important;
}
.m-72 {
  margin: 72px !important;
}
.m-76 {
  margin: 76px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-84 {
  margin: 84px !important;
}
.m-88 {
  margin: 88px !important;
}
.m-92 {
  margin: 92px !important;
}
.m-96 {
  margin: 96px !important;
}
.m-100 {
  margin: 100px !important;
}
.m-104 {
  margin: 104px !important;
}
.m-108 {
  margin: 108px !important;
}
.m-112 {
  margin: 112px !important;
}
.m-116 {
  margin: 116px !important;
}
.m-120 {
  margin: 120px !important;
}
.m-124 {
  margin: 124px !important;
}
.m-128 {
  margin: 128px !important;
}
.m-132 {
  margin: 132px !important;
}
.m-136 {
  margin: 136px !important;
}
.m-140 {
  margin: 140px !important;
}
.m-144 {
  margin: 144px !important;
}
.m-148 {
  margin: 148px !important;
}
.m-152 {
  margin: 152px !important;
}
.m-156 {
  margin: 156px !important;
}
.m-160 {
  margin: 160px !important;
}
.m-164 {
  margin: 164px !important;
}
.m-168 {
  margin: 168px !important;
}
.m-172 {
  margin: 172px !important;
}
.m-176 {
  margin: 176px !important;
}
.m-180 {
  margin: 180px !important;
}
.m-184 {
  margin: 184px !important;
}
.m-188 {
  margin: 188px !important;
}
.m-192 {
  margin: 192px !important;
}
.m-196 {
  margin: 196px !important;
}
.m-200 {
  margin: 200px !important;
}
.m-204 {
  margin: 204px !important;
}
.m-208 {
  margin: 208px !important;
}
.m-212 {
  margin: 212px !important;
}
.m-216 {
  margin: 216px !important;
}
.m-220 {
  margin: 220px !important;
}
.m-224 {
  margin: 224px !important;
}
.m-228 {
  margin: 228px !important;
}
.m-232 {
  margin: 232px !important;
}
.m-236 {
  margin: 236px !important;
}
.m-240 {
  margin: 240px !important;
}
.m-244 {
  margin: 244px !important;
}
.m-248 {
  margin: 248px !important;
}
.m-252 {
  margin: 252px !important;
}
.m-256 {
  margin: 256px !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mx-4 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}
.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.mx-8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}
.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.mx-16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mx-28 {
  margin-right: 28px !important;
  margin-left: 28px !important;
}
.my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.mx-32 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}
.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.mx-36 {
  margin-right: 36px !important;
  margin-left: 36px !important;
}
.my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mx-44 {
  margin-right: 44px !important;
  margin-left: 44px !important;
}
.my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.mx-48 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}
.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.mx-52 {
  margin-right: 52px !important;
  margin-left: 52px !important;
}
.my-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.mx-56 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}
.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.mx-64 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}
.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.mx-68 {
  margin-right: 68px !important;
  margin-left: 68px !important;
}
.my-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}
.mx-72 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}
.my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.mx-76 {
  margin-right: 76px !important;
  margin-left: 76px !important;
}
.my-76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}
.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.mx-84 {
  margin-right: 84px !important;
  margin-left: 84px !important;
}
.my-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}
.mx-88 {
  margin-right: 88px !important;
  margin-left: 88px !important;
}
.my-88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.mx-92 {
  margin-right: 92px !important;
  margin-left: 92px !important;
}
.my-92 {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}
.mx-96 {
  margin-right: 96px !important;
  margin-left: 96px !important;
}
.my-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}
.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.mx-104 {
  margin-right: 104px !important;
  margin-left: 104px !important;
}
.my-104 {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}
.mx-108 {
  margin-right: 108px !important;
  margin-left: 108px !important;
}
.my-108 {
  margin-top: 108px !important;
  margin-bottom: 108px !important;
}
.mx-112 {
  margin-right: 112px !important;
  margin-left: 112px !important;
}
.my-112 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}
.mx-116 {
  margin-right: 116px !important;
  margin-left: 116px !important;
}
.my-116 {
  margin-top: 116px !important;
  margin-bottom: 116px !important;
}
.mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}
.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.mx-124 {
  margin-right: 124px !important;
  margin-left: 124px !important;
}
.my-124 {
  margin-top: 124px !important;
  margin-bottom: 124px !important;
}
.mx-128 {
  margin-right: 128px !important;
  margin-left: 128px !important;
}
.my-128 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}
.mx-132 {
  margin-right: 132px !important;
  margin-left: 132px !important;
}
.my-132 {
  margin-top: 132px !important;
  margin-bottom: 132px !important;
}
.mx-136 {
  margin-right: 136px !important;
  margin-left: 136px !important;
}
.my-136 {
  margin-top: 136px !important;
  margin-bottom: 136px !important;
}
.mx-140 {
  margin-right: 140px !important;
  margin-left: 140px !important;
}
.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}
.mx-144 {
  margin-right: 144px !important;
  margin-left: 144px !important;
}
.my-144 {
  margin-top: 144px !important;
  margin-bottom: 144px !important;
}
.mx-148 {
  margin-right: 148px !important;
  margin-left: 148px !important;
}
.my-148 {
  margin-top: 148px !important;
  margin-bottom: 148px !important;
}
.mx-152 {
  margin-right: 152px !important;
  margin-left: 152px !important;
}
.my-152 {
  margin-top: 152px !important;
  margin-bottom: 152px !important;
}
.mx-156 {
  margin-right: 156px !important;
  margin-left: 156px !important;
}
.my-156 {
  margin-top: 156px !important;
  margin-bottom: 156px !important;
}
.mx-160 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}
.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}
.mx-164 {
  margin-right: 164px !important;
  margin-left: 164px !important;
}
.my-164 {
  margin-top: 164px !important;
  margin-bottom: 164px !important;
}
.mx-168 {
  margin-right: 168px !important;
  margin-left: 168px !important;
}
.my-168 {
  margin-top: 168px !important;
  margin-bottom: 168px !important;
}
.mx-172 {
  margin-right: 172px !important;
  margin-left: 172px !important;
}
.my-172 {
  margin-top: 172px !important;
  margin-bottom: 172px !important;
}
.mx-176 {
  margin-right: 176px !important;
  margin-left: 176px !important;
}
.my-176 {
  margin-top: 176px !important;
  margin-bottom: 176px !important;
}
.mx-180 {
  margin-right: 180px !important;
  margin-left: 180px !important;
}
.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}
.mx-184 {
  margin-right: 184px !important;
  margin-left: 184px !important;
}
.my-184 {
  margin-top: 184px !important;
  margin-bottom: 184px !important;
}
.mx-188 {
  margin-right: 188px !important;
  margin-left: 188px !important;
}
.my-188 {
  margin-top: 188px !important;
  margin-bottom: 188px !important;
}
.mx-192 {
  margin-right: 192px !important;
  margin-left: 192px !important;
}
.my-192 {
  margin-top: 192px !important;
  margin-bottom: 192px !important;
}
.mx-196 {
  margin-right: 196px !important;
  margin-left: 196px !important;
}
.my-196 {
  margin-top: 196px !important;
  margin-bottom: 196px !important;
}
.mx-200 {
  margin-right: 200px !important;
  margin-left: 200px !important;
}
.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}
.mx-204 {
  margin-right: 204px !important;
  margin-left: 204px !important;
}
.my-204 {
  margin-top: 204px !important;
  margin-bottom: 204px !important;
}
.mx-208 {
  margin-right: 208px !important;
  margin-left: 208px !important;
}
.my-208 {
  margin-top: 208px !important;
  margin-bottom: 208px !important;
}
.mx-212 {
  margin-right: 212px !important;
  margin-left: 212px !important;
}
.my-212 {
  margin-top: 212px !important;
  margin-bottom: 212px !important;
}
.mx-216 {
  margin-right: 216px !important;
  margin-left: 216px !important;
}
.my-216 {
  margin-top: 216px !important;
  margin-bottom: 216px !important;
}
.mx-220 {
  margin-right: 220px !important;
  margin-left: 220px !important;
}
.my-220 {
  margin-top: 220px !important;
  margin-bottom: 220px !important;
}
.mx-224 {
  margin-right: 224px !important;
  margin-left: 224px !important;
}
.my-224 {
  margin-top: 224px !important;
  margin-bottom: 224px !important;
}
.mx-228 {
  margin-right: 228px !important;
  margin-left: 228px !important;
}
.my-228 {
  margin-top: 228px !important;
  margin-bottom: 228px !important;
}
.mx-232 {
  margin-right: 232px !important;
  margin-left: 232px !important;
}
.my-232 {
  margin-top: 232px !important;
  margin-bottom: 232px !important;
}
.mx-236 {
  margin-right: 236px !important;
  margin-left: 236px !important;
}
.my-236 {
  margin-top: 236px !important;
  margin-bottom: 236px !important;
}
.mx-240 {
  margin-right: 240px !important;
  margin-left: 240px !important;
}
.my-240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}
.mx-244 {
  margin-right: 244px !important;
  margin-left: 244px !important;
}
.my-244 {
  margin-top: 244px !important;
  margin-bottom: 244px !important;
}
.mx-248 {
  margin-right: 248px !important;
  margin-left: 248px !important;
}
.my-248 {
  margin-top: 248px !important;
  margin-bottom: 248px !important;
}
.mx-252 {
  margin-right: 252px !important;
  margin-left: 252px !important;
}
.my-252 {
  margin-top: 252px !important;
  margin-bottom: 252px !important;
}
.mx-256 {
  margin-right: 256px !important;
  margin-left: 256px !important;
}
.my-256 {
  margin-top: 256px !important;
  margin-bottom: 256px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.mt-28 {
  margin-top: 28px !important;
}
.mr-28 {
  margin-right: 28px !important;
}
.mb-28 {
  margin-bottom: 28px !important;
}
.ml-28 {
  margin-left: 28px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.mt-36 {
  margin-top: 36px !important;
}
.mr-36 {
  margin-right: 36px !important;
}
.mb-36 {
  margin-bottom: 36px !important;
}
.ml-36 {
  margin-left: 36px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mt-44 {
  margin-top: 44px !important;
}
.mr-44 {
  margin-right: 44px !important;
}
.mb-44 {
  margin-bottom: 44px !important;
}
.ml-44 {
  margin-left: 44px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mr-48 {
  margin-right: 48px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.ml-48 {
  margin-left: 48px !important;
}
.mt-52 {
  margin-top: 52px !important;
}
.mr-52 {
  margin-right: 52px !important;
}
.mb-52 {
  margin-bottom: 52px !important;
}
.ml-52 {
  margin-left: 52px !important;
}
.mt-56 {
  margin-top: 56px !important;
}
.mr-56 {
  margin-right: 56px !important;
}
.mb-56 {
  margin-bottom: 56px !important;
}
.ml-56 {
  margin-left: 56px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mr-64 {
  margin-right: 64px !important;
}
.mb-64 {
  margin-bottom: 64px !important;
}
.ml-64 {
  margin-left: 64px !important;
}
.mt-68 {
  margin-top: 68px !important;
}
.mr-68 {
  margin-right: 68px !important;
}
.mb-68 {
  margin-bottom: 68px !important;
}
.ml-68 {
  margin-left: 68px !important;
}
.mt-72 {
  margin-top: 72px !important;
}
.mr-72 {
  margin-right: 72px !important;
}
.mb-72 {
  margin-bottom: 72px !important;
}
.ml-72 {
  margin-left: 72px !important;
}
.mt-76 {
  margin-top: 76px !important;
}
.mr-76 {
  margin-right: 76px !important;
}
.mb-76 {
  margin-bottom: 76px !important;
}
.ml-76 {
  margin-left: 76px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.mt-84 {
  margin-top: 84px !important;
}
.mr-84 {
  margin-right: 84px !important;
}
.mb-84 {
  margin-bottom: 84px !important;
}
.ml-84 {
  margin-left: 84px !important;
}
.mt-88 {
  margin-top: 88px !important;
}
.mr-88 {
  margin-right: 88px !important;
}
.mb-88 {
  margin-bottom: 88px !important;
}
.ml-88 {
  margin-left: 88px !important;
}
.mt-92 {
  margin-top: 92px !important;
}
.mr-92 {
  margin-right: 92px !important;
}
.mb-92 {
  margin-bottom: 92px !important;
}
.ml-92 {
  margin-left: 92px !important;
}
.mt-96 {
  margin-top: 96px !important;
}
.mr-96 {
  margin-right: 96px !important;
}
.mb-96 {
  margin-bottom: 96px !important;
}
.ml-96 {
  margin-left: 96px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.mt-104 {
  margin-top: 104px !important;
}
.mr-104 {
  margin-right: 104px !important;
}
.mb-104 {
  margin-bottom: 104px !important;
}
.ml-104 {
  margin-left: 104px !important;
}
.mt-108 {
  margin-top: 108px !important;
}
.mr-108 {
  margin-right: 108px !important;
}
.mb-108 {
  margin-bottom: 108px !important;
}
.ml-108 {
  margin-left: 108px !important;
}
.mt-112 {
  margin-top: 112px !important;
}
.mr-112 {
  margin-right: 112px !important;
}
.mb-112 {
  margin-bottom: 112px !important;
}
.ml-112 {
  margin-left: 112px !important;
}
.mt-116 {
  margin-top: 116px !important;
}
.mr-116 {
  margin-right: 116px !important;
}
.mb-116 {
  margin-bottom: 116px !important;
}
.ml-116 {
  margin-left: 116px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.mt-124 {
  margin-top: 124px !important;
}
.mr-124 {
  margin-right: 124px !important;
}
.mb-124 {
  margin-bottom: 124px !important;
}
.ml-124 {
  margin-left: 124px !important;
}
.mt-128 {
  margin-top: 128px !important;
}
.mr-128 {
  margin-right: 128px !important;
}
.mb-128 {
  margin-bottom: 128px !important;
}
.ml-128 {
  margin-left: 128px !important;
}
.mt-132 {
  margin-top: 132px !important;
}
.mr-132 {
  margin-right: 132px !important;
}
.mb-132 {
  margin-bottom: 132px !important;
}
.ml-132 {
  margin-left: 132px !important;
}
.mt-136 {
  margin-top: 136px !important;
}
.mr-136 {
  margin-right: 136px !important;
}
.mb-136 {
  margin-bottom: 136px !important;
}
.ml-136 {
  margin-left: 136px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.mt-144 {
  margin-top: 144px !important;
}
.mr-144 {
  margin-right: 144px !important;
}
.mb-144 {
  margin-bottom: 144px !important;
}
.ml-144 {
  margin-left: 144px !important;
}
.mt-148 {
  margin-top: 148px !important;
}
.mr-148 {
  margin-right: 148px !important;
}
.mb-148 {
  margin-bottom: 148px !important;
}
.ml-148 {
  margin-left: 148px !important;
}
.mt-152 {
  margin-top: 152px !important;
}
.mr-152 {
  margin-right: 152px !important;
}
.mb-152 {
  margin-bottom: 152px !important;
}
.ml-152 {
  margin-left: 152px !important;
}
.mt-156 {
  margin-top: 156px !important;
}
.mr-156 {
  margin-right: 156px !important;
}
.mb-156 {
  margin-bottom: 156px !important;
}
.ml-156 {
  margin-left: 156px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.mt-164 {
  margin-top: 164px !important;
}
.mr-164 {
  margin-right: 164px !important;
}
.mb-164 {
  margin-bottom: 164px !important;
}
.ml-164 {
  margin-left: 164px !important;
}
.mt-168 {
  margin-top: 168px !important;
}
.mr-168 {
  margin-right: 168px !important;
}
.mb-168 {
  margin-bottom: 168px !important;
}
.ml-168 {
  margin-left: 168px !important;
}
.mt-172 {
  margin-top: 172px !important;
}
.mr-172 {
  margin-right: 172px !important;
}
.mb-172 {
  margin-bottom: 172px !important;
}
.ml-172 {
  margin-left: 172px !important;
}
.mt-176 {
  margin-top: 176px !important;
}
.mr-176 {
  margin-right: 176px !important;
}
.mb-176 {
  margin-bottom: 176px !important;
}
.ml-176 {
  margin-left: 176px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.mt-184 {
  margin-top: 184px !important;
}
.mr-184 {
  margin-right: 184px !important;
}
.mb-184 {
  margin-bottom: 184px !important;
}
.ml-184 {
  margin-left: 184px !important;
}
.mt-188 {
  margin-top: 188px !important;
}
.mr-188 {
  margin-right: 188px !important;
}
.mb-188 {
  margin-bottom: 188px !important;
}
.ml-188 {
  margin-left: 188px !important;
}
.mt-192 {
  margin-top: 192px !important;
}
.mr-192 {
  margin-right: 192px !important;
}
.mb-192 {
  margin-bottom: 192px !important;
}
.ml-192 {
  margin-left: 192px !important;
}
.mt-196 {
  margin-top: 196px !important;
}
.mr-196 {
  margin-right: 196px !important;
}
.mb-196 {
  margin-bottom: 196px !important;
}
.ml-196 {
  margin-left: 196px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.mt-204 {
  margin-top: 204px !important;
}
.mr-204 {
  margin-right: 204px !important;
}
.mb-204 {
  margin-bottom: 204px !important;
}
.ml-204 {
  margin-left: 204px !important;
}
.mt-208 {
  margin-top: 208px !important;
}
.mr-208 {
  margin-right: 208px !important;
}
.mb-208 {
  margin-bottom: 208px !important;
}
.ml-208 {
  margin-left: 208px !important;
}
.mt-212 {
  margin-top: 212px !important;
}
.mr-212 {
  margin-right: 212px !important;
}
.mb-212 {
  margin-bottom: 212px !important;
}
.ml-212 {
  margin-left: 212px !important;
}
.mt-216 {
  margin-top: 216px !important;
}
.mr-216 {
  margin-right: 216px !important;
}
.mb-216 {
  margin-bottom: 216px !important;
}
.ml-216 {
  margin-left: 216px !important;
}
.mt-220 {
  margin-top: 220px !important;
}
.mr-220 {
  margin-right: 220px !important;
}
.mb-220 {
  margin-bottom: 220px !important;
}
.ml-220 {
  margin-left: 220px !important;
}
.mt-224 {
  margin-top: 224px !important;
}
.mr-224 {
  margin-right: 224px !important;
}
.mb-224 {
  margin-bottom: 224px !important;
}
.ml-224 {
  margin-left: 224px !important;
}
.mt-228 {
  margin-top: 228px !important;
}
.mr-228 {
  margin-right: 228px !important;
}
.mb-228 {
  margin-bottom: 228px !important;
}
.ml-228 {
  margin-left: 228px !important;
}
.mt-232 {
  margin-top: 232px !important;
}
.mr-232 {
  margin-right: 232px !important;
}
.mb-232 {
  margin-bottom: 232px !important;
}
.ml-232 {
  margin-left: 232px !important;
}
.mt-236 {
  margin-top: 236px !important;
}
.mr-236 {
  margin-right: 236px !important;
}
.mb-236 {
  margin-bottom: 236px !important;
}
.ml-236 {
  margin-left: 236px !important;
}
.mt-240 {
  margin-top: 240px !important;
}
.mr-240 {
  margin-right: 240px !important;
}
.mb-240 {
  margin-bottom: 240px !important;
}
.ml-240 {
  margin-left: 240px !important;
}
.mt-244 {
  margin-top: 244px !important;
}
.mr-244 {
  margin-right: 244px !important;
}
.mb-244 {
  margin-bottom: 244px !important;
}
.ml-244 {
  margin-left: 244px !important;
}
.mt-248 {
  margin-top: 248px !important;
}
.mr-248 {
  margin-right: 248px !important;
}
.mb-248 {
  margin-bottom: 248px !important;
}
.ml-248 {
  margin-left: 248px !important;
}
.mt-252 {
  margin-top: 252px !important;
}
.mr-252 {
  margin-right: 252px !important;
}
.mb-252 {
  margin-bottom: 252px !important;
}
.ml-252 {
  margin-left: 252px !important;
}
.mt-256 {
  margin-top: 256px !important;
}
.mr-256 {
  margin-right: 256px !important;
}
.mb-256 {
  margin-bottom: 256px !important;
}
.ml-256 {
  margin-left: 256px !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-4 {
  padding: 4px !important;
}
.p-8 {
  padding: 8px !important;
}
.p-12 {
  padding: 12px !important;
}
.p-16 {
  padding: 16px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-24 {
  padding: 24px !important;
}
.p-28 {
  padding: 28px !important;
}
.p-32 {
  padding: 32px !important;
}
.p-36 {
  padding: 36px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-44 {
  padding: 44px !important;
}
.p-48 {
  padding: 48px !important;
}
.p-52 {
  padding: 52px !important;
}
.p-56 {
  padding: 56px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-64 {
  padding: 64px !important;
}
.p-68 {
  padding: 68px !important;
}
.p-72 {
  padding: 72px !important;
}
.p-76 {
  padding: 76px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-84 {
  padding: 84px !important;
}
.p-88 {
  padding: 88px !important;
}
.p-92 {
  padding: 92px !important;
}
.p-96 {
  padding: 96px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-104 {
  padding: 104px !important;
}
.p-108 {
  padding: 108px !important;
}
.p-112 {
  padding: 112px !important;
}
.p-116 {
  padding: 116px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-124 {
  padding: 124px !important;
}
.p-128 {
  padding: 128px !important;
}
.p-132 {
  padding: 132px !important;
}
.p-136 {
  padding: 136px !important;
}
.p-140 {
  padding: 140px !important;
}
.p-144 {
  padding: 144px !important;
}
.p-148 {
  padding: 148px !important;
}
.p-152 {
  padding: 152px !important;
}
.p-156 {
  padding: 156px !important;
}
.p-160 {
  padding: 160px !important;
}
.p-164 {
  padding: 164px !important;
}
.p-168 {
  padding: 168px !important;
}
.p-172 {
  padding: 172px !important;
}
.p-176 {
  padding: 176px !important;
}
.p-180 {
  padding: 180px !important;
}
.p-184 {
  padding: 184px !important;
}
.p-188 {
  padding: 188px !important;
}
.p-192 {
  padding: 192px !important;
}
.p-196 {
  padding: 196px !important;
}
.p-200 {
  padding: 200px !important;
}
.p-204 {
  padding: 204px !important;
}
.p-208 {
  padding: 208px !important;
}
.p-212 {
  padding: 212px !important;
}
.p-216 {
  padding: 216px !important;
}
.p-220 {
  padding: 220px !important;
}
.p-224 {
  padding: 224px !important;
}
.p-228 {
  padding: 228px !important;
}
.p-232 {
  padding: 232px !important;
}
.p-236 {
  padding: 236px !important;
}
.p-240 {
  padding: 240px !important;
}
.p-244 {
  padding: 244px !important;
}
.p-248 {
  padding: 248px !important;
}
.p-252 {
  padding: 252px !important;
}
.p-256 {
  padding: 256px !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.px-4 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.px-8 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.px-28 {
  padding-right: 28px !important;
  padding-left: 28px !important;
}
.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.px-32 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}
.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.px-36 {
  padding-right: 36px !important;
  padding-left: 36px !important;
}
.py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.px-44 {
  padding-right: 44px !important;
  padding-left: 44px !important;
}
.py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.px-48 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}
.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.px-52 {
  padding-right: 52px !important;
  padding-left: 52px !important;
}
.py-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.px-56 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}
.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.px-64 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}
.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.px-68 {
  padding-right: 68px !important;
  padding-left: 68px !important;
}
.py-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.px-72 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}
.py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.px-76 {
  padding-right: 76px !important;
  padding-left: 76px !important;
}
.py-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.px-84 {
  padding-right: 84px !important;
  padding-left: 84px !important;
}
.py-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.px-88 {
  padding-right: 88px !important;
  padding-left: 88px !important;
}
.py-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.px-92 {
  padding-right: 92px !important;
  padding-left: 92px !important;
}
.py-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.px-96 {
  padding-right: 96px !important;
  padding-left: 96px !important;
}
.py-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}
.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.px-104 {
  padding-right: 104px !important;
  padding-left: 104px !important;
}
.py-104 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}
.px-108 {
  padding-right: 108px !important;
  padding-left: 108px !important;
}
.py-108 {
  padding-top: 108px !important;
  padding-bottom: 108px !important;
}
.px-112 {
  padding-right: 112px !important;
  padding-left: 112px !important;
}
.py-112 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}
.px-116 {
  padding-right: 116px !important;
  padding-left: 116px !important;
}
.py-116 {
  padding-top: 116px !important;
  padding-bottom: 116px !important;
}
.px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}
.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.px-124 {
  padding-right: 124px !important;
  padding-left: 124px !important;
}
.py-124 {
  padding-top: 124px !important;
  padding-bottom: 124px !important;
}
.px-128 {
  padding-right: 128px !important;
  padding-left: 128px !important;
}
.py-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}
.px-132 {
  padding-right: 132px !important;
  padding-left: 132px !important;
}
.py-132 {
  padding-top: 132px !important;
  padding-bottom: 132px !important;
}
.px-136 {
  padding-right: 136px !important;
  padding-left: 136px !important;
}
.py-136 {
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}
.px-140 {
  padding-right: 140px !important;
  padding-left: 140px !important;
}
.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
.px-144 {
  padding-right: 144px !important;
  padding-left: 144px !important;
}
.py-144 {
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}
.px-148 {
  padding-right: 148px !important;
  padding-left: 148px !important;
}
.py-148 {
  padding-top: 148px !important;
  padding-bottom: 148px !important;
}
.px-152 {
  padding-right: 152px !important;
  padding-left: 152px !important;
}
.py-152 {
  padding-top: 152px !important;
  padding-bottom: 152px !important;
}
.px-156 {
  padding-right: 156px !important;
  padding-left: 156px !important;
}
.py-156 {
  padding-top: 156px !important;
  padding-bottom: 156px !important;
}
.px-160 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}
.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.px-164 {
  padding-right: 164px !important;
  padding-left: 164px !important;
}
.py-164 {
  padding-top: 164px !important;
  padding-bottom: 164px !important;
}
.px-168 {
  padding-right: 168px !important;
  padding-left: 168px !important;
}
.py-168 {
  padding-top: 168px !important;
  padding-bottom: 168px !important;
}
.px-172 {
  padding-right: 172px !important;
  padding-left: 172px !important;
}
.py-172 {
  padding-top: 172px !important;
  padding-bottom: 172px !important;
}
.px-176 {
  padding-right: 176px !important;
  padding-left: 176px !important;
}
.py-176 {
  padding-top: 176px !important;
  padding-bottom: 176px !important;
}
.px-180 {
  padding-right: 180px !important;
  padding-left: 180px !important;
}
.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.px-184 {
  padding-right: 184px !important;
  padding-left: 184px !important;
}
.py-184 {
  padding-top: 184px !important;
  padding-bottom: 184px !important;
}
.px-188 {
  padding-right: 188px !important;
  padding-left: 188px !important;
}
.py-188 {
  padding-top: 188px !important;
  padding-bottom: 188px !important;
}
.px-192 {
  padding-right: 192px !important;
  padding-left: 192px !important;
}
.py-192 {
  padding-top: 192px !important;
  padding-bottom: 192px !important;
}
.px-196 {
  padding-right: 196px !important;
  padding-left: 196px !important;
}
.py-196 {
  padding-top: 196px !important;
  padding-bottom: 196px !important;
}
.px-200 {
  padding-right: 200px !important;
  padding-left: 200px !important;
}
.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.px-204 {
  padding-right: 204px !important;
  padding-left: 204px !important;
}
.py-204 {
  padding-top: 204px !important;
  padding-bottom: 204px !important;
}
.px-208 {
  padding-right: 208px !important;
  padding-left: 208px !important;
}
.py-208 {
  padding-top: 208px !important;
  padding-bottom: 208px !important;
}
.px-212 {
  padding-right: 212px !important;
  padding-left: 212px !important;
}
.py-212 {
  padding-top: 212px !important;
  padding-bottom: 212px !important;
}
.px-216 {
  padding-right: 216px !important;
  padding-left: 216px !important;
}
.py-216 {
  padding-top: 216px !important;
  padding-bottom: 216px !important;
}
.px-220 {
  padding-right: 220px !important;
  padding-left: 220px !important;
}
.py-220 {
  padding-top: 220px !important;
  padding-bottom: 220px !important;
}
.px-224 {
  padding-right: 224px !important;
  padding-left: 224px !important;
}
.py-224 {
  padding-top: 224px !important;
  padding-bottom: 224px !important;
}
.px-228 {
  padding-right: 228px !important;
  padding-left: 228px !important;
}
.py-228 {
  padding-top: 228px !important;
  padding-bottom: 228px !important;
}
.px-232 {
  padding-right: 232px !important;
  padding-left: 232px !important;
}
.py-232 {
  padding-top: 232px !important;
  padding-bottom: 232px !important;
}
.px-236 {
  padding-right: 236px !important;
  padding-left: 236px !important;
}
.py-236 {
  padding-top: 236px !important;
  padding-bottom: 236px !important;
}
.px-240 {
  padding-right: 240px !important;
  padding-left: 240px !important;
}
.py-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}
.px-244 {
  padding-right: 244px !important;
  padding-left: 244px !important;
}
.py-244 {
  padding-top: 244px !important;
  padding-bottom: 244px !important;
}
.px-248 {
  padding-right: 248px !important;
  padding-left: 248px !important;
}
.py-248 {
  padding-top: 248px !important;
  padding-bottom: 248px !important;
}
.px-252 {
  padding-right: 252px !important;
  padding-left: 252px !important;
}
.py-252 {
  padding-top: 252px !important;
  padding-bottom: 252px !important;
}
.px-256 {
  padding-right: 256px !important;
  padding-left: 256px !important;
}
.py-256 {
  padding-top: 256px !important;
  padding-bottom: 256px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.pt-28 {
  padding-top: 28px !important;
}
.pr-28 {
  padding-right: 28px !important;
}
.pb-28 {
  padding-bottom: 28px !important;
}
.pl-28 {
  padding-left: 28px !important;
}
.pt-32 {
  padding-top: 32px !important;
}
.pr-32 {
  padding-right: 32px !important;
}
.pb-3 {
  padding-bottom: 3px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
.pl-32 {
  padding-left: 32px !important;
}
.pt-36 {
  padding-top: 36px !important;
}
.pr-36 {
  padding-right: 36px !important;
}
.pb-36 {
  padding-bottom: 36px !important;
}
.pl-36 {
  padding-left: 36px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pt-44 {
  padding-top: 44px !important;
}
.pr-44 {
  padding-right: 44px !important;
}
.pb-44 {
  padding-bottom: 44px !important;
}
.pl-44 {
  padding-left: 44px !important;
}
.pt-48 {
  padding-top: 48px !important;
}
.pr-48 {
  padding-right: 48px !important;
}
.pb-48 {
  padding-bottom: 48px !important;
}
.pl-48 {
  padding-left: 48px !important;
}
.pt-52 {
  padding-top: 52px !important;
}
.pr-52 {
  padding-right: 52px !important;
}
.pb-52 {
  padding-bottom: 52px !important;
}
.pl-52 {
  padding-left: 52px !important;
}
.pt-56 {
  padding-top: 56px !important;
}
.pr-56 {
  padding-right: 56px !important;
}
.pb-56 {
  padding-bottom: 56px !important;
}
.pl-56 {
  padding-left: 56px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pt-64 {
  padding-top: 64px !important;
}
.pr-64 {
  padding-right: 64px !important;
}
.pb-64 {
  padding-bottom: 64px !important;
}
.pl-64 {
  padding-left: 64px !important;
}
.pt-68 {
  padding-top: 68px !important;
}
.pr-68 {
  padding-right: 68px !important;
}
.pb-68 {
  padding-bottom: 68px !important;
}
.pl-68 {
  padding-left: 68px !important;
}
.pt-72 {
  padding-top: 72px !important;
}
.pr-72 {
  padding-right: 72px !important;
}
.pb-72 {
  padding-bottom: 72px !important;
}
.pl-72 {
  padding-left: 72px !important;
}
.pt-76 {
  padding-top: 76px !important;
}
.pr-76 {
  padding-right: 76px !important;
}
.pb-76 {
  padding-bottom: 76px !important;
}
.pl-76 {
  padding-left: 76px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pt-84 {
  padding-top: 84px !important;
}
.pr-84 {
  padding-right: 84px !important;
}
.pb-84 {
  padding-bottom: 84px !important;
}
.pl-84 {
  padding-left: 84px !important;
}
.pt-88 {
  padding-top: 88px !important;
}
.pr-88 {
  padding-right: 88px !important;
}
.pb-88 {
  padding-bottom: 88px !important;
}
.pl-88 {
  padding-left: 88px !important;
}
.pt-9 {
  padding-top: 9px !important;
}
.pt-92 {
  padding-top: 92px !important;
}
.pr-92 {
  padding-right: 92px !important;
}
.pb-92 {
  padding-bottom: 92px !important;
}
.pl-92 {
  padding-left: 92px !important;
}
.pt-96 {
  padding-top: 96px !important;
}
.pr-96 {
  padding-right: 96px !important;
}
.pb-96 {
  padding-bottom: 96px !important;
}
.pl-96 {
  padding-left: 96px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pb-1 {
  padding-bottom: 1px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pt-104 {
  padding-top: 104px !important;
}
.pr-104 {
  padding-right: 104px !important;
}
.pb-104 {
  padding-bottom: 104px !important;
}
.pl-104 {
  padding-left: 104px !important;
}
.pt-108 {
  padding-top: 108px !important;
}
.pr-108 {
  padding-right: 108px !important;
}
.pb-108 {
  padding-bottom: 108px !important;
}
.pl-108 {
  padding-left: 108px !important;
}
.pt-112 {
  padding-top: 112px !important;
}
.pr-112 {
  padding-right: 112px !important;
}
.pb-112 {
  padding-bottom: 112px !important;
}
.pl-112 {
  padding-left: 112px !important;
}
.pt-116 {
  padding-top: 116px !important;
}
.pr-116 {
  padding-right: 116px !important;
}
.pb-116 {
  padding-bottom: 116px !important;
}
.pl-116 {
  padding-left: 116px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pt-124 {
  padding-top: 124px !important;
}
.pr-124 {
  padding-right: 124px !important;
}
.pb-124 {
  padding-bottom: 124px !important;
}
.pl-124 {
  padding-left: 124px !important;
}
.pt-128 {
  padding-top: 128px !important;
}
.pr-128 {
  padding-right: 128px !important;
}
.pb-128 {
  padding-bottom: 128px !important;
}
.pl-128 {
  padding-left: 128px !important;
}
.pt-132 {
  padding-top: 132px !important;
}
.pr-132 {
  padding-right: 132px !important;
}
.pb-132 {
  padding-bottom: 132px !important;
}
.pl-132 {
  padding-left: 132px !important;
}
.pt-136 {
  padding-top: 136px !important;
}
.pr-136 {
  padding-right: 136px !important;
}
.pb-136 {
  padding-bottom: 136px !important;
}
.pl-136 {
  padding-left: 136px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pt-144 {
  padding-top: 144px !important;
}
.pr-144 {
  padding-right: 144px !important;
}
.pb-144 {
  padding-bottom: 144px !important;
}
.pl-144 {
  padding-left: 144px !important;
}
.pt-148 {
  padding-top: 148px !important;
}
.pr-148 {
  padding-right: 148px !important;
}
.pb-148 {
  padding-bottom: 148px !important;
}
.pl-148 {
  padding-left: 148px !important;
}
.pt-152 {
  padding-top: 152px !important;
}
.pr-152 {
  padding-right: 152px !important;
}
.pb-152 {
  padding-bottom: 152px !important;
}
.pl-152 {
  padding-left: 152px !important;
}
.pt-156 {
  padding-top: 156px !important;
}
.pr-156 {
  padding-right: 156px !important;
}
.pb-156 {
  padding-bottom: 156px !important;
}
.pl-156 {
  padding-left: 156px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pt-164 {
  padding-top: 164px !important;
}
.pr-164 {
  padding-right: 164px !important;
}
.pb-164 {
  padding-bottom: 164px !important;
}
.pl-164 {
  padding-left: 164px !important;
}
.pt-168 {
  padding-top: 168px !important;
}
.pr-168 {
  padding-right: 168px !important;
}
.pb-168 {
  padding-bottom: 168px !important;
}
.pl-168 {
  padding-left: 168px !important;
}
.pt-172 {
  padding-top: 172px !important;
}
.pr-172 {
  padding-right: 172px !important;
}
.pb-172 {
  padding-bottom: 172px !important;
}
.pl-172 {
  padding-left: 172px !important;
}
.pt-176 {
  padding-top: 176px !important;
}
.pr-176 {
  padding-right: 176px !important;
}
.pb-176 {
  padding-bottom: 176px !important;
}
.pl-176 {
  padding-left: 176px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pt-184 {
  padding-top: 184px !important;
}
.pr-184 {
  padding-right: 184px !important;
}
.pb-184 {
  padding-bottom: 184px !important;
}
.pl-184 {
  padding-left: 184px !important;
}
.pt-188 {
  padding-top: 188px !important;
}
.pr-188 {
  padding-right: 188px !important;
}
.pb-188 {
  padding-bottom: 188px !important;
}
.pl-188 {
  padding-left: 188px !important;
}
.pt-192 {
  padding-top: 192px !important;
}
.pr-192 {
  padding-right: 192px !important;
}
.pb-192 {
  padding-bottom: 192px !important;
}
.pl-192 {
  padding-left: 192px !important;
}
.pt-196 {
  padding-top: 196px !important;
}
.pr-196 {
  padding-right: 196px !important;
}
.pb-196 {
  padding-bottom: 196px !important;
}
.pl-196 {
  padding-left: 196px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pr-200 {
  padding-right: 200px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
.pt-204 {
  padding-top: 204px !important;
}
.pr-204 {
  padding-right: 204px !important;
}
.pb-204 {
  padding-bottom: 204px !important;
}
.pl-204 {
  padding-left: 204px !important;
}
.pt-208 {
  padding-top: 208px !important;
}
.pr-208 {
  padding-right: 208px !important;
}
.pb-208 {
  padding-bottom: 208px !important;
}
.pl-208 {
  padding-left: 208px !important;
}
.pt-212 {
  padding-top: 212px !important;
}
.pr-212 {
  padding-right: 212px !important;
}
.pb-212 {
  padding-bottom: 212px !important;
}
.pl-212 {
  padding-left: 212px !important;
}
.pt-216 {
  padding-top: 216px !important;
}
.pr-216 {
  padding-right: 216px !important;
}
.pb-216 {
  padding-bottom: 216px !important;
}
.pl-216 {
  padding-left: 216px !important;
}
.pt-220 {
  padding-top: 220px !important;
}
.pr-220 {
  padding-right: 220px !important;
}
.pb-220 {
  padding-bottom: 220px !important;
}
.pl-220 {
  padding-left: 220px !important;
}
.pt-224 {
  padding-top: 224px !important;
}
.pr-224 {
  padding-right: 224px !important;
}
.pb-224 {
  padding-bottom: 224px !important;
}
.pl-224 {
  padding-left: 224px !important;
}
.pt-228 {
  padding-top: 228px !important;
}
.pr-228 {
  padding-right: 228px !important;
}
.pb-228 {
  padding-bottom: 228px !important;
}
.pl-228 {
  padding-left: 228px !important;
}
.pt-232 {
  padding-top: 232px !important;
}
.pr-232 {
  padding-right: 232px !important;
}
.pb-232 {
  padding-bottom: 232px !important;
}
.pl-232 {
  padding-left: 232px !important;
}
.pt-236 {
  padding-top: 236px !important;
}
.pr-236 {
  padding-right: 236px !important;
}
.pb-236 {
  padding-bottom: 236px !important;
}
.pl-236 {
  padding-left: 236px !important;
}
.pt-240 {
  padding-top: 240px !important;
}
.pr-240 {
  padding-right: 240px !important;
}
.pb-240 {
  padding-bottom: 240px !important;
}
.pl-240 {
  padding-left: 240px !important;
}
.pt-244 {
  padding-top: 244px !important;
}
.pr-244 {
  padding-right: 244px !important;
}
.pb-244 {
  padding-bottom: 244px !important;
}
.pl-244 {
  padding-left: 244px !important;
}
.pt-248 {
  padding-top: 248px !important;
}
.pr-248 {
  padding-right: 248px !important;
}
.pb-248 {
  padding-bottom: 248px !important;
}
.pl-248 {
  padding-left: 248px !important;
}
.pt-252 {
  padding-top: 252px !important;
}
.pr-252 {
  padding-right: 252px !important;
}
.pb-252 {
  padding-bottom: 252px !important;
}
.pl-252 {
  padding-left: 252px !important;
}
.pt-256 {
  padding-top: 256px !important;
}
.pr-256 {
  padding-right: 256px !important;
}
.pb-256 {
  padding-bottom: 256px !important;
}
.pl-256 {
  padding-left: 256px !important;
}
@media screen and (min-width: 600px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-4 {
    margin: 4px !important;
  }
  .m-sm-8 {
    margin: 8px !important;
  }
  .m-sm-12 {
    margin: 12px !important;
  }
  .m-sm-16 {
    margin: 16px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .m-sm-24 {
    margin: 24px !important;
  }
  .m-sm-28 {
    margin: 28px !important;
  }
  .m-sm-32 {
    margin: 32px !important;
  }
  .m-sm-36 {
    margin: 36px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .m-sm-44 {
    margin: 44px !important;
  }
  .m-sm-48 {
    margin: 48px !important;
  }
  .m-sm-52 {
    margin: 52px !important;
  }
  .m-sm-56 {
    margin: 56px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .m-sm-64 {
    margin: 64px !important;
  }
  .m-sm-68 {
    margin: 68px !important;
  }
  .m-sm-72 {
    margin: 72px !important;
  }
  .m-sm-76 {
    margin: 76px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .m-sm-84 {
    margin: 84px !important;
  }
  .m-sm-88 {
    margin: 88px !important;
  }
  .m-sm-92 {
    margin: 92px !important;
  }
  .m-sm-96 {
    margin: 96px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .m-sm-104 {
    margin: 104px !important;
  }
  .m-sm-108 {
    margin: 108px !important;
  }
  .m-sm-112 {
    margin: 112px !important;
  }
  .m-sm-116 {
    margin: 116px !important;
  }
  .m-sm-120 {
    margin: 120px !important;
  }
  .m-sm-124 {
    margin: 124px !important;
  }
  .m-sm-128 {
    margin: 128px !important;
  }
  .m-sm-132 {
    margin: 132px !important;
  }
  .m-sm-136 {
    margin: 136px !important;
  }
  .m-sm-140 {
    margin: 140px !important;
  }
  .m-sm-144 {
    margin: 144px !important;
  }
  .m-sm-148 {
    margin: 148px !important;
  }
  .m-sm-152 {
    margin: 152px !important;
  }
  .m-sm-156 {
    margin: 156px !important;
  }
  .m-sm-160 {
    margin: 160px !important;
  }
  .m-sm-164 {
    margin: 164px !important;
  }
  .m-sm-168 {
    margin: 168px !important;
  }
  .m-sm-172 {
    margin: 172px !important;
  }
  .m-sm-176 {
    margin: 176px !important;
  }
  .m-sm-180 {
    margin: 180px !important;
  }
  .m-sm-184 {
    margin: 184px !important;
  }
  .m-sm-188 {
    margin: 188px !important;
  }
  .m-sm-192 {
    margin: 192px !important;
  }
  .m-sm-196 {
    margin: 196px !important;
  }
  .m-sm-200 {
    margin: 200px !important;
  }
  .m-sm-204 {
    margin: 204px !important;
  }
  .m-sm-208 {
    margin: 208px !important;
  }
  .m-sm-212 {
    margin: 212px !important;
  }
  .m-sm-216 {
    margin: 216px !important;
  }
  .m-sm-220 {
    margin: 220px !important;
  }
  .m-sm-224 {
    margin: 224px !important;
  }
  .m-sm-228 {
    margin: 228px !important;
  }
  .m-sm-232 {
    margin: 232px !important;
  }
  .m-sm-236 {
    margin: 236px !important;
  }
  .m-sm-240 {
    margin: 240px !important;
  }
  .m-sm-244 {
    margin: 244px !important;
  }
  .m-sm-248 {
    margin: 248px !important;
  }
  .m-sm-252 {
    margin: 252px !important;
  }
  .m-sm-256 {
    margin: 256px !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-sm-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-sm-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-sm-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-sm-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-sm-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .my-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-sm-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-sm-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-sm-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-sm-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mx-sm-28 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .my-sm-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mx-sm-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-sm-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mx-sm-36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .my-sm-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-sm-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .my-sm-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mx-sm-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-sm-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-sm-52 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .my-sm-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mx-sm-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .my-sm-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-sm-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my-sm-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mx-sm-68 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .my-sm-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mx-sm-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my-sm-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mx-sm-76 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .my-sm-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mx-sm-84 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }
  .my-sm-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mx-sm-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .my-sm-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mx-sm-92 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .my-sm-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mx-sm-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my-sm-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-sm-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .my-sm-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .mx-sm-108 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }
  .my-sm-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .mx-sm-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .my-sm-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mx-sm-116 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }
  .my-sm-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .mx-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mx-sm-124 {
    margin-right: 124px !important;
    margin-left: 124px !important;
  }
  .my-sm-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }
  .mx-sm-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .my-sm-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mx-sm-132 {
    margin-right: 132px !important;
    margin-left: 132px !important;
  }
  .my-sm-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }
  .mx-sm-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .my-sm-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .mx-sm-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mx-sm-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .my-sm-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .mx-sm-148 {
    margin-right: 148px !important;
    margin-left: 148px !important;
  }
  .my-sm-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }
  .mx-sm-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .my-sm-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .mx-sm-156 {
    margin-right: 156px !important;
    margin-left: 156px !important;
  }
  .my-sm-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }
  .mx-sm-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mx-sm-164 {
    margin-right: 164px !important;
    margin-left: 164px !important;
  }
  .my-sm-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }
  .mx-sm-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .my-sm-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .mx-sm-172 {
    margin-right: 172px !important;
    margin-left: 172px !important;
  }
  .my-sm-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }
  .mx-sm-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .my-sm-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .mx-sm-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mx-sm-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .my-sm-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .mx-sm-188 {
    margin-right: 188px !important;
    margin-left: 188px !important;
  }
  .my-sm-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }
  .mx-sm-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .my-sm-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .mx-sm-196 {
    margin-right: 196px !important;
    margin-left: 196px !important;
  }
  .my-sm-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }
  .mx-sm-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mx-sm-204 {
    margin-right: 204px !important;
    margin-left: 204px !important;
  }
  .my-sm-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }
  .mx-sm-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .my-sm-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .mx-sm-212 {
    margin-right: 212px !important;
    margin-left: 212px !important;
  }
  .my-sm-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }
  .mx-sm-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .my-sm-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .mx-sm-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .my-sm-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mx-sm-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .my-sm-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .mx-sm-228 {
    margin-right: 228px !important;
    margin-left: 228px !important;
  }
  .my-sm-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }
  .mx-sm-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .my-sm-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .mx-sm-236 {
    margin-right: 236px !important;
    margin-left: 236px !important;
  }
  .my-sm-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }
  .mx-sm-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .my-sm-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mx-sm-244 {
    margin-right: 244px !important;
    margin-left: 244px !important;
  }
  .my-sm-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }
  .mx-sm-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .my-sm-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .mx-sm-252 {
    margin-right: 252px !important;
    margin-left: 252px !important;
  }
  .my-sm-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }
  .mx-sm-256 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }
  .my-sm-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mt-sm-4 {
    margin-top: 4px !important;
  }
  .mr-sm-4 {
    margin-right: 4px !important;
  }
  .mb-sm-4 {
    margin-bottom: 4px !important;
  }
  .ml-sm-4 {
    margin-left: 4px !important;
  }
  .mt-sm-8 {
    margin-top: 8px !important;
  }
  .mr-sm-8 {
    margin-right: 8px !important;
  }
  .mb-sm-8 {
    margin-bottom: 8px !important;
  }
  .ml-sm-8 {
    margin-left: 8px !important;
  }
  .mt-sm-12 {
    margin-top: 12px !important;
  }
  .mr-sm-12 {
    margin-right: 12px !important;
  }
  .mb-sm-12 {
    margin-bottom: 12px !important;
  }
  .ml-sm-12 {
    margin-left: 12px !important;
  }
  .mt-sm-16 {
    margin-top: 16px !important;
  }
  .mr-sm-16 {
    margin-right: 16px !important;
  }
  .mb-sm-16 {
    margin-bottom: 16px !important;
  }
  .ml-sm-16 {
    margin-left: 16px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .mt-sm-24 {
    margin-top: 24px !important;
  }
  .mr-sm-24 {
    margin-right: 24px !important;
  }
  .mb-sm-24 {
    margin-bottom: 24px !important;
  }
  .ml-sm-24 {
    margin-left: 24px !important;
  }
  .mt-sm-28 {
    margin-top: 28px !important;
  }
  .mr-sm-28 {
    margin-right: 28px !important;
  }
  .mb-sm-28 {
    margin-bottom: 28px !important;
  }
  .ml-sm-28 {
    margin-left: 28px !important;
  }
  .mt-sm-32 {
    margin-top: 32px !important;
  }
  .mr-sm-32 {
    margin-right: 32px !important;
  }
  .mb-sm-32 {
    margin-bottom: 32px !important;
  }
  .ml-sm-32 {
    margin-left: 32px !important;
  }
  .mt-sm-36 {
    margin-top: 36px !important;
  }
  .mr-sm-36 {
    margin-right: 36px !important;
  }
  .mb-sm-36 {
    margin-bottom: 36px !important;
  }
  .ml-sm-36 {
    margin-left: 36px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .mt-sm-44 {
    margin-top: 44px !important;
  }
  .mr-sm-44 {
    margin-right: 44px !important;
  }
  .mb-sm-44 {
    margin-bottom: 44px !important;
  }
  .ml-sm-44 {
    margin-left: 44px !important;
  }
  .mt-sm-48 {
    margin-top: 48px !important;
  }
  .mr-sm-48 {
    margin-right: 48px !important;
  }
  .mb-sm-48 {
    margin-bottom: 48px !important;
  }
  .ml-sm-48 {
    margin-left: 48px !important;
  }
  .mt-sm-52 {
    margin-top: 52px !important;
  }
  .mr-sm-52 {
    margin-right: 52px !important;
  }
  .mb-sm-52 {
    margin-bottom: 52px !important;
  }
  .ml-sm-52 {
    margin-left: 52px !important;
  }
  .mt-sm-56 {
    margin-top: 56px !important;
  }
  .mr-sm-56 {
    margin-right: 56px !important;
  }
  .mb-sm-56 {
    margin-bottom: 56px !important;
  }
  .ml-sm-56 {
    margin-left: 56px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .mt-sm-64 {
    margin-top: 64px !important;
  }
  .mr-sm-64 {
    margin-right: 64px !important;
  }
  .mb-sm-64 {
    margin-bottom: 64px !important;
  }
  .ml-sm-64 {
    margin-left: 64px !important;
  }
  .mt-sm-68 {
    margin-top: 68px !important;
  }
  .mr-sm-68 {
    margin-right: 68px !important;
  }
  .mb-sm-68 {
    margin-bottom: 68px !important;
  }
  .ml-sm-68 {
    margin-left: 68px !important;
  }
  .mt-sm-72 {
    margin-top: 72px !important;
  }
  .mr-sm-72 {
    margin-right: 72px !important;
  }
  .mb-sm-72 {
    margin-bottom: 72px !important;
  }
  .ml-sm-72 {
    margin-left: 72px !important;
  }
  .mt-sm-76 {
    margin-top: 76px !important;
  }
  .mr-sm-76 {
    margin-right: 76px !important;
  }
  .mb-sm-76 {
    margin-bottom: 76px !important;
  }
  .ml-sm-76 {
    margin-left: 76px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .mt-sm-84 {
    margin-top: 84px !important;
  }
  .mr-sm-84 {
    margin-right: 84px !important;
  }
  .mb-sm-84 {
    margin-bottom: 84px !important;
  }
  .ml-sm-84 {
    margin-left: 84px !important;
  }
  .mt-sm-88 {
    margin-top: 88px !important;
  }
  .mr-sm-88 {
    margin-right: 88px !important;
  }
  .mb-sm-88 {
    margin-bottom: 88px !important;
  }
  .ml-sm-88 {
    margin-left: 88px !important;
  }
  .mt-sm-92 {
    margin-top: 92px !important;
  }
  .mr-sm-92 {
    margin-right: 92px !important;
  }
  .mb-sm-92 {
    margin-bottom: 92px !important;
  }
  .ml-sm-92 {
    margin-left: 92px !important;
  }
  .mt-sm-96 {
    margin-top: 96px !important;
  }
  .mr-sm-96 {
    margin-right: 96px !important;
  }
  .mb-sm-96 {
    margin-bottom: 96px !important;
  }
  .ml-sm-96 {
    margin-left: 96px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .mt-sm-104 {
    margin-top: 104px !important;
  }
  .mr-sm-104 {
    margin-right: 104px !important;
  }
  .mb-sm-104 {
    margin-bottom: 104px !important;
  }
  .ml-sm-104 {
    margin-left: 104px !important;
  }
  .mt-sm-108 {
    margin-top: 108px !important;
  }
  .mr-sm-108 {
    margin-right: 108px !important;
  }
  .mb-sm-108 {
    margin-bottom: 108px !important;
  }
  .ml-sm-108 {
    margin-left: 108px !important;
  }
  .mt-sm-112 {
    margin-top: 112px !important;
  }
  .mr-sm-112 {
    margin-right: 112px !important;
  }
  .mb-sm-112 {
    margin-bottom: 112px !important;
  }
  .ml-sm-112 {
    margin-left: 112px !important;
  }
  .mt-sm-116 {
    margin-top: 116px !important;
  }
  .mr-sm-116 {
    margin-right: 116px !important;
  }
  .mb-sm-116 {
    margin-bottom: 116px !important;
  }
  .ml-sm-116 {
    margin-left: 116px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mr-sm-120 {
    margin-right: 120px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .ml-sm-120 {
    margin-left: 120px !important;
  }
  .mt-sm-124 {
    margin-top: 124px !important;
  }
  .mr-sm-124 {
    margin-right: 124px !important;
  }
  .mb-sm-124 {
    margin-bottom: 124px !important;
  }
  .ml-sm-124 {
    margin-left: 124px !important;
  }
  .mt-sm-128 {
    margin-top: 128px !important;
  }
  .mr-sm-128 {
    margin-right: 128px !important;
  }
  .mb-sm-128 {
    margin-bottom: 128px !important;
  }
  .ml-sm-128 {
    margin-left: 128px !important;
  }
  .mt-sm-132 {
    margin-top: 132px !important;
  }
  .mr-sm-132 {
    margin-right: 132px !important;
  }
  .mb-sm-132 {
    margin-bottom: 132px !important;
  }
  .ml-sm-132 {
    margin-left: 132px !important;
  }
  .mt-sm-136 {
    margin-top: 136px !important;
  }
  .mr-sm-136 {
    margin-right: 136px !important;
  }
  .mb-sm-136 {
    margin-bottom: 136px !important;
  }
  .ml-sm-136 {
    margin-left: 136px !important;
  }
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .mr-sm-140 {
    margin-right: 140px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .ml-sm-140 {
    margin-left: 140px !important;
  }
  .mt-sm-144 {
    margin-top: 144px !important;
  }
  .mr-sm-144 {
    margin-right: 144px !important;
  }
  .mb-sm-144 {
    margin-bottom: 144px !important;
  }
  .ml-sm-144 {
    margin-left: 144px !important;
  }
  .mt-sm-148 {
    margin-top: 148px !important;
  }
  .mr-sm-148 {
    margin-right: 148px !important;
  }
  .mb-sm-148 {
    margin-bottom: 148px !important;
  }
  .ml-sm-148 {
    margin-left: 148px !important;
  }
  .mt-sm-152 {
    margin-top: 152px !important;
  }
  .mr-sm-152 {
    margin-right: 152px !important;
  }
  .mb-sm-152 {
    margin-bottom: 152px !important;
  }
  .ml-sm-152 {
    margin-left: 152px !important;
  }
  .mt-sm-156 {
    margin-top: 156px !important;
  }
  .mr-sm-156 {
    margin-right: 156px !important;
  }
  .mb-sm-156 {
    margin-bottom: 156px !important;
  }
  .ml-sm-156 {
    margin-left: 156px !important;
  }
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .mr-sm-160 {
    margin-right: 160px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .ml-sm-160 {
    margin-left: 160px !important;
  }
  .mt-sm-164 {
    margin-top: 164px !important;
  }
  .mr-sm-164 {
    margin-right: 164px !important;
  }
  .mb-sm-164 {
    margin-bottom: 164px !important;
  }
  .ml-sm-164 {
    margin-left: 164px !important;
  }
  .mt-sm-168 {
    margin-top: 168px !important;
  }
  .mr-sm-168 {
    margin-right: 168px !important;
  }
  .mb-sm-168 {
    margin-bottom: 168px !important;
  }
  .ml-sm-168 {
    margin-left: 168px !important;
  }
  .mt-sm-172 {
    margin-top: 172px !important;
  }
  .mr-sm-172 {
    margin-right: 172px !important;
  }
  .mb-sm-172 {
    margin-bottom: 172px !important;
  }
  .ml-sm-172 {
    margin-left: 172px !important;
  }
  .mt-sm-176 {
    margin-top: 176px !important;
  }
  .mr-sm-176 {
    margin-right: 176px !important;
  }
  .mb-sm-176 {
    margin-bottom: 176px !important;
  }
  .ml-sm-176 {
    margin-left: 176px !important;
  }
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .mr-sm-180 {
    margin-right: 180px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .ml-sm-180 {
    margin-left: 180px !important;
  }
  .mt-sm-184 {
    margin-top: 184px !important;
  }
  .mr-sm-184 {
    margin-right: 184px !important;
  }
  .mb-sm-184 {
    margin-bottom: 184px !important;
  }
  .ml-sm-184 {
    margin-left: 184px !important;
  }
  .mt-sm-188 {
    margin-top: 188px !important;
  }
  .mr-sm-188 {
    margin-right: 188px !important;
  }
  .mb-sm-188 {
    margin-bottom: 188px !important;
  }
  .ml-sm-188 {
    margin-left: 188px !important;
  }
  .mt-sm-192 {
    margin-top: 192px !important;
  }
  .mr-sm-192 {
    margin-right: 192px !important;
  }
  .mb-sm-192 {
    margin-bottom: 192px !important;
  }
  .ml-sm-192 {
    margin-left: 192px !important;
  }
  .mt-sm-196 {
    margin-top: 196px !important;
  }
  .mr-sm-196 {
    margin-right: 196px !important;
  }
  .mb-sm-196 {
    margin-bottom: 196px !important;
  }
  .ml-sm-196 {
    margin-left: 196px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  .mr-sm-200 {
    margin-right: 200px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  .ml-sm-200 {
    margin-left: 200px !important;
  }
  .mt-sm-204 {
    margin-top: 204px !important;
  }
  .mr-sm-204 {
    margin-right: 204px !important;
  }
  .mb-sm-204 {
    margin-bottom: 204px !important;
  }
  .ml-sm-204 {
    margin-left: 204px !important;
  }
  .mt-sm-208 {
    margin-top: 208px !important;
  }
  .mr-sm-208 {
    margin-right: 208px !important;
  }
  .mb-sm-208 {
    margin-bottom: 208px !important;
  }
  .ml-sm-208 {
    margin-left: 208px !important;
  }
  .mt-sm-212 {
    margin-top: 212px !important;
  }
  .mr-sm-212 {
    margin-right: 212px !important;
  }
  .mb-sm-212 {
    margin-bottom: 212px !important;
  }
  .ml-sm-212 {
    margin-left: 212px !important;
  }
  .mt-sm-216 {
    margin-top: 216px !important;
  }
  .mr-sm-216 {
    margin-right: 216px !important;
  }
  .mb-sm-216 {
    margin-bottom: 216px !important;
  }
  .ml-sm-216 {
    margin-left: 216px !important;
  }
  .mt-sm-220 {
    margin-top: 220px !important;
  }
  .mr-sm-220 {
    margin-right: 220px !important;
  }
  .mb-sm-220 {
    margin-bottom: 220px !important;
  }
  .ml-sm-220 {
    margin-left: 220px !important;
  }
  .mt-sm-224 {
    margin-top: 224px !important;
  }
  .mr-sm-224 {
    margin-right: 224px !important;
  }
  .mb-sm-224 {
    margin-bottom: 224px !important;
  }
  .ml-sm-224 {
    margin-left: 224px !important;
  }
  .mt-sm-228 {
    margin-top: 228px !important;
  }
  .mr-sm-228 {
    margin-right: 228px !important;
  }
  .mb-sm-228 {
    margin-bottom: 228px !important;
  }
  .ml-sm-228 {
    margin-left: 228px !important;
  }
  .mt-sm-232 {
    margin-top: 232px !important;
  }
  .mr-sm-232 {
    margin-right: 232px !important;
  }
  .mb-sm-232 {
    margin-bottom: 232px !important;
  }
  .ml-sm-232 {
    margin-left: 232px !important;
  }
  .mt-sm-236 {
    margin-top: 236px !important;
  }
  .mr-sm-236 {
    margin-right: 236px !important;
  }
  .mb-sm-236 {
    margin-bottom: 236px !important;
  }
  .ml-sm-236 {
    margin-left: 236px !important;
  }
  .mt-sm-240 {
    margin-top: 240px !important;
  }
  .mr-sm-240 {
    margin-right: 240px !important;
  }
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  .ml-sm-240 {
    margin-left: 240px !important;
  }
  .mt-sm-244 {
    margin-top: 244px !important;
  }
  .mr-sm-244 {
    margin-right: 244px !important;
  }
  .mb-sm-244 {
    margin-bottom: 244px !important;
  }
  .ml-sm-244 {
    margin-left: 244px !important;
  }
  .mt-sm-248 {
    margin-top: 248px !important;
  }
  .mr-sm-248 {
    margin-right: 248px !important;
  }
  .mb-sm-248 {
    margin-bottom: 248px !important;
  }
  .ml-sm-248 {
    margin-left: 248px !important;
  }
  .mt-sm-252 {
    margin-top: 252px !important;
  }
  .mr-sm-252 {
    margin-right: 252px !important;
  }
  .mb-sm-252 {
    margin-bottom: 252px !important;
  }
  .ml-sm-252 {
    margin-left: 252px !important;
  }
  .mt-sm-256 {
    margin-top: 256px !important;
  }
  .mr-sm-256 {
    margin-right: 256px !important;
  }
  .mb-sm-256 {
    margin-bottom: 256px !important;
  }
  .ml-sm-256 {
    margin-left: 256px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-4 {
    padding: 4px !important;
  }
  .p-sm-8 {
    padding: 8px !important;
  }
  .p-sm-12 {
    padding: 12px !important;
  }
  .p-sm-16 {
    padding: 16px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .p-sm-24 {
    padding: 24px !important;
  }
  .p-sm-28 {
    padding: 28px !important;
  }
  .p-sm-32 {
    padding: 32px !important;
  }
  .p-sm-36 {
    padding: 36px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .p-sm-44 {
    padding: 44px !important;
  }
  .p-sm-48 {
    padding: 48px !important;
  }
  .p-sm-52 {
    padding: 52px !important;
  }
  .p-sm-56 {
    padding: 56px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .p-sm-64 {
    padding: 64px !important;
  }
  .p-sm-68 {
    padding: 68px !important;
  }
  .p-sm-72 {
    padding: 72px !important;
  }
  .p-sm-76 {
    padding: 76px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .p-sm-84 {
    padding: 84px !important;
  }
  .p-sm-88 {
    padding: 88px !important;
  }
  .p-sm-92 {
    padding: 92px !important;
  }
  .p-sm-96 {
    padding: 96px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .p-sm-104 {
    padding: 104px !important;
  }
  .p-sm-108 {
    padding: 108px !important;
  }
  .p-sm-112 {
    padding: 112px !important;
  }
  .p-sm-116 {
    padding: 116px !important;
  }
  .p-sm-120 {
    padding: 120px !important;
  }
  .p-sm-124 {
    padding: 124px !important;
  }
  .p-sm-128 {
    padding: 128px !important;
  }
  .p-sm-132 {
    padding: 132px !important;
  }
  .p-sm-136 {
    padding: 136px !important;
  }
  .p-sm-140 {
    padding: 140px !important;
  }
  .p-sm-144 {
    padding: 144px !important;
  }
  .p-sm-148 {
    padding: 148px !important;
  }
  .p-sm-152 {
    padding: 152px !important;
  }
  .p-sm-156 {
    padding: 156px !important;
  }
  .p-sm-160 {
    padding: 160px !important;
  }
  .p-sm-164 {
    padding: 164px !important;
  }
  .p-sm-168 {
    padding: 168px !important;
  }
  .p-sm-172 {
    padding: 172px !important;
  }
  .p-sm-176 {
    padding: 176px !important;
  }
  .p-sm-180 {
    padding: 180px !important;
  }
  .p-sm-184 {
    padding: 184px !important;
  }
  .p-sm-188 {
    padding: 188px !important;
  }
  .p-sm-192 {
    padding: 192px !important;
  }
  .p-sm-196 {
    padding: 196px !important;
  }
  .p-sm-200 {
    padding: 200px !important;
  }
  .p-sm-204 {
    padding: 204px !important;
  }
  .p-sm-208 {
    padding: 208px !important;
  }
  .p-sm-212 {
    padding: 212px !important;
  }
  .p-sm-216 {
    padding: 216px !important;
  }
  .p-sm-220 {
    padding: 220px !important;
  }
  .p-sm-224 {
    padding: 224px !important;
  }
  .p-sm-228 {
    padding: 228px !important;
  }
  .p-sm-232 {
    padding: 232px !important;
  }
  .p-sm-236 {
    padding: 236px !important;
  }
  .p-sm-240 {
    padding: 240px !important;
  }
  .p-sm-244 {
    padding: 244px !important;
  }
  .p-sm-248 {
    padding: 248px !important;
  }
  .p-sm-252 {
    padding: 252px !important;
  }
  .p-sm-256 {
    padding: 256px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-sm-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-sm-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-sm-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-sm-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-sm-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .py-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-sm-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-sm-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-sm-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-sm-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-sm-28 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .py-sm-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .px-sm-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-sm-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-sm-36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .py-sm-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-sm-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .py-sm-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .px-sm-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-sm-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .px-sm-52 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .py-sm-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .px-sm-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .py-sm-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-sm-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-sm-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-sm-68 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .py-sm-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .px-sm-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py-sm-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .px-sm-76 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .py-sm-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-sm-84 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }
  .py-sm-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .px-sm-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .py-sm-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .px-sm-92 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .py-sm-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .px-sm-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py-sm-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-sm-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .py-sm-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .px-sm-108 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }
  .py-sm-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .px-sm-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .py-sm-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .px-sm-116 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }
  .py-sm-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .px-sm-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .px-sm-124 {
    padding-right: 124px !important;
    padding-left: 124px !important;
  }
  .py-sm-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
  .px-sm-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .py-sm-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .px-sm-132 {
    padding-right: 132px !important;
    padding-left: 132px !important;
  }
  .py-sm-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }
  .px-sm-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .py-sm-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .px-sm-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .px-sm-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .py-sm-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .px-sm-148 {
    padding-right: 148px !important;
    padding-left: 148px !important;
  }
  .py-sm-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }
  .px-sm-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .py-sm-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .px-sm-156 {
    padding-right: 156px !important;
    padding-left: 156px !important;
  }
  .py-sm-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }
  .px-sm-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .px-sm-164 {
    padding-right: 164px !important;
    padding-left: 164px !important;
  }
  .py-sm-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }
  .px-sm-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .py-sm-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .px-sm-172 {
    padding-right: 172px !important;
    padding-left: 172px !important;
  }
  .py-sm-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }
  .px-sm-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .py-sm-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .px-sm-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .px-sm-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .py-sm-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .px-sm-188 {
    padding-right: 188px !important;
    padding-left: 188px !important;
  }
  .py-sm-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }
  .px-sm-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .py-sm-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .px-sm-196 {
    padding-right: 196px !important;
    padding-left: 196px !important;
  }
  .py-sm-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }
  .px-sm-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .px-sm-204 {
    padding-right: 204px !important;
    padding-left: 204px !important;
  }
  .py-sm-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }
  .px-sm-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .py-sm-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .px-sm-212 {
    padding-right: 212px !important;
    padding-left: 212px !important;
  }
  .py-sm-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }
  .px-sm-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .py-sm-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .px-sm-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .py-sm-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .px-sm-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .py-sm-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .px-sm-228 {
    padding-right: 228px !important;
    padding-left: 228px !important;
  }
  .py-sm-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }
  .px-sm-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .py-sm-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .px-sm-236 {
    padding-right: 236px !important;
    padding-left: 236px !important;
  }
  .py-sm-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }
  .px-sm-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .py-sm-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .px-sm-244 {
    padding-right: 244px !important;
    padding-left: 244px !important;
  }
  .py-sm-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }
  .px-sm-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .py-sm-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .px-sm-252 {
    padding-right: 252px !important;
    padding-left: 252px !important;
  }
  .py-sm-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }
  .px-sm-256 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }
  .py-sm-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pt-sm-4 {
    padding-top: 4px !important;
  }
  .pr-sm-4 {
    padding-right: 4px !important;
  }
  .pb-sm-4 {
    padding-bottom: 4px !important;
  }
  .pl-sm-4 {
    padding-left: 4px !important;
  }
  .pt-sm-8 {
    padding-top: 8px !important;
  }
  .pr-sm-8 {
    padding-right: 8px !important;
  }
  .pb-sm-8 {
    padding-bottom: 8px !important;
  }
  .pl-sm-8 {
    padding-left: 8px !important;
  }
  .pt-sm-12 {
    padding-top: 12px !important;
  }
  .pr-sm-12 {
    padding-right: 12px !important;
  }
  .pb-sm-12 {
    padding-bottom: 12px !important;
  }
  .pl-sm-12 {
    padding-left: 12px !important;
  }
  .pt-sm-16 {
    padding-top: 16px !important;
  }
  .pr-sm-16 {
    padding-right: 16px !important;
  }
  .pb-sm-16 {
    padding-bottom: 16px !important;
  }
  .pl-sm-16 {
    padding-left: 16px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pt-sm-24 {
    padding-top: 24px !important;
  }
  .pr-sm-24 {
    padding-right: 24px !important;
  }
  .pb-sm-24 {
    padding-bottom: 24px !important;
  }
  .pl-sm-24 {
    padding-left: 24px !important;
  }
  .pt-sm-28 {
    padding-top: 28px !important;
  }
  .pr-sm-28 {
    padding-right: 28px !important;
  }
  .pb-sm-28 {
    padding-bottom: 28px !important;
  }
  .pl-sm-28 {
    padding-left: 28px !important;
  }
  .pt-sm-32 {
    padding-top: 32px !important;
  }
  .pr-sm-32 {
    padding-right: 32px !important;
  }
  .pb-sm-32 {
    padding-bottom: 32px !important;
  }
  .pl-sm-32 {
    padding-left: 32px !important;
  }
  .pt-sm-36 {
    padding-top: 36px !important;
  }
  .pr-sm-36 {
    padding-right: 36px !important;
  }
  .pb-sm-36 {
    padding-bottom: 36px !important;
  }
  .pl-sm-36 {
    padding-left: 36px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pt-sm-44 {
    padding-top: 44px !important;
  }
  .pr-sm-44 {
    padding-right: 44px !important;
  }
  .pb-sm-44 {
    padding-bottom: 44px !important;
  }
  .pl-sm-44 {
    padding-left: 44px !important;
  }
  .pt-sm-48 {
    padding-top: 48px !important;
  }
  .pr-sm-48 {
    padding-right: 48px !important;
  }
  .pb-sm-48 {
    padding-bottom: 48px !important;
  }
  .pl-sm-48 {
    padding-left: 48px !important;
  }
  .pt-sm-52 {
    padding-top: 52px !important;
  }
  .pr-sm-52 {
    padding-right: 52px !important;
  }
  .pb-sm-52 {
    padding-bottom: 52px !important;
  }
  .pl-sm-52 {
    padding-left: 52px !important;
  }
  .pt-sm-56 {
    padding-top: 56px !important;
  }
  .pr-sm-56 {
    padding-right: 56px !important;
  }
  .pb-sm-56 {
    padding-bottom: 56px !important;
  }
  .pl-sm-56 {
    padding-left: 56px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pt-sm-64 {
    padding-top: 64px !important;
  }
  .pr-sm-64 {
    padding-right: 64px !important;
  }
  .pb-sm-64 {
    padding-bottom: 64px !important;
  }
  .pl-sm-64 {
    padding-left: 64px !important;
  }
  .pt-sm-68 {
    padding-top: 68px !important;
  }
  .pr-sm-68 {
    padding-right: 68px !important;
  }
  .pb-sm-68 {
    padding-bottom: 68px !important;
  }
  .pl-sm-68 {
    padding-left: 68px !important;
  }
  .pt-sm-72 {
    padding-top: 72px !important;
  }
  .pr-sm-72 {
    padding-right: 72px !important;
  }
  .pb-sm-72 {
    padding-bottom: 72px !important;
  }
  .pl-sm-72 {
    padding-left: 72px !important;
  }
  .pt-sm-76 {
    padding-top: 76px !important;
  }
  .pr-sm-76 {
    padding-right: 76px !important;
  }
  .pb-sm-76 {
    padding-bottom: 76px !important;
  }
  .pl-sm-76 {
    padding-left: 76px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pt-sm-84 {
    padding-top: 84px !important;
  }
  .pr-sm-84 {
    padding-right: 84px !important;
  }
  .pb-sm-84 {
    padding-bottom: 84px !important;
  }
  .pl-sm-84 {
    padding-left: 84px !important;
  }
  .pt-sm-88 {
    padding-top: 88px !important;
  }
  .pr-sm-88 {
    padding-right: 88px !important;
  }
  .pb-sm-88 {
    padding-bottom: 88px !important;
  }
  .pl-sm-88 {
    padding-left: 88px !important;
  }
  .pt-sm-92 {
    padding-top: 92px !important;
  }
  .pr-sm-92 {
    padding-right: 92px !important;
  }
  .pb-sm-92 {
    padding-bottom: 92px !important;
  }
  .pl-sm-92 {
    padding-left: 92px !important;
  }
  .pt-sm-96 {
    padding-top: 96px !important;
  }
  .pr-sm-96 {
    padding-right: 96px !important;
  }
  .pb-sm-96 {
    padding-bottom: 96px !important;
  }
  .pl-sm-96 {
    padding-left: 96px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  .pt-sm-104 {
    padding-top: 104px !important;
  }
  .pr-sm-104 {
    padding-right: 104px !important;
  }
  .pb-sm-104 {
    padding-bottom: 104px !important;
  }
  .pl-sm-104 {
    padding-left: 104px !important;
  }
  .pt-sm-108 {
    padding-top: 108px !important;
  }
  .pr-sm-108 {
    padding-right: 108px !important;
  }
  .pb-sm-108 {
    padding-bottom: 108px !important;
  }
  .pl-sm-108 {
    padding-left: 108px !important;
  }
  .pt-sm-112 {
    padding-top: 112px !important;
  }
  .pr-sm-112 {
    padding-right: 112px !important;
  }
  .pb-sm-112 {
    padding-bottom: 112px !important;
  }
  .pl-sm-112 {
    padding-left: 112px !important;
  }
  .pt-sm-116 {
    padding-top: 116px !important;
  }
  .pr-sm-116 {
    padding-right: 116px !important;
  }
  .pb-sm-116 {
    padding-bottom: 116px !important;
  }
  .pl-sm-116 {
    padding-left: 116px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pr-sm-120 {
    padding-right: 120px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .pl-sm-120 {
    padding-left: 120px !important;
  }
  .pt-sm-124 {
    padding-top: 124px !important;
  }
  .pr-sm-124 {
    padding-right: 124px !important;
  }
  .pb-sm-124 {
    padding-bottom: 124px !important;
  }
  .pl-sm-124 {
    padding-left: 124px !important;
  }
  .pt-sm-128 {
    padding-top: 128px !important;
  }
  .pr-sm-128 {
    padding-right: 128px !important;
  }
  .pb-sm-128 {
    padding-bottom: 128px !important;
  }
  .pl-sm-128 {
    padding-left: 128px !important;
  }
  .pt-sm-132 {
    padding-top: 132px !important;
  }
  .pr-sm-132 {
    padding-right: 132px !important;
  }
  .pb-sm-132 {
    padding-bottom: 132px !important;
  }
  .pl-sm-132 {
    padding-left: 132px !important;
  }
  .pt-sm-136 {
    padding-top: 136px !important;
  }
  .pr-sm-136 {
    padding-right: 136px !important;
  }
  .pb-sm-136 {
    padding-bottom: 136px !important;
  }
  .pl-sm-136 {
    padding-left: 136px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  .pr-sm-140 {
    padding-right: 140px !important;
  }
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  .pl-sm-140 {
    padding-left: 140px !important;
  }
  .pt-sm-144 {
    padding-top: 144px !important;
  }
  .pr-sm-144 {
    padding-right: 144px !important;
  }
  .pb-sm-144 {
    padding-bottom: 144px !important;
  }
  .pl-sm-144 {
    padding-left: 144px !important;
  }
  .pt-sm-148 {
    padding-top: 148px !important;
  }
  .pr-sm-148 {
    padding-right: 148px !important;
  }
  .pb-sm-148 {
    padding-bottom: 148px !important;
  }
  .pl-sm-148 {
    padding-left: 148px !important;
  }
  .pt-sm-152 {
    padding-top: 152px !important;
  }
  .pr-sm-152 {
    padding-right: 152px !important;
  }
  .pb-sm-152 {
    padding-bottom: 152px !important;
  }
  .pl-sm-152 {
    padding-left: 152px !important;
  }
  .pt-sm-156 {
    padding-top: 156px !important;
  }
  .pr-sm-156 {
    padding-right: 156px !important;
  }
  .pb-sm-156 {
    padding-bottom: 156px !important;
  }
  .pl-sm-156 {
    padding-left: 156px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .pr-sm-160 {
    padding-right: 160px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  .pl-sm-160 {
    padding-left: 160px !important;
  }
  .pt-sm-164 {
    padding-top: 164px !important;
  }
  .pr-sm-164 {
    padding-right: 164px !important;
  }
  .pb-sm-164 {
    padding-bottom: 164px !important;
  }
  .pl-sm-164 {
    padding-left: 164px !important;
  }
  .pt-sm-168 {
    padding-top: 168px !important;
  }
  .pr-sm-168 {
    padding-right: 168px !important;
  }
  .pb-sm-168 {
    padding-bottom: 168px !important;
  }
  .pl-sm-168 {
    padding-left: 168px !important;
  }
  .pt-sm-172 {
    padding-top: 172px !important;
  }
  .pr-sm-172 {
    padding-right: 172px !important;
  }
  .pb-sm-172 {
    padding-bottom: 172px !important;
  }
  .pl-sm-172 {
    padding-left: 172px !important;
  }
  .pt-sm-176 {
    padding-top: 176px !important;
  }
  .pr-sm-176 {
    padding-right: 176px !important;
  }
  .pb-sm-176 {
    padding-bottom: 176px !important;
  }
  .pl-sm-176 {
    padding-left: 176px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  .pr-sm-180 {
    padding-right: 180px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  .pl-sm-180 {
    padding-left: 180px !important;
  }
  .pt-sm-184 {
    padding-top: 184px !important;
  }
  .pr-sm-184 {
    padding-right: 184px !important;
  }
  .pb-sm-184 {
    padding-bottom: 184px !important;
  }
  .pl-sm-184 {
    padding-left: 184px !important;
  }
  .pt-sm-188 {
    padding-top: 188px !important;
  }
  .pr-sm-188 {
    padding-right: 188px !important;
  }
  .pb-sm-188 {
    padding-bottom: 188px !important;
  }
  .pl-sm-188 {
    padding-left: 188px !important;
  }
  .pt-sm-192 {
    padding-top: 192px !important;
  }
  .pr-sm-192 {
    padding-right: 192px !important;
  }
  .pb-sm-192 {
    padding-bottom: 192px !important;
  }
  .pl-sm-192 {
    padding-left: 192px !important;
  }
  .pt-sm-196 {
    padding-top: 196px !important;
  }
  .pr-sm-196 {
    padding-right: 196px !important;
  }
  .pb-sm-196 {
    padding-bottom: 196px !important;
  }
  .pl-sm-196 {
    padding-left: 196px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  .pr-sm-200 {
    padding-right: 200px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  .pl-sm-200 {
    padding-left: 200px !important;
  }
  .pt-sm-204 {
    padding-top: 204px !important;
  }
  .pr-sm-204 {
    padding-right: 204px !important;
  }
  .pb-sm-204 {
    padding-bottom: 204px !important;
  }
  .pl-sm-204 {
    padding-left: 204px !important;
  }
  .pt-sm-208 {
    padding-top: 208px !important;
  }
  .pr-sm-208 {
    padding-right: 208px !important;
  }
  .pb-sm-208 {
    padding-bottom: 208px !important;
  }
  .pl-sm-208 {
    padding-left: 208px !important;
  }
  .pt-sm-212 {
    padding-top: 212px !important;
  }
  .pr-sm-212 {
    padding-right: 212px !important;
  }
  .pb-sm-212 {
    padding-bottom: 212px !important;
  }
  .pl-sm-212 {
    padding-left: 212px !important;
  }
  .pt-sm-216 {
    padding-top: 216px !important;
  }
  .pr-sm-216 {
    padding-right: 216px !important;
  }
  .pb-sm-216 {
    padding-bottom: 216px !important;
  }
  .pl-sm-216 {
    padding-left: 216px !important;
  }
  .pt-sm-220 {
    padding-top: 220px !important;
  }
  .pr-sm-220 {
    padding-right: 220px !important;
  }
  .pb-sm-220 {
    padding-bottom: 220px !important;
  }
  .pl-sm-220 {
    padding-left: 220px !important;
  }
  .pt-sm-224 {
    padding-top: 224px !important;
  }
  .pr-sm-224 {
    padding-right: 224px !important;
  }
  .pb-sm-224 {
    padding-bottom: 224px !important;
  }
  .pl-sm-224 {
    padding-left: 224px !important;
  }
  .pt-sm-228 {
    padding-top: 228px !important;
  }
  .pr-sm-228 {
    padding-right: 228px !important;
  }
  .pb-sm-228 {
    padding-bottom: 228px !important;
  }
  .pl-sm-228 {
    padding-left: 228px !important;
  }
  .pt-sm-232 {
    padding-top: 232px !important;
  }
  .pr-sm-232 {
    padding-right: 232px !important;
  }
  .pb-sm-232 {
    padding-bottom: 232px !important;
  }
  .pl-sm-232 {
    padding-left: 232px !important;
  }
  .pt-sm-236 {
    padding-top: 236px !important;
  }
  .pr-sm-236 {
    padding-right: 236px !important;
  }
  .pb-sm-236 {
    padding-bottom: 236px !important;
  }
  .pl-sm-236 {
    padding-left: 236px !important;
  }
  .pt-sm-240 {
    padding-top: 240px !important;
  }
  .pr-sm-240 {
    padding-right: 240px !important;
  }
  .pb-sm-240 {
    padding-bottom: 240px !important;
  }
  .pl-sm-240 {
    padding-left: 240px !important;
  }
  .pt-sm-244 {
    padding-top: 244px !important;
  }
  .pr-sm-244 {
    padding-right: 244px !important;
  }
  .pb-sm-244 {
    padding-bottom: 244px !important;
  }
  .pl-sm-244 {
    padding-left: 244px !important;
  }
  .pt-sm-248 {
    padding-top: 248px !important;
  }
  .pr-sm-248 {
    padding-right: 248px !important;
  }
  .pb-sm-248 {
    padding-bottom: 248px !important;
  }
  .pl-sm-248 {
    padding-left: 248px !important;
  }
  .pt-sm-252 {
    padding-top: 252px !important;
  }
  .pr-sm-252 {
    padding-right: 252px !important;
  }
  .pb-sm-252 {
    padding-bottom: 252px !important;
  }
  .pl-sm-252 {
    padding-left: 252px !important;
  }
  .pt-sm-256 {
    padding-top: 256px !important;
  }
  .pr-sm-256 {
    padding-right: 256px !important;
  }
  .pb-sm-256 {
    padding-bottom: 256px !important;
  }
  .pl-sm-256 {
    padding-left: 256px !important;
  }
}
@media screen and (min-width: 960px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-4 {
    margin: 4px !important;
  }
  .m-md-8 {
    margin: 8px !important;
  }
  .m-md-12 {
    margin: 12px !important;
  }
  .m-md-16 {
    margin: 16px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .m-md-24 {
    margin: 24px !important;
  }
  .m-md-28 {
    margin: 28px !important;
  }
  .m-md-32 {
    margin: 32px !important;
  }
  .m-md-36 {
    margin: 36px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .m-md-44 {
    margin: 44px !important;
  }
  .m-md-48 {
    margin: 48px !important;
  }
  .m-md-52 {
    margin: 52px !important;
  }
  .m-md-56 {
    margin: 56px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .m-md-64 {
    margin: 64px !important;
  }
  .m-md-68 {
    margin: 68px !important;
  }
  .m-md-72 {
    margin: 72px !important;
  }
  .m-md-76 {
    margin: 76px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .m-md-84 {
    margin: 84px !important;
  }
  .m-md-88 {
    margin: 88px !important;
  }
  .m-md-92 {
    margin: 92px !important;
  }
  .m-md-96 {
    margin: 96px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .m-md-104 {
    margin: 104px !important;
  }
  .m-md-108 {
    margin: 108px !important;
  }
  .m-md-112 {
    margin: 112px !important;
  }
  .m-md-116 {
    margin: 116px !important;
  }
  .m-md-120 {
    margin: 120px !important;
  }
  .m-md-124 {
    margin: 124px !important;
  }
  .m-md-128 {
    margin: 128px !important;
  }
  .m-md-132 {
    margin: 132px !important;
  }
  .m-md-136 {
    margin: 136px !important;
  }
  .m-md-140 {
    margin: 140px !important;
  }
  .m-md-144 {
    margin: 144px !important;
  }
  .m-md-148 {
    margin: 148px !important;
  }
  .m-md-152 {
    margin: 152px !important;
  }
  .m-md-156 {
    margin: 156px !important;
  }
  .m-md-160 {
    margin: 160px !important;
  }
  .m-md-164 {
    margin: 164px !important;
  }
  .m-md-168 {
    margin: 168px !important;
  }
  .m-md-172 {
    margin: 172px !important;
  }
  .m-md-176 {
    margin: 176px !important;
  }
  .m-md-180 {
    margin: 180px !important;
  }
  .m-md-184 {
    margin: 184px !important;
  }
  .m-md-188 {
    margin: 188px !important;
  }
  .m-md-192 {
    margin: 192px !important;
  }
  .m-md-196 {
    margin: 196px !important;
  }
  .m-md-200 {
    margin: 200px !important;
  }
  .m-md-204 {
    margin: 204px !important;
  }
  .m-md-208 {
    margin: 208px !important;
  }
  .m-md-212 {
    margin: 212px !important;
  }
  .m-md-216 {
    margin: 216px !important;
  }
  .m-md-220 {
    margin: 220px !important;
  }
  .m-md-224 {
    margin: 224px !important;
  }
  .m-md-228 {
    margin: 228px !important;
  }
  .m-md-232 {
    margin: 232px !important;
  }
  .m-md-236 {
    margin: 236px !important;
  }
  .m-md-240 {
    margin: 240px !important;
  }
  .m-md-244 {
    margin: 244px !important;
  }
  .m-md-248 {
    margin: 248px !important;
  }
  .m-md-252 {
    margin: 252px !important;
  }
  .m-md-256 {
    margin: 256px !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-md-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-md-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-md-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-md-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-md-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .my-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-md-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-md-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-md-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-md-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mx-md-28 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .my-md-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mx-md-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-md-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mx-md-36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .my-md-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-md-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .my-md-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mx-md-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-md-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-md-52 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .my-md-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mx-md-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .my-md-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-md-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my-md-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mx-md-68 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .my-md-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mx-md-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my-md-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mx-md-76 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .my-md-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mx-md-84 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }
  .my-md-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mx-md-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .my-md-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mx-md-92 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .my-md-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mx-md-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my-md-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-md-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .my-md-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .mx-md-108 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }
  .my-md-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .mx-md-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .my-md-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mx-md-116 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }
  .my-md-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mx-md-124 {
    margin-right: 124px !important;
    margin-left: 124px !important;
  }
  .my-md-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }
  .mx-md-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .my-md-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mx-md-132 {
    margin-right: 132px !important;
    margin-left: 132px !important;
  }
  .my-md-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }
  .mx-md-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .my-md-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .mx-md-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mx-md-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .my-md-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .mx-md-148 {
    margin-right: 148px !important;
    margin-left: 148px !important;
  }
  .my-md-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }
  .mx-md-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .my-md-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .mx-md-156 {
    margin-right: 156px !important;
    margin-left: 156px !important;
  }
  .my-md-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }
  .mx-md-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mx-md-164 {
    margin-right: 164px !important;
    margin-left: 164px !important;
  }
  .my-md-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }
  .mx-md-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .my-md-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .mx-md-172 {
    margin-right: 172px !important;
    margin-left: 172px !important;
  }
  .my-md-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }
  .mx-md-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .my-md-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .mx-md-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mx-md-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .my-md-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .mx-md-188 {
    margin-right: 188px !important;
    margin-left: 188px !important;
  }
  .my-md-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }
  .mx-md-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .my-md-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .mx-md-196 {
    margin-right: 196px !important;
    margin-left: 196px !important;
  }
  .my-md-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }
  .mx-md-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mx-md-204 {
    margin-right: 204px !important;
    margin-left: 204px !important;
  }
  .my-md-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }
  .mx-md-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .my-md-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .mx-md-212 {
    margin-right: 212px !important;
    margin-left: 212px !important;
  }
  .my-md-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }
  .mx-md-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .my-md-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .mx-md-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .my-md-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mx-md-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .my-md-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .mx-md-228 {
    margin-right: 228px !important;
    margin-left: 228px !important;
  }
  .my-md-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }
  .mx-md-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .my-md-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .mx-md-236 {
    margin-right: 236px !important;
    margin-left: 236px !important;
  }
  .my-md-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }
  .mx-md-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .my-md-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mx-md-244 {
    margin-right: 244px !important;
    margin-left: 244px !important;
  }
  .my-md-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }
  .mx-md-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .my-md-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .mx-md-252 {
    margin-right: 252px !important;
    margin-left: 252px !important;
  }
  .my-md-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }
  .mx-md-256 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }
  .my-md-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mt-md-4 {
    margin-top: 4px !important;
  }
  .mr-md-4 {
    margin-right: 4px !important;
  }
  .mb-md-4 {
    margin-bottom: 4px !important;
  }
  .ml-md-4 {
    margin-left: 4px !important;
  }
  .mt-md-8 {
    margin-top: 8px !important;
  }
  .mr-md-8 {
    margin-right: 8px !important;
  }
  .mb-md-8 {
    margin-bottom: 8px !important;
  }
  .ml-md-8 {
    margin-left: 8px !important;
  }
  .mt-md-12 {
    margin-top: 12px !important;
  }
  .mr-md-12 {
    margin-right: 12px !important;
  }
  .mb-md-12 {
    margin-bottom: 12px !important;
  }
  .ml-md-12 {
    margin-left: 12px !important;
  }
  .mt-md-16 {
    margin-top: 16px !important;
  }
  .mr-md-16 {
    margin-right: 16px !important;
  }
  .mb-md-16 {
    margin-bottom: 16px !important;
  }
  .ml-md-16 {
    margin-left: 16px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mt-md-24 {
    margin-top: 24px !important;
  }
  .mr-md-24 {
    margin-right: 24px !important;
  }
  .mb-md-24 {
    margin-bottom: 24px !important;
  }
  .ml-md-24 {
    margin-left: 24px !important;
  }
  .mt-md-28 {
    margin-top: 28px !important;
  }
  .mr-md-28 {
    margin-right: 28px !important;
  }
  .mb-md-28 {
    margin-bottom: 28px !important;
  }
  .ml-md-28 {
    margin-left: 28px !important;
  }
  .mt-md-32 {
    margin-top: 32px !important;
  }
  .mr-md-32 {
    margin-right: 32px !important;
  }
  .mb-md-32 {
    margin-bottom: 32px !important;
  }
  .ml-md-32 {
    margin-left: 32px !important;
  }
  .mt-md-36 {
    margin-top: 36px !important;
  }
  .mr-md-36 {
    margin-right: 36px !important;
  }
  .mb-md-36 {
    margin-bottom: 36px !important;
  }
  .ml-md-36 {
    margin-left: 36px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mt-md-44 {
    margin-top: 44px !important;
  }
  .mr-md-44 {
    margin-right: 44px !important;
  }
  .mb-md-44 {
    margin-bottom: 44px !important;
  }
  .ml-md-44 {
    margin-left: 44px !important;
  }
  .mt-md-48 {
    margin-top: 48px !important;
  }
  .mr-md-48 {
    margin-right: 48px !important;
  }
  .mb-md-48 {
    margin-bottom: 48px !important;
  }
  .ml-md-48 {
    margin-left: 48px !important;
  }
  .mt-md-52 {
    margin-top: 52px !important;
  }
  .mr-md-52 {
    margin-right: 52px !important;
  }
  .mb-md-52 {
    margin-bottom: 52px !important;
  }
  .ml-md-52 {
    margin-left: 52px !important;
  }
  .mt-md-56 {
    margin-top: 56px !important;
  }
  .mr-md-56 {
    margin-right: 56px !important;
  }
  .mb-md-56 {
    margin-bottom: 56px !important;
  }
  .ml-md-56 {
    margin-left: 56px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .mt-md-64 {
    margin-top: 64px !important;
  }
  .mr-md-64 {
    margin-right: 64px !important;
  }
  .mb-md-64 {
    margin-bottom: 64px !important;
  }
  .ml-md-64 {
    margin-left: 64px !important;
  }
  .mt-md-68 {
    margin-top: 68px !important;
  }
  .mr-md-68 {
    margin-right: 68px !important;
  }
  .mb-md-68 {
    margin-bottom: 68px !important;
  }
  .ml-md-68 {
    margin-left: 68px !important;
  }
  .mt-md-72 {
    margin-top: 72px !important;
  }
  .mr-md-72 {
    margin-right: 72px !important;
  }
  .mb-md-72 {
    margin-bottom: 72px !important;
  }
  .ml-md-72 {
    margin-left: 72px !important;
  }
  .mt-md-76 {
    margin-top: 76px !important;
  }
  .mr-md-76 {
    margin-right: 76px !important;
  }
  .mb-md-76 {
    margin-bottom: 76px !important;
  }
  .ml-md-76 {
    margin-left: 76px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .mt-md-84 {
    margin-top: 84px !important;
  }
  .mr-md-84 {
    margin-right: 84px !important;
  }
  .mb-md-84 {
    margin-bottom: 84px !important;
  }
  .ml-md-84 {
    margin-left: 84px !important;
  }
  .mt-md-88 {
    margin-top: 88px !important;
  }
  .mr-md-88 {
    margin-right: 88px !important;
  }
  .mb-md-88 {
    margin-bottom: 88px !important;
  }
  .ml-md-88 {
    margin-left: 88px !important;
  }
  .mt-md-92 {
    margin-top: 92px !important;
  }
  .mr-md-92 {
    margin-right: 92px !important;
  }
  .mb-md-92 {
    margin-bottom: 92px !important;
  }
  .ml-md-92 {
    margin-left: 92px !important;
  }
  .mt-md-96 {
    margin-top: 96px !important;
  }
  .mr-md-96 {
    margin-right: 96px !important;
  }
  .mb-md-96 {
    margin-bottom: 96px !important;
  }
  .ml-md-96 {
    margin-left: 96px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .mt-md-104 {
    margin-top: 104px !important;
  }
  .mr-md-104 {
    margin-right: 104px !important;
  }
  .mb-md-104 {
    margin-bottom: 104px !important;
  }
  .ml-md-104 {
    margin-left: 104px !important;
  }
  .mt-md-108 {
    margin-top: 108px !important;
  }
  .mr-md-108 {
    margin-right: 108px !important;
  }
  .mb-md-108 {
    margin-bottom: 108px !important;
  }
  .ml-md-108 {
    margin-left: 108px !important;
  }
  .mt-md-112 {
    margin-top: 112px !important;
  }
  .mr-md-112 {
    margin-right: 112px !important;
  }
  .mb-md-112 {
    margin-bottom: 112px !important;
  }
  .ml-md-112 {
    margin-left: 112px !important;
  }
  .mt-md-116 {
    margin-top: 116px !important;
  }
  .mr-md-116 {
    margin-right: 116px !important;
  }
  .mb-md-116 {
    margin-bottom: 116px !important;
  }
  .ml-md-116 {
    margin-left: 116px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mr-md-120 {
    margin-right: 120px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .ml-md-120 {
    margin-left: 120px !important;
  }
  .mt-md-124 {
    margin-top: 124px !important;
  }
  .mr-md-124 {
    margin-right: 124px !important;
  }
  .mb-md-124 {
    margin-bottom: 124px !important;
  }
  .ml-md-124 {
    margin-left: 124px !important;
  }
  .mt-md-128 {
    margin-top: 128px !important;
  }
  .mr-md-128 {
    margin-right: 128px !important;
  }
  .mb-md-128 {
    margin-bottom: 128px !important;
  }
  .ml-md-128 {
    margin-left: 128px !important;
  }
  .mt-md-132 {
    margin-top: 132px !important;
  }
  .mr-md-132 {
    margin-right: 132px !important;
  }
  .mb-md-132 {
    margin-bottom: 132px !important;
  }
  .ml-md-132 {
    margin-left: 132px !important;
  }
  .mt-md-136 {
    margin-top: 136px !important;
  }
  .mr-md-136 {
    margin-right: 136px !important;
  }
  .mb-md-136 {
    margin-bottom: 136px !important;
  }
  .ml-md-136 {
    margin-left: 136px !important;
  }
  .mt-md-140 {
    margin-top: 140px !important;
  }
  .mr-md-140 {
    margin-right: 140px !important;
  }
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .ml-md-140 {
    margin-left: 140px !important;
  }
  .mt-md-144 {
    margin-top: 144px !important;
  }
  .mr-md-144 {
    margin-right: 144px !important;
  }
  .mb-md-144 {
    margin-bottom: 144px !important;
  }
  .ml-md-144 {
    margin-left: 144px !important;
  }
  .mt-md-148 {
    margin-top: 148px !important;
  }
  .mr-md-148 {
    margin-right: 148px !important;
  }
  .mb-md-148 {
    margin-bottom: 148px !important;
  }
  .ml-md-148 {
    margin-left: 148px !important;
  }
  .mt-md-152 {
    margin-top: 152px !important;
  }
  .mr-md-152 {
    margin-right: 152px !important;
  }
  .mb-md-152 {
    margin-bottom: 152px !important;
  }
  .ml-md-152 {
    margin-left: 152px !important;
  }
  .mt-md-156 {
    margin-top: 156px !important;
  }
  .mr-md-156 {
    margin-right: 156px !important;
  }
  .mb-md-156 {
    margin-bottom: 156px !important;
  }
  .ml-md-156 {
    margin-left: 156px !important;
  }
  .mt-md-160 {
    margin-top: 160px !important;
  }
  .mr-md-160 {
    margin-right: 160px !important;
  }
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  .ml-md-160 {
    margin-left: 160px !important;
  }
  .mt-md-164 {
    margin-top: 164px !important;
  }
  .mr-md-164 {
    margin-right: 164px !important;
  }
  .mb-md-164 {
    margin-bottom: 164px !important;
  }
  .ml-md-164 {
    margin-left: 164px !important;
  }
  .mt-md-168 {
    margin-top: 168px !important;
  }
  .mr-md-168 {
    margin-right: 168px !important;
  }
  .mb-md-168 {
    margin-bottom: 168px !important;
  }
  .ml-md-168 {
    margin-left: 168px !important;
  }
  .mt-md-172 {
    margin-top: 172px !important;
  }
  .mr-md-172 {
    margin-right: 172px !important;
  }
  .mb-md-172 {
    margin-bottom: 172px !important;
  }
  .ml-md-172 {
    margin-left: 172px !important;
  }
  .mt-md-176 {
    margin-top: 176px !important;
  }
  .mr-md-176 {
    margin-right: 176px !important;
  }
  .mb-md-176 {
    margin-bottom: 176px !important;
  }
  .ml-md-176 {
    margin-left: 176px !important;
  }
  .mt-md-180 {
    margin-top: 180px !important;
  }
  .mr-md-180 {
    margin-right: 180px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .ml-md-180 {
    margin-left: 180px !important;
  }
  .mt-md-184 {
    margin-top: 184px !important;
  }
  .mr-md-184 {
    margin-right: 184px !important;
  }
  .mb-md-184 {
    margin-bottom: 184px !important;
  }
  .ml-md-184 {
    margin-left: 184px !important;
  }
  .mt-md-188 {
    margin-top: 188px !important;
  }
  .mr-md-188 {
    margin-right: 188px !important;
  }
  .mb-md-188 {
    margin-bottom: 188px !important;
  }
  .ml-md-188 {
    margin-left: 188px !important;
  }
  .mt-md-192 {
    margin-top: 192px !important;
  }
  .mr-md-192 {
    margin-right: 192px !important;
  }
  .mb-md-192 {
    margin-bottom: 192px !important;
  }
  .ml-md-192 {
    margin-left: 192px !important;
  }
  .mt-md-196 {
    margin-top: 196px !important;
  }
  .mr-md-196 {
    margin-right: 196px !important;
  }
  .mb-md-196 {
    margin-bottom: 196px !important;
  }
  .ml-md-196 {
    margin-left: 196px !important;
  }
  .mt-md-200 {
    margin-top: 200px !important;
  }
  .mr-md-200 {
    margin-right: 200px !important;
  }
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  .ml-md-200 {
    margin-left: 200px !important;
  }
  .mt-md-204 {
    margin-top: 204px !important;
  }
  .mr-md-204 {
    margin-right: 204px !important;
  }
  .mb-md-204 {
    margin-bottom: 204px !important;
  }
  .ml-md-204 {
    margin-left: 204px !important;
  }
  .mt-md-208 {
    margin-top: 208px !important;
  }
  .mr-md-208 {
    margin-right: 208px !important;
  }
  .mb-md-208 {
    margin-bottom: 208px !important;
  }
  .ml-md-208 {
    margin-left: 208px !important;
  }
  .mt-md-212 {
    margin-top: 212px !important;
  }
  .mr-md-212 {
    margin-right: 212px !important;
  }
  .mb-md-212 {
    margin-bottom: 212px !important;
  }
  .ml-md-212 {
    margin-left: 212px !important;
  }
  .mt-md-216 {
    margin-top: 216px !important;
  }
  .mr-md-216 {
    margin-right: 216px !important;
  }
  .mb-md-216 {
    margin-bottom: 216px !important;
  }
  .ml-md-216 {
    margin-left: 216px !important;
  }
  .mt-md-220 {
    margin-top: 220px !important;
  }
  .mr-md-220 {
    margin-right: 220px !important;
  }
  .mb-md-220 {
    margin-bottom: 220px !important;
  }
  .ml-md-220 {
    margin-left: 220px !important;
  }
  .mt-md-224 {
    margin-top: 224px !important;
  }
  .mr-md-224 {
    margin-right: 224px !important;
  }
  .mb-md-224 {
    margin-bottom: 224px !important;
  }
  .ml-md-224 {
    margin-left: 224px !important;
  }
  .mt-md-228 {
    margin-top: 228px !important;
  }
  .mr-md-228 {
    margin-right: 228px !important;
  }
  .mb-md-228 {
    margin-bottom: 228px !important;
  }
  .ml-md-228 {
    margin-left: 228px !important;
  }
  .mt-md-232 {
    margin-top: 232px !important;
  }
  .mr-md-232 {
    margin-right: 232px !important;
  }
  .mb-md-232 {
    margin-bottom: 232px !important;
  }
  .ml-md-232 {
    margin-left: 232px !important;
  }
  .mt-md-236 {
    margin-top: 236px !important;
  }
  .mr-md-236 {
    margin-right: 236px !important;
  }
  .mb-md-236 {
    margin-bottom: 236px !important;
  }
  .ml-md-236 {
    margin-left: 236px !important;
  }
  .mt-md-240 {
    margin-top: 240px !important;
  }
  .mr-md-240 {
    margin-right: 240px !important;
  }
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
  .ml-md-240 {
    margin-left: 240px !important;
  }
  .mt-md-244 {
    margin-top: 244px !important;
  }
  .mr-md-244 {
    margin-right: 244px !important;
  }
  .mb-md-244 {
    margin-bottom: 244px !important;
  }
  .ml-md-244 {
    margin-left: 244px !important;
  }
  .mt-md-248 {
    margin-top: 248px !important;
  }
  .mr-md-248 {
    margin-right: 248px !important;
  }
  .mb-md-248 {
    margin-bottom: 248px !important;
  }
  .ml-md-248 {
    margin-left: 248px !important;
  }
  .mt-md-252 {
    margin-top: 252px !important;
  }
  .mr-md-252 {
    margin-right: 252px !important;
  }
  .mb-md-252 {
    margin-bottom: 252px !important;
  }
  .ml-md-252 {
    margin-left: 252px !important;
  }
  .mt-md-256 {
    margin-top: 256px !important;
  }
  .mr-md-256 {
    margin-right: 256px !important;
  }
  .mb-md-256 {
    margin-bottom: 256px !important;
  }
  .ml-md-256 {
    margin-left: 256px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-4 {
    padding: 4px !important;
  }
  .p-md-8 {
    padding: 8px !important;
  }
  .p-md-12 {
    padding: 12px !important;
  }
  .p-md-16 {
    padding: 16px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .p-md-24 {
    padding: 24px !important;
  }
  .p-md-28 {
    padding: 28px !important;
  }
  .p-md-32 {
    padding: 32px !important;
  }
  .p-md-36 {
    padding: 36px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .p-md-44 {
    padding: 44px !important;
  }
  .p-md-48 {
    padding: 48px !important;
  }
  .p-md-52 {
    padding: 52px !important;
  }
  .p-md-56 {
    padding: 56px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .p-md-64 {
    padding: 64px !important;
  }
  .p-md-68 {
    padding: 68px !important;
  }
  .p-md-72 {
    padding: 72px !important;
  }
  .p-md-76 {
    padding: 76px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .p-md-84 {
    padding: 84px !important;
  }
  .p-md-88 {
    padding: 88px !important;
  }
  .p-md-92 {
    padding: 92px !important;
  }
  .p-md-96 {
    padding: 96px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .p-md-104 {
    padding: 104px !important;
  }
  .p-md-108 {
    padding: 108px !important;
  }
  .p-md-112 {
    padding: 112px !important;
  }
  .p-md-116 {
    padding: 116px !important;
  }
  .p-md-120 {
    padding: 120px !important;
  }
  .p-md-124 {
    padding: 124px !important;
  }
  .p-md-128 {
    padding: 128px !important;
  }
  .p-md-132 {
    padding: 132px !important;
  }
  .p-md-136 {
    padding: 136px !important;
  }
  .p-md-140 {
    padding: 140px !important;
  }
  .p-md-144 {
    padding: 144px !important;
  }
  .p-md-148 {
    padding: 148px !important;
  }
  .p-md-152 {
    padding: 152px !important;
  }
  .p-md-156 {
    padding: 156px !important;
  }
  .p-md-160 {
    padding: 160px !important;
  }
  .p-md-164 {
    padding: 164px !important;
  }
  .p-md-168 {
    padding: 168px !important;
  }
  .p-md-172 {
    padding: 172px !important;
  }
  .p-md-176 {
    padding: 176px !important;
  }
  .p-md-180 {
    padding: 180px !important;
  }
  .p-md-184 {
    padding: 184px !important;
  }
  .p-md-188 {
    padding: 188px !important;
  }
  .p-md-192 {
    padding: 192px !important;
  }
  .p-md-196 {
    padding: 196px !important;
  }
  .p-md-200 {
    padding: 200px !important;
  }
  .p-md-204 {
    padding: 204px !important;
  }
  .p-md-208 {
    padding: 208px !important;
  }
  .p-md-212 {
    padding: 212px !important;
  }
  .p-md-216 {
    padding: 216px !important;
  }
  .p-md-220 {
    padding: 220px !important;
  }
  .p-md-224 {
    padding: 224px !important;
  }
  .p-md-228 {
    padding: 228px !important;
  }
  .p-md-232 {
    padding: 232px !important;
  }
  .p-md-236 {
    padding: 236px !important;
  }
  .p-md-240 {
    padding: 240px !important;
  }
  .p-md-244 {
    padding: 244px !important;
  }
  .p-md-248 {
    padding: 248px !important;
  }
  .p-md-252 {
    padding: 252px !important;
  }
  .p-md-256 {
    padding: 256px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-md-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-md-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-md-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-md-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-md-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .py-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-md-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-md-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-md-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-md-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-md-28 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .py-md-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .px-md-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-md-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-md-36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .py-md-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-md-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .py-md-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .px-md-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-md-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .px-md-52 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .py-md-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .px-md-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .py-md-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-md-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-md-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-md-68 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .py-md-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .px-md-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py-md-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .px-md-76 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .py-md-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-md-84 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }
  .py-md-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .px-md-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .py-md-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .px-md-92 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .py-md-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .px-md-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py-md-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-md-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .py-md-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .px-md-108 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }
  .py-md-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .px-md-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .py-md-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .px-md-116 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }
  .py-md-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .px-md-124 {
    padding-right: 124px !important;
    padding-left: 124px !important;
  }
  .py-md-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
  .px-md-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .py-md-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .px-md-132 {
    padding-right: 132px !important;
    padding-left: 132px !important;
  }
  .py-md-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }
  .px-md-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .py-md-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .px-md-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .px-md-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .py-md-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .px-md-148 {
    padding-right: 148px !important;
    padding-left: 148px !important;
  }
  .py-md-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }
  .px-md-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .py-md-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .px-md-156 {
    padding-right: 156px !important;
    padding-left: 156px !important;
  }
  .py-md-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }
  .px-md-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .px-md-164 {
    padding-right: 164px !important;
    padding-left: 164px !important;
  }
  .py-md-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }
  .px-md-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .py-md-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .px-md-172 {
    padding-right: 172px !important;
    padding-left: 172px !important;
  }
  .py-md-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }
  .px-md-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .py-md-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .px-md-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .px-md-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .py-md-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .px-md-188 {
    padding-right: 188px !important;
    padding-left: 188px !important;
  }
  .py-md-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }
  .px-md-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .py-md-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .px-md-196 {
    padding-right: 196px !important;
    padding-left: 196px !important;
  }
  .py-md-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }
  .px-md-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .px-md-204 {
    padding-right: 204px !important;
    padding-left: 204px !important;
  }
  .py-md-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }
  .px-md-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .py-md-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .px-md-212 {
    padding-right: 212px !important;
    padding-left: 212px !important;
  }
  .py-md-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }
  .px-md-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .py-md-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .px-md-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .py-md-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .px-md-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .py-md-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .px-md-228 {
    padding-right: 228px !important;
    padding-left: 228px !important;
  }
  .py-md-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }
  .px-md-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .py-md-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .px-md-236 {
    padding-right: 236px !important;
    padding-left: 236px !important;
  }
  .py-md-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }
  .px-md-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .py-md-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .px-md-244 {
    padding-right: 244px !important;
    padding-left: 244px !important;
  }
  .py-md-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }
  .px-md-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .py-md-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .px-md-252 {
    padding-right: 252px !important;
    padding-left: 252px !important;
  }
  .py-md-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }
  .px-md-256 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }
  .py-md-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pt-md-4 {
    padding-top: 4px !important;
  }
  .pr-md-4 {
    padding-right: 4px !important;
  }
  .pb-md-4 {
    padding-bottom: 4px !important;
  }
  .pl-md-4 {
    padding-left: 4px !important;
  }
  .pt-md-8 {
    padding-top: 8px !important;
  }
  .pr-md-8 {
    padding-right: 8px !important;
  }
  .pb-md-8 {
    padding-bottom: 8px !important;
  }
  .pl-md-8 {
    padding-left: 8px !important;
  }
  .pt-md-12 {
    padding-top: 12px !important;
  }
  .pr-md-12 {
    padding-right: 12px !important;
  }
  .pb-md-12 {
    padding-bottom: 12px !important;
  }
  .pl-md-12 {
    padding-left: 12px !important;
  }
  .pt-md-16 {
    padding-top: 16px !important;
  }
  .pr-md-16 {
    padding-right: 16px !important;
  }
  .pb-md-16 {
    padding-bottom: 16px !important;
  }
  .pl-md-16 {
    padding-left: 16px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pt-md-24 {
    padding-top: 24px !important;
  }
  .pr-md-24 {
    padding-right: 24px !important;
  }
  .pb-md-24 {
    padding-bottom: 24px !important;
  }
  .pl-md-24 {
    padding-left: 24px !important;
  }
  .pt-md-28 {
    padding-top: 28px !important;
  }
  .pr-md-28 {
    padding-right: 28px !important;
  }
  .pb-md-28 {
    padding-bottom: 28px !important;
  }
  .pl-md-28 {
    padding-left: 28px !important;
  }
  .pt-md-32 {
    padding-top: 32px !important;
  }
  .pr-md-32 {
    padding-right: 32px !important;
  }
  .pb-md-32 {
    padding-bottom: 32px !important;
  }
  .pl-md-32 {
    padding-left: 32px !important;
  }
  .pt-md-36 {
    padding-top: 36px !important;
  }
  .pr-md-36 {
    padding-right: 36px !important;
  }
  .pb-md-36 {
    padding-bottom: 36px !important;
  }
  .pl-md-36 {
    padding-left: 36px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pt-md-44 {
    padding-top: 44px !important;
  }
  .pr-md-44 {
    padding-right: 44px !important;
  }
  .pb-md-44 {
    padding-bottom: 44px !important;
  }
  .pl-md-44 {
    padding-left: 44px !important;
  }
  .pt-md-48 {
    padding-top: 48px !important;
  }
  .pr-md-48 {
    padding-right: 48px !important;
  }
  .pb-md-48 {
    padding-bottom: 48px !important;
  }
  .pl-md-48 {
    padding-left: 48px !important;
  }
  .pt-md-52 {
    padding-top: 52px !important;
  }
  .pr-md-52 {
    padding-right: 52px !important;
  }
  .pb-md-52 {
    padding-bottom: 52px !important;
  }
  .pl-md-52 {
    padding-left: 52px !important;
  }
  .pt-md-56 {
    padding-top: 56px !important;
  }
  .pr-md-56 {
    padding-right: 56px !important;
  }
  .pb-md-56 {
    padding-bottom: 56px !important;
  }
  .pl-md-56 {
    padding-left: 56px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pr-md-60 {
    padding-right: 60px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pl-md-60 {
    padding-left: 60px !important;
  }
  .pt-md-64 {
    padding-top: 64px !important;
  }
  .pr-md-64 {
    padding-right: 64px !important;
  }
  .pb-md-64 {
    padding-bottom: 64px !important;
  }
  .pl-md-64 {
    padding-left: 64px !important;
  }
  .pt-md-68 {
    padding-top: 68px !important;
  }
  .pr-md-68 {
    padding-right: 68px !important;
  }
  .pb-md-68 {
    padding-bottom: 68px !important;
  }
  .pl-md-68 {
    padding-left: 68px !important;
  }
  .pt-md-72 {
    padding-top: 72px !important;
  }
  .pr-md-72 {
    padding-right: 72px !important;
  }
  .pb-md-72 {
    padding-bottom: 72px !important;
  }
  .pl-md-72 {
    padding-left: 72px !important;
  }
  .pt-md-76 {
    padding-top: 76px !important;
  }
  .pr-md-76 {
    padding-right: 76px !important;
  }
  .pb-md-76 {
    padding-bottom: 76px !important;
  }
  .pl-md-76 {
    padding-left: 76px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pr-md-80 {
    padding-right: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
  .pt-md-84 {
    padding-top: 84px !important;
  }
  .pr-md-84 {
    padding-right: 84px !important;
  }
  .pb-md-84 {
    padding-bottom: 84px !important;
  }
  .pl-md-84 {
    padding-left: 84px !important;
  }
  .pt-md-88 {
    padding-top: 88px !important;
  }
  .pr-md-88 {
    padding-right: 88px !important;
  }
  .pb-md-88 {
    padding-bottom: 88px !important;
  }
  .pl-md-88 {
    padding-left: 88px !important;
  }
  .pt-md-92 {
    padding-top: 92px !important;
  }
  .pr-md-92 {
    padding-right: 92px !important;
  }
  .pb-md-92 {
    padding-bottom: 92px !important;
  }
  .pl-md-92 {
    padding-left: 92px !important;
  }
  .pt-md-96 {
    padding-top: 96px !important;
  }
  .pr-md-96 {
    padding-right: 96px !important;
  }
  .pb-md-96 {
    padding-bottom: 96px !important;
  }
  .pl-md-96 {
    padding-left: 96px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pr-md-100 {
    padding-right: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
  .pt-md-104 {
    padding-top: 104px !important;
  }
  .pr-md-104 {
    padding-right: 104px !important;
  }
  .pb-md-104 {
    padding-bottom: 104px !important;
  }
  .pl-md-104 {
    padding-left: 104px !important;
  }
  .pt-md-108 {
    padding-top: 108px !important;
  }
  .pr-md-108 {
    padding-right: 108px !important;
  }
  .pb-md-108 {
    padding-bottom: 108px !important;
  }
  .pl-md-108 {
    padding-left: 108px !important;
  }
  .pt-md-112 {
    padding-top: 112px !important;
  }
  .pr-md-112 {
    padding-right: 112px !important;
  }
  .pb-md-112 {
    padding-bottom: 112px !important;
  }
  .pl-md-112 {
    padding-left: 112px !important;
  }
  .pt-md-116 {
    padding-top: 116px !important;
  }
  .pr-md-116 {
    padding-right: 116px !important;
  }
  .pb-md-116 {
    padding-bottom: 116px !important;
  }
  .pl-md-116 {
    padding-left: 116px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pr-md-120 {
    padding-right: 120px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .pl-md-120 {
    padding-left: 120px !important;
  }
  .pt-md-124 {
    padding-top: 124px !important;
  }
  .pr-md-124 {
    padding-right: 124px !important;
  }
  .pb-md-124 {
    padding-bottom: 124px !important;
  }
  .pl-md-124 {
    padding-left: 124px !important;
  }
  .pt-md-128 {
    padding-top: 128px !important;
  }
  .pr-md-128 {
    padding-right: 128px !important;
  }
  .pb-md-128 {
    padding-bottom: 128px !important;
  }
  .pl-md-128 {
    padding-left: 128px !important;
  }
  .pt-md-132 {
    padding-top: 132px !important;
  }
  .pr-md-132 {
    padding-right: 132px !important;
  }
  .pb-md-132 {
    padding-bottom: 132px !important;
  }
  .pl-md-132 {
    padding-left: 132px !important;
  }
  .pt-md-136 {
    padding-top: 136px !important;
  }
  .pr-md-136 {
    padding-right: 136px !important;
  }
  .pb-md-136 {
    padding-bottom: 136px !important;
  }
  .pl-md-136 {
    padding-left: 136px !important;
  }
  .pt-md-140 {
    padding-top: 140px !important;
  }
  .pr-md-140 {
    padding-right: 140px !important;
  }
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
  .pl-md-140 {
    padding-left: 140px !important;
  }
  .pt-md-144 {
    padding-top: 144px !important;
  }
  .pr-md-144 {
    padding-right: 144px !important;
  }
  .pb-md-144 {
    padding-bottom: 144px !important;
  }
  .pl-md-144 {
    padding-left: 144px !important;
  }
  .pt-md-148 {
    padding-top: 148px !important;
  }
  .pr-md-148 {
    padding-right: 148px !important;
  }
  .pb-md-148 {
    padding-bottom: 148px !important;
  }
  .pl-md-148 {
    padding-left: 148px !important;
  }
  .pt-md-152 {
    padding-top: 152px !important;
  }
  .pr-md-152 {
    padding-right: 152px !important;
  }
  .pb-md-152 {
    padding-bottom: 152px !important;
  }
  .pl-md-152 {
    padding-left: 152px !important;
  }
  .pt-md-156 {
    padding-top: 156px !important;
  }
  .pr-md-156 {
    padding-right: 156px !important;
  }
  .pb-md-156 {
    padding-bottom: 156px !important;
  }
  .pl-md-156 {
    padding-left: 156px !important;
  }
  .pt-md-160 {
    padding-top: 160px !important;
  }
  .pr-md-160 {
    padding-right: 160px !important;
  }
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
  .pl-md-160 {
    padding-left: 160px !important;
  }
  .pt-md-164 {
    padding-top: 164px !important;
  }
  .pr-md-164 {
    padding-right: 164px !important;
  }
  .pb-md-164 {
    padding-bottom: 164px !important;
  }
  .pl-md-164 {
    padding-left: 164px !important;
  }
  .pt-md-168 {
    padding-top: 168px !important;
  }
  .pr-md-168 {
    padding-right: 168px !important;
  }
  .pb-md-168 {
    padding-bottom: 168px !important;
  }
  .pl-md-168 {
    padding-left: 168px !important;
  }
  .pt-md-172 {
    padding-top: 172px !important;
  }
  .pr-md-172 {
    padding-right: 172px !important;
  }
  .pb-md-172 {
    padding-bottom: 172px !important;
  }
  .pl-md-172 {
    padding-left: 172px !important;
  }
  .pt-md-176 {
    padding-top: 176px !important;
  }
  .pr-md-176 {
    padding-right: 176px !important;
  }
  .pb-md-176 {
    padding-bottom: 176px !important;
  }
  .pl-md-176 {
    padding-left: 176px !important;
  }
  .pt-md-180 {
    padding-top: 180px !important;
  }
  .pr-md-180 {
    padding-right: 180px !important;
  }
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
  .pl-md-180 {
    padding-left: 180px !important;
  }
  .pt-md-184 {
    padding-top: 184px !important;
  }
  .pr-md-184 {
    padding-right: 184px !important;
  }
  .pb-md-184 {
    padding-bottom: 184px !important;
  }
  .pl-md-184 {
    padding-left: 184px !important;
  }
  .pt-md-188 {
    padding-top: 188px !important;
  }
  .pr-md-188 {
    padding-right: 188px !important;
  }
  .pb-md-188 {
    padding-bottom: 188px !important;
  }
  .pl-md-188 {
    padding-left: 188px !important;
  }
  .pt-md-192 {
    padding-top: 192px !important;
  }
  .pr-md-192 {
    padding-right: 192px !important;
  }
  .pb-md-192 {
    padding-bottom: 192px !important;
  }
  .pl-md-192 {
    padding-left: 192px !important;
  }
  .pt-md-196 {
    padding-top: 196px !important;
  }
  .pr-md-196 {
    padding-right: 196px !important;
  }
  .pb-md-196 {
    padding-bottom: 196px !important;
  }
  .pl-md-196 {
    padding-left: 196px !important;
  }
  .pt-md-200 {
    padding-top: 200px !important;
  }
  .pr-md-200 {
    padding-right: 200px !important;
  }
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
  .pl-md-200 {
    padding-left: 200px !important;
  }
  .pt-md-204 {
    padding-top: 204px !important;
  }
  .pr-md-204 {
    padding-right: 204px !important;
  }
  .pb-md-204 {
    padding-bottom: 204px !important;
  }
  .pl-md-204 {
    padding-left: 204px !important;
  }
  .pt-md-208 {
    padding-top: 208px !important;
  }
  .pr-md-208 {
    padding-right: 208px !important;
  }
  .pb-md-208 {
    padding-bottom: 208px !important;
  }
  .pl-md-208 {
    padding-left: 208px !important;
  }
  .pt-md-212 {
    padding-top: 212px !important;
  }
  .pr-md-212 {
    padding-right: 212px !important;
  }
  .pb-md-212 {
    padding-bottom: 212px !important;
  }
  .pl-md-212 {
    padding-left: 212px !important;
  }
  .pt-md-216 {
    padding-top: 216px !important;
  }
  .pr-md-216 {
    padding-right: 216px !important;
  }
  .pb-md-216 {
    padding-bottom: 216px !important;
  }
  .pl-md-216 {
    padding-left: 216px !important;
  }
  .pt-md-220 {
    padding-top: 220px !important;
  }
  .pr-md-220 {
    padding-right: 220px !important;
  }
  .pb-md-220 {
    padding-bottom: 220px !important;
  }
  .pl-md-220 {
    padding-left: 220px !important;
  }
  .pt-md-224 {
    padding-top: 224px !important;
  }
  .pr-md-224 {
    padding-right: 224px !important;
  }
  .pb-md-224 {
    padding-bottom: 224px !important;
  }
  .pl-md-224 {
    padding-left: 224px !important;
  }
  .pt-md-228 {
    padding-top: 228px !important;
  }
  .pr-md-228 {
    padding-right: 228px !important;
  }
  .pb-md-228 {
    padding-bottom: 228px !important;
  }
  .pl-md-228 {
    padding-left: 228px !important;
  }
  .pt-md-232 {
    padding-top: 232px !important;
  }
  .pr-md-232 {
    padding-right: 232px !important;
  }
  .pb-md-232 {
    padding-bottom: 232px !important;
  }
  .pl-md-232 {
    padding-left: 232px !important;
  }
  .pt-md-236 {
    padding-top: 236px !important;
  }
  .pr-md-236 {
    padding-right: 236px !important;
  }
  .pb-md-236 {
    padding-bottom: 236px !important;
  }
  .pl-md-236 {
    padding-left: 236px !important;
  }
  .pt-md-240 {
    padding-top: 240px !important;
  }
  .pr-md-240 {
    padding-right: 240px !important;
  }
  .pb-md-240 {
    padding-bottom: 240px !important;
  }
  .pl-md-240 {
    padding-left: 240px !important;
  }
  .pt-md-244 {
    padding-top: 244px !important;
  }
  .pr-md-244 {
    padding-right: 244px !important;
  }
  .pb-md-244 {
    padding-bottom: 244px !important;
  }
  .pl-md-244 {
    padding-left: 244px !important;
  }
  .pt-md-248 {
    padding-top: 248px !important;
  }
  .pr-md-248 {
    padding-right: 248px !important;
  }
  .pb-md-248 {
    padding-bottom: 248px !important;
  }
  .pl-md-248 {
    padding-left: 248px !important;
  }
  .pt-md-252 {
    padding-top: 252px !important;
  }
  .pr-md-252 {
    padding-right: 252px !important;
  }
  .pb-md-252 {
    padding-bottom: 252px !important;
  }
  .pl-md-252 {
    padding-left: 252px !important;
  }
  .pt-md-256 {
    padding-top: 256px !important;
  }
  .pr-md-256 {
    padding-right: 256px !important;
  }
  .pb-md-256 {
    padding-bottom: 256px !important;
  }
  .pl-md-256 {
    padding-left: 256px !important;
  }
}
@media screen and (min-width: 1280px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-4 {
    margin: 4px !important;
  }
  .m-lg-8 {
    margin: 8px !important;
  }
  .m-lg-12 {
    margin: 12px !important;
  }
  .m-lg-16 {
    margin: 16px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .m-lg-24 {
    margin: 24px !important;
  }
  .m-lg-28 {
    margin: 28px !important;
  }
  .m-lg-32 {
    margin: 32px !important;
  }
  .m-lg-36 {
    margin: 36px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .m-lg-44 {
    margin: 44px !important;
  }
  .m-lg-48 {
    margin: 48px !important;
  }
  .m-lg-52 {
    margin: 52px !important;
  }
  .m-lg-56 {
    margin: 56px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .m-lg-64 {
    margin: 64px !important;
  }
  .m-lg-68 {
    margin: 68px !important;
  }
  .m-lg-72 {
    margin: 72px !important;
  }
  .m-lg-76 {
    margin: 76px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .m-lg-84 {
    margin: 84px !important;
  }
  .m-lg-88 {
    margin: 88px !important;
  }
  .m-lg-92 {
    margin: 92px !important;
  }
  .m-lg-96 {
    margin: 96px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .m-lg-104 {
    margin: 104px !important;
  }
  .m-lg-108 {
    margin: 108px !important;
  }
  .m-lg-112 {
    margin: 112px !important;
  }
  .m-lg-116 {
    margin: 116px !important;
  }
  .m-lg-120 {
    margin: 120px !important;
  }
  .m-lg-124 {
    margin: 124px !important;
  }
  .m-lg-128 {
    margin: 128px !important;
  }
  .m-lg-132 {
    margin: 132px !important;
  }
  .m-lg-136 {
    margin: 136px !important;
  }
  .m-lg-140 {
    margin: 140px !important;
  }
  .m-lg-144 {
    margin: 144px !important;
  }
  .m-lg-148 {
    margin: 148px !important;
  }
  .m-lg-152 {
    margin: 152px !important;
  }
  .m-lg-156 {
    margin: 156px !important;
  }
  .m-lg-160 {
    margin: 160px !important;
  }
  .m-lg-164 {
    margin: 164px !important;
  }
  .m-lg-168 {
    margin: 168px !important;
  }
  .m-lg-172 {
    margin: 172px !important;
  }
  .m-lg-176 {
    margin: 176px !important;
  }
  .m-lg-180 {
    margin: 180px !important;
  }
  .m-lg-184 {
    margin: 184px !important;
  }
  .m-lg-188 {
    margin: 188px !important;
  }
  .m-lg-192 {
    margin: 192px !important;
  }
  .m-lg-196 {
    margin: 196px !important;
  }
  .m-lg-200 {
    margin: 200px !important;
  }
  .m-lg-204 {
    margin: 204px !important;
  }
  .m-lg-208 {
    margin: 208px !important;
  }
  .m-lg-212 {
    margin: 212px !important;
  }
  .m-lg-216 {
    margin: 216px !important;
  }
  .m-lg-220 {
    margin: 220px !important;
  }
  .m-lg-224 {
    margin: 224px !important;
  }
  .m-lg-228 {
    margin: 228px !important;
  }
  .m-lg-232 {
    margin: 232px !important;
  }
  .m-lg-236 {
    margin: 236px !important;
  }
  .m-lg-240 {
    margin: 240px !important;
  }
  .m-lg-244 {
    margin: 244px !important;
  }
  .m-lg-248 {
    margin: 248px !important;
  }
  .m-lg-252 {
    margin: 252px !important;
  }
  .m-lg-256 {
    margin: 256px !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-lg-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-lg-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-lg-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-lg-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-lg-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .my-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-lg-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-lg-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-lg-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-lg-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mx-lg-28 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .my-lg-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mx-lg-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-lg-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mx-lg-36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .my-lg-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-lg-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .my-lg-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mx-lg-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-lg-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-lg-52 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .my-lg-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mx-lg-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .my-lg-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-lg-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my-lg-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mx-lg-68 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .my-lg-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mx-lg-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my-lg-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mx-lg-76 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .my-lg-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mx-lg-84 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }
  .my-lg-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mx-lg-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .my-lg-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mx-lg-92 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .my-lg-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mx-lg-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my-lg-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-lg-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .my-lg-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .mx-lg-108 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }
  .my-lg-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .mx-lg-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .my-lg-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mx-lg-116 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }
  .my-lg-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mx-lg-124 {
    margin-right: 124px !important;
    margin-left: 124px !important;
  }
  .my-lg-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }
  .mx-lg-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .my-lg-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mx-lg-132 {
    margin-right: 132px !important;
    margin-left: 132px !important;
  }
  .my-lg-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }
  .mx-lg-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .my-lg-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .mx-lg-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mx-lg-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .my-lg-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .mx-lg-148 {
    margin-right: 148px !important;
    margin-left: 148px !important;
  }
  .my-lg-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }
  .mx-lg-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .my-lg-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .mx-lg-156 {
    margin-right: 156px !important;
    margin-left: 156px !important;
  }
  .my-lg-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }
  .mx-lg-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mx-lg-164 {
    margin-right: 164px !important;
    margin-left: 164px !important;
  }
  .my-lg-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }
  .mx-lg-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .my-lg-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .mx-lg-172 {
    margin-right: 172px !important;
    margin-left: 172px !important;
  }
  .my-lg-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }
  .mx-lg-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .my-lg-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .mx-lg-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mx-lg-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .my-lg-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .mx-lg-188 {
    margin-right: 188px !important;
    margin-left: 188px !important;
  }
  .my-lg-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }
  .mx-lg-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .my-lg-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .mx-lg-196 {
    margin-right: 196px !important;
    margin-left: 196px !important;
  }
  .my-lg-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }
  .mx-lg-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mx-lg-204 {
    margin-right: 204px !important;
    margin-left: 204px !important;
  }
  .my-lg-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }
  .mx-lg-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .my-lg-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .mx-lg-212 {
    margin-right: 212px !important;
    margin-left: 212px !important;
  }
  .my-lg-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }
  .mx-lg-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .my-lg-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .mx-lg-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .my-lg-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mx-lg-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .my-lg-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .mx-lg-228 {
    margin-right: 228px !important;
    margin-left: 228px !important;
  }
  .my-lg-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }
  .mx-lg-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .my-lg-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .mx-lg-236 {
    margin-right: 236px !important;
    margin-left: 236px !important;
  }
  .my-lg-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }
  .mx-lg-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .my-lg-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mx-lg-244 {
    margin-right: 244px !important;
    margin-left: 244px !important;
  }
  .my-lg-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }
  .mx-lg-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .my-lg-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .mx-lg-252 {
    margin-right: 252px !important;
    margin-left: 252px !important;
  }
  .my-lg-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }
  .mx-lg-256 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }
  .my-lg-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mt-lg-4 {
    margin-top: 4px !important;
  }
  .mr-lg-4 {
    margin-right: 4px !important;
  }
  .mb-lg-4 {
    margin-bottom: 4px !important;
  }
  .ml-lg-4 {
    margin-left: 4px !important;
  }
  .mt-lg-8 {
    margin-top: 8px !important;
  }
  .mr-lg-8 {
    margin-right: 8px !important;
  }
  .mb-lg-8 {
    margin-bottom: 8px !important;
  }
  .ml-lg-8 {
    margin-left: 8px !important;
  }
  .mt-lg-12 {
    margin-top: 12px !important;
  }
  .mr-lg-12 {
    margin-right: 12px !important;
  }
  .mb-lg-12 {
    margin-bottom: 12px !important;
  }
  .ml-lg-12 {
    margin-left: 12px !important;
  }
  .mt-lg-16 {
    margin-top: 16px !important;
  }
  .mr-lg-16 {
    margin-right: 16px !important;
  }
  .mb-lg-16 {
    margin-bottom: 16px !important;
  }
  .ml-lg-16 {
    margin-left: 16px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mt-lg-24 {
    margin-top: 24px !important;
  }
  .mr-lg-24 {
    margin-right: 24px !important;
  }
  .mb-lg-24 {
    margin-bottom: 24px !important;
  }
  .ml-lg-24 {
    margin-left: 24px !important;
  }
  .mt-lg-28 {
    margin-top: 28px !important;
  }
  .mr-lg-28 {
    margin-right: 28px !important;
  }
  .mb-lg-28 {
    margin-bottom: 28px !important;
  }
  .ml-lg-28 {
    margin-left: 28px !important;
  }
  .mt-lg-32 {
    margin-top: 32px !important;
  }
  .mr-lg-32 {
    margin-right: 32px !important;
  }
  .mb-lg-32 {
    margin-bottom: 32px !important;
  }
  .ml-lg-32 {
    margin-left: 32px !important;
  }
  .mt-lg-36 {
    margin-top: 36px !important;
  }
  .mr-lg-36 {
    margin-right: 36px !important;
  }
  .mb-lg-36 {
    margin-bottom: 36px !important;
  }
  .ml-lg-36 {
    margin-left: 36px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mt-lg-44 {
    margin-top: 44px !important;
  }
  .mr-lg-44 {
    margin-right: 44px !important;
  }
  .mb-lg-44 {
    margin-bottom: 44px !important;
  }
  .ml-lg-44 {
    margin-left: 44px !important;
  }
  .mt-lg-48 {
    margin-top: 48px !important;
  }
  .mr-lg-48 {
    margin-right: 48px !important;
  }
  .mb-lg-48 {
    margin-bottom: 48px !important;
  }
  .ml-lg-48 {
    margin-left: 48px !important;
  }
  .mt-lg-52 {
    margin-top: 52px !important;
  }
  .mr-lg-52 {
    margin-right: 52px !important;
  }
  .mb-lg-52 {
    margin-bottom: 52px !important;
  }
  .ml-lg-52 {
    margin-left: 52px !important;
  }
  .mt-lg-56 {
    margin-top: 56px !important;
  }
  .mr-lg-56 {
    margin-right: 56px !important;
  }
  .mb-lg-56 {
    margin-bottom: 56px !important;
  }
  .ml-lg-56 {
    margin-left: 56px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .mt-lg-64 {
    margin-top: 64px !important;
  }
  .mr-lg-64 {
    margin-right: 64px !important;
  }
  .mb-lg-64 {
    margin-bottom: 64px !important;
  }
  .ml-lg-64 {
    margin-left: 64px !important;
  }
  .mt-lg-68 {
    margin-top: 68px !important;
  }
  .mr-lg-68 {
    margin-right: 68px !important;
  }
  .mb-lg-68 {
    margin-bottom: 68px !important;
  }
  .ml-lg-68 {
    margin-left: 68px !important;
  }
  .mt-lg-72 {
    margin-top: 72px !important;
  }
  .mr-lg-72 {
    margin-right: 72px !important;
  }
  .mb-lg-72 {
    margin-bottom: 72px !important;
  }
  .ml-lg-72 {
    margin-left: 72px !important;
  }
  .mt-lg-76 {
    margin-top: 76px !important;
  }
  .mr-lg-76 {
    margin-right: 76px !important;
  }
  .mb-lg-76 {
    margin-bottom: 76px !important;
  }
  .ml-lg-76 {
    margin-left: 76px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .mt-lg-84 {
    margin-top: 84px !important;
  }
  .mr-lg-84 {
    margin-right: 84px !important;
  }
  .mb-lg-84 {
    margin-bottom: 84px !important;
  }
  .ml-lg-84 {
    margin-left: 84px !important;
  }
  .mt-lg-88 {
    margin-top: 88px !important;
  }
  .mr-lg-88 {
    margin-right: 88px !important;
  }
  .mb-lg-88 {
    margin-bottom: 88px !important;
  }
  .ml-lg-88 {
    margin-left: 88px !important;
  }
  .mt-lg-92 {
    margin-top: 92px !important;
  }
  .mr-lg-92 {
    margin-right: 92px !important;
  }
  .mb-lg-92 {
    margin-bottom: 92px !important;
  }
  .ml-lg-92 {
    margin-left: 92px !important;
  }
  .mt-lg-96 {
    margin-top: 96px !important;
  }
  .mr-lg-96 {
    margin-right: 96px !important;
  }
  .mb-lg-96 {
    margin-bottom: 96px !important;
  }
  .ml-lg-96 {
    margin-left: 96px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .mt-lg-104 {
    margin-top: 104px !important;
  }
  .mr-lg-104 {
    margin-right: 104px !important;
  }
  .mb-lg-104 {
    margin-bottom: 104px !important;
  }
  .ml-lg-104 {
    margin-left: 104px !important;
  }
  .mt-lg-108 {
    margin-top: 108px !important;
  }
  .mr-lg-108 {
    margin-right: 108px !important;
  }
  .mb-lg-108 {
    margin-bottom: 108px !important;
  }
  .ml-lg-108 {
    margin-left: 108px !important;
  }
  .mt-lg-112 {
    margin-top: 112px !important;
  }
  .mr-lg-112 {
    margin-right: 112px !important;
  }
  .mb-lg-112 {
    margin-bottom: 112px !important;
  }
  .ml-lg-112 {
    margin-left: 112px !important;
  }
  .mt-lg-116 {
    margin-top: 116px !important;
  }
  .mr-lg-116 {
    margin-right: 116px !important;
  }
  .mb-lg-116 {
    margin-bottom: 116px !important;
  }
  .ml-lg-116 {
    margin-left: 116px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mr-lg-120 {
    margin-right: 120px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .ml-lg-120 {
    margin-left: 120px !important;
  }
  .mt-lg-124 {
    margin-top: 124px !important;
  }
  .mr-lg-124 {
    margin-right: 124px !important;
  }
  .mb-lg-124 {
    margin-bottom: 124px !important;
  }
  .ml-lg-124 {
    margin-left: 124px !important;
  }
  .mt-lg-128 {
    margin-top: 128px !important;
  }
  .mr-lg-128 {
    margin-right: 128px !important;
  }
  .mb-lg-128 {
    margin-bottom: 128px !important;
  }
  .ml-lg-128 {
    margin-left: 128px !important;
  }
  .mt-lg-132 {
    margin-top: 132px !important;
  }
  .mr-lg-132 {
    margin-right: 132px !important;
  }
  .mb-lg-132 {
    margin-bottom: 132px !important;
  }
  .ml-lg-132 {
    margin-left: 132px !important;
  }
  .mt-lg-136 {
    margin-top: 136px !important;
  }
  .mr-lg-136 {
    margin-right: 136px !important;
  }
  .mb-lg-136 {
    margin-bottom: 136px !important;
  }
  .ml-lg-136 {
    margin-left: 136px !important;
  }
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  .mr-lg-140 {
    margin-right: 140px !important;
  }
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  .ml-lg-140 {
    margin-left: 140px !important;
  }
  .mt-lg-144 {
    margin-top: 144px !important;
  }
  .mr-lg-144 {
    margin-right: 144px !important;
  }
  .mb-lg-144 {
    margin-bottom: 144px !important;
  }
  .ml-lg-144 {
    margin-left: 144px !important;
  }
  .mt-lg-148 {
    margin-top: 148px !important;
  }
  .mr-lg-148 {
    margin-right: 148px !important;
  }
  .mb-lg-148 {
    margin-bottom: 148px !important;
  }
  .ml-lg-148 {
    margin-left: 148px !important;
  }
  .mt-lg-152 {
    margin-top: 152px !important;
  }
  .mr-lg-152 {
    margin-right: 152px !important;
  }
  .mb-lg-152 {
    margin-bottom: 152px !important;
  }
  .ml-lg-152 {
    margin-left: 152px !important;
  }
  .mt-lg-156 {
    margin-top: 156px !important;
  }
  .mr-lg-156 {
    margin-right: 156px !important;
  }
  .mb-lg-156 {
    margin-bottom: 156px !important;
  }
  .ml-lg-156 {
    margin-left: 156px !important;
  }
  .mt-lg-160 {
    margin-top: 160px !important;
  }
  .mr-lg-160 {
    margin-right: 160px !important;
  }
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
  .ml-lg-160 {
    margin-left: 160px !important;
  }
  .mt-lg-164 {
    margin-top: 164px !important;
  }
  .mr-lg-164 {
    margin-right: 164px !important;
  }
  .mb-lg-164 {
    margin-bottom: 164px !important;
  }
  .ml-lg-164 {
    margin-left: 164px !important;
  }
  .mt-lg-168 {
    margin-top: 168px !important;
  }
  .mr-lg-168 {
    margin-right: 168px !important;
  }
  .mb-lg-168 {
    margin-bottom: 168px !important;
  }
  .ml-lg-168 {
    margin-left: 168px !important;
  }
  .mt-lg-172 {
    margin-top: 172px !important;
  }
  .mr-lg-172 {
    margin-right: 172px !important;
  }
  .mb-lg-172 {
    margin-bottom: 172px !important;
  }
  .ml-lg-172 {
    margin-left: 172px !important;
  }
  .mt-lg-176 {
    margin-top: 176px !important;
  }
  .mr-lg-176 {
    margin-right: 176px !important;
  }
  .mb-lg-176 {
    margin-bottom: 176px !important;
  }
  .ml-lg-176 {
    margin-left: 176px !important;
  }
  .mt-lg-180 {
    margin-top: 180px !important;
  }
  .mr-lg-180 {
    margin-right: 180px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .ml-lg-180 {
    margin-left: 180px !important;
  }
  .mt-lg-184 {
    margin-top: 184px !important;
  }
  .mr-lg-184 {
    margin-right: 184px !important;
  }
  .mb-lg-184 {
    margin-bottom: 184px !important;
  }
  .ml-lg-184 {
    margin-left: 184px !important;
  }
  .mt-lg-188 {
    margin-top: 188px !important;
  }
  .mr-lg-188 {
    margin-right: 188px !important;
  }
  .mb-lg-188 {
    margin-bottom: 188px !important;
  }
  .ml-lg-188 {
    margin-left: 188px !important;
  }
  .mt-lg-192 {
    margin-top: 192px !important;
  }
  .mr-lg-192 {
    margin-right: 192px !important;
  }
  .mb-lg-192 {
    margin-bottom: 192px !important;
  }
  .ml-lg-192 {
    margin-left: 192px !important;
  }
  .mt-lg-196 {
    margin-top: 196px !important;
  }
  .mr-lg-196 {
    margin-right: 196px !important;
  }
  .mb-lg-196 {
    margin-bottom: 196px !important;
  }
  .ml-lg-196 {
    margin-left: 196px !important;
  }
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  .mr-lg-200 {
    margin-right: 200px !important;
  }
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
  .ml-lg-200 {
    margin-left: 200px !important;
  }
  .mt-lg-204 {
    margin-top: 204px !important;
  }
  .mr-lg-204 {
    margin-right: 204px !important;
  }
  .mb-lg-204 {
    margin-bottom: 204px !important;
  }
  .ml-lg-204 {
    margin-left: 204px !important;
  }
  .mt-lg-208 {
    margin-top: 208px !important;
  }
  .mr-lg-208 {
    margin-right: 208px !important;
  }
  .mb-lg-208 {
    margin-bottom: 208px !important;
  }
  .ml-lg-208 {
    margin-left: 208px !important;
  }
  .mt-lg-212 {
    margin-top: 212px !important;
  }
  .mr-lg-212 {
    margin-right: 212px !important;
  }
  .mb-lg-212 {
    margin-bottom: 212px !important;
  }
  .ml-lg-212 {
    margin-left: 212px !important;
  }
  .mt-lg-216 {
    margin-top: 216px !important;
  }
  .mr-lg-216 {
    margin-right: 216px !important;
  }
  .mb-lg-216 {
    margin-bottom: 216px !important;
  }
  .ml-lg-216 {
    margin-left: 216px !important;
  }
  .mt-lg-220 {
    margin-top: 220px !important;
  }
  .mr-lg-220 {
    margin-right: 220px !important;
  }
  .mb-lg-220 {
    margin-bottom: 220px !important;
  }
  .ml-lg-220 {
    margin-left: 220px !important;
  }
  .mt-lg-224 {
    margin-top: 224px !important;
  }
  .mr-lg-224 {
    margin-right: 224px !important;
  }
  .mb-lg-224 {
    margin-bottom: 224px !important;
  }
  .ml-lg-224 {
    margin-left: 224px !important;
  }
  .mt-lg-228 {
    margin-top: 228px !important;
  }
  .mr-lg-228 {
    margin-right: 228px !important;
  }
  .mb-lg-228 {
    margin-bottom: 228px !important;
  }
  .ml-lg-228 {
    margin-left: 228px !important;
  }
  .mt-lg-232 {
    margin-top: 232px !important;
  }
  .mr-lg-232 {
    margin-right: 232px !important;
  }
  .mb-lg-232 {
    margin-bottom: 232px !important;
  }
  .ml-lg-232 {
    margin-left: 232px !important;
  }
  .mt-lg-236 {
    margin-top: 236px !important;
  }
  .mr-lg-236 {
    margin-right: 236px !important;
  }
  .mb-lg-236 {
    margin-bottom: 236px !important;
  }
  .ml-lg-236 {
    margin-left: 236px !important;
  }
  .mt-lg-240 {
    margin-top: 240px !important;
  }
  .mr-lg-240 {
    margin-right: 240px !important;
  }
  .mb-lg-240 {
    margin-bottom: 240px !important;
  }
  .ml-lg-240 {
    margin-left: 240px !important;
  }
  .mt-lg-244 {
    margin-top: 244px !important;
  }
  .mr-lg-244 {
    margin-right: 244px !important;
  }
  .mb-lg-244 {
    margin-bottom: 244px !important;
  }
  .ml-lg-244 {
    margin-left: 244px !important;
  }
  .mt-lg-248 {
    margin-top: 248px !important;
  }
  .mr-lg-248 {
    margin-right: 248px !important;
  }
  .mb-lg-248 {
    margin-bottom: 248px !important;
  }
  .ml-lg-248 {
    margin-left: 248px !important;
  }
  .mt-lg-252 {
    margin-top: 252px !important;
  }
  .mr-lg-252 {
    margin-right: 252px !important;
  }
  .mb-lg-252 {
    margin-bottom: 252px !important;
  }
  .ml-lg-252 {
    margin-left: 252px !important;
  }
  .mt-lg-256 {
    margin-top: 256px !important;
  }
  .mr-lg-256 {
    margin-right: 256px !important;
  }
  .mb-lg-256 {
    margin-bottom: 256px !important;
  }
  .ml-lg-256 {
    margin-left: 256px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-4 {
    padding: 4px !important;
  }
  .p-lg-8 {
    padding: 8px !important;
  }
  .p-lg-12 {
    padding: 12px !important;
  }
  .p-lg-16 {
    padding: 16px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .p-lg-24 {
    padding: 24px !important;
  }
  .p-lg-28 {
    padding: 28px !important;
  }
  .p-lg-32 {
    padding: 32px !important;
  }
  .p-lg-36 {
    padding: 36px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .p-lg-44 {
    padding: 44px !important;
  }
  .p-lg-48 {
    padding: 48px !important;
  }
  .p-lg-52 {
    padding: 52px !important;
  }
  .p-lg-56 {
    padding: 56px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .p-lg-64 {
    padding: 64px !important;
  }
  .p-lg-68 {
    padding: 68px !important;
  }
  .p-lg-72 {
    padding: 72px !important;
  }
  .p-lg-76 {
    padding: 76px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .p-lg-84 {
    padding: 84px !important;
  }
  .p-lg-88 {
    padding: 88px !important;
  }
  .p-lg-92 {
    padding: 92px !important;
  }
  .p-lg-96 {
    padding: 96px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .p-lg-104 {
    padding: 104px !important;
  }
  .p-lg-108 {
    padding: 108px !important;
  }
  .p-lg-112 {
    padding: 112px !important;
  }
  .p-lg-116 {
    padding: 116px !important;
  }
  .p-lg-120 {
    padding: 120px !important;
  }
  .p-lg-124 {
    padding: 124px !important;
  }
  .p-lg-128 {
    padding: 128px !important;
  }
  .p-lg-132 {
    padding: 132px !important;
  }
  .p-lg-136 {
    padding: 136px !important;
  }
  .p-lg-140 {
    padding: 140px !important;
  }
  .p-lg-144 {
    padding: 144px !important;
  }
  .p-lg-148 {
    padding: 148px !important;
  }
  .p-lg-152 {
    padding: 152px !important;
  }
  .p-lg-156 {
    padding: 156px !important;
  }
  .p-lg-160 {
    padding: 160px !important;
  }
  .p-lg-164 {
    padding: 164px !important;
  }
  .p-lg-168 {
    padding: 168px !important;
  }
  .p-lg-172 {
    padding: 172px !important;
  }
  .p-lg-176 {
    padding: 176px !important;
  }
  .p-lg-180 {
    padding: 180px !important;
  }
  .p-lg-184 {
    padding: 184px !important;
  }
  .p-lg-188 {
    padding: 188px !important;
  }
  .p-lg-192 {
    padding: 192px !important;
  }
  .p-lg-196 {
    padding: 196px !important;
  }
  .p-lg-200 {
    padding: 200px !important;
  }
  .p-lg-204 {
    padding: 204px !important;
  }
  .p-lg-208 {
    padding: 208px !important;
  }
  .p-lg-212 {
    padding: 212px !important;
  }
  .p-lg-216 {
    padding: 216px !important;
  }
  .p-lg-220 {
    padding: 220px !important;
  }
  .p-lg-224 {
    padding: 224px !important;
  }
  .p-lg-228 {
    padding: 228px !important;
  }
  .p-lg-232 {
    padding: 232px !important;
  }
  .p-lg-236 {
    padding: 236px !important;
  }
  .p-lg-240 {
    padding: 240px !important;
  }
  .p-lg-244 {
    padding: 244px !important;
  }
  .p-lg-248 {
    padding: 248px !important;
  }
  .p-lg-252 {
    padding: 252px !important;
  }
  .p-lg-256 {
    padding: 256px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-lg-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-lg-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-lg-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-lg-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-lg-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .py-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-lg-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-lg-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-lg-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-lg-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-lg-28 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .py-lg-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .px-lg-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-lg-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-lg-36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .py-lg-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-lg-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .py-lg-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .px-lg-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-lg-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .px-lg-52 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .py-lg-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .px-lg-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .py-lg-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-lg-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-lg-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-lg-68 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .py-lg-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .px-lg-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py-lg-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .px-lg-76 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .py-lg-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-lg-84 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }
  .py-lg-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .px-lg-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .py-lg-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .px-lg-92 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .py-lg-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .px-lg-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py-lg-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-lg-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .py-lg-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .px-lg-108 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }
  .py-lg-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .px-lg-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .py-lg-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .px-lg-116 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }
  .py-lg-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .px-lg-124 {
    padding-right: 124px !important;
    padding-left: 124px !important;
  }
  .py-lg-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
  .px-lg-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .py-lg-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .px-lg-132 {
    padding-right: 132px !important;
    padding-left: 132px !important;
  }
  .py-lg-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }
  .px-lg-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .py-lg-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .px-lg-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .px-lg-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .py-lg-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .px-lg-148 {
    padding-right: 148px !important;
    padding-left: 148px !important;
  }
  .py-lg-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }
  .px-lg-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .py-lg-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .px-lg-156 {
    padding-right: 156px !important;
    padding-left: 156px !important;
  }
  .py-lg-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }
  .px-lg-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .px-lg-164 {
    padding-right: 164px !important;
    padding-left: 164px !important;
  }
  .py-lg-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }
  .px-lg-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .py-lg-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .px-lg-172 {
    padding-right: 172px !important;
    padding-left: 172px !important;
  }
  .py-lg-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }
  .px-lg-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .py-lg-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .px-lg-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .px-lg-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .py-lg-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .px-lg-188 {
    padding-right: 188px !important;
    padding-left: 188px !important;
  }
  .py-lg-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }
  .px-lg-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .py-lg-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .px-lg-196 {
    padding-right: 196px !important;
    padding-left: 196px !important;
  }
  .py-lg-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }
  .px-lg-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .px-lg-204 {
    padding-right: 204px !important;
    padding-left: 204px !important;
  }
  .py-lg-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }
  .px-lg-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .py-lg-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .px-lg-212 {
    padding-right: 212px !important;
    padding-left: 212px !important;
  }
  .py-lg-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }
  .px-lg-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .py-lg-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .px-lg-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .py-lg-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .px-lg-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .py-lg-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .px-lg-228 {
    padding-right: 228px !important;
    padding-left: 228px !important;
  }
  .py-lg-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }
  .px-lg-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .py-lg-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .px-lg-236 {
    padding-right: 236px !important;
    padding-left: 236px !important;
  }
  .py-lg-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }
  .px-lg-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .py-lg-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .px-lg-244 {
    padding-right: 244px !important;
    padding-left: 244px !important;
  }
  .py-lg-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }
  .px-lg-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .py-lg-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .px-lg-252 {
    padding-right: 252px !important;
    padding-left: 252px !important;
  }
  .py-lg-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }
  .px-lg-256 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }
  .py-lg-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pt-lg-4 {
    padding-top: 4px !important;
  }
  .pr-lg-4 {
    padding-right: 4px !important;
  }
  .pb-lg-4 {
    padding-bottom: 4px !important;
  }
  .pl-lg-4 {
    padding-left: 4px !important;
  }
  .pt-lg-8 {
    padding-top: 8px !important;
  }
  .pr-lg-8 {
    padding-right: 8px !important;
  }
  .pb-lg-8 {
    padding-bottom: 8px !important;
  }
  .pl-lg-8 {
    padding-left: 8px !important;
  }
  .pt-lg-12 {
    padding-top: 12px !important;
  }
  .pr-lg-12 {
    padding-right: 12px !important;
  }
  .pb-lg-12 {
    padding-bottom: 12px !important;
  }
  .pl-lg-12 {
    padding-left: 12px !important;
  }
  .pt-lg-16 {
    padding-top: 16px !important;
  }
  .pr-lg-16 {
    padding-right: 16px !important;
  }
  .pb-lg-16 {
    padding-bottom: 16px !important;
  }
  .pl-lg-16 {
    padding-left: 16px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  .pt-lg-24 {
    padding-top: 24px !important;
  }
  .pr-lg-24 {
    padding-right: 24px !important;
  }
  .pb-lg-24 {
    padding-bottom: 24px !important;
  }
  .pl-lg-24 {
    padding-left: 24px !important;
  }
  .pt-lg-28 {
    padding-top: 28px !important;
  }
  .pr-lg-28 {
    padding-right: 28px !important;
  }
  .pb-lg-28 {
    padding-bottom: 28px !important;
  }
  .pl-lg-28 {
    padding-left: 28px !important;
  }
  .pt-lg-32 {
    padding-top: 32px !important;
  }
  .pr-lg-32 {
    padding-right: 32px !important;
  }
  .pb-lg-32 {
    padding-bottom: 32px !important;
  }
  .pl-lg-32 {
    padding-left: 32px !important;
  }
  .pt-lg-36 {
    padding-top: 36px !important;
  }
  .pr-lg-36 {
    padding-right: 36px !important;
  }
  .pb-lg-36 {
    padding-bottom: 36px !important;
  }
  .pl-lg-36 {
    padding-left: 36px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  .pt-lg-44 {
    padding-top: 44px !important;
  }
  .pr-lg-44 {
    padding-right: 44px !important;
  }
  .pb-lg-44 {
    padding-bottom: 44px !important;
  }
  .pl-lg-44 {
    padding-left: 44px !important;
  }
  .pt-lg-48 {
    padding-top: 48px !important;
  }
  .pr-lg-48 {
    padding-right: 48px !important;
  }
  .pb-lg-48 {
    padding-bottom: 48px !important;
  }
  .pl-lg-48 {
    padding-left: 48px !important;
  }
  .pt-lg-52 {
    padding-top: 52px !important;
  }
  .pr-lg-52 {
    padding-right: 52px !important;
  }
  .pb-lg-52 {
    padding-bottom: 52px !important;
  }
  .pl-lg-52 {
    padding-left: 52px !important;
  }
  .pt-lg-56 {
    padding-top: 56px !important;
  }
  .pr-lg-56 {
    padding-right: 56px !important;
  }
  .pb-lg-56 {
    padding-bottom: 56px !important;
  }
  .pl-lg-56 {
    padding-left: 56px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pr-lg-60 {
    padding-right: 60px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60 {
    padding-left: 60px !important;
  }
  .pt-lg-64 {
    padding-top: 64px !important;
  }
  .pr-lg-64 {
    padding-right: 64px !important;
  }
  .pb-lg-64 {
    padding-bottom: 64px !important;
  }
  .pl-lg-64 {
    padding-left: 64px !important;
  }
  .pt-lg-68 {
    padding-top: 68px !important;
  }
  .pr-lg-68 {
    padding-right: 68px !important;
  }
  .pb-lg-68 {
    padding-bottom: 68px !important;
  }
  .pl-lg-68 {
    padding-left: 68px !important;
  }
  .pt-lg-72 {
    padding-top: 72px !important;
  }
  .pr-lg-72 {
    padding-right: 72px !important;
  }
  .pb-lg-72 {
    padding-bottom: 72px !important;
  }
  .pl-lg-72 {
    padding-left: 72px !important;
  }
  .pt-lg-76 {
    padding-top: 76px !important;
  }
  .pr-lg-76 {
    padding-right: 76px !important;
  }
  .pb-lg-76 {
    padding-bottom: 76px !important;
  }
  .pl-lg-76 {
    padding-left: 76px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pr-lg-80 {
    padding-right: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pl-lg-80 {
    padding-left: 80px !important;
  }
  .pt-lg-84 {
    padding-top: 84px !important;
  }
  .pr-lg-84 {
    padding-right: 84px !important;
  }
  .pb-lg-84 {
    padding-bottom: 84px !important;
  }
  .pl-lg-84 {
    padding-left: 84px !important;
  }
  .pt-lg-88 {
    padding-top: 88px !important;
  }
  .pr-lg-88 {
    padding-right: 88px !important;
  }
  .pb-lg-88 {
    padding-bottom: 88px !important;
  }
  .pl-lg-88 {
    padding-left: 88px !important;
  }
  .pt-lg-92 {
    padding-top: 92px !important;
  }
  .pr-lg-92 {
    padding-right: 92px !important;
  }
  .pb-lg-92 {
    padding-bottom: 92px !important;
  }
  .pl-lg-92 {
    padding-left: 92px !important;
  }
  .pt-lg-96 {
    padding-top: 96px !important;
  }
  .pr-lg-96 {
    padding-right: 96px !important;
  }
  .pb-lg-96 {
    padding-bottom: 96px !important;
  }
  .pl-lg-96 {
    padding-left: 96px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pr-lg-100 {
    padding-right: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-100 {
    padding-left: 100px !important;
  }
  .pt-lg-104 {
    padding-top: 104px !important;
  }
  .pr-lg-104 {
    padding-right: 104px !important;
  }
  .pb-lg-104 {
    padding-bottom: 104px !important;
  }
  .pl-lg-104 {
    padding-left: 104px !important;
  }
  .pt-lg-108 {
    padding-top: 108px !important;
  }
  .pr-lg-108 {
    padding-right: 108px !important;
  }
  .pb-lg-108 {
    padding-bottom: 108px !important;
  }
  .pl-lg-108 {
    padding-left: 108px !important;
  }
  .pt-lg-112 {
    padding-top: 112px !important;
  }
  .pr-lg-112 {
    padding-right: 112px !important;
  }
  .pb-lg-112 {
    padding-bottom: 112px !important;
  }
  .pl-lg-112 {
    padding-left: 112px !important;
  }
  .pt-lg-116 {
    padding-top: 116px !important;
  }
  .pr-lg-116 {
    padding-right: 116px !important;
  }
  .pb-lg-116 {
    padding-bottom: 116px !important;
  }
  .pl-lg-116 {
    padding-left: 116px !important;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .pr-lg-120 {
    padding-right: 120px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .pl-lg-120 {
    padding-left: 120px !important;
  }
  .pt-lg-124 {
    padding-top: 124px !important;
  }
  .pr-lg-124 {
    padding-right: 124px !important;
  }
  .pb-lg-124 {
    padding-bottom: 124px !important;
  }
  .pl-lg-124 {
    padding-left: 124px !important;
  }
  .pt-lg-128 {
    padding-top: 128px !important;
  }
  .pr-lg-128 {
    padding-right: 128px !important;
  }
  .pb-lg-128 {
    padding-bottom: 128px !important;
  }
  .pl-lg-128 {
    padding-left: 128px !important;
  }
  .pt-lg-132 {
    padding-top: 132px !important;
  }
  .pr-lg-132 {
    padding-right: 132px !important;
  }
  .pb-lg-132 {
    padding-bottom: 132px !important;
  }
  .pl-lg-132 {
    padding-left: 132px !important;
  }
  .pt-lg-136 {
    padding-top: 136px !important;
  }
  .pr-lg-136 {
    padding-right: 136px !important;
  }
  .pb-lg-136 {
    padding-bottom: 136px !important;
  }
  .pl-lg-136 {
    padding-left: 136px !important;
  }
  .pt-lg-140 {
    padding-top: 140px !important;
  }
  .pr-lg-140 {
    padding-right: 140px !important;
  }
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
  .pl-lg-140 {
    padding-left: 140px !important;
  }
  .pt-lg-144 {
    padding-top: 144px !important;
  }
  .pr-lg-144 {
    padding-right: 144px !important;
  }
  .pb-lg-144 {
    padding-bottom: 144px !important;
  }
  .pl-lg-144 {
    padding-left: 144px !important;
  }
  .pt-lg-148 {
    padding-top: 148px !important;
  }
  .pr-lg-148 {
    padding-right: 148px !important;
  }
  .pb-lg-148 {
    padding-bottom: 148px !important;
  }
  .pl-lg-148 {
    padding-left: 148px !important;
  }
  .pt-lg-152 {
    padding-top: 152px !important;
  }
  .pr-lg-152 {
    padding-right: 152px !important;
  }
  .pb-lg-152 {
    padding-bottom: 152px !important;
  }
  .pl-lg-152 {
    padding-left: 152px !important;
  }
  .pt-lg-156 {
    padding-top: 156px !important;
  }
  .pr-lg-156 {
    padding-right: 156px !important;
  }
  .pb-lg-156 {
    padding-bottom: 156px !important;
  }
  .pl-lg-156 {
    padding-left: 156px !important;
  }
  .pt-lg-160 {
    padding-top: 160px !important;
  }
  .pr-lg-160 {
    padding-right: 160px !important;
  }
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
  .pl-lg-160 {
    padding-left: 160px !important;
  }
  .pt-lg-164 {
    padding-top: 164px !important;
  }
  .pr-lg-164 {
    padding-right: 164px !important;
  }
  .pb-lg-164 {
    padding-bottom: 164px !important;
  }
  .pl-lg-164 {
    padding-left: 164px !important;
  }
  .pt-lg-168 {
    padding-top: 168px !important;
  }
  .pr-lg-168 {
    padding-right: 168px !important;
  }
  .pb-lg-168 {
    padding-bottom: 168px !important;
  }
  .pl-lg-168 {
    padding-left: 168px !important;
  }
  .pt-lg-172 {
    padding-top: 172px !important;
  }
  .pr-lg-172 {
    padding-right: 172px !important;
  }
  .pb-lg-172 {
    padding-bottom: 172px !important;
  }
  .pl-lg-172 {
    padding-left: 172px !important;
  }
  .pt-lg-176 {
    padding-top: 176px !important;
  }
  .pr-lg-176 {
    padding-right: 176px !important;
  }
  .pb-lg-176 {
    padding-bottom: 176px !important;
  }
  .pl-lg-176 {
    padding-left: 176px !important;
  }
  .pt-lg-180 {
    padding-top: 180px !important;
  }
  .pr-lg-180 {
    padding-right: 180px !important;
  }
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
  .pl-lg-180 {
    padding-left: 180px !important;
  }
  .pt-lg-184 {
    padding-top: 184px !important;
  }
  .pr-lg-184 {
    padding-right: 184px !important;
  }
  .pb-lg-184 {
    padding-bottom: 184px !important;
  }
  .pl-lg-184 {
    padding-left: 184px !important;
  }
  .pt-lg-188 {
    padding-top: 188px !important;
  }
  .pr-lg-188 {
    padding-right: 188px !important;
  }
  .pb-lg-188 {
    padding-bottom: 188px !important;
  }
  .pl-lg-188 {
    padding-left: 188px !important;
  }
  .pt-lg-192 {
    padding-top: 192px !important;
  }
  .pr-lg-192 {
    padding-right: 192px !important;
  }
  .pb-lg-192 {
    padding-bottom: 192px !important;
  }
  .pl-lg-192 {
    padding-left: 192px !important;
  }
  .pt-lg-196 {
    padding-top: 196px !important;
  }
  .pr-lg-196 {
    padding-right: 196px !important;
  }
  .pb-lg-196 {
    padding-bottom: 196px !important;
  }
  .pl-lg-196 {
    padding-left: 196px !important;
  }
  .pt-lg-200 {
    padding-top: 200px !important;
  }
  .pr-lg-200 {
    padding-right: 200px !important;
  }
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
  .pl-lg-200 {
    padding-left: 200px !important;
  }
  .pt-lg-204 {
    padding-top: 204px !important;
  }
  .pr-lg-204 {
    padding-right: 204px !important;
  }
  .pb-lg-204 {
    padding-bottom: 204px !important;
  }
  .pl-lg-204 {
    padding-left: 204px !important;
  }
  .pt-lg-208 {
    padding-top: 208px !important;
  }
  .pr-lg-208 {
    padding-right: 208px !important;
  }
  .pb-lg-208 {
    padding-bottom: 208px !important;
  }
  .pl-lg-208 {
    padding-left: 208px !important;
  }
  .pt-lg-212 {
    padding-top: 212px !important;
  }
  .pr-lg-212 {
    padding-right: 212px !important;
  }
  .pb-lg-212 {
    padding-bottom: 212px !important;
  }
  .pl-lg-212 {
    padding-left: 212px !important;
  }
  .pt-lg-216 {
    padding-top: 216px !important;
  }
  .pr-lg-216 {
    padding-right: 216px !important;
  }
  .pb-lg-216 {
    padding-bottom: 216px !important;
  }
  .pl-lg-216 {
    padding-left: 216px !important;
  }
  .pt-lg-220 {
    padding-top: 220px !important;
  }
  .pr-lg-220 {
    padding-right: 220px !important;
  }
  .pb-lg-220 {
    padding-bottom: 220px !important;
  }
  .pl-lg-220 {
    padding-left: 220px !important;
  }
  .pt-lg-224 {
    padding-top: 224px !important;
  }
  .pr-lg-224 {
    padding-right: 224px !important;
  }
  .pb-lg-224 {
    padding-bottom: 224px !important;
  }
  .pl-lg-224 {
    padding-left: 224px !important;
  }
  .pt-lg-228 {
    padding-top: 228px !important;
  }
  .pr-lg-228 {
    padding-right: 228px !important;
  }
  .pb-lg-228 {
    padding-bottom: 228px !important;
  }
  .pl-lg-228 {
    padding-left: 228px !important;
  }
  .pt-lg-232 {
    padding-top: 232px !important;
  }
  .pr-lg-232 {
    padding-right: 232px !important;
  }
  .pb-lg-232 {
    padding-bottom: 232px !important;
  }
  .pl-lg-232 {
    padding-left: 232px !important;
  }
  .pt-lg-236 {
    padding-top: 236px !important;
  }
  .pr-lg-236 {
    padding-right: 236px !important;
  }
  .pb-lg-236 {
    padding-bottom: 236px !important;
  }
  .pl-lg-236 {
    padding-left: 236px !important;
  }
  .pt-lg-240 {
    padding-top: 240px !important;
  }
  .pr-lg-240 {
    padding-right: 240px !important;
  }
  .pb-lg-240 {
    padding-bottom: 240px !important;
  }
  .pl-lg-240 {
    padding-left: 240px !important;
  }
  .pt-lg-244 {
    padding-top: 244px !important;
  }
  .pr-lg-244 {
    padding-right: 244px !important;
  }
  .pb-lg-244 {
    padding-bottom: 244px !important;
  }
  .pl-lg-244 {
    padding-left: 244px !important;
  }
  .pt-lg-248 {
    padding-top: 248px !important;
  }
  .pr-lg-248 {
    padding-right: 248px !important;
  }
  .pb-lg-248 {
    padding-bottom: 248px !important;
  }
  .pl-lg-248 {
    padding-left: 248px !important;
  }
  .pt-lg-252 {
    padding-top: 252px !important;
  }
  .pr-lg-252 {
    padding-right: 252px !important;
  }
  .pb-lg-252 {
    padding-bottom: 252px !important;
  }
  .pl-lg-252 {
    padding-left: 252px !important;
  }
  .pt-lg-256 {
    padding-top: 256px !important;
  }
  .pr-lg-256 {
    padding-right: 256px !important;
  }
  .pb-lg-256 {
    padding-bottom: 256px !important;
  }
  .pl-lg-256 {
    padding-left: 256px !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-4 {
    margin: 4px !important;
  }
  .m-xl-8 {
    margin: 8px !important;
  }
  .m-xl-12 {
    margin: 12px !important;
  }
  .m-xl-16 {
    margin: 16px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .m-xl-24 {
    margin: 24px !important;
  }
  .m-xl-28 {
    margin: 28px !important;
  }
  .m-xl-32 {
    margin: 32px !important;
  }
  .m-xl-36 {
    margin: 36px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .m-xl-44 {
    margin: 44px !important;
  }
  .m-xl-48 {
    margin: 48px !important;
  }
  .m-xl-52 {
    margin: 52px !important;
  }
  .m-xl-56 {
    margin: 56px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .m-xl-64 {
    margin: 64px !important;
  }
  .m-xl-68 {
    margin: 68px !important;
  }
  .m-xl-72 {
    margin: 72px !important;
  }
  .m-xl-76 {
    margin: 76px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .m-xl-84 {
    margin: 84px !important;
  }
  .m-xl-88 {
    margin: 88px !important;
  }
  .m-xl-92 {
    margin: 92px !important;
  }
  .m-xl-96 {
    margin: 96px !important;
  }
  .m-xl-100 {
    margin: 100px !important;
  }
  .m-xl-104 {
    margin: 104px !important;
  }
  .m-xl-108 {
    margin: 108px !important;
  }
  .m-xl-112 {
    margin: 112px !important;
  }
  .m-xl-116 {
    margin: 116px !important;
  }
  .m-xl-120 {
    margin: 120px !important;
  }
  .m-xl-124 {
    margin: 124px !important;
  }
  .m-xl-128 {
    margin: 128px !important;
  }
  .m-xl-132 {
    margin: 132px !important;
  }
  .m-xl-136 {
    margin: 136px !important;
  }
  .m-xl-140 {
    margin: 140px !important;
  }
  .m-xl-144 {
    margin: 144px !important;
  }
  .m-xl-148 {
    margin: 148px !important;
  }
  .m-xl-152 {
    margin: 152px !important;
  }
  .m-xl-156 {
    margin: 156px !important;
  }
  .m-xl-160 {
    margin: 160px !important;
  }
  .m-xl-164 {
    margin: 164px !important;
  }
  .m-xl-168 {
    margin: 168px !important;
  }
  .m-xl-172 {
    margin: 172px !important;
  }
  .m-xl-176 {
    margin: 176px !important;
  }
  .m-xl-180 {
    margin: 180px !important;
  }
  .m-xl-184 {
    margin: 184px !important;
  }
  .m-xl-188 {
    margin: 188px !important;
  }
  .m-xl-192 {
    margin: 192px !important;
  }
  .m-xl-196 {
    margin: 196px !important;
  }
  .m-xl-200 {
    margin: 200px !important;
  }
  .m-xl-204 {
    margin: 204px !important;
  }
  .m-xl-208 {
    margin: 208px !important;
  }
  .m-xl-212 {
    margin: 212px !important;
  }
  .m-xl-216 {
    margin: 216px !important;
  }
  .m-xl-220 {
    margin: 220px !important;
  }
  .m-xl-224 {
    margin: 224px !important;
  }
  .m-xl-228 {
    margin: 228px !important;
  }
  .m-xl-232 {
    margin: 232px !important;
  }
  .m-xl-236 {
    margin: 236px !important;
  }
  .m-xl-240 {
    margin: 240px !important;
  }
  .m-xl-244 {
    margin: 244px !important;
  }
  .m-xl-248 {
    margin: 248px !important;
  }
  .m-xl-252 {
    margin: 252px !important;
  }
  .m-xl-256 {
    margin: 256px !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-xl-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-xl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mx-xl-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-xl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mx-xl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .my-xl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mx-xl-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-xl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mx-xl-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-xl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mx-xl-28 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }
  .my-xl-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mx-xl-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  .my-xl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mx-xl-36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }
  .my-xl-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mx-xl-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }
  .my-xl-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mx-xl-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-xl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mx-xl-52 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }
  .my-xl-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mx-xl-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }
  .my-xl-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mx-xl-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
  .my-xl-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mx-xl-68 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }
  .my-xl-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mx-xl-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }
  .my-xl-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mx-xl-76 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }
  .my-xl-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mx-xl-84 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }
  .my-xl-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mx-xl-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }
  .my-xl-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mx-xl-92 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }
  .my-xl-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mx-xl-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }
  .my-xl-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mx-xl-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }
  .my-xl-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .mx-xl-108 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }
  .my-xl-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .mx-xl-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }
  .my-xl-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mx-xl-116 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }
  .my-xl-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mx-xl-124 {
    margin-right: 124px !important;
    margin-left: 124px !important;
  }
  .my-xl-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }
  .mx-xl-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
  .my-xl-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mx-xl-132 {
    margin-right: 132px !important;
    margin-left: 132px !important;
  }
  .my-xl-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }
  .mx-xl-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }
  .my-xl-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .mx-xl-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mx-xl-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }
  .my-xl-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .mx-xl-148 {
    margin-right: 148px !important;
    margin-left: 148px !important;
  }
  .my-xl-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }
  .mx-xl-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }
  .my-xl-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .mx-xl-156 {
    margin-right: 156px !important;
    margin-left: 156px !important;
  }
  .my-xl-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }
  .mx-xl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mx-xl-164 {
    margin-right: 164px !important;
    margin-left: 164px !important;
  }
  .my-xl-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }
  .mx-xl-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }
  .my-xl-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .mx-xl-172 {
    margin-right: 172px !important;
    margin-left: 172px !important;
  }
  .my-xl-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }
  .mx-xl-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }
  .my-xl-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .mx-xl-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mx-xl-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }
  .my-xl-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .mx-xl-188 {
    margin-right: 188px !important;
    margin-left: 188px !important;
  }
  .my-xl-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }
  .mx-xl-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }
  .my-xl-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .mx-xl-196 {
    margin-right: 196px !important;
    margin-left: 196px !important;
  }
  .my-xl-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }
  .mx-xl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }
  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mx-xl-204 {
    margin-right: 204px !important;
    margin-left: 204px !important;
  }
  .my-xl-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }
  .mx-xl-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }
  .my-xl-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .mx-xl-212 {
    margin-right: 212px !important;
    margin-left: 212px !important;
  }
  .my-xl-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }
  .mx-xl-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }
  .my-xl-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .mx-xl-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .my-xl-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mx-xl-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }
  .my-xl-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .mx-xl-228 {
    margin-right: 228px !important;
    margin-left: 228px !important;
  }
  .my-xl-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }
  .mx-xl-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }
  .my-xl-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .mx-xl-236 {
    margin-right: 236px !important;
    margin-left: 236px !important;
  }
  .my-xl-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }
  .mx-xl-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }
  .my-xl-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mx-xl-244 {
    margin-right: 244px !important;
    margin-left: 244px !important;
  }
  .my-xl-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }
  .mx-xl-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }
  .my-xl-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .mx-xl-252 {
    margin-right: 252px !important;
    margin-left: 252px !important;
  }
  .my-xl-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }
  .mx-xl-256 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }
  .my-xl-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mt-xl-4 {
    margin-top: 4px !important;
  }
  .mr-xl-4 {
    margin-right: 4px !important;
  }
  .mb-xl-4 {
    margin-bottom: 4px !important;
  }
  .ml-xl-4 {
    margin-left: 4px !important;
  }
  .mt-xl-8 {
    margin-top: 8px !important;
  }
  .mr-xl-8 {
    margin-right: 8px !important;
  }
  .mb-xl-8 {
    margin-bottom: 8px !important;
  }
  .ml-xl-8 {
    margin-left: 8px !important;
  }
  .mt-xl-12 {
    margin-top: 12px !important;
  }
  .mr-xl-12 {
    margin-right: 12px !important;
  }
  .mb-xl-12 {
    margin-bottom: 12px !important;
  }
  .ml-xl-12 {
    margin-left: 12px !important;
  }
  .mt-xl-16 {
    margin-top: 16px !important;
  }
  .mr-xl-16 {
    margin-right: 16px !important;
  }
  .mb-xl-16 {
    margin-bottom: 16px !important;
  }
  .ml-xl-16 {
    margin-left: 16px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mt-xl-24 {
    margin-top: 24px !important;
  }
  .mr-xl-24 {
    margin-right: 24px !important;
  }
  .mb-xl-24 {
    margin-bottom: 24px !important;
  }
  .ml-xl-24 {
    margin-left: 24px !important;
  }
  .mt-xl-28 {
    margin-top: 28px !important;
  }
  .mr-xl-28 {
    margin-right: 28px !important;
  }
  .mb-xl-28 {
    margin-bottom: 28px !important;
  }
  .ml-xl-28 {
    margin-left: 28px !important;
  }
  .mt-xl-32 {
    margin-top: 32px !important;
  }
  .mr-xl-32 {
    margin-right: 32px !important;
  }
  .mb-xl-32 {
    margin-bottom: 32px !important;
  }
  .ml-xl-32 {
    margin-left: 32px !important;
  }
  .mt-xl-36 {
    margin-top: 36px !important;
  }
  .mr-xl-36 {
    margin-right: 36px !important;
  }
  .mb-xl-36 {
    margin-bottom: 36px !important;
  }
  .ml-xl-36 {
    margin-left: 36px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .mt-xl-44 {
    margin-top: 44px !important;
  }
  .mr-xl-44 {
    margin-right: 44px !important;
  }
  .mb-xl-44 {
    margin-bottom: 44px !important;
  }
  .ml-xl-44 {
    margin-left: 44px !important;
  }
  .mt-xl-48 {
    margin-top: 48px !important;
  }
  .mr-xl-48 {
    margin-right: 48px !important;
  }
  .mb-xl-48 {
    margin-bottom: 48px !important;
  }
  .ml-xl-48 {
    margin-left: 48px !important;
  }
  .mt-xl-52 {
    margin-top: 52px !important;
  }
  .mr-xl-52 {
    margin-right: 52px !important;
  }
  .mb-xl-52 {
    margin-bottom: 52px !important;
  }
  .ml-xl-52 {
    margin-left: 52px !important;
  }
  .mt-xl-56 {
    margin-top: 56px !important;
  }
  .mr-xl-56 {
    margin-right: 56px !important;
  }
  .mb-xl-56 {
    margin-bottom: 56px !important;
  }
  .ml-xl-56 {
    margin-left: 56px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mr-xl-60 {
    margin-right: 60px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60 {
    margin-left: 60px !important;
  }
  .mt-xl-64 {
    margin-top: 64px !important;
  }
  .mr-xl-64 {
    margin-right: 64px !important;
  }
  .mb-xl-64 {
    margin-bottom: 64px !important;
  }
  .ml-xl-64 {
    margin-left: 64px !important;
  }
  .mt-xl-68 {
    margin-top: 68px !important;
  }
  .mr-xl-68 {
    margin-right: 68px !important;
  }
  .mb-xl-68 {
    margin-bottom: 68px !important;
  }
  .ml-xl-68 {
    margin-left: 68px !important;
  }
  .mt-xl-72 {
    margin-top: 72px !important;
  }
  .mr-xl-72 {
    margin-right: 72px !important;
  }
  .mb-xl-72 {
    margin-bottom: 72px !important;
  }
  .ml-xl-72 {
    margin-left: 72px !important;
  }
  .mt-xl-76 {
    margin-top: 76px !important;
  }
  .mr-xl-76 {
    margin-right: 76px !important;
  }
  .mb-xl-76 {
    margin-bottom: 76px !important;
  }
  .ml-xl-76 {
    margin-left: 76px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .mt-xl-84 {
    margin-top: 84px !important;
  }
  .mr-xl-84 {
    margin-right: 84px !important;
  }
  .mb-xl-84 {
    margin-bottom: 84px !important;
  }
  .ml-xl-84 {
    margin-left: 84px !important;
  }
  .mt-xl-88 {
    margin-top: 88px !important;
  }
  .mr-xl-88 {
    margin-right: 88px !important;
  }
  .mb-xl-88 {
    margin-bottom: 88px !important;
  }
  .ml-xl-88 {
    margin-left: 88px !important;
  }
  .mt-xl-92 {
    margin-top: 92px !important;
  }
  .mr-xl-92 {
    margin-right: 92px !important;
  }
  .mb-xl-92 {
    margin-bottom: 92px !important;
  }
  .ml-xl-92 {
    margin-left: 92px !important;
  }
  .mt-xl-96 {
    margin-top: 96px !important;
  }
  .mr-xl-96 {
    margin-right: 96px !important;
  }
  .mb-xl-96 {
    margin-bottom: 96px !important;
  }
  .ml-xl-96 {
    margin-left: 96px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mr-xl-100 {
    margin-right: 100px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xl-100 {
    margin-left: 100px !important;
  }
  .mt-xl-104 {
    margin-top: 104px !important;
  }
  .mr-xl-104 {
    margin-right: 104px !important;
  }
  .mb-xl-104 {
    margin-bottom: 104px !important;
  }
  .ml-xl-104 {
    margin-left: 104px !important;
  }
  .mt-xl-108 {
    margin-top: 108px !important;
  }
  .mr-xl-108 {
    margin-right: 108px !important;
  }
  .mb-xl-108 {
    margin-bottom: 108px !important;
  }
  .ml-xl-108 {
    margin-left: 108px !important;
  }
  .mt-xl-112 {
    margin-top: 112px !important;
  }
  .mr-xl-112 {
    margin-right: 112px !important;
  }
  .mb-xl-112 {
    margin-bottom: 112px !important;
  }
  .ml-xl-112 {
    margin-left: 112px !important;
  }
  .mt-xl-116 {
    margin-top: 116px !important;
  }
  .mr-xl-116 {
    margin-right: 116px !important;
  }
  .mb-xl-116 {
    margin-bottom: 116px !important;
  }
  .ml-xl-116 {
    margin-left: 116px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mr-xl-120 {
    margin-right: 120px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .ml-xl-120 {
    margin-left: 120px !important;
  }
  .mt-xl-124 {
    margin-top: 124px !important;
  }
  .mr-xl-124 {
    margin-right: 124px !important;
  }
  .mb-xl-124 {
    margin-bottom: 124px !important;
  }
  .ml-xl-124 {
    margin-left: 124px !important;
  }
  .mt-xl-128 {
    margin-top: 128px !important;
  }
  .mr-xl-128 {
    margin-right: 128px !important;
  }
  .mb-xl-128 {
    margin-bottom: 128px !important;
  }
  .ml-xl-128 {
    margin-left: 128px !important;
  }
  .mt-xl-132 {
    margin-top: 132px !important;
  }
  .mr-xl-132 {
    margin-right: 132px !important;
  }
  .mb-xl-132 {
    margin-bottom: 132px !important;
  }
  .ml-xl-132 {
    margin-left: 132px !important;
  }
  .mt-xl-136 {
    margin-top: 136px !important;
  }
  .mr-xl-136 {
    margin-right: 136px !important;
  }
  .mb-xl-136 {
    margin-bottom: 136px !important;
  }
  .ml-xl-136 {
    margin-left: 136px !important;
  }
  .mt-xl-140 {
    margin-top: 140px !important;
  }
  .mr-xl-140 {
    margin-right: 140px !important;
  }
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
  .ml-xl-140 {
    margin-left: 140px !important;
  }
  .mt-xl-144 {
    margin-top: 144px !important;
  }
  .mr-xl-144 {
    margin-right: 144px !important;
  }
  .mb-xl-144 {
    margin-bottom: 144px !important;
  }
  .ml-xl-144 {
    margin-left: 144px !important;
  }
  .mt-xl-148 {
    margin-top: 148px !important;
  }
  .mr-xl-148 {
    margin-right: 148px !important;
  }
  .mb-xl-148 {
    margin-bottom: 148px !important;
  }
  .ml-xl-148 {
    margin-left: 148px !important;
  }
  .mt-xl-152 {
    margin-top: 152px !important;
  }
  .mr-xl-152 {
    margin-right: 152px !important;
  }
  .mb-xl-152 {
    margin-bottom: 152px !important;
  }
  .ml-xl-152 {
    margin-left: 152px !important;
  }
  .mt-xl-156 {
    margin-top: 156px !important;
  }
  .mr-xl-156 {
    margin-right: 156px !important;
  }
  .mb-xl-156 {
    margin-bottom: 156px !important;
  }
  .ml-xl-156 {
    margin-left: 156px !important;
  }
  .mt-xl-160 {
    margin-top: 160px !important;
  }
  .mr-xl-160 {
    margin-right: 160px !important;
  }
  .mb-xl-160 {
    margin-bottom: 160px !important;
  }
  .ml-xl-160 {
    margin-left: 160px !important;
  }
  .mt-xl-164 {
    margin-top: 164px !important;
  }
  .mr-xl-164 {
    margin-right: 164px !important;
  }
  .mb-xl-164 {
    margin-bottom: 164px !important;
  }
  .ml-xl-164 {
    margin-left: 164px !important;
  }
  .mt-xl-168 {
    margin-top: 168px !important;
  }
  .mr-xl-168 {
    margin-right: 168px !important;
  }
  .mb-xl-168 {
    margin-bottom: 168px !important;
  }
  .ml-xl-168 {
    margin-left: 168px !important;
  }
  .mt-xl-172 {
    margin-top: 172px !important;
  }
  .mr-xl-172 {
    margin-right: 172px !important;
  }
  .mb-xl-172 {
    margin-bottom: 172px !important;
  }
  .ml-xl-172 {
    margin-left: 172px !important;
  }
  .mt-xl-176 {
    margin-top: 176px !important;
  }
  .mr-xl-176 {
    margin-right: 176px !important;
  }
  .mb-xl-176 {
    margin-bottom: 176px !important;
  }
  .ml-xl-176 {
    margin-left: 176px !important;
  }
  .mt-xl-180 {
    margin-top: 180px !important;
  }
  .mr-xl-180 {
    margin-right: 180px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .ml-xl-180 {
    margin-left: 180px !important;
  }
  .mt-xl-184 {
    margin-top: 184px !important;
  }
  .mr-xl-184 {
    margin-right: 184px !important;
  }
  .mb-xl-184 {
    margin-bottom: 184px !important;
  }
  .ml-xl-184 {
    margin-left: 184px !important;
  }
  .mt-xl-188 {
    margin-top: 188px !important;
  }
  .mr-xl-188 {
    margin-right: 188px !important;
  }
  .mb-xl-188 {
    margin-bottom: 188px !important;
  }
  .ml-xl-188 {
    margin-left: 188px !important;
  }
  .mt-xl-192 {
    margin-top: 192px !important;
  }
  .mr-xl-192 {
    margin-right: 192px !important;
  }
  .mb-xl-192 {
    margin-bottom: 192px !important;
  }
  .ml-xl-192 {
    margin-left: 192px !important;
  }
  .mt-xl-196 {
    margin-top: 196px !important;
  }
  .mr-xl-196 {
    margin-right: 196px !important;
  }
  .mb-xl-196 {
    margin-bottom: 196px !important;
  }
  .ml-xl-196 {
    margin-left: 196px !important;
  }
  .mt-xl-200 {
    margin-top: 200px !important;
  }
  .mr-xl-200 {
    margin-right: 200px !important;
  }
  .mb-xl-200 {
    margin-bottom: 200px !important;
  }
  .ml-xl-200 {
    margin-left: 200px !important;
  }
  .mt-xl-204 {
    margin-top: 204px !important;
  }
  .mr-xl-204 {
    margin-right: 204px !important;
  }
  .mb-xl-204 {
    margin-bottom: 204px !important;
  }
  .ml-xl-204 {
    margin-left: 204px !important;
  }
  .mt-xl-208 {
    margin-top: 208px !important;
  }
  .mr-xl-208 {
    margin-right: 208px !important;
  }
  .mb-xl-208 {
    margin-bottom: 208px !important;
  }
  .ml-xl-208 {
    margin-left: 208px !important;
  }
  .mt-xl-212 {
    margin-top: 212px !important;
  }
  .mr-xl-212 {
    margin-right: 212px !important;
  }
  .mb-xl-212 {
    margin-bottom: 212px !important;
  }
  .ml-xl-212 {
    margin-left: 212px !important;
  }
  .mt-xl-216 {
    margin-top: 216px !important;
  }
  .mr-xl-216 {
    margin-right: 216px !important;
  }
  .mb-xl-216 {
    margin-bottom: 216px !important;
  }
  .ml-xl-216 {
    margin-left: 216px !important;
  }
  .mt-xl-220 {
    margin-top: 220px !important;
  }
  .mr-xl-220 {
    margin-right: 220px !important;
  }
  .mb-xl-220 {
    margin-bottom: 220px !important;
  }
  .ml-xl-220 {
    margin-left: 220px !important;
  }
  .mt-xl-224 {
    margin-top: 224px !important;
  }
  .mr-xl-224 {
    margin-right: 224px !important;
  }
  .mb-xl-224 {
    margin-bottom: 224px !important;
  }
  .ml-xl-224 {
    margin-left: 224px !important;
  }
  .mt-xl-228 {
    margin-top: 228px !important;
  }
  .mr-xl-228 {
    margin-right: 228px !important;
  }
  .mb-xl-228 {
    margin-bottom: 228px !important;
  }
  .ml-xl-228 {
    margin-left: 228px !important;
  }
  .mt-xl-232 {
    margin-top: 232px !important;
  }
  .mr-xl-232 {
    margin-right: 232px !important;
  }
  .mb-xl-232 {
    margin-bottom: 232px !important;
  }
  .ml-xl-232 {
    margin-left: 232px !important;
  }
  .mt-xl-236 {
    margin-top: 236px !important;
  }
  .mr-xl-236 {
    margin-right: 236px !important;
  }
  .mb-xl-236 {
    margin-bottom: 236px !important;
  }
  .ml-xl-236 {
    margin-left: 236px !important;
  }
  .mt-xl-240 {
    margin-top: 240px !important;
  }
  .mr-xl-240 {
    margin-right: 240px !important;
  }
  .mb-xl-240 {
    margin-bottom: 240px !important;
  }
  .ml-xl-240 {
    margin-left: 240px !important;
  }
  .mt-xl-244 {
    margin-top: 244px !important;
  }
  .mr-xl-244 {
    margin-right: 244px !important;
  }
  .mb-xl-244 {
    margin-bottom: 244px !important;
  }
  .ml-xl-244 {
    margin-left: 244px !important;
  }
  .mt-xl-248 {
    margin-top: 248px !important;
  }
  .mr-xl-248 {
    margin-right: 248px !important;
  }
  .mb-xl-248 {
    margin-bottom: 248px !important;
  }
  .ml-xl-248 {
    margin-left: 248px !important;
  }
  .mt-xl-252 {
    margin-top: 252px !important;
  }
  .mr-xl-252 {
    margin-right: 252px !important;
  }
  .mb-xl-252 {
    margin-bottom: 252px !important;
  }
  .ml-xl-252 {
    margin-left: 252px !important;
  }
  .mt-xl-256 {
    margin-top: 256px !important;
  }
  .mr-xl-256 {
    margin-right: 256px !important;
  }
  .mb-xl-256 {
    margin-bottom: 256px !important;
  }
  .ml-xl-256 {
    margin-left: 256px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-4 {
    padding: 4px !important;
  }
  .p-xl-8 {
    padding: 8px !important;
  }
  .p-xl-12 {
    padding: 12px !important;
  }
  .p-xl-16 {
    padding: 16px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .p-xl-24 {
    padding: 24px !important;
  }
  .p-xl-28 {
    padding: 28px !important;
  }
  .p-xl-32 {
    padding: 32px !important;
  }
  .p-xl-36 {
    padding: 36px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .p-xl-44 {
    padding: 44px !important;
  }
  .p-xl-48 {
    padding: 48px !important;
  }
  .p-xl-52 {
    padding: 52px !important;
  }
  .p-xl-56 {
    padding: 56px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .p-xl-64 {
    padding: 64px !important;
  }
  .p-xl-68 {
    padding: 68px !important;
  }
  .p-xl-72 {
    padding: 72px !important;
  }
  .p-xl-76 {
    padding: 76px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .p-xl-84 {
    padding: 84px !important;
  }
  .p-xl-88 {
    padding: 88px !important;
  }
  .p-xl-92 {
    padding: 92px !important;
  }
  .p-xl-96 {
    padding: 96px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
  .p-xl-104 {
    padding: 104px !important;
  }
  .p-xl-108 {
    padding: 108px !important;
  }
  .p-xl-112 {
    padding: 112px !important;
  }
  .p-xl-116 {
    padding: 116px !important;
  }
  .p-xl-120 {
    padding: 120px !important;
  }
  .p-xl-124 {
    padding: 124px !important;
  }
  .p-xl-128 {
    padding: 128px !important;
  }
  .p-xl-132 {
    padding: 132px !important;
  }
  .p-xl-136 {
    padding: 136px !important;
  }
  .p-xl-140 {
    padding: 140px !important;
  }
  .p-xl-144 {
    padding: 144px !important;
  }
  .p-xl-148 {
    padding: 148px !important;
  }
  .p-xl-152 {
    padding: 152px !important;
  }
  .p-xl-156 {
    padding: 156px !important;
  }
  .p-xl-160 {
    padding: 160px !important;
  }
  .p-xl-164 {
    padding: 164px !important;
  }
  .p-xl-168 {
    padding: 168px !important;
  }
  .p-xl-172 {
    padding: 172px !important;
  }
  .p-xl-176 {
    padding: 176px !important;
  }
  .p-xl-180 {
    padding: 180px !important;
  }
  .p-xl-184 {
    padding: 184px !important;
  }
  .p-xl-188 {
    padding: 188px !important;
  }
  .p-xl-192 {
    padding: 192px !important;
  }
  .p-xl-196 {
    padding: 196px !important;
  }
  .p-xl-200 {
    padding: 200px !important;
  }
  .p-xl-204 {
    padding: 204px !important;
  }
  .p-xl-208 {
    padding: 208px !important;
  }
  .p-xl-212 {
    padding: 212px !important;
  }
  .p-xl-216 {
    padding: 216px !important;
  }
  .p-xl-220 {
    padding: 220px !important;
  }
  .p-xl-224 {
    padding: 224px !important;
  }
  .p-xl-228 {
    padding: 228px !important;
  }
  .p-xl-232 {
    padding: 232px !important;
  }
  .p-xl-236 {
    padding: 236px !important;
  }
  .p-xl-240 {
    padding: 240px !important;
  }
  .p-xl-244 {
    padding: 244px !important;
  }
  .p-xl-248 {
    padding: 248px !important;
  }
  .p-xl-252 {
    padding: 252px !important;
  }
  .p-xl-256 {
    padding: 256px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-xl-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-xl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .px-xl-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-xl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-xl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .py-xl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-xl-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-xl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .px-xl-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-xl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .px-xl-28 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }
  .py-xl-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .px-xl-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  .py-xl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .px-xl-36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }
  .py-xl-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .px-xl-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }
  .py-xl-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .px-xl-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-xl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .px-xl-52 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }
  .py-xl-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .px-xl-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }
  .py-xl-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .px-xl-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
  .py-xl-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .px-xl-68 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }
  .py-xl-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .px-xl-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }
  .py-xl-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .px-xl-76 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }
  .py-xl-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-xl-84 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }
  .py-xl-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .px-xl-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }
  .py-xl-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .px-xl-92 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }
  .py-xl-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .px-xl-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }
  .py-xl-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .px-xl-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }
  .py-xl-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .px-xl-108 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }
  .py-xl-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .px-xl-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }
  .py-xl-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .px-xl-116 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }
  .py-xl-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .px-xl-124 {
    padding-right: 124px !important;
    padding-left: 124px !important;
  }
  .py-xl-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
  .px-xl-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
  .py-xl-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .px-xl-132 {
    padding-right: 132px !important;
    padding-left: 132px !important;
  }
  .py-xl-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }
  .px-xl-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }
  .py-xl-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .px-xl-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .py-xl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .px-xl-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }
  .py-xl-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .px-xl-148 {
    padding-right: 148px !important;
    padding-left: 148px !important;
  }
  .py-xl-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }
  .px-xl-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }
  .py-xl-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .px-xl-156 {
    padding-right: 156px !important;
    padding-left: 156px !important;
  }
  .py-xl-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }
  .px-xl-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .px-xl-164 {
    padding-right: 164px !important;
    padding-left: 164px !important;
  }
  .py-xl-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }
  .px-xl-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }
  .py-xl-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .px-xl-172 {
    padding-right: 172px !important;
    padding-left: 172px !important;
  }
  .py-xl-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }
  .px-xl-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }
  .py-xl-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .px-xl-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-xl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .px-xl-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }
  .py-xl-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .px-xl-188 {
    padding-right: 188px !important;
    padding-left: 188px !important;
  }
  .py-xl-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }
  .px-xl-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }
  .py-xl-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .px-xl-196 {
    padding-right: 196px !important;
    padding-left: 196px !important;
  }
  .py-xl-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }
  .px-xl-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }
  .py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .px-xl-204 {
    padding-right: 204px !important;
    padding-left: 204px !important;
  }
  .py-xl-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }
  .px-xl-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }
  .py-xl-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .px-xl-212 {
    padding-right: 212px !important;
    padding-left: 212px !important;
  }
  .py-xl-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }
  .px-xl-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }
  .py-xl-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .px-xl-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .py-xl-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .px-xl-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }
  .py-xl-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .px-xl-228 {
    padding-right: 228px !important;
    padding-left: 228px !important;
  }
  .py-xl-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }
  .px-xl-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }
  .py-xl-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .px-xl-236 {
    padding-right: 236px !important;
    padding-left: 236px !important;
  }
  .py-xl-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }
  .px-xl-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }
  .py-xl-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .px-xl-244 {
    padding-right: 244px !important;
    padding-left: 244px !important;
  }
  .py-xl-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }
  .px-xl-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }
  .py-xl-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .px-xl-252 {
    padding-right: 252px !important;
    padding-left: 252px !important;
  }
  .py-xl-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }
  .px-xl-256 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }
  .py-xl-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pt-xl-4 {
    padding-top: 4px !important;
  }
  .pr-xl-4 {
    padding-right: 4px !important;
  }
  .pb-xl-4 {
    padding-bottom: 4px !important;
  }
  .pl-xl-4 {
    padding-left: 4px !important;
  }
  .pt-xl-8 {
    padding-top: 8px !important;
  }
  .pr-xl-8 {
    padding-right: 8px !important;
  }
  .pb-xl-8 {
    padding-bottom: 8px !important;
  }
  .pl-xl-8 {
    padding-left: 8px !important;
  }
  .pt-xl-12 {
    padding-top: 12px !important;
  }
  .pr-xl-12 {
    padding-right: 12px !important;
  }
  .pb-xl-12 {
    padding-bottom: 12px !important;
  }
  .pl-xl-12 {
    padding-left: 12px !important;
  }
  .pt-xl-16 {
    padding-top: 16px !important;
  }
  .pr-xl-16 {
    padding-right: 16px !important;
  }
  .pb-xl-16 {
    padding-bottom: 16px !important;
  }
  .pl-xl-16 {
    padding-left: 16px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pr-xl-20 {
    padding-right: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
  .pt-xl-24 {
    padding-top: 24px !important;
  }
  .pr-xl-24 {
    padding-right: 24px !important;
  }
  .pb-xl-24 {
    padding-bottom: 24px !important;
  }
  .pl-xl-24 {
    padding-left: 24px !important;
  }
  .pt-xl-28 {
    padding-top: 28px !important;
  }
  .pr-xl-28 {
    padding-right: 28px !important;
  }
  .pb-xl-28 {
    padding-bottom: 28px !important;
  }
  .pl-xl-28 {
    padding-left: 28px !important;
  }
  .pt-xl-32 {
    padding-top: 32px !important;
  }
  .pr-xl-32 {
    padding-right: 32px !important;
  }
  .pb-xl-32 {
    padding-bottom: 32px !important;
  }
  .pl-xl-32 {
    padding-left: 32px !important;
  }
  .pt-xl-36 {
    padding-top: 36px !important;
  }
  .pr-xl-36 {
    padding-right: 36px !important;
  }
  .pb-xl-36 {
    padding-bottom: 36px !important;
  }
  .pl-xl-36 {
    padding-left: 36px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pr-xl-40 {
    padding-right: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40 {
    padding-left: 40px !important;
  }
  .pt-xl-44 {
    padding-top: 44px !important;
  }
  .pr-xl-44 {
    padding-right: 44px !important;
  }
  .pb-xl-44 {
    padding-bottom: 44px !important;
  }
  .pl-xl-44 {
    padding-left: 44px !important;
  }
  .pt-xl-48 {
    padding-top: 48px !important;
  }
  .pr-xl-48 {
    padding-right: 48px !important;
  }
  .pb-xl-48 {
    padding-bottom: 48px !important;
  }
  .pl-xl-48 {
    padding-left: 48px !important;
  }
  .pt-xl-52 {
    padding-top: 52px !important;
  }
  .pr-xl-52 {
    padding-right: 52px !important;
  }
  .pb-xl-52 {
    padding-bottom: 52px !important;
  }
  .pl-xl-52 {
    padding-left: 52px !important;
  }
  .pt-xl-56 {
    padding-top: 56px !important;
  }
  .pr-xl-56 {
    padding-right: 56px !important;
  }
  .pb-xl-56 {
    padding-bottom: 56px !important;
  }
  .pl-xl-56 {
    padding-left: 56px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  .pr-xl-60 {
    padding-right: 60px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xl-60 {
    padding-left: 60px !important;
  }
  .pt-xl-64 {
    padding-top: 64px !important;
  }
  .pr-xl-64 {
    padding-right: 64px !important;
  }
  .pb-xl-64 {
    padding-bottom: 64px !important;
  }
  .pl-xl-64 {
    padding-left: 64px !important;
  }
  .pt-xl-68 {
    padding-top: 68px !important;
  }
  .pr-xl-68 {
    padding-right: 68px !important;
  }
  .pb-xl-68 {
    padding-bottom: 68px !important;
  }
  .pl-xl-68 {
    padding-left: 68px !important;
  }
  .pt-xl-72 {
    padding-top: 72px !important;
  }
  .pr-xl-72 {
    padding-right: 72px !important;
  }
  .pb-xl-72 {
    padding-bottom: 72px !important;
  }
  .pl-xl-72 {
    padding-left: 72px !important;
  }
  .pt-xl-76 {
    padding-top: 76px !important;
  }
  .pr-xl-76 {
    padding-right: 76px !important;
  }
  .pb-xl-76 {
    padding-bottom: 76px !important;
  }
  .pl-xl-76 {
    padding-left: 76px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pr-xl-80 {
    padding-right: 80px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xl-80 {
    padding-left: 80px !important;
  }
  .pt-xl-84 {
    padding-top: 84px !important;
  }
  .pr-xl-84 {
    padding-right: 84px !important;
  }
  .pb-xl-84 {
    padding-bottom: 84px !important;
  }
  .pl-xl-84 {
    padding-left: 84px !important;
  }
  .pt-xl-88 {
    padding-top: 88px !important;
  }
  .pr-xl-88 {
    padding-right: 88px !important;
  }
  .pb-xl-88 {
    padding-bottom: 88px !important;
  }
  .pl-xl-88 {
    padding-left: 88px !important;
  }
  .pt-xl-92 {
    padding-top: 92px !important;
  }
  .pr-xl-92 {
    padding-right: 92px !important;
  }
  .pb-xl-92 {
    padding-bottom: 92px !important;
  }
  .pl-xl-92 {
    padding-left: 92px !important;
  }
  .pt-xl-96 {
    padding-top: 96px !important;
  }
  .pr-xl-96 {
    padding-right: 96px !important;
  }
  .pb-xl-96 {
    padding-bottom: 96px !important;
  }
  .pl-xl-96 {
    padding-left: 96px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  .pr-xl-100 {
    padding-right: 100px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xl-100 {
    padding-left: 100px !important;
  }
  .pt-xl-104 {
    padding-top: 104px !important;
  }
  .pr-xl-104 {
    padding-right: 104px !important;
  }
  .pb-xl-104 {
    padding-bottom: 104px !important;
  }
  .pl-xl-104 {
    padding-left: 104px !important;
  }
  .pt-xl-108 {
    padding-top: 108px !important;
  }
  .pr-xl-108 {
    padding-right: 108px !important;
  }
  .pb-xl-108 {
    padding-bottom: 108px !important;
  }
  .pl-xl-108 {
    padding-left: 108px !important;
  }
  .pt-xl-112 {
    padding-top: 112px !important;
  }
  .pr-xl-112 {
    padding-right: 112px !important;
  }
  .pb-xl-112 {
    padding-bottom: 112px !important;
  }
  .pl-xl-112 {
    padding-left: 112px !important;
  }
  .pt-xl-116 {
    padding-top: 116px !important;
  }
  .pr-xl-116 {
    padding-right: 116px !important;
  }
  .pb-xl-116 {
    padding-bottom: 116px !important;
  }
  .pl-xl-116 {
    padding-left: 116px !important;
  }
  .pt-xl-120 {
    padding-top: 120px !important;
  }
  .pr-xl-120 {
    padding-right: 120px !important;
  }
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
  .pl-xl-120 {
    padding-left: 120px !important;
  }
  .pt-xl-124 {
    padding-top: 124px !important;
  }
  .pr-xl-124 {
    padding-right: 124px !important;
  }
  .pb-xl-124 {
    padding-bottom: 124px !important;
  }
  .pl-xl-124 {
    padding-left: 124px !important;
  }
  .pt-xl-128 {
    padding-top: 128px !important;
  }
  .pr-xl-128 {
    padding-right: 128px !important;
  }
  .pb-xl-128 {
    padding-bottom: 128px !important;
  }
  .pl-xl-128 {
    padding-left: 128px !important;
  }
  .pt-xl-132 {
    padding-top: 132px !important;
  }
  .pr-xl-132 {
    padding-right: 132px !important;
  }
  .pb-xl-132 {
    padding-bottom: 132px !important;
  }
  .pl-xl-132 {
    padding-left: 132px !important;
  }
  .pt-xl-136 {
    padding-top: 136px !important;
  }
  .pr-xl-136 {
    padding-right: 136px !important;
  }
  .pb-xl-136 {
    padding-bottom: 136px !important;
  }
  .pl-xl-136 {
    padding-left: 136px !important;
  }
  .pt-xl-140 {
    padding-top: 140px !important;
  }
  .pr-xl-140 {
    padding-right: 140px !important;
  }
  .pb-xl-140 {
    padding-bottom: 140px !important;
  }
  .pl-xl-140 {
    padding-left: 140px !important;
  }
  .pt-xl-144 {
    padding-top: 144px !important;
  }
  .pr-xl-144 {
    padding-right: 144px !important;
  }
  .pb-xl-144 {
    padding-bottom: 144px !important;
  }
  .pl-xl-144 {
    padding-left: 144px !important;
  }
  .pt-xl-148 {
    padding-top: 148px !important;
  }
  .pr-xl-148 {
    padding-right: 148px !important;
  }
  .pb-xl-148 {
    padding-bottom: 148px !important;
  }
  .pl-xl-148 {
    padding-left: 148px !important;
  }
  .pt-xl-152 {
    padding-top: 152px !important;
  }
  .pr-xl-152 {
    padding-right: 152px !important;
  }
  .pb-xl-152 {
    padding-bottom: 152px !important;
  }
  .pl-xl-152 {
    padding-left: 152px !important;
  }
  .pt-xl-156 {
    padding-top: 156px !important;
  }
  .pr-xl-156 {
    padding-right: 156px !important;
  }
  .pb-xl-156 {
    padding-bottom: 156px !important;
  }
  .pl-xl-156 {
    padding-left: 156px !important;
  }
  .pt-xl-160 {
    padding-top: 160px !important;
  }
  .pr-xl-160 {
    padding-right: 160px !important;
  }
  .pb-xl-160 {
    padding-bottom: 160px !important;
  }
  .pl-xl-160 {
    padding-left: 160px !important;
  }
  .pt-xl-164 {
    padding-top: 164px !important;
  }
  .pr-xl-164 {
    padding-right: 164px !important;
  }
  .pb-xl-164 {
    padding-bottom: 164px !important;
  }
  .pl-xl-164 {
    padding-left: 164px !important;
  }
  .pt-xl-168 {
    padding-top: 168px !important;
  }
  .pr-xl-168 {
    padding-right: 168px !important;
  }
  .pb-xl-168 {
    padding-bottom: 168px !important;
  }
  .pl-xl-168 {
    padding-left: 168px !important;
  }
  .pt-xl-172 {
    padding-top: 172px !important;
  }
  .pr-xl-172 {
    padding-right: 172px !important;
  }
  .pb-xl-172 {
    padding-bottom: 172px !important;
  }
  .pl-xl-172 {
    padding-left: 172px !important;
  }
  .pt-xl-176 {
    padding-top: 176px !important;
  }
  .pr-xl-176 {
    padding-right: 176px !important;
  }
  .pb-xl-176 {
    padding-bottom: 176px !important;
  }
  .pl-xl-176 {
    padding-left: 176px !important;
  }
  .pt-xl-180 {
    padding-top: 180px !important;
  }
  .pr-xl-180 {
    padding-right: 180px !important;
  }
  .pb-xl-180 {
    padding-bottom: 180px !important;
  }
  .pl-xl-180 {
    padding-left: 180px !important;
  }
  .pt-xl-184 {
    padding-top: 184px !important;
  }
  .pr-xl-184 {
    padding-right: 184px !important;
  }
  .pb-xl-184 {
    padding-bottom: 184px !important;
  }
  .pl-xl-184 {
    padding-left: 184px !important;
  }
  .pt-xl-188 {
    padding-top: 188px !important;
  }
  .pr-xl-188 {
    padding-right: 188px !important;
  }
  .pb-xl-188 {
    padding-bottom: 188px !important;
  }
  .pl-xl-188 {
    padding-left: 188px !important;
  }
  .pt-xl-192 {
    padding-top: 192px !important;
  }
  .pr-xl-192 {
    padding-right: 192px !important;
  }
  .pb-xl-192 {
    padding-bottom: 192px !important;
  }
  .pl-xl-192 {
    padding-left: 192px !important;
  }
  .pt-xl-196 {
    padding-top: 196px !important;
  }
  .pr-xl-196 {
    padding-right: 196px !important;
  }
  .pb-xl-196 {
    padding-bottom: 196px !important;
  }
  .pl-xl-196 {
    padding-left: 196px !important;
  }
  .pt-xl-200 {
    padding-top: 200px !important;
  }
  .pr-xl-200 {
    padding-right: 200px !important;
  }
  .pb-xl-200 {
    padding-bottom: 200px !important;
  }
  .pl-xl-200 {
    padding-left: 200px !important;
  }
  .pt-xl-204 {
    padding-top: 204px !important;
  }
  .pr-xl-204 {
    padding-right: 204px !important;
  }
  .pb-xl-204 {
    padding-bottom: 204px !important;
  }
  .pl-xl-204 {
    padding-left: 204px !important;
  }
  .pt-xl-208 {
    padding-top: 208px !important;
  }
  .pr-xl-208 {
    padding-right: 208px !important;
  }
  .pb-xl-208 {
    padding-bottom: 208px !important;
  }
  .pl-xl-208 {
    padding-left: 208px !important;
  }
  .pt-xl-212 {
    padding-top: 212px !important;
  }
  .pr-xl-212 {
    padding-right: 212px !important;
  }
  .pb-xl-212 {
    padding-bottom: 212px !important;
  }
  .pl-xl-212 {
    padding-left: 212px !important;
  }
  .pt-xl-216 {
    padding-top: 216px !important;
  }
  .pr-xl-216 {
    padding-right: 216px !important;
  }
  .pb-xl-216 {
    padding-bottom: 216px !important;
  }
  .pl-xl-216 {
    padding-left: 216px !important;
  }
  .pt-xl-220 {
    padding-top: 220px !important;
  }
  .pr-xl-220 {
    padding-right: 220px !important;
  }
  .pb-xl-220 {
    padding-bottom: 220px !important;
  }
  .pl-xl-220 {
    padding-left: 220px !important;
  }
  .pt-xl-224 {
    padding-top: 224px !important;
  }
  .pr-xl-224 {
    padding-right: 224px !important;
  }
  .pb-xl-224 {
    padding-bottom: 224px !important;
  }
  .pl-xl-224 {
    padding-left: 224px !important;
  }
  .pt-xl-228 {
    padding-top: 228px !important;
  }
  .pr-xl-228 {
    padding-right: 228px !important;
  }
  .pb-xl-228 {
    padding-bottom: 228px !important;
  }
  .pl-xl-228 {
    padding-left: 228px !important;
  }
  .pt-xl-232 {
    padding-top: 232px !important;
  }
  .pr-xl-232 {
    padding-right: 232px !important;
  }
  .pb-xl-232 {
    padding-bottom: 232px !important;
  }
  .pl-xl-232 {
    padding-left: 232px !important;
  }
  .pt-xl-236 {
    padding-top: 236px !important;
  }
  .pr-xl-236 {
    padding-right: 236px !important;
  }
  .pb-xl-236 {
    padding-bottom: 236px !important;
  }
  .pl-xl-236 {
    padding-left: 236px !important;
  }
  .pt-xl-240 {
    padding-top: 240px !important;
  }
  .pr-xl-240 {
    padding-right: 240px !important;
  }
  .pb-xl-240 {
    padding-bottom: 240px !important;
  }
  .pl-xl-240 {
    padding-left: 240px !important;
  }
  .pt-xl-244 {
    padding-top: 244px !important;
  }
  .pr-xl-244 {
    padding-right: 244px !important;
  }
  .pb-xl-244 {
    padding-bottom: 244px !important;
  }
  .pl-xl-244 {
    padding-left: 244px !important;
  }
  .pt-xl-248 {
    padding-top: 248px !important;
  }
  .pr-xl-248 {
    padding-right: 248px !important;
  }
  .pb-xl-248 {
    padding-bottom: 248px !important;
  }
  .pl-xl-248 {
    padding-left: 248px !important;
  }
  .pt-xl-252 {
    padding-top: 252px !important;
  }
  .pr-xl-252 {
    padding-right: 252px !important;
  }
  .pb-xl-252 {
    padding-bottom: 252px !important;
  }
  .pl-xl-252 {
    padding-left: 252px !important;
  }
  .pt-xl-256 {
    padding-top: 256px !important;
  }
  .pr-xl-256 {
    padding-right: 256px !important;
  }
  .pb-xl-256 {
    padding-bottom: 256px !important;
  }
  .pl-xl-256 {
    padding-left: 256px !important;
  }
}
/** mixins **/
.myfunds-tab-mobile {
  margin-top: 20px;
  margin-bottom: 27px;
}
.myfunds-tab-mobile .mobile-myfunds-text {
  color: #86888B;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
}
.myfunds-tab-mobile .nav-tabs {
  border-bottom: none;
  margin-top: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.myfunds-tab-mobile .nav-tabs > li > a {
  margin: 5px;
  border: solid;
  border-width: thin;
  background-color: white;
  border-radius: 8px;
  letter-spacing: 0px;
  font-size: 12px;
  text-decoration: none;
  width: 105px;
  height: 124px;
  flex-shrink: 0;
  border-color: transparent;
  box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
}
.myfunds-selector-text {
  padding-left: 20px;
}
myfunds-account-selector-tabs {
  background-color: white;
  height: 124px;
}
.myfunds-mobile-image-container {
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  background-position: center;
  margin: auto;
  margin-bottom: 17px;
  background-color: #FFFFFF;
  border-radius: 9999px;
  box-shadow: 0px 4px 12px rgba(255, 255, 255, 0.35);
}
.myfunds-tab-mobile .nav-tabs > li:not(.active) .myfunds-mobile-image-container {
  box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
}
.transfers {
  margin-bottom: 7px;
}
.deposits-mobile-image {
  background-image: url('../../../Content/Images/NewMobile/MyFunds/new-deposit-inactive-mobile.svg');
}
.transfers-mobile-image {
  background-image: url('../../../Content/Images/NewMobile/MyFunds/transfer-inactive.svg');
}
.withdrawals-mobile-image {
  background-image: url('../../../Content/Images/NewMobile/MyFunds/withdraw-inactive.svg');
}
.myfunds-tab-mobile .nav-tabs > li.active > a .mobile-myfunds-text {
  color: #FFFFFF;
}
.myfunds-tab-mobile .nav-tabs > li.active > a .deposits-mobile-image {
  background-image: url('../../../Content/Images/NewMobile/MyFunds/new-deposit-active-mobile.svg');
}
.myfunds-tab-mobile .nav-tabs > li.active > a .transfers-mobile-image {
  background-image: url('../../../Content/Images/NewMobile/MyFunds/transfer-active.svg');
}
.myfunds-tab-mobile .nav-tabs > li.active > a .withdrawals-mobile-image {
  background-image: url('../../../Content/Images/NewMobile/MyFunds/withdraw-active.svg');
}
.easyprotect-card-container .easyprotect-box {
  background: #FFFFFF;
  border: 1px solid #DCE0E0;
  box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
  border-radius: 8px;
  text-align: center;
}
.easyprotect-card-container .button {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1.66667px;
  border-radius: 8px;
}
.easyprotect-card-container .easyprotect-learn-more-button {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1.66667px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  color: #8975C1;
  background: #8975C120;
}
.easyprotect-card-container .easyprotect-activate-button {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1.66667px;
  font-weight: bold;
  color: #FFFFFF;
  background: #8975C1;
  border-radius: 8px;
}
.easyprotect-card-container .term-life-insurance-heading {
  color: #8975C1;
}
.portfolio-overview-menu-container {
  display: inline-block;
}
.portfolio-overview-menu-container .portfolio-menu-logo {
  display: block;
  height: 40px;
}
.portfolio-overview-menu-container .portfolio-menu-overlay {
  background-color: #f5f6f8;
  bottom: 0;
  flex-direction: row;
  justify-content: flex-end;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 100vw;
  min-height: 100vh;
  z-index: 10;
  margin-top: -6px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.portfolio-overview-menu-container .portfolio-menu-overlay .portfolio-menu-header {
  width: 100%;
  border-bottom: 1px solid #dce0e0;
  position: fixed;
  z-index: 11;
  background-color: white;
}
.portfolio-overview-menu-container .portfolio-menu-overlay .portfolio-menu-header .portfolio-header-label {
  text-align: center;
}
.portfolio-overview-menu-container .portfolio-menu-overlay .portfolio-menu-header .close-text {
  color: #ed1747;
  font-size: 14px;
  margin-top: 22px;
  text-align: right;
}
.portfolio-overview-menu-container .portfolio-menu-overlay .portfolio-menu-logo-container {
  background-color: #f5f6f8;
  text-align: center;
  padding: 20px 15px 15px;
  overflow: auto;
  margin-top: 56px;
}
.portfolio-overview-menu-container .portfolio-menu-overlay .portfolio-menu-logo-container .portfolio-menu-logo {
  height: 40px;
  display: inline-block;
  padding-left: 0px;
}
.portfolio-overview-menu-container .portfolio-menu-overlay .portfolio-menu-logo-container .portfolio-menu-logo-round-border {
  background-color: white;
  display: inline-block;
  padding: 15px;
  border-radius: 50%;
}
.portfolio-overview-menu-container .portfolio-menu-overlay.menu-closed {
  opacity: 0;
  z-index: -3;
  width: 0px;
}
.portfolio-overview-menu-container .portfolio-menu-overlay .menu-container {
  align-items: center;
  background-color: white;
  box-shadow: 0 4px 12px 0 rgba(70, 74, 82, 0.08);
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  width: 100%;
}
.portfolio-overview-menu-container .portfolio-menu-overlay .menu-container .menu {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.portfolio-overview-menu-container .portfolio-menu-overlay .menu-container .menu ul {
  list-style: none;
}
.portfolio-overview-menu-container .portfolio-menu-overlay .menu-container .menu ul li {
  border-bottom: solid 1px #dce0e0;
  display: flex;
}
.portfolio-overview-menu-container .portfolio-menu-overlay .menu-container .menu ul li a {
  color: white;
  text-decoration: none;
}
.portfolio-overview-menu-container .portfolio-menu-overlay .menu-container .menu ul li:last-child {
  border-bottom: unset;
}
.portfolio-overview-menu-container .portfolio-menu-overlay .menu-container .menu ul li:last-child.py-15 {
  padding-bottom: 0px !important;
}
.padding-right-15 {
  padding-right: 15px;
}
.right {
  right: 0;
}
.position-static {
  position: static;
}
@font-face {
  font-family: "OpenSans Semibold";
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/font-family/OpenSans-Semibold.eot'), url('../../fonts/font-family/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../../fonts/font-family/OpenSans-Semibold.woff2') format('woff2'), url('../../fonts/font-family/OpenSans-Semibold.woff') format('woff'), url('../../fonts/font-family/OpenSans-Semibold.ttf') format('truetype'), url('../../fonts/font-family/OpenSans-Semibold.svg#OpenSans') format('svg');
}
@font-face {
  font-family: "OpenSans Regular";
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/font-family/OpenSans-Regular.eot'), url('../../fonts/font-family/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/font-family/OpenSans-Regular.woff2') format('woff2'), url('../../fonts/font-family/OpenSans-Regular.woff') format('woff'), url('../../fonts/font-family/OpenSans-Regular.ttf') format('truetype'), url('../../fonts/font-family/OpenSans-Regular.svg#OpenSans') format('svg');
}
@font-face {
  font-family: "OpenSans Italic";
  font-style: italic;
  font-weight: 400;
  src: url('../../fonts/font-family/OpenSans-Italic.eot'), url('../../fonts/font-family/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../../fonts/font-family/OpenSans-Italic.woff2') format('woff2'), url('../../fonts/font-family/OpenSans-Italic.woff') format('woff'), url('../../fonts/font-family/OpenSans-Italic.ttf') format('truetype'), url('../../fonts/font-family/OpenSans-Italic.svg#OpenSans') format('svg');
}
@font-face {
  font-family: "OpenSans Bold";
  font-style: normal;
  font-weight: 800;
  src: url('../../fonts/font-family/OpenSans-Bold.eot'), url('../../fonts/font-family/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/font-family/OpenSans-Bold.woff2') format('woff2'), url('../../fonts/font-family/OpenSans-Bold.woff') format('woff'), url('../../fonts/font-family/OpenSans-Bold.ttf') format('truetype'), url('../../fonts/font-family/OpenSans-Bold.svg#OpenSans') format('svg');
}
@font-face {
  font-family: "Questrial Regular";
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/font-family/Questrial-Regular.eot'), url('../../fonts/font-family/Questrial-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/font-family/Questrial-Regular.woff2') format('woff2'), url('../../fonts/font-family/Questrial-Regular.woff') format('woff'), url('../../fonts/font-family/Questrial-Regular.ttf') format('truetype'), url('../../fonts/font-family/Questrial-Regular.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'font-easy';
  src: url('../../fonts/font-icon/font-easy.eot?k40l50');
  src: url('../../fonts/font-icon/font-easy.eot?k40l50#iefix') format('embedded-opentype'), url('../../fonts/font-icon/font-easy.ttf?k40l50') format('truetype'), url('../../fonts/font-icon/font-easy.woff?k40l50') format('woff'), url('../../fonts/font-icon/font-easy.svg?k40l50#font-easy') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'font-easy' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-bonds-red .path1:before {
  content: "\ed5f";
  color: #ed1747;
}
.icon-bonds-red .path2:before {
  content: "\ed60";
  margin-left: -1em;
  color: #ffffff;
}
.icon-bonds-red .path3:before {
  content: "\ed61";
  margin-left: -1em;
  color: #ffffff;
}
.icon-bonds-red .path4:before {
  content: "\ed62";
  margin-left: -1em;
  color: #ffffff;
}
.icon-bonds-red .path5:before {
  content: "\ed63";
  margin-left: -1em;
  color: #ffffff;
}
.icon-bonds-red .path6:before {
  content: "\ed64";
  margin-left: -1em;
  color: #ffffff;
}
.icon-bonds .path1:before {
  content: "\ed65";
  color: #edefef;
}
.icon-bonds .path2:before {
  content: "\ed66";
  margin-left: -1em;
  color: #ed1747;
}
.icon-bonds .path3:before {
  content: "\ed67";
  margin-left: -1em;
  color: #ed1747;
}
.icon-bonds .path4:before {
  content: "\ed68";
  margin-left: -1em;
  color: #ed1747;
}
.icon-bonds .path5:before {
  content: "\ed69";
  margin-left: -1em;
  color: #ed1747;
}
.icon-bonds .path6:before {
  content: "\ed6a";
  margin-left: -1em;
  color: #ed1747;
}
.icon-voted-box:before {
  content: "\ed5d";
  color: #0ddaba;
}
.icon-vote-box:before {
  content: "\ed5e";
  color: #ed1747;
}
.icon-CA-Voted .path1:before {
  content: "\ed49";
  color: #0ddaba;
}
.icon-CA-Voted .path2:before {
  content: "\ed4a";
  margin-left: -1em;
  color: #0ddaba;
}
.icon-CA-Voted .path3:before {
  content: "\ed4b";
  margin-left: -1em;
  color: #4a4a4a;
}
.icon-CA-Voted .path4:before {
  content: "\ed4c";
  margin-left: -1em;
  color: #4a4a4a;
}
.icon-CA-Voted .path5:before {
  content: "\ed4d";
  margin-left: -1em;
  color: #4a4a4a;
}
.icon-CA-Voted .path6:before {
  content: "\ed4e";
  margin-left: -1em;
  color: #0ddaba;
}
.icon-CA-Voted .path7:before {
  content: "\ed4f";
  margin-left: -1em;
  color: #0ddaba;
}
.icon-CA-Voted .path8:before {
  content: "\ed50";
  margin-left: -1em;
  color: #0ddaba;
}
.icon-CA-Vote:before {
  content: "\ed51";
  color: #ed1747;
}
.icon-CA-Announcement .path1:before {
  content: "\ed52";
  color: #ed1747;
}
.icon-CA-Announcement .path2:before {
  content: "\ed53";
  margin-left: -1.06445312em;
  color: #ed1747;
}
.icon-CA-Announcement .path3:before {
  content: "\ed54";
  margin-left: -1.06445312em;
  color: #ed1747;
}
.icon-CA-Announcement .path4:before {
  content: "\ed55";
  margin-left: -1.06445312em;
  color: #4a4a4a;
}
.icon-CA-info .path1:before {
  content: "\ed56";
  color: #4a4a4a;
}
.icon-CA-info .path2:before {
  content: "\ed57";
  margin-left: -1em;
  color: #ed1747;
}
.icon-CA-info .path3:before {
  content: "\ed58";
  margin-left: -1em;
  color: #ed1747;
}
.icon-CA-info .path4:before {
  content: "\ed59";
  margin-left: -1em;
  color: #ed1747;
}
.icon-CA-info .path5:before {
  content: "\ed5a";
  margin-left: -1em;
  color: #4a4a4a;
}
.icon-CA-Salient-Dates .path1:before {
  content: "\ed5b";
  color: #4a4a4a;
}
.icon-CA-Salient-Dates .path2:before {
  content: "\ed5c";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Balanced-Funds-fill .path1:before {
  content: "\ec89";
  color: #ed1747;
}
.icon-Balanced-Funds-fill .path2:before {
  content: "\ec8a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Balanced-Funds-fill .path3:before {
  content: "\ec8b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Balanced-Funds-fill .path4:before {
  content: "\ec8c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Balanced-Funds-fill .path5:before {
  content: "\ec8d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Balanced-Funds-fill .path6:before {
  content: "\ec8e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Balanced-Funds-fill .path7:before {
  content: "\ec8f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Balanced-Funds-fill .path8:before {
  content: "\ed10";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Balanced-Funds-fill .path9:before {
  content: "\ed11";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Balanced-Funds-fill .path10:before {
  content: "\ed12";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Balanced-Funds-fill .path11:before {
  content: "\ed13";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Balanced-Funds-fill .path12:before {
  content: "\ed14";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Balanced-Funds-fill .path13:before {
  content: "\ed15";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Balanced-Funds-fill .path14:before {
  content: "\ed16";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Balanced-Funds .path1:before {
  content: "\ed17";
  color: #edefef;
}
.icon-Balanced-Funds .path2:before {
  content: "\ed18";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Balanced-Funds .path3:before {
  content: "\ed19";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Balanced-Funds .path4:before {
  content: "\ed1a";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Balanced-Funds .path5:before {
  content: "\ed1b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Balanced-Funds .path6:before {
  content: "\ed1c";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Balanced-Funds .path7:before {
  content: "\ed1d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Balanced-Funds .path8:before {
  content: "\ed1e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Balanced-Funds .path9:before {
  content: "\ed1f";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Balanced-Funds .path10:before {
  content: "\ed20";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Balanced-Funds .path11:before {
  content: "\ed21";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Balanced-Funds .path12:before {
  content: "\ed22";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Balanced-Funds .path13:before {
  content: "\ed23";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Balanced-Funds .path14:before {
  content: "\ed24";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Global-Funds-fill .path1:before {
  content: "\ed25";
  color: #ed1747;
}
.icon-Global-Funds-fill .path2:before {
  content: "\ed26";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Global-Funds .path1:before {
  content: "\ed27";
  color: #edefef;
}
.icon-Global-Funds .path2:before {
  content: "\ed28";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Income-Funds-fill .path1:before {
  content: "\ed29";
  color: #ed1747;
}
.icon-Income-Funds-fill .path2:before {
  content: "\ed2a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Income-Funds-fill .path3:before {
  content: "\ed2b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Income-Funds-fill .path4:before {
  content: "\ed2c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Income-Funds-fill .path5:before {
  content: "\ed2d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Income-Funds .path1:before {
  content: "\ed2e";
  color: #edefef;
}
.icon-Income-Funds .path2:before {
  content: "\ed2f";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Income-Funds .path3:before {
  content: "\ed30";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Income-Funds .path4:before {
  content: "\ed31";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Income-Funds .path5:before {
  content: "\ed32";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Local-Funds-fill .path1:before {
  content: "\ed33";
  color: #ed1747;
}
.icon-Local-Funds-fill .path2:before {
  content: "\ed34";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Local-Funds-fill .path3:before {
  content: "\ed35";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Local-Funds .path1:before {
  content: "\ed36";
  color: #edefef;
}
.icon-Local-Funds .path2:before {
  content: "\ed37";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Local-Funds .path3:before {
  content: "\ed38";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Property-Funds-fill .path1:before {
  content: "\ed39";
  color: #ed1747;
}
.icon-Property-Funds-fill .path2:before {
  content: "\ed3a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Property-Funds-fill .path3:before {
  content: "\ed3b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Property-Funds-fill .path4:before {
  content: "\ed3c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Property-Funds-fill .path5:before {
  content: "\ed3d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Property-Funds-fill .path6:before {
  content: "\ed3e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Property-Funds-fill .path7:before {
  content: "\ed3f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Property-Funds-fill .path8:before {
  content: "\ed40";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Property-Funds .path1:before {
  content: "\ed41";
  color: #edefef;
}
.icon-Property-Funds .path2:before {
  content: "\ed42";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Property-Funds .path3:before {
  content: "\ed43";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Property-Funds .path4:before {
  content: "\ed44";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Property-Funds .path5:before {
  content: "\ed45";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Property-Funds .path6:before {
  content: "\ed46";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Property-Funds .path7:before {
  content: "\ed47";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Property-Funds .path8:before {
  content: "\ed48";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cryptocurrencies-icon .path1:before {
  content: "\ec7f";
  color: #efefef;
}
.icon-cryptocurrencies-icon .path2:before {
  content: "\ec80";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cryptocurrencies-icon .path3:before {
  content: "\ec81";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cryptocurrencies-icon .path4:before {
  content: "\ec82";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cryptocurrencies-icon .path5:before {
  content: "\ec83";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cryptocurrencies-icon .path6:before {
  content: "\ec84";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cryptocurrencies-icon .path7:before {
  content: "\ec85";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cryptocurrencies-icon-filled:before {
  content: "\ec86";
  color: #ed1747;
}
.icon-salta-trophy:before {
  content: "\ed0f";
  color: #933ec5;
}
.icon-auction-fill:before {
  content: "\ed0c";
  color: #ed1747;
}
.icon-auction .path1:before {
  content: "\ed0d";
  color: #efefef;
}
.icon-auction .path2:before {
  content: "\ed0e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-all-properties-fill:before {
  content: "\ed06";
  color: #ed1747;
}
.icon-all-properties .path1:before {
  content: "\ed07";
  color: #efefef;
}
.icon-all-properties .path2:before {
  content: "\ed08";
  margin-left: -1em;
  color: #ed1747;
}
.icon-properties-fill:before {
  content: "\ed09";
  color: #ed1747;
}
.icon-properties .path1:before {
  content: "\ed0a";
  color: #efefef;
}
.icon-properties .path2:before {
  content: "\ed0b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-mar-etf .path1:before {
  content: "\ecf6";
  color: #933ec5;
}
.icon-mar-etf .path2:before {
  content: "\ecf7";
  margin-left: -1em;
  color: #d4b3ef;
}
.icon-mar-etf .path3:before {
  content: "\ecf8";
  margin-left: -1em;
  color: #d4b3ef;
}
.icon-mar-etf .path4:before {
  content: "\ecf9";
  margin-left: -1em;
  color: #d4b3ef;
}
.icon-mar-etf .path5:before {
  content: "\ecfa";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mar-etf .path6:before {
  content: "\ecfb";
  margin-left: -1em;
  color: #d4b3ef;
}
.icon-mar-etf .path7:before {
  content: "\ecfc";
  margin-left: -1em;
  color: #d4b3ef;
}
.icon-mar-etf .path8:before {
  content: "\ecfd";
  margin-left: -1em;
  color: #d4b3ef;
}
.icon-not-thriving:before {
  content: "\ec7d";
  color: #86888b;
}
.icon-thriving:before {
  content: "\ecec";
  color: #933ec5;
}
.icon-june-partner .path1:before {
  content: "\ece3";
  color: #933ec5;
}
.icon-june-partner .path2:before {
  content: "\ece4";
  margin-left: -1em;
  color: #a37d54;
}
.icon-june-partner .path3:before {
  content: "\ece5";
  margin-left: -1em;
  color: #f7cf9c;
}
.icon-june-partner .path4:before {
  content: "\ece6";
  margin-left: -1em;
  color: #d4b3ef;
}
.icon-june-partner .path5:before {
  content: "\ece7";
  margin-left: -1em;
  color: #d4b3ef;
}
.icon-june-partner .path6:before {
  content: "\ece8";
  margin-left: -1em;
  color: #a37d54;
}
.icon-june-partner .path7:before {
  content: "\ece9";
  margin-left: -1em;
  color: #a37d54;
}
.icon-june-partner .path8:before {
  content: "\ecea";
  margin-left: -1em;
  color: #a37d54;
}
.icon-june-partner .path9:before {
  content: "\eceb";
  margin-left: -1em;
  color: #a37d54;
}
.icon-jan-goals .path1:before {
  content: "\ec69";
  color: #933ec5;
}
.icon-jan-goals .path2:before {
  content: "\ec6a";
  margin-left: -1em;
  color: #2c414f;
}
.icon-jan-goals .path3:before {
  content: "\ec6b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-jan-goals .path4:before {
  content: "\ec6c";
  margin-left: -1em;
  color: #ebedef;
}
.icon-jan-goals .path5:before {
  content: "\ec6d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-jan-goals .path6:before {
  content: "\ec6e";
  margin-left: -1em;
  color: #ebedef;
}
.icon-jan-goals .path7:before {
  content: "\ec6f";
  margin-left: -1em;
  color: #ed1747;
}
.icon-jan-goals .path8:before {
  content: "\ec70";
  margin-left: -1em;
  color: #ebedef;
}
.icon-jan-goals .path9:before {
  content: "\ec71";
  margin-left: -1em;
  color: #2c414f;
}
.icon-july-social .path1:before {
  content: "\ec72";
  color: #933ec5;
}
.icon-july-social .path2:before {
  content: "\ec73";
  margin-left: -1em;
  color: #d4b3ef;
}
.icon-july-social .path3:before {
  content: "\ec74";
  margin-left: -1em;
  color: #602484;
}
.icon-oct-refer .path1:before {
  content: "\ec75";
  color: #933ec5;
}
.icon-oct-refer .path2:before {
  content: "\ec76";
  margin-left: -1em;
  color: #f1c30f;
}
.icon-oct-refer .path3:before {
  content: "\ec77";
  margin-left: -1em;
  color: #d4b3ef;
}
.icon-oct-refer .path4:before {
  content: "\ec78";
  margin-left: -1em;
  color: #ed1747;
}
.icon-oct-refer .path5:before {
  content: "\ec79";
  margin-left: -1em;
  color: #d4b3ef;
}
.icon-may-recurring .path1:before {
  content: "\ec7a";
  color: #933ec5;
}
.icon-may-recurring .path2:before {
  content: "\ec7b";
  margin-left: -1em;
  color: #d4b3ef;
}
.icon-may-recurring .path3:before {
  content: "\ec7c";
  margin-left: -1em;
  color: #f1c30f;
}
.icon-may-recurring .path4:before {
  content: "\ec90";
  margin-left: -1em;
  color: #f1c30f;
}
.icon-may-recurring .path5:before {
  content: "\ec91";
  margin-left: -1em;
  color: #602484;
}
.icon-may-recurring .path6:before {
  content: "\ec92";
  margin-left: -1em;
  color: #f1c30f;
}
.icon-may-recurring .path7:before {
  content: "\ec93";
  margin-left: -1em;
  color: #f1c30f;
}
.icon-may-recurring .path8:before {
  content: "\ec94";
  margin-left: -1em;
  color: #f1c30f;
}
.icon-may-recurring .path9:before {
  content: "\ec95";
  margin-left: -1em;
  color: #f1c30f;
}
.icon-may-recurring .path10:before {
  content: "\ec96";
  margin-left: -1em;
  color: #f1c30f;
}
.icon-may-recurring .path11:before {
  content: "\ec97";
  margin-left: -1em;
  color: #e67365;
}
.icon-may-recurring .path12:before {
  content: "\ec98";
  margin-left: -1em;
  color: #602484;
}
.icon-may-recurring .path13:before {
  content: "\ec99";
  margin-left: -1em;
  color: #602484;
}
.icon-may-recurring .path14:before {
  content: "\ec9a";
  margin-left: -1em;
  color: #e67365;
}
.icon-april-app .path1:before {
  content: "\ec9b";
  color: #933ec5;
}
.icon-april-app .path2:before {
  content: "\ec9c";
  margin-left: -1em;
  color: #2c3d50;
}
.icon-april-app .path3:before {
  content: "\ec9d";
  margin-left: -1em;
  color: #97ccf6;
}
.icon-april-app .path4:before {
  content: "\ec9e";
  margin-left: -1em;
  color: #ecf0f0;
}
.icon-april-app .path5:before {
  content: "\ec9f";
  margin-left: -1em;
  color: #ecf0f0;
}
.icon-april-app .path6:before {
  content: "\eca0";
  margin-left: -1em;
  color: #f1c30f;
}
.icon-august-story .path1:before {
  content: "\eca1";
  color: #933ec5;
}
.icon-august-story .path2:before {
  content: "\eca2";
  margin-left: -1em;
  color: #d4b3ef;
}
.icon-august-story .path3:before {
  content: "\eca3";
  margin-left: -1em;
  color: #6c398b;
}
.icon-august-story .path4:before {
  content: "\eca4";
  margin-left: -1em;
  color: #6c398b;
}
.icon-august-story .path5:before {
  content: "\eca5";
  margin-left: -1em;
  color: #6c398b;
}
.icon-august-story .path6:before {
  content: "\eca6";
  margin-left: -1em;
  color: #6c398b;
}
.icon-august-story .path7:before {
  content: "\eca7";
  margin-left: -1em;
  color: #6c398b;
}
.icon-august-story .path8:before {
  content: "\eca8";
  margin-left: -1em;
  color: #ed1747;
}
.icon-august-story .path9:before {
  content: "\eca9";
  margin-left: -1em;
  color: #602484;
}
.icon-august-story .path10:before {
  content: "\ecaa";
  margin-left: -1em;
  color: #c2e3ee;
}
.icon-august-story .path11:before {
  content: "\ecab";
  margin-left: -1em;
  color: #f0e1a9;
}
.icon-august-story .path12:before {
  content: "\ecac";
  margin-left: -1em;
  color: #2f5394;
}
.icon-august-story .path13:before {
  content: "\ecad";
  margin-left: -1em;
  color: #ed1747;
}
.icon-august-story .path14:before {
  content: "\ecae";
  margin-left: -1em;
  color: #602484;
}
.icon-august-story .path15:before {
  content: "\ecaf";
  margin-left: -1em;
  color: #74b3cf;
}
.icon-august-story .path16:before {
  content: "\ecb0";
  margin-left: -1em;
  color: #ceba82;
}
.icon-august-story .path17:before {
  content: "\ecb1";
  margin-left: -1em;
  color: #273a82;
}
.icon-feb-tfsa .path1:before {
  content: "\ecb2";
  color: #933ec5;
}
.icon-feb-tfsa .path2:before {
  content: "\ecb3";
  margin-left: -1.02539062em;
  color: #d4b3ef;
}
.icon-feb-tfsa .path3:before {
  content: "\ecb4";
  margin-left: -1.02539062em;
  color: #be95df;
}
.icon-feb-tfsa .path4:before {
  content: "\ecb5";
  margin-left: -1.02539062em;
  color: #d4b3ef;
}
.icon-feb-tfsa .path5:before {
  content: "\ecb6";
  margin-left: -1.02539062em;
  color: #d4b3ef;
}
.icon-feb-tfsa .path6:before {
  content: "\ecb7";
  margin-left: -1.02539062em;
  color: #d4b3ef;
}
.icon-feb-tfsa .path7:before {
  content: "\ecb8";
  margin-left: -1.02539062em;
  color: #d4b3ef;
}
.icon-feb-tfsa .path8:before {
  content: "\ecb9";
  margin-left: -1.02539062em;
  color: #be95df;
}
.icon-feb-tfsa .path9:before {
  content: "\ecba";
  margin-left: -1.02539062em;
  color: #602484;
}
.icon-feb-tfsa .path10:before {
  content: "\ecbb";
  margin-left: -1.02539062em;
  color: #f2b429;
}
.icon-feb-tfsa .path11:before {
  content: "\ecbc";
  margin-left: -1.02539062em;
  color: #d4b3ef;
}
.icon-feb-tfsa .path12:before {
  content: "\ecbd";
  margin-left: -1.02539062em;
  color: #fffffe;
}
.icon-feb-tfsa .path13:before {
  content: "\ecbe";
  margin-left: -1.02539062em;
  color: #20211f;
}
.icon-mar-global .path1:before {
  content: "\ecbf";
  color: #933ec5;
}
.icon-mar-global .path2:before {
  content: "\ecc0";
  margin-left: -1.02539062em;
  color: #602484;
}
.icon-mar-global .path3:before {
  content: "\ecc1";
  margin-left: -1.02539062em;
  color: #6ba8cc;
}
.icon-mar-global .path4:before {
  content: "\ecc2";
  margin-left: -1.02539062em;
  color: #6ba8cc;
}
.icon-mar-global .path5:before {
  content: "\ecc3";
  margin-left: -1.02539062em;
  color: #602484;
}
.icon-mar-global .path6:before {
  content: "\ecc4";
  margin-left: -1.02539062em;
  color: #602484;
}
.icon-mar-global .path7:before {
  content: "\ecc5";
  margin-left: -1.02539062em;
  color: #a1d6ea;
}
.icon-mar-global .path8:before {
  content: "\ecc6";
  margin-left: -1.02539062em;
  color: #602484;
}
.icon-mar-global .path9:before {
  content: "\ecc7";
  margin-left: -1.02539062em;
  color: #a1d6ea;
}
.icon-mar-global .path10:before {
  content: "\ecc8";
  margin-left: -1.02539062em;
  color: #a1d6ea;
}
.icon-dec-gift .path1:before {
  content: "\ecc9";
  color: #933ec5;
}
.icon-dec-gift .path2:before {
  content: "\ecca";
  margin-left: -1.02539062em;
  color: #ed1747;
}
.icon-dec-gift .path3:before {
  content: "\eccb";
  margin-left: -1.02539062em;
  color: #ed1747;
}
.icon-dec-gift .path4:before {
  content: "\eccc";
  margin-left: -1.02539062em;
  color: #c10f37;
}
.icon-dec-gift .path5:before {
  content: "\eccd";
  margin-left: -1.02539062em;
  color: #fffffe;
}
.icon-dec-gift .path6:before {
  content: "\ecce";
  margin-left: -1.02539062em;
  color: #dcdbd6;
}
.icon-dec-gift .path7:before {
  content: "\eccf";
  margin-left: -1.02539062em;
  color: #dcdbd6;
}
.icon-dec-gift .path8:before {
  content: "\ecd0";
  margin-left: -1.02539062em;
  color: #fffffe;
}
.icon-dec-gift .path9:before {
  content: "\ecd1";
  margin-left: -1.02539062em;
  color: #fffffe;
}
.icon-dec-gift .path10:before {
  content: "\ecd2";
  margin-left: -1.02539062em;
  color: #dcdbd6;
}
.icon-sep-bundle .path1:before {
  content: "\ecd3";
  color: #933ec5;
}
.icon-sep-bundle .path2:before {
  content: "\ecd4";
  margin-left: -1em;
  color: #ed1747;
}
.icon-sep-bundle .path3:before {
  content: "\ecd5";
  margin-left: -1em;
  color: #ed1747;
}
.icon-sep-bundle .path4:before {
  content: "\ecd6";
  margin-left: -1em;
  color: #6b1a28;
}
.icon-sep-bundle .path5:before {
  content: "\ecd7";
  margin-left: -1em;
  color: #6b1a28;
}
.icon-sep-bundle .path6:before {
  content: "\ecd8";
  margin-left: -1em;
  color: #202a2f;
}
.icon-sep-bundle .path7:before {
  content: "\ecd9";
  margin-left: -1em;
  color: #a30c2e;
}
.icon-sep-bundle .path8:before {
  content: "\ecda";
  margin-left: -1em;
  color: #a30c2e;
}
.icon-sep-bundle .path9:before {
  content: "\ecdb";
  margin-left: -1em;
  color: #a30c2e;
}
.icon-sep-bundle .path10:before {
  content: "\ecdc";
  margin-left: -1em;
  color: #a30c2e;
}
.icon-sep-bundle .path11:before {
  content: "\ecdd";
  margin-left: -1em;
  color: #202a2f;
}
.icon-nov-know .path1:before {
  content: "\ecde";
  color: #933ec5;
}
.icon-nov-know .path2:before {
  content: "\ecdf";
  margin-left: -1em;
  color: #d4b3ef;
}
.icon-nov-know .path3:before {
  content: "\ece0";
  margin-left: -1em;
  color: #f39b12;
}
.icon-nov-know .path4:before {
  content: "\ece1";
  margin-left: -1em;
  color: #f1c30f;
}
.icon-nov-know .path5:before {
  content: "\ece2";
  margin-left: -1em;
  color: #d4b3ef;
}
.icon-exclamation:before {
  content: "\ec67";
  color: #933ec5;
}
.icon-cross:before {
  content: "\ec68";
  color: #ed1747;
}
.icon-thrive-fill:before {
  content: "\ec7e";
  color: #933ec5;
}
.icon-thrive .path1:before {
  content: "\ec87";
  color: #edefef;
}
.icon-thrive .path2:before {
  content: "\ec88";
  margin-left: -1em;
  color: #933ec5;
}
.icon-crpyto-icon-filled:before {
  content: "\eced";
  color: #ed1747;
}
.icon-crpyto-icon .path1:before {
  content: "\ecee";
  color: #efefef;
}
.icon-crpyto-icon .path2:before {
  content: "\ecef";
  margin-left: -1em;
  color: #ed1747;
}
.icon-crpyto-icon .path3:before {
  content: "\ecf0";
  margin-left: -1em;
  color: #ed1747;
}
.icon-crpyto-icon .path4:before {
  content: "\ecf1";
  margin-left: -1em;
  color: #ed1747;
}
.icon-crpyto-icon .path5:before {
  content: "\ecf2";
  margin-left: -1em;
  color: #ed1747;
}
.icon-index-icon-filled:before {
  content: "\ecf3";
  color: #ed1747;
}
.icon-index-icon .path1:before {
  content: "\ecf4";
  color: #efefef;
}
.icon-index-icon .path2:before {
  content: "\ecf5";
  margin-left: -1em;
  color: #ed1747;
}
.icon-index-icon .path3:before {
  content: "\ecfe";
  margin-left: -1em;
  color: #ed1747;
}
.icon-index-icon .path4:before {
  content: "\ecff";
  margin-left: -1em;
  color: #ed1747;
}
.icon-index-icon .path5:before {
  content: "\ed00";
  margin-left: -1em;
  color: #ed1747;
}
.icon-index-icon .path6:before {
  content: "\ed01";
  margin-left: -1em;
  color: #ed1747;
}
.icon-index-icon .path7:before {
  content: "\ed02";
  margin-left: -1em;
  color: #ed1747;
}
.icon-index-icon .path8:before {
  content: "\ed03";
  margin-left: -1em;
  color: #ed1747;
}
.icon-index-icon .path9:before {
  content: "\ed04";
  margin-left: -1em;
  color: #ed1747;
}
.icon-index-icon .path10:before {
  content: "\ed05";
  margin-left: -1em;
  color: #ed1747;
}
.icon-fund-account:before {
  content: "\ec64";
  color: #ed1747;
}
.icon-transfer:before {
  content: "\ec65";
  color: #ed1747;
}
.icon-withdraw:before {
  content: "\ec66";
  color: #ed1747;
}
.icon-apple:before {
  content: "\ec62";
  color: #4a4a4a;
}
.icon-google-play:before {
  content: "\ec63";
  color: #4a4a4a;
}
.icon-Unit-Trust-ar-fill .path1:before {
  content: "\ec50";
  color: #ed1747;
}
.icon-Unit-Trust-ar-fill .path2:before {
  content: "\ec51";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Unit-Trust-ar-fill .path3:before {
  content: "\ec52";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Unit-Trust-ar-fill .path4:before {
  content: "\ec53";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Unit-Trust-ar .path1:before {
  content: "\ec54";
  color: #edefef;
}
.icon-Unit-Trust-ar .path2:before {
  content: "\ec55";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Unit-Trust-ar .path3:before {
  content: "\ec56";
  margin-left: -1em;
  color: #ed1747;
}
.icon-Unit-Trust-ar .path4:before {
  content: "\ec57";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unit-trust-ut-fill .path1:before {
  content: "\ec58";
  color: #ed1747;
}
.icon-unit-trust-ut-fill .path2:before {
  content: "\ec59";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unit-trust-ut-fill .path3:before {
  content: "\ec5a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unit-trust-ut-fill .path4:before {
  content: "\ec5b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unit-trust-ut-fill .path5:before {
  content: "\ec5c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unit-trust-ut .path1:before {
  content: "\ec5d";
  color: #edefef;
}
.icon-unit-trust-ut .path2:before {
  content: "\ec5e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unit-trust-ut .path3:before {
  content: "\ec5f";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unit-trust-ut .path4:before {
  content: "\ec60";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unit-trust-ut .path5:before {
  content: "\ec61";
  margin-left: -1em;
  color: #ed1747;
}
.icon-clipboard:before {
  content: "\ec48";
  color: #86888b;
}
.icon-umbrella-green .path1:before {
  content: "\ec49";
  color: #50e3c2;
}
.icon-umbrella-green .path2:before {
  content: "\ec4a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-umbrella-grey:before {
  content: "\ec4b";
  color: #86888b;
}
.icon-umbrella-orange .path1:before {
  content: "\ec4c";
  color: #f4942a;
}
.icon-umbrella-orange .path2:before {
  content: "\ec4d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-umbrella-red .path1:before {
  content: "\ec4e";
  color: #ed1747;
}
.icon-umbrella-red .path2:before {
  content: "\ec4f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-investment-goal:before {
  content: "\ebb5";
  color: #cdcdcd;
}
.icon-period:before {
  content: "\ebb6";
  color: #cdcdcd;
}
.icon-start-goal:before {
  content: "\ebc2";
  color: #cdcdcd;
}
.icon-value:before {
  content: "\ebc3";
  color: #cdcdcd;
}
.icon-square-label .path1:before {
  content: "\ebb7";
  color: #4a4a4a;
}
.icon-square-label .path2:before {
  content: "\ebb8";
  margin-left: -1em;
  color: #ffffff;
  opacity: 0.33;
}
.icon-arrow-down:before {
  content: "\ebb9";
}
.icon-equities-fill .path1:before {
  content: "\ebaa";
  color: #ed1747;
}
.icon-equities-fill .path2:before {
  content: "\ebab";
  margin-left: -1em;
  color: #ffffff;
}
.icon-equities-fill .path3:before {
  content: "\ebac";
  margin-left: -1em;
  color: #ffffff;
}
.icon-investment-products-fill .path1:before {
  content: "\ebad";
  color: #ed1747;
}
.icon-investment-products-fill .path2:before {
  content: "\ebae";
  margin-left: -1em;
  color: #ffffff;
}
.icon-investment-products-fill .path3:before {
  content: "\ebaf";
  margin-left: -1em;
  color: #ffffff;
}
.icon-investment-products-fill .path4:before {
  content: "\ebb0";
  margin-left: -1em;
  color: #ffffff;
}
.icon-investment-products .path1:before {
  content: "\ebb1";
  color: #edefef;
}
.icon-investment-products .path2:before {
  content: "\ebb2";
  margin-left: -1em;
  color: #ed1747;
}
.icon-investment-products .path3:before {
  content: "\ebb3";
  margin-left: -1em;
  color: #ed1747;
}
.icon-investment-products .path4:before {
  content: "\ebb4";
  margin-left: -1em;
  color: #ed1747;
}
.icon-alternative-investments-fill .path1:before {
  content: "\eba2";
  color: #ed1747;
}
.icon-alternative-investments-fill .path2:before {
  content: "\eba3";
  margin-left: -1em;
  color: #ffffff;
}
.icon-alternative-investments-fill .path3:before {
  content: "\eba4";
  margin-left: -1em;
  color: #ffffff;
}
.icon-alternative-investments-fill .path4:before {
  content: "\eba5";
  margin-left: -1em;
  color: #ffffff;
}
.icon-alternative-investments .path1:before {
  content: "\eba6";
  color: #edefef;
}
.icon-alternative-investments .path2:before {
  content: "\eba7";
  margin-left: -1em;
  color: #ed1747;
}
.icon-alternative-investments .path3:before {
  content: "\eba8";
  margin-left: -1em;
  color: #ed1747;
}
.icon-alternative-investments .path4:before {
  content: "\eba9";
  margin-left: -1em;
  color: #ed1747;
}
.icon-select-filled .path1:before {
  content: "\ea07";
  color: #ed1747;
}
.icon-select-filled .path2:before {
  content: "\ea08";
  margin-left: -1em;
  color: #ffffff;
}
.icon-register-select .path1:before {
  content: "\ea0c";
  color: #ffffff;
}
.icon-register-select .path2:before {
  content: "\ea0d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-twitter:before {
  content: "\e9f7";
  color: #4a4a4a;
}
.icon-video-duration:before {
  content: "\e9f8";
  color: #fff;
}
.icon-vouchers:before {
  content: "\e9f9";
  color: #a0a9aa;
}
.icon-website:before {
  content: "\e9fa";
  color: #86888b;
}
.icon-youtube:before {
  content: "\e9fb";
  color: #4a4a4a;
}
.icon-select-empty:before {
  content: "\e9fc";
  color: #768485;
}
.icon-info:before {
  content: "\e9fd";
  color: #cfcfd1;
}
.icon-left-slider-arrow:before {
  content: "\e9fe";
  color: #ed1747;
}
.icon-like:before {
  content: "\e9ff";
  color: #86888b;
}
.icon-list-view:before {
  content: "\ea00";
  color: #c9c9cc;
}
.icon-news:before {
  content: "\ea01";
  color: #86888b;
}
.icon-notifications:before {
  content: "\ea02";
  color: #c1c5cb;
}
.icon-open:before {
  content: "\ea03";
  color: #86888b;
}
.icon-phone:before {
  content: "\ea04";
  color: #3d4c55;
}
.icon-property:before {
  content: "\ea05";
  color: #ed1747;
}
.icon-refresh:before {
  content: "\ea06";
  color: #86888b;
}
.icon-right-arrow:before {
  content: "\ea09";
}
.icon-right-slider-arrow:before {
  content: "\ea0a";
  color: #ed1747;
}
.icon-search:before {
  content: "\ea0b";
  color: #768485;
}
.icon-share:before {
  content: "\ea0e";
  color: #a0a9aa;
}
.icon-Sort-A-Z:before {
  content: "\ea0f";
  color: #ed1747;
}
.icon-Sort-Z-A:before {
  content: "\ea10";
  color: #86888b;
}
.icon-success:before {
  content: "\ea11";
  color: #0ddaba;
}
.icon-tick:before {
  content: "\ea12";
  color: #ed1747;
}
.icon-card-view:before {
  content: "\ea13";
  color: #86888b;
}
.icon-date:before {
  content: "\ea14";
  color: #a0a9aa;
}
.icon-debt-instruments:before {
  content: "\ea15";
  color: #ed1747;
}
.icon-dislike:before {
  content: "\ea16";
  color: #86888b;
}
.icon-edit:before {
  content: "\ea17";
  color: #86888b;
}
.icon-email:before {
  content: "\ea18";
  color: #3d4c55;
}
.icon-equities:before {
  content: "\ea19";
  color: #ed1747;
}
.icon-error:before {
  content: "\ea1a";
  color: #ed1747;
}
.icon-expand-video:before {
  content: "\ea1b";
  color: #86888b;
}
.icon-facebook:before {
  content: "\ea1c";
  color: #4a4a4a;
}
.icon-factsheet:before {
  content: "\ea1d";
  color: #86888b;
}
.icon-forum-title:before {
  content: "\ea1e";
  color: #86888b;
}
.icon-help:before {
  content: "\ea1f";
  color: #a0a9aa;
}
.icon-increase-arrow:before {
  content: "\ea20";
  color: #0ddaba;
}
.icon-add:before {
  content: "\ea21";
}
.icon-carat:before {
  content: "\ea22";
  color: #86888b;
}
.icon-add-voucher:before {
  content: "\ea23";
  color: #a0a9aa;
}
.icon-add-voucher-fill .path1:before {
  content: "\ea24";
  color: #ed1747;
}
.icon-add-voucher-fill .path2:before {
  content: "\ea25";
  margin-left: -1em;
  color: #ffffff;
}
.icon-cash-fill .path1:before {
  content: "\ea26";
  color: #ed1747;
}
.icon-cash-fill .path2:before {
  content: "\ea27";
  margin-left: -1em;
  color: #ffffff;
}
.icon-cash-fill .path3:before {
  content: "\ea28";
  margin-left: -1em;
  color: #ffffff;
}
.icon-cash-fill .path4:before {
  content: "\ea29";
  margin-left: -1em;
  color: #ffffff;
}
.icon-cash-fill .path5:before {
  content: "\ea2a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-cash-fill .path6:before {
  content: "\ea2b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-cash-fill .path7:before {
  content: "\ea2c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-cash-fill .path8:before {
  content: "\ea2d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-cash-fill .path9:before {
  content: "\ea2e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-cash-fill .path10:before {
  content: "\ea2f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-cash-fill .path11:before {
  content: "\ea30";
  margin-left: -1em;
  color: #ffffff;
}
.icon-cash-fill .path12:before {
  content: "\ea31";
  margin-left: -1em;
  color: #ffffff;
}
.icon-cash .path1:before {
  content: "\ea32";
  color: #edefef;
}
.icon-cash .path2:before {
  content: "\ea33";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cash .path3:before {
  content: "\ea34";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cash .path4:before {
  content: "\ea35";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cash .path5:before {
  content: "\ea36";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cash .path6:before {
  content: "\ea37";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cash .path7:before {
  content: "\ea38";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cash .path8:before {
  content: "\ea39";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cash .path9:before {
  content: "\ea3a";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cash .path10:before {
  content: "\ea3b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cash .path11:before {
  content: "\ea3c";
  margin-left: -1em;
  color: #ed1747;
}
.icon-cash .path12:before {
  content: "\ea3d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-risk-40-65-fill .path1:before {
  content: "\ea3e";
  color: #ed1747;
}
.icon-risk-40-65-fill .path2:before {
  content: "\ea3f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-risk-40-65 .path1:before {
  content: "\ea40";
  color: #edefef;
}
.icon-risk-40-65 .path2:before {
  content: "\ea41";
  margin-left: -1em;
  color: #ed1747;
}
.icon-risk-75-99-fill .path1:before {
  content: "\ea42";
  color: #ed1747;
}
.icon-risk-75-99-fill .path2:before {
  content: "\ea43";
  margin-left: -1em;
  color: #ffffff;
}
.icon-risk-75-99 .path1:before {
  content: "\ea44";
  color: #edefef;
}
.icon-risk-75-99 .path2:before {
  content: "\ea45";
  margin-left: -1em;
  color: #ed1747;
}
.icon-ETFs .path1:before {
  content: "\e92c";
  color: #e9ecec;
}
.icon-ETFs .path2:before {
  content: "\e92d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-ETFs .path3:before {
  content: "\e92e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-ETFs .path4:before {
  content: "\e92f";
  margin-left: -1em;
  color: #ed1747;
}
.icon-ETFs .path5:before {
  content: "\e930";
  margin-left: -1em;
  color: #ed1747;
}
.icon-ETFs-fill .path1:before {
  content: "\e9d6";
  color: #ed1747;
}
.icon-ETFs-fill .path2:before {
  content: "\e9d7";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ETFs-fill .path3:before {
  content: "\e9d8";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ETFs-fill .path4:before {
  content: "\e9d9";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ETFs-fill .path5:before {
  content: "\e9da";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ETNs .path1:before {
  content: "\e931";
  color: #edefef;
}
.icon-ETNs .path2:before {
  content: "\e932";
  margin-left: -1em;
  color: #ed1747;
}
.icon-ETNs .path3:before {
  content: "\e933";
  margin-left: -1em;
  color: #ed1747;
}
.icon-ETNs .path4:before {
  content: "\e934";
  margin-left: -1em;
  color: #ed1747;
}
.icon-ETNs .path5:before {
  content: "\e935";
  margin-left: -1em;
  color: #ed1747;
}
.icon-ETNs .path6:before {
  content: "\e936";
  margin-left: -1em;
  color: #ed1747;
}
.icon-ETNs .path7:before {
  content: "\e937";
  margin-left: -1em;
  color: #ed1747;
}
.icon-ETNs .path8:before {
  content: "\e938";
  margin-left: -1em;
  color: #ed1747;
}
.icon-ETNs-fill .path1:before {
  content: "\e9a1";
  color: #ed1747;
}
.icon-ETNs-fill .path2:before {
  content: "\e9a2";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ETNs-fill .path3:before {
  content: "\e9a3";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ETNs-fill .path4:before {
  content: "\e9a4";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ETNs-fill .path5:before {
  content: "\e9a5";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ETNs-fill .path6:before {
  content: "\e9a6";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ETNs-fill .path7:before {
  content: "\e9a7";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ETNs-fill .path8:before {
  content: "\e9a8";
  margin-left: -1em;
  color: #ffffff;
}
.icon-IPOs .path1:before {
  content: "\e949";
  color: #edefef;
}
.icon-IPOs .path2:before {
  content: "\e94a";
  margin-left: -1em;
  color: #ed1747;
}
.icon-IPOs-fill .path1:before {
  content: "\e98e";
  color: #ed1747;
}
.icon-IPOs-fill .path2:before {
  content: "\e98f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-all .path1:before {
  content: "\e919";
  color: #edefef;
}
.icon-all .path2:before {
  content: "\e91a";
  margin-left: -1em;
  color: #ed1747;
}
.icon-all .path3:before {
  content: "\e91b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-all-listed .path1:before {
  content: "\e903";
  color: #e9ecec;
}
.icon-all-listed .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: #ed1747;
}
.icon-all-listed .path3:before {
  content: "\e905";
  margin-left: -1em;
  color: #ed1747;
}
.icon-all-listed .path4:before {
  content: "\e906";
  margin-left: -1em;
  color: #ed1747;
}
.icon-all-listed .path5:before {
  content: "\e907";
  margin-left: -1em;
  color: #ed1747;
}
.icon-all-listed .path6:before {
  content: "\e908";
  margin-left: -1em;
  color: #ed1747;
}
.icon-all-listed-fill .path1:before {
  content: "\e9e5";
  color: #ed1747;
}
.icon-all-listed-fill .path2:before {
  content: "\e9e6";
  margin-left: -1em;
  color: #ffffff;
}
.icon-all-listed-fill .path3:before {
  content: "\e9e7";
  margin-left: -1em;
  color: #ffffff;
}
.icon-all-listed-fill .path4:before {
  content: "\e9e8";
  margin-left: -1em;
  color: #ffffff;
}
.icon-all-listed-fill .path5:before {
  content: "\e9e9";
  margin-left: -1em;
  color: #ffffff;
}
.icon-all-listed-fill .path6:before {
  content: "\e9ea";
  margin-left: -1em;
  color: #ffffff;
}
.icon-all-fill .path1:before {
  content: "\e9b0";
  color: #ed1747;
}
.icon-all-fill .path2:before {
  content: "\e9b1";
  margin-left: -1em;
  color: #ffffff;
}
.icon-all-fill .path3:before {
  content: "\e9b2";
  margin-left: -1em;
  color: #ffffff;
}
.icon-altX .path1:before {
  content: "\e909";
  color: #edefef;
}
.icon-altX .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: #ed1747;
}
.icon-altX .path3:before {
  content: "\e90b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-altX-fill .path1:before {
  content: "\e987";
  color: #ed1747;
}
.icon-altX-fill .path2:before {
  content: "\e988";
  margin-left: -1em;
  color: #ffffff;
}
.icon-altX-fill .path3:before {
  content: "\e989";
  margin-left: -1em;
  color: #ffffff;
}
.icon-automobile-and-parts .path1:before {
  content: "\ea46";
  color: #edefef;
}
.icon-automobile-and-parts .path2:before {
  content: "\ea47";
  margin-left: -1em;
  color: #ed1747;
}
.icon-automobile-and-parts .path3:before {
  content: "\ea48";
  margin-left: -1em;
  color: #ed1747;
}
.icon-automobile-and-parts .path4:before {
  content: "\ea49";
  margin-left: -1em;
  color: #ed1747;
}
.icon-automobile-and-parts .path5:before {
  content: "\ea4a";
  margin-left: -1em;
  color: #ed1747;
}
.icon-automobile-and-parts .path6:before {
  content: "\ea4b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-automobile-and-parts .path7:before {
  content: "\ea4c";
  margin-left: -1em;
  color: #ed1747;
}
.icon-automobile-and-parts .path8:before {
  content: "\ea4d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-automobile-and-parts .path9:before {
  content: "\ea4e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-automobile-and-parts .path10:before {
  content: "\ea4f";
  margin-left: -1em;
  color: #ed1747;
}
.icon-automobile-and-parts-fill .path1:before {
  content: "\ea50";
  color: #ed1747;
}
.icon-automobile-and-parts-fill .path2:before {
  content: "\ea51";
  margin-left: -1em;
  color: #ffffff;
}
.icon-automobile-and-parts-fill .path3:before {
  content: "\ea52";
  margin-left: -1em;
  color: #ffffff;
}
.icon-automobile-and-parts-fill .path4:before {
  content: "\ea53";
  margin-left: -1em;
  color: #ffffff;
}
.icon-automobile-and-parts-fill .path5:before {
  content: "\ea54";
  margin-left: -1em;
  color: #ffffff;
}
.icon-automobile-and-parts-fill .path6:before {
  content: "\ea55";
  margin-left: -1em;
  color: #ffffff;
}
.icon-automobile-and-parts-fill .path7:before {
  content: "\ea56";
  margin-left: -1em;
  color: #ffffff;
}
.icon-automobile-and-parts-fill .path8:before {
  content: "\ea57";
  margin-left: -1em;
  color: #ffffff;
}
.icon-automobile-and-parts-fill .path9:before {
  content: "\ea58";
  margin-left: -1em;
  color: #ffffff;
}
.icon-automobile-and-parts-fill .path10:before {
  content: "\ea59";
  margin-left: -1em;
  color: #ffffff;
}
.icon-banks .path1:before {
  content: "\ea5a";
  color: #edefef;
}
.icon-banks .path2:before {
  content: "\ea5b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-banks .path3:before {
  content: "\ea5c";
  margin-left: -1em;
  color: #ed1747;
}
.icon-banks .path4:before {
  content: "\ea5d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-banks-fill .path1:before {
  content: "\ea5e";
  color: #ed1747;
}
.icon-banks-fill .path2:before {
  content: "\ea5f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-banks-fill .path3:before {
  content: "\ea60";
  margin-left: -1em;
  color: #ffffff;
}
.icon-banks-fill .path4:before {
  content: "\ea61";
  margin-left: -1em;
  color: #ffffff;
}
.icon-baskets .path1:before {
  content: "\e91c";
  color: #e7eaea;
}
.icon-baskets .path2:before {
  content: "\e91d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-baskets .path3:before {
  content: "\e91e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-baskets .path4:before {
  content: "\e91f";
  margin-left: -1em;
  color: #ed1747;
}
.icon-baskets .path5:before {
  content: "\e920";
  margin-left: -1em;
  color: #ed1747;
}
.icon-baskets .path6:before {
  content: "\e921";
  margin-left: -1em;
  color: #ed1747;
}
.icon-baskets-fill .path1:before {
  content: "\e97e";
  color: #ed1747;
}
.icon-baskets-fill .path2:before {
  content: "\e97f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-baskets-fill .path3:before {
  content: "\e980";
  margin-left: -1em;
  color: #ffffff;
}
.icon-baskets-fill .path4:before {
  content: "\e981";
  margin-left: -1em;
  color: #ffffff;
}
.icon-baskets-fill .path5:before {
  content: "\e982";
  margin-left: -1em;
  color: #ffffff;
}
.icon-baskets-fill .path6:before {
  content: "\e983";
  margin-left: -1em;
  color: #ffffff;
}
.icon-beverages .path1:before {
  content: "\ea62";
  color: #edefef;
}
.icon-beverages .path2:before {
  content: "\ea63";
  margin-left: -1em;
  color: #ed1747;
}
.icon-beverages-fill .path1:before {
  content: "\ea64";
  color: #ed1747;
}
.icon-beverages-fill .path2:before {
  content: "\ea65";
  margin-left: -1em;
  color: #ffffff;
}
.icon-bonds-debt-instruments .path1:before {
  content: "\e922";
  color: #edefef;
}
.icon-bonds-debt-instruments .path2:before {
  content: "\e923";
  margin-left: -1em;
  color: #ed1747;
}
.icon-bonds-debt-instruments-fill .path1:before {
  content: "\e9c7";
  color: #ed1747;
}
.icon-bonds-debt-instruments-fill .path2:before {
  content: "\e9c8";
  margin-left: -1em;
  color: #ffffff;
}
.icon-bundles .path1:before {
  content: "\e924";
  color: #e9ecec;
}
.icon-bundles .path2:before {
  content: "\e925";
  margin-left: -1em;
  color: #ed1747;
}
.icon-bundles-fill .path1:before {
  content: "\e9eb";
  color: #ed1747;
}
.icon-bundles-fill .path2:before {
  content: "\e9ec";
  margin-left: -1em;
  color: #ffffff;
}
.icon-chemicals .path1:before {
  content: "\ea66";
  color: #edefef;
}
.icon-chemicals .path2:before {
  content: "\ea67";
  margin-left: -1em;
  color: #ed1747;
}
.icon-chemicals-fill .path1:before {
  content: "\ea68";
  color: #ed1747;
}
.icon-chemicals-fill .path2:before {
  content: "\ea69";
  margin-left: -1em;
  color: #ffffff;
}
.icon-construction-materials .path1:before {
  content: "\ea6a";
  color: #edefef;
}
.icon-construction-materials .path2:before {
  content: "\ea6b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-construction-materials .path3:before {
  content: "\ea6c";
  margin-left: -1em;
  color: #ed1747;
}
.icon-construction-materials .path4:before {
  content: "\ea6d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-construction-materials-fill .path1:before {
  content: "\ea6e";
  color: #ed1747;
}
.icon-construction-materials-fill .path2:before {
  content: "\ea6f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-construction-materials-fill .path3:before {
  content: "\ea70";
  margin-left: -1em;
  color: #ffffff;
}
.icon-construction-materials-fill .path4:before {
  content: "\ea71";
  margin-left: -1em;
  color: #ffffff;
}
.icon-consumer-goods .path1:before {
  content: "\e926";
  color: #edefef;
}
.icon-consumer-goods .path2:before {
  content: "\e927";
  margin-left: -1em;
  color: #ed1747;
}
.icon-consumer-goods-fill .path1:before {
  content: "\e9bf";
  color: #ed1747;
}
.icon-consumer-goods-fill .path2:before {
  content: "\e9c0";
  margin-left: -1em;
  color: #ffffff;
}
.icon-consumer-services .path1:before {
  content: "\e928";
  color: #edefef;
}
.icon-consumer-services .path2:before {
  content: "\e929";
  margin-left: -1em;
  color: #ed1747;
}
.icon-consumer-services-fill .path1:before {
  content: "\e9bd";
  color: #ed1747;
}
.icon-consumer-services-fill .path2:before {
  content: "\e9be";
  margin-left: -1em;
  color: #ffffff;
}
.icon-day-losers .path1:before {
  content: "\e90f";
  color: #edefef;
}
.icon-day-losers .path2:before {
  content: "\e910";
  margin-left: -1em;
  color: #ed1747;
}
.icon-day-losers .path3:before {
  content: "\e911";
  margin-left: -1em;
  color: #ed1747;
}
.icon-day-losers .path4:before {
  content: "\e912";
  margin-left: -1em;
  color: #ed1747;
}
.icon-day-losers .path5:before {
  content: "\e913";
  margin-left: -1em;
  color: #ed1747;
}
.icon-day-losers-fill .path1:before {
  content: "\e9b3";
  color: #ed1747;
}
.icon-day-losers-fill .path2:before {
  content: "\e9b4";
  margin-left: -1em;
  color: #ffffff;
}
.icon-day-losers-fill .path3:before {
  content: "\e9b5";
  margin-left: -1em;
  color: #ffffff;
}
.icon-day-losers-fill .path4:before {
  content: "\e9b6";
  margin-left: -1em;
  color: #ffffff;
}
.icon-day-losers-fill .path5:before {
  content: "\e9b7";
  margin-left: -1em;
  color: #ffffff;
}
.icon-day-winners .path1:before {
  content: "\e914";
  color: #edefef;
}
.icon-day-winners .path2:before {
  content: "\e915";
  margin-left: -1em;
  color: #ed1747;
}
.icon-day-winners .path3:before {
  content: "\e916";
  margin-left: -1em;
  color: #ed1747;
}
.icon-day-winners .path4:before {
  content: "\e917";
  margin-left: -1em;
  color: #ed1747;
}
.icon-day-winners .path5:before {
  content: "\e918";
  margin-left: -1em;
  color: #ed1747;
}
.icon-day-winners-fill .path1:before {
  content: "\e9b8";
  color: #ed1747;
}
.icon-day-winners-fill .path2:before {
  content: "\e9b9";
  margin-left: -1em;
  color: #ffffff;
}
.icon-day-winners-fill .path3:before {
  content: "\e9ba";
  margin-left: -1em;
  color: #ffffff;
}
.icon-day-winners-fill .path4:before {
  content: "\e9bb";
  margin-left: -1em;
  color: #ffffff;
}
.icon-day-winners-fill .path5:before {
  content: "\e9bc";
  margin-left: -1em;
  color: #ffffff;
}
.icon-dividends .path1:before {
  content: "\ea72";
  color: #edefef;
}
.icon-dividends .path2:before {
  content: "\ea73";
  margin-left: -1em;
  color: #ed1747;
}
.icon-dividends .path3:before {
  content: "\ea74";
  margin-left: -1em;
  color: #ed1747;
}
.icon-dividends .path4:before {
  content: "\ea75";
  margin-left: -1em;
  color: #ed1747;
}
.icon-dividends .path5:before {
  content: "\ea76";
  margin-left: -1em;
  color: #ed1747;
}
.icon-dividends-fill .path1:before {
  content: "\ea77";
  color: #ed1747;
}
.icon-dividends-fill .path2:before {
  content: "\ea78";
  margin-left: -1em;
  color: #ffffff;
}
.icon-dividends-fill .path3:before {
  content: "\ea79";
  margin-left: -1em;
  color: #ffffff;
}
.icon-dividends-fill .path4:before {
  content: "\ea7a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-dividends-fill .path5:before {
  content: "\ea7b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-electricity .path1:before {
  content: "\ea7c";
  color: #edefef;
}
.icon-electricity .path2:before {
  content: "\ea7d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-electricity .path3:before {
  content: "\ea7e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-electricity .path4:before {
  content: "\ea7f";
  margin-left: -1em;
  color: #ed1747;
}
.icon-electricity .path5:before {
  content: "\ea80";
  margin-left: -1em;
  color: #ed1747;
}
.icon-electricity .path6:before {
  content: "\ea81";
  margin-left: -1em;
  color: #ed1747;
}
.icon-electricity .path7:before {
  content: "\ea82";
  margin-left: -1em;
  color: #ed1747;
}
.icon-electricity-fill .path1:before {
  content: "\ea83";
  color: #ed1747;
}
.icon-electricity-fill .path2:before {
  content: "\ea84";
  margin-left: -1em;
  color: #ffffff;
}
.icon-electricity-fill .path3:before {
  content: "\ea85";
  margin-left: -1em;
  color: #ffffff;
}
.icon-electricity-fill .path4:before {
  content: "\ea86";
  margin-left: -1em;
  color: #ffffff;
}
.icon-electricity-fill .path5:before {
  content: "\ea87";
  margin-left: -1em;
  color: #ffffff;
}
.icon-electricity-fill .path6:before {
  content: "\ea88";
  margin-left: -1em;
  color: #ffffff;
}
.icon-electricity-fill .path7:before {
  content: "\ea89";
  margin-left: -1em;
  color: #ffffff;
}
.icon-electronic-electric-equipment .path1:before {
  content: "\ea8a";
  color: #ed1747;
}
.icon-electronic-electric-equipment .path2:before {
  content: "\ea8b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-electronic-electric-equipment .path3:before {
  content: "\ea8c";
  margin-left: -1em;
  color: #ed1747;
}
.icon-electronic-electric-equipment .path4:before {
  content: "\ea8d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-electronic-electric-equipment .path5:before {
  content: "\ea8e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-electronic-electric-equipment .path6:before {
  content: "\ea8f";
  margin-left: -1em;
  color: #edefef;
}
.icon-electronic-electric-equipment .path7:before {
  content: "\ea90";
  margin-left: -1em;
  color: #ed1747;
}
.icon-electronic-electric-equipment .path8:before {
  content: "\ea91";
  margin-left: -1em;
  color: #ed1747;
}
.icon-electronic-electric-equipment .path9:before {
  content: "\ea92";
  margin-left: -1em;
  color: #ed1747;
}
.icon-electronic-electric-equipment .path10:before {
  content: "\ea93";
  margin-left: -1em;
  color: #ed1747;
}
.icon-electronic-electric-equipment .path11:before {
  content: "\ea94";
  margin-left: -1em;
  color: #ed1747;
}
.icon-electronic-electric-equipment-fill .path1:before {
  content: "\ea95";
  color: #ed1747;
}
.icon-electronic-electric-equipment-fill .path2:before {
  content: "\ea96";
  margin-left: -1em;
  color: #ffffff;
}
.icon-electronic-electric-equipment-fill .path3:before {
  content: "\ea97";
  margin-left: -1em;
  color: #ffffff;
}
.icon-electronic-electric-equipment-fill .path4:before {
  content: "\ea98";
  margin-left: -1em;
  color: #ffffff;
}
.icon-electronic-electric-equipment-fill .path5:before {
  content: "\ea99";
  margin-left: -1em;
  color: #ffffff;
}
.icon-electronic-electric-equipment-fill .path6:before {
  content: "\ea9a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-electronic-electric-equipment-fill .path7:before {
  content: "\ea9b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-electronic-electric-equipment-fill .path8:before {
  content: "\ea9c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-electronic-electric-equipment-fill .path9:before {
  content: "\ea9d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-electronic-electric-equipment-fill .path10:before {
  content: "\ea9e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-electronic-electric-equipment-fill .path11:before {
  content: "\ea9f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-energy .path1:before {
  content: "\e92a";
  color: #edefef;
}
.icon-energy .path2:before {
  content: "\e92b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-energy-fill .path1:before {
  content: "\e9d2";
  color: #ed1747;
}
.icon-energy-fill .path2:before {
  content: "\e9d3";
  margin-left: -1em;
  color: #ffffff;
}
.icon-exchange-traded-notes .path1:before {
  content: "\eaa0";
  color: #edefef;
}
.icon-exchange-traded-notes .path2:before {
  content: "\eaa1";
  margin-left: -1em;
  color: #ed1747;
}
.icon-exchange-traded-notes .path3:before {
  content: "\eaa2";
  margin-left: -1em;
  color: #ed1747;
}
.icon-exchange-traded-notes .path4:before {
  content: "\eaa3";
  margin-left: -1em;
  color: #ed1747;
}
.icon-exchange-traded-notes-fill .path1:before {
  content: "\eaa4";
  color: #ed1747;
}
.icon-exchange-traded-notes-fill .path2:before {
  content: "\eaa5";
  margin-left: -1em;
  color: #ffffff;
}
.icon-exchange-traded-notes-fill .path3:before {
  content: "\eaa6";
  margin-left: -1em;
  color: #ffffff;
}
.icon-exchange-traded-notes-fill .path4:before {
  content: "\eaa7";
  margin-left: -1em;
  color: #ffffff;
}
.icon-financial-services .path1:before {
  content: "\eaa8";
  color: #edefef;
}
.icon-financial-services .path2:before {
  content: "\eaa9";
  margin-left: -1em;
  color: #ed1747;
}
.icon-financial-services-fill .path1:before {
  content: "\eaaa";
  color: #ed1747;
}
.icon-financial-services-fill .path2:before {
  content: "\eaab";
  margin-left: -1em;
  color: #ffffff;
}
.icon-financials .path1:before {
  content: "\e900";
  color: #edefef;
}
.icon-financials .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: #ed1747;
}
.icon-financials .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: #ed1747;
}
.icon-financials-fill .path1:before {
  content: "\e98a";
  color: #ed1747;
}
.icon-financials-fill .path2:before {
  content: "\e98b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-financials-fill .path3:before {
  content: "\e98c";
  margin-left: -1em;
  color: #ed1747;
}
.icon-financials-fill .path4:before {
  content: "\e98d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-fixed-line-communications .path1:before {
  content: "\eaac";
  color: #edefef;
}
.icon-fixed-line-communications .path2:before {
  content: "\eaad";
  margin-left: -1em;
  color: #ed1747;
}
.icon-fixed-line-communications-fill .path1:before {
  content: "\eaae";
  color: #ed1747;
}
.icon-fixed-line-communications-fill .path2:before {
  content: "\eaaf";
  margin-left: -1em;
  color: #ffffff;
}
.icon-food-and-drug-retailers .path1:before {
  content: "\eab0";
  color: #edefef;
}
.icon-food-and-drug-retailers .path2:before {
  content: "\eab1";
  margin-left: -1em;
  color: #ed1747;
}
.icon-food-and-drug-retailers-fill .path1:before {
  content: "\eab2";
  color: #ed1747;
}
.icon-food-and-drug-retailers-fill .path2:before {
  content: "\eab3";
  margin-left: -1em;
  color: #ffffff;
}
.icon-food-producers .path1:before {
  content: "\eab4";
  color: #edefef;
}
.icon-food-producers .path2:before {
  content: "\eab5";
  margin-left: -1em;
  color: #ed1747;
}
.icon-food-producers .path3:before {
  content: "\eab6";
  margin-left: -1em;
  color: #ed1747;
}
.icon-food-producers-fill .path1:before {
  content: "\eab7";
  color: #ed1747;
}
.icon-food-producers-fill .path2:before {
  content: "\eab8";
  margin-left: -1em;
  color: #ffffff;
}
.icon-food-producers-fill .path3:before {
  content: "\eab9";
  margin-left: -1em;
  color: #ffffff;
}
.icon-forestry-and-paper .path1:before {
  content: "\eaba";
  color: #edefef;
}
.icon-forestry-and-paper .path2:before {
  content: "\eabb";
  margin-left: -1em;
  color: #ed1747;
}
.icon-forestry-and-paper .path3:before {
  content: "\eabc";
  margin-left: -1em;
  color: #ed1747;
}
.icon-forestry-and-paper-fill .path1:before {
  content: "\eabd";
  color: #ed1747;
}
.icon-forestry-and-paper-fill .path2:before {
  content: "\eabe";
  margin-left: -1em;
  color: #ffffff;
}
.icon-forestry-and-paper-fill .path3:before {
  content: "\eabf";
  margin-left: -1em;
  color: #ffffff;
}
.icon-general-industrials .path1:before {
  content: "\eac0";
  color: #edefef;
}
.icon-general-industrials .path2:before {
  content: "\eac1";
  margin-left: -1em;
  color: #ed1747;
}
.icon-general-industrials-fill .path1:before {
  content: "\eac2";
  color: #ed1747;
}
.icon-general-industrials-fill .path2:before {
  content: "\eac3";
  margin-left: -1em;
  color: #ffffff;
}
.icon-general-retailers .path1:before {
  content: "\eac4";
  color: #edefef;
}
.icon-general-retailers .path2:before {
  content: "\eac5";
  margin-left: -1em;
  color: #ed1747;
}
.icon-general-retailers .path3:before {
  content: "\eac6";
  margin-left: -1em;
  color: #ed1747;
}
.icon-general-retailers .path4:before {
  content: "\eac7";
  margin-left: -1em;
  color: #ed1747;
}
.icon-general-retailers .path5:before {
  content: "\eac8";
  margin-left: -1em;
  color: #ed1747;
}
.icon-general-retailers .path6:before {
  content: "\eac9";
  margin-left: -1em;
  color: #ed1747;
}
.icon-general-retailers-fill .path1:before {
  content: "\eaca";
  color: #ed1747;
}
.icon-general-retailers-fill .path2:before {
  content: "\eacb";
  margin-left: -1em;
  color: #ffffff;
}
.icon-general-retailers-fill .path3:before {
  content: "\eacc";
  margin-left: -1em;
  color: #ffffff;
}
.icon-general-retailers-fill .path4:before {
  content: "\eacd";
  margin-left: -1em;
  color: #ffffff;
}
.icon-general-retailers-fill .path5:before {
  content: "\eace";
  margin-left: -1em;
  color: #ffffff;
}
.icon-general-retailers-fill .path6:before {
  content: "\eacf";
  margin-left: -1em;
  color: #ffffff;
}
.icon-health-care-services .path1:before {
  content: "\ead0";
  color: #edefef;
}
.icon-health-care-services .path2:before {
  content: "\ead1";
  margin-left: -1em;
  color: #ed1747;
}
.icon-health-care-services-fill .path1:before {
  content: "\ead2";
  color: #ed1747;
}
.icon-health-care-services-fill .path2:before {
  content: "\ead3";
  margin-left: -1em;
  color: #ffffff;
}
.icon-healthcare .path1:before {
  content: "\e939";
  color: #edefef;
}
.icon-healthcare .path2:before {
  content: "\e93a";
  margin-left: -1em;
  color: #ed1747;
}
.icon-healthcare .path3:before {
  content: "\e93b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-healthcare .path4:before {
  content: "\e93c";
  margin-left: -1em;
  color: #ed1747;
}
.icon-healthcare .path5:before {
  content: "\e93d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-healthcare .path6:before {
  content: "\e93e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-healthcare .path7:before {
  content: "\e93f";
  margin-left: -1em;
  color: #ed1747;
}
.icon-healthcare .path8:before {
  content: "\e940";
  margin-left: -1em;
  color: #ed1747;
}
.icon-healthcare .path9:before {
  content: "\e941";
  margin-left: -1em;
  color: #ed1747;
}
.icon-healthcare-fill .path1:before {
  content: "\e9c9";
  color: #ed1747;
}
.icon-healthcare-fill .path2:before {
  content: "\e9ca";
  margin-left: -1em;
  color: #ffffff;
}
.icon-healthcare-fill .path3:before {
  content: "\e9cb";
  margin-left: -1em;
  color: #ffffff;
}
.icon-healthcare-fill .path4:before {
  content: "\e9cc";
  margin-left: -1em;
  color: #ffffff;
}
.icon-healthcare-fill .path5:before {
  content: "\e9cd";
  margin-left: -1em;
  color: #ffffff;
}
.icon-healthcare-fill .path6:before {
  content: "\e9ce";
  margin-left: -1em;
  color: #ffffff;
}
.icon-healthcare-fill .path7:before {
  content: "\e9cf";
  margin-left: -1em;
  color: #ffffff;
}
.icon-healthcare-fill .path8:before {
  content: "\e9d0";
  margin-left: -1em;
  color: #ffffff;
}
.icon-healthcare-fill .path9:before {
  content: "\e9d1";
  margin-left: -1em;
  color: #ffffff;
}
.icon-household-goods-and-construction .path1:before {
  content: "\ead4";
  color: #edefef;
}
.icon-household-goods-and-construction .path2:before {
  content: "\ead5";
  margin-left: -1em;
  color: #ed1747;
}
.icon-household-goods-and-construction .path3:before {
  content: "\ead6";
  margin-left: -1em;
  color: #ed1747;
}
.icon-household-goods-and-construction .path4:before {
  content: "\ead7";
  margin-left: -1em;
  color: #ed1747;
}
.icon-household-goods-and-construction-fill .path1:before {
  content: "\ead8";
  color: #ed1747;
}
.icon-household-goods-and-construction-fill .path2:before {
  content: "\ead9";
  margin-left: -1em;
  color: #ffffff;
}
.icon-household-goods-and-construction-fill .path3:before {
  content: "\eada";
  margin-left: -1em;
  color: #ffffff;
}
.icon-household-goods-and-construction-fill .path4:before {
  content: "\eadb";
  margin-left: -1em;
  color: #ffffff;
}
.icon-indi-25 .path1:before {
  content: "\e942";
  color: #edefef;
}
.icon-indi-25 .path2:before {
  content: "\e943";
  margin-left: -1em;
  color: #ed1747;
}
.icon-indi-25 .path3:before {
  content: "\e944";
  margin-left: -1em;
  color: #ed1747;
}
.icon-indi-25-fill .path1:before {
  content: "\e97b";
  color: #ed1747;
}
.icon-indi-25-fill .path2:before {
  content: "\e97c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-indi-25-fill .path3:before {
  content: "\e97d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-industrial-engineering .path1:before {
  content: "\eadc";
  color: #edefef;
}
.icon-industrial-engineering .path2:before {
  content: "\eadd";
  margin-left: -1em;
  color: #ed1747;
}
.icon-industrial-engineering .path3:before {
  content: "\eade";
  margin-left: -1em;
  color: #ed1747;
}
.icon-industrial-engineering-fill .path1:before {
  content: "\eadf";
  color: #ed1747;
}
.icon-industrial-engineering-fill .path2:before {
  content: "\eae0";
  margin-left: -1em;
  color: #ffffff;
}
.icon-industrial-engineering-fill .path3:before {
  content: "\eae1";
  margin-left: -1em;
  color: #ffffff;
}
.icon-industrial-metals .path1:before {
  content: "\eae2";
  color: #edefef;
}
.icon-industrial-metals .path2:before {
  content: "\eae3";
  margin-left: -1em;
  color: #ed1747;
}
.icon-industrial-metals .path3:before {
  content: "\eae4";
  margin-left: -1em;
  color: #ed1747;
}
.icon-industrial-metals .path4:before {
  content: "\eae5";
  margin-left: -1em;
  color: #ed1747;
}
.icon-industrial-metals-fill .path1:before {
  content: "\eae6";
  color: #ed1747;
}
.icon-industrial-metals-fill .path2:before {
  content: "\eae7";
  margin-left: -1em;
  color: #ffffff;
}
.icon-industrial-metals-fill .path3:before {
  content: "\eae8";
  margin-left: -1em;
  color: #ffffff;
}
.icon-industrial-metals-fill .path4:before {
  content: "\eae9";
  margin-left: -1em;
  color: #ffffff;
}
.icon-industrial-transportation .path1:before {
  content: "\eaea";
  color: #ed1747;
}
.icon-industrial-transportation .path2:before {
  content: "\eaeb";
  margin-left: -1em;
  color: #edefef;
}
.icon-industrial-transportation-fill .path1:before {
  content: "\eaec";
  color: #ed1747;
}
.icon-industrial-transportation-fill .path2:before {
  content: "\eaed";
  margin-left: -1em;
  color: #ffffff;
}
.icon-industrials .path1:before {
  content: "\e945";
  color: #e9ecec;
}
.icon-industrials .path2:before {
  content: "\e946";
  margin-left: -1em;
  color: #ed1747;
}
.icon-industrials-fill .path1:before {
  content: "\e9e3";
  color: #ed1747;
}
.icon-industrials-fill .path2:before {
  content: "\e9e4";
  margin-left: -1em;
  color: #ffffff;
}
.icon-information-technology .path1:before {
  content: "\e947";
  color: #edefef;
}
.icon-information-technology .path2:before {
  content: "\e948";
  margin-left: -1em;
  color: #ed1747;
}
.icon-information-technology-fill .path1:before {
  content: "\e99f";
  color: #ed1747;
}
.icon-information-technology-fill .path2:before {
  content: "\e9a0";
  margin-left: -1em;
  color: #ffffff;
}
.icon-leisure-goods .path1:before {
  content: "\eaee";
  color: #edefef;
}
.icon-leisure-goods .path2:before {
  content: "\eaef";
  margin-left: -1em;
  color: #ed1747;
}
.icon-leisure-goods-fill .path1:before {
  content: "\eaf0";
  color: #ed1747;
}
.icon-leisure-goods-fill .path2:before {
  content: "\eaf1";
  margin-left: -1em;
  color: #ffffff;
}
.icon-life-insurance .path1:before {
  content: "\eaf2";
  color: #edefef;
}
.icon-life-insurance .path2:before {
  content: "\eaf3";
  margin-left: -1em;
  color: #ed1747;
}
.icon-life-insurance .path3:before {
  content: "\eaf4";
  margin-left: -1em;
  color: #ed1747;
}
.icon-life-insurance .path4:before {
  content: "\eaf5";
  margin-left: -1em;
  color: #ed1747;
}
.icon-life-insurance-fill .path1:before {
  content: "\eaf6";
  color: #ed1747;
}
.icon-life-insurance-fill .path2:before {
  content: "\eaf7";
  margin-left: -1em;
  color: #ffffff;
}
.icon-life-insurance-fill .path3:before {
  content: "\eaf8";
  margin-left: -1em;
  color: #ffffff;
}
.icon-life-insurance-fill .path4:before {
  content: "\eaf9";
  margin-left: -1em;
  color: #ffffff;
}
.icon-market-cap-1 .path1:before {
  content: "\eafa";
  color: #edefef;
}
.icon-market-cap-1 .path2:before {
  content: "\eafb";
  margin-left: -1em;
  color: #ed1747;
}
.icon-market-cap-1-fill .path1:before {
  content: "\eafc";
  color: #ed1747;
}
.icon-market-cap-1-fill .path2:before {
  content: "\eafd";
  margin-left: -1em;
  color: #ffffff;
}
.icon-market-cap-2 .path1:before {
  content: "\eafe";
  color: #edefef;
}
.icon-market-cap-2 .path2:before {
  content: "\eaff";
  margin-left: -1em;
  color: #ed1747;
}
.icon-market-cap-2-fill .path1:before {
  content: "\eb00";
  color: #ed1747;
}
.icon-market-cap-2-fill .path2:before {
  content: "\eb01";
  margin-left: -1em;
  color: #ffffff;
}
.icon-market-cap-3 .path1:before {
  content: "\eb02";
  color: #edefef;
}
.icon-market-cap-3 .path2:before {
  content: "\eb03";
  margin-left: -1em;
  color: #ed1747;
}
.icon-market-cap-3-fill .path1:before {
  content: "\eb04";
  color: #ed1747;
}
.icon-market-cap-3-fill .path2:before {
  content: "\eb05";
  margin-left: -1em;
  color: #ffffff;
}
.icon-materials .path1:before {
  content: "\e94b";
  color: #edefef;
}
.icon-materials .path2:before {
  content: "\e94c";
  margin-left: -1em;
  color: #ed1747;
}
.icon-materials-fill .path1:before {
  content: "\e9c5";
  color: #ed1747;
}
.icon-materials-fill .path2:before {
  content: "\e9c6";
  margin-left: -1em;
  color: #ffffff;
}
.icon-media .path1:before {
  content: "\eb06";
  color: #edefef;
}
.icon-media .path2:before {
  content: "\eb07";
  margin-left: -1em;
  color: #ed1747;
}
.icon-media .path3:before {
  content: "\eb08";
  margin-left: -1em;
  color: #ed1747;
}
.icon-media .path4:before {
  content: "\eb09";
  margin-left: -1em;
  color: #ed1747;
}
.icon-media-fill .path1:before {
  content: "\eb0a";
  color: #ed1747;
}
.icon-media-fill .path2:before {
  content: "\eb0b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-media-fill .path3:before {
  content: "\eb0c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-media-fill .path4:before {
  content: "\eb0d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mining .path1:before {
  content: "\eb0e";
  color: #edefef;
}
.icon-mining .path2:before {
  content: "\eb0f";
  margin-left: -1em;
  color: #ed1747;
}
.icon-mining .path3:before {
  content: "\eb10";
  margin-left: -1em;
  color: #ed1747;
}
.icon-mining .path4:before {
  content: "\eb11";
  margin-left: -1em;
  color: #ed1747;
}
.icon-mining .path5:before {
  content: "\eb12";
  margin-left: -1em;
  color: #ed1747;
}
.icon-mining-fill .path1:before {
  content: "\eb13";
  color: #ed1747;
}
.icon-mining-fill .path2:before {
  content: "\eb14";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mining-fill .path3:before {
  content: "\eb15";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mining-fill .path4:before {
  content: "\eb16";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mining-fill .path5:before {
  content: "\eb17";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mobile-telecommunications .path1:before {
  content: "\eb18";
  color: #edefef;
}
.icon-mobile-telecommunications .path2:before {
  content: "\eb19";
  margin-left: -1em;
  color: #ed1747;
}
.icon-mobile-telecommunications .path3:before {
  content: "\eb1a";
  margin-left: -1em;
  color: #ed1747;
}
.icon-mobile-telecommunications .path4:before {
  content: "\eb1b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-mobile-telecommunications .path5:before {
  content: "\eb1c";
  margin-left: -1em;
  color: #ed1747;
}
.icon-mobile-telecommunications .path6:before {
  content: "\eb1d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-mobile-telecommunications .path7:before {
  content: "\eb1e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-mobile-telecommunications-fill .path1:before {
  content: "\eb1f";
  color: #ed1747;
}
.icon-mobile-telecommunications-fill .path2:before {
  content: "\eb20";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mobile-telecommunications-fill .path3:before {
  content: "\eb21";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mobile-telecommunications-fill .path4:before {
  content: "\eb22";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mobile-telecommunications-fill .path5:before {
  content: "\eb23";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mobile-telecommunications-fill .path6:before {
  content: "\eb24";
  margin-left: -1em;
  color: #ffffff;
}
.icon-mobile-telecommunications-fill .path7:before {
  content: "\eb25";
  margin-left: -1em;
  color: #ffffff;
}
.icon-most-traded .path1:before {
  content: "\e94d";
  color: #e9ecec;
}
.icon-most-traded .path2:before {
  content: "\e94e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-most-traded-fill .path1:before {
  content: "\e9db";
  color: #ed1747;
}
.icon-most-traded-fill .path2:before {
  content: "\e9dc";
  margin-left: -1em;
  color: #ffffff;
}
.icon-my-watchlist-fill .path1:before {
  content: "\e9c1";
  color: #ed1747;
}
.icon-my-watchlist-fill .path2:before {
  content: "\e9c2";
  margin-left: -1em;
  color: #ffffff;
}
.icon-my-watchlist-fill .path3:before {
  content: "\e9c3";
  margin-left: -1em;
  color: #ffffff;
}
.icon-my-watchlist-fill .path4:before {
  content: "\e9c4";
  margin-left: -1em;
  color: #ffffff;
}
.icon-my-watchlists .path1:before {
  content: "\e94f";
  color: #edefef;
}
.icon-my-watchlists .path2:before {
  content: "\e950";
  margin-left: -1em;
  color: #ed1747;
}
.icon-my-watchlists .path3:before {
  content: "\e951";
  margin-left: -1em;
  color: #ed1747;
}
.icon-my-watchlists .path4:before {
  content: "\e952";
  margin-left: -1em;
  color: #ed1747;
}
.icon-non-life-insurance .path1:before {
  content: "\eb26";
  color: #edefef;
}
.icon-non-life-insurance .path2:before {
  content: "\eb27";
  margin-left: -1em;
  color: #ed1747;
}
.icon-non-life-insurance .path3:before {
  content: "\eb28";
  margin-left: -1em;
  color: #ed1747;
}
.icon-non-life-insurance-fill .path1:before {
  content: "\eb29";
  color: #ed1747;
}
.icon-non-life-insurance-fill .path2:before {
  content: "\eb2a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-non-life-insurance-fill .path3:before {
  content: "\eb2b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-oil-and-gas .path1:before {
  content: "\e953";
  color: #e9ecec;
}
.icon-oil-and-gas .path2:before {
  content: "\e954";
  margin-left: -1em;
  color: #ed1747;
}
.icon-oil-and-gas-fill .path1:before {
  content: "\e9d4";
  color: #ed1747;
}
.icon-oil-and-gas-fill .path2:before {
  content: "\e9d5";
  margin-left: -1em;
  color: #ffffff;
}
.icon-other-securities .path1:before {
  content: "\eb2c";
  color: #edefef;
}
.icon-other-securities .path2:before {
  content: "\eb2d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-other-securities .path3:before {
  content: "\eb2e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-other-securities-fill .path1:before {
  content: "\eb2f";
  color: #ed1747;
}
.icon-other-securities-fill .path2:before {
  content: "\eb30";
  margin-left: -1em;
  color: #ffffff;
}
.icon-other-securities-fill .path3:before {
  content: "\eb31";
  margin-left: -1em;
  color: #ffffff;
}
.icon-personal-goods .path1:before {
  content: "\eb32";
  color: #edefef;
}
.icon-personal-goods .path2:before {
  content: "\eb33";
  margin-left: -1em;
  color: #ed1747;
}
.icon-personal-goods-fill .path1:before {
  content: "\eb34";
  color: #ed1747;
}
.icon-personal-goods-fill .path2:before {
  content: "\eb35";
  margin-left: -1em;
  color: #ffffff;
}
.icon-pharmaceuticals .path1:before {
  content: "\eb36";
  color: #edefef;
}
.icon-pharmaceuticals .path2:before {
  content: "\eb37";
  margin-left: -1em;
  color: #ed1747;
}
.icon-pharmaceuticals .path3:before {
  content: "\eb38";
  margin-left: -1em;
  color: #ed1747;
}
.icon-pharmaceuticals .path4:before {
  content: "\eb39";
  margin-left: -1em;
  color: #ed1747;
}
.icon-pharmaceuticals .path5:before {
  content: "\eb3a";
  margin-left: -1em;
  color: #ed1747;
}
.icon-pharmaceuticals-fill .path1:before {
  content: "\eb3b";
  color: #ed1747;
}
.icon-pharmaceuticals-fill .path2:before {
  content: "\eb3c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-pharmaceuticals-fill .path3:before {
  content: "\eb3d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-pharmaceuticals-fill .path4:before {
  content: "\eb3e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-pharmaceuticals-fill .path5:before {
  content: "\eb3f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-preference-shares .path1:before {
  content: "\eb40";
  color: #edefef;
}
.icon-preference-shares .path2:before {
  content: "\eb41";
  margin-left: -1em;
  color: #ed1747;
}
.icon-preference-shares .path3:before {
  content: "\eb42";
  margin-left: -1em;
  color: #ed1747;
}
.icon-preference-shares-fill .path1:before {
  content: "\eb43";
  color: #ed1747;
}
.icon-preference-shares-fill .path2:before {
  content: "\eb44";
  margin-left: -1em;
  color: #ffffff;
}
.icon-preference-shares-fill .path3:before {
  content: "\eb45";
  margin-left: -1em;
  color: #ffffff;
}
.icon-real-estate-investment .path1:before {
  content: "\ebba";
  color: #edefef;
}
.icon-real-estate-investment .path2:before {
  content: "\ebbb";
  margin-left: -1em;
  color: #ed1747;
}
.icon-real-estate-investment .path3:before {
  content: "\ebbc";
  margin-left: -1em;
  color: #ed1747;
}
.icon-real-estate-investment .path4:before {
  content: "\ebbd";
  margin-left: -1em;
  color: #ed1747;
}
.icon-real-estate-investment .path5:before {
  content: "\ebbe";
  margin-left: -1em;
  color: #ed1747;
}
.icon-real-estate-investment .path6:before {
  content: "\ebbf";
  margin-left: -1em;
  color: #ed1747;
}
.icon-real-estate-investment .path7:before {
  content: "\ebc0";
  margin-left: -1em;
  color: #ed1747;
}
.icon-real-estate-investment .path8:before {
  content: "\ebc1";
  margin-left: -1em;
  color: #ed1747;
}
.icon-real-estate-investment-fill .path1:before {
  content: "\eb46";
  color: #ed1747;
}
.icon-real-estate-investment-fill .path2:before {
  content: "\eb47";
  margin-left: -1em;
  color: #ffffff;
}
.icon-real-estate-investment-fill .path3:before {
  content: "\eb48";
  margin-left: -1em;
  color: #ffffff;
}
.icon-real-estate-investment-fill .path4:before {
  content: "\eb49";
  margin-left: -1em;
  color: #ffffff;
}
.icon-real-estate-investment-fill .path5:before {
  content: "\eb4a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-real-estate-investment-fill .path6:before {
  content: "\eb4b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-real-estate-investment-fill .path7:before {
  content: "\eb4c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-real-estate-investment-fill .path8:before {
  content: "\eb4d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-real-estate-investment-trusts .path1:before {
  content: "\eb4e";
  color: #edefef;
}
.icon-real-estate-investment-trusts .path2:before {
  content: "\eb4f";
  margin-left: -1em;
  color: #ed1747;
}
.icon-real-estate-investment-trusts .path3:before {
  content: "\eb50";
  margin-left: -1em;
  color: #ed1747;
}
.icon-real-estate-investment-trusts .path4:before {
  content: "\eb51";
  margin-left: -1em;
  color: #ed1747;
}
.icon-real-estate-investment-trusts .path5:before {
  content: "\eb52";
  margin-left: -1em;
  color: #ed1747;
}
.icon-real-estate-investment-trusts .path6:before {
  content: "\eb53";
  margin-left: -1em;
  color: #ed1747;
}
.icon-real-estate-investment-trusts .path7:before {
  content: "\eb54";
  margin-left: -1em;
  color: #ed1747;
}
.icon-real-estate-investment-trusts .path8:before {
  content: "\eb55";
  margin-left: -1em;
  color: #ed1747;
}
.icon-real-estate-investment-trusts-fill .path1:before {
  content: "\eb56";
  color: #ed1747;
}
.icon-real-estate-investment-trusts-fill .path2:before {
  content: "\eb57";
  margin-left: -1em;
  color: #ffffff;
}
.icon-real-estate-investment-trusts-fill .path3:before {
  content: "\eb58";
  margin-left: -1em;
  color: #ffffff;
}
.icon-real-estate-investment-trusts-fill .path4:before {
  content: "\eb59";
  margin-left: -1em;
  color: #ffffff;
}
.icon-real-estate-investment-trusts-fill .path5:before {
  content: "\eb5a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-real-estate-investment-trusts-fill .path6:before {
  content: "\eb5b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-real-estate-investment-trusts-fill .path7:before {
  content: "\eb5c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-real-estate-investment-trusts-fill .path8:before {
  content: "\eb5d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-resources .path1:before {
  content: "\e955";
  color: #edefef;
}
.icon-resources .path2:before {
  content: "\e956";
  margin-left: -1em;
  color: #ed1747;
}
.icon-resources .path3:before {
  content: "\e957";
  margin-left: -1em;
  color: #ed1747;
}
.icon-resources .path4:before {
  content: "\e958";
  margin-left: -1em;
  color: #ed1747;
}
.icon-resources .path5:before {
  content: "\e959";
  margin-left: -1em;
  color: #ed1747;
}
.icon-resources .path6:before {
  content: "\e95a";
  margin-left: -1em;
  color: #ed1747;
}
.icon-resources .path7:before {
  content: "\e95b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-resources-fill .path1:before {
  content: "\e9a9";
  color: #ed1747;
}
.icon-resources-fill .path2:before {
  content: "\e9aa";
  margin-left: -1em;
  color: #ffffff;
}
.icon-resources-fill .path3:before {
  content: "\e9ab";
  margin-left: -1em;
  color: #ffffff;
}
.icon-resources-fill .path4:before {
  content: "\e9ac";
  margin-left: -1em;
  color: #ffffff;
}
.icon-resources-fill .path5:before {
  content: "\e9ad";
  margin-left: -1em;
  color: #ffffff;
}
.icon-resources-fill .path6:before {
  content: "\e9ae";
  margin-left: -1em;
  color: #ffffff;
}
.icon-resources-fill .path7:before {
  content: "\e9af";
  margin-left: -1em;
  color: #ffffff;
}
.icon-retirement-annuity .path1:before {
  content: "\e95c";
  color: #e9ecec;
}
.icon-retirement-annuity .path2:before {
  content: "\e95d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-retirement-annuity .path3:before {
  content: "\e95e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-retirement-annuity-fill .path1:before {
  content: "\e9ed";
  color: #ed1747;
}
.icon-retirement-annuity-fill .path2:before {
  content: "\e9ee";
  margin-left: -1em;
  color: #ffffff;
}
.icon-retirement-annuity-fill .path3:before {
  content: "\e9ef";
  margin-left: -1em;
  color: #ffffff;
}
.icon-risk-75-992 .path1:before {
  content: "\eb5e";
  color: #edefef;
}
.icon-risk-75-992 .path2:before {
  content: "\eb5f";
  margin-left: -1em;
  color: #ed1747;
}
.icon-risk-75-99-fill2 .path1:before {
  content: "\eb60";
  color: #ed1747;
}
.icon-risk-75-99-fill2 .path2:before {
  content: "\eb61";
  margin-left: -1em;
  color: #ffffff;
}
.icon-risk-high .path1:before {
  content: "\e95f";
  color: #edefef;
}
.icon-risk-high .path2:before {
  content: "\e960";
  margin-left: -1em;
  color: #ed1747;
}
.icon-risk-high .path3:before {
  content: "\e961";
  margin-left: -1em;
  color: #ed1747;
}
.icon-risk-high .path4:before {
  content: "\e962";
  margin-left: -1em;
  color: #ed1747;
}
.icon-risk-high-fill .path1:before {
  content: "\e994";
  color: #ed1747;
}
.icon-risk-high-fill .path2:before {
  content: "\e995";
  margin-left: -1em;
  color: #ffffff;
}
.icon-risk-high-fill .path3:before {
  content: "\e996";
  margin-left: -1em;
  color: #ffffff;
}
.icon-risk-high-fill .path4:before {
  content: "\e997";
  margin-left: -1em;
  color: #ffffff;
}
.icon-risk-low .path1:before {
  content: "\e963";
  color: #edefef;
}
.icon-risk-low .path2:before {
  content: "\e964";
  margin-left: -1em;
  color: #ed1747;
}
.icon-risk-low .path3:before {
  content: "\e965";
  margin-left: -1em;
  color: #ed1747;
}
.icon-risk-low .path4:before {
  content: "\e966";
  margin-left: -1em;
  color: #ed1747;
}
.icon-risk-low-fill .path1:before {
  content: "\e998";
  color: #ed1747;
}
.icon-risk-low-fill .path2:before {
  content: "\e999";
  margin-left: -1em;
  color: #ffffff;
}
.icon-risk-low-fill .path3:before {
  content: "\e99a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-risk-low-fill .path4:before {
  content: "\e99b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-risk-medium .path1:before {
  content: "\e967";
  color: #edefef;
}
.icon-risk-medium .path2:before {
  content: "\e968";
  margin-left: -1em;
  color: #ed1747;
}
.icon-risk-medium .path3:before {
  content: "\e969";
  margin-left: -1em;
  color: #ed1747;
}
.icon-risk-medium .path4:before {
  content: "\e96a";
  margin-left: -1em;
  color: #ed1747;
}
.icon-risk-medium-fill .path1:before {
  content: "\e990";
  color: #ed1747;
}
.icon-risk-medium-fill .path2:before {
  content: "\e991";
  margin-left: -1em;
  color: #ffffff;
}
.icon-risk-medium-fill .path3:before {
  content: "\e992";
  margin-left: -1em;
  color: #ffffff;
}
.icon-risk-medium-fill .path4:before {
  content: "\e993";
  margin-left: -1em;
  color: #ffffff;
}
.icon-shares .path1:before {
  content: "\e90c";
  color: #e7eaea;
}
.icon-shares .path2:before {
  content: "\e90d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-shares .path3:before {
  content: "\e90e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-shares-fill .path1:before {
  content: "\e9f4";
  color: #ed1747;
}
.icon-shares-fill .path2:before {
  content: "\e9f5";
  margin-left: -1em;
  color: #ffffff;
}
.icon-shares-fill .path3:before {
  content: "\e9f6";
  margin-left: -1em;
  color: #ffffff;
}
.icon-software-services .path1:before {
  content: "\eb62";
  color: #edefef;
}
.icon-software-services .path2:before {
  content: "\eb63";
  margin-left: -1em;
  color: #ed1747;
}
.icon-software-services .path3:before {
  content: "\eb64";
  margin-left: -1em;
  color: #ed1747;
}
.icon-software-services .path4:before {
  content: "\eb65";
  margin-left: -1em;
  color: #ed1747;
}
.icon-software-services .path5:before {
  content: "\eb66";
  margin-left: -1em;
  color: #ed1747;
}
.icon-software-services .path6:before {
  content: "\eb67";
  margin-left: -1em;
  color: #ed1747;
}
.icon-software-services .path7:before {
  content: "\eb68";
  margin-left: -1em;
  color: #ed1747;
}
.icon-software-services-fill .path1:before {
  content: "\eb69";
  color: #ed1747;
}
.icon-software-services-fill .path2:before {
  content: "\eb6a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-software-services-fill .path3:before {
  content: "\eb6b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-software-services-fill .path4:before {
  content: "\eb6c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-software-services-fill .path5:before {
  content: "\eb6d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-software-services-fill .path6:before {
  content: "\eb6e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-software-services-fill .path7:before {
  content: "\eb6f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-support-services .path1:before {
  content: "\eb70";
  color: #edefef;
}
.icon-support-services .path2:before {
  content: "\eb71";
  margin-left: -1em;
  color: #ed1747;
}
.icon-support-services-fill .path1:before {
  content: "\eb72";
  color: #ed1747;
}
.icon-support-services-fill .path2:before {
  content: "\eb73";
  margin-left: -1em;
  color: #ffffff;
}
.icon-technology-hardware .path1:before {
  content: "\eb74";
  color: #edefef;
}
.icon-technology-hardware .path2:before {
  content: "\eb75";
  margin-left: -1em;
  color: #ed1747;
}
.icon-technology-hardware-fill .path1:before {
  content: "\eb76";
  color: #ed1747;
}
.icon-technology-hardware-fill .path2:before {
  content: "\eb77";
  margin-left: -1em;
  color: #ffffff;
}
.icon-telekoms .path1:before {
  content: "\e96b";
  color: #e9ecec;
}
.icon-telekoms .path2:before {
  content: "\e96c";
  margin-left: -1em;
  color: #ed1747;
}
.icon-telekoms .path3:before {
  content: "\e96d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-telekoms .path4:before {
  content: "\e96e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-telekoms .path5:before {
  content: "\e96f";
  margin-left: -1em;
  color: #ed1747;
}
.icon-telekoms .path6:before {
  content: "\e970";
  margin-left: -1em;
  color: #ed1747;
}
.icon-telekoms-fill .path1:before {
  content: "\e9dd";
  color: #ed1747;
}
.icon-telekoms-fill .path2:before {
  content: "\e9de";
  margin-left: -1em;
  color: #ffffff;
}
.icon-telekoms-fill .path3:before {
  content: "\e9df";
  margin-left: -1em;
  color: #ffffff;
}
.icon-telekoms-fill .path4:before {
  content: "\e9e0";
  margin-left: -1em;
  color: #ffffff;
}
.icon-telekoms-fill .path5:before {
  content: "\e9e1";
  margin-left: -1em;
  color: #ffffff;
}
.icon-telekoms-fill .path6:before {
  content: "\e9e2";
  margin-left: -1em;
  color: #ffffff;
}
.icon-tobacco .path1:before {
  content: "\eb78";
  color: #edefef;
}
.icon-tobacco .path2:before {
  content: "\eb79";
  margin-left: -1em;
  color: #ed1747;
}
.icon-tobacco .path3:before {
  content: "\eb7a";
  margin-left: -1em;
  color: #ed1747;
}
.icon-tobacco .path4:before {
  content: "\eb7b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-tobacco .path5:before {
  content: "\eb7c";
  margin-left: -1em;
  color: #ed1747;
}
.icon-tobacco-fill .path1:before {
  content: "\eb7d";
  color: #ed1747;
}
.icon-tobacco-fill .path2:before {
  content: "\eb7e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-tobacco-fill .path3:before {
  content: "\eb7f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-tobacco-fill .path4:before {
  content: "\eb80";
  margin-left: -1em;
  color: #ffffff;
}
.icon-tobacco-fill .path5:before {
  content: "\eb81";
  margin-left: -1em;
  color: #ffffff;
}
.icon-top-40 .path1:before {
  content: "\e971";
  color: #edefef;
}
.icon-top-40 .path2:before {
  content: "\e972";
  margin-left: -1em;
  color: #ed1747;
}
.icon-top-40 .path3:before {
  content: "\e973";
  margin-left: -1em;
  color: #ed1747;
}
.icon-top-40-fill .path1:before {
  content: "\e984";
  color: #ed1747;
}
.icon-top-40-fill .path2:before {
  content: "\e985";
  margin-left: -1em;
  color: #ffffff;
}
.icon-top-40-fill .path3:before {
  content: "\e986";
  margin-left: -1em;
  color: #ffffff;
}
.icon-travel-and-leisure .path1:before {
  content: "\eb82";
  color: #edefef;
}
.icon-travel-and-leisure .path2:before {
  content: "\eb83";
  margin-left: -1em;
  color: #ed1747;
}
.icon-travel-and-leisure-fill .path1:before {
  content: "\eb84";
  color: #ed1747;
}
.icon-travel-and-leisure-fill .path2:before {
  content: "\eb85";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unclassified .path1:before {
  content: "\eb86";
  color: #edefef;
}
.icon-unclassified .path2:before {
  content: "\eb87";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unclassified .path3:before {
  content: "\eb88";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unclassified-fill .path1:before {
  content: "\eb89";
  color: #ed1747;
}
.icon-unclassified-fill .path2:before {
  content: "\eb8a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unclassified-fill .path3:before {
  content: "\eb8b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unit-trust .path1:before {
  content: "\e974";
  color: #e9ecec;
}
.icon-unit-trust .path2:before {
  content: "\e975";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unit-trust-fill .path1:before {
  content: "\e9f0";
  color: #ed1747;
}
.icon-unit-trust-fill .path2:before {
  content: "\e9f1";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unlisted .path1:before {
  content: "\eb8c";
  color: #edefef;
}
.icon-unlisted .path2:before {
  content: "\eb8d";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unlisted .path3:before {
  content: "\eb8e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unlisted .path4:before {
  content: "\eb8f";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unlisted .path5:before {
  content: "\eb90";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unlisted .path6:before {
  content: "\eb91";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unlisted .path7:before {
  content: "\eb92";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unlisted .path8:before {
  content: "\eb93";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unlisted .path9:before {
  content: "\eb94";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unlisted .path10:before {
  content: "\eb95";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unlisted .path11:before {
  content: "\eb96";
  margin-left: -1em;
  color: #ed1747;
}
.icon-unlisted-fill .path1:before {
  content: "\eb97";
  color: #ed1747;
}
.icon-unlisted-fill .path2:before {
  content: "\eb98";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unlisted-fill .path3:before {
  content: "\eb99";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unlisted-fill .path4:before {
  content: "\eb9a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unlisted-fill .path5:before {
  content: "\eb9b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unlisted-fill .path6:before {
  content: "\eb9c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unlisted-fill .path7:before {
  content: "\eb9d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unlisted-fill .path8:before {
  content: "\eb9e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unlisted-fill .path9:before {
  content: "\eb9f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unlisted-fill .path10:before {
  content: "\eba0";
  margin-left: -1em;
  color: #ffffff;
}
.icon-unlisted-fill .path11:before {
  content: "\eba1";
  margin-left: -1em;
  color: #ffffff;
}
.icon-vouchers2 .path1:before {
  content: "\e976";
  color: #e9ecec;
}
.icon-vouchers2 .path2:before {
  content: "\e977";
  margin-left: -1em;
  color: #ed1747;
}
.icon-vouchers-fill .path1:before {
  content: "\e9f2";
  color: #ed1747;
}
.icon-vouchers-fill .path2:before {
  content: "\e9f3";
  margin-left: -1em;
  color: #ffffff;
}
.icon-warrants .path1:before {
  content: "\e978";
  color: #edefef;
}
.icon-warrants .path2:before {
  content: "\e979";
  margin-left: -1em;
  color: #ed1747;
}
.icon-warrants .path3:before {
  content: "\e97a";
  margin-left: -1em;
  color: #ed1747;
}
.icon-warrants-fill .path1:before {
  content: "\e99c";
  color: #ed1747;
}
.icon-warrants-fill .path2:before {
  content: "\e99d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-warrants-fill .path3:before {
  content: "\e99e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ABSA-selected .path1:before {
  content: "\ebc4";
  color: #ed1747;
}
.icon-ABSA-selected .path2:before {
  content: "\ebc5";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ABSA-selected .path3:before {
  content: "\ebc6";
  margin-left: -1em;
  color: #bc0a01;
}
.icon-ABSA .path1:before {
  content: "\ebc7";
  color: #edefef;
}
.icon-ABSA .path2:before {
  content: "\ebc8";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ABSA .path3:before {
  content: "\ebc9";
  margin-left: -1em;
  color: #bc0a01;
}
.icon-ADV-selected .path1:before {
  content: "\ebca";
  color: #ed1747;
}
.icon-ADV-selected .path2:before {
  content: "\ebcb";
  margin-left: -1em;
  color: #00be69;
}
.icon-ADV-selected .path3:before {
  content: "\ebcc";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ADV .path1:before {
  content: "\ebcd";
  color: #edefef;
}
.icon-ADV .path2:before {
  content: "\ebce";
  margin-left: -1em;
  color: #00be69;
}
.icon-ADV .path3:before {
  content: "\ebcf";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ASH-selected .path1:before {
  content: "\ebd0";
  color: #ed1747;
}
.icon-ASH-selected .path2:before {
  content: "\ebd1";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ASH-selected .path3:before {
  content: "\ebd2";
  margin-left: -1em;
  color: #af002f;
}
.icon-ASH .path1:before {
  content: "\ebd3";
  color: #edefef;
}
.icon-ASH .path2:before {
  content: "\ebd4";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ASH .path3:before {
  content: "\ebd5";
  margin-left: -1em;
  color: #af002f;
}
.icon-BIZ-selected .path1:before {
  content: "\ebd6";
  color: #ed1747;
}
.icon-BIZ-selected .path2:before {
  content: "\ebd7";
  margin-left: -1em;
  color: #ffffff;
}
.icon-BIZ-selected .path3:before {
  content: "\ebd8";
  margin-left: -1em;
  color: #0c2e76;
}
.icon-BIZ .path1:before {
  content: "\ebd9";
  color: #edefef;
}
.icon-BIZ .path2:before {
  content: "\ebda";
  margin-left: -1em;
  color: #ffffff;
}
.icon-BIZ .path3:before {
  content: "\ebdb";
  margin-left: -1em;
  color: #0c2e76;
}
.icon-BMB-selected .path1:before {
  content: "\ebdc";
  color: #ed1747;
}
.icon-BMB-selected .path2:before {
  content: "\ebdd";
  margin-left: -1em;
  color: #ffffff;
}
.icon-BMB-selected .path3:before {
  content: "\ebde";
  margin-left: -1em;
  color: #140e3a;
}
.icon-CAI-selected .path1:before {
  content: "\ebdf";
  color: #ed1747;
}
.icon-CAI-selected .path2:before {
  content: "\ebe0";
  margin-left: -1em;
  color: #191c40;
}
.icon-CAI-selected .path3:before {
  content: "\ebe1";
  margin-left: -1em;
  color: #ffffff;
}
.icon-CAI .path1:before {
  content: "\ebe2";
  color: #edefef;
}
.icon-CAI .path2:before {
  content: "\ebe3";
  margin-left: -1em;
  color: #191c40;
}
.icon-CAI .path3:before {
  content: "\ebe4";
  margin-left: -1em;
  color: #ffffff;
}
.icon-COR-selected .path1:before {
  content: "\ebe5";
  color: #ed1747;
}
.icon-COR-selected .path2:before {
  content: "\ebe6";
  margin-left: -1em;
  color: #ffffff;
}
.icon-COR-selected .path3:before {
  content: "\ebe7";
  margin-left: -1em;
  color: #2d3e50;
}
.icon-COR .path1:before {
  content: "\ebe8";
  color: #edefef;
}
.icon-COR .path2:before {
  content: "\ebe9";
  margin-left: -1em;
  color: #ffffff;
}
.icon-COR .path3:before {
  content: "\ebea";
  margin-left: -1em;
  color: #2d3e50;
}
.icon-DEB-selected .path1:before {
  content: "\ebeb";
  color: #ed1747;
}
.icon-DEB-selected .path2:before {
  content: "\ebec";
  margin-left: -1em;
  color: #ffffff;
}
.icon-DEB-selected .path3:before {
  content: "\ebed";
  margin-left: -1em;
  color: #0518a8;
}
.icon-DEB .path1:before {
  content: "\ebee";
  color: #edefef;
}
.icon-DEB .path2:before {
  content: "\ebef";
  margin-left: -1em;
  color: #ffffff;
}
.icon-DEB .path3:before {
  content: "\ebf0";
  margin-left: -1em;
  color: #0518a8;
}
.icon-EMP-selected .path1:before {
  content: "\ebf1";
  color: #ed1747;
}
.icon-EMP-selected .path2:before {
  content: "\ebf2";
  margin-left: -1em;
  color: #000000;
}
.icon-EMP-selected .path3:before {
  content: "\ebf3";
  margin-left: -1em;
  color: #f0a800;
}
.icon-EMP .path1:before {
  content: "\ebf4";
  color: #edefef;
}
.icon-EMP .path2:before {
  content: "\ebf5";
  margin-left: -1em;
  color: #000000;
}
.icon-EMP .path3:before {
  content: "\ebf6";
  margin-left: -1em;
  color: #f0a800;
}
.icon-INV-selected .path1:before {
  content: "\ebf7";
  color: #ed1747;
}
.icon-INV-selected .path2:before {
  content: "\ebf8";
  margin-left: -1em;
  color: #000000;
}
.icon-INV-selected .path3:before {
  content: "\ebf9";
  margin-left: -1em;
  color: #fffb55;
}
.icon-INV .path1:before {
  content: "\ebfa";
  color: #edefef;
}
.icon-INV .path2:before {
  content: "\ebfb";
  margin-left: -1em;
  color: #000000;
}
.icon-INV .path3:before {
  content: "\ebfc";
  margin-left: -1em;
  color: #fffb55;
}
.icon-JANB-selected .path1:before {
  content: "\ebfd";
  color: #ed1747;
}
.icon-JANB-selected .path2:before {
  content: "\ebfe";
  margin-left: -1em;
  color: #ffffff;
}
.icon-JANB-selected .path3:before {
  content: "\ebff";
  margin-left: -1em;
  color: #000000;
}
.icon-JANB .path1:before {
  content: "\ec00";
  color: #edefef;
}
.icon-JANB .path2:before {
  content: "\ec01";
  margin-left: -1em;
  color: #ffffff;
}
.icon-JANB .path3:before {
  content: "\ec02";
  margin-left: -1em;
  color: #000000;
}
.icon-KIG-selected .path1:before {
  content: "\ec03";
  color: #ed1747;
}
.icon-KIG-selected .path2:before {
  content: "\ec04";
  margin-left: -1em;
  color: #ffffff;
}
.icon-KIG-selected .path3:before {
  content: "\ec05";
  margin-left: -1em;
  color: #41315e;
}
.icon-KIG .path1:before {
  content: "\ec06";
  color: #edefef;
}
.icon-KIG .path2:before {
  content: "\ec07";
  margin-left: -1em;
  color: #ffffff;
}
.icon-KIG .path3:before {
  content: "\ec08";
  margin-left: -1em;
  color: #41315e;
}
.icon-NEW-selected .path1:before {
  content: "\ec09";
  color: #ed1747;
}
.icon-NEW-selected .path2:before {
  content: "\ec0a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-NEW-selected .path3:before {
  content: "\ec0b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-NEW .path1:before {
  content: "\ec0c";
  color: #edefef;
}
.icon-NEW .path2:before {
  content: "\ec0d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-NEW .path3:before {
  content: "\ec0e";
  margin-left: -1em;
  color: #ed1747;
}
.icon-PINK-selected .path1:before {
  content: "\ec0f";
  color: #ed1747;
}
.icon-PINK-selected .path2:before {
  content: "\ec10";
  margin-left: -1em;
  color: #ffffff;
}
.icon-PINK-selected .path3:before {
  content: "\ec11";
  margin-left: -1em;
  color: #ff0298;
}
.icon-PINK .path1:before {
  content: "\ec12";
  color: #edefef;
}
.icon-PINK .path2:before {
  content: "\ec13";
  margin-left: -1em;
  color: #ffffff;
}
.icon-PINK .path3:before {
  content: "\ec14";
  margin-left: -1em;
  color: #ff0298;
}
.icon-RMB .path1:before {
  content: "\ec15";
  color: #edefef;
}
.icon-RMB .path2:before {
  content: "\ec16";
  margin-left: -1em;
  color: #ffffff;
}
.icon-RMB .path3:before {
  content: "\ec17";
  margin-left: -1em;
  color: #140e3a;
}
.icon-SAT-selected .path1:before {
  content: "\ec18";
  color: #ed1747;
}
.icon-SAT-selected .path2:before {
  content: "\ec19";
  margin-left: -1em;
  color: #ffffff;
}
.icon-SAT-selected .path3:before {
  content: "\ec1a";
  margin-left: -1em;
  color: #385e9c;
}
.icon-SAT .path1:before {
  content: "\ec1b";
  color: #edefef;
}
.icon-SAT .path2:before {
  content: "\ec1c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-SAT .path3:before {
  content: "\ec1d";
  margin-left: -1em;
  color: #385e9c;
}
.icon-SHN-selected .path1:before {
  content: "\ec1e";
  color: #ed1747;
}
.icon-SHN-selected .path2:before {
  content: "\ec1f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-SHN-selected .path3:before {
  content: "\ec20";
  margin-left: -1em;
  color: #143f8f;
}
.icon-SHN .path1:before {
  content: "\ec21";
  color: #edefef;
}
.icon-SHN .path2:before {
  content: "\ec22";
  margin-left: -1em;
  color: #ffffff;
}
.icon-SHN .path3:before {
  content: "\ec23";
  margin-left: -1em;
  color: #143f8f;
}
.icon-STAN-selected .path1:before {
  content: "\ec24";
  color: #ed1747;
}
.icon-STAN-selected .path2:before {
  content: "\ec25";
  margin-left: -1em;
  color: #000000;
}
.icon-STAN-selected .path3:before {
  content: "\ec26";
  margin-left: -1em;
  color: #ffffff;
}
.icon-STAN .path1:before {
  content: "\ec27";
  color: #edefef;
}
.icon-STAN .path2:before {
  content: "\ec28";
  margin-left: -1em;
  color: #000000;
}
.icon-STAN .path3:before {
  content: "\ec29";
  margin-left: -1em;
  color: #ffffff;
}
.icon-STB-selected .path1:before {
  content: "\ec2a";
  color: #ed1747;
}
.icon-STB-selected .path2:before {
  content: "\ec2b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-STB-selected .path3:before {
  content: "\ec2c";
  margin-left: -1em;
  color: #011b77;
}
.icon-STB .path1:before {
  content: "\ec2d";
  color: #edefef;
}
.icon-STB .path2:before {
  content: "\ec2e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-STB .path3:before {
  content: "\ec2f";
  margin-left: -1em;
  color: #011b77;
}
.icon-SYG-selected .path1:before {
  content: "\ec30";
  color: #ed1747;
}
.icon-SYG-selected .path2:before {
  content: "\ec31";
  margin-left: -1em;
  color: #ffffff;
}
.icon-SYG-selected .path3:before {
  content: "\ec32";
  margin-left: -1em;
  color: #000000;
}
.icon-SYG .path1:before {
  content: "\ec33";
  color: #edefef;
}
.icon-SYG .path2:before {
  content: "\ec34";
  margin-left: -1em;
  color: #ffffff;
}
.icon-SYG .path3:before {
  content: "\ec35";
  margin-left: -1em;
  color: #000000;
}
.icon-TP-selected .path1:before {
  content: "\ec36";
  color: #ed1747;
}
.icon-TP-selected .path2:before {
  content: "\ec37";
  margin-left: -1em;
  color: #ffffff;
}
.icon-TP-selected .path3:before {
  content: "\ec38";
  margin-left: -1em;
  color: #ed1747;
}
.icon-TP .path1:before {
  content: "\ec39";
  color: #edefef;
}
.icon-TP .path2:before {
  content: "\ec3a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-TP .path3:before {
  content: "\ec3b";
  margin-left: -1em;
  color: #ed1747;
}
.icon-UNU-selected .path1:before {
  content: "\ec3c";
  color: #ed1747;
}
.icon-UNU-selected .path2:before {
  content: "\ec3d";
  margin-left: -1em;
  color: #29568f;
}
.icon-UNU-selected .path3:before {
  content: "\ec3e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-UNU .path1:before {
  content: "\ec3f";
  color: #edefef;
}
.icon-UNU .path2:before {
  content: "\ec40";
  margin-left: -1em;
  color: #29568f;
}
.icon-UNU .path3:before {
  content: "\ec41";
  margin-left: -1em;
  color: #ffffff;
}
.icon-VAL-selected .path1:before {
  content: "\ec42";
  color: #ed1747;
}
.icon-VAL-selected .path2:before {
  content: "\ec43";
  margin-left: -1em;
  color: #ffffff;
}
.icon-VAL-selected .path3:before {
  content: "\ec44";
  margin-left: -1em;
  color: #2b3c8a;
}
.icon-VAL .path1:before {
  content: "\ec45";
  color: #edefef;
}
.icon-VAL .path2:before {
  content: "\ec46";
  margin-left: -1em;
  color: #ffffff;
}
.icon-VAL .path3:before {
  content: "\ec47";
  margin-left: -1em;
  color: #2b3c8a;
}
.no-right-padding {
  padding-right: 0px;
}
sup.estimate-price {
  color: #45555f;
}
.header-margin {
  margin-top: 22px;
  margin-bottom: 11px;
}
.semi-bold {
  font-family: "OpenSans Semibold";
}
.semi-bold-18 {
  font-family: "OpenSans Semibold";
  font-size: 18px;
}
.semi-bold-16 {
  font-family: "OpenSans Semibold";
  font-size: 16px;
}
.semi-bold-14 {
  font-family: "OpenSans Semibold";
  font-size: 14px;
}
.two-tone-square {
  position: relative;
  height: 102px;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.two-tone-aqua-square:before,
.two-tone-primary-square:before,
.two-tone-orange-square:before {
  content: '';
  position: absolute;
  right: 21%;
  width: 100%;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.1);
  top: 0;
  transform: rotate(135deg);
}
.two-tone-aqua-square {
  position: relative;
  height: 102px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  background-color: #0ddaba;
}
.two-tone-primary-square {
  position: relative;
  height: 102px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  background-color: #ed1747;
}
.two-tone-orange-square {
  position: relative;
  height: 102px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  background-color: #f4942a;
}
.sub-heading {
  font-size: 14px;
}
.sub-heading-bold {
  font-family: "OpenSans Semibold";
  font-size: 14px;
  color: #4a4a4a !important;
}
.steel-gray-colour {
  color: #86888b !important;
}
.greyish-brown-colour {
  color: #4a4a4a !important;
}
.aqua-colour {
  color: #0ddaba !important;
}
.alternate-gray-background {
  background-color: #eceff1 !important;
}
.steel-gray-sub-heading {
  font-size: 14px;
  color: #86888b !important;
}
.caption {
  font-size: 16px;
}
.center-transform {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.text-container {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}
.text-container .text-container-content {
  display: table-cell;
  vertical-align: middle;
}
.content-margin-bottom {
  margin-bottom: 60px;
}
.content-margin-top {
  margin-top: 60px;
}
.container-left-right-margin {
  margin-left: 15px;
  margin-right: 15px;
}
.alert-info {
  color: #5308b2;
  background-color: #DBCBEF;
}
.content-page-tertiary {
  padding: 20px 0px;
  background-color: #f5f6f8;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-55 {
  padding-bottom: 55px;
}
.investsure-banner-large {
  width: 100%;
}
@media (max-width: 992px) {
  .investsure-banner-large {
    display: none;
  }
}
.investsure-banner-small {
  width: 100%;
}
@media (min-width: 991px) {
  .investsure-banner-small {
    display: none;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .hidden-xs-to-sm {
    display: none !important;
  }
  .visible-xs-to-sm {
    display: block !important;
  }
  table.visible-xs-to-sm {
    display: table !important;
  }
  tr.visible-xs-to-sm {
    display: table-row !important;
  }
  th.visible-xs-to-sm,
  td.visible-xs-to-sm {
    display: table-cell !important;
  }
}
.tradingcurrency-color-1 {
  color: #0ddaba;
}
.tradingcurrency-color-16 {
  color: #00843d;
}
.tradingcurrency-color-2 {
  color: #ed1747;
}
.tradingcurrency-color-3 {
  color: #5308b2;
}
.tradingcurrency-color-4,
.tradingcurrency-color-17 {
  color: #385c9a;
}
.tradingcurrency-color-9 {
  color: #f4942a;
}
.tradingcurrency-color-10 {
  color: #00bff3;
}
.social-media-share-text {
  background-color: #5308b2;
}
.border-left-1 {
  border-left: 3px solid #0ddaba;
}
.border-left-16 {
  border-left: 3px solid #00843d;
}
.border-left-2 {
  border-left: 3px solid #ed1747;
}
.border-left-3 {
  border-left: 3px solid #5308b2;
}
.border-left-4,
.border-left-17 {
  border-left: 3px solid #385c9a;
}
.border-left-9 {
  border-left: 3px solid #f4942a;
}
.border-left-10 {
  border-left: 3px solid #00bff3;
}
.border-left-23 {
  border-left: 3px solid #4a4a4a;
}
.border-left-24 {
  border-left: 3px solid #4a4a4a;
}
.border-left-48 {
  border-left: 3px solid #4a4a4a;
}
.border-left-55 {
  border-left: 3px solid #4a4a4a;
}
.border-left-66 {
  border-left: 3px solid #00588a;
}
.questrial {
  font-family: "questrial", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}
.opensans {
  font-family: "Open Sans", sans-serif !important;
}
@media (max-width: 767px) {
  .page-content-container {
    padding: 10px 15px;
  }
  .page-content-container-secondary {
    padding: 10px 15px;
  }
}
.margin-15 {
  margin: 15px;
}
.padding-top-5 {
  padding-top: 5px;
}
.login-image-wrapper {
  background-color: #eeeeee;
  color: white;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.login-image {
  height: auto;
  width: 100%;
}
.navbar-brand > img#SecondarySiteLogo {
  display: none;
}
.nav-home .navbar {
  background-color: transparent;
  color: #ffffff;
  border: 0;
}
@media (min-width: 1080px) {
  .nav-home .navbar {
    border-radius: 0px;
  }
}
.nav-home .navbar-default .navbar-nav > li > a,
.nav-home .navbar-default .navbar-nav > li > a:hover,
.nav-home .navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background: transparent;
}
.nav-home .navbar-default .navbar-nav > li > .dropdown-m enu {
  background: #f5f6f8;
}
.nav-home .navbar-default .navbar-nav > li.open > a,
.nav-home .navbar-default .navbar-nav > li.open > a:hover,
.nav-home .navbar-default .navbar-nav > li.open > a:focus {
  color: #86888b;
  background: #f5f6f8;
}
.nav-home .navbar-default .navbar-nav > li > a.navbar-btn {
  border-color: #ffffff;
  background: transparent;
}
.nav-home #primary-navbar.navbar,
.nav-home #account-secondary-nav.navbar {
  color: #ffffff;
  border: 0;
}
.nav-home #fica-navbar.navbar {
  border: 0;
}
.nav-home #fica-navbar.navbar .alert-danger-text {
  color: #ffffff;
}
.nav-home .navbar-default .navbar-nav > li > a.navbar-btn {
  background-color: transparent;
  border-color: #ffffff;
}
.nav-home .navbar-default .navbar-nav > li > a.navbar-btn:hover,
.nav-home .navbar-default .navbar-nav > li > a.navbar-btn:focus {
  background-color: #ed1747;
  color: #ffffff;
  border-color: #ed1747;
}
.nav-home .navbar-default .navbar-toggle {
  border-color: #f5f6f8;
}
.nav-home .navbar-default .navbar-toggle .icon-bar {
  background-color: #f5f6f8;
}
.nav-home .navbar-default .navbar-toggle:hover .icon-bar,
.nav-home .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #86888b;
}
.nav-home .navbar-brand > img#PrimarySiteLogo {
  display: none;
}
.nav-home .navbar-brand > img#SecondarySiteLogo {
  display: inline-block;
}
@media (min-width: 1080px) {
  .navbar {
    height: auto;
  }
}
.below-underline::after {
  content: '';
  height: 2px;
  position: absolute;
  background: transparent;
  bottom: 0px;
  left: 0;
  right: 0;
  transition: 0.6s;
  width: 0;
  margin: 0 auto;
}
.below-underline:hover::after {
  background: #ed1747;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#top-level-navbar .dropdown-menu {
  border-radius: 8px;
}
#top-level-navbar .dropdown-content-menu {
  color: #4a4a4a;
  text-decoration: none;
  display: block;
  padding: 0.2rem 1.6rem;
  position: relative;
}
#top-level-navbar .dropdown-content-menu:hover {
  text-indent: 3px;
  transition: text-indent 0.15s, height 0.3s;
}
#top-level-navbar .dropdown-content-menu::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FB809E;
  transition: width 0.3s ease;
}
#top-level-navbar .dropdown-content-menu:hover::after {
  width: 100%;
}
#top-level-navbar .navbar-nav.navbar-left > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#top-level-navbar #left-nav {
  height: auto;
}
#top-level-navbar #left-nav .dropdown-menu > li.h4-header {
  padding: 0.48rem 1.6rem;
  min-width: 250px;
}
#top-level-navbar .navbar-brand {
  line-height: normal;
  height: auto;
  padding-top: 7px;
  padding-left: 4px;
}
#top-level-navbar #right-nav.navbar-nav > li > a {
  padding-top: 10px;
  line-height: inherit;
  padding-left: 13px;
  padding-right: 13px;
}
#top-level-navbar #right-nav.navbar-nav > li > a.svg-icon-menu-padding {
  padding-top: 5px;
}
#top-level-navbar #right-nav {
  height: auto;
}
#top-level-navbar #right-nav .dropdown-menu {
  color: #86888b;
}
#top-level-navbar #right-nav #myprofile-dropdown.dropdown-menu {
  min-width: 350px;
}
#top-level-navbar #right-nav #vouchers-dropdown.dropdown-menu {
  min-width: 200px;
}
#top-level-navbar #right-nav #vouchers-dropdown > .dropdown-content-menu > a:hover,
#top-level-navbar #right-nav #myprofile-dropdown > .profile-details-display-row > a:hover {
  color: #797b7e;
}
#top-level-navbar #right-nav .user-initials-display {
  background-color: #ed1747;
  color: white;
  height: 80px;
  width: 80px;
  border-radius: 100px;
  font-size: 24px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  left: -7px;
  font-weight: 600;
  word-wrap: break-word;
  white-space: initial;
}
#top-level-navbar #right-nav .logout-icon {
  margin-left: 8px;
  margin-right: 5px;
}
#top-level-navbar #right-nav .profile-row-item {
  padding-top: 15px;
  padding-bottom: 19px;
}
#top-level-navbar #right-nav .right-chevron {
  position: relative;
  top: 25px;
  left: 25px;
  filter: brightness(0.5);
}
#top-level-navbar #right-nav .user-fullname-display {
  font-weight: 600;
  font-size: 16px;
  color: #4a4a4a;
  white-space: initial;
  word-wrap: break-word;
}
#top-level-navbar #right-nav .identifier-name,
#top-level-navbar #right-nav .identifier-value {
  color: #4a4a4a;
}
#top-level-navbar #right-nav .identifier-name {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
#top-level-navbar #right-nav .identifier-value {
  font-size: 14px;
  font-weight: 400;
}
#top-level-navbar #right-nav .profile-details-identifier {
  padding-top: 5px;
}
#top-level-navbar #right-nav .profile-details-identifier > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 10px;
}
#top-level-navbar #right-nav .profile-details-identifier > div:first-child {
  border-right: .5px solid #c2c2c2;
}
#top-level-navbar #right-nav .divider {
  margin: 10px 0px 15px 0px;
}
#top-level-navbar #right-nav .dropdown-content-menu {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #86888b;
}
#top-level-navbar #right-nav .dropdown-content-menu.no-icon {
  padding-left: 2.4rem;
}
@media (max-width: 1079px) {
  #top-level-navbar #right-top {
    position: relative;
    right: -26px;
  }
  #top-level-navbar #right-top .navbar-nav > li {
    border-bottom: none;
    text-align: center;
  }
}
@media (max-width: 1079px) {
  #top-level-navbar #left-top > #left-nav.navbar-nav {
    padding-left: 0;
  }
}
#top-level-navbar .circle-container {
  margin-top: auto;
}
#top-level-navbar .counter-badge {
  background: #ed1747;
  color: #fff;
  min-width: 15px;
  width: fit-content;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  right: 7px;
  top: 7px;
  text-align: center;
  padding-top: 3.5px;
  padding-right: 4.5px;
}
#top-level-navbar #myProfileNavBar {
  display: inline-block;
  padding-bottom: 4px;
}
#top-level-navbar .dropdown.open {
  transition-delay: 3s;
}
#top-level-navbar .dropdown-left-bar > a.dropdown-content-menu {
  padding: 4.8px 16px 4.8px 16px !important;
}
#top-level-navbar li.dropdown-left-bar.open > ul.dropdown-menu {
  color: #4a4a4a !important;
  transition: 2s;
}
#top-level-navbar .message-list li {
  background-color: white;
  margin-bottom: 10px;
  padding: 10px 10px;
  box-shadow: 0 4px 12px #464a5214 !important;
  border-radius: 8px;
}
#top-level-navbar .lean-content-body {
  padding: 7px 0px 7px 0px;
}
#top-level-navbar .lean-content-title {
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
#top-level-navbar .lean-content-body {
  color: #86888b;
  font-size: 12px;
  font-weight: 400;
}
#top-level-navbar .lean-content-date {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 400;
}
#bottom-level-navbar #left-bottom > li > a:hover {
  color: #000000A6;
  transition: 0.3s ease-in-out;
}
#bottom-level-navbar .navbar-nav > li {
  margin: 7px 20px 0px 5px;
}
#bottom-level-navbar .navbar-nav > li > a {
  padding: 0px 8px 5px 8px;
  height: 100%;
  font-size: 16px;
}
#bottom-level-navbar #left-nav {
  height: auto;
}
@media (min-width: 1080px) {
  #bottom-level-navbar .navbar-nav {
    height: auto;
  }
}
@media (max-width: 1079px) {
  #bottom-level-navbar .navbar-nav > li {
    border-bottom: none !important;
    text-align: center !important;
  }
  #bottom-level-navbar .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 50px 5px 15px !important;
  }
}
#bottom-level-navbar .dropdown-menu {
  border-radius: 8px;
}
#bottom-level-navbar .dropdown-content-menu {
  color: #4A4A4A;
  text-decoration: none;
  display: block;
  padding: 0.48rem 1.6rem;
  position: relative;
  height: 40px;
}
#bottom-level-navbar .dropdown-content-menu:hover {
  text-indent: 3px;
  transition: text-indent 0.15s, height 0.3s;
}
#bottom-level-navbar .dropdown-content-menu::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ED1747;
  transition: width 0.3s ease;
}
#bottom-level-navbar .dropdown-content-menu:hover::after {
  width: 100%;
}
#bottom-level-navbar .dropdown.open {
  transition-delay: 3s;
}
#bottom-level-navbar .refer-earn-link::after {
  bottom: 2px !important;
}
#bottom-level-navbar .dropdown-content-funds,
#bottom-level-navbar .dropdown-content-menu {
  color: #4A4A4A;
  padding: 5px 5px;
  text-decoration: none;
  display: block;
  padding: 0.3rem 1rem;
  position: relative;
}
#bottom-level-navbar .dropdown-content-funds:hover,
#bottom-level-navbar .dropdown-content-menu:hover {
  background-color: #F5F6F8;
  text-indent: 3px;
  position: relative;
  width: 100%;
  transition: text-indent 0.15s, height 0.3s;
}
#bottom-level-navbar .dropdown-content-funds::after,
#bottom-level-navbar .dropdown-content-menu::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FB809E;
  transition: width 0.3s ease;
}
#bottom-level-navbar .dropdown-content-funds:hover::after,
#bottom-level-navbar .dropdown-content-menu:hover::after {
  width: 100%;
}
#bottom-level-navbar .dropdown-content-funds:hover {
  padding-left: 10px !important;
}
#bottom-level-navbar .fund-withdraw {
  padding-left: 10px !important;
}
#bottom-level-navbar .dropdown .wallet-icon {
  display: flex;
  width: 115px;
}
#bottom-level-navbar .wallet-icon-fund {
  width: 24px;
  height: 26px;
  position: relative;
  top: -3px;
  margin-right: 4px;
}
#bottom-level-navbar .myfunds-dropdown {
  border-radius: 10px !important;
}
#bottom-level-navbar .myfunds-menu-icon.myfunds-icon-re-align {
  padding-left: 3.5px;
  padding-right: 10px !important;
}
#bottom-level-navbar .myfunds-menu-icon.myfunds-icon-re-align2 {
  padding-left: 3.5px;
}
#bottom-level-navbar .myfunds-menu-icon {
  position: relative;
  top: 2px;
  padding-right: 7px;
}
#bottom-level-navbar .myfunds-font-color {
  color: #4a4a4a !important;
}
#bottom-level-navbar a.myfunds-font-color {
  padding: 5px 15px 5px 10px !important;
}
#bottom-level-navbar div#lottie-heart-icon {
  display: inline-block;
  width: 25px;
  float: left;
  position: relative;
  top: -3px;
}
#bottom-level-navbar li.myfunds-value-item {
  padding: 22px 15px 15px 15px;
}
#bottom-level-navbar .myfunds-value-label {
  font-size: 12px;
}
#bottom-level-navbar .myfunds-value-amount {
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding-top: 3px;
  padding-bottom: 12px;
}
#bottom-level-navbar .myfunds-value-account {
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
}
#bottom-level-navbar .wallet-icon-fund > span {
  width: 131px;
  padding-top: 3px;
  display: block !important;
}
#bottom-level-navbar .wallet-icon-fund > span:hover {
  color: #000000A6;
}
#bottom-level-navbar li.myfunds-value-item {
  padding: 22px 15px 15px 15px;
}
#bottom-level-navbar .myfunds-value-label {
  font-size: 12px;
}
#bottom-level-navbar .myfunds-value-amount {
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding-top: 3px;
  padding-bottom: 12px;
}
#bottom-level-navbar .myfunds-value-account {
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
}
@media (max-width: 1079px) {
  .nav-home .navbar-default .navbar-nav > li > a,
  .nav-home .navbar-default .navbar-nav > li > a:hover,
  .nav-home .navbar-default .navbar-nav > li > a:focus {
    color: #86888b;
    background: #f5f6f8;
  }
  .nav-home .navbar-default .navbar-nav > li > a.navbar-btn {
    background-color: #ffffff;
    border-color: #86888b;
  }
}
.navbar.navbar-red-border {
  border-bottom: 2px solid #ed1747;
}
.ee-site-logo {
  height: 33px;
}
@media (max-width: 767px) {
  .ee-site-logo {
    height: 24px;
  }
}
#subsystem-navbar {
  background-color: #ffffff;
}
.navbar-header {
  line-height: 90px;
  vertical-align: middle;
}
@media (max-width: 1079px) {
  .nav-home .navbar {
    margin-bottom: 0;
    min-height: initial;
  }
}
.navbar-default .navbar-nav > li ul.dropdown-menu li > a {
  padding-top: 8px;
  padding-bottom: 7px;
}
.footer > .navbar-default:first-child {
  background-color: #ed1747;
  color: #ffffff;
}
.footer > .navbar-default:first-child .h2-header {
  color: #ffffff;
  line-height: 90px;
}
.footer #important-documents {
  background-color: #ffffff;
}
@media (max-width: 1079px) {
  .footer .nav.second-row > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer .navbar-toggle {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .footer-logo {
    margin-left: 15px;
  }
}
#navbarContainer .hover-underline .hover-underline-text:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -4px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #86888B;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#navbarContainer .hover-underline:hover .hover-underline-text:after {
  width: 100%;
  left: 0;
}
#navbarContainer .hover-underline-text {
  width: max-content;
  margin: 5px auto;
}
#navbarContainer .dropdown-menu-parent-right {
  position: absolute;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: 0.0s;
  max-height: 0px;
  overflow: hidden;
  margin-left: -300px;
  width: 350px;
  margin-top: 10px;
  border-radius: 8px;
}
#navbarContainer .dropdown-menu-parent {
  width: 212px;
  position: absolute;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: 0.0s;
  max-height: 0px;
  overflow: hidden;
  border-radius: 8px;
}
#navbarContainer .easyapps {
  right: -123px;
  width: 288px;
}
#navbarContainer .easyappsicons {
  padding: 20px;
}
#navbarContainer .dropdown-menu-child {
  padding: 1.5rem 3rem;
  border-radius: 8px;
  background: #F5F6F8;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #navbarContainer .help-center,
  #navbarContainer .nav-item {
    white-space: nowrap;
  }
}
@media (hover: hover) {
  #navbarContainer .nav-item:hover > .dropdown-menu-parent-right {
    opacity: 1;
    max-height: 450px;
    padding: 10px;
    margin-left: -300px;
    width: 350px;
    border: 4px;
    border-radius: 8px;
  }
  #navbarContainer .nav-item:hover > .dropdown-menu-parent {
    opacity: 1;
    z-index: 1;
    max-height: 570px;
    visibility: visible;
    box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
    margin-top: 13px;
  }
}
@media (hover: none) {
  #navbarContainer .nav-item:focus-within > .dropdown-menu-parent-right {
    opacity: 1;
    max-height: 500px;
    padding: 10px;
    margin-left: -200px;
    width: 288px;
  }
  #navbarContainer .nav-item:focus-within > .dropdown-menu-parent {
    opacity: 1;
    max-height: 400px;
    padding: 10px;
    margin-left: -10px;
    transition: 0.0s;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #navbarContainer .collapse:not(.show) {
    display: flex !important;
  }
  #navbarContainer .nav-item:focus-within > .dropdown-menu-parent-right {
    margin-left: -200px;
  }
  #navbarContainer .dropdown-menu-parent.notification {
    right: -110px;
  }
}
@media (width: 1024px) {
  #navbarContainer .dropdown-menu-parent.notification {
    right: -165px !important;
  }
  #navbarContainer .dropdown-menu-parent-right.profile-menu {
    right: 2rem !important;
  }
}
#navbarContainer .navbar-expand-lg .navbar-nav .nav-link.nav-spacing {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#navbarContainer .page-title-mobile {
  width: 82%;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 320px) {
  #navbarContainer .mob-profile-menu {
    margin-left: -12rem !important;
  }
}
@media (min-width: 390px) {
  #navbarContainer .mob-profile-menu {
    margin-left: -15rem !important;
  }
}
@media (min-width: 412px) {
  #navbarContainer .mob-profile-menu {
    margin-left: -16rem !important;
  }
}
#navbarContainer .easy-apps-icon {
  padding-top: 2.4rem;
}
#navbarContainer .easy-apps-icon-text {
  font-family: 'Open Sans', sans-serif !important;
  color: #86888B;
  font-size: 12px;
}
#navbarContainer .easy-apps-icon-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}
#navbarContainer .icon-text-decoration {
  text-decoration: none !important;
}
#navbarContainer .below-underline:hover svg path,
#navbarContainer .below-underline:hover a svg path {
  fill: #E5043E;
}
#navbarContainer .help-below-underline::after {
  bottom: -6px;
}
#navbarContainer .below-underline:hover .navbar-icon {
  filter: invert(20%) sepia(100%) saturate(1000%) hue-rotate(673deg) brightness(80%) contrast(138%) !important;
}
#navbarContainer .below-underline:hover::after {
  background: #E5043E;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#navbarContainer .easy-apps-icon:hover > img {
  transform: scale(1.3);
  transition: .3s ease;
}
#navbarContainer .default-cursor {
  cursor: default;
}
#navbarContainer span.myfunds-menu-label {
  position: relative;
  top: 3px;
}
#navbarContainer .dropdown-menu > li.dropdown-content-menu:hover,
#navbarContainer .dropdown-menu > li.dropdown-content-menu:focus,
#navbarContainer .dropdown-menu > li > a.dropdown-content-menu:hover,
#navbarContainer .dropdown-menu > li > a.dropdown-content-menu:focus {
  background-color: #f5f6f8;
}
.accountoverview-settings-container {
  background-color: #dedfe1;
}
.accountoverview-settings-container .glyphicon-cog {
  top: 1px;
  right: 1px;
}
#holdingSlider {
  width: 66.6666666%;
}
@media (max-width: 991px) {
  #holdingSlider {
    width: 100%;
  }
}
.two-pot-text-eod {
  font-style: italic !important;
}
.btn.btn-aqua {
  color: #ffffff;
  background-color: #0ddaba;
  border-color: #0ddaba;
}
.btn.btn-aqua:focus,
.btn.btn-aqua.focus {
  color: #ffffff;
  background-color: #0aaa91;
  border-color: #066253;
}
.btn.btn-aqua:hover {
  color: #ffffff;
  background-color: #0aaa91;
  border-color: #0aa089;
}
.btn.btn-aqua:active,
.btn.btn-aqua.active,
.open > .dropdown-toggle.btn.btn-aqua {
  color: #ffffff;
  background-color: #0aaa91;
  border-color: #0aa089;
}
.btn.btn-aqua:active:hover,
.btn.btn-aqua.active:hover,
.open > .dropdown-toggle.btn.btn-aqua:hover,
.btn.btn-aqua:active:focus,
.btn.btn-aqua.active:focus,
.open > .dropdown-toggle.btn.btn-aqua:focus,
.btn.btn-aqua:active.focus,
.btn.btn-aqua.active.focus,
.open > .dropdown-toggle.btn.btn-aqua.focus {
  color: #ffffff;
  background-color: #088874;
  border-color: #066253;
}
.btn.btn-aqua:active,
.btn.btn-aqua.active,
.open > .dropdown-toggle.btn.btn-aqua {
  background-image: none;
}
.btn.btn-aqua.disabled,
.btn.btn-aqua[disabled],
fieldset[disabled] .btn.btn-aqua,
.btn.btn-aqua.disabled:hover,
.btn.btn-aqua[disabled]:hover,
fieldset[disabled] .btn.btn-aqua:hover,
.btn.btn-aqua.disabled:focus,
.btn.btn-aqua[disabled]:focus,
fieldset[disabled] .btn.btn-aqua:focus,
.btn.btn-aqua.disabled.focus,
.btn.btn-aqua[disabled].focus,
fieldset[disabled] .btn.btn-aqua.focus,
.btn.btn-aqua.disabled:active,
.btn.btn-aqua[disabled]:active,
fieldset[disabled] .btn.btn-aqua:active,
.btn.btn-aqua.disabled.active,
.btn.btn-aqua[disabled].active,
fieldset[disabled] .btn.btn-aqua.active {
  background-color: #0ddaba;
  border-color: #0ddaba;
}
.btn.btn-aqua .badge {
  color: #0ddaba;
  background-color: #ffffff;
}
.btn.btn-aqua:focus,
.btn.btn-aqua.focus {
  color: #ffffff;
  background-color: #0ddaba;
  border-color: #0ddaba;
}
.btn.btn-aqua:hover {
  color: #ffffff;
  background-color: #0ddaba;
  border-color: #0ddaba;
}
.btn.btn-aqua:active,
.btn.btn-aqua.active,
.open > .dropdown-toggle.btn.btn-aqua {
  color: #ffffff;
  background-color: #0ddaba;
  border-color: #0ddaba;
}
.btn.btn-aqua:active:hover,
.btn.btn-aqua.active:hover,
.open > .dropdown-toggle.btn.btn-aqua:hover,
.btn.btn-aqua:active:focus,
.btn.btn-aqua.active:focus,
.open > .dropdown-toggle.btn.btn-aqua:focus,
.btn.btn-aqua:active.focus,
.btn.btn-aqua.active.focus,
.open > .dropdown-toggle.btn.btn-aqua.focus {
  color: #ffffff;
  background-color: #0ddaba;
  border-color: #0ddaba;
}
.btn.btn-aqua:active,
.btn.btn-aqua.active,
.open > .dropdown-toggle.btn.btn-aqua {
  background-image: none;
}
.btn.btn-aqua.disabled,
.btn.btn-aqua[disabled],
fieldset[disabled] .btn.btn-aqua,
.btn.btn-aqua.disabled:hover,
.btn.btn-aqua[disabled]:hover,
fieldset[disabled] .btn.btn-aqua:hover,
.btn.btn-aqua.disabled:focus,
.btn.btn-aqua[disabled]:focus,
fieldset[disabled] .btn.btn-aqua:focus,
.btn.btn-aqua.disabled.focus,
.btn.btn-aqua[disabled].focus,
fieldset[disabled] .btn.btn-aqua.focus,
.btn.btn-aqua.disabled:active,
.btn.btn-aqua[disabled]:active,
fieldset[disabled] .btn.btn-aqua:active,
.btn.btn-aqua.disabled.active,
.btn.btn-aqua[disabled].active,
fieldset[disabled] .btn.btn-aqua.active {
  background-color: #0ddaba;
  border-color: #0ddaba;
}
.btn.btn-aqua .badge {
  color: #0ddaba;
  background-color: #ffffff;
}
.btn-recurring-call-to-action {
  color: #ffffff;
  background-color: #5308b2;
  border-color: #ffffff;
}
.btn-recurring-call-to-action:focus,
.btn-recurring-call-to-action.focus {
  color: #ffffff;
  background-color: #3c0681;
  border-color: #bfbfbf;
}
.btn-recurring-call-to-action:hover {
  color: #ffffff;
  background-color: #3c0681;
  border-color: #e0e0e0;
}
.btn-recurring-call-to-action:active,
.btn-recurring-call-to-action.active,
.open > .dropdown-toggle.btn-recurring-call-to-action {
  color: #ffffff;
  background-color: #3c0681;
  border-color: #e0e0e0;
}
.btn-recurring-call-to-action:active:hover,
.btn-recurring-call-to-action.active:hover,
.open > .dropdown-toggle.btn-recurring-call-to-action:hover,
.btn-recurring-call-to-action:active:focus,
.btn-recurring-call-to-action.active:focus,
.open > .dropdown-toggle.btn-recurring-call-to-action:focus,
.btn-recurring-call-to-action:active.focus,
.btn-recurring-call-to-action.active.focus,
.open > .dropdown-toggle.btn-recurring-call-to-action.focus {
  color: #ffffff;
  background-color: #2c045f;
  border-color: #bfbfbf;
}
.btn-recurring-call-to-action:active,
.btn-recurring-call-to-action.active,
.open > .dropdown-toggle.btn-recurring-call-to-action {
  background-image: none;
}
.btn-recurring-call-to-action.disabled,
.btn-recurring-call-to-action[disabled],
fieldset[disabled] .btn-recurring-call-to-action,
.btn-recurring-call-to-action.disabled:hover,
.btn-recurring-call-to-action[disabled]:hover,
fieldset[disabled] .btn-recurring-call-to-action:hover,
.btn-recurring-call-to-action.disabled:focus,
.btn-recurring-call-to-action[disabled]:focus,
fieldset[disabled] .btn-recurring-call-to-action:focus,
.btn-recurring-call-to-action.disabled.focus,
.btn-recurring-call-to-action[disabled].focus,
fieldset[disabled] .btn-recurring-call-to-action.focus,
.btn-recurring-call-to-action.disabled:active,
.btn-recurring-call-to-action[disabled]:active,
fieldset[disabled] .btn-recurring-call-to-action:active,
.btn-recurring-call-to-action.disabled.active,
.btn-recurring-call-to-action[disabled].active,
fieldset[disabled] .btn-recurring-call-to-action.active {
  background-color: #5308b2;
  border-color: #ffffff;
}
.btn-recurring-call-to-action .badge {
  color: #5308b2;
  background-color: #ffffff;
}
.btn-recurring-call-to-action:focus,
.btn-recurring-call-to-action.focus {
  color: #ffffff;
  background-color: #5308b2;
  border-color: #ffffff;
}
.btn-recurring-call-to-action:hover {
  color: #ffffff;
  background-color: #5308b2;
  border-color: #ffffff;
}
.btn-recurring-call-to-action:active,
.btn-recurring-call-to-action.active,
.open > .dropdown-toggle.btn-recurring-call-to-action {
  color: #ffffff;
  background-color: #5308b2;
  border-color: #ffffff;
}
.btn-recurring-call-to-action:active:hover,
.btn-recurring-call-to-action.active:hover,
.open > .dropdown-toggle.btn-recurring-call-to-action:hover,
.btn-recurring-call-to-action:active:focus,
.btn-recurring-call-to-action.active:focus,
.open > .dropdown-toggle.btn-recurring-call-to-action:focus,
.btn-recurring-call-to-action:active.focus,
.btn-recurring-call-to-action.active.focus,
.open > .dropdown-toggle.btn-recurring-call-to-action.focus {
  color: #ffffff;
  background-color: #5308b2;
  border-color: #ffffff;
}
.btn-recurring-call-to-action:active,
.btn-recurring-call-to-action.active,
.open > .dropdown-toggle.btn-recurring-call-to-action {
  background-image: none;
}
.btn-recurring-call-to-action.disabled,
.btn-recurring-call-to-action[disabled],
fieldset[disabled] .btn-recurring-call-to-action,
.btn-recurring-call-to-action.disabled:hover,
.btn-recurring-call-to-action[disabled]:hover,
fieldset[disabled] .btn-recurring-call-to-action:hover,
.btn-recurring-call-to-action.disabled:focus,
.btn-recurring-call-to-action[disabled]:focus,
fieldset[disabled] .btn-recurring-call-to-action:focus,
.btn-recurring-call-to-action.disabled.focus,
.btn-recurring-call-to-action[disabled].focus,
fieldset[disabled] .btn-recurring-call-to-action.focus,
.btn-recurring-call-to-action.disabled:active,
.btn-recurring-call-to-action[disabled]:active,
fieldset[disabled] .btn-recurring-call-to-action:active,
.btn-recurring-call-to-action.disabled.active,
.btn-recurring-call-to-action[disabled].active,
fieldset[disabled] .btn-recurring-call-to-action.active {
  background-color: #5308b2;
  border-color: #ffffff;
}
.btn-recurring-call-to-action .badge {
  color: #5308b2;
  background-color: #ffffff;
}
.btn-recurring-call-to-action:hover,
.btn-recurring-call-to-action:focus,
.btn-recurring-call-to-action.active,
.btn-recurring-call-to-action:active {
  color: #5308b2;
  background-color: #ffffff;
  border-color: #ffffff;
}
#easy-money-balance {
  margin: 5%;
  background-color: #f5f6f8;
  padding: 4%;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  text-decoration-color: #4a4a4a;
}
.btn-icon-easyproperties-primary {
  color: #00588a;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-icon-easyproperties-primary:focus,
.btn-icon-easyproperties-primary.focus {
  color: #00588a;
  background-color: #e6e6e6;
  border-color: #47484a;
}
.btn-icon-easyproperties-primary:hover {
  color: #00588a;
  background-color: #e6e6e6;
  border-color: #68696c;
}
.btn-icon-easyproperties-primary:active,
.btn-icon-easyproperties-primary.active,
.open > .dropdown-toggle.btn-icon-easyproperties-primary {
  color: #00588a;
  background-color: #e6e6e6;
  border-color: #68696c;
}
.btn-icon-easyproperties-primary:active:hover,
.btn-icon-easyproperties-primary.active:hover,
.open > .dropdown-toggle.btn-icon-easyproperties-primary:hover,
.btn-icon-easyproperties-primary:active:focus,
.btn-icon-easyproperties-primary.active:focus,
.open > .dropdown-toggle.btn-icon-easyproperties-primary:focus,
.btn-icon-easyproperties-primary:active.focus,
.btn-icon-easyproperties-primary.active.focus,
.open > .dropdown-toggle.btn-icon-easyproperties-primary.focus {
  color: #00588a;
  background-color: #d4d4d4;
  border-color: #47484a;
}
.btn-icon-easyproperties-primary:active,
.btn-icon-easyproperties-primary.active,
.open > .dropdown-toggle.btn-icon-easyproperties-primary {
  background-image: none;
}
.btn-icon-easyproperties-primary.disabled,
.btn-icon-easyproperties-primary[disabled],
fieldset[disabled] .btn-icon-easyproperties-primary,
.btn-icon-easyproperties-primary.disabled:hover,
.btn-icon-easyproperties-primary[disabled]:hover,
fieldset[disabled] .btn-icon-easyproperties-primary:hover,
.btn-icon-easyproperties-primary.disabled:focus,
.btn-icon-easyproperties-primary[disabled]:focus,
fieldset[disabled] .btn-icon-easyproperties-primary:focus,
.btn-icon-easyproperties-primary.disabled.focus,
.btn-icon-easyproperties-primary[disabled].focus,
fieldset[disabled] .btn-icon-easyproperties-primary.focus,
.btn-icon-easyproperties-primary.disabled:active,
.btn-icon-easyproperties-primary[disabled]:active,
fieldset[disabled] .btn-icon-easyproperties-primary:active,
.btn-icon-easyproperties-primary.disabled.active,
.btn-icon-easyproperties-primary[disabled].active,
fieldset[disabled] .btn-icon-easyproperties-primary.active {
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-icon-easyproperties-primary .badge {
  color: #ffffff;
  background-color: #00588a;
}
.btn-icon-easyproperties-primary:focus,
.btn-icon-easyproperties-primary.focus {
  color: #00588a;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-icon-easyproperties-primary:hover {
  color: #00588a;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-icon-easyproperties-primary:active,
.btn-icon-easyproperties-primary.active,
.open > .dropdown-toggle.btn-icon-easyproperties-primary {
  color: #00588a;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-icon-easyproperties-primary:active:hover,
.btn-icon-easyproperties-primary.active:hover,
.open > .dropdown-toggle.btn-icon-easyproperties-primary:hover,
.btn-icon-easyproperties-primary:active:focus,
.btn-icon-easyproperties-primary.active:focus,
.open > .dropdown-toggle.btn-icon-easyproperties-primary:focus,
.btn-icon-easyproperties-primary:active.focus,
.btn-icon-easyproperties-primary.active.focus,
.open > .dropdown-toggle.btn-icon-easyproperties-primary.focus {
  color: #00588a;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-icon-easyproperties-primary:active,
.btn-icon-easyproperties-primary.active,
.open > .dropdown-toggle.btn-icon-easyproperties-primary {
  background-image: none;
}
.btn-icon-easyproperties-primary.disabled,
.btn-icon-easyproperties-primary[disabled],
fieldset[disabled] .btn-icon-easyproperties-primary,
.btn-icon-easyproperties-primary.disabled:hover,
.btn-icon-easyproperties-primary[disabled]:hover,
fieldset[disabled] .btn-icon-easyproperties-primary:hover,
.btn-icon-easyproperties-primary.disabled:focus,
.btn-icon-easyproperties-primary[disabled]:focus,
fieldset[disabled] .btn-icon-easyproperties-primary:focus,
.btn-icon-easyproperties-primary.disabled.focus,
.btn-icon-easyproperties-primary[disabled].focus,
fieldset[disabled] .btn-icon-easyproperties-primary.focus,
.btn-icon-easyproperties-primary.disabled:active,
.btn-icon-easyproperties-primary[disabled]:active,
fieldset[disabled] .btn-icon-easyproperties-primary:active,
.btn-icon-easyproperties-primary.disabled.active,
.btn-icon-easyproperties-primary[disabled].active,
fieldset[disabled] .btn-icon-easyproperties-primary.active {
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-icon-easyproperties-primary .badge {
  color: #ffffff;
  background-color: #00588a;
}
.btn-icon-easyproperties-primary .icon {
  max-height: 2em;
  top: 0.8em;
  margin-left: -3em;
  position: absolute;
}
.btn-icon-easyproperties-primary:before {
  content: "";
  padding-left: 3em;
}
.btn-easyproperties-primary {
  color: #00588a;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-easyproperties-primary:focus,
.btn-easyproperties-primary.focus {
  color: #00588a;
  background-color: #e6e6e6;
  border-color: #47484a;
}
.btn-easyproperties-primary:hover {
  color: #00588a;
  background-color: #e6e6e6;
  border-color: #68696c;
}
.btn-easyproperties-primary:active,
.btn-easyproperties-primary.active,
.open > .dropdown-toggle.btn-easyproperties-primary {
  color: #00588a;
  background-color: #e6e6e6;
  border-color: #68696c;
}
.btn-easyproperties-primary:active:hover,
.btn-easyproperties-primary.active:hover,
.open > .dropdown-toggle.btn-easyproperties-primary:hover,
.btn-easyproperties-primary:active:focus,
.btn-easyproperties-primary.active:focus,
.open > .dropdown-toggle.btn-easyproperties-primary:focus,
.btn-easyproperties-primary:active.focus,
.btn-easyproperties-primary.active.focus,
.open > .dropdown-toggle.btn-easyproperties-primary.focus {
  color: #00588a;
  background-color: #d4d4d4;
  border-color: #47484a;
}
.btn-easyproperties-primary:active,
.btn-easyproperties-primary.active,
.open > .dropdown-toggle.btn-easyproperties-primary {
  background-image: none;
}
.btn-easyproperties-primary.disabled,
.btn-easyproperties-primary[disabled],
fieldset[disabled] .btn-easyproperties-primary,
.btn-easyproperties-primary.disabled:hover,
.btn-easyproperties-primary[disabled]:hover,
fieldset[disabled] .btn-easyproperties-primary:hover,
.btn-easyproperties-primary.disabled:focus,
.btn-easyproperties-primary[disabled]:focus,
fieldset[disabled] .btn-easyproperties-primary:focus,
.btn-easyproperties-primary.disabled.focus,
.btn-easyproperties-primary[disabled].focus,
fieldset[disabled] .btn-easyproperties-primary.focus,
.btn-easyproperties-primary.disabled:active,
.btn-easyproperties-primary[disabled]:active,
fieldset[disabled] .btn-easyproperties-primary:active,
.btn-easyproperties-primary.disabled.active,
.btn-easyproperties-primary[disabled].active,
fieldset[disabled] .btn-easyproperties-primary.active {
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-easyproperties-primary .badge {
  color: #ffffff;
  background-color: #00588a;
}
.btn-easyproperties-primary:focus,
.btn-easyproperties-primary.focus {
  color: #00588a;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-easyproperties-primary:hover {
  color: #00588a;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-easyproperties-primary:active,
.btn-easyproperties-primary.active,
.open > .dropdown-toggle.btn-easyproperties-primary {
  color: #00588a;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-easyproperties-primary:active:hover,
.btn-easyproperties-primary.active:hover,
.open > .dropdown-toggle.btn-easyproperties-primary:hover,
.btn-easyproperties-primary:active:focus,
.btn-easyproperties-primary.active:focus,
.open > .dropdown-toggle.btn-easyproperties-primary:focus,
.btn-easyproperties-primary:active.focus,
.btn-easyproperties-primary.active.focus,
.open > .dropdown-toggle.btn-easyproperties-primary.focus {
  color: #00588a;
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-easyproperties-primary:active,
.btn-easyproperties-primary.active,
.open > .dropdown-toggle.btn-easyproperties-primary {
  background-image: none;
}
.btn-easyproperties-primary.disabled,
.btn-easyproperties-primary[disabled],
fieldset[disabled] .btn-easyproperties-primary,
.btn-easyproperties-primary.disabled:hover,
.btn-easyproperties-primary[disabled]:hover,
fieldset[disabled] .btn-easyproperties-primary:hover,
.btn-easyproperties-primary.disabled:focus,
.btn-easyproperties-primary[disabled]:focus,
fieldset[disabled] .btn-easyproperties-primary:focus,
.btn-easyproperties-primary.disabled.focus,
.btn-easyproperties-primary[disabled].focus,
fieldset[disabled] .btn-easyproperties-primary.focus,
.btn-easyproperties-primary.disabled:active,
.btn-easyproperties-primary[disabled]:active,
fieldset[disabled] .btn-easyproperties-primary:active,
.btn-easyproperties-primary.disabled.active,
.btn-easyproperties-primary[disabled].active,
fieldset[disabled] .btn-easyproperties-primary.active {
  background-color: #ffffff;
  border-color: #86888b;
}
.btn-easyproperties-primary .badge {
  color: #ffffff;
  background-color: #00588a;
}
.btn-easyproperties-primary-inverted {
  color: #ffffff;
  background-color: #00588a;
  border-color: #00588a;
}
.btn-easyproperties-primary-inverted:focus,
.btn-easyproperties-primary-inverted.focus {
  color: #ffffff;
  background-color: #003757;
  border-color: #00070a;
}
.btn-easyproperties-primary-inverted:hover {
  color: #ffffff;
  background-color: #003757;
  border-color: #00314d;
}
.btn-easyproperties-primary-inverted:active,
.btn-easyproperties-primary-inverted.active,
.open > .dropdown-toggle.btn-easyproperties-primary-inverted {
  color: #ffffff;
  background-color: #003757;
  border-color: #00314d;
}
.btn-easyproperties-primary-inverted:active:hover,
.btn-easyproperties-primary-inverted.active:hover,
.open > .dropdown-toggle.btn-easyproperties-primary-inverted:hover,
.btn-easyproperties-primary-inverted:active:focus,
.btn-easyproperties-primary-inverted.active:focus,
.open > .dropdown-toggle.btn-easyproperties-primary-inverted:focus,
.btn-easyproperties-primary-inverted:active.focus,
.btn-easyproperties-primary-inverted.active.focus,
.open > .dropdown-toggle.btn-easyproperties-primary-inverted.focus {
  color: #ffffff;
  background-color: #002133;
  border-color: #00070a;
}
.btn-easyproperties-primary-inverted:active,
.btn-easyproperties-primary-inverted.active,
.open > .dropdown-toggle.btn-easyproperties-primary-inverted {
  background-image: none;
}
.btn-easyproperties-primary-inverted.disabled,
.btn-easyproperties-primary-inverted[disabled],
fieldset[disabled] .btn-easyproperties-primary-inverted,
.btn-easyproperties-primary-inverted.disabled:hover,
.btn-easyproperties-primary-inverted[disabled]:hover,
fieldset[disabled] .btn-easyproperties-primary-inverted:hover,
.btn-easyproperties-primary-inverted.disabled:focus,
.btn-easyproperties-primary-inverted[disabled]:focus,
fieldset[disabled] .btn-easyproperties-primary-inverted:focus,
.btn-easyproperties-primary-inverted.disabled.focus,
.btn-easyproperties-primary-inverted[disabled].focus,
fieldset[disabled] .btn-easyproperties-primary-inverted.focus,
.btn-easyproperties-primary-inverted.disabled:active,
.btn-easyproperties-primary-inverted[disabled]:active,
fieldset[disabled] .btn-easyproperties-primary-inverted:active,
.btn-easyproperties-primary-inverted.disabled.active,
.btn-easyproperties-primary-inverted[disabled].active,
fieldset[disabled] .btn-easyproperties-primary-inverted.active {
  background-color: #00588a;
  border-color: #00588a;
}
.btn-easyproperties-primary-inverted .badge {
  color: #00588a;
  background-color: #ffffff;
}
.btn-easyproperties-primary-inverted:focus,
.btn-easyproperties-primary-inverted.focus {
  color: #ffffff;
  background-color: #00588a;
  border-color: #00588a;
}
.btn-easyproperties-primary-inverted:hover {
  color: #ffffff;
  background-color: #00588a;
  border-color: #00588a;
}
.btn-easyproperties-primary-inverted:active,
.btn-easyproperties-primary-inverted.active,
.open > .dropdown-toggle.btn-easyproperties-primary-inverted {
  color: #ffffff;
  background-color: #00588a;
  border-color: #00588a;
}
.btn-easyproperties-primary-inverted:active:hover,
.btn-easyproperties-primary-inverted.active:hover,
.open > .dropdown-toggle.btn-easyproperties-primary-inverted:hover,
.btn-easyproperties-primary-inverted:active:focus,
.btn-easyproperties-primary-inverted.active:focus,
.open > .dropdown-toggle.btn-easyproperties-primary-inverted:focus,
.btn-easyproperties-primary-inverted:active.focus,
.btn-easyproperties-primary-inverted.active.focus,
.open > .dropdown-toggle.btn-easyproperties-primary-inverted.focus {
  color: #ffffff;
  background-color: #00588a;
  border-color: #00588a;
}
.btn-easyproperties-primary-inverted:active,
.btn-easyproperties-primary-inverted.active,
.open > .dropdown-toggle.btn-easyproperties-primary-inverted {
  background-image: none;
}
.btn-easyproperties-primary-inverted.disabled,
.btn-easyproperties-primary-inverted[disabled],
fieldset[disabled] .btn-easyproperties-primary-inverted,
.btn-easyproperties-primary-inverted.disabled:hover,
.btn-easyproperties-primary-inverted[disabled]:hover,
fieldset[disabled] .btn-easyproperties-primary-inverted:hover,
.btn-easyproperties-primary-inverted.disabled:focus,
.btn-easyproperties-primary-inverted[disabled]:focus,
fieldset[disabled] .btn-easyproperties-primary-inverted:focus,
.btn-easyproperties-primary-inverted.disabled.focus,
.btn-easyproperties-primary-inverted[disabled].focus,
fieldset[disabled] .btn-easyproperties-primary-inverted.focus,
.btn-easyproperties-primary-inverted.disabled:active,
.btn-easyproperties-primary-inverted[disabled]:active,
fieldset[disabled] .btn-easyproperties-primary-inverted:active,
.btn-easyproperties-primary-inverted.disabled.active,
.btn-easyproperties-primary-inverted[disabled].active,
fieldset[disabled] .btn-easyproperties-primary-inverted.active {
  background-color: #00588a;
  border-color: #00588a;
}
.btn-easyproperties-primary-inverted .badge {
  color: #00588a;
  background-color: #ffffff;
}
.trade-pricing-inner-container .equity-image-container {
  border: 10px solid #dedfe1;
}
#new-listing-container .trade-pricing-inner-container {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  #new-listing-container .trade-pricing-inner-container {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  #new-listing-container .trade-pricing-inner-container .stock-name {
    font-size: 1.2em;
  }
  .denominations .col-thumbnail-0 {
    padding-right: 15px;
  }
  .denominations .col-thumbnail-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .denominations .col-thumbnail-2 {
    padding-left: 15px;
  }
  .security-details-segment .left-align-invoice {
    float: initial;
  }
}
.success-content .title {
  font-size: 14px;
}
.success-content .value {
  font-size: 29px;
  color: #ed1747;
}
.success-content .success-content-divider {
  border-right: 1px solid #86888b;
}
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 35px;
}
@media (max-width: 768px) {
  .link-button:not(:first-child) {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .link-button:not(:first-child) {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .home.container-header-margin {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.home h2 {
  font-size: 32px;
}
.home #retirement-account-activation-navbar {
  display: none;
}
.home #account-secondary-nav {
  display: none;
}
.home .trust-account-dropdown-container .chosen-container-single .chosen-single span {
  color: #ffffff;
}
.home #right-nav.navbar-nav > li > a .bold-heavy {
  color: #ffffff;
}
@media (max-width: 1080px) {
  .home .img-home {
    background-size: cover;
  }
  .home .nav-home .navbar-default .navbar-nav > li > a,
  .home .nav-home .navbar-default .navbar-nav > li > a:hover,
  .home .nav-home .navbar-default .navbar-nav > li > a:focus {
    background: transparent;
  }
  .home .nav-home .navbar-default .navbar-nav > li > a.navbar-btn {
    background-color: #ffffff;
  }
  .home .navbar-nav.navbar-left > li > a .fa.fa-bars {
    color: #ffffff;
  }
  .home .caret {
    color: #ffffff;
  }
  .home .trust-account-dropdown-container .chosen-container-single .chosen-single span {
    color: #86888b;
  }
}
.home .home-page-content-container {
  background-color: #ffffff;
  padding: 80px 100px 80px 100px;
}
.home .home-page-content-container-secondary {
  background-color: #ffffff;
  padding: 40px 100px;
  padding: 80px 100px;
  background-color: #f5f6f8;
}
.home #everyone-home-carousel .carousel-inner {
  height: 200px;
}
.home .inactive {
  opacity: 0.5;
}
.home .active {
  opacity: 1;
}
.home .img-circle {
  max-height: 125px;
  max-width: 125px;
}
.home .img-circle-selector {
  max-height: 60px;
}
.home .register-me-border {
  border-bottom: 1px solid #dedfe1;
  padding: 0px 100px 0px 100px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.home .register-me-height {
  height: 112px;
}
.home .register-me-padding {
  padding-left: 15px;
}
.home .all-investors {
  height: 436px;
  margin-top: -22px;
  background-image: url('../../../Content/Images/HomePage/deposit-photo.jpg');
  background-repeat: no-repeat;
  background-position: center;
}
.home .all-investors h2,
.home .all-investors a {
  color: #ffffff;
}
.home .all-investors h4 {
  color: #86888b !important;
}
.home .all-investors a {
  font-size: 14px;
  text-transform: capitalize;
}
.home .rectangle-container {
  display: inline-block;
  height: 112px;
}
.home .rectangle-container .content {
  width: 64%;
  float: left;
  height: 100%;
  background-color: #ffffff;
  padding: 5px 15px;
}
.home .rectangle-container .content-button {
  width: 32%;
  float: left;
  height: 100%;
  background-color: #ffffff;
  padding: 5px;
}
.home .ok-bullet li {
  display: block;
  color: #4a4a4a;
}
.home .ok-bullet li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  font-size: 16px;
  float: left;
  margin-top: 1px;
  margin-left: -40px;
  color: #ed1747;
}
.home .award-ribbon-box {
  position: relative;
  width: 100%;
}
.home .award-ribbon-box span {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  color: #ffffff;
}
.home .sliced-rectangle {
  position: relative;
  overflow: hidden;
  max-height: 320px;
  max-width: 350px;
}
.home .sliced-rectangle-overlay {
  content: '';
  position: absolute;
  right: 21%;
  top: 39%;
  width: 100%;
  height: 150%;
  opacity: 0.85;
  transform: rotate(100deg);
  z-index: 1;
}
.home .sliced-rectangle-text {
  position: absolute;
  color: #ffffff;
  z-index: 1;
  bottom: 0;
  margin: 12px 20px;
}
.home .sliced-rectangle-text .step {
  font-size: 30px;
}
.home .sliced-rectangle-text .step-heading {
  font-weight: 600;
}
.home .sliced-rectangle-aqua:before {
  content: '';
  position: absolute;
  right: 21%;
  top: 39%;
  width: 100%;
  height: 150%;
  opacity: 0.85;
  transform: rotate(100deg);
  z-index: 1;
  background-color: #0ddaba;
}
.home .sliced-rectangle-primary:before {
  content: '';
  position: absolute;
  right: 21%;
  top: 39%;
  width: 100%;
  height: 150%;
  opacity: 0.85;
  transform: rotate(100deg);
  z-index: 1;
  background-color: #ed1747;
}
.home .sliced-rectangle-violet:before {
  content: '';
  position: absolute;
  right: 21%;
  top: 39%;
  width: 100%;
  height: 150%;
  opacity: 0.85;
  transform: rotate(100deg);
  z-index: 1;
  background-color: #5308b2;
}
.home .sliced-rectangle-aqua {
  position: relative;
  overflow: hidden;
  max-height: 320px;
  max-width: 350px;
}
.home .sliced-rectangle-primary {
  position: relative;
  overflow: hidden;
  max-height: 320px;
  max-width: 350px;
}
.home .sliced-rectangle-violet {
  position: relative;
  overflow: hidden;
  max-height: 320px;
  max-width: 350px;
}
.home .align-img {
  float: right;
}
.home .align-text {
  text-align: left;
}
@media (max-width: 767px) {
  .home .align-img {
    float: initial;
    text-align: center;
  }
}
.home .open-quote {
  margin-bottom: 95px;
}
.home .img-home {
  background-image: url('../../../Content/Images/HomePage/group.jpg');
  background-repeat: no-repeat;
  background-position: center;
  min-height: 653px;
  width: 100%;
  color: #ffffff;
}
.home .img-home h1,
.home .img-home h4 {
  color: #ffffff;
}
.home .safe-img-container {
  max-height: 75px;
  min-height: 75px;
  width: 100%;
  line-height: 75px;
}
.home .underline-word {
  border-bottom: 6px solid #ed1747;
}
.home .upcoming {
  color: #ed1747;
  font-size: 12px;
  font-weight: bold;
}
.home .why-invest {
  text-align: center;
}
.home .slide-container {
  background-color: white;
}
.home .center-block {
  float: none;
}
.home .home-box-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.home .slick-prev {
  left: -10%;
}
.home .slick-next {
  right: -10%;
}
.home .img-geometric-pattern {
  background-image: url('../../../Content/Images/HomePage/geometric-pattern.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.home .safety-tops {
  color: #86888b !important;
  line-height: 1.56;
}
.home .section-divider-mini {
  border-bottom: 1px solid #4a4a4a;
  opacity: 0.09;
  margin-top: 30px;
  margin-bottom: 20px;
}
.home .home-banner-main-heading {
  margin-bottom: 28px;
}
.home .home-banner-paragraph {
  font-size: 20px;
  margin-bottom: 48px;
}
.home .all-investors-margin {
  margin-bottom: 60px;
}
.home .tax-free-video {
  width: 432px;
  height: 284px;
  float: right;
}
.home .home-banner-video {
  width: 465px;
  height: 230px;
}
.home .youtube-modal-container {
  margin: 20px;
}
.home .modal-content iframe {
  margin: 0 auto;
  display: block;
}
.home #youtubeModal .modal-content {
  overflow: auto;
  padding-bottom: 20px;
}
.home .slider-container {
  border: none;
  margin-bottom: 0px;
  height: inherit;
}
@media (max-width: 991px) {
  .home #everyone-home-carousel .carousel-indicators {
    text-align: right;
  }
  .home #everyone-home-carousel .carousel-indicators li {
    margin: 1px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .home #everyone-home-carousel .carousel-inner {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .home #everyone-home-carousel .carousel-inner {
    height: 375px;
  }
  .home .rectangle-container {
    border: 1px solid #dedfe1;
    height: 114px;
  }
}
@media (min-width: 991px) {
  .home .col-divider-right {
    border-right: 1px solid #dedfe1;
  }
}
@media (min-width: 767px) {
  .home .navbar-btn > a {
    padding: 15px 30px;
    background-color: transparent;
    border-radius: 2px;
    border: solid 2px #ffffff;
    color: #ffffff;
  }
}
.home .top-links > a {
  color: #ffffff;
}
#NeverInvestedBanner {
  position: relative;
  background: #eaebe9;
  height: 466px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#NeverInvestedBanner.no-transit {
  background: #eaebe9 url(../../Images/HomepagePlugin/easyequities-never-invested-fallback.png) center center no-repeat;
  background-size: cover;
}
#NeverInvestedBanner.no-transit .animation-container {
  display: none;
}
#NeverInvestedBanner .animation-container {
  max-width: 640px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
#NeverInvestedBanner .animation-container #StartHereBtn {
  background: url(../../Images/HomepagePlugin/easyequities-start-here.png) no-repeat center center;
  width: 216px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  left: 85%;
  top: 75%;
  z-index: 1;
  display: none;
  -o-transition: cubic-bezier(0, 1.21, 0, 1.21) 0.2s;
  -ms-transition: cubic-bezier(0, 1.21, 0, 1.21) 0.2s;
  -khtml-transition: cubic-bezier(0, 1.21, 0, 1.21) 0.2s;
  -moz-transition: cubic-bezier(0, 1.21, 0, 1.21) 0.2s;
  -webkit-transition: cubic-bezier(0, 1.21, 0, 1.21) 0.2s;
  transition: cubic-bezier(0, 1.21, 0, 1.21) 0.2s;
}
#NeverInvestedBanner .animation-container #StartHereBtn a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  *cursor: hand;
}
#NeverInvestedBanner .animation-container #StartHereBtn:hover {
  left: 88%;
}
#NeverInvestedBanner .animation-container #SendRedeemBtn {
  background: url(../../Images/HomepagePlugin/easyequities-send-redeem.png) no-repeat center center;
  width: 216px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  left: -95px;
  top: 40%;
  z-index: 1;
  display: none;
  -o-transition: cubic-bezier(0, 1.21, 0, 1.21) 0.2s;
  -ms-transition: cubic-bezier(0, 1.21, 0, 1.21) 0.2s;
  -khtml-transition: cubic-bezier(0, 1.21, 0, 1.21) 0.2s;
  -moz-transition: cubic-bezier(0, 1.21, 0, 1.21) 0.2s;
  -webkit-transition: cubic-bezier(0, 1.21, 0, 1.21) 0.2s;
  transition: cubic-bezier(0, 1.21, 0, 1.21) 0.2s;
}
#NeverInvestedBanner .animation-container #SendRedeemBtn a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  *cursor: hand;
}
#NeverInvestedBanner .animation-container #SendRedeemBtn:hover {
  left: -110px;
}
#NeverInvestedBanner .animation-container #BgCircle {
  background: url(../../Images/HomepagePlugin/2236-SVG-gradient-v1.svg) no-repeat center center;
  max-width: 606px;
  width: 100%;
  height: 606px;
  margin: 0 auto;
  position: absolute;
  left: 20px;
  top: 5%;
  z-index: 2;
  animation: rotating 50s linear infinite;
  -webkit-animation: rotating 50s linear infinite;
  -moz-animation: rotating 50s linear infinite;
  -khtml-animation: rotating 50s linear infinite;
  -o-animation: rotating 50s linear infinite;
}
#NeverInvestedBanner .animation-container #GuyCta {
  background: url(../../Images/HomepagePlugin/easyequities-never-invested.png) no-repeat center center;
  max-width: 455px;
  width: 100%;
  height: 479px;
  margin: 0 auto;
  position: absolute;
  left: 100px;
  top: 5%;
  z-index: 6;
}
#NeverInvestedBanner .animation-container #Circles {
  background: url(../../Images/HomepagePlugin/2236-SVG-circles1-v1.svg) no-repeat center center;
  max-width: 606px;
  width: 100%;
  height: 606px;
  margin: 0 auto;
  position: absolute;
  left: 20px;
  top: 5%;
  z-index: 4;
  animation: rotating 50s linear infinite;
  -webkit-animation: rotating 50s linear infinite;
  -moz-animation: rotating 50s linear infinite;
  -khtml-animation: rotating 50s linear infinite;
  -o-animation: rotating 50s linear infinite;
}
#NeverInvestedBanner .animation-container #Circles2 {
  background: url(../../Images/HomepagePlugin/2236-SVG-circles2-v1.svg) no-repeat center center;
  max-width: 606px;
  width: 100%;
  height: 606px;
  margin: 0 auto;
  position: absolute;
  left: 20px;
  top: 5%;
  z-index: 3;
  animation: rotating2 30s linear infinite;
  -webkit-animation: rotating2 30s linear infinite;
  -moz-animation: rotating2 30s linear infinite;
  -khtml-animation: rotating2 30s linear infinite;
  -o-animation: rotating2 30s linear infinite;
}
#NeverInvestedBanner .animation-container #Triangles {
  background: url(../../Images/HomepagePlugin/2236-SVG-triangles-v1.svg) no-repeat center center;
  background-size: cover;
  max-width: 612px;
  width: 100%;
  height: 612px;
  margin: 0 auto;
  position: absolute;
  left: 20px;
  top: 5%;
  z-index: 3;
  animation: rotating 30s linear infinite;
  -webkit-animation: rotating 30s linear infinite;
  -moz-animation: rotating 30s linear infinite;
  -khtml-animation: rotating 30s linear infinite;
  -o-animation: rotating 30s linear infinite;
}
#NeverInvestedBanner .animation-container #Spikes {
  background: url(../../Images/HomepagePlugin/2236-SVG-spikes-v1.svg) no-repeat center center;
  background-size: cover;
  max-width: 612px;
  width: 100%;
  height: 612px;
  margin: 0 auto;
  position: absolute;
  left: 20px;
  top: 5%;
  z-index: 3;
  animation: rotating2 70s linear infinite;
  -webkit-animation: rotating2 70s linear infinite;
  -moz-animation: rotating2 70s linear infinite;
  -khtml-animation: rotating2 70s linear infinite;
  -o-animation: rotating2 70s linear infinite;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating2 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.img-circle-1 {
  background-image: url('../../../Content/Images/Common/circle-1.png');
}
.img-circle-2 {
  background-image: url('../../../Content/Images/Common/circle-2.png');
}
.img-circle-3 {
  background-image: url('../../../Content/Images/Common/circle-3.png');
}
.img-circle-4 {
  background-image: url('../../../Content/Images/Common/circle-4.png');
}
.img-loader {
  background-image: url('../../../Content/Images/Loader/loader.gif');
}
.img-tfsa-nb-border-bottom {
  background-image: url('../../../Content/Images/Common/tfsa-highlights-divider-bottom.png');
}
.img-tick-primary {
  background-image: url('../../../Content/Images/Common/tick.png');
}
.img-cross-primary {
  background-image: url('../../../Content/Images/Common/cross.png');
}
.img-about-easyequities {
  background-image: url('../../../Content/Images/Common/about-easyequities.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  float: none;
  vertical-align: middle;
}
.img-purple-group {
  width: 80%;
  display: inline-block;
  margin-top: -10px;
  float: right;
}
.mandate-img#factsheet {
  background: url("../../../../../Content/Images/Common/fact-sheets.png") no-repeat;
  width: 0px;
  height: 40px;
  padding-left: 25px;
}
.security-certificate-container {
  background-image: url('../../../Content/Images/Buy/certificate.jpg');
}
.img-game-height {
  height: 90px;
}
@media (max-width: 767px) {
  .img-game-height {
    height: 70px;
  }
}
.img-geometric-pattern-purple {
  background-image: url('../../../Content/Images/Buy/geometric-pattern.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #5308b2;
}
@media (max-width: 767px) {
  .img-geometric-pattern-purple {
    background-image: none;
    background-color: #5308b2;
  }
}
.widthraw-tick {
  background-image: url('../../../Content/Images/Common/tick-red-background.png');
}
.hour-glass {
  background-image: url('../../../Content/Images/Common/hour-glass.png');
}
.inner-anon-login-block {
  background-color: #ed1747;
}
.anon-voucher-action-text {
  color: #ffffff;
}
.anon-section-seperator-image {
  background-image: url("../../../Content/Images/Vouchers/voucher-login-seperator.png");
}
.redeem-image-tab {
  background-image: url('../../../Content/Images/Vouchers/voucher-redeem-blur.jpg');
}
.issue-image-tab {
  background-image: url('../../../Content/Images/Vouchers/voucher-send-blur.jpg');
}
.voucher-tab .nav-tabs > li.active > a .redeem-image-tab {
  background-image: url('../../../Content/Images/Vouchers/voucher-redeem-red.jpg');
}
.voucher-tab .nav-tabs > li.active > a .issue-image-tab {
  background-image: url('../../../Content/Images/Vouchers/voucher-send-red.jpg');
}
.send-voucher-block {
  background-color: #ed1747;
}
.voucher-register-link {
  color: #45555f !important;
}
.voucher-breadcrumb-arrow {
  background-image: url('../../../Content/Images/Common/breadcrumb-arrow-down-active.png');
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
}
.congratulations-box {
  border: 1px solid #dedfe1;
}
.congratulations-box-heading {
  background-color: #f1f2f0;
  margin: 0;
  font-family: "Questrial Regular";
  color: #4a4a4a;
}
.congratulations-box-heading-container {
  background-color: #f1f2f0;
  margin: 0;
  padding: 0.25em;
  font-size: 26px;
  line-height: 36px;
}
.congratulations-box-content {
  padding: 1.5em;
}
.congratulations-box-close {
  float: right;
  position: relative;
  right: 0.5em;
  cursor: pointer;
}
.insurance-icon.icon-info:before,
.insurance-icon.icon-select-filled .path1:before {
  color: #86888b;
}
.insurance-claim-summary > span {
  margin-left: 5px;
}
.insurance-claim-summary:nth-child(even) {
  padding-left: 27px;
  border-left: 1px solid #86888b;
  display: inline-block;
}
.insurance-claim-summary:nth-child(odd) {
  padding-right: 27px;
  display: inline-block;
  margin-bottom: 10px;
}
.insurance-claim-table label,
.insurance-claim-table input {
  display: block;
  margin-bottom: 10px;
}
.insurance-claim-table label {
  color: #4a4a4a;
  font-weight: 600;
}
.insurance-claim-table-expanded {
  margin-bottom: 0;
}
.insurance-claim-table-expanded.table.table-style > tbody > tr {
  border-bottom: none;
}
.insurance-claim-table.table > tbody > tr > td {
  padding-top: 32px;
  padding-bottom: 32px;
}
.insurance-claim-table.table.expanded > tbody > tr > td {
  padding-bottom: 12px;
}
.insurance-claim-table .error {
  height: 22px;
}
.claim-row {
  background-color: #f5f6f8;
}
@media (max-width: 767px) {
  .insurance-claim-summary:nth-child(even) {
    padding-left: 0;
    border-left: none;
    display: block;
  }
  .insurance-claim-summary:nth-child(odd) {
    display: block;
  }
  .insurance-claim-table.table > tbody > tr > td {
    padding: 0;
    margin-bottom: 22px;
  }
  .insurance-claim-table.table.expanded > tbody > tr > td {
    padding-top: 0;
    padding-bottom: 0;
  }
  .no-more-tables .claim-row td {
    padding-left: 0 !important;
  }
  .insurance-claim-table .error {
    height: initial;
  }
}
.insurance-renewal-table .left {
  text-align: left !important;
}
.insurance-renewal-table .right {
  text-align: right !important;
}
.insurance-renewal-table .hide-border {
  border-top: 0px !important;
  border-bottom: 0px !important;
}
.insurance-renewal-table .hide-border td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.insurance-renewal-table .insufficient-funds-warning {
  border-top: 0px !important;
  color: #d9534f;
  text-align: right;
}
.insurance-renewal-table .insufficient-funds-warning td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.invest-summary .visible-xs {
  display: none;
  width: 47%;
  float: left;
}
.invest-summary .no-more-tables .icon-umbrella {
  display: block;
  position: relative;
  left: -20px;
  top: -36px;
  margin-bottom: -25px;
  font-size: 25px;
  float: left;
}
.invest-summary .no-more-tables tr > td:first-child {
  overflow: hidden;
}
@media (min-width: 768px) {
  .invest-summary .no-more-tables tr > td {
    padding: 30px 20px;
  }
  .invest-summary .no-more-tables tr > td:first-child {
    text-align: left;
  }
  .invest-summary .no-more-tables tr > td:not(td:first-child):not(td:last-child) {
    text-align: right;
  }
  .invest-summary .no-more-tables tr > td:last-child {
    text-align: center;
  }
  .invest-summary .no-more-tables tr > td:last-child > .btn {
    width: 100%;
    max-width: 120px;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  .invest-summary .no-more-tables tr > td:last-child > .btn {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .invest-summary .no-more-tables tr .icon-umbrella {
    left: -15px;
    top: -15px;
  }
  .invest-summary .no-more-tables tr > td {
    padding: 15px 0;
    width: 100%;
    text-align: left;
  }
  .invest-summary .no-more-tables tr > td > form > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .invest-summary .no-more-tables tr > td > form > .row > div.inputs {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    width: 100%;
  }
  .invest-summary .no-more-tables tr > td > form > .row > div.inputs .visible-xs {
    display: block;
  }
  .invest-summary .no-more-tables tr > td > form > .row > div.inputs input {
    display: block;
    text-align: right;
    width: 50%;
    float: right;
  }
  .invest-summary .no-more-tables tr#add-insurance-collapse.collapse:not(.in) {
    display: none;
    padding: 0;
  }
  .invest-summary .no-more-tables tr#add-insurance-collapse td {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .invest-summary .no-more-tables .investment-status-table tr > td form > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .invest-summary .no-more-tables .investment-status-table tr > td form > .row > div.inputs {
    float: left;
    width: 15%;
  }
  .invest-summary .no-more-tables .investment-status-table tr > td form > .row > div.inputs.validation {
    width: 45%;
  }
  .invest-summary .no-more-tables .investment-status-table tr > td form > .row > div.inputs.validation .field-validation-error {
    display: block;
  }
  .invest-summary .no-more-tables .investment-status-table tr > td form > .row > div.inputs input {
    display: inline-block;
    text-align: right;
    width: 75%;
    margin: 0 auto;
  }
  .invest-summary .no-more-tables .investment-status-table tr > td form > .row > div.inputs:first-child {
    width: 40%;
    text-align: left;
  }
  .invest-summary .no-more-tables .investment-status-table tr > td {
    width: 15%;
  }
  .invest-summary .no-more-tables .investment-status-table tr > td:first-child {
    width: 40%;
  }
}
.invest-summary .no-more-tables .insurance-claim-table tr > td:not(:first-child):not(td:last-child) {
  text-align: center;
}
@media (max-width: 767px) {
  .invest-summary .no-more-tables .insurance-claim-table tr > td:not(:first-child):not(td:last-child) {
    text-align: left;
  }
}
.umbrella-list .icon-umbrella {
  display: block;
  position: relative;
  left: -14px;
  top: 1px;
  margin-bottom: -25px;
  font-size: 25px;
  float: left;
}
.umbrella-grid .icon-umbrella {
  display: block;
  position: relative;
  left: -15px;
  top: -15px;
  margin-bottom: -25px;
  font-size: 25px;
  float: left;
}
#insurance-agreements .content-box .h5-header.bold {
  font-weight: 600;
}
#insurance-agreements .content-box .h5-header.bold > .icon-info {
  top: 2px;
  display: inline-block;
  position: relative;
  font-size: 15px;
  left: 2px;
  line-height: 20px;
}
#insurance-agreements .content-box .h5-header.bold > .icon-info:before {
  color: #86888b;
}
#insurance-agreements .content-box .name {
  margin-left: 20px;
  display: inline-block;
}
#insurance-agreements .content-box .name-container {
  display: inline-block;
  text-align: left;
  padding: 30px 0px;
}
#insurance-agreements .content-box .value-container {
  padding: 30px 0px;
  display: inline-block;
  text-align: right;
}
#insurance-agreements .content-box .value-container .value {
  text-align: right;
  margin-right: 10px;
  display: inline-block;
}
#insurance-agreements .content-box .value-container span.icon-right-arrow {
  line-height: 20px;
  position: relative;
  right: auto;
  top: auto;
}
#insurance-agreements .content-box > h3 {
  margin-top: 0;
}
#insurance-agreements .content-box > h3 .btn {
  margin-left: 15px;
}
#insurance-agreements .content-box > p {
  color: #86888b;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
#insurance-agreements .content-box > .control-margin-bottom {
  background-color: #f5f6f8;
  padding: 10px 15px;
  margin-bottom: 0;
}
#insurance-agreements .content-box .checkbox label::before {
  border: 1px solid #86888b;
}
#insurance-agreements .content-box .alert-danger {
  margin-bottom: 0;
}
#insurance-agreements .content-box .alert-danger .glyphicon-alert {
  font-size: 19px;
}
#insurance-agreements .content-box .alert-danger .text-content {
  font-weight: normal;
  padding-left: 15px;
}
#insurance-agreements .content-box:last-child {
  padding: 0;
}
#insurance-agreements .content-box:last-child .name-container {
  width: 65%;
  padding: 30px 0 0 30px;
}
#insurance-agreements .content-box:last-child .name-container label {
  font-weight: 600;
}
#insurance-agreements .content-box:last-child .value-container {
  width: 29%;
  padding: 0;
}
#insurance-agreements .content-box:last-child .field-validation-error,
#insurance-agreements .content-box:last-child .field-validation-valid {
  display: block;
  margin: 0 0 5px 60px;
}
#insurance-agreements .content-box:last-child > :last-child:not(.alert) {
  padding-bottom: 20px;
}
#add-insurace-form #insurance-agreements .content-box:last-child {
  border-bottom: 0;
}
#add-insurace-form #insurance-agreements + .content-box {
  background-color: white;
  border-top: none;
  padding-top: 15px;
  display: block;
  text-align: right;
}
#add-insurace-form #insurance-agreements .content-box:last-child .field-validation-valid,
#add-insurace-form #insurance-agreements .content-box:last-child .field-validation-error {
  margin-bottom: 0;
}
#add-insurance-collapse > td {
  background-color: #f5f6f8;
  text-align: left;
  width: 100%;
}
#add-insurance-collapse > td #insurance-agreements {
  background-color: #ffffff;
}
.invest-toggle-switch {
  top: 3px;
  margin-left: 10px;
}
.bundle-table th,
.bundle-table td,
.bundle-table thead,
.bundle-table tbody {
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .no-more-tables.bundle-table table tr,
  .no-more-tables.bundle-table table td {
    border-color: #ffffff;
  }
  .bundle-details-content-container > .flex-group .flex-item {
    padding: 0 10px !important;
  }
}
/* GENERAL RESTYLING FOR FIGMA DESKTOP AND MOBILE */
.bundle-reference-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bundle-reference-tooltip {
  padding-left: 2px;
}
#daily-change-text.bundle-chart {
  display: flex;
}
.highcharts-tooltip-box {
  fill: rgba(255, 255, 255, 0.5);
}
.highcharts-tooltip-text {
  font-family: 'OpenSans Regular';
}
.highcharts-tooltip-text .highcharts-tooltip-amount {
  font-size: 16px;
}
.color-text-grey {
  color: #4a4a4a;
}
.bundle-buy-error-message {
  color: #ed1747;
}
.bundle-buysell-max-button {
  border-radius: 5px;
  border: 1px solid #86888b;
  background-color: #ffffff;
  color: #86888b !important;
  padding: 5px 25px 5px 25px;
  float: right;
  width: 100%;
}
.sell-max-button {
  width: 80% !important;
  text-align: center !important;
  text-decoration: none !important;
  padding: 5px !important;
}
.bundle-buysell-value-input.error {
  border-color: #ed1747 !important;
}
.bundle-trade-section-currency-symbol {
  font-size: 18px !important;
  color: #4a4a4a;
  line-height: 45px;
  font-weight: 600;
}
.bundleinvest-title {
  font-size: 14px;
  font-weight: 600;
  font-family: 'OpenSans Regular';
}
.bundle-buysell-now-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 8px;
  color: white;
}
.bundle-buysell-now-value.btnBundleBuy {
  border-color: #ed1747;
  background: #ed1747;
  width: max-content;
  margin-bottom: 0;
}
.bundle-pending-ribbon {
  position: absolute;
  transform: rotate(-45deg);
  font-size: 12px;
  background-color: #000;
  color: #ffffff;
  padding: 5px 30px;
  top: 10%;
  width: 175px;
  left: -40px;
  text-align: center;
}
.bundles-buy-success-heading {
  color: #555555;
  font-size: 32px;
  font-weight: 400;
}
.bundles-sell-success-heading {
  color: #555555;
  font-size: 18px;
  font-weight: 400;
}
.bundles-buysell-success-subtitle {
  color: #999999;
  font-size: 14px;
}
.bundles-buysell-success-value {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}
.bundles-buysell-success-value-group {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.bundles-buysell-success-heading-group {
  text-align: center;
  margin-bottom: 20px;
}
.bundles-buysell-success-social-media {
  background-color: #5308b2;
  margin-bottom: 10px;
  border-radius: 2px;
}
.bundle-buysell-success-button-group {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bundle-security-certificate-container {
  background-image: url('../../../Content/Images/GStocks/Buy/Share_Certificate.png');
}
.bundle-security-certificate-container {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 360px;
  position: relative;
  overflow: hidden;
}
.bundle-security-certificate-container .bundle-security-certificate-logo-container {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
}
.bundle-security-certificate-container .bundle-security-certificate-logo-container .bundle-security-certificate-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 35%;
}
.bundle-security-certificate-container .bundle-security-certificate-logo-container .bundle-security-certificate-logo img.instrument {
  width: 120%;
}
/* END */
.holding-information {
  margin: 5px;
}
.btn-factsheet {
  width: 145px;
}
.btn-bundles {
  padding: 10px 20px;
  border: 1px solid #86888b;
  border-radius: 8px;
  min-width: 145px;
  height: 40px;
  background-color: #ffffff;
  color: #86888b;
  font-family: 'OpenSans Regular';
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.btn-bundles img.accordion-fact-sheet-image {
  height: 20px;
  margin-right: 7px;
}
.bundles-info-image {
  align-self: center;
}
.bundle-details-content-container > .flex-group .flex-item {
  padding: 0 30px;
  min-width: 60px;
}
.bundle-details-content-container > .flex-group:first-child .flex-item:first-child {
  padding: 0 30px 0 0;
}
.bundle-heading {
  font-family: Questrial;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #4A4A4A;
}
.bundle-holding-headers {
  font-size: 13px;
  font-weight: 600;
  color: #86888b;
}
.bundle-underlying-instrument-headers {
  color: #4a4a4a;
}
.bundle-reference-information-prices {
  font-family: 'Questrial';
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  background: #F5F6F8;
  padding: 10px 0;
  width: 100%;
  justify-content: space-evenly !important;
}
.bundle-reference-information-prices .flex-item {
  position: relative;
  top: -2px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  /* GENERAL STYLING */
  .bundle-buysell-background {
    background-color: #f5f6f8;
  }
  .bundle-curve-container {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
  }
  .bundle-banner-curve-container {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
  }
  .bundle-summary-content {
    max-height: 76px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .bundle-about-content {
    max-height: 66px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .glyphicon-centered {
    position: relative;
    top: 4px;
    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;
  }
  .desktop-icon-padding {
    padding-top: 2px;
  }
  .desktop-padding-right-30 {
    padding-right: 30px;
  }
  .desktop-padding-15 {
    padding: 15px;
  }
  .desktop-padding-top-20 {
    padding-top: 20px;
  }
  .desktop-padding-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .desktop-col-border {
    border-right: 1px solid #dedfe1;
  }
  .bundle-title {
    margin: 0px 0px 10px;
    font-size: 24px;
  }
  .bundle-image-border {
    border: 1px solid #dedfe1;
    border-radius: 6px;
  }
  .sparkline-container {
    background-color: #ffffff;
  }
  .bundle-details-content-container .flex-item {
    padding: 0 30px;
  }
  /* BUNDLE PRICING CHART STYLING */
  .bundle-pricing-chart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bundle-pricing-chart .chart-filter {
    order: 1;
  }
  .bundle-pricing-chart .chart-filter .zoom-controls > .zoom-2 > .btn {
    height: 40px;
    font-weight: 600;
  }
  .bundle-pricing-chart .chart-filter .zoom-controls > .zoom-2 > .btn:hover {
    background: linear-gradient(0deg, #dce0e0, #dce0e0), linear-gradient(0deg, #eceff1, #eceff1);
    border: 1px solid #DCE0E0 !important;
    color: #86888B !important;
  }
  .bundle-pricing-chart .chart-filter .zoom-controls > .zoom-2 > .btn:first-child {
    border-radius: 8px 0 0 8px;
  }
  .bundle-pricing-chart .chart-filter .zoom-controls > .zoom-2 > .btn:last-child {
    border-radius: 0 8px 8px 0;
  }
  .bundle-pricing-chart .chart-container {
    order: 2;
    flex: 0 1 100%;
  }
  .bundle-pricing-chart .chart-controls {
    display: flex;
  }
  .bundle-pricing-chart .chart-btn-primary {
    background-color: #ffffff;
  }
  .bundle-pricing-chart .chart-btn-primary.active {
    color: #ffffff;
  }
  /* UNDERLYING INVESTMENTS STYLING */
  .last-updated-price {
    font-size: 18px;
    font-family: 'QUESTRIAL REGULAR';
    font-weight: 400;
    color: black;
    text-align: left;
    padding-left: 15px !important;
  }
  .last-price-delay {
    font-size: 13px;
    font-style: italic;
    text-align: right;
  }
  .holding-information {
    margin: 15px;
  }
  .instrument-container {
    box-shadow: 0px 0px 10px 0px #464A5233;
    border-radius: 8px;
    margin: 10px 15px;
  }
  .instrument-container .instrument-data {
    background: #ffffff;
    border-radius: 8px;
    padding-bottom: 5px;
  }
  .instrument-container .instrument-data > .instrument-performance-section {
    padding: 0 20px;
  }
  .instrument-container .holdings-layout.instrument-data > .instrument-performance-section {
    padding-top: 20px;
  }
  .instrument-container .holdings-layout .bundle-underlying-invvestment-chart {
    padding: 10px;
  }
  .instrument-container .holdings-layout .instrument-performance-columns {
    height: 547px;
  }
  .instrument-container .holdings-layout .instrument-performance-columns .instrument-chart-card {
    height: 100%;
  }
  .instrument-container .holdings-layout .instrument-performance-columns .instrument-chart-card .instrument-chart-container {
    border: 1px solid #DCE0E0;
    border-radius: 8px;
    padding: 15px;
    height: 100%;
  }
  .instrument-container .holdings-layout .instrument-performance-columns .bundle-holding-card {
    height: 100%;
    padding: 0 5px 0 15px;
  }
  .instrument-container .holdings-layout .instrument-performance-columns .bundle-holding-card .content-box {
    background: #f5f6f8;
    border: none;
    border-radius: 8px;
    height: 100%;
  }
  .instrument-container .holdings-layout .instrument-performance-columns .bundle-holding-card .content-box .row {
    margin-bottom: 15px;
  }
  .instrument-container .instrument-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 8px;
    background: #ffffff;
    height: 80px;
  }
  .instrument-container .instrument-details .instrument-item {
    width: 20%;
  }
  .instrument-container .instrument-details .instrument-product-image .product-img-container > img {
    height: 80px !important;
    width: 120px !important;
  }
  .instrument-container .instrument-details .instrument-price-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    align-items: flex-end;
  }
  .instrument-container .instrument-details .instrument-price-content .keep-together {
    flex-direction: row;
  }
  .instrument-container .instrument-details .actions-cell {
    width: 24px;
  }
  .instrument-container .instrument-details .instrument-last-item-pair {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .holdings-underlying-container {
    width: 100%;
    padding: 0 15px 15px;
    background: #F5F6F8;
    border-radius: 8px;
  }
  .holdings-underlying-container .instrument-container {
    margin: 10px 0;
  }
  .holdings-underlying-container .instrument-container .instrument-details {
    height: 100px;
  }
  .bundles-title-line {
    font-family: 'OpenSans Regular';
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: #86888B;
  }
  .bundle-prices-value {
    font-family: Questrial;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: center;
    color: #4A4A4A;
  }
  .instrument-pricing {
    height: 74px;
  }
  .instrument-pricing .instrument-latest-price {
    text-align: left;
    margin-right: 15px;
    width: 120px;
    padding: 10px 0;
    height: 100%;
    flex-shrink: 1;
    flex-grow: 1;
  }
  .instrument-pricing .instrument-prices-container {
    max-width: 530px;
    width: 80%;
    padding: 10px;
    background: #f5f6f8;
    border-radius: 8px;
    flex-shrink: 1;
    height: 100%;
  }
  .instrument-pricing .instrument-prices-container div {
    width: 175px;
    max-width: 175px;
    padding: 0 15px;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .instrument-pricing .instrument-prices-value {
    font-family: 'OpenSans Regular';
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    color: #4a4a4a;
  }
  .yahoo-easy-research-btn-container {
    gap: 10px;
  }
  .yahoo-easy-research-btn {
    width: 240px;
    height: 50px;
    border: 1px solid #dce0e0;
    padding: 10px;
  }
  .yahoo-easy-research-logo {
    width: 30px;
    height: 30px;
  }
  .yahoo-easy-research-text {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    padding-left: 15px;
  }
  .yahoo-easy-research-chevron {
    font-size: 16px;
    font-weight: normal;
    opacity: 80%;
    color: #4a4a4a;
  }
  /* MY HOLDING/BUNDLE CARD STYLING */
  .my-bundle-container {
    margin-right: 20px;
    background-color: #F5F6F8;
    text-align: left;
    border-radius: 8px;
  }
  .my-bundle-container .holding-information {
    margin: 0;
    padding: 10px 5px;
  }
  .my-bundle-container .holding-information .holding-information-row > * {
    padding: 0;
  }
  .myholding-title {
    font-family: 'OpenSans Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
    color: #4a4a4a;
  }
  .myholding-title-line {
    color: #86888b;
  }
  .myholding-title-amount {
    color: #4a4a4a;
    font-weight: 600;
  }
  .myholding-title-amount .percentage.winner::before {
    font-family: 'Glyphicons Halflings';
    content: "\e253";
    margin-right: 8px;
  }
  .myholding-title-amount .currency.winner::before {
    content: "+";
    margin-right: 4px;
  }
  .myholding-title-line-info-fine,
  .myholding-title-line-info {
    font-size: 11px;
    color: #86888b;
    font-family: 'OpenSans Regular';
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }
  /* ABOUT SECTION STYLING */
  .bundle-about-section {
    padding: 15px 15px 10px;
  }
  .bundle-about-description {
    font-family: 'OpenSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
  }
  .holding-about-section {
    margin: 0 20px;
    padding: 0 15px 15px;
    border-radius: 8px;
  }
  .about-the-bundle-container > .holdings-about-container {
    width: 100%;
  }
  .holding-about-section .bundle-heading,
  .holdings-about-container .bundle-heading {
    font-family: 'OpenSans Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 5px;
  }
  .holding-about-section > .row,
  .holdings-about-container {
    background-color: #F5F6F8;
    padding: 20px 0 15px;
    border-radius: 8px;
    margin-top: 20px;
  }
  /* BUNDLE INVESTMENT ALLOCATION STYLING */
  td.allocation-alignment .span-box {
    padding: 5px;
    border-radius: 2px;
    margin-right: 5px;
  }
  .allocation-legend-padding {
    padding: 20px 30px 0px 30px;
  }
  /* BUNDLE BUY NOW CARD STYLING */
  .bundle-buysell-content-container {
    padding-bottom: 10px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
  }
  .bundle-buysell-content-container-white {
    padding: 15px;
    background-color: #ffffff;
  }
  .bundle-buysell-content-container-gray {
    padding-top: 10px;
    background-color: #f5f6f8;
  }
  .bundle-buysell-value-input {
    height: 60px !important;
    border: 1px solid #0ddaba;
    text-align: right;
    width: 100% !important;
  }
  .bundle-buysell-value-input-label {
    font-size: 16px;
    font-weight: bold;
  }
  .bundle-recurring-tab {
    background-color: transparent;
    border-width: 0;
    padding: 5px 20px 5px 0px;
    color: #ed1747;
    font-weight: 600;
    text-decoration: none;
  }
  .bundle-buy-now-tab {
    border-width: 0px;
    border-radius: 5px;
    padding: 5px;
    color: #eeeeee;
    margin-left: 5px;
    text-decoration: none;
  }
  .bundle-buy-now-tab:active {
    color: #eeeeee;
  }
  .bundle-tab-container {
    border-radius: 10px 10px 0px 0px;
    padding-top: 5px;
  }
  .bundle-tabs {
    text-align: center;
    padding-bottom: 5px;
  }
  /* BUNDLE REFERENCE PRICE STYLING */
  .bundle-reference-title .accordion-title-fact {
    display: flex;
  }
  .bundle-reference-information {
    text-align: center;
  }
  .bundle-reference-information .bundle-reference-information-prices {
    font-size: 20px;
  }
  .bundle-reference-tooltip {
    padding-left: 5px;
  }
  /* MY HOLDING STYLES FOR DESKTOP*/
  .net-investment-value-container {
    padding: 10px 0px 10px 15px;
  }
  .profit-loss-container {
    padding: 10px 0px 0px 15px;
  }
  .priced-off-the-last-container {
    padding: 0px 0px 0px 15px;
  }
  /* END */
  /* SELL PORTFOLIO STYLES FOR DESKTOP */
  .sell-portfolio-container {
    padding-top: 10px;
    border-radius: 8px;
  }
  .sell-portfolio-text-container {
    padding: 5px 0px 0px 15px;
    font-weight: 600;
    font-size: 16px;
    color: #4a4a4a;
  }
  .sell-portfolio-hr {
    margin-top: 10px;
    margin-right: 15px;
  }
  .estimated-row {
    background-color: #f5f6f8;
    margin: 15px;
    padding: 10px 0px;
  }
  .estimated-text-container {
    padding: 0px;
    width: 164px;
  }
  .estimated-text {
    font-size: 16px;
    font-weight: 400;
    color: #4a4a4a;
    white-space: no-wrap;
    margin: 0px;
  }
  .estimated-subtext {
    font-size: 12px;
  }
  .estimated-value-container {
    margin: 15px 0px 0px 15px;
    text-align: end;
    padding: 0px;
  }
  .input-field-headers-container {
    padding-bottom: 10px;
  }
  .input-field-header-padding {
    padding-left: 15px;
  }
  .input-field-headers {
    font-size: 11px;
    font-weight: 600;
    color: #86888b;
  }
  .input-fields-container {
    padding: 0px 15px 15px 15px;
    margin: 0px;
  }
  .input-field-container-padding {
    padding-left: 5px;
  }
  .sell-input-field-box {
    background-color: #f5f6f8;
    padding: 10px;
  }
  .symbol-container {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #4a4a4a;
  }
  .input-field {
    text-align: right;
    width: 100px !important;
    height: 57px;
    border-style: solid;
    border-color: #0ddaba;
  }
  .up-to-per-transaction-text {
    font-size: 12px;
    font-weight: 400;
    color: #4a4a4a;
  }
  .divider-line {
    background-color: #ffffff;
    width: 2px;
  }
  .below-input-fields-padding {
    margin-left: 20px;
  }
  .investment-amount-info-text-container {
    padding: 0px 15px 15px 15px;
  }
  .investment-amount-info-text {
    font-size: 12px;
    font-weight: 400;
    color: #86888b;
  }
  /* END */
  /* ACCOUNT OVERVIEW - BUNDLE HOLDINGS DESKTOP */
  .bundle-reference-pricing-container {
    margin: 0px 15px 15px 15px;
  }
  .bundle-holding-container {
    width: 100%;
    position: relative;
    background-color: #ffffff;
  }
  .bundle-holding-table-row {
    height: 98px;
    padding: 7px 15px 7px 15px;
  }
  .bundle-image-container {
    width: 114px;
    height: 84px;
    border-radius: 4px;
  }
  .sparkline-chart-container {
    width: 99px;
    height: 46px;
    cursor: pointer;
  }
  .bundle-holding-monetary-values {
    color: #4a4a4a;
    font-weight: 600;
  }
  .bundle-holding-default-btn-style {
    background-color: #ffffff;
    color: #86888b !important;
    border: 1px solid #86888b !important;
    border-radius: 4px;
    padding: 5px;
  }
  .bundle-holding-default-btn-text-style {
    font-size: 12px;
    font-weight: 600;
  }
  .bundle-holding-sell-button {
    width: 61px;
  }
  .bundle-holding-sell-button:hover {
    color: #ffffff;
  }
  .bundle-holding-buy-more-button {
    width: 96px;
  }
  .bundle-holding-buy-more-button:hover {
    color: #ffffff;
  }
  .pending-instruction-container {
    padding: 0px 40px 0px 20px;
  }
  .new-holding-detail-container {
    overflow: auto;
  }
  .my-bundle-card {
    width: 386px;
    margin-right: 20px;
    background-color: #f5f6f8;
    text-align: left;
  }
  .pricing-chart-reference-price-container {
    background-color: white !important;
    border: 1px solid #dce0e0;
    border-radius: 8px;
  }
  .price-chart-header-container {
    padding-top: 22px;
  }
  .price-chart-header {
    font-family: Questrial;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #4a4a4a;
  }
  .pricing-chart-container {
    padding: 15px;
  }
  .bundle-holding-reference-price-container {
    width: 691.37px;
  }
  .latest-price-container {
    text-align: left;
    margin: 25px 60px 0px 0px;
  }
  .prices-container {
    width: 530px;
  }
  .instruments-validation-container {
    display: contents;
  }
  /* END */
}
.bundle-available-funds-container {
  background-color: #4a4a4a;
  border-radius: 8px;
  padding: 10px;
  margin: 10px 0px 0px 0px !important;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-family: 'QUESTRIAL REGULAR';
  color: #ffffff;
}
.bundle-available-funds-container span:last-child {
  margin-left: auto;
}
.bundle-buy-sell-accordion {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
}
.baskets .img-baskets-illustration {
  width: 93%;
  float: right;
}
.baskets .termsAndConditions {
  font-size: 11px;
  margin-top: 11px;
}
.table-breakdown tbody tr td:first-child {
  text-transform: lowercase;
}
.glossary-popover .popover {
  width: 100%;
  background-color: #ed1747;
  color: #ffffff;
}
.glossary-col {
  height: 150px;
}
.etf-container {
  height: 120px;
  background-color: #EDEDED;
}
.etf-blog-container {
  height: 120px;
  background-color: #EDEDED;
}
.etf-pick-container {
  height: 360px;
  background-color: #EDEDED;
}
#etfBlogPosts.row {
  position: relative;
}
.bottom-align-text {
  position: absolute;
  bottom: 0;
}
.blog-img-parent-size {
  width: 100%;
  height: 100%;
}
.btn-parent-size {
  width: 100%;
}
.btn.no-margin-left {
  margin-left: 0;
}
.etf-light-blue {
  background-color: #5EC5DF;
  color: #ffffff;
}
.etf-purple {
  background-color: #8352A1;
  color: #ffffff;
}
.etf-purple h1 {
  color: #ffffff;
}
.etf-header {
  font-size: 55px;
  font-weight: bold;
  color: #ed1747;
}
#share-the-love.share-the-love table {
  max-width: 500px;
}
#share-the-love.share-the-love table td:nth-child(2) {
  background-color: #ffffff;
  display: block !important;
  max-width: 500px !important;
  clear: both !important;
  margin: 0 auto;
}
#share-the-love.share-the-love table td:nth-child(2) > div {
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
#share-the-love.share-the-love table td:nth-child(2) > div > img {
  width: 100%;
}
#share-the-love.share-the-love table td:nth-child(2) > div div {
  padding: 20px;
}
#share-the-love.share-the-love table td:nth-child(2) > div div > h4 {
  text-align: center;
}
#share-the-love.share-the-love table td:nth-child(2) > div div > h4 > span {
  font-weight: bold;
}
.light-border {
  border: 1px solid #DCE0E0;
}
.center-div {
  width: 50%;
  margin: 0 auto;
}
#assetSummaryItemsTable #assetSummaryItemsContainer > tr > td > div.col-md-3 {
  padding: 10px 0;
}
#assetSummaryItemsTable > tfoot > tr {
  border: 1px solid #dedfe1;
}
#assetSummaryItemsTable > tfoot > tr > td {
  text-align: right;
  padding: 20px;
}
#pendingTransferRequestsTable td {
  padding: 15px 10px;
}
.notes {
  font-size: 11px;
}
.notes .note-indicator {
  float: left;
  width: 16px;
  text-align: left;
  margin-right: 15px;
}
.notes .note {
  display: inline-block;
  width: calc(100% - 31px);
}
.conditions {
  font-size: 12px;
}
.label-top-margin-8 {
  margin-top: 8px;
}
#thrive2-heading {
  margin-top: 32px;
}
#thrive2-heading-body {
  font-size: 16px;
  line-height: 24px;
}
.thrive2-level {
  color: #933ec5;
  font-size: 50px;
  margin-top: 25px;
}
#thrive2-category-div {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 0%;
}
#thrive2-category-list {
  padding-inline-start: 0;
}
.thrive2-segment-middle-icon {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.thrive2-segment-middle-image {
  vertical-align: middle;
  width: 50%;
}
.thrive2-container-border {
  border: 1px solid #DADEDE;
  width: 100%;
}
.thrive2-container-row-border {
  border: 1px solid #DADEDE;
}
#thrive2-segment-1 {
  border-top-left-radius: 100%;
}
#thrive2-segment-2 {
  border-top-right-radius: 100%;
}
#thrive2-segment-3 {
  border-bottom-left-radius: 100%;
}
#thrive2-segment-4 {
  border-bottom-right-radius: 100%;
}
@media screen and (max-width: 768px) {
  #thrive-challenge-grid {
    width: 100%;
    margin-bottom: 10%;
  }
  #thrive2-logo {
    width: 200px;
    height: 85px;
    margin-top: 8%;
  }
  #thrive2-category-div {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .thrive2-challenge-text {
    width: 50%;
    font-size: 12px;
    text-align: center;
    margin-top: 2%;
    margin-left: -5%;
    font-family: Questrial;
    display: block;
  }
  .thrive2-challenge-text-progress {
    width: 50%;
    font-size: 8px;
    text-align: center;
    margin-top: 2%;
    margin-left: -5%;
    font-family: Questrial;
    display: block;
  }
  .thrive2-segment-all {
    list-style: none;
    width: 50%;
    padding-top: 47.2%;
    float: left;
    display: block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
  .thrive2-segment-middle {
    height: 19.1%;
    width: 22%;
    border: 2px solid #933ec5;
    background-color: white;
    border-radius: 50%;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
    position: absolute;
    top: 36%;
    left: 39.5%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  }
  #thrive2-level-up-badge-content {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 15px;
  }
  #thrive2-level-up {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  #thrive2-badge-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 4px;
  }
  #thrive2-badge-text {
    margin-left: 18px;
  }
  #thrive2-current-badge {
    max-width: 70px;
    max-height: 70px;
    margin-left: 5px;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #thrive-challenge-grid {
    width: 100%;
    margin-bottom: 10%;
    margin-top: 10%;
  }
  #thrive2-logo {
    width: 200px;
    height: 85px;
    margin-top: 38px;
    margin-bottom: 33px;
  }
  #thrive2-category-div {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    width: 100%;
    margin-top: 10%;
    margin-bottom: 35px;
  }
  .thrive2-challenge-text {
    width: 50%;
    font-size: 15px;
    text-align: center;
    margin-top: 2%;
    margin-left: -5%;
    font-family: Questrial;
    display: block;
  }
  .thrive2-challenge-text-progress {
    width: 50%;
    font-size: 9px;
    text-align: center;
    margin-top: 2%;
    margin-left: -5%;
    font-family: Questrial;
    display: block;
  }
  .thrive2-segment-all {
    list-style: none;
    width: 50%;
    padding-top: 47.6%;
    float: left;
    display: block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
  .thrive2-segment-middle {
    height: 18.6%;
    width: 21%;
    border: 2px solid #933ec5;
    background-color: white;
    border-radius: 50%;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
    position: absolute;
    top: 36%;
    left: 40%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  }
  #thrive2-level-up-badge {
    height: 45px;
    width: 45px;
    margin-top: 20px;
    margin-bottom: 0%;
    margin-left: 10%;
  }
  #thrive2-level-up-badge-content {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3%;
    margin-right: 2%;
    margin-top: 15px;
  }
  #thrive2-level-up {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  .thrive2-level {
    text-align: center;
    margin-top: 0;
  }
  .thrive2-level-text {
    text-align: center;
  }
  #thrive2-badge-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 4px;
  }
  #thrive2-badge-text {
    margin-left: 13px;
  }
  #thrive2-current-badge {
    max-width: 70px;
    max-height: 70px;
    margin-left: 5px;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #thrive2-heading {
    margin-top: 32px;
    margin-left: 50px;
  }
  #thrive2-heading-body {
    margin-left: 50px;
  }
  #thrive-challenge-grid {
    width: 80%;
    margin-bottom: 10%;
    margin-top: 10%;
    margin-left: 0%;
  }
  #thrive2-logo {
    width: 200px;
    height: 85px;
    margin-top: 38px;
    margin-bottom: 33px;
  }
  #thrive2-category-div {
    display: inline-block;
    width: 75%;
    margin-left: 21%;
    margin-bottom: 10%;
    margin-top: 10%;
  }
  .thrive2-challenge-text {
    width: 50%;
    font-size: 18px;
    text-align: center;
    margin-top: 2%;
    margin-left: -5%;
    font-family: Questrial;
    display: block;
  }
  .thrive2-challenge-text-progress {
    width: 50%;
    font-size: 11px;
    text-align: center;
    margin-top: 2%;
    margin-left: -5%;
    font-family: Questrial;
    display: block;
  }
  .thrive2-segment-all {
    list-style: none;
    width: 50%;
    padding-top: 47.9%;
    float: left;
    display: block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
  .thrive2-segment-middle {
    height: 93px;
    width: 93px;
    border: 4px solid #933ec5;
    background-color: white;
    border-radius: 50%;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
    position: absolute;
    top: 37%;
    left: 49.4%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  }
  #thrive2-level-up-badge {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 16px;
    height: 45px;
    width: 45px;
    margin-top: 20px;
    margin-left: 15px;
  }
  #thrive2-level-up-badge-content {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3%;
    margin-right: 2%;
    margin-top: 15px;
  }
  #thrive2-level-up {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  #thrive2-badge-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 4px;
  }
  #thrive2-badge-text {
    margin-left: 13px;
  }
  #thrive2-current-badge {
    max-width: 91px;
    max-height: 91px;
    margin-left: 5px;
    display: block;
  }
}
#thrive2-category-list li:hover,
#thrive2-category-list li:active,
#thrive2-category-list li:focus {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.thrive2-challenge-icon {
  display: block;
  width: 40%;
}
#thrive2-category-list {
  width: 100%;
  height: 100%;
}
.thrive2-challenge-content {
  width: 100%;
  height: 100%;
}
#thrive2-category-list li:first-child div {
  margin: -80% 40%;
  vertical-align: middle;
  text-align: justify;
}
#thrive2-category-list li:nth-child(2) div {
  margin: -80% 20%;
  vertical-align: middle;
  text-align: justify;
}
#thrive2-category-list li:nth-child(3) div {
  margin: -95% 40%;
  vertical-align: middle;
  text-align: justify;
}
#thrive2-category-list li:nth-child(4) div {
  margin: -95% 20%;
  vertical-align: middle;
  text-align: justify;
}
#thrive2-category-list li:nth-child(4) img {
  margin-left: 8%;
}
#thrive2-challenge-list {
  list-style: none;
  margin-left: -40px;
}
.thrive2-challenge-label {
  margin-right: 12px;
  color: #000000;
}
.thrive2-collapsible {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: start;
  outline: none;
  font-size: 15px;
  border-bottom: 1px solid gray;
  background-color: white;
  float: left;
}
.thrive2-collapsible:hover {
  background-color: #F5F6F8;
}
.thrive2-collapsible-content {
  padding: 0 4%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.thrive2-challenge-arrow {
  float: right;
  margin-top: 2%;
}
.thrive2-level-text {
  font-size: 14px;
  margin-bottom: 8%;
}
.thrive2-spacer {
  margin: 35px;
}
#thrive2-challenge-grid {
  padding: 2%;
  margin-right: 0%;
}
.thrive2-margin {
  margin-left: 1%;
  margin-top: 1%;
}
.thrive2-category-selected {
  border: 4px solid lightskyblue;
}
#thrive2-FAQ-got-questions {
  text-align: left;
  position: absolute;
  top: 15%;
  left: 50%;
}
.thrive2-challenge-list-title {
  margin-top: 7%;
  margin-bottom: 3%;
}
#thrive2-challenges-description {
  margin-top: 7.5%;
}
#thrive2-FAQ-got-questions-button {
  color: #86888b;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 24px;
  margin-top: 10px;
  border-width: 0;
  background-color: #FFFFFF;
}
#thrive2-got_questions {
  margin-top: 8%;
  font-size: 24px;
}
#thrive2-smallimage-got_questions {
  width: 100%;
}
#thrive2-challenge-month {
  margin-left: 3%;
  font-family: Questrial;
  font-size: 20px;
  line-height: 28px;
  color: #4A4A4A;
}
#thrive2-badge-descrip {
  font-size: 14px;
}
#thrive2-level-up-badge {
  height: 45px;
  width: 45px;
  margin-top: 20px;
  margin-bottom: 5%;
}
.otp-section {
  background-color: #E7EAED;
  border: #E7EAED;
  width: 90%;
  height: 100%;
  padding-left: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.otp-text-container {
  padding-top: 1px;
  padding-right: 0px;
  padding-bottom: 1px;
  padding-left: 0px;
}
.otp input {
  width: 40px;
  padding: 5px;
  margin-right: 20px;
  text-align: center;
  font-size: 26px;
}
.otp {
  margin-left: 40px;
}
.otp > div {
  margin-right: 40px;
}
.value-allocations__enter-value-container__opaque-primary-background {
  background-color: rgba(237, 23, 71, 0.1);
}
.value-allocations__enter-value-container__opaque-primary-background .input-group .input-group-addon {
  padding: 3px 5px;
  color: #ed1747;
  font-weight: 600;
  font-size: 16px;
}
.value-allocations__enter-value-container__opaque-primary-background.sell-currency-input-box-padding {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 0;
}
.value-allocations__enter-value-container__opaque-primary-background.sell-percentage-input-box-padding {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 0;
}
.easy-credit-bundle .package-secondary-description {
  background-color: #8e4d9b;
}
.purchased-easy-credit-bundle .purchased-bundle-details--secondary-description {
  background-color: #8e4d9b;
}
.ec-ads-container {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(70, 74, 82, 0.2);
  margin: 18px 0;
}
.ec-ads-container .main {
  display: flex;
  padding: 18px 20px 18px 20px;
  gap: 20px;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.ec-ads-container .main img.img-flower {
  border-radius: 25px;
  border: 10px solid #D9f2E9;
  background: #D9F2E9;
  width: auto;
  height: 100%;
  max-height: 45px;
}
.ec-ads-container .main h3 {
  margin: unset;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.ec-ads-container .about-collapse-container {
  border-top: 1px solid #DCE0E0;
  padding: 0 15px 15px 15px;
}
.ec-ads-container .about-collapse-container .listing {
  display: flex;
  padding: 15px 15px 0 15px;
  margin-bottom: 15px;
  gap: 20px;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.ec-ads-container .about-collapse-container h2 {
  color: #4a4a4a;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.ec-ads-container .about-collapse-container p {
  color: #4a4a4a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: unset;
}
.ec-ads-container .about-collapse-container a.navigate {
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 15px 10px;
  margin: 20px 0 0;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  background: #ed1747;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.ec-ads-container .ec-collapse-footer {
  border-top: 1px solid #DCE0E0;
  text-align: center;
  padding-top: 10px;
}
.ec-ads-container .ec-collapse-footer a.btn-close {
  text-decoration: none;
  color: #03A96D;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
.ec-ads-container .ec-collapse-footer a.btn-learn {
  text-decoration: none;
  color: #03A96D;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
}
.ec-ads-container .ec-collapse-footer img.ec-arrow-down {
  margin-left: 5px;
}
.ec-ads-container .hide-body {
  border-top: none !important;
}
.ec-ads-container .hide-body div.about-body {
  display: none;
}
.ec-ads-container .hide {
  display: none;
}
.notification-preferences-container .notification-preferences-switcher {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}
.notification-preferences-container .notification-preferences-switcher .notification-preferences-switcher-btn {
  padding: 15px;
  border: 1px solid #DCE0E0;
  text-decoration: none;
  text-align: center;
  color: #86888b;
  width: 100%;
  background-color: white;
}
.notification-preferences-container .notification-preferences-switcher .active {
  background-color: #ed1747;
  color: white;
}
.notification-preferences-container .email-preferences-tab {
  background-color: white;
  display: inline-block;
  width: 100%;
}
.notification-preferences-container .email-preferences-tab .email-notification-preference-container:first-child {
  padding-top: 20px;
}
.notification-preferences-container .email-preferences-tab .email-notification-preference-container {
  padding-top: 40px;
}
.notification-preferences-container .push-preferences-tab {
  background-color: white;
  display: inline-block;
  width: 100%;
}
.notification-preferences-container .push-preferences-tab .push-notification-preference-container:first-child {
  padding-top: 20px;
}
.notification-preferences-container .push-preferences-tab .push-notification-preference-container {
  padding-top: 40px;
}
.easy-id-logo {
  height: 60px;
  background-color: white;
}
.signed-out-page-content-container {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
}
.signed-out-page-content-header {
  height: 80px;
  padding-top: 20px;
  background-color: white;
}
.signed-out-page-content a {
  margin-top: 10%;
  margin-left: 8%;
  float: left;
  text-decoration: none;
  background-color: #ed1747;
  color: white;
}
.signed-out-page-content.banner-img {
  visibility: visible;
}
.signed-out-page-content a:hover {
  text-decoration: none;
  color: white;
  background-color: #aa0d30;
}
@media screen and (max-width: 767px) {
  .signed-out-page-content.banner-img {
    visibility: hidden;
  }
  .signed-out-page-content-container {
    box-shadow: none;
  }
  .signed-out-page-content a {
    float: none;
    margin-left: 0;
  }
}
.easyprotect-pending-payment-container {
  box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
  border-radius: 8px !important;
}
.easyprotect-pending-payment-container .easyprotect-pp-box {
  padding-bottom: 10px !important;
}
.easyprotect-pending-payment-container .easyprotect-pp {
  font-family: "Questrial Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4a4a4a;
  margin-left: 10px;
}
.easyprotect-pending-payment-container .warning-icon {
  margin-top: -2px;
}
.easyprotect-pending-payment-container .monthly-prem-block {
  flex-direction: row !important;
}
.easyprotect-pending-payment-container .easyprotect-pp-text {
  font-size: 12px !important;
  line-height: 18px !important;
  color: #86888b;
}
.easyprotect-pending-payment-container .btn-easyprotect-pp {
  padding: 7px 20px;
  background: #ed1747;
  border-radius: 4px;
}
.easyprotect-pending-payment-container .payment-btn {
  flex-direction: row !important;
}
.easyprotect-pending-payment-container .easyprotect-btn-text {
  font-size: 12px !important;
  line-height: 16px !important;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
.usd-tab-container {
  border: 1px solid #dce0e0;
  border-radius: 10px;
  background: #FFFFFF;
  padding: 0 20px 20px 20px;
  margin-top: 30px;
}
.usd-tab-content {
  display: none;
}
.usd-default-tab {
  display: block;
}
#gcash-content {
  position: relative;
}
.gcash-mini-logo {
  position: absolute;
  right: 0px;
  top: 0px;
}
.incorrect-details-label {
  margin: 15px 0px 0px 15px;
}
.incorrect-details-label p {
  font-weight: 700;
}
.ee-reference {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
}
.ee-number {
  font-family: "Questrial Regular";
  font-size: 24px;
  line-height: 1.2;
  margin: 10px 0 0 0;
}
.grey-container {
  background: #f5f6f8;
}
.fund-account-header {
  text-align: center;
  margin-bottom: 25px;
}
.fund-account-header h2 {
  font-size: 20px;
  font-family: "Questrial Regular";
  margin-bottom: 0px;
}
.fund-account-header h4 {
  font-size: 16px;
  font-weight: normal;
  color: #86888b;
  margin-top: 0px;
}
.gcash-topup-steps {
  text-align: center;
}
.gcash-topup-steps .number-shade {
  background: #0057E4;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gcash-topup-steps h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  color: #fff;
}
.gcash-topup-steps h5 {
  color: #86888b;
}
#eft-deposit-input-details.wide-container {
  padding: 20px 100px;
}
.card-container {
  display: flex;
  justify-content: center;
  gap: 16px;
  text-decoration: none;
}
.card {
  width: 190.667px;
  height: 124px;
  padding-top: 10px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  color: #86888B;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.card__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 0;
  border-radius: 50%;
  background: #fff;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s, background 0.3s;
}
.card__icon-image {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  transition: background-image 0.3s;
}
.tf-deposit-icon {
  background-image: url('../../../Content/Images/NewMobile/MyFunds/new-deposit-inactive-mobile.svg');
}
.tf-transfer-icon {
  background-image: url('../../../Content/Images/NewMobile/MyFunds/transfer-inactive.svg');
}
.tf-withdraw-icon {
  background-image: url('../../../Content/Images/NewMobile/MyFunds/withdraw-inactive.svg');
}
.card__label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #86888B;
  padding-top: 17px;
  text-decoration: none;
}
.card__label__forex,
.card__label__forex a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #86888B;
  padding-top: 7px;
  text-decoration: none;
}
.card.active {
  background: #e01e5a;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.card.active .card__label {
  color: #fff;
  text-decoration: none;
}
.card.active .card__label__forex {
  color: #fff;
  text-decoration: inherit;
  text-decoration: none;
}
.card.active .card__icon {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.card.active .tf-deposit-icon {
  background-image: url('../../../Content/Images/NewMobile/MyFunds/new-deposit-active-mobile.svg');
}
.card.active .tf-transfer-icon {
  background-image: url('../../../Content/Images/NewMobile/MyFunds/transfer-active.svg');
}
.card.active .tf-withdraw-icon {
  background-image: url('../../../Content/Images/NewMobile/MyFunds/withdraw-active.svg');
}
.card:not(.active):hover {
  background: #f5f5f5;
  color: #86888B;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
/* override all link states for .card */
.card:link,
.card:visited,
.card:hover,
.card:active {
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .etf-container {
    height: 100px;
    background-color: #EDEDED;
  }
  .etf-pick-container {
    height: 400px;
    background-color: #EDEDED;
  }
  .etf-header {
    font-size: 22px;
    font-weight: bold;
    color: #ed1747;
  }
  .etf-blog-container {
    height: 180px;
    background-color: #EDEDED;
  }
}
@media (max-width: 767px) {
  .home {
    /*.slide-container {
            width: 250px;
            height: auto;
            margin: 0 auto;
        }*/
  }
  .home .home-page-content-container {
    padding: 50px 15px;
  }
  .home .home-page-content-container-secondary {
    padding: 50px 15px;
  }
  .home .sliced-rectangle-text {
    position: absolute;
    color: #ffffff;
    z-index: 1;
    bottom: 0;
    margin: 15px 20px;
    font-size: 13px;
  }
  .home .sliced-rectangle-text h2 {
    color: #ffffff;
  }
  .home .square-container {
    height: 100%;
    display: inline-block;
    border: 1px solid #dce0e0;
  }
  .home .square-container .left-square-section {
    float: left;
    height: 108px;
    width: 165px;
    padding: 10px;
    background-color: #ffffff;
    text-align: center;
    margin: 0;
  }
  .home .square-container .right-square-section {
    float: right;
    border: 3px solid #ffffff;
  }
  .home .square-container .btn {
    border: initial;
  }
  .home .img-home {
    background-size: cover;
    height: inherit;
  }
  .home .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .home .all-investors {
    height: initial;
  }
  .home .all-investors h2,
  .home .all-investors a {
    color: #ffffff;
  }
  .home .all-investors-secondary {
    margin-top: -22px;
  }
  .home .center-transform {
    color: #ffffff;
  }
  .home .section-heading-padding {
    padding: 0;
  }
  .home .why-invest {
    text-align: inherit;
  }
  .home .open-quote {
    margin-bottom: 25px;
  }
  .home .slick-prev {
    left: -20%;
  }
  .home .slick-next {
    right: -20%;
  }
  .home .img-geometric-pattern {
    background-image: initial;
  }
  .home .why-invest-max-image-width {
    max-width: 46px;
  }
  .home .home-play-max-width {
    max-width: 50px;
  }
  .home .register-me-bottom-divider {
    border-bottom: 1px solid #dedfe1;
  }
  .home .register-me-border {
    padding-bottom: 0;
    padding-top: 22px;
    padding-left: initial;
    padding-right: initial;
  }
  .home .register-me-margin {
    margin-bottom: 22px;
  }
  .home .all-investors-margin {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .home .content-division {
    margin-bottom: 30px;
  }
  .home .section-divider-mini {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .home .home-banner-video {
    width: 250px;
    height: 200px;
  }
  .home .square-container .left-square-section {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .home .sliced-rectangle-text {
    font-size: 12px;
  }
  .home .sliced-rectangle-text .step {
    font-size: 21px;
  }
  .home .square-container .left-square-section {
    width: 222px;
  }
  .home .sliced-rectangle-aqua:before,
  .home .sliced-rectangle-primary:before,
  .home .sliced-rectangle-violet:before {
    top: 28%;
  }
  .home .home-banner-video {
    width: 367px;
    height: 174px;
  }
}
@media (max-width: 991px) {
  .home .section-heading-padding {
    padding: 0;
  }
  .home .no-line-break {
    display: none;
  }
  .home .tax-free-video {
    width: 100%;
    height: 284px;
    float: initial;
  }
  .home .register-me-padding {
    padding-left: initial;
  }
}
.col-xs-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.fica-process {
  margin-bottom: 30px;
}
.tab-link {
  padding-right: 15px;
}
.asterix,
.required-asterisk {
  color: #86888b;
}
.myfunds-tab-mobile .nav-tabs > li.active > a {
  background-color: #ed1747;
}
.deposit-selector {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.myfunds-selector-text {
  color: #4A4A4A;
  font-family: Questrial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0px;
}
.deposit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.deposit-icon img {
  width: 24px;
  height: 24px;
}
/*
    TODO SIN-194
    Confirm colour palette
    Temporary variables
*/
/* Background color for `<body>`.*/
/** Global text color on `<body>`.*/
/** Global textual link color.*/
/** Link hover color set via `darken()` function.*/
/** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.*/
/** Unit-less `line-height` for use in components like buttons.*/
/** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.*/
/** By default, this inherits from the `<body>`.*/
/** Global color for active items (e.g., navs or dropdowns).*/
/** Global background color for active items (e.g., navs or dropdowns).*/
/** Width of the `border` for generating carets that indicator dropdowns.*/
/** Carets increase slightly in size for larger components.*/
/** Padding for `<th>`s and `<td>`s.*/
/** Padding for cells in `.table-condensed`.*/
/** Default background color used for all tables.*/
/** Background color used for `.table-striped`.*/
/** Background color used for `.table-hover`.*/
/** Border color for table and cell borders.*/
/** `<input>` background color*/
/** `<input disabled>` background color*/
/** Text color for `<input>`s*/
/** `<input>` border color*/
/** `<input>` border radius*/
/** Border color for inputs on focus*/
/** Placeholder text color*/
/** Default `.form-control` height*/
/** Large `.form-control` height*/
/** Small `.form-control` height*/
/** Background color for textual input addons*/
/** Border color for textual input addons*/
/** Background for the dropdown menu.*/
/** Dropdown menu `border-color`.*/
/** Dropdown menu `border-color` **for IE8**.*/
/** Divider color for between dropdown items.*/
/** Dropdown link text color.*/
/** Hover color for dropdown links.*/
/** Hover background for dropdown links.*/
/** Active dropdown menu item text color.*/
/** Active dropdown menu item background color.*/
/** Disabled dropdown menu item background color.*/
/** Text color for headers within dropdown menus.*/
/** Number of columns in the grid.*/
/** Padding between columns. Gets divided in half for the left and right.*/
/** Point at which the navbar becomes uncollapsed.*/
/** Point at which the navbar begins collapsing.*/
/** For `@screen-sm-min` and up.*/
/** For `@screen-md-min` and up.*/
/** For `@screen-lg-min` and up.*/
/** Tooltip max width*/
/** Tooltip text color*/
/** Tooltip background color*/
/** Tooltip arrow width*/
/** Tooltip arrow color*/
/** Popover body background color*/
/** Popover maximum width*/
/** Popover border color*/
/** Popover fallback border color*/
/** Popover title background color*/
/** Popover arrow width*/
/** Popover arrow color*/
/** Popover outer arrow width*/
/** Popover outer arrow color*/
/** Popover outer arrow fallback color*/
/** Default label background color*/
/** Primary label background color*/
/** Success label background color*/
/** Info label background color*/
/** Warning label background color*/
/** Danger label background color*/
/** Default label text color*/
/** Default text color of a linked label*/
/** Padding applied to the modal body*/
/** Padding applied to the modal title*/
/** Modal title line-height*/
/** Background color of modal content area*/
/** Modal content border color*/
/** Modal content border color **for IE8***/
/** Modal backdrop background color*/
/** Modal backdrop opacity*/
/** Modal header border color*/
/** Modal footer border color*/
/** Background color of the whole progress component*/
/** Progress bar text color*/
/** Default progress bar color*/
/** Success progress bar color*/
/** Warning progress bar color*/
/** Danger progress bar color*/
/** Info progress bar color*/
/** Background color on `.list-group-item`*/
/** `.list-group-item` border color*/
/** List group border radius*/
/** Background color of single list elements on hover*/
/** Text color of active list elements*/
/** Background color of active list elements*/
/** Border color of active list elements*/
/** Border color for elements within panels*/
/** Padding around the thumbnail image*/
/** Thumbnail background color*/
/** Thumbnail border color*/
/** Thumbnail border radius*/
/** Custom text color for thumbnail captions*/
/** Padding around the thumbnail caption*/
/** Linked badge text color on hover*/
/** Badge text color in active nav link*/
/** Badge background color in active nav link*/
/** Breadcrumb background color*/
/** Breadcrumb text color*/
/** Text color of current page in the breadcrumb*/
/** Textual separator for between breadcrumb elements*/
/** Text muted color*/
/** Abbreviations and acronyms border color*/
/** Headings small color*/
/** Blockquote small color*/
/** Blockquote font size*/
/** Blockquote border color*/
/** Page header border color*/
/** Horizontal line color.*/
/** Horizontal offset for forms and lists.*/
/* Custom Colours*/
/** new variables **/
/** Trading Currency Colours **/
.account-margin-top {
  margin-top: 10px;
}
.notification-top {
  height: 52px;
}
.account-side-border-1 {
  border-left: 3px solid #0ddaba;
}
.account-side-border-2,
.account-side-border-5,
.account-side-border-11 {
  border-left: 3px solid #ed1747;
}
.account-side-border-3 {
  border-left: 3px solid #5308b2;
}
.account-side-border-4 {
  border-left: 3px solid #e2709b;
}
.account-side-border-6 {
  border-left: 3px solid #12b5e2;
}
.account-side-border-8,
.account-side-border-9 {
  border-left: 3px solid #f4942a;
}
.account-side-border-10,
.account-side-border-12 {
  border-left: 3px solid #00bff3;
}
.account-icon-color-1 {
  color: #0ddaba;
}
.account-icon-color-2,
.account-icon-color-5,
.account-icon-color-11 {
  color: #ed1747;
}
.account-icon-color-3 {
  color: #5308b2;
}
.account-icon-color-4 {
  color: #e2709b;
}
.account-icon-color-6 {
  color: #12b5e2;
}
.account-icon-color-8,
.account-icon-color-9 {
  color: #f4942a;
}
.account-icon-color-10,
.account-icon-color-12 {
  color: #00bff3;
}
.account-icon-color-1 {
  color: #0ddaba;
}
.account-icon-left {
  left: -5px;
}
#error-page html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
#error-page body {
  margin: 0;
}
#error-page article,
#error-page aside,
#error-page details,
#error-page figcaption,
#error-page figure,
#error-page header,
#error-page hgroup,
#error-page main,
#error-page menu,
#error-page section,
#error-page summary {
  display: block;
}
#error-page audio,
#error-page canvas,
#error-page progress,
#error-page video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
#error-page audio:not([controls]) {
  display: none;
  height: 0;
}
#error-page [hidden],
#error-page template {
  display: none;
}
#error-page a {
  background-color: transparent;
}
#error-page a:active,
#error-page a:hover {
  outline: 0;
}
#error-page abbr[title] {
  border-bottom: 1px dotted;
}
#error-page b,
#error-page strong {
  font-weight: bold;
}
#error-page dfn {
  font-style: italic;
}
#error-page h1 {
  font-size: 2em;
  margin: .67em 0;
}
#error-page mark {
  background: #ff0;
  color: #000;
}
#error-page small {
  font-size: 80%;
}
#error-page sub,
#error-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#error-page sup {
  top: -0.5em;
}
#error-page sub {
  bottom: -0.25em;
}
#error-page img {
  border: 0;
}
#error-page svg:not(:root) {
  overflow: hidden;
}
#error-page figure {
  margin: 1em 40px;
}
#error-page hr {
  box-sizing: content-box;
  height: 0;
}
#error-page pre {
  overflow: auto;
}
#error-page code,
#error-page kbd,
#error-page pre,
#error-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
#error-page optgroup,
#error-page select {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
#error-page select {
  text-transform: none;
}
#error-page fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
#error-page legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
#error-page optgroup {
  font-weight: bold;
}
#error-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
#error-page td,
#error-page th {
  padding: 0;
}
@font-face {
  font-family: "icomoon";
  src: url("https://cdn2.hubspot.net/hubfs/1690236/EE-Error-pages/fonts/icomoon.eot?315odd");
  src: url("https://cdn2.hubspot.net/hubfs/1690236/EE-Error-pages/fonts/icomoon.eot?315odd#iefix") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/1690236/EE-Error-pages/fonts/icomoon.ttf?315odd") format("truetype"), url("fonts/icomoon.woff?315odd") format("woff"), url("https://cdn2.hubspot.net/hubfs/1690236/EE-Error-pages/fonts/icomoon.svg?315odd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
#error-page [class^="icon-icomoon-"],
#error-page [class*=" icon-icomoon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#error-page .icon-icomoon-envelope:before {
  content: "\e900";
}
#error-page .icon-facebook:before {
  content: "\e901";
}
#error-page .icon-chat:before {
  content: "\e902";
}
#error-page .icon-icomoon-telephon:before {
  content: "\e903";
}
#error-page .icon-twitter:before {
  content: "\e904";
}
#error-page .icon-youtube:before {
  content: "\e905";
}
@font-face {
  font-family: "open_sans";
  src: url("https://cdn2.hubspot.net/hubfs/1690236/EE-Error-pages/fonts/opensans-regular-webfont.woff") format("woff"), url("https://cdn2.hubspot.net/hubfs/1690236/EE-Error-pages/fonts/opensans-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "open_sans";
  src: url("https://cdn2.hubspot.net/hubfs/1690236/EE-Error-pages/fonts/opensans-semibold-webfont.woff") format("woff"), url("https://cdn2.hubspot.net/hubfs/1690236/EE-Error-pages/fonts/opensans-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "open_sans";
  src: url("https://cdn2.hubspot.net/hubfs/1690236/EE-Error-pages/fonts/opensans-bold-webfont.woff") format("woff"), url("https://cdn2.hubspot.net/hubfs/1690236/EE-Error-pages/fonts/opensans-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "questrial";
  src: url("https://cdn2.hubspot.net/hubfs/1690236/EE-Error-pages/fonts/questrial-regular-webfont.woff") format("woff"), url("https://cdn2.hubspot.net/hubfs/1690236/EE-Error-pages/fonts/questrial-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
#error-page ul:not([class]):not([id]),
#error-page .contacts .list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
#error-page .clearfix:after,
#error-page .dl-horizontal dd:after,
#error-page .container:after,
#error-page .container-fluid:after,
#error-page .row:after,
#error-page .form-horizontal .form-group:after,
#error-page .btn-toolbar:after,
#error-page .btn-group-vertical > .btn-group:after,
#error-page .nav:after,
#error-page .navbar:after,
#error-page .navbar-header:after,
#error-page .navbar-collapse:after,
#error-page .pager:after,
#error-page .panel-body:after,
#error-page .modal-footer:after,
#error-page .nav-home .navbar:after {
  content: "";
  display: block;
  clear: both;
}
#error-page html {
  box-sizing: border-box;
}
#error-page *,
#error-page *:before,
#error-page *:after {
  box-sizing: inherit;
}
#error-page * {
  max-height: 1000000px;
}
#error-page body {
  color: #86888b;
  background: #fff;
  font: 16px/1.5 "open_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#error-page img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#error-page .gm-style img {
  max-width: none;
}
#error-page h1,
#error-page .h1,
#error-page h2,
#error-page .h2,
#error-page h3,
#error-page .h3,
#error-page h4,
#error-page .h4,
#error-page h5,
#error-page .h5,
#error-page h6,
#error-page .h6,
#error-page .h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 .5em;
  color: inherit;
}
#error-page h1,
#error-page .h1 {
  font-size: 30px;
}
#error-page h2,
#error-page .h2 {
  font-size: 22px;
}
#error-page h3,
#error-page .h3 {
  font-size: 20px;
}
#error-page h4,
#error-page .h4 {
  font-size: 14px;
}
#error-page h5,
#error-page .h5 {
  font-size: 12px;
}
#error-page h6,
#error-page .h6 {
  font-size: 11px;
}
#error-page p {
  margin: 0 0 1em;
}
#error-page a {
  color: #39f;
}
#error-page a:hover,
#error-page a:focus {
  text-decoration: none;
}
#error-page form,
#error-page fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
#error-page select {
  -webkit-border-radius: 0;
}
#error-page #header {
  padding: 32px 0 12px;
}
#error-page .logo {
  display: block;
  width: 175px;
}
#error-page .logo img {
  width: 100%;
}
#error-page .logo {
  float: left;
}
#error-page .menu {
  display: none;
  color: #4a4a4a;
  text-decoration: none;
  font-size: 9px;
  font-weight: 600;
  position: relative;
  top: 15px;
  left: 0;
}
#error-page .error-container {
  max-width: 1206px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
#error-page #wrapper {
  position: relative;
}
#error-page h2 {
  color: #4a4a4a;
  font-weight: 400;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 16px;
}
#error-page h1,
#error-page h2 {
  font-family: "questrial", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
#error-page a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#error-page .bg-stretch {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  background-position: 50% 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#error-page .accent {
  font-style: italic;
}
#error-page .link-contact {
  display: block;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 300;
}
#error-page .link-contact:hover {
  color: #ed1747;
}
#error-page .color-text {
  display: block;
  text-transform: uppercase;
  color: #ed1747;
  font-size: 14px;
}
#error-page ul:not([class]):not([id]) {
  line-height: 2;
  margin-bottom: 31px;
}
#error-page ul:not([class]):not([id]) li {
  position: relative;
  padding: 0 0 0 9px;
}
#error-page ul:not([class]):not([id]) li:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #86888b;
  border-radius: 50%;
}
#error-page .btn {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #86888b;
  border: 2px solid #86888b;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.34px;
}
#error-page .btn:hover {
  background-color: #fff;
}
#error-page .caption {
  text-align: center;
}
#error-page .hero {
  position: relative;
  margin-bottom: 17px;
}
#error-page .hero:after {
  display: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.21);
}
#error-page .hero h1 {
  display: block;
  font-weight: 400;
  text-align: center;
}
#error-page .hero .error-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#error-page .hero .image-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 230px;
  height: 100%;
  text-align: center;
  background-color: #cdd4da;
}
#error-page .hero .image-holder:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.21);
}
#error-page .hero h1 {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 23px;
}
#error-page .hero .text-holder {
  position: relative;
  z-index: 1;
  line-height: 1.3;
  font-size: 18px;
  line-height: 1.56;
}
#error-page .hero .text-holder p {
  margin-bottom: 30px;
}
#error-page .hero span {
  line-height: 1.13;
  letter-spacing: -0.72px;
}
#error-page .promo {
  padding: 40px 0 28px;
  border-top: 1px solid #dadede;
}
#error-page .promo .caption {
  margin: 0 auto 29px;
}
#error-page .promo .description {
  overflow: hidden;
}
#error-page .promo h2 {
  max-width: 290px;
  margin: 0 auto 16px;
}
#error-page .promo .headline {
  display: block;
  font-size: 16px;
  color: #86888b;
  margin-bottom: 6px;
}
#error-page .promo .text-holder {
  float: left;
}
#error-page .promo .text-holder .accent {
  display: block;
  margin-bottom: 27px;
}
#error-page .promo .image-holder {
  margin-bottom: 25px;
}
#error-page .promo .image-holder img {
  width: 100%;
}
#error-page .answers {
  background-color: #f5f6f8;
  padding: 35px 0 24px;
}
#error-page .answers h2 {
  margin-bottom: 24px;
}
#error-page .answers .box-holder {
  overflow: hidden;
}
#error-page .answers .box {
  padding: 9px 12px 4px;
}
#error-page .answers .box h3 {
  color: #4a4a4a;
  margin: 0 0 8px;
  padding: 10px 0 0;
  font-weight: 600;
  text-align: center;
}
#error-page .answers .box .link {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  border: 1px solid #e4e5e7;
}
#error-page .answers .box .image-wrap img {
  width: 100%;
}
#error-page .answers .col {
  margin-bottom: 18px;
}
#error-page .answers .col .promo-link {
  -webkit-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  display: block;
  min-height: 306px;
  text-decoration: none;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
#error-page .answers .col .promo-link:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}
#error-page .answers .col .image-holder {
  white-space: nowrap;
  text-align: center;
  position: relative;
}
#error-page .answers .col .image-holder:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 0;
  min-height: 206px;
}
#error-page .answers .col .image-holder > * {
  white-space: normal;
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}
#error-page .answers .col .image-holder:after {
  min-height: 206px;
}
#error-page .answers .col .image-holder:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
#error-page .answers .col .image-holder h3 {
  position: relative;
  color: #fff;
  font-weight: 600;
  z-index: 3;
  margin-bottom: 11px;
}
#error-page .answers .col .text-holder {
  color: #86888b;
  padding: 20px 18px 10px;
}
#error-page .answers .col .text-holder p {
  margin-bottom: 0;
}
#error-page .contacts {
  padding: 35px 0 36px;
  background-color: white;
}
#error-page .contacts .text-holder .headline {
  display: block;
  text-align: center;
  margin-bottom: 28px;
}
#error-page .contacts .list-items {
  overflow: hidden;
}
#error-page .contacts .list-items li {
  margin-bottom: 35px;
  vertical-align: top;
  overflow: hidden;
}
#error-page .contacts .color-text {
  font-size: 12px;
}
#error-page .contacts h2 {
  margin-bottom: 0;
}
#error-page .contacts p {
  margin-bottom: 29px;
}
#error-page .contacts .icon-holder {
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid #dce0e0;
  border-radius: 50%;
  float: left;
  margin: 4px 16px 0 0;
}
#error-page .contacts .icon-holder i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 19px;
}
#error-page .contacts .contact-info {
  float: left;
  line-height: 1.7;
}
#error-page .maintenance {
  margin-bottom: 8px;
}
#error-page .maintenance:after {
  background-color: rgba(0, 0, 0, 0.1);
}
#error-page .maintenance .image-holder {
  background-color: #ffcd55;
}
#error-page .maintenance .image-holder:after {
  background-color: rgba(0, 0, 0, 0.1);
}
#error-page .maintenance .text-holder p:last-child {
  margin-bottom: 0;
}
#error-page .info {
  padding: 29px 0 26px;
  border-top: 1px solid #dadede;
  background-color: white;
}
#error-page .info .image-holder {
  white-space: nowrap;
  text-align: center;
  display: block;
  text-decoration: none;
  position: relative;
  box-shadow: none;
}
#error-page .info .image-holder:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 0;
  min-height: 323px;
}
#error-page .info .image-holder > * {
  white-space: normal;
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
}
#error-page .info .image-holder:hover .purple {
  background-color: #5308b2;
}
#error-page .info .col {
  margin-bottom: 19px;
}
#error-page .info .text-description {
  color: #fff;
  width: 100%;
  z-index: 1;
  position: relative;
  font-size: 14px;
  padding: 12px 10px 10px;
}
#error-page .info .text-description.purple {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: rgba(83, 8, 178, 0.85);
}
#error-page .info h3 {
  font-family: "questrial", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}
#error-page .question {
  background-color: #f5f6f8;
  padding: 35px 0;
}
#error-page .question h2 {
  margin-bottom: 10px;
}
#error-page .question .caption p {
  margin-bottom: 23px;
}
#error-page .question .image-block {
  position: relative;
  width: 159px;
  height: 160px;
  overflow: hidden;
  margin: 0 auto 16px;
}
#error-page .question .image-block .icon-wrap {
  position: absolute;
  content: "";
  width: 51px;
  height: 51px;
  background-color: #ed1747;
  right: 0;
  bottom: 0;
}
#error-page .question .image-block .icon-wrap i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
}
#error-page .question .image-block .image-holder {
  width: 155px;
  height: 155px;
  overflow: hidden;
}
#error-page .question .text-holder h3 {
  font-weight: 400;
  letter-spacing: -0.48px;
  font-family: "questrial", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
#error-page .question .item-list {
  margin-bottom: 32px;
  line-height: 1.9;
}
#error-page .question .description {
  overflow: hidden;
  max-width: 776px;
  margin: 0 auto;
}
#error-page .error {
  border-top: 1px solid #dce0e0;
  margin-bottom: 29px;
}
#error-page .error:after {
  background-color: rgba(0, 0, 0, 0.07) !important;
}
#error-page .error h1 {
  line-height: 1.2;
  margin-bottom: 29px;
}
#error-page .error .text-holder p {
  margin-bottom: 0;
}
#error-page .page-error {
  padding: 35px 0 22px;
}
#error-page .page-error .red {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: rgba(237, 23, 71, 0.85);
  min-height: 111px;
}
#error-page .page-error .caption {
  margin: 0 auto 24px;
}
#error-page .page-error .caption p {
  margin-bottom: 28px;
}
#error-page .page-error .col {
  margin-bottom: 20px;
}
#error-page .page-error .col .image-holder:hover .red {
  background-color: #ed1747;
}
#error-page .page-error .text-description {
  padding: 11px 16px 0;
}
#error-page .page-error h3 {
  margin-bottom: 6px;
}
#error-page .page-error .image-holder:after {
  min-height: 364px;
  vertical-align: bottom;
}
#error-page .questrial {
  font-family: questrial;
}
#error-page .page-error .violet {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: rgba(83, 8, 178, 0.85);
}
#error-page .page-error .col .image-holder:hover .violet {
  background-color: #5308b2;
}
#error-page .info-header {
  color: #4A4A4A;
  text-align: center;
  font-family: Questrial;
  font-size: 30px;
}
#error-page .answer-description {
  padding-left: 10px;
  padding-right: 10px;
}
#error-page .answers-section {
  background-color: #f5f6f8;
}
#error-page .answer-card {
  display: inline-block;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  margin: 10px;
  padding: 0px 0px 10px 0px;
}
#error-page .answer-card:hover {
  transition: ease-in-out 0.1s;
  filter: brightness(90%);
}
#error-page .answer-card.finance-card {
  padding: 20px 10px 10px 10px !important;
}
#error-page .answer-card-2 {
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
#error-page .answer-bg {
  height: 200px;
  background-size: cover;
  background-position: center;
  filter: brightness(70%);
}
#error-page .finance-bg {
  height: 100px;
  background-size: cover;
  background-position: center;
  filter: brightness(70%);
}
#error-page .answer-card a {
  text-decoration: none !important;
  color: #86888b;
}
#error-page .maintenance-read {
  background-image: url('../../../Content/Images/Error/maintenance-1.png');
}
#error-page .maintenance-listen {
  background-image: url('../../../Content/Images/Error/maintenance-2.png');
}
#error-page .maintenance-watch {
  background-image: url('../../../Content/Images/Error/maintenance-3.png');
}
#error-page .maintenance-bg {
  background-image: url('../../../Content/Images/Error/maintenance-bg.png');
}
#error-page .maintenance-note {
  background-color: white;
}
#error-page .tech-issue-bg {
  background-image: url('../../../Content/Images/Error/tech-web-issue-bg.png');
}
#error-page .tech-issue-bg0 {
  background-image: url('../../../Content/Images/Error/tech-web-issue-bg0.png');
}
#error-page .tech-issue-blog {
  background-image: url('../../../Content/Images/Error/tech-web-issue-blog.png');
}
#error-page .tech-issue-bloomberg {
  background-image: url('../../../Content/Images/Error/tech-web-issue-bloomberg.png');
  height: 150px;
  background-size: 100% auto;
}
#error-page .tech-issue-faqs {
  background-image: url('../../../Content/Images/Error/tech-web-issue-faqs.png');
}
#error-page .tech-issue-traders {
  background-image: url('../../../Content/Images/Error/tech-web-issue-traders.png');
}
#error-page .tech-issue-tutorials {
  background-image: url('../../../Content/Images/Error/tech-web-issue-tutorials.png');
}
#error-page .tech-issue-yfinance {
  background-image: url('../../../Content/Images/Error/tech-web-issue-yfinance.png');
  height: 150px;
  background-size: 100% auto;
}
#error-page .answer-label {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 130% */
  letter-spacing: -0.482px;
  position: relative;
  top: -40px;
}
#error-page .brightness70 {
  filter: brightness(70%);
}
#error-page .finance-label {
  color: #4A4A4A;
  margin: 5px 0px 5px 0px;
}
#error-page .not-found-note {
  color: #86888B;
  word-wrap: break-word;
  margin: 15px;
  text-align: center;
}
@media (max-width: 480px) {
  #error-page .finance-label {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #error-page .answer-card {
    width: 95%;
    min-width: 360px;
  }
}
@media (min-width: 480px) {
  #error-page .link-contact {
    font-size: 20px;
  }
  #error-page .info .image-holder {
    padding-top: 30%;
  }
  #error-page .page-error .col .image-holder {
    padding-top: 40%;
  }
  #error-page .answer-card-2 {
    margin: auto;
    display: block;
  }
  #error-page .not-found-note {
    font-size: 16px;
  }
  #error-page .finance-label {
    text-align: center;
    line-height: 2;
    margin: auto;
  }
  #error-page .finance-description {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  #error-page #header {
    padding: 18px 0 21px;
  }
  #error-page .logo {
    width: 210px;
  }
  #error-page .menu {
    display: block;
    top: 23px;
  }
  #error-page h2 {
    font-size: 30px;
    letter-spacing: -0.72px;
  }
  #error-page .caption {
    max-width: 660px;
    margin: 0 auto;
  }
  #error-page .hero {
    margin-bottom: 0;
    background-color: #cdd4da;
  }
  #error-page .hero:after {
    display: block;
  }
  #error-page .hero h1 {
    position: relative;
    text-align: left;
    font-size: 50px;
    letter-spacing: -1.21px;
    margin-bottom: 0;
  }
  #error-page .hero .image-holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-height: 100%;
    background: none;
  }
  #error-page .hero .image-holder img {
    width: 100%;
  }
  #error-page .hero .image-holder:after {
    display: none;
  }
  #error-page .hero .heading {
    white-space: nowrap;
    text-align: center;
    display: block;
    overflow: hidden;
  }
  #error-page .hero .heading:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 440px;
  }
  #error-page .hero .heading > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
  }
  #error-page .hero .text-holder {
    max-width: 643px;
    text-align: left;
    color: #fff;
    padding: 21px 0 20px;
  }
  #error-page .hero .text-holder p {
    margin-bottom: 31px;
  }
  #error-page .promo {
    border-top: none;
    padding: 53px 0 28px;
  }
  #error-page .promo .caption {
    margin: 0 auto 47px;
  }
  #error-page .promo h2 {
    max-width: 100%;
    margin-bottom: 23px;
  }
  #error-page .promo .text-holder {
    width: 50%;
    padding: 0 0 0 62px;
    line-height: 1.7;
  }
  #error-page .promo .text-holder .accent {
    margin-bottom: 30px;
  }
  #error-page .promo .image-holder {
    width: 47%;
    float: left;
  }
  #error-page .white-when-large {
    color: white;
  }
  #error-page .answers {
    padding: 51px 0 30px;
  }
  #error-page .answers h2 {
    margin-bottom: 15px;
  }
  #error-page .answers .col-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -9px;
  }
  #error-page .answers .box-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #error-page .answers .box {
    padding: 9px;
  }
  #error-page .answers .box h3 {
    margin: 0 0 10px;
  }
  #error-page .answers .box .link {
    max-width: 256px;
  }
  #error-page .answers .col {
    width: 50%;
    padding: 21px;
    margin-bottom: 0;
  }
  #error-page .answers .col .promo-link {
    min-height: 298px;
  }
  #error-page .contacts {
    padding: 50px 0 46px;
  }
  #error-page .contacts .text-holder {
    float: left;
    width: 48%;
  }
  #error-page .contacts .text-holder .headline {
    text-align: left;
    margin-bottom: 41px;
  }
  #error-page .contacts .text-holder h2 {
    padding-top: 30px;
  }
  #error-page .contacts .image-holder {
    float: right;
    width: 52%;
  }
  #error-page .contacts .list-items li {
    margin-bottom: 21px;
  }
  #error-page .contacts .color-text {
    font-size: 14px;
  }
  #error-page .contacts h2 {
    text-align: left;
  }
  #error-page .contacts p {
    margin-bottom: 42px;
  }
  #error-page .tech-issue {
    margin-bottom: 0;
    background-color: #9a9ea2;
  }
  #error-page .maintenance {
    margin-bottom: 0;
    background-color: #ffcd55;
  }
  #error-page .info {
    border-top: none;
    padding: 50px 0 49px;
  }
  #error-page .info .caption {
    margin: 0 auto 34px;
  }
  #error-page .info .image-holder {
    padding-top: 0;
  }
  #error-page .info .image-holder:after {
    min-height: 336px;
  }
  #error-page .info .col-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  #error-page .info .col {
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 0;
  }
  #error-page .info .text-description {
    padding: 12px 10px 3px;
  }
  #error-page .question {
    padding: 51px 0 50px;
  }
  #error-page .question .caption p {
    margin-bottom: 51px;
  }
  #error-page .question .image-block {
    float: left;
  }
  #error-page .question .text-holder {
    float: left;
    padding-left: 33px;
    max-width: 545px;
  }
  #error-page .question .item-list {
    line-height: 2.1;
    margin-bottom: 26px;
  }
  #error-page .error {
    background-color: #f5f6f8;
    margin-bottom: 24px;
  }
  #error-page .error h1 {
    color: #39393a;
  }
  #error-page .error .text-holder {
    margin-top: -43px;
    color: #39393a;
    padding-left: 10px;
  }
  #error-page .page-error {
    padding: 23px 0 43px;
  }
  #error-page .page-error .caption p {
    margin-bottom: 24px;
  }
  #error-page .page-error .col .image-holder {
    padding-top: 0;
  }
  #error-page .page-error h3 {
    margin-bottom: 10px;
  }
  #error-page .answer-card-2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #error-page .answer-card {
    margin: 1% 1% 3% 1%;
    width: 45%;
    min-height: 280px;
    padding: 0px !important;
  }
  #error-page .card-container-answer {
    margin-left: 53px;
  }
  #error-page .maintenance-img,
  #error-page .tech-issue-img {
    height: 440px;
  }
  #error-page .finance-label {
    max-height: 280px;
    text-align: left;
    line-height: 1;
    margin: 5px 0px 5px 10px;
  }
  #error-page .finance-description {
    padding: 32px 10px 0px 10px;
    max-height: 52px;
    overflow-inline: auto;
  }
  #error-page .not-found-note {
    padding-top: 20px;
    width: 70%;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  #error-page .answers .box h3 {
    text-align: left;
    padding: 33px 0 0 15px;
  }
  #error-page .info .col-holder {
    margin: 0 -30px;
  }
  #error-page .info .col {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  #error-page .hero .image-holder img {
    max-height: 230px;
  }
  #error-page .hero h1 {
    white-space: nowrap;
    text-align: center;
    margin-bottom: 30px;
  }
  #error-page .hero h1:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 230px;
  }
  #error-page .hero h1 > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
  }
}
.thrive-ppe-border {
  border: 1px solid #E4E5E7;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.thrive-status {
  background-color: #f5f6f8;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.thrive-question-img {
  height: 50px;
}
.ppe-logo-img {
  height: 35px;
}
.upcoming-thrive-activities-button {
  text-align: right;
}
@media (max-width: 479px) {
  .upcoming-thrive-activities-button {
    text-align: left;
  }
}
.thrive-timeline-item {
  position: relative;
  padding-bottom: 40px;
}
.thrive-timeline-item::before {
  content: '';
  border-left: 2px solid #dce0e0;
  position: absolute;
  height: 100%;
  left: 19px;
}
.thrive-timeline-icon {
  position: relative;
  width: 40px;
}
.thrive-year-indicator {
  background: #f4f6f7;
  border: 1px solid #dce0e0;
  padding: 3px 14px;
  font-size: 18px;
  color: #919396;
  position: relative;
  left: -14px;
  border-radius: 36px;
}
.thrive-timeline-block {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  width: calc(100% - 80px);
  padding-top: 5px;
}
.thrive-timeline-status-label {
  border-radius: 25px;
  padding: 4px 8px;
  line-height: 1.5;
  font-size: 12px !important;
  letter-spacing: -0.29px !important;
  text-transform: uppercase;
}
.due-soon .thrive-timeline-status-label {
  border: 1px solid #5308b2;
  color: #5308b2;
  background: rgba(83, 8, 178, 0.15);
}
.completed .thrive-timeline-status-label {
  border: 1px solid #0ddaba;
  color: #0ddaba;
  background: rgba(13, 218, 186, 0.15);
}
.incomplete .thrive-timeline-status-label {
  border: 1px solid #ed1747;
  color: #ed1747;
  background: rgba(237, 23, 71, 0.15);
}
.thrive-timeline-status-label-icon {
  font-size: 17.5px;
  padding-right: 3px;
  vertical-align: middle;
}
.thrive-timeline-content {
  border: 1px solid #eceff1;
  border-radius: 4px;
  width: 100%;
  padding: 20px;
  margin-top: 15px;
}
.due-soon .thrive-timeline-content {
  border: 1px solid #5308b2;
}
.thrive-footer-icon {
  font-size: 50px;
  position: absolute;
  top: 20px;
  left: 38%;
}
@media (max-width: 767px) {
  .thrive-footer-icon {
    position: initial;
    padding-left: 40%;
    padding-top: 10px;
  }
}
.referrals-table {
  width: 100%;
  border: 1px solid #dce0e0;
  margin: 0px auto;
}
.referrals-table-content {
  border-top: 1px solid #dce0e0;
}
.character-count-container {
  margin-bottom: 10px;
  margin-right: 15px;
  margin-left: 15px;
  width: 470px;
  font-size: 12px;
}
.character-count-container .character-count-validation-display {
  margin-bottom: 10px;
  font-size: 12px;
  float: left;
}
.character-count-container .character-count-validation-display .hidden {
  display: none;
}
.refer-and-earn-error {
  word-wrap: break-word;
}
@media (max-width: 480px) {
  .btn-nudge {
    padding-left: 0 !important;
  }
}
.onboard-reg-banner {
  background-image: url("/Content/Images/Registration/flexi-reg-onboard.png");
  height: 280px;
  max-width: 100%;
  min-width: 100%;
  background-size: cover;
}
.onboard-reg-banner .welcome-text {
  margin-left: 30px;
}
.normaluser-banner {
  background-image: url("/Content/Images/Registration/flexi-reg-missing-detail.png");
  height: 280px;
  max-width: 100%;
  min-width: 100%;
  background-size: cover;
}
.normaluser-banner .welcome-text {
  margin-left: 30px;
}
@media (min-width: 992px) and (max-width: 1080px) {
  .onboard-reg-banner {
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .onboard-reg-banner {
    height: 170px;
  }
}
.easycredit-card-container .easycredit-box {
  background: #FFFFFF;
  border: 1px solid #DCE0E0;
  box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
  border-radius: 8px;
  text-align: center;
}
.easycredit-card-container .easycredit-box label {
  font-family: Questrial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #4A4A4A;
}
.easycredit-card-container .button {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1.66667px;
  border-radius: 8px;
}
.easycredit-card-container .easycredit-learn-more-button,
.easycredit-card-container .easycredit-apply-now-button,
.easycredit-card-container .processing-application {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1.66667px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #03a96d;
  background: #03A96D20;
}
.easycredit-card-container .easycredit-card-container {
  background: #03a96d;
  color: white;
}
.easycredit-card-container .easycredit-application-approved {
  color: #03a96d;
  font-size: 16px;
  font-family: "Questrial Regular";
}
.easycredit-card-container .application-approved-button {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1.66667px;
  border-radius: 8px;
  color: white;
  background: #03a96d;
  font-size: 14px;
}
.easycredit-card-container .application-declined-button {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1.66667px;
  border-radius: 8px;
  color: #86888b;
  border: 1px solid #86888b;
  letter-spacing: 0;
}
.easycredit-card-container .resume-application {
  color: white;
  text-align: center;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  background-color: #ED1747;
  border-radius: var(--corners-button-std, 8px);
}
.easycredit-card-container .application-approved-text {
  color: #00843d;
  font-size: 16px;
}
.easycredit-card-container .application-declined-text {
  color: #ed1747;
  font-size: 16px;
}
.easycredit-card-container .sheet-content {
  display: flex;
  justify-content: space-between;
}
.easycredit-card-container .heading {
  font-size: 18px;
  font-family: "Questrial Regular";
}
.easycredit-card-container .sub-heading {
  font-size: 12px;
}
.easycredit-card-container .expired-text {
  color: #86888b;
}
.easycredit-card-container .easycredit-excess-text {
  color: #03a96d;
}
.easycredit-card-container .easycredit-safe-text {
  color: #f4942a;
}
.easycredit-card-container .easycredit-liquidation-text {
  color: #ed1747;
}
.easycredit-card-container .easycredit-excess-zone {
  background-color: #03a96d;
  height: 4px;
  width: 100%;
  border-radius: 5px;
}
.easycredit-card-container .easycredit-safe-zone {
  background-color: #f4942a;
  height: 4px;
  width: 100%;
  border-radius: 5px;
}
.easycredit-card-container .easycredit-liquidation-zone {
  background-color: #ed1747;
  height: 4px;
  width: 100%;
  border-radius: 5px;
}
.easycredit-card-container .easycredit-excess-point {
  background-color: #03a96d;
  flex-basis: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 4px;
  border-radius: 5px;
}
.easycredit-card-container .easycredit-safe-point {
  background-color: #f4942a;
  flex-basis: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 4px;
  border-radius: 5px;
}
.easycredit-card-container .easycredit-liquidation-point {
  background-color: #ed1747;
  flex-basis: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 4px;
  border-radius: 5px;
}
.easycredit-card-container .easycredit-zone-grid {
  display: inline-grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
}
.easycredit-card-container .easycredit-arrow-container {
  flex-basis: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}
.easycredit-card-container .easycredit-insufficient-security-container {
  background-color: #FDE8ED;
  border-radius: 8px;
}
.instrument-collateral-weighting .img-span {
  height: 45px;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 22px;
  width: 45px;
  background-color: white;
  min-width: 45px;
}
.instrument-collateral-weighting.instrument-collateral-weighting-badge {
  align-items: center;
  height: 47px;
}
.instrument-collateral-weighting.instrument-collateral-weighting-badge .img-span {
  border: 2px solid #EFEFEF;
}
.instrument-collateral-weighting.instrument-collateral-weighting-warning-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 17px 14px;
  gap: 12px;
  background: #FDE8ED;
  border-radius: 4px;
}
.instrument-collateral-weighting.instrument-collateral-weighting-warning-box h4 {
  color: #ED1747;
  font-family: Questrial;
}
.instrument-collateral-weighting.instrument-collateral-weighting-warning-box > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.instrument-collateral-weighting.instrument-collateral-weighting-warning-box.two-column {
  flex-direction: row;
}
.instrument-collateral-weighting.instrument-collateral-weighting-warning-box .text-span {
  text-align: justify;
}
.instrument-collateral-weighting.instrument-collateral-weighting-info-box {
  padding: 17px 10px;
  background: #E7FBF8;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.instrument-collateral-weighting.instrument-collateral-weighting-info-box .text-span {
  padding-left: 10px;
}
.instrument-collateral-weighting .group-item-collateralweight {
  display: flex !important;
  align-items: center;
}
@media (max-width: 480px) {
  #eft-deposit-input-details.wide-container {
    padding: 20px 10px;
  }
  .ee-number {
    margin-left: 25px;
  }
  .deposit-reference-container {
    padding-left: 0;
    padding-right: 0;
  }
  .incorrect-details-label {
    padding-left: 0;
  }
  .deposit-gcash-steps-container .col-md-4 {
    margin-top: 20px;
  }
  .fund-account-header {
    margin-bottom: 0px;
  }
}
html.gonative {
  font-size: 87.5%;
  min-height: 100%;
}
html.gonative .centered-v {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100vw;
}
html.gonative .centered-v .sign-in-auth-container {
  padding: 0 20px;
  text-align: center;
}
html.gonative .centered-v .sign-in-auth-container #login {
  margin-top: 28px;
}
html.gonative body.mobile-body {
  /* hide scroll bar in app */
  display: flex;
  flex-direction: column;
  font-family: "OpenSans Regular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: unset;
  max-height: 100vh;
  min-height: 100vh;
  overflow-x: hidden;
  padding: unset;
}
html.gonative body.mobile-body .mobile-padding-top-2 {
  padding-top: 2px !important;
}
html.gonative body.mobile-body .mobile-padding-top-20 {
  padding-top: 20px !important;
}
html.gonative body.mobile-body .mobile-padding-top-10 {
  padding-top: 10px !important;
}
html.gonative body.mobile-body .active-black {
  color: black;
}
html.gonative body.mobile-body .grayscale {
  filter: grayscale(1);
}
html.gonative body.mobile-body ::-webkit-scrollbar {
  width: 0px;
}
html.gonative body.mobile-body .mobile-margin-top-5 {
  margin-top: 5px;
}
html.gonative body.mobile-body .mobile-margin-top-15 {
  margin-top: 15px;
}
html.gonative body.mobile-body .mobile-margin-top-50 {
  margin-top: 50px;
}
html.gonative body.mobile-body .mobile-margin-bottom-15 {
  margin-bottom: 15px;
}
html.gonative body.mobile-body .mobile-margin-15 {
  margin: 15px;
}
html.gonative body.mobile-body .page-header {
  margin-top: 15px;
}
html.gonative body.mobile-body .remove-default-margin-on-mobile {
  margin: 0px -15px -15px -15px;
  padding-bottom: 1px;
}
html.gonative body.mobile-body .take-up-full-height {
  min-height: 90vh;
}
html.gonative body.mobile-body .registration-tabs .outer-box .inner-box {
  display: block;
}
html.gonative body.mobile-body .bundle-buysell-content-container-gray {
  padding: 15px;
  background-color: #f5f6f8;
}
html.gonative body.mobile-body .slick-arrow {
  display: none !important;
}
html.gonative body.mobile-body .login-logo {
  height: auto;
  width: 80%;
  max-width: 290px;
}
html.gonative body.mobile-body #login-mobile {
  width: 80%;
}
html.gonative body.mobile-body .login-box-shadow {
  box-shadow: 0px 0px 10px -3px #dce0e0;
}
@media (min-width: 0) and (max-width: 767px) {
  html.gonative body.mobile-body .removeFromWatchlist {
    margin: 2% 10%;
    width: initial;
  }
  html.gonative body.mobile-body .addToWatchlist {
    margin: 2% 10%;
    width: initial;
  }
  html.gonative body.mobile-body .bundle-buysell-description {
    text-align: left;
    padding: 0px 45px 0px 50px !important;
  }
  html.gonative body.mobile-body .bundle-estimated-value-container {
    background-color: #f5f6f8;
    color: black;
    width: 100%;
  }
  html.gonative body.mobile-body .bundle-sell-estimated-value {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 48px;
    float: right;
  }
  html.gonative body.mobile-body .sell-portfolio-hr {
    margin-top: 10px;
    margin-right: 15px;
  }
  html.gonative body.mobile-body .sell-input-field-box {
    background-color: #f5f6f8;
    padding: 10px;
  }
  html.gonative body.mobile-body .btn-primary {
    width: 100%;
  }
  html.gonative body.mobile-body .chart-btn-primary {
    background-color: #ffffff;
  }
  html.gonative body.mobile-body .chart-btn-primary.active {
    color: #ffffff;
  }
  html.gonative body.mobile-body .width-fixed-mobile-60 {
    width: 60px !important;
  }
  html.gonative body.mobile-body .bundle-sell-input-container {
    background-color: #f5f6f8;
    width: 100%;
    padding: 0px 10px;
  }
  html.gonative body.mobile-body .sell-max-button {
    width: 65% !important;
    text-align: center !important;
    text-decoration: none !important;
    padding: 5px !important;
  }
  html.gonative body.mobile-body .estimated-row {
    background-color: #f5f6f8;
    margin: 15px;
    padding: 10px 0px;
  }
  html.gonative body.mobile-body .input-fields-container {
    padding: 0px 15px 15px 15px;
    margin: 0px;
  }
  html.gonative body.mobile-body .width-fixed-mobile-140 {
    width: 140px !important;
  }
  html.gonative body.mobile-body .fund-transfer-button-menu-left {
    margin-left: 0%;
  }
  html.gonative body.mobile-body .fund-transfer-button-menu-right {
    margin-left: 0%;
  }
  html.gonative body.mobile-body .full-width-save-button-in-mobile-on-settings {
    width: 100%;
  }
}
html.gonative body.mobile-body .bundle-buysell-content-container-white {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 15px;
}
html.gonative body.mobile-body .bundle-buysell-now-trade-header {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 600;
}
html.gonative body.mobile-body .sparkline-container-background-white {
  background-color: #ffffff !important;
}
html.gonative body.mobile-body .alert-align {
  text-align: center;
}
html.gonative body.mobile-body #already-participated-new-listings-heading {
  font-size: 16px;
  line-height: 30px;
}
html.gonative body.mobile-body .bundles-title-line {
  display: inline-block;
  font-size: 10px;
  font-family: 'OpenSans Regular';
  font-weight: 600;
}
html.gonative body.mobile-body .bundles-price-line {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 600;
}
html.gonative body.mobile-body .holding-title-line {
  color: #4a4a4a;
  font-size: 12px;
}
html.gonative body.mobile-body .bundle-pricing-link {
  font-size: 14px;
  font-family: Gilroy Regular;
  font-weight: 600;
  text-decoration: underline;
}
html.gonative body.mobile-body .holding-under-padding {
  padding-bottom: 10px;
}
html.gonative body.mobile-body .accordion-title-fact {
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  color: #4a4a4a;
  word-wrap: break-word;
  font-family: 'OpenSans Regular';
}
html.gonative body.mobile-body .accordion-fact-sheet {
  font-size: 16px;
  color: #183462;
  word-wrap: break-word;
}
html.gonative body.mobile-body .accordion-fact-sheet-image {
  position: relative;
  top: -1px;
}
html.gonative body.mobile-body .sparkline-container .performance-sparkline {
  padding: 0 10% 0px 10%;
}
html.gonative body.mobile-body .bundle-last-container-spacing {
  padding-bottom: 20px !important;
}
html.gonative body.mobile-body .bundle-table-display-align {
  padding-bottom: 7px !important;
}
html.gonative body.mobile-body .bundle-underlying-invvestment-chart {
  background: #FFFFFF;
  margin: 0px 0px 15px 5px;
  width: 97.5%;
}
html.gonative body.mobile-body .bundle-loss-gain-small-image {
  position: relative;
  top: -1px;
}
html.gonative body.mobile-body .bundle-loss-gain-image {
  position: relative;
  top: -2px;
}
html.gonative body.mobile-body .bundle-pending-current-value {
  position: relative;
  top: -18px;
}
html.gonative body.mobile-body .margin-top-0 {
  margin-top: 0 !important;
}
html.gonative body.mobile-body .color-greyish-blue {
  color: #6780a9;
}
html.gonative body.mobile-body .color-dark-blue {
  color: #4a4a4a;
}
html.gonative body.mobile-body #browse-new-listings-heading {
  font-size: 16px;
  line-height: 30px;
}
html.gonative body.mobile-body #new-listings-overview-navigate-button {
  width: 100% !important;
}
html.gonative body.mobile-body #no-new-listings-header {
  font-size: 12px;
}
html.gonative body.mobile-body #no-new-listings-overview-header {
  font-size: 12px;
}
html.gonative body.mobile-body .navbar .navbar-nav {
  display: none;
}
html.gonative body.mobile-body .navbar-toggle {
  display: none !important;
}
@media (max-width: 425px) {
  html.gonative body.mobile-body .ee-site-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 38%;
  }
  html.gonative body.mobile-body .sx-site-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }
  html.gonative body.mobile-body .navbar-brand {
    padding: 35px 0 0 15px;
    line-height: initial;
    background-color: #ffffff !important;
    width: 100%;
  }
}
html.gonative body.mobile-body .mobile-body-add-specific-padding {
  padding: 0px 15px 15px 15px;
  background-color: #f5f6f8;
}
html.gonative body.mobile-body .selector-tabs {
  min-height: 52px;
  height: inherit;
  padding: 0px;
  line-height: 0px;
}
html.gonative body.mobile-body #holdingSlider {
  margin-top: 20px;
  margin-bottom: 20px;
}
html.gonative body.mobile-body.bg-standard {
  background-color: #f5f6f8;
}
html.gonative body.mobile-body.bg-white {
  background-color: #ffffff;
}
html.gonative body.mobile-body .text-align-center {
  text-align: center !important;
}
html.gonative body.mobile-body .bundle-buy-success-header {
  position: relative;
  left: 12%;
  font-weight: 600;
  line-height: 50px !important;
}
html.gonative body.mobile-body .bundle-buy-success-done-button {
  line-height: 50px !important;
}
html.gonative body.mobile-body .bundles-buy-success-amount {
  color: #6780a9;
}
html.gonative body.mobile-body .bundles-buy-success-amount-value {
  color: #4a4a4a;
}
html.gonative body.mobile-body .bundle-buysell-action-details-with-border {
  text-align: center;
  border-right: 2px solid rgba(211, 211, 211, 0.7);
}
html.gonative body.mobile-body .bundle-buysell-action-details-without-border {
  text-align: center;
}
html.gonative body.mobile-body .bundle-buysell-auto-width {
  width: auto;
}
html.gonative body.mobile-body .bundle-buysell-reference-price-container {
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
}
html.gonative body.mobile-body .bundle-buysell-content-container {
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
}
html.gonative body.mobile-body .bundle-buysell-content-container-white {
  padding: 15px;
  background-color: #FFFFFF;
}
html.gonative body.mobile-body .bundle-sell-input-label {
  padding: 5px 5px 0px 5px;
}
html.gonative body.mobile-body .bundle-sell-amount-container {
  background-color: #f5f6f8;
  display: inline-table;
  border-right: 2px solid white;
}
html.gonative body.mobile-body .input-field-container-padding {
  padding-left: 5px;
}
html.gonative body.mobile-body .symbol-container {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #4a4a4a;
}
html.gonative body.mobile-body .input-field-headers {
  font-size: 11px;
  font-weight: 600;
  color: #86888b;
}
html.gonative body.mobile-body .divider-line {
  background-color: #ffffff;
  width: 4px;
}
html.gonative body.mobile-body .up-to-per-transaction-text {
  font-size: 12px;
  font-weight: 400;
  color: #4a4a4a;
}
html.gonative body.mobile-body .estimated-text-container {
  padding: 0px;
  width: 164px;
}
html.gonative body.mobile-body .estimated-value-container {
  margin: 15px 0px 0px 15px;
  text-align: end;
  padding: 0px;
}
html.gonative body.mobile-body .estimated-subtext {
  font-size: 12px;
  max-width: 164px;
}
html.gonative body.mobile-body .estimated-text {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  white-space: no-wrap;
  margin: 0px;
}
html.gonative body.mobile-body .bundle-sell-percentage-container {
  display: inline-table;
}
html.gonative body.mobile-body .bundle-buysell-sell-button {
  border-radius: 5px;
  border: 1px solid #6780a9;
  background-color: #fff;
  color: #6780a9 !important;
  margin-top: 5px;
  padding: 5px 25px 5px 25px;
  float: right;
}
html.gonative body.mobile-body .bundle-recurring-tab {
  background-color: transparent;
  border-width: 0;
  padding: 5px 20px 5px 0px;
  color: #ed1747;
  font-weight: 600;
  text-decoration: none;
}
html.gonative body.mobile-body .bundle-buy-now-tab {
  border-width: 0px;
  border-radius: 5px;
  padding: 5px;
  color: #eeeeee;
  margin-left: 5px;
  text-decoration: none;
}
html.gonative body.mobile-body .bundle-buy-now-tab:active {
  color: #eeeeee;
}
html.gonative body.mobile-body .bundle-tab-container {
  border-radius: 10px 10px 0px 0px;
  padding: 5px 0px 0px 0px;
}
html.gonative body.mobile-body .bundle-tabs {
  text-align: center;
  padding-bottom: 5px;
}
html.gonative body.mobile-body .bundle-holding-portfolio-header {
  font-size: 14px !important;
  font-weight: 600;
}
html.gonative body.mobile-body .bundle-buy-button {
  width: 49%;
  float: right;
  height: 50px;
  line-height: 40px;
  font-size: 14px;
}
html.gonative body.mobile-body .bundle-sell-button {
  width: 49%;
  float: left;
  height: 50px;
  line-height: 40px;
  font-size: 14px;
  margin-right: 0px !important;
}
html.gonative body.mobile-body .word-wrap-break {
  word-wrap: break-word;
}
html.gonative body.mobile-body .myholding-title-amount {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 600;
}
html.gonative body.mobile-body .bundle-buy-sell-image-border {
  border-radius: 8px;
  border: solid 1px #DCE0E0;
}
html.gonative body.mobile-body .bundle-product-img-container > img {
  max-width: 168px;
  max-height: 105px;
}
html.gonative body.mobile-body .bundle-trade-section-details-label {
  font-size: 14px;
}
html.gonative body.mobile-body .holding-value-container-short-name-text {
  color: #4a4a4a;
  font-size: 14px;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin: auto;
  margin-left: 0px;
}
html.gonative body.mobile-body .holding-profit-loss-share-details-container {
  /*padding-top: 12px;*/
  font-size: 12px;
  color: #4a4a4a;
}
html.gonative body.mobile-body .holding-profit-loss-share-details-container .holding-profit-loss-details {
  font-size: 13px;
  font-weight: 600;
}
html.gonative body.mobile-body .content {
  flex: 1 auto;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
html.gonative body.mobile-body .content .bg-standard {
  background-color: #f5f6f8 !important;
}
html.gonative body.mobile-body .content .bg-white {
  background-color: #ffffff !important;
}
html.gonative body.mobile-body .content .account-block {
  height: 38px;
  width: 48px;
  margin-top: 3px;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  min-height: 0px;
  padding: 0px;
  line-height: inherit;
}
html.gonative body.mobile-body .content .total-portfolio-top-card {
  padding: 0px 15px 15px 15px;
  width: initial !important;
  background-color: #ffffff;
}
html.gonative body.mobile-body .content .account-block > .account-country-flag {
  margin-top: -14px;
  margin-left: 29px;
}
html.gonative body.mobile-body .content .account-block > label {
  font-size: 0.814286rem;
  font-weight: 100;
  margin-top: 11px;
  text-transform: uppercase;
}
html.gonative body.mobile-body .content.bg-white {
  background-color: #ffffff;
}
html.gonative body.mobile-body .content .portfolio-wrapper {
  align-items: flex-start;
  display: block;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  position: relative;
}
html.gonative body.mobile-body .bundle-summary-content {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
html.gonative body.mobile-body .bundle-about-content {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
html.gonative body.mobile-body #show-more-btn {
  display: none;
}
html.gonative body.mobile-body .bundle-show-more-btn {
  text-align: left;
  color: #ed1747;
}
html.gonative body.mobile-body .bundle-buy-now-big {
  width: 100%;
  border-radius: 10px;
}
html.gonative body.mobile-body .bundle-sell-now-big {
  width: 90%;
  border-radius: 10px;
}
html.gonative body.mobile-body .bundle-buysell-value-input {
  height: 60px !important;
  border: 1px solid #0DDABA;
  text-align: right;
}
html.gonative body.mobile-body .bundle-buysell-value-input-label {
  font-size: 16px;
  font-weight: bold;
}
html.gonative body.mobile-body .bundles-buy-success-heading {
  color: #555555;
  font-size: 28px;
  font-weight: 400;
}
html.gonative body.mobile-body .bundle-buysell-success-button-group {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
html.gonative body.mobile-body .bundle-pending-ribbon {
  position: absolute;
  transform: rotate(-45deg);
  font-size: 12px;
  background-color: #000;
  color: #ffffff;
  padding: 5px 30px;
  top: 13%;
  width: 150px;
  left: -30px;
  text-align: center;
}
html.gonative body.mobile-body .bundle-security-certificate-container {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 200px;
  position: relative;
  overflow: hidden;
}
html.gonative body.mobile-body .bundle-security-certificate-container .bundle-security-certificate-logo-container {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
}
html.gonative body.mobile-body .bundle-security-certificate-container .bundle-security-certificate-logo-container .bundle-security-certificate-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 35%;
}
html.gonative body.mobile-body .bundle-security-certificate-container .bundle-security-certificate-logo-container .bundle-security-certificate-logo img.instrument {
  width: 120%;
}
html.gonative body.mobile-body .bundle-buysell-container {
  padding: 0px 0px 15px 0px;
  background-color: #f5f6f8;
}
html.gonative body.mobile-body .bundle-buysell-container .equity-performance:nth-child(odd) {
  border-right: none;
  padding-right: 10px;
}
html.gonative body.mobile-body .bundle-buysell-container .zoom .btn {
  width: 60px;
}
html.gonative body.mobile-body header {
  border-bottom: 1px solid #dedfe1;
  align-items: center;
  display: flex;
}
html.gonative body.mobile-body header .mobile-back-button-container {
  display: none;
  font-size: small;
  padding-left: 10px;
  padding-bottom: 3px;
  padding-right: 10px;
  text-align: left;
  width: 10%;
}
html.gonative body.mobile-body header .mobile-header-label-container {
  width: 100%;
  text-align: center;
}
html.gonative body.mobile-body header .mobile-header-label-container .portfolio-welcome-label {
  color: white;
  font-family: "Questrial Regular";
  font-style: normal;
  font-size: 22px;
}
@media (max-width: 335px) {
  html.gonative body.mobile-body header .mobile-header-label-container .portfolio-welcome-label {
    font-size: 20px;
  }
}
html.gonative body.mobile-body header .font-size-10 {
  font-size: 10px;
}
html.gonative body.mobile-body header .font-size-13 {
  font-size: 13px;
}
html.gonative body.mobile-body header.small {
  min-height: 58px;
}
html.gonative body.mobile-body header.game-portfolio-small {
  min-height: 100px;
}
html.gonative body.mobile-body header.large {
  color: #ffffff;
  flex-direction: column;
  min-height: 120px;
}
html.gonative body.mobile-body header.large .large-navigation {
  display: flex;
  flex-direction: row;
}
html.gonative body.mobile-body header.large .large-navigation em {
  align-items: center;
  display: flex;
  font-family: "OpenSans Regular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
html.gonative body.mobile-body header.large .large-navigation em i {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
}
html.gonative body.mobile-body header.large .large-navigation label {
  display: flex;
  flex: 1 auto;
  justify-content: center;
  font-family: "Questrial Regular", sans-serif;
  font-size: 1.2857142857142858rem;
  font-weight: 400;
  margin: unset;
}
html.gonative body.mobile-body header.large .large-block {
  border-radius: 2px;
}
html.gonative body.mobile-body header.large .large-block .block-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
html.gonative body.mobile-body header.large .large-block .block-wrapper .column {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: "OpenSans Semibold", sans-serif;
  font-size: 0.8571428571428571rem;
  font-weight: 600;
  width: 33.33%;
  justify-content: center;
}
html.gonative body.mobile-body header.large .large-block .block-wrapper .column:first-child,
html.gonative body.mobile-body header.large .large-block .block-wrapper .column:last-child {
  margin: 0 !important;
}
html.gonative body.mobile-body header.large .large-block .block-wrapper .column.active {
  align-items: center;
  background-color: #ffffff;
  border-radius: 2px;
  display: flex;
}
html.gonative body.mobile-body header.white {
  background-color: #ffffff;
}
html.gonative body.mobile-body header.default {
  background-color: #f5f6f8;
}
html.gonative body.mobile-body header a {
  color: #ed1747;
  font-family: "OpenSans Semibold", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  right: 20px;
  text-decoration: none;
}
html.gonative body.mobile-body header label {
  font-family: "Questrial Regular", sans-serif;
  font-size: 1.2857142857142858rem;
  font-weight: 400;
  margin: unset;
}
html.gonative body.mobile-body .space-headcontent {
  background-color: #dce0e0;
  width: 100%;
  min-height: 1px;
}
html.gonative body.mobile-body .content-footer-margin {
  margin-bottom: 67px;
}
html.gonative body.mobile-body .content {
  flex: 1 auto;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
html.gonative body.mobile-body .content .bg-standard {
  background-color: #f5f6f8 !important;
}
html.gonative body.mobile-body .content .bg-white {
  background-color: #ffffff !important;
}
html.gonative body.mobile-body .content .account-block {
  height: 38px;
  width: 48px;
  margin-top: 3px;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  min-height: 0px;
  padding: 0px;
  line-height: inherit;
}
html.gonative body.mobile-body .content .total-portfolio-top-card {
  padding: 0px 15px 15px 15px;
  width: initial !important;
  background-color: #ffffff;
}
html.gonative body.mobile-body .content .account-block > .account-country-flag {
  margin-top: -14px;
  margin-left: 29px;
}
html.gonative body.mobile-body .content .account-block > label {
  font-size: 0.814286rem;
  font-weight: 100;
  margin-top: 11px;
  text-transform: uppercase;
}
html.gonative body.mobile-body .content.bg-white {
  background-color: #ffffff;
}
html.gonative body.mobile-body .content .portfolio-wrapper {
  align-items: flex-start;
  display: block;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  position: relative;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet-card-shadow {
  box-shadow: 0px 5px 3px 0px #dce0e0;
}
html.gonative body.mobile-body .content .portfolio-wrapper .activate-account-plus-container {
  background-color: #f5f6f8;
  margin-top: -25px;
}
html.gonative body.mobile-body .content .portfolio-wrapper .activate-account-plus-container .activate-account-plus {
  font-family: "OpenSans Regular", sans-serif;
  font-size: 0.8571428571428571rem;
  font-weight: 400;
  height: 150px;
  justify-content: center;
  position: relative;
  width: 100%;
  border-right: 1px solid #dedfe1;
  border-bottom: 1px solid #dedfe1;
  border-left: 1px solid #dedfe1;
  border-radius: 0px 0px 10px 10px;
  display: flex;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet {
  font-family: "OpenSans Regular", sans-serif;
  font-size: 0.8571428571428571rem;
  font-weight: 400;
  height: 25%;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-top: -10px;
  border-radius: 10px 10px 10px 10px;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet .border-right {
  border-right: 1px solid #dedfe1;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet .box {
  align-items: center;
  display: flex;
  flex-direction: column;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet.selector-tabs.active-tab:after {
  margin: 0 !important;
  border: 0 !important;
  position: unset;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet .not-available {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  display: flex;
  justify-content: center;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet .not-available label {
  font-family: "Questrial Regular", sans-serif;
  font-size: 1.0714285714285714rem;
  font-weight: 400;
  letter-spacing: 1.67px;
  margin: unset;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet .sheet-header {
  display: flex;
  flex-direction: row;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet .sheet-header .block {
  align-items: flex-start;
  display: flex;
  flex: 1 auto;
  flex-direction: column;
  text-align: left;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet .sheet-header .block label {
  font-family: "Questrial Regular", sans-serif;
  font-size: 1.2857142857142858rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
  margin: unset;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet .sheet-header .block em {
  font-family: "OpenSans Regular", sans-serif;
  font-size: 0.8571428571428571rem;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
  text-transform: none;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet .sheet-header img {
  height: 22px;
  width: 22px;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet .sheet-content {
  display: flex;
  flex-direction: row;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet .sheet-content .block {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex: 1 auto;
  width: 100%;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet .sheet-content .block:last-child {
  align-items: flex-end;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet .sheet-content .block label {
  font-family: "OpenSans Regular", sans-serif;
  font-size: 0.7142857142857143rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
  margin: unset;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet .sheet-content .block span {
  display: flex;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet .sheet-content .block span .large-currency-font {
  font-size: 100%;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet .sheet-content .block span label {
  font-family: "OpenSans Semibold", sans-serif;
  font-size: 0.8571428571428571rem;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: normal;
  line-break: anywhere;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet:first-child {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "OpenSans Semibold", sans-serif;
  font-size: 0.8571428571428571rem;
  font-weight: 600;
  margin-top: 0;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet:first-child .total-portfolio-value {
  color: #86888b;
  letter-spacing: normal;
  line-height: 17px;
  margin: unset;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet:first-child .portfolio-value {
  align-items: center;
  display: flex;
  flex-direction: row;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet:first-child .portfolio-value label {
  color: #4a4a4a;
  font-size: 24px;
  line-height: 33px;
  margin: unset;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet:first-child .portfolio-value img {
  height: 14px;
  width: 16px;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet:first-child span .large-currency-font {
  font-size: 100%;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet:first-child .loss-value-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet:first-child .loss-value-wrapper .block {
  display: flex;
  font-family: "OpenSans Semibold", sans-serif;
  font-size: 0.8571428571428571rem;
  font-weight: 600;
  flex-direction: column;
  flex: 1 auto;
  width: 25px;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet:first-child .loss-value-wrapper .block:last-child {
  align-items: flex-end;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet:first-child .loss-value-wrapper .block label {
  color: #86888b;
  margin: unset;
  line-height: 20px;
  letter-spacing: normal;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet:first-child .loss-value-wrapper .block em {
  font-style: normal;
  line-height: 17px;
  letter-spacing: normal;
  text-transform: none;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet:first-child .loss-value-wrapper .block em.negative {
  color: #ed1747;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet:first-child .loss-value-wrapper .block em.positive {
  color: #71D050;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet:first-child .loss-value-wrapper .vl {
  background-color: #dce0e0;
  height: 33px;
  width: 1px;
}
html.gonative body.mobile-body .content .portfolio-wrapper .portfolio-sheet.usd {
  background-color: #9578d3;
  color: #ffffff;
  z-index: 1;
}
html.gonative body.mobile-body .content .stocks {
  align-items: flex-start;
  background-color: #f5f6f8;
  display: flex;
  flex-direction: column;
}
html.gonative body.mobile-body .content .stocks .result-item {
  align-items: center;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 4px 12px 0 rgba(70, 74, 82, 0.08);
  display: flex;
  flex-direction: row;
  max-height: 80px;
}
html.gonative body.mobile-body .content .stocks .result-item img {
  height: 61px;
}
html.gonative body.mobile-body .content .stocks .result-item label {
  color: #86888b;
  display: flex;
  flex: 1 auto;
  font-family: "OpenSans Regular", sans-serif;
  font-size: 0.8571428571428571rem;
  font-weight: 400;
  justify-content: flex-end;
}
html.gonative body.mobile-body .content .stocks .result-item i {
  font-family: 'FontAwesome';
  font-style: normal;
}
html.gonative body.mobile-body .content .notification-wrapper {
  background-color: #f5f6f8;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
html.gonative body.mobile-body .content .notification-wrapper .togglr {
  background-color: #ed1747;
  border-radius: 2px;
  display: flex;
  font-family: "OpenSans Semibold", sans-serif;
  font-size: 0.8571428571428571rem;
  font-weight: 600;
}
html.gonative body.mobile-body .content .notification-wrapper .togglr a {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex: 1 auto;
  justify-content: center;
  text-decoration: none;
}
html.gonative body.mobile-body .content .notification-wrapper .togglr a.active {
  background-color: #ffffff;
  border-radius: 2px;
  color: #ed1747;
}
html.gonative body.mobile-body .content .notification-wrapper .content {
  display: flex;
  flex-direction: column;
  flex: 1 auto;
  overflow-x: auto;
}
html.gonative body.mobile-body .content .notification-wrapper .content .tabs {
  display: flex;
  flex-direction: column;
}
html.gonative body.mobile-body .content .notification-wrapper .content .tabs .tab {
  display: none;
  flex-direction: column;
}
html.gonative body.mobile-body .content .notification-wrapper .content .tabs .tab.active {
  display: flex;
}
html.gonative body.mobile-body .content .notification-wrapper .content .tabs .tab .notif-card {
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 4px 12px 0 rgba(70, 74, 82, 0.08);
}
html.gonative body.mobile-body .content .notification-wrapper .content .tabs .tab .notif-card.pre-action {
  opacity: 0.3;
}
html.gonative body.mobile-body .content .notification-wrapper .content .tabs .tab .notif-card .card-header {
  display: flex;
  flex-direction: row;
}
html.gonative body.mobile-body .content .notification-wrapper .content .tabs .tab .notif-card .card-header label {
  color: #ed1747;
  display: flex;
  flex: 1 auto;
  font-family: "OpenSans Semibold", sans-serif;
  font-size: 0.9285714285714286rem;
  font-weight: 600;
}
html.gonative body.mobile-body .content .notification-wrapper .content .tabs .tab .notif-card .card-header i {
  font-family: "Font Awesome 5 Pro";
}
html.gonative body.mobile-body .content .notification-wrapper .content .tabs .tab .notif-card .card-body,
html.gonative body.mobile-body .content .notification-wrapper .content .tabs .tab .notif-card .card-footer {
  color: #86888b;
  font-family: "OpenSans Regular", sans-serif;
  font-size: 0.8571428571428571rem;
  font-weight: 400;
}
html.gonative body.mobile-body .content .notification-wrapper .mark-all {
  align-items: center;
  display: flex;
  justify-content: center;
}
html.gonative body.mobile-body .content .notification-wrapper .mark-all a {
  color: #ed1747;
  font-family: "OpenSans Regular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
html.gonative body.mobile-body .footer-fixed-hide {
  display: none;
}
html.gonative body.mobile-body .footer {
  background-color: #ffffff;
  box-shadow: 0 -1px 7px 0 rgba(0, 0, 0, 0.1);
  min-height: 67px;
  bottom: 0;
  z-index: 3;
  position: fixed;
  width: 100%;
}
html.gonative body.mobile-body .footer .icon-container {
  display: flex;
  flex-direction: row;
  min-height: 62px;
  width: 100%;
  margin-bottom: 5px;
}
html.gonative body.mobile-body .footer .icon-container .footer-icon {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25%;
}
html.gonative body.mobile-body .footer .icon-container .footer-icon a {
  align-items: center;
  color: #86888b;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
html.gonative body.mobile-body .footer .icon-container .footer-icon a img {
  height: 28px;
  width: 31px;
}
html.gonative body.mobile-body .footer .icon-container .footer-icon a label {
  font-family: "OpenSans Semibold", sans-serif;
  font-size: 0.7857142857142857rem;
  font-weight: 600;
  margin: unset;
}
html.gonative body.mobile-body .footer .icon-container .footer-icon a label.active {
  color: #ed1747;
}
html.gonative body.mobile-body .footer .icon-container .footer-icon a.footer-icon-gs {
  color: #B7B7B7 !important;
}
html.gonative body.mobile-body .menu-overlay {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
  width: 100%;
  z-index: 10;
}
html.gonative body.mobile-body .menu-overlay .space-above-more-menu {
  flex: 1 1 auto;
}
html.gonative body.mobile-body .menu-overlay.menu-closed {
  opacity: 0;
  z-index: -3;
}
html.gonative body.mobile-body .menu-overlay .menu-container {
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 4px 12px 0 rgba(70, 74, 82, 0.08);
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
}
html.gonative body.mobile-body .menu-overlay .menu-container .drag-slider {
  height: 10px;
  width: 50px;
  text-align: center;
  font-size: large;
}
html.gonative body.mobile-body .menu-overlay .menu-container .menu {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
html.gonative body.mobile-body .menu-overlay .menu-container .menu ul {
  list-style: none;
}
html.gonative body.mobile-body .menu-overlay .menu-container .menu ul li {
  border-bottom: solid 1px #dce0e0;
}
html.gonative body.mobile-body .menu-overlay .menu-container .menu ul li a {
  color: #86888b;
  text-decoration: none;
}
html.gonative body.mobile-body .menu-overlay .menu-container .menu ul li:last-child {
  border-bottom: unset;
}
@media (min-width: 992px) {
  html.gonative body.mobile-body .padding-left-right-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
html.gonative body .change-password-mobile-background-colour {
  height: 100%;
  background-color: #f5f6f8;
}
html.gonative body .change-password-mobile-background-colour .change-password-mobile-container {
  background-color: white;
  padding: 15px;
  margin-top: 15px;
}
html.gonative body .fine-print {
  font-style: italic;
  font-size: x-small;
}
html.gonative body .gstocks-value-color {
  color: #6780a9 !important;
}
html.gonative body .white-space-div {
  background-color: white;
  margin-top: 20px;
}
html.gonative body .equity-performance-holding-border {
  border-left: 1px solid #dedfe1;
  padding-left: 10px;
}
html.gonative body .constituent_box {
  height: 10px;
  width: 10px;
}
html.gonative body .bundle-curve-container {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
}
html.gonative body .bundle-banner-curve-container {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
}
html.gonative body .bundle-curve-shadow-container {
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(70, 74, 82, 0.2);
}
html.gonative body .make-bold {
  font-weight: bold;
}
html.gonative body .glyphicon-centered {
  position: relative;
  top: 6px;
  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;
}
html.gonative body .span-box {
  width: 10px;
  height: 10px;
  margin: 5px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}


