/* Minification failed. Returning unminified contents.
(7712,1): run-time error CSS1019: Unexpected token, found '@charset'
(7712,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(7712,17): run-time error CSS1019: Unexpected token, found ';'
(8748,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(8749,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8763,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(8764,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8779,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(8780,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8787,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(8788,8): run-time error CSS1035: Expected colon, found '{'
(8803,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(8804,8): run-time error CSS1035: Expected colon, found '{'
(16515,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(16516,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16523,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(16524,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16531,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(16532,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16539,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(16540,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16547,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(16548,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16555,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(16556,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*!
 * 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: #375d9b;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #375d9b;
  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: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 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: #375d9b;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #2a4675;
}
.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: #375d9b;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2a4675;
}
.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: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #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: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  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: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1080px) {
  .container {
    width: 1110px;
  }
}
.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 #86888b;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #86888b;
}
.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 #86888b;
}
.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 #86888b;
}
.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 #86888b;
}
.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 #86888b;
  }
  .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: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #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: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #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: #375d9b;
  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: #375d9b;
  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%;
}
.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: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.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: #375d9b;
}
.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: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 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: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  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: #375d9b;
}
.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: 4px 4px 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: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #375d9b;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 90px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 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: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 17.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  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: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #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: 767px) {
  .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: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #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: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #375d9b;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #375d9b;
  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: #375d9b;
  border-color: #375d9b;
  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: #375d9b;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2a4675;
}
.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: #1ba5db;
  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: #375d9b;
  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: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #375d9b;
}
.thumbnail .caption {
  padding: 9px;
  color: #86888b;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: 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: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #375d9b;
  -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: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
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: #375d9b;
  border-color: #375d9b;
}
.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: #b8cae6;
}
.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: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.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: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .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: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #86888b;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.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: #375d9b;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #375d9b;
  border-color: #375d9b;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #375d9b;
}
.panel-primary > .panel-heading .badge {
  color: #375d9b;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #375d9b;
}
.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: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  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-indicators:not(.testimonials) {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators:not(.testimonials) li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators:not(.testimonials) .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 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 {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 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: #375d9b !important;
}
.secondary-colour {
  color: #1ba5db !important;
}
.tfsa-color {
  color: #86888b !important;
}
.white {
  color: #ffffff !important;
}
.bgwhite {
  background-color: #ffffff !important;
}
.bgprimary {
  background-color: #375d9b !important;
}
.bgsecondary {
  background-color: #1ba5db !important;
}
.bdcolor {
  color: #86888b !important;
}
.block-large.bg-pink,
.bg-pink {
  background-color: rgba(237, 23, 71, 0.2);
}
.chart-line-colour {
  color: #375d9b;
}
.steel-gray-color {
  color: #86888b;
}
.violet-blue {
  color: #5308b2;
}
.pale-gray {
  background-color: #f5f6f8;
}
.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: #375d9b;
}
.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: #375d9b;
}
.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: #375d9b;
  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: #375d9b;
  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 #86888b;
    border-top: 0;
  }
  .no-more-tables tr:first-child {
    border-top: 4px solid #86888b;
  }
  .no-more-tables tr td {
    border-bottom: 2px solid #86888b;
  }
  .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: #375d9b;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #375d9b;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #375d9b;
}
.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: "FontAwesome";
  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: #337ab7;
  border-color: #337ab7;
}
.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: 'FontAwesome';
  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: #375d9b;
  border-color: #375d9b;
}
.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*******************************************************/
html,
body {
  overflow-x: hidden;
}
.brand-primary {
  color: #375d9b;
}
.header-lg {
  font-size: 66px;
  margin-top: 22px;
  margin-bottom: 11px;
}
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";
}
.page-header {
  border: none;
  margin-top: 0px;
}
.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-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-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;
  }
}
.inline-to-block,
.inline-to-block-center {
  display: inline;
}
.btn-right-to-block {
  float: right;
}
@media (max-width: 787px) {
  .inline-to-block {
    display: block;
  }
  .inline-to-block-center {
    display: block;
    text-align: center;
  }
  .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: #375d9b;
  border-color: #375d9b;
}
.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";
}
.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;
}
@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-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: #375d9b;
  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: #375d9b;
}
.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 #1ba5db;
  margin-top: 12px;
  margin-bottom: 12px;
}
.section-divider {
  border-bottom: 1px solid #1ba5db;
  margin-top: 30px;
  margin-bottom: 30px;
}
.line-height40 {
  line-height: 40px;
}
.line-height50 {
  line-height: 50px;
}
.section-divider-only {
  border-bottom: 1px solid #1ba5db;
}
.section-primary-divider {
  border-bottom: 1px solid #375d9b;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-divider-large {
  border-bottom: 1px solid #1ba5db;
  margin-top: 45px;
  margin-bottom: 45px;
}
.section-divider-large-top {
  border-bottom: 1px solid #45555f;
  margin-top: 45px;
}
.breakdown-divider {
  border-bottom: 1px solid #375d9b;
  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 #1ba5db;
  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;
}
.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;
}
.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;
}
/************************************************************************************/
/************************************
*
* Validation.
* These classes control are used by the unobstrusive js and mvc validation for styling.
*
*************************************/
.validation-summary-errors ul {
  margin-bottom: 0px;
}
.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;
}
#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: #1ba5db !important;
  color: #ffffff;
}
.asterix {
  font-weight: bold;
  color: #375d9b;
}
.anchor-emphasized {
  text-transform: uppercase;
  text-decoration: underline;
  color: #375d9b;
}
.anchor-emphasized-selected {
  text-transform: uppercase;
  text-decoration: underline;
  color: #1ba5db;
}
.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;
}
.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: #375d9b;
}
.square-block-outer-bordwhite-bgsecondary {
  border: 10px solid #ffffff;
  padding: 0px 50px;
  background: #1ba5db;
}
.square-block-outer-bordpriamry-bgdark {
  border: 10px solid #375d9b;
  padding: 0px 50px;
  background: #092432;
}
.square-block-outer-bordsecondary-bgwhite {
  border: 10px solid #1ba5db;
  padding: 0px 50px;
  background: #ffffff;
}
.square-block-outer-bordprimary-bgbody {
  border: 10px solid #375d9b;
  padding: 0px 50px;
  background: #f1f2f0;
}
.square-block-outer-bordprimary-bgbody-shorter {
  border: 10px solid #375d9b;
  padding: 0px 45px;
  background: #f1f2f0;
}
.square-block-outer-bordwhite-bgprimary-mini {
  border: 3px solid #ffffff;
  padding: 6px 26px;
  background: #375d9b;
}
.square-block-outer-bordprimary-bgwhite {
  border: 10px solid #375d9b;
  padding: 0px 50px;
  background: #ffffff;
}
.square-block-inner-white-bgprimary {
  background: #375d9b;
  outline: 11px solid #375d9b;
  padding: 15px 15px;
  color: #ffffff;
}
.square-block-inner-white-bgsecondary {
  background: #1ba5db;
  outline: 11px solid #1ba5db;
  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: #375d9b;
}
.square-block-inner-primary-bgwhite {
  background: #ffffff;
  outline: 11px solid #ffffff;
  padding: 15px 15px;
  color: #375d9b;
}
.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: #375d9b;
}
.square-block-inner-primary-primary-mini {
  background: #375d9b;
  outline: 11px solid #375d9b;
  padding: 1px 1px;
  color: #375d9b;
}
.square-block-inner-horizontal-bgbody {
  background: #f1f2f0;
  margin-left: -80px;
  margin-right: -80px;
  padding: 10px 80px;
}
.square-block-inner-horizontal-mini-primary {
  background: #375d9b;
  margin-left: -80px;
  margin-right: -80px;
  padding: 0px;
}
.bgprimary-white {
  background-color: #375d9b;
  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: #375d9b;
  color: #4a4a4a;
  margin-top: 15px;
  margin-bottom: 15px;
}
.steps-content {
  font-size: 13px;
}
.steps-divider {
  border-left: 1px solid #375d9b;
}
.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: #375d9b;
}
.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: #375d9b;
}
.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: #375d9b;
  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;
}
@media (max-width: 480px) {
  iframe.pdf-display {
    width: 100%;
    height: 300px;
  }
}
.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;
  padding-top: 40px;
  padding-bottom: 40px;
  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: 40px 15px;
  }
  .page-content-container-secondary,
  .wide-container {
    background-color: #ffffff;
    padding: 40px 15px;
    background-color: #f5f6f8;
  }
}
.box-padding {
  padding: 20px;
}
.product-img-container > img {
  max-width: 250px;
}
.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;
}
@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 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;
}
.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%;
  }
}
.site-box-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.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: #375d9b;
}
.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: 18px;
}
.btn-sort-display-filter.btn-default.active {
  background-color: #375d9b;
  color: #ffffff;
}
.btn-sort-display-filter.btn-default.active:hover {
  background-color: #375d9b;
  color: #ffffff;
}
.btn.glyphicon {
  font-family: 'Glyphicons Halflings';
  top: 0;
}
.btn-success {
  background-color: #5cb85c !important;
}
.btn-primary-inverted {
  color: #375d9b;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-inverted:focus,
.btn-primary-inverted.focus {
  color: #375d9b;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-primary-inverted:hover {
  color: #375d9b;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-primary-inverted:active,
.btn-primary-inverted.active,
.open > .dropdown-toggle.btn-primary-inverted {
  color: #375d9b;
  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: #375d9b;
  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: #375d9b;
}
.btn-primary-inverted:focus,
.btn-primary-inverted.focus {
  color: #375d9b;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-inverted:hover {
  color: #375d9b;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-inverted:active,
.btn-primary-inverted.active,
.open > .dropdown-toggle.btn-primary-inverted {
  color: #375d9b;
  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: #375d9b;
  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: #375d9b;
}
.btn-secondary {
  color: #ffffff;
  background-color: #1ba5db;
  border-color: #1ba5db;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #1583ae;
  border-color: #0d4f69;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #1583ae;
  border-color: #147ca5;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #1583ae;
  border-color: #147ca5;
}
.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: #116b8e;
  border-color: #0d4f69;
}
.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: #1ba5db;
  border-color: #1ba5db;
}
.btn-secondary .badge {
  color: #1ba5db;
  background-color: #ffffff;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #1ba5db;
  border-color: #1ba5db;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #1ba5db;
  border-color: #1ba5db;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #1ba5db;
  border-color: #1ba5db;
}
.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: #1ba5db;
  border-color: #1ba5db;
}
.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: #1ba5db;
  border-color: #1ba5db;
}
.btn-secondary .badge {
  color: #1ba5db;
  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;
}
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: #1ba5db;
  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: #375d9b;
  border-color: #1ba5db;
}
.pagination .active > a:hover {
  background-color: #375d9b;
  border-color: #1ba5db;
}
.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: #375d9b;
}
.bootstrap-datetimepicker-widget td.today:before {
  border-bottom: 7px solid #375d9b;
}
.control-margin-left {
  margin-left: 8px !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: #375d9b;
  border-color: #375d9b;
}
.btn.btn-ee-primary:focus,
.btn.btn-ee-primary.focus {
  color: #ffffff;
  background-color: #2a4675;
  border-color: #16253d;
}
.btn.btn-ee-primary:hover {
  color: #ffffff;
  background-color: #2a4675;
  border-color: #27426e;
}
.btn.btn-ee-primary:active,
.btn.btn-ee-primary.active,
.open > .dropdown-toggle.btn.btn-ee-primary {
  color: #ffffff;
  background-color: #2a4675;
  border-color: #27426e;
}
.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: #20375b;
  border-color: #16253d;
}
.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: #375d9b;
  border-color: #375d9b;
}
.btn.btn-ee-primary .badge {
  color: #375d9b;
  background-color: #ffffff;
}
.btn.btn-ee-primary:focus,
.btn.btn-ee-primary.focus {
  color: #ffffff;
  background-color: #375d9b;
  border-color: #375d9b;
}
.btn.btn-ee-primary:hover {
  color: #ffffff;
  background-color: #375d9b;
  border-color: #375d9b;
}
.btn.btn-ee-primary:active,
.btn.btn-ee-primary.active,
.open > .dropdown-toggle.btn.btn-ee-primary {
  color: #ffffff;
  background-color: #375d9b;
  border-color: #375d9b;
}
.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: #375d9b;
  border-color: #375d9b;
}
.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: #375d9b;
  border-color: #375d9b;
}
.btn.btn-ee-primary .badge {
  color: #375d9b;
  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: #375d9b;
  border-color: #375d9b;
}
.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: #375d9b;
  border-color: #375d9b;
}
label.input-group-lg-addon {
  margin-left: 32px;
}
.btn.btn-primary-active {
  color: #ffffff;
  background-color: #375d9b;
  border-color: #375d9b;
}
.zoom > .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;
}
.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 #375d9b;
  padding: 0px 50px;
  background: #1ba5db;
}
@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: #1ba5db;
  outline: 11px solid #1ba5db;
  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: #375d9b;
  padding-bottom: 22px;
}
#navbarContainer {
  margin-bottom: 40px;
}
#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: #375d9b;
}
.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: 18px;
  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%);
}
#trustaccount-slider {
  top: 45px;
  display: none;
}
#trustaccount-slider.slick-initialized {
  display: block;
}
.selector-tabs.active-tab {
  color: #ffffff;
  border: none;
  position: relative;
}
.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;
}
#account-navbar .slick-track {
  height: 100px;
}
.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: 470px;
  resize: none;
  height: 60px;
  margin: 15px 15px 10px 15px;
  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: #375d9b;
}
.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 {
  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 {
  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 {
  color: #375d9b;
  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 {
  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 {
  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 {
  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.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.share .social-media-icons #preview-link,
.navbar-default .navbar-nav > .container li.dropdown ul.dropdown-menu li.share .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.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.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 {
  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.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.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 {
  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.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.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 {
  color: #375d9b;
}
.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.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.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 {
  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: #375d9b;
  }
}
@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.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;
  }
}
.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 {
  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: #375d9b;
  color: #ffffff;
  border-color: #375d9b;
}
/*********************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 #375d9b;
}
.footer .nav > li > a:hover {
  border: solid 4px #eb889f;
  background-color: #375d9b;
  color: #ffffff;
}
.footer .nav > li {
  padding: 13px 0px;
}
.footer .nav.second-row > li > a {
  color: #375d9b !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) {
  #account-navbar {
    margin-top: 30px;
  }
  .navbar-default#account-secondary-nav {
    height: 180px;
    background-color: #f5f6f8;
  }
  .navbar-default#account-secondary-nav #account-navbar > .navbar-nav {
    line-height: 180px;
  }
  .navbar-default#account-secondary-nav #account-navbar .trust-account-scroll-container {
    line-height: 180px;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
  }
  .navbar-default#account-secondary-nav #account-navbar .active-account-label-container {
    min-width: 140px;
    max-width: 140px;
    line-height: 180px;
    display: inline-block;
    text-align: left;
  }
  .navbar-default#account-secondary-nav #account-navbar .navbar-label-container {
    line-height: 180px;
    padding-right: 15px;
  }
  .navbar-default#account-secondary-nav #account-navbar .navbar-label-collapsed {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
  }
  .navbar-default#account-secondary-nav #account-navbar .navbar-label-expanded {
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
  }
  .navbar-default#account-secondary-nav #account-navbar .account-label {
    margin-right: 0px;
    line-height: 180px;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-default#account-secondary-nav #account-navbar .account-value {
    margin-left: 5px;
    line-height: 180px;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #4a4a4a;
  }
  .navbar-default#account-secondary-nav #account-navbar .two-lines-nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-default#account-secondary-nav #account-navbar .two-lines-nav-container .two-lines-navbar-text {
    padding-right: 15px;
    line-height: 26px;
  }
  .navbar-default#account-secondary-nav #account-navbar .slick-prev:before,
  .navbar-default#account-secondary-nav #account-navbar .slick-next:before {
    color: #375d9b;
    content: none;
  }
}
.dropdown-menu > li.h4-header {
  color: #4a4a4a;
  padding: 3px 20px;
  font-weight: 600;
}
@media (max-width: 1079px) {
  #account-navbar {
    margin-top: 15px;
  }
  .navbar-default#account-secondary-nav {
    height: 140px;
    background-color: #f5f6f8;
  }
  .navbar-default#account-secondary-nav #account-navbar .trust-account-scroll-container {
    line-height: 70px;
    width: 100%;
  }
  .navbar-default#account-secondary-nav #account-navbar .active-account-label-container {
    display: none;
  }
  .navbar-default#account-secondary-nav #account-navbar .navbar-label-container {
    display: none;
  }
  .navbar-default#account-secondary-nav #account-navbar .slick-prev:before,
  .navbar-default#account-secondary-nav #account-navbar .slick-next:before {
    color: #375d9b;
    content: none;
  }
}
.dropdown-menu > li > a {
  text-decoration: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #375d9b;
}
.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: 275px;
  }
}
.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;
}
#account-navbar .slick-slide {
  padding: 0px;
}
.outer-slider-container-nav {
  height: 150px;
}
.outer-slider-container-nav .slider-container {
  position: relative;
  width: 94%;
  height: 170px;
  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;
}
.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: #375d9b;
}
.chosen-container .chosen-results li.result-selected {
  background: #375d9b;
  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 #375d9b;
  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-instrument-extra {
  position: absolute;
  top: 4%;
  z-index: 1;
  right: 4%;
}
.img-sponsor-heart {
  position: absolute;
  top: 4%;
  z-index: 1;
  right: 4%;
}
#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: #375d9b;
}
#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;
}
.img-stocks-container img.instrument {
  width: 100%;
  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;
}
.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 #375d9b;
  border-right: 8px solid #375d9b;
  border-left: 8px solid #375d9b;
  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 #375d9b;
}
table#payment-methods.table > tbody > tr td.chosen {
  border-right: 8px solid #375d9b;
  border-left: 8px solid #375d9b;
  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 #375d9b !important;
  border-right: 8px solid #375d9b;
  border-left: 8px solid #375d9b;
  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 #375d9b;
}
.table-striped-highlight.table > tbody > tr td.active {
  border-right: 8px solid #1ba5db;
  border-left: 8px solid #1ba5db;
  cursor: pointer;
}
.table-striped-highlight.table > tbody > tr td.chosen {
  border-right: 8px solid #375d9b;
  border-left: 8px solid #375d9b;
  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 #375d9b;
  border-left: 8px solid #375d9b;
  border-right: 8px solid #375d9b;
}
table#fee-structure tr td:nth-child(2) {
  border-right: 8px solid #375d9b;
  border-left: 8px solid #375d9b;
}
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 #375d9b;
}
table#fee-structure tfoot #get-started.btn {
  position: relative;
  top: 20px;
}
.table-header-bg-primary thead tr th:nth-child(odd) {
  background-color: #335690;
  color: #ffffff;
}
.table-header-bg-primary thead tr th:nth-child(even) {
  background-color: #375d9b;
  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 .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: #f5f6f8;
  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: #375d9b;
  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;
  }
}
.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: #375d9b;
}
div#confirmationTableGrid div#gridTableBody div.row.last-row {
  background-color: #375d9b;
  color: #ffffff;
  font-size: 18px;
}
div#confirmationTableGrid div#gridTableBody div.row.last-row .label {
  color: #ffffff;
  font-size: 18px;
}
.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: #375d9b;
  color: #4a4a4a;
}
#user-registration-tab.nav-tabs > li.active + li > a .glyphicon {
  color: #375d9b;
}
.required-asterisk {
  color: #375d9b;
  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 #375d9b;
  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: #375d9b;
  font-weight: bold;
  color: #ffffff;
}
.header-tabs a .registration-tabs.active-tab .circle-container {
  background-color: #ffffff;
  color: #375d9b;
  border: 1px solid #375d9b;
}
.header-tabs a.completed-tab {
  background-color: #ffffff;
}
.header-tabs a.completed-tab .circle-container {
  background-color: #375d9b;
  color: #ffffff;
  border: 1px solid #375d9b;
}
.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: #375d9b;
}
.registration-type-info {
  padding: 15px 20px;
}
a .registration-type-info {
  color: #86888b;
}
a .registration-type-info span {
  color: #375d9b;
}
.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%;
}
.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: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  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: #375d9b;
}
.bootstrap-tagsinput .tag {
  color: #375d9b;
  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 .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 #1ba5db;
  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: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: #375d9b;
}
.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 #86888b;
  color: #86888b;
  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: #375d9b;
}
#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: #375d9b;
}
.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: #375d9b;
}
.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;
}
.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: #1ba5db;
}
@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 > 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;
  }
}
.holding-table {
  border-bottom: 1px solid #dedfe1;
}
@media (min-width: 992px) {
  .holding-table {
    max-width: 1079px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .holding-table {
    max-width: 720px;
  }
}
.holding-table .holding-table-header {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "OpenSans Semibold";
  background-color: #eceff1;
  color: #4a4a4a;
  border: solid 1px #dedfe1;
  padding: 10px 0;
}
.holding-table .holding-table-header .table-header {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.holding-table .holding-table-header:before {
  content: "";
  display: none;
}
.holding-table .holding-table-body .no-wrap {
  white-space: nowrap;
}
.holding-table .holding-table-body .product-img-container {
  text-align: left;
}
.holding-table .holding-table-body .product-img-container > img.instrument {
  z-index: 0;
  width: auto;
  max-height: 104px;
}
.holding-table .holding-table-body .product-img-container > img.img-sponsor-heart {
  width: 16%;
  height: auto;
}
.holding-table .holding-table-body > .table-display {
  margin-right: -30px;
}
.holding-table .holding-table-body > .table-display .umbrella-list .icon-umbrella {
  z-index: 1;
}
.holding-table .holding-table-body > .table-display > .row-height {
  height: 106px;
  width: 100%;
}
.holding-table .holding-table-body > .table-display > .row-height > div:last-child,
.holding-table .holding-table-body > .table-display > .row-height > div:first-child {
  padding-left: 0;
}
.holding-table .holding-table-body > .table-display > .content-box {
  margin: 0 15px 0 -15px;
  padding: 0;
}
.holding-table .holding-table-body > .table-display > .content-box:hover {
  outline: solid 1px #375d9b;
}
.holding-table .holding-table-body > .table-display > .content-box .actions > div:first-child {
  width: 90%;
  padding-right: 10px;
}
.holding-table .holding-table-body > .table-display > .content-box .actions > div:last-child {
  width: 10%;
  text-align: right;
  padding-right: 0;
}
.holding-table .holding-table-body > .table-display > .content-box .actions > div > .btn {
  min-width: 100px;
  width: 85%;
  max-width: 120px;
  display: block;
}
.holding-table .holding-table-body > .table-display > .content-box .actions > div > .glyphicon {
  text-align: right;
  margin-right: 1px;
}
.holding-table .holding-table-body > .table-display > .content-box .content-box-description {
  padding: 24px 22px;
}
.holding-table .holding-table-body > .table-display > .content-box .content-box-description .content-box .row {
  line-height: 26px;
}
.holding-table .holding-table-body > .table-display > .content-box .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 > .content-box.collapse,
.holding-table .holding-table-body > .table-display > .content-box.collapsing {
  width: 100%;
  background-color: #ffffff;
}
.holding-table .holding-table-body > .table-display > .content-box.collapse .container,
.holding-table .holding-table-body > .table-display > .content-box.collapsing .container {
  width: 100%;
}
.holding-table .holding-table-body > .table-display > .content-box.collapse .container:first-child,
.holding-table .holding-table-body > .table-display > .content-box.collapsing .container:first-child {
  border-bottom: 0px;
}
.holding-table .holding-table-body > .table-display > .content-box.collapse .container.holding-table .table-header,
.holding-table .holding-table-body > .table-display > .content-box.collapsing .container.holding-table .table-header {
  font-size: 12px;
  line-height: 20px;
}
.holding-table .holding-table-body > .table-display > .content-box.collapse .container.holding-table .table-header:first-child,
.holding-table .holding-table-body > .table-display > .content-box.collapsing .container.holding-table .table-header:first-child {
  text-align: left;
}
.holding-table .holding-table-body > .table-display > .content-box.collapse .container.holding-table .row.row-height,
.holding-table .holding-table-body > .table-display > .content-box.collapsing .container.holding-table .row.row-height {
  height: 63px;
}
.holding-table .holding-table-body > .table-display > .content-box.collapse .container.holding-table .row > div.col-md-2:last-child .glyphicon,
.holding-table .holding-table-body > .table-display > .content-box.collapsing .container.holding-table .row > div.col-md-2:last-child .glyphicon {
  margin-left: -12px !important;
}
.holding-table .holding-table-body > .table-display > .content-box.collapse .container.holding-table .holding-table-header,
.holding-table .holding-table-body > .table-display > .content-box.collapsing .container.holding-table .holding-table-header {
  background-color: #f5f6f8;
}
.holding-table .holding-table-body > .table-display > .content-box.collapse .container.holding-table .holding-table-body > .table-display .content-box,
.holding-table .holding-table-body > .table-display > .content-box.collapsing .container.holding-table .holding-table-body > .table-display .content-box {
  padding: 10px;
  background-color: #f5f6f8;
}
.holding-table .holding-table-body > .table-display > .content-box.collapse .container.holding-table .holding-table-body > .table-display .content-box .img-stocks-container,
.holding-table .holding-table-body > .table-display > .content-box.collapsing .container.holding-table .holding-table-body > .table-display .content-box .img-stocks-container {
  background-color: #ffffff;
  text-align: center;
}
.holding-table .holding-table-body > .table-display > .content-box.collapse .container.holding-table .holding-table-body > .table-display .content-box .img-stocks-container img,
.holding-table .holding-table-body > .table-display > .content-box.collapsing .container.holding-table .holding-table-body > .table-display .content-box .img-stocks-container img {
  height: 46px;
}
.holding-table .holding-table-body > .table-display > .content-box.collapse .container.holding-table .holding-table-body > .table-display .content-box.collapse:last-child,
.holding-table .holding-table-body > .table-display > .content-box.collapsing .container.holding-table .holding-table-body > .table-display .content-box.collapse:last-child,
.holding-table .holding-table-body > .table-display > .content-box.collapse .container.holding-table .holding-table-body > .table-display .content-box.collapsing:last-child,
.holding-table .holding-table-body > .table-display > .content-box.collapsing .container.holding-table .holding-table-body > .table-display .content-box.collapsing:last-child {
  border-top: 0px;
}
.holding-table .holding-table-body > .table-display > .content-box.collapse .container.holding-table .holding-table-body .table-display:nth-last-child(2) .content-box:not(.hidden),
.holding-table .holding-table-body > .table-display > .content-box.collapsing .container.holding-table .holding-table-body .table-display:nth-last-child(2) .content-box:not(.hidden) {
  border-bottom: 1px solid #dedfe1;
}
.holding-table .holding-table-body > .table-display > .content-box.collapse .container.holding-table .holding-table-body .table-display:nth-last-child(2) .content-box:first-child,
.holding-table .holding-table-body > .table-display > .content-box.collapsing .container.holding-table .holding-table-body .table-display:nth-last-child(2) .content-box:first-child {
  border-bottom: 0px;
}
.holding-table .holding-table-body > .table-display > .content-box.collapse .container.holding-table .holding-table-body .table-display:nth-last-child(2) .content-box.collapse:not(.hidden),
.holding-table .holding-table-body > .table-display > .content-box.collapsing .container.holding-table .holding-table-body .table-display:nth-last-child(2) .content-box.collapse:not(.hidden) {
  border-top: 0px;
}
.holding-table .holding-table-body > .table-display > .content-box.collapse .container.holding-table .holding-table-body .table-display:nth-last-child(2) .content-box,
.holding-table .holding-table-body > .table-display > .content-box.collapsing .container.holding-table .holding-table-body .table-display:nth-last-child(2) .content-box {
  border-bottom: 0px;
}
@media (max-width: 767px) {
  .holding-table .holding-table-body .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .holding-table .holding-table-body .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1079px) {
  .holding-table .holding-table-body .hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .holding-table.container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .holding-table .holding-table-header.row {
    padding: 0 5% 0 0;
  }
  .holding-table .holding-table-header.row .table-header {
    display: block;
    float: left;
  }
  .holding-table .holding-table-body > .table-display > .row.row-height {
    height: 79px;
    width: 100%;
  }
  .holding-table .holding-table-body > .table-display > .row.row-height > div {
    display: table-cell;
    height: 100%;
    float: none;
    vertical-align: middle;
  }
  .holding-table .holding-table-body .product-img-container.equity-image-container {
    text-align: center;
  }
  .holding-table .holding-table-body .product-img-container.equity-image-container > img.instrument {
    max-height: 76px;
  }
  .dropdown.pull-right.tabdrop {
    margin-top: 13px;
  }
}
#asset-class-display .icon-refresh {
  margin: 3px 0 0 7px;
}
#asset-class-display .icon-refresh:hover:before {
  color: #375d9b;
}
#asset-class-display .graph-container {
  margin-top: 10px;
  margin-bottom: 20px;
}
#asset-class-display .winner {
  color: #0ddaba;
}
#asset-class-display .asset-summary-heading.h1 {
  margin: 0;
}
#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: #375d9b;
  border: 1px solid transparent;
  color: #ffffff;
}
#account-overview-toggle ul#account-overview-tab.nav.nav-tabs .dropdown-menu > li > a {
  color: #375d9b;
}
#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 {
  background-color: #375d9b;
  color: #ffffff;
}
#account-overview-toggle .tab-content .block {
  background-color: #375d9b;
  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;
}
.margin-bottom-18 {
  margin-bottom: 18px;
}
.font-fontsize-16 {
  font-size: 16px;
}
.content-box-border-top {
  border-top: solid 1px #dedfe1;
}
.padding-top-27 {
  padding-top: 27px;
}
#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 .prices {
  background-color: #f5f6f8;
  text-align: center;
  border-top: none;
}
.buy-denominations .prices .title-line {
  display: inline-block;
}
.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 #375d9b;
}
.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;
  border-radius: 4px;
  -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;
  font-family: "OpenSans Regular";
  color: #ffffff;
  background-color: #1ba5db;
  border-color: #1ba5db;
  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: #1583ae;
  border-color: #0d4f69;
}
.social-media-icons .share-on-facebook:hover,
.social-media-icons #twitter-share-button:hover {
  color: #ffffff;
  background-color: #1583ae;
  border-color: #147ca5;
}
.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: #1583ae;
  border-color: #147ca5;
}
.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: #116b8e;
  border-color: #0d4f69;
}
.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: #1ba5db;
  border-color: #1ba5db;
}
.social-media-icons .share-on-facebook .badge,
.social-media-icons #twitter-share-button .badge {
  color: #1ba5db;
  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: #1ba5db;
  border-color: #1ba5db;
}
.social-media-icons .share-on-facebook:hover,
.social-media-icons #twitter-share-button:hover {
  color: #ffffff;
  background-color: #1ba5db;
  border-color: #1ba5db;
}
.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: #1ba5db;
  border-color: #1ba5db;
}
.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: #1ba5db;
  border-color: #1ba5db;
}
.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: #1ba5db;
  border-color: #1ba5db;
}
.social-media-icons .share-on-facebook .badge,
.social-media-icons #twitter-share-button .badge {
  color: #1ba5db;
  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-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;
  }
}
/***********************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: #375d9b;
}
.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: #375d9b;
  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: #375d9b;
}
.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: #375d9b;
}
.tcf-numbers .bracket {
  display: inline-block;
  font-size: 60px;
  color: #375d9b;
  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 #375d9b;
  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: #375d9b;
}
.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 #375d9b;
  background-color: #375d9b;
  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;
}
.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 #86888b;
}
.highlights ul li:before {
  color: #375d9b;
  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 #375d9b;
  margin-top: 0px;
}
.comparison-header {
  color: #4a4a4a;
  color: #1ba5db !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: #375d9b;
}
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: #375d9b;
  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: #375d9b;
}
#tfsa-account.modal .modal-header {
  border-bottom: 0px;
}
#tfsa-account.modal .modal-title {
  color: #4a4a4a;
  color: #375d9b !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: #375d9b;
}
.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 {
  font-size: 22px;
  text-transform: uppercase;
  height: 90px;
  text-align: center;
  font-weight: bold;
}
.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: #375d9b !important;
  color: #4a4a4a;
  margin-bottom: 10px;
  font-size: 18px !important;
  font-size: 18px !Important;
}
.voucher-subheading-secondary {
  color: #1ba5db !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 #375d9b;
  border: 1px solid #375d9b;
  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: #375d9b;
  border-bottom: 1px solid #375d9b;
  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 #375d9b;
  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: #375d9b;
  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;
}
.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 #86888b;
}
.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 .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: #375d9b;
}
.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: #375d9b;
  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;
}
.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: #375d9b;
  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: #375d9b;
  padding: 7px;
  border-color: #375d9b;
}
.total-text-colour {
  color: #375d9b;
}
#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%;
}
.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;
}
.slick-prev,
.slick-next {
  z-index: 100;
}
.slick-prev:before,
.slick-next:before {
  color: #375d9b;
  content: '';
}
.slider-arrow {
  text-align: center;
  font-size: 22px;
  color: #375d9b;
}
.arrow-active {
  color: #375d9b;
  cursor: pointer;
}
.arrow-inactive {
  opacity: 0.25;
  pointer-events: none;
}
.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: 16px;
}
.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;
  }
}
.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: #375d9b;
  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: 11px;
}
.fund-transfer-note .fund-transfer-note-header {
  color: #4a4a4a;
  font-weight: 600;
}
.fund-transfer-information {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .fund-transfer .fund-transfer-row {
    height: 53px;
  }
}
@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: 40px;
    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;
  }
}
@media screen and (min-width: 600px) {
  .mobile-only {
    display: none;
  }
}
@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: #375d9b;
  }
  .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;
  }
}
@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: #375d9b;
  }
  .voucher-login-block-white {
    padding: 0px 15px;
    text-align: center;
  }
  .voucherSendText {
    padding: 20px;
    color: white;
    background-color: #dedfe1;
    text-align: center;
    margin-right: 10px;
  }
  .voucherRedeemText {
    padding: 20px;
    color: white;
    background-color: #dedfe1;
    margin-left: 10px;
    text-align: center;
  }
}
.voucher-input-box .form-control {
  font-size: 22px;
  text-transform: uppercase;
  height: 90px;
  text-align: center;
  font-weight: bold;
}
@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;
  }
}
@font-face {
  font-family: "OpenSans Semibold";
  font-style: normal;
  font-weight: 600;
  src: url('../../static/fonts/OpenSans-Semibold.eot'), url('../../static/fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../../static/fonts/OpenSans-Semibold.woff2') format('woff2'), url('../../static/fonts/OpenSans-Semibold.woff') format('woff'), url('../../static/fonts/OpenSans-Semibold.ttf') format('truetype'), url('../../static/fonts/OpenSans-Semibold.svg#OpenSans') format('svg');
}
@font-face {
  font-family: "OpenSans Regular";
  font-style: normal;
  font-weight: 400;
  src: url('../../static/fonts/OpenSans-Regular.eot'), url('../../static/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../../static/fonts/OpenSans-Regular.woff2') format('woff2'), url('../../static/fonts/OpenSans-Regular.woff') format('woff'), url('../../static/fonts/OpenSans-Regular.ttf') format('truetype'), url('../../static/fonts/OpenSans-Regular.svg#OpenSans') format('svg');
}
@font-face {
  font-family: "OpenSans Italic";
  font-style: italic;
  font-weight: 400;
  src: url('../../static/fonts/OpenSans-Italic.eot'), url('../../static/fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../../static/fonts/OpenSans-Italic.woff2') format('woff2'), url('../../static/fonts/OpenSans-Italic.woff') format('woff'), url('../../static/fonts/OpenSans-Italic.ttf') format('truetype'), url('../../static/fonts/OpenSans-Italic.svg#OpenSans') format('svg');
}
@font-face {
  font-family: "OpenSans Bold";
  font-style: normal;
  font-weight: 800;
  src: url('../../static/fonts/OpenSans-Bold.eot'), url('../../static/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../../static/fonts/OpenSans-Bold.woff2') format('woff2'), url('../../static/fonts/OpenSans-Bold.woff') format('woff'), url('../../static/fonts/OpenSans-Bold.ttf') format('truetype'), url('../../static/fonts/OpenSans-Bold.svg#OpenSans') format('svg');
}
@font-face {
  font-family: "Questrial Regular";
  font-style: normal;
  font-weight: 400;
  src: url('../../static/fonts/Questrial-Regular.eot'), url('../../static/fonts/Questrial-Regular.eot?#iefix') format('embedded-opentype'), url('../../static/fonts/Questrial-Regular.woff2') format('woff2'), url('../../static/fonts/Questrial-Regular.woff') format('woff'), url('../../static/fonts/Questrial-Regular.ttf') format('truetype'), url('../../static/fonts/Questrial-Regular.svg#OpenSans') format('svg');
  <link href="https://fonts.googleapis.com/css?family=Questrial" rel="stylesheet">
}
.border- {
  border-bottom: 3px solid #375d9b;
  color: #375d9b;
}
.border-8 {
  border-bottom: 3px solid #f4942a;
  color: #f4942a;
}
.selector-tabs.active-tab.arrow-:after {
  border-top-color: #375d9b;
}
.selector-tabs.active-tab.arrow-8:after {
  border-top-color: #f4942a;
}
.selector-tabs.active-tab.background- {
  background-color: #375d9b;
}
.selector-tabs.active-tab.background-8 {
  background-color: #f4942a;
}
@font-face {
  font-family: 'font-easy';
  src: url('../../fonts/font-icon/font-satrix.eot?xcdmdd');
  src: url('../../fonts/font-icon/font-satrix.eot?xcdmdd#iefix') format('embedded-opentype'), url('../../fonts/font-icon/font-satrix.ttf?xcdmdd') format('truetype'), url('../../fonts/font-icon/font-satrix.woff?xcdmdd') format('woff'), url('../../fonts/font-icon/font-satrix.svg?xcdmdd#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: 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;
}
.icon-Unit-Trust-ar-fill .path1:before {
  content: "\e92f";
  color: #375d9b;
}
.icon-Unit-Trust-ar-fill .path2:before {
  content: "\e930";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Unit-Trust-ar-fill .path3:before {
  content: "\e974";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Unit-Trust-ar-fill .path4:before {
  content: "\e975";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Unit-Trust-ar .path1:before {
  content: "\e976";
  color: #edefef;
}
.icon-Unit-Trust-ar .path2:before {
  content: "\e977";
  margin-left: -1em;
  color: #375d9b;
}
.icon-Unit-Trust-ar .path3:before {
  content: "\e978";
  margin-left: -1em;
  color: #375d9b;
}
.icon-Unit-Trust-ar .path4:before {
  content: "\e979";
  margin-left: -1em;
  color: #375d9b;
}
.icon-Unit-Trust-ut .path1:before {
  content: "\ebe0";
  color: #edefef;
}
.icon-Unit-Trust-ut .path2:before {
  content: "\ebe1";
  margin-left: -1em;
  color: #375d9b;
}
.icon-Unit-Trust-ut .path3:before {
  content: "\ebe2";
  margin-left: -1em;
  color: #375d9b;
}
.icon-Unit-Trust-ut .path4:before {
  content: "\ebe3";
  margin-left: -1em;
  color: #375d9b;
}
.icon-Unit-Trust-ut .path5:before {
  content: "\ebe4";
  margin-left: -1em;
  color: #375d9b;
}
.icon-Unit-Trust .path1:before {
  content: "\ebea";
  color: #edefef;
}
.icon-Unit-Trust .path2:before {
  content: "\ebeb";
  margin-left: -1em;
  color: #375d9b;
}
.icon-Unit-Trust .path3:before {
  content: "\ebec";
  margin-left: -1em;
  color: #375d9b;
}
.icon-Unit-Trust .path4:before {
  content: "\ebed";
  margin-left: -1em;
  color: #375d9b;
}
.icon-Unit-Trust-ut-fill .path1:before {
  content: "\ebd7";
  color: #375d9b;
}
.icon-Unit-Trust-ut-fill .path2:before {
  content: "\ebd8";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Unit-Trust-ut-fill .path3:before {
  content: "\ebd9";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Unit-Trust-ut-fill .path4:before {
  content: "\ebda";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Unit-Trust-ut-fill .path5:before {
  content: "\ebdb";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Unit-Trust-fill .path1:before {
  content: "\ebdc";
  color: #375d9b;
}
.icon-Unit-Trust-fill .path2:before {
  content: "\ebdd";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Unit-Trust-fill .path3:before {
  content: "\ebde";
  margin-left: -1em;
  color: #ffffff;
}
.icon-Unit-Trust-fill .path4:before {
  content: "\ebdf";
  margin-left: -1em;
  color: #ffffff;
}
.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: #375d9b;
}
.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: #375d9b;
}
.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: #375d9b;
}
.icon-investment-products .path3:before {
  content: "\ebb3";
  margin-left: -1em;
  color: #375d9b;
}
.icon-investment-products .path4:before {
  content: "\ebb4";
  margin-left: -1em;
  color: #375d9b;
}
.icon-alternative-investments-fill .path1:before {
  content: "\eba2";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-alternative-investments .path3:before {
  content: "\eba8";
  margin-left: -1em;
  color: #375d9b;
}
.icon-alternative-investments .path4:before {
  content: "\eba9";
  margin-left: -1em;
  color: #375d9b;
}
.icon-select-filled .path1:before {
  content: "\ea07";
  color: #375d9b;
}
.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: #375d9b;
}
.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: #375d9b;
}
.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: #375d9b;
}
.icon-refresh:before {
  content: "\ea06";
  color: #86888b;
}
.icon-right-arrow:before {
  content: "\ea09";
}
.icon-right-slider-arrow:before {
  content: "\ea0a";
  color: #375d9b;
}
.icon-search:before {
  content: "\ea0b";
  color: #768485;
}
.icon-share:before {
  content: "\ea0e";
  color: #a0a9aa;
}
.icon-Sort-A-Z:before {
  content: "\ea0f";
  color: #375d9b;
}
.icon-Sort-Z-A:before {
  content: "\ea10";
  color: #86888b;
}
.icon-success:before {
  content: "\ea11";
  color: #0ddaba;
}
.icon-tick:before {
  content: "\ea12";
  color: #375d9b;
}
.icon-card-view:before {
  content: "\ea13";
  color: #86888b;
}
.icon-date:before {
  content: "\ea14";
  color: #a0a9aa;
}
.icon-debt-instruments:before {
  content: "\ea15";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-error:before {
  content: "\ea1a";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-add-voucher-fill .path2:before {
  content: "\ea25";
  margin-left: -1em;
  color: #ffffff;
}
.icon-cash-fill .path1:before {
  content: "\ea26";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-cash .path3:before {
  content: "\ea34";
  margin-left: -1em;
  color: #375d9b;
}
.icon-cash .path4:before {
  content: "\ea35";
  margin-left: -1em;
  color: #375d9b;
}
.icon-cash .path5:before {
  content: "\ea36";
  margin-left: -1em;
  color: #375d9b;
}
.icon-cash .path6:before {
  content: "\ea37";
  margin-left: -1em;
  color: #375d9b;
}
.icon-cash .path7:before {
  content: "\ea38";
  margin-left: -1em;
  color: #375d9b;
}
.icon-cash .path8:before {
  content: "\ea39";
  margin-left: -1em;
  color: #375d9b;
}
.icon-cash .path9:before {
  content: "\ea3a";
  margin-left: -1em;
  color: #375d9b;
}
.icon-cash .path10:before {
  content: "\ea3b";
  margin-left: -1em;
  color: #375d9b;
}
.icon-cash .path11:before {
  content: "\ea3c";
  margin-left: -1em;
  color: #375d9b;
}
.icon-cash .path12:before {
  content: "\ea3d";
  margin-left: -1em;
  color: #375d9b;
}
.icon-risk-40-65-fill .path1:before {
  content: "\ea3e";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-risk-75-99-fill .path1:before {
  content: "\ea42";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-ETFs .path1:before {
  content: "\e92c";
  color: #edefef;
}
.icon-ETFs .path2:before {
  content: "\e92d";
  margin-left: -1em;
  color: #375d9b;
}
.icon-ETFs .path3:before {
  content: "\e92e";
  margin-left: -1em;
  color: #375d9b;
}
.icon-ETFs-stx .path1:before {
  content: "\e99e";
  color: #edefef;
}
.icon-ETFs-stx .path2:before {
  content: "\e9d9";
  margin-left: -1em;
  color: #375d9b;
}
.icon-ETFs-stx .path3:before {
  content: "\e9da";
  margin-left: -1em;
  color: #375d9b;
}
.icon-ETFs-fill .path1:before {
  content: "\e9d6";
  color: #375d9b;
}
.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-stx-fill .path1:before {
  content: "\ebb5";
  color: #375d9b;
}
.icon-ETFs-stx-fill .path2:before {
  content: "\ebb6";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ETFs-stx-fill .path3:before {
  content: "\ebc2";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ETNs .path1:before {
  content: "\e931";
  color: #edefef;
}
.icon-ETNs .path2:before {
  content: "\e932";
  margin-left: -1em;
  color: #375d9b;
}
.icon-ETNs .path3:before {
  content: "\e933";
  margin-left: -1em;
  color: #375d9b;
}
.icon-ETNs .path4:before {
  content: "\e934";
  margin-left: -1em;
  color: #375d9b;
}
.icon-ETNs .path5:before {
  content: "\e935";
  margin-left: -1em;
  color: #375d9b;
}
.icon-ETNs .path6:before {
  content: "\e936";
  margin-left: -1em;
  color: #375d9b;
}
.icon-ETNs .path7:before {
  content: "\e937";
  margin-left: -1em;
  color: #375d9b;
}
.icon-ETNs .path8:before {
  content: "\e938";
  margin-left: -1em;
  color: #375d9b;
}
.icon-ETNs-fill .path1:before {
  content: "\e9a1";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-IPOs-fill .path1:before {
  content: "\e98e";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-all .path3:before {
  content: "\e91b";
  margin-left: -1em;
  color: #375d9b;
}
.icon-all-listed .path1:before {
  content: "\e903";
  color: #e9ecec;
}
.icon-all-listed .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: #375d9b;
}
.icon-all-listed .path3:before {
  content: "\e905";
  margin-left: -1em;
  color: #375d9b;
}
.icon-all-listed .path4:before {
  content: "\e906";
  margin-left: -1em;
  color: #375d9b;
}
.icon-all-listed .path5:before {
  content: "\e907";
  margin-left: -1em;
  color: #375d9b;
}
.icon-all-listed .path6:before {
  content: "\e908";
  margin-left: -1em;
  color: #375d9b;
}
.icon-all-listed-fill .path1:before {
  content: "\e9e5";
  color: #375d9b;
}
.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: #375d9b;
}
.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: #375d9b;
}
.icon-altX .path3:before {
  content: "\e90b";
  margin-left: -1em;
  color: #375d9b;
}
.icon-altX-fill .path1:before {
  content: "\e987";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-automobile-and-parts .path3:before {
  content: "\ea48";
  margin-left: -1em;
  color: #375d9b;
}
.icon-automobile-and-parts .path4:before {
  content: "\ea49";
  margin-left: -1em;
  color: #375d9b;
}
.icon-automobile-and-parts .path5:before {
  content: "\ea4a";
  margin-left: -1em;
  color: #375d9b;
}
.icon-automobile-and-parts .path6:before {
  content: "\ea4b";
  margin-left: -1em;
  color: #375d9b;
}
.icon-automobile-and-parts .path7:before {
  content: "\ea4c";
  margin-left: -1em;
  color: #375d9b;
}
.icon-automobile-and-parts .path8:before {
  content: "\ea4d";
  margin-left: -1em;
  color: #375d9b;
}
.icon-automobile-and-parts .path9:before {
  content: "\ea4e";
  margin-left: -1em;
  color: #375d9b;
}
.icon-automobile-and-parts .path10:before {
  content: "\ea4f";
  margin-left: -1em;
  color: #375d9b;
}
.icon-automobile-and-parts-fill .path1:before {
  content: "\ea50";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-banks .path3:before {
  content: "\ea5c";
  margin-left: -1em;
  color: #375d9b;
}
.icon-banks .path4:before {
  content: "\ea5d";
  margin-left: -1em;
  color: #375d9b;
}
.icon-banks-fill .path1:before {
  content: "\ea5e";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-baskets .path3:before {
  content: "\e91e";
  margin-left: -1em;
  color: #375d9b;
}
.icon-baskets .path4:before {
  content: "\e91f";
  margin-left: -1em;
  color: #375d9b;
}
.icon-baskets .path5:before {
  content: "\e920";
  margin-left: -1em;
  color: #375d9b;
}
.icon-baskets .path6:before {
  content: "\e921";
  margin-left: -1em;
  color: #375d9b;
}
.icon-baskets-fill .path1:before {
  content: "\e97e";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-beverages-fill .path1:before {
  content: "\ea64";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-bonds-debt-instruments-fill .path1:before {
  content: "\e9c7";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-bundles-fill .path1:before {
  content: "\e9eb";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-chemicals-fill .path1:before {
  content: "\ea68";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-construction-materials .path3:before {
  content: "\ea6c";
  margin-left: -1em;
  color: #375d9b;
}
.icon-construction-materials .path4:before {
  content: "\ea6d";
  margin-left: -1em;
  color: #375d9b;
}
.icon-construction-materials-fill .path1:before {
  content: "\ea6e";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-consumer-goods-fill .path1:before {
  content: "\e9bf";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-consumer-services-fill .path1:before {
  content: "\e9bd";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-day-losers .path3:before {
  content: "\e911";
  margin-left: -1em;
  color: #375d9b;
}
.icon-day-losers .path4:before {
  content: "\e912";
  margin-left: -1em;
  color: #375d9b;
}
.icon-day-losers .path5:before {
  content: "\e913";
  margin-left: -1em;
  color: #375d9b;
}
.icon-day-losers-fill .path1:before {
  content: "\e9b3";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-day-winners .path3:before {
  content: "\e916";
  margin-left: -1em;
  color: #375d9b;
}
.icon-day-winners .path4:before {
  content: "\e917";
  margin-left: -1em;
  color: #375d9b;
}
.icon-day-winners .path5:before {
  content: "\e918";
  margin-left: -1em;
  color: #375d9b;
}
.icon-day-winners-fill .path1:before {
  content: "\e9b8";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-dividends .path3:before {
  content: "\ea74";
  margin-left: -1em;
  color: #375d9b;
}
.icon-dividends .path4:before {
  content: "\ea75";
  margin-left: -1em;
  color: #375d9b;
}
.icon-dividends .path5:before {
  content: "\ea76";
  margin-left: -1em;
  color: #375d9b;
}
.icon-dividends-fill .path1:before {
  content: "\ea77";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-electricity .path3:before {
  content: "\ea7e";
  margin-left: -1em;
  color: #375d9b;
}
.icon-electricity .path4:before {
  content: "\ea7f";
  margin-left: -1em;
  color: #375d9b;
}
.icon-electricity .path5:before {
  content: "\ea80";
  margin-left: -1em;
  color: #375d9b;
}
.icon-electricity .path6:before {
  content: "\ea81";
  margin-left: -1em;
  color: #375d9b;
}
.icon-electricity .path7:before {
  content: "\ea82";
  margin-left: -1em;
  color: #375d9b;
}
.icon-electricity-fill .path1:before {
  content: "\ea83";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-electronic-electric-equipment .path2:before {
  content: "\ea8b";
  margin-left: -1em;
  color: #375d9b;
}
.icon-electronic-electric-equipment .path3:before {
  content: "\ea8c";
  margin-left: -1em;
  color: #375d9b;
}
.icon-electronic-electric-equipment .path4:before {
  content: "\ea8d";
  margin-left: -1em;
  color: #375d9b;
}
.icon-electronic-electric-equipment .path5:before {
  content: "\ea8e";
  margin-left: -1em;
  color: #375d9b;
}
.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: #375d9b;
}
.icon-electronic-electric-equipment .path8:before {
  content: "\ea91";
  margin-left: -1em;
  color: #375d9b;
}
.icon-electronic-electric-equipment .path9:before {
  content: "\ea92";
  margin-left: -1em;
  color: #375d9b;
}
.icon-electronic-electric-equipment .path10:before {
  content: "\ea93";
  margin-left: -1em;
  color: #375d9b;
}
.icon-electronic-electric-equipment .path11:before {
  content: "\ea94";
  margin-left: -1em;
  color: #375d9b;
}
.icon-electronic-electric-equipment-fill .path1:before {
  content: "\ea95";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-energy-fill .path1:before {
  content: "\e9d2";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-exchange-traded-notes .path3:before {
  content: "\eaa2";
  margin-left: -1em;
  color: #375d9b;
}
.icon-exchange-traded-notes .path4:before {
  content: "\eaa3";
  margin-left: -1em;
  color: #375d9b;
}
.icon-exchange-traded-notes-fill .path1:before {
  content: "\eaa4";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-financial-services-fill .path1:before {
  content: "\eaaa";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-financials .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: #375d9b;
}
.icon-financials-fill .path1:before {
  content: "\e98a";
  color: #375d9b;
}
.icon-financials-fill .path2:before {
  content: "\e98b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-financials-fill .path3:before {
  content: "\e98c";
  margin-left: -1em;
  color: #375d9b;
}
.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: #375d9b;
}
.icon-fixed-line-communications-fill .path1:before {
  content: "\eaae";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-food-and-drug-retailers-fill .path1:before {
  content: "\eab2";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-food-producers .path3:before {
  content: "\eab6";
  margin-left: -1em;
  color: #375d9b;
}
.icon-food-producers-fill .path1:before {
  content: "\eab7";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-forestry-and-paper .path3:before {
  content: "\eabc";
  margin-left: -1em;
  color: #375d9b;
}
.icon-forestry-and-paper-fill .path1:before {
  content: "\eabd";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-general-industrials-fill .path1:before {
  content: "\eac2";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-general-retailers .path3:before {
  content: "\eac6";
  margin-left: -1em;
  color: #375d9b;
}
.icon-general-retailers .path4:before {
  content: "\eac7";
  margin-left: -1em;
  color: #375d9b;
}
.icon-general-retailers .path5:before {
  content: "\eac8";
  margin-left: -1em;
  color: #375d9b;
}
.icon-general-retailers .path6:before {
  content: "\eac9";
  margin-left: -1em;
  color: #375d9b;
}
.icon-general-retailers-fill .path1:before {
  content: "\eaca";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-health-care-services-fill .path1:before {
  content: "\ead2";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-healthcare .path3:before {
  content: "\e93b";
  margin-left: -1em;
  color: #375d9b;
}
.icon-healthcare .path4:before {
  content: "\e93c";
  margin-left: -1em;
  color: #375d9b;
}
.icon-healthcare .path5:before {
  content: "\e93d";
  margin-left: -1em;
  color: #375d9b;
}
.icon-healthcare .path6:before {
  content: "\e93e";
  margin-left: -1em;
  color: #375d9b;
}
.icon-healthcare .path7:before {
  content: "\e93f";
  margin-left: -1em;
  color: #375d9b;
}
.icon-healthcare .path8:before {
  content: "\e940";
  margin-left: -1em;
  color: #375d9b;
}
.icon-healthcare .path9:before {
  content: "\e941";
  margin-left: -1em;
  color: #375d9b;
}
.icon-healthcare-fill .path1:before {
  content: "\e9c9";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-household-goods-and-construction .path3:before {
  content: "\ead6";
  margin-left: -1em;
  color: #375d9b;
}
.icon-household-goods-and-construction .path4:before {
  content: "\ead7";
  margin-left: -1em;
  color: #375d9b;
}
.icon-household-goods-and-construction-fill .path1:before {
  content: "\ead8";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-indi-25 .path3:before {
  content: "\e944";
  margin-left: -1em;
  color: #375d9b;
}
.icon-indi-25-fill .path1:before {
  content: "\e97b";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-industrial-engineering .path3:before {
  content: "\eade";
  margin-left: -1em;
  color: #375d9b;
}
.icon-industrial-engineering-fill .path1:before {
  content: "\eadf";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-industrial-metals .path3:before {
  content: "\eae4";
  margin-left: -1em;
  color: #375d9b;
}
.icon-industrial-metals .path4:before {
  content: "\eae5";
  margin-left: -1em;
  color: #375d9b;
}
.icon-industrial-metals-fill .path1:before {
  content: "\eae6";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-industrial-transportation .path2:before {
  content: "\eaeb";
  margin-left: -1em;
  color: #edefef;
}
.icon-industrial-transportation-fill .path1:before {
  content: "\eaec";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-industrials-fill .path1:before {
  content: "\e9e3";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-information-technology-fill .path1:before {
  content: "\e99f";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-leisure-goods-fill .path1:before {
  content: "\eaf0";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-life-insurance .path3:before {
  content: "\eaf4";
  margin-left: -1em;
  color: #375d9b;
}
.icon-life-insurance .path4:before {
  content: "\eaf5";
  margin-left: -1em;
  color: #375d9b;
}
.icon-life-insurance-fill .path1:before {
  content: "\eaf6";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-market-cap-1-fill .path1:before {
  content: "\eafc";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-market-cap-2-fill .path1:before {
  content: "\eb00";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-market-cap-3-fill .path1:before {
  content: "\eb04";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-materials-fill .path1:before {
  content: "\e9c5";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-media .path3:before {
  content: "\eb08";
  margin-left: -1em;
  color: #375d9b;
}
.icon-media .path4:before {
  content: "\eb09";
  margin-left: -1em;
  color: #375d9b;
}
.icon-media-fill .path1:before {
  content: "\eb0a";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-mining .path3:before {
  content: "\eb10";
  margin-left: -1em;
  color: #375d9b;
}
.icon-mining .path4:before {
  content: "\eb11";
  margin-left: -1em;
  color: #375d9b;
}
.icon-mining .path5:before {
  content: "\eb12";
  margin-left: -1em;
  color: #375d9b;
}
.icon-mining-fill .path1:before {
  content: "\eb13";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-mobile-telecommunications .path3:before {
  content: "\eb1a";
  margin-left: -1em;
  color: #375d9b;
}
.icon-mobile-telecommunications .path4:before {
  content: "\eb1b";
  margin-left: -1em;
  color: #375d9b;
}
.icon-mobile-telecommunications .path5:before {
  content: "\eb1c";
  margin-left: -1em;
  color: #375d9b;
}
.icon-mobile-telecommunications .path6:before {
  content: "\eb1d";
  margin-left: -1em;
  color: #375d9b;
}
.icon-mobile-telecommunications .path7:before {
  content: "\eb1e";
  margin-left: -1em;
  color: #375d9b;
}
.icon-mobile-telecommunications-fill .path1:before {
  content: "\eb1f";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-most-traded-fill .path1:before {
  content: "\e9db";
  color: #375d9b;
}
.icon-most-traded-fill .path2:before {
  content: "\e9dc";
  margin-left: -1em;
  color: #ffffff;
}
.icon-my-watchlist-fill .path1:before {
  content: "\e9c1";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-my-watchlists .path3:before {
  content: "\e951";
  margin-left: -1em;
  color: #375d9b;
}
.icon-my-watchlists .path4:before {
  content: "\e952";
  margin-left: -1em;
  color: #375d9b;
}
.icon-non-life-insurance .path1:before {
  content: "\eb26";
  color: #edefef;
}
.icon-non-life-insurance .path2:before {
  content: "\eb27";
  margin-left: -1em;
  color: #375d9b;
}
.icon-non-life-insurance .path3:before {
  content: "\eb28";
  margin-left: -1em;
  color: #375d9b;
}
.icon-non-life-insurance-fill .path1:before {
  content: "\eb29";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-oil-and-gas-fill .path1:before {
  content: "\e9d4";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-other-securities .path3:before {
  content: "\eb2e";
  margin-left: -1em;
  color: #375d9b;
}
.icon-other-securities-fill .path1:before {
  content: "\eb2f";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-personal-goods-fill .path1:before {
  content: "\eb34";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-pharmaceuticals .path3:before {
  content: "\eb38";
  margin-left: -1em;
  color: #375d9b;
}
.icon-pharmaceuticals .path4:before {
  content: "\eb39";
  margin-left: -1em;
  color: #375d9b;
}
.icon-pharmaceuticals .path5:before {
  content: "\eb3a";
  margin-left: -1em;
  color: #375d9b;
}
.icon-pharmaceuticals-fill .path1:before {
  content: "\eb3b";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-preference-shares .path3:before {
  content: "\eb42";
  margin-left: -1em;
  color: #375d9b;
}
.icon-preference-shares-fill .path1:before {
  content: "\eb43";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-real-estate-investment .path3:before {
  content: "\ebbc";
  margin-left: -1em;
  color: #375d9b;
}
.icon-real-estate-investment .path4:before {
  content: "\ebbd";
  margin-left: -1em;
  color: #375d9b;
}
.icon-real-estate-investment .path5:before {
  content: "\ebbe";
  margin-left: -1em;
  color: #375d9b;
}
.icon-real-estate-investment .path6:before {
  content: "\ebbf";
  margin-left: -1em;
  color: #375d9b;
}
.icon-real-estate-investment .path7:before {
  content: "\ebc0";
  margin-left: -1em;
  color: #375d9b;
}
.icon-real-estate-investment .path8:before {
  content: "\ebc1";
  margin-left: -1em;
  color: #375d9b;
}
.icon-real-estate-investment-fill .path1:before {
  content: "\eb46";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-real-estate-investment-trusts .path3:before {
  content: "\eb50";
  margin-left: -1em;
  color: #375d9b;
}
.icon-real-estate-investment-trusts .path4:before {
  content: "\eb51";
  margin-left: -1em;
  color: #375d9b;
}
.icon-real-estate-investment-trusts .path5:before {
  content: "\eb52";
  margin-left: -1em;
  color: #375d9b;
}
.icon-real-estate-investment-trusts .path6:before {
  content: "\eb53";
  margin-left: -1em;
  color: #375d9b;
}
.icon-real-estate-investment-trusts .path7:before {
  content: "\eb54";
  margin-left: -1em;
  color: #375d9b;
}
.icon-real-estate-investment-trusts .path8:before {
  content: "\eb55";
  margin-left: -1em;
  color: #375d9b;
}
.icon-real-estate-investment-trusts-fill .path1:before {
  content: "\eb56";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-resources .path3:before {
  content: "\e957";
  margin-left: -1em;
  color: #375d9b;
}
.icon-resources .path4:before {
  content: "\e958";
  margin-left: -1em;
  color: #375d9b;
}
.icon-resources .path5:before {
  content: "\e959";
  margin-left: -1em;
  color: #375d9b;
}
.icon-resources .path6:before {
  content: "\e95a";
  margin-left: -1em;
  color: #375d9b;
}
.icon-resources .path7:before {
  content: "\e95b";
  margin-left: -1em;
  color: #375d9b;
}
.icon-resources-fill .path1:before {
  content: "\e9a9";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-retirement-annuity .path3:before {
  content: "\e95e";
  margin-left: -1em;
  color: #375d9b;
}
.icon-retirement-annuity-fill .path1:before {
  content: "\e9ed";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-risk-75-99-fill2 .path1:before {
  content: "\eb60";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-risk-high .path3:before {
  content: "\e961";
  margin-left: -1em;
  color: #375d9b;
}
.icon-risk-high .path4:before {
  content: "\e962";
  margin-left: -1em;
  color: #375d9b;
}
.icon-risk-high-fill .path1:before {
  content: "\e994";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-risk-low .path3:before {
  content: "\e965";
  margin-left: -1em;
  color: #375d9b;
}
.icon-risk-low .path4:before {
  content: "\e966";
  margin-left: -1em;
  color: #375d9b;
}
.icon-risk-low-fill .path1:before {
  content: "\e998";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-risk-medium .path3:before {
  content: "\e969";
  margin-left: -1em;
  color: #375d9b;
}
.icon-risk-medium .path4:before {
  content: "\e96a";
  margin-left: -1em;
  color: #375d9b;
}
.icon-risk-medium-fill .path1:before {
  content: "\e990";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-shares .path3:before {
  content: "\e90e";
  margin-left: -1em;
  color: #375d9b;
}
.icon-shares-fill .path1:before {
  content: "\e9f4";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-software-services .path3:before {
  content: "\eb64";
  margin-left: -1em;
  color: #375d9b;
}
.icon-software-services .path4:before {
  content: "\eb65";
  margin-left: -1em;
  color: #375d9b;
}
.icon-software-services .path5:before {
  content: "\eb66";
  margin-left: -1em;
  color: #375d9b;
}
.icon-software-services .path6:before {
  content: "\eb67";
  margin-left: -1em;
  color: #375d9b;
}
.icon-software-services .path7:before {
  content: "\eb68";
  margin-left: -1em;
  color: #375d9b;
}
.icon-software-services-fill .path1:before {
  content: "\eb69";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-support-services-fill .path1:before {
  content: "\eb72";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-technology-hardware-fill .path1:before {
  content: "\eb76";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-telekoms .path3:before {
  content: "\e96d";
  margin-left: -1em;
  color: #375d9b;
}
.icon-telekoms .path4:before {
  content: "\e96e";
  margin-left: -1em;
  color: #375d9b;
}
.icon-telekoms .path5:before {
  content: "\e96f";
  margin-left: -1em;
  color: #375d9b;
}
.icon-telekoms .path6:before {
  content: "\e970";
  margin-left: -1em;
  color: #375d9b;
}
.icon-telekoms-fill .path1:before {
  content: "\e9dd";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-tobacco .path3:before {
  content: "\eb7a";
  margin-left: -1em;
  color: #375d9b;
}
.icon-tobacco .path4:before {
  content: "\eb7b";
  margin-left: -1em;
  color: #375d9b;
}
.icon-tobacco .path5:before {
  content: "\eb7c";
  margin-left: -1em;
  color: #375d9b;
}
.icon-tobacco-fill .path1:before {
  content: "\eb7d";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-top-40 .path3:before {
  content: "\e973";
  margin-left: -1em;
  color: #375d9b;
}
.icon-top-40-fill .path1:before {
  content: "\e984";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-travel-and-leisure-fill .path1:before {
  content: "\eb84";
  color: #375d9b;
}
.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: #375d9b;
}
.icon-unclassified .path3:before {
  content: "\eb88";
  margin-left: -1em;
  color: #375d9b;
}
.icon-unclassified-fill .path1:before {
  content: "\eb89";
  color: #375d9b;
}
.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-unlisted .path1:before {
  content: "\eb8c";
  color: #edefef;
}
.icon-unlisted .path2:before {
  content: "\eb8d";
  margin-left: -1em;
  color: #375d9b;
}
.icon-unlisted .path3:before {
  content: "\eb8e";
  margin-left: -1em;
  color: #375d9b;
}
.icon-unlisted .path4:before {
  content: "\eb8f";
  margin-left: -1em;
  color: #375d9b;
}
.icon-unlisted .path5:before {
  content: "\eb90";
  margin-left: -1em;
  color: #375d9b;
}
.icon-unlisted .path6:before {
  content: "\eb91";
  margin-left: -1em;
  color: #375d9b;
}
.icon-unlisted .path7:before {
  content: "\eb92";
  margin-left: -1em;
  color: #375d9b;
}
.icon-unlisted .path8:before {
  content: "\eb93";
  margin-left: -1em;
  color: #375d9b;
}
.icon-unlisted .path9:before {
  content: "\eb94";
  margin-left: -1em;
  color: #375d9b;
}
.icon-unlisted .path10:before {
  content: "\eb95";
  margin-left: -1em;
  color: #375d9b;
}
.icon-unlisted .path11:before {
  content: "\eb96";
  margin-left: -1em;
  color: #375d9b;
}
.icon-unlisted-fill .path1:before {
  content: "\eb97";
  color: #375d9b;
}
.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: "\e97a";
  color: #e9ecec;
}
.icon-vouchers2 .path2:before {
  content: "\ebcd";
  margin-left: -1em;
  color: #375d9b;
}
.icon-vouchers-fill .path1:before {
  content: "\e9f2";
  color: #375d9b;
}
.icon-vouchers-fill .path2:before {
  content: "\e9f3";
  margin-left: -1em;
  color: #ffffff;
}
.icon-warrants .path1:before {
  content: "\e99c";
  color: #edefef;
}
.icon-warrants .path2:before {
  content: "\ebce";
  margin-left: -1em;
  color: #375d9b;
}
.icon-warrants .path3:before {
  content: "\ebcf";
  margin-left: -1em;
  color: #375d9b;
}
.icon-warrants-fill .path1:before {
  content: "\e99d";
  color: #375d9b;
}
.icon-warrants-fill .path2:before {
  content: "\ebd0";
  margin-left: -1em;
  color: #ffffff;
}
.icon-warrants-fill .path3:before {
  content: "\ebd1";
  margin-left: -1em;
  color: #ffffff;
}
.about-benefits-and-risks-container {
  background-color: #323945;
  color: #ffffff;
  padding: 55px 30px 55px 20px;
  margin-bottom: 22px;
}
.about-benefits-and-risks-container .checkbox-column {
  text-align: center;
  padding-right: 0px;
}
.about-benefits-and-risks-container .header {
  padding-bottom: 30px;
  border-bottom: 4px solid #375d9b;
}
.about-benefits-and-risks-container .header h1 {
  margin: 0px;
}
.about-benefits-and-risks-container .benefits-sub-header {
  color: #ffffff;
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: 20px;
}
.about-benefits-and-risks-container p {
  font-size: 14px;
}
.five-reasons-why {
  text-transform: uppercase;
}
.five-reasons-why .header-part-one {
  color: #ffffff;
}
.five-reasons-why .header-part-two {
  color: #375d9b;
}
.about-us-header {
  color: #86888b;
  margin-bottom: 0px;
}
.about-us-step-4-block {
  background-color: #323945;
  color: #ffffff;
  border: 10px solid #1ba5db;
}
.about-us-step-5-block {
  border: 10px solid #1ba5db;
}
@media (max-width: 991px) {
  .about-benefits-and-risks-container .benefits-sub-header {
    margin-left: 12px;
  }
}
@media (max-width: 767px) {
  .about-benefits-and-risks-container .benefits-sub-header {
    margin-left: 5px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .about-benefits-and-risks-container .checkbox-column {
    display: none !important;
  }
}
.is-it-safe {
  padding: 40px;
  font-size: 62px;
  line-height: 54px;
  font-weight: normal;
  border: 3px solid #EDEDED;
  border-radius: 0;
}
.open-account-container {
  margin-top: 22px;
}
.fee-structure-container {
  padding: 40px 80px;
  background-color: #eaebe9;
  margin-top: 22px;
}
.fee-structure-container table#fee-structure {
  margin-bottom: 0px;
}
.home-video-container {
  border: 10px solid #eaebe9;
}
.home-video-container .home-video-message {
  margin-top: 40px;
}
.home-video-container .home-video-text {
  font-size: 36px;
}
.investment-vouchers-video {
  width: 100%;
  height: 425px;
}
.vertical-message-center {
  line-height: 34px;
}
@media (max-width: 1200px) {
  .investment-vouchers-video {
    height: 315px;
  }
  .vertical-message-center {
    line-height: 0px;
  }
}
@media (max-width: 600px) {
  .investment-vouchers-video {
    height: 200px;
  }
}
@media (min-width: 992px) {
  #landing-home .container {
    width: 1080px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .home-video-container .home-video-message {
    margin-top: 0px;
  }
  .is-it-safe {
    padding: 20px 40px;
    border: none;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .fee-structure-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .is-it-safe {
    font-size: 2em;
    padding: 25px 10px;
    line-height: normal;
  }
}
.slider-btn {
  margin-left: -10px;
  margin-top: 173px;
}
@media (max-width: 768px) {
  .trade-pricing-inner-container .action-text {
    display: inline;
  }
}
#asset-groups {
  display: none;
}
.learn-more {
  display: none;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 35px;
}
.buy-denominations .denominations .thumbnail {
  background-color: #1ba5db;
  color: #ffffff;
}
.denominations .input-group-addon {
  color: #ffffff;
}
.sell-container .btn-sell-container .btn {
  display: block;
  width: 100%;
}
.browse-the-market .filters {
  margin-bottom: 0px;
}
.browse-the-market .tags-filter-container,
.browse-the-market .filter-bar #searchCriteriaForm,
.browse-the-market #pageSizeDropdown {
  display: none;
}
.browse-the-market #categories.slick-slider .slick-slide:first-child {
  padding-left: 0px;
}
.trade-pricing-inner-container .equity-image-container {
  border: 10px solid #86888b;
}
.widthraw-tick {
  background-image: url('../../../Content/Images/SatrixNOW/Common/tick-blue-background.png');
}
.hour-glass {
  background-image: url('../../../Content/Images/SatrixNOW/Common/hour-glass-blue.png');
}
#holdingSlider {
  width: 20%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #holdingSlider {
    width: 30%;
  }
}
@media (max-width: 767px) {
  #holdingSlider {
    width: 40%;
  }
}
.img-circle-1 {
  background-image: url('../../../Content/Images/SatrixNOW/Common/circle-1.png');
}
.img-circle-2 {
  background-image: url('../../../Content/Images/SatrixNOW/Common/circle-2.png');
}
.img-circle-3 {
  background-image: url('../../../Content/Images/SatrixNOW/Common/circle-3.png');
}
.img-circle-4 {
  background-image: url('../../../Content/Images/SatrixNOW/Common/circle-4.png');
}
.img-loader {
  background-image: url('../../../Content/Images/SatrixNOW/Loader/loader.gif');
}
.img-tick-primary {
  background-image: url('../../../Content/Images/SatrixNOW/Common/tick-primary.png');
}
.img-tick-secondary {
  background-image: url('../../../Content/Images/SatrixNOW/Common/tick-secondary.png');
}
.img-cross-primary {
  background-image: url('../../../Content/Images/SatrixNOW/Common/cross.png');
}
.trade-pricing-inner-container .img-stocks-container img.instrument {
  width: 90%;
  vertical-align: -45px;
}
.img-landing {
  max-width: 100%;
  height: auto;
  width: auto\9;
}
@media (max-width: 991px) {
  .arrow-right-primary,
  .arrow-left-primary {
    visibility: hidden;
  }
}
.mandate-img#factsheet {
  background: url("../../../../../Content/Images/SatrixNOW/Common/fact-sheets.png") no-repeat;
  width: 0px;
  height: 40px;
  padding-left: 25px;
}
.security-certificate-container {
  background-image: url('../../../Content/Images/SatrixNOW/Buy/certificate.jpg');
}
.img-geometric-pattern-purple {
  background-image: url('../../../Content/Images/SatrixNOW/Buy/img-geometric-pattern.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #1ba5db;
}
.arrow-right-primary {
  background-image: url('../../../Content/Images/SatrixNOW/Controls/btn-arrow-primary-right.png');
  width: 47px;
  height: 47px;
}
.arrow-left-primary {
  background-image: url('../../../Content/Images/SatrixNOW/Controls/btn-arrow-primary-left.png');
  width: 47px;
  height: 47px;
}
.btn {
  font-family: "OpenSans Regular";
}
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary {
  color: #ffffff;
  background-color: #1ba5db;
  border-color: #1ba5db;
}
.btn-recurring-call-to-action {
  color: #ffffff;
  background-color: #1ba5db;
  border-color: #ffffff;
}
.btn-recurring-call-to-action:focus,
.btn-recurring-call-to-action.focus {
  color: #ffffff;
  background-color: #1583ae;
  border-color: #bfbfbf;
}
.btn-recurring-call-to-action:hover {
  color: #ffffff;
  background-color: #1583ae;
  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: #1583ae;
  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: #116b8e;
  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: #1ba5db;
  border-color: #ffffff;
}
.btn-recurring-call-to-action .badge {
  color: #1ba5db;
  background-color: #ffffff;
}
.btn-recurring-call-to-action:focus,
.btn-recurring-call-to-action.focus {
  color: #ffffff;
  background-color: #1ba5db;
  border-color: #ffffff;
}
.btn-recurring-call-to-action:hover {
  color: #ffffff;
  background-color: #1ba5db;
  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: #1ba5db;
  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: #1ba5db;
  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: #1ba5db;
  border-color: #ffffff;
}
.btn-recurring-call-to-action .badge {
  color: #1ba5db;
  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: #ffffff;
  background-color: #375d9b;
  border-color: #ffffff;
}
footer.footer-details {
  color: #ffffff;
  font-size: 14px;
  background-color: #323B4B;
}
footer.footer-details .container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
footer.footer-details .container a {
  color: #ffffff;
}
footer.footer-details .container .footer-detail-item {
  padding-bottom: 12px;
}
footer.footer-details .container .footer-social-media-item * {
  display: inline-block;
  padding-right: 15px;
}
footer.footer-details .container .footer-social-media-item *:last-child {
  padding-right: 0px;
}
footer.footer-details .container .sx-footer-logo {
  right: 0px;
  padding-right: 15px;
}
.content-box-revert {
  padding: 0;
  border: 0;
}
.content-box-revert > .content-box-header {
  display: none;
}
.content-box-revert > .content-box-description {
  margin-top: 0;
}
.steps-header {
  color: #1ba5db;
}
sup.estimate-price {
  color: #86888b;
}
.page-content-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-content-container-secondary {
  background-color: #ffffff;
  padding: 40px 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-details a.btn,
.footer-details a.btn:hover,
.footer-details a.btn:focus {
  color: #323B4B;
  background: #ffffff;
}
.footer-details a.btn {
  border-color: #ffffff;
  background: transparent;
}
footer.footer-details .container a.btn-active-permanent {
  color: #323B4B;
  background: #ffffff;
}
.dark-footer {
  background-color: #2D3442;
}
footer.footer-details .dark-footer .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.social-media-icons {
  text-align: left;
  margin-top: 15px;
}
.btn-footer-left-margin {
  margin-left: 3%;
}
@media (max-width: 480px) {
  .dark-footer {
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  .dark-footer {
    font-size: 10px;
  }
  .btn-footer {
    display: inline-block;
    width: 48.5%;
  }
  footer .footer-details .container {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .page-content-container {
    padding: 0px 15px;
  }
  .page-content-container-secondary {
    padding: 0px 15px;
  }
  .social-media-icons {
    text-align: right;
    margin-top: 5px;
  }
  .sx-footer-logo {
    height: 30px;
  }
}
.table > tbody .name-confirm-text-align {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .table > tbody .message-vertical-center {
    line-height: 3.6;
  }
}
@media only screen and (max-width: 370px) {
  #unit-trusts.no-more-tables td {
    min-height: 50px;
  }
}
.sx-site-logo {
  padding-right: 20px;
}
.ee-site-logo {
  height: 36px;
}
.sx-site-logo-sm {
  margin-top: 5px;
  height: 50px;
}
.navbar-default#account-secondary-nav {
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}
.navbar-default#account-secondary-nav #account-navbar {
  color: #ffffff;
}
.navbar-default#account-secondary-nav #account-navbar .trust-account-dropdown-container > .chosen-container-single .chosen-single,
.navbar-default#account-secondary-nav #account-navbar .trust-account-dropdown-container > select {
  background-color: #dedfe1;
}
.navbar-default#account-secondary-nav #account-navbar .account-label {
  color: #ffffff;
}
.navbar-default#account-secondary-nav #account-navbar .account-value {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a.navbar-btn {
  color: #ffffff;
  background-color: #1ba5db;
  border-color: #1ba5db;
}
.navbar-default .navbar-nav > li > a.navbar-btn:active,
.navbar-default .navbar-nav > li > a.navbar-btn:hover,
.navbar-default .navbar-nav > li > a.navbar-btn:focus {
  color: #ffffff;
  background-color: #375d9b;
  border-color: #375d9b;
}
.equity-tab .nav.nav-pills > li > a.btn:hover {
  color: #86888b;
}
.equity-tab .nav.nav-pills > li.active > a.btn:hover {
  color: #ffffff;
}
table#confirmationTable {
  font-family: "OpenSans Semibold";
}
table#confirmationTable tbody tr.last-row {
  background-color: #1ba5db;
}
table.table-style1 thead tr th {
  font-size: 20px;
  font-weight: normal;
}
table#fee-structure tr th:first-child {
  width: 20%;
}
table#tfsaCompareWithEE thead {
  color: #ffffff;
}
table#tfsaCompareWithEE thead tr th.first-col {
  background-color: #1ba5db;
}
table#tfsaCompareWithEE thead tr th.second-col {
  background-color: #1a9cd0;
}
table#tfsaCompareWithEE thead tr th.third-col {
  background-color: #1894c4;
}
table#tfsaCompareWithEE tbody tr td:nth-child(2) {
  color: #1ba5db;
}
table#tfsaCompareWithEE tbody tr td:nth-child(3) {
  color: #375d9b;
}
table#tfsaCompareWithEE tbody tr td.table-header-division {
  background-color: #1ba5db;
}
table#tfsaCompareWithEE tbody tr td.table-header-division.second-col {
  background-color: #1a9cd0;
}
table#tfsaCompareWithEE tbody tr td.odd-division {
  background-color: #1583ae;
}
table#tfsaCompareWithEE tbody tr td.even-division {
  background-color: #1894c4;
}
@media (max-width: 767px) {
  table#fee-structure tr th:first-child {
    width: 50%;
  }
}
.table-breakdown tbody tr td:first-child {
  text-transform: capitalize;
}
.inner-anon-login-block {
  background-color: #375d9b;
}
.anon-section-seperator-image {
  background-image: url("../../../Content/Images/SatrixNOW/Vouchers/voucher-login-seperator.png");
}
.redeem-image-tab {
  background-image: url('../../../Content/Images/SatrixNOW/Vouchers/voucher-redeem-blur.jpg');
}
.issue-image-tab {
  background-image: url('../../../Content/Images/SatrixNOW/Vouchers/voucher-send-blur.jpg');
}
.voucher-tab .nav-tabs > li.active > a .redeem-image-tab {
  background-image: url('../../../Content/Images/SatrixNOW/Vouchers/voucher-redeem-red.jpg');
}
.voucher-tab .nav-tabs > li.active > a .issue-image-tab {
  background-image: url('../../../Content/Images/SatrixNOW/Vouchers/voucher-send-red.jpg');
}
.voucher-send-seperator-image {
  background-image: url('../../../Content/Images/SatrixNOW/Vouchers/voucher-issue-vertical.png');
}
.voucher-send-details-divider-horizontal-image {
  background-image: url('../../../Content/Images/SatrixNOW/Vouchers/voucher-issue-horizontal.png');
}
.send-voucher-block {
  background-color: #375d9b;
}
.voucher-gift-image {
  background-image: url('../../../Content/Images/SatrixNOW/Vouchers/gift-box.png');
  width: 21px;
  height: 30px;
}
.voucher-register-link {
  color: #1ba5db !important;
}
.voucher-breadcrumb-arrow {
  background-image: url('../../../Content/Images/SatrixNOW/Common/breadcrumb-arrow-down-active.png');
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
}
.voucher-login-block-white {
  padding: 0px;
}
.outer-slider-container {
  border: none;
  height: inherit;
}
.outer-slider-container .slider-container {
  height: inherit;
  width: 100%;
}
.outer-slider-container .slider-container .slick-slider {
  padding-top: 15px;
  padding-bottom: 15px;
}
.slick-prev,
.slick-next {
  display: none;
}
.quickreg-banner {
  background-image: url("/Content/Images/SatrixNOW/Slider/landing-registration.jpg");
  background-size: cover;
  height: 440px;
}
.quickreg-banner .control-margin-top-large {
  margin-top: 125px !important;
}
.quickreg-banner.wide-container {
  padding: 100px 74px;
  background-color: #ffffff;
  background-color: #f5f6f8;
}
.border-5 {
  border-bottom: 3px solid #375d9b;
  color: #375d9b;
}
.border-6 {
  border-bottom: 3px solid #12b5e2;
  color: #12b5e2;
}
.selector-tabs.active-tab.arrow-5:after {
  border-top-color: #375d9b;
}
.selector-tabs.active-tab.arrow-6:after {
  border-top-color: #12b5e2;
}
.selector-tabs.active-tab.background-5 {
  background-color: #375d9b;
}
.selector-tabs.active-tab.background-6 {
  background-color: #12b5e2;
}
/* 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*/


