@import "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/normalize/1.0.2/normalize.min.css";
/* Primary Colours */
/* Secondary */
/* form and body bg */
/* Other UI Colours */
/* Table */
/* Upgrade Bar */
/* Backend */
/* Primary Colours */
/* Secondary */
/* form and body bg */
/* Other UI Colours */
/* Table */
/* Upgrade Bar */
/* Backend */
.box-border, .panel-group .panel,
.panel {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}

.ui-tooltip {
  z-index: 9000;
}

html {
  height: 100%;
}

body {
  font-family: "Droid Serif", serif;
  font-size: 13px;
  line-height: 1.62em;
  color: #404041;
  background: #ffffff;
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Droid Serif", serif;
  font-weight: 400;
}

h1 {
  font-size: 28px;
  line-height: 36px;
  color: #000000;
}

h2 {
  font-size: 16px;
  color: #000000;
}

h3 {
  font-size: 16px;
  margin-top: 0;
}

a {
  color: #f57921;
  text-decoration: none;
}

a:hover {
  color: #f56023;
  text-decoration: none;
}

a:focus {
  outline: none;
  border: 0px;
}

small {
  font-size: 80%;
}

img {
  max-width: 100%;
}

.pos {
  color: #0d9393;
}

.neg {
  color: #d1372a;
}

.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.collapse {
  position: relative;
}

.highcharts-container {
  width: 100% !important;
}

.spin-box {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #404041;
  /* Good browsers */
  opacity: 0.5;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  z-index: 9999;
}

.spin-box-open {
  overflow: hidden;
}

.small-spinner-box {
  color: #f57921;
}

.page-content {
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 0;
  transition: all 0.3s ease;
}

.container-fluid {
  max-width: 1300px;
}

.box-border {
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 15px;
}

.panel-group .panel,
.panel {
  border: 0px;
  margin-bottom: 5px;
}

.panel-group .panel .panel-heading,
.panel .panel-heading {
  padding: 0px;
}

.panel-group .panel .panel-heading .panel-title a,
.panel .panel-heading .panel-title a {
  display: block;
  padding: 15px;
}

.panel-group .panel .panel-heading .panel-title.no-collapse,
.panel .panel-heading .panel-title.no-collapse {
  padding: 15px;
}

.panel-group .panel .panel-heading + .panel-collapse .panel-body,
.panel .panel-heading + .panel-collapse .panel-body {
  border-top: 0px;
}

.panel-default .panel-heading {
  border-color: #999999;
}

.panel-default .panel-heading .panel-title a:hover {
  color: #404041;
}

.panel-title {
  font-size: 14px;
}

.panel-default .panel-heading {
  background: #e1e1e1;
  color: #404041;
}

.panel-inverse .panel-heading {
  background: #404041;
  color: #ffffff;
}

.panel-inverse .panel-heading .panel-title a:hover {
  color: #ffffff;
}

.box-white {
  background: #ffffff;
}

/* Pagination */
.pagination > li > a {
  color: #f57921;
}

.pagination .active a {
  background-color: #f57921;
  color: #ffffff;
  border-color: #f57921;
}

/* Form */
.form-group {
  margin-bottom: 0;
}

.form-group .control-label {
  font-size: 12px;
  font-weight: normal;
}

.form-group .form-control {
  font-size: 12px;
  padding: 5px 8px;
  background: #eeeeee;
  border: 1px solid #f6f6f6;
  box-shadow: none;
}

.form-group .form-control[disabled],
.form-group .form-control[readonly] {
  background: transparent;
  color: #000000;
  border: 0;
  font-weight: bold;
}

.form-group textarea.form-control {
  height: auto;
}

input[type=checkbox] {
  margin-right: 5px;
}

input[type=radio] {
  margin-right: 5px;
}

.form-inline select.form-control,
.navbar-form select.form-control {
  width: 100%;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}

/* Buttons */
.btn {
  border: none;
  font-family: "Droid Serif", serif;
}

.btn.btn-grey {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  color: #404041;
}

.btn.btn-primary {
  background: #0d9393;
  border: 1px solid #0d9393;
}

.btn.btn-primary:focus {
  outline: none;
}

.btn.btn-orange {
  background: #f57921;
  color: #ffffff;
  border: 1px solid #f57921;
}

.btn.btn-orange:hover {
  background: #ffffff;
  color: #f57921;
}

.btn.btn-line-orange {
  background: transparent;
  border: 1px solid #f57921;
  color: #f57921;
}

.btn.btn-line-orange:hover {
  background: #f57921;
  color: #ffffff;
}

.btn.btn-line-disabled {
  background: transparent;
  border: 1px solid #999999;
  color: #999999;
}

.btn.btn-line-white {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn.btn-line-white:hover {
  background: #ffffff;
  color: #f57921;
}

.btn.btn-trial {
  width: 200px;
}

/* Tab Buttons - as in Market Data and Portfolios */
.btn-group .btn {
  border: 1px solid #e2e2e2;
}

.btn-group .btn-tab.active {
  background: #f57921;
  color: #ffffff;
}

/* Carousels */
.carousel-control.left .fa {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control.right .fa {
  position: absolute;
  top: 40%;
  right: 50%;
  z-index: 5;
  display: inline-block;
}

/* Arrowed Progress Bars */
.arrow-progress .progress {
  margin-bottom: 0;
  height: 18px;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.arrow-progress .progress .progress-bar {
  position: relative;
  font-size: 11px;
  transition: width 3s ease-in-out;
}

.arrow-progress .progress.progress-pos {
  padding-right: 10px;
}

.arrow-progress .progress.progress-pos .progress-bar {
  text-align: left;
  padding-left: 3px;
  background-color: #d1372a;
}

.arrow-progress .progress.progress-pos .progress-bar .fa {
  position: absolute;
  right: -10px;
  top: -6px;
  font-size: 30px;
}

.arrow-progress .progress.progress-neg {
  padding-left: 10px;
}

.arrow-progress .progress.progress-neg .progress-bar {
  float: right;
  text-align: right;
  padding-right: 3px;
  background-color: #0d9393;
}

.arrow-progress .progress.progress-neg .progress-bar .fa {
  position: absolute;
  left: -10px;
  top: -6px;
  font-size: 30px;
}

/* boxes with tab-nav on the top */
.tab-box {
  padding: 0px;
}

.tab-box .tab-content {
  padding: 20px;
  border: 1px solid #e2e2e2;
  border-top: 0px;
  background: #ffffff;
}

/* Pretty Tab */
.nav-tabs.pretty-tab {
  margin-top: 0px;
  font-size: 12px;
  line-height: 16px;
  border-spacing: 0px;
}

.nav-tabs.pretty-tab li {
  background: #eeeeee;
  border-radius: 4px 4px 0 0;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  border-left: 2px solid #ffffff;
}

.nav-tabs.pretty-tab li:first-of-type {
  border-left: 0;
}

.nav-tabs.pretty-tab li.filter-title {
  padding: 10px 20px 10px 0;
  background: transparent;
  border-bottom: 0px;
}

.nav-tabs.pretty-tab li:hover {
  background: #e1e1e1;
}

.nav-tabs.pretty-tab li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.nav-tabs.pretty-tab li.disabled:hover {
  background: #eeeeee;
}

.nav-tabs.pretty-tab li.disabled a {
  pointer-events: none;
  color: #404041;
}

.nav-tabs.pretty-tab li a {
  color: #404041;
  border: none !important;
}

.nav-tabs.pretty-tab li a:hover {
  border: 0px;
  background: transparent;
}

.nav-tabs.pretty-tab li.active {
  background: #f57921;
  position: relative;
  border-bottom: 1px solid #f57921;
}

.nav-tabs.pretty-tab li.active a {
  background: transparent;
  color: #ffffff;
  border: 0px;
}

.nav-tabs.pretty-tab li.active a:hover {
  color: #ffffff;
  border: 0px;
  background: transparent;
}

.nav-tabs.pretty-tab li.active a:focus {
  border: 0px;
}

.nav-tabs.pretty-tab li.active .arr-down {
  display: block;
  color: #f57921 !important;
  position: absolute;
  height: 7px;
  width: 14px;
  bottom: -4px;
  left: 45%;
}

.nav-tabs.pretty-tab li.active .arr-down:before {
  content: "\f0d7";
}

.nav-tabs.pretty-tab .arr-down {
  display: none;
}

.selectize-dropdown-content {
  background-color: #ffffff;
}

.centered-max-width-highchart-container {
  max-width: 800px;
  margin: 0 auto;
}

.white-spaces-pre-line {
  white-space: pre-line;
}

.loading-spinner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.loading-spinner.active {
  display: flex;
}

.loading-spinner::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 4px solid #eeeeee;
  border-top: 4px solid #f57921;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Primary Colours */
/* Secondary */
/* form and body bg */
/* Other UI Colours */
/* Table */
/* Upgrade Bar */
/* Backend */
/* My Trolley Tooltip*/
.my-cart {
  background: white;
  padding: 20px 20px 30px 20px;
  width: 360px;
  border: 2px solid #f57921;
}

.my-cart h2 {
  font-size: 24px;
  margin-top: 0px;
}

.my-cart .simpleCart_items {
  max-height: 350px;
  overflow-y: scroll;
}

.my-cart .simpleCart_items div {
  display: table-cell;
  vertical-align: middle;
  color: #000000;
}

.my-cart .simpleCart_items div .item-price {
  padding-left: 28px;
  padding-right: 28px;
}

.my-cart .simpleCart_items div .item-code {
  width: 180px;
}

.my-cart .simpleCart_items div .headerRow {
  display: table-header-group;
}

.my-cart .simpleCart_items div .headerRow .item-name,
.my-cart .simpleCart_items div .headerRow .item-company,
.my-cart .simpleCart_items div .headerRow .item-date {
  display: none;
}

.my-cart .simpleCart_items div .headerRow div {
  border-bottom: 2px solid #e2e2e2;
}

.my-cart .simpleCart_items div .itemRow {
  display: table-row;
}

.my-cart .simpleCart_items div .itemRow .item-code,
.my-cart .simpleCart_items div .itemRow .item-name {
  display: block;
  line-height: 14px;
}

.my-cart .simpleCart_items div .itemRow .item-code {
  font-weight: 700;
  padding-top: 10px;
}

.my-cart .simpleCart_items div .itemRow .item-code::after {
  content: " - ";
}

.my-cart .simpleCart_items div .itemRow .item-code,
.my-cart .simpleCart_items div .itemRow .item-date {
  font-size: 12px;
  display: inline;
  line-height: 30px;
}

.my-cart .simpleCart_items div .itemRow .item-name {
  font-size: 11px;
  padding-bottom: 2px;
}

.my-cart .simpleCart_items div .itemRow .item-company {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  color: #999999;
  line-height: 14px;
  font-size: 11px;
  padding-top: 2px;
}

.my-cart .simpleCart_items div .itemRow .item-date {
  font-style: italic;
}

.my-cart .simpleCart_items div .itemRow .item-price,
.my-cart .simpleCart_items div .itemRow .item-remove {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e2e2e2;
}

.my-cart .simpleCart_items div .itemRow .item-remove .simpleCart_remove {
  font-size: 12px;
}

.my-cart .simpleCart_items > div {
  display: table;
  width: 100%;
}

.my-cart .my-cart-actions {
  text-align: right;
  border-top: 1px solid #000000;
  padding-top: 10px;
}

.my-cart .my-cart-actions .my-cart-total {
  text-align: right;
  font-size: 16px;
  padding-right: 90px;
  padding-top: 4px;
}

.my-cart .my-cart-actions .my-cart-total .simpleCart_total {
  font-weight: 700;
}

/* set menu position; change here to set to relative or float, etc. */
.cbp-tm-menu {
  position: relative;
}

/* sumbenu with transitions */
.cbp-tm-submenu {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  text-align: left;
  pointer-events: none;
  -webkit-transition: visibility 0s, opacity 0s;
  -moz-transition: visibility 0s, opacity 0s;
  transition: visibility 0s, opacity 0s;
}

.cbp-tm-show .cbp-tm-submenu {
  width: 360px;
  right: 50%;
  margin: 0 -70px 0 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -moz-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  z-index: 1000;
}

.cbp-tm-show-below .cbp-tm-submenu {
  top: 100%;
  padding-top: 10px;
}

/*  
arrow: depending on where the menu will be shown, we set 
the right position for the arrow
*/
.cbp-tm-submenu:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
  bottom: 100%;
  margin-bottom: -10px;
}

.cbp-tm-submenu:after {
  border-color: transparent;
  border-width: 16px;
  margin-left: -16px;
  left: 80%;
}

.cbp-tm-show-below .cbp-tm-submenu:after {
  border-bottom-color: #f57921;
}

/* My Trolley Page */
#trolley .my-cart {
  border: 0px;
  padding: 0px;
  width: 100%;
}

#trolley .my-cart .simpleCart_items {
  max-height: none;
  overflow: visible;
}

#trolley .my-cart .simpleCart_items .item-name,
#trolley .my-cart .simpleCart_items .item-company {
  display: table-cell;
  border-bottom: 1px solid #e2e2e2;
}

#trolley .my-cart .simpleCart_items .itemRow .item-code,
#trolley .my-cart .simpleCart_items .itemRow .item-date,
#trolley .my-cart .simpleCart_items .itemRow .item-company,
#trolley .my-cart .simpleCart_items .itemRow .item-name {
  font-size: 13px;
  vertical-align: middle;
}

#trolley .my-cart .simpleCart_items .itemRow .item-company,
#trolley .my-cart .simpleCart_items .itemRow .item-name {
  padding: 20px 0;
}

#trolley .my-cart .simpleCart_items .itemRow .item-code,
#trolley .my-cart .simpleCart_items .itemRow .item-date {
  display: block;
  line-height: 20px;
}

#trolley .my-cart .simpleCart_items .itemRow .item-code {
  padding-top: 15px;
  font-size: 16px;
}

#trolley .my-cart .simpleCart_items .itemRow .item-code::after {
  content: "";
}

#trolley .my-cart .simpleCart_items .itemRow .item-date {
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}

#trolley .my-cart .simpleCart_items .headerRow .item-name::after {
  content: "Security Name";
}

#trolley .my-cart .simpleCart_items .headerRow .item-company::after {
  content: "Company";
}

#trolley .my-cart .simpleCart_items .headerRow .item-name,
#trolley .my-cart .simpleCart_items .headerRow .item-company {
  border-bottom: 2px solid #e2e2e2;
}

/* Primary Colours */
/* Secondary */
/* form and body bg */
/* Other UI Colours */
/* Table */
/* Upgrade Bar */
/* Backend */
#login .modal-dialog {
  width: 380px;
}

#login .login-form {
  border: 1px solid #E6E6E6;
  padding: 20px 30px;
}

#login .modal-title {
  margin-bottom: 20px;
  text-align: center;
}

#login .form-group .control-label {
  margin-bottom: 0px;
}

#login .form-group .form-control {
  margin-bottom: 12px;
  font-size: 14px;
  height: 34px;
  padding: 6px 12px;
}

#login .form-group .form-control.password {
  margin-bottom: 5px;
}

#login .forgot {
  border-bottom: 1px dotted #f57921;
}

#login .forgot:hover {
  border-bottom: 1px solid #f57921;
}

#login .btn {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 0;
}

#login .no-account {
  text-align: center;
}

#login .no-account p {
  margin-bottom: 0px;
}

#login .no-account .btn-link {
  margin-top: 0px;
  color: #f57921;
  padding-top: 2px;
}

#forgot-password .box {
  border: 1px solid #E6E6E6;
  padding: 20px 30px;
  margin: 10px auto 20px auto;
  max-width: 360px;
}

#forgot-password .box .form-group {
  text-align: left;
}

#forgot-password .box .btn {
  margin-top: 20px;
}

#signup .control-label,
#subscription-signup .control-label {
  display: none;
}

#signup .col-sm-4,
#subscription-signup .col-sm-4 {
  padding-right: 15px;
  padding-left: 0px;
}

#signup .lead,
#subscription-signup .lead {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0px;
}

#signup .trial-form .form-row,
#subscription-signup .trial-form .form-row {
  padding-left: 15px;
}

@media (max-width: 768px) {
  #signup .col-xs-6,
  #subscription-signup .col-xs-6 {
    padding-right: 15px;
  }
  #signup .row .col-xs-6:first-of-type,
  #subscription-signup .row .col-xs-6:first-of-type {
    padding-right: 5px;
  }
  #signup .row .col-xs-6:last-of-type,
  #subscription-signup .row .col-xs-6:last-of-type {
    padding-left: 5px;
  }
}
/* Primary Colours */
/* Secondary */
/* form and body bg */
/* Other UI Colours */
/* Table */
/* Upgrade Bar */
/* Backend */
.big-button-select .btn-group {
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.big-button-select .btn-group .btn {
  text-align: left;
  padding-left: 50px;
  border-color: #f57921;
  color: #f57921;
}

.big-button-select .btn-group .btn .fa-check-square {
  display: none;
}

.big-button-select .btn-group .btn .fa-square {
  display: block;
  color: #E6E6E6;
}

.big-button-select .btn-group .btn .fa {
  font-size: 24px;
  margin-bottom: 10px;
  position: absolute;
  top: 13px;
  left: 15px;
}

.big-button-select .btn-group .btn h3 {
  margin-bottom: 0px;
  margin-top: 7px;
  font-size: 18px;
}

.big-button-select .btn-group .btn h4 {
  margin-top: 5px;
  margin-bottom: 7px;
  font-size: 13px;
}

.big-button-select .btn-group .btn .includes {
  margin-left: -35px;
  font-size: 13px;
  border-top: 1px solid #f57921;
  padding: 10px 0;
  margin-top: 20px;
  height: 200px;
}

.big-button-select .btn-group .btn .includes ul {
  margin-left: 20px;
}

.big-button-select .btn-group .btn .includes p {
  height: 40px;
}

.big-button-select .btn-group .btn.active {
  background: #f57921;
  color: #ffffff;
}

.big-button-select .btn-group .btn.active .fa-check-square {
  display: block;
  color: #ffffff;
}

.big-button-select .btn-group .btn.active .fa-square {
  display: none;
}

.big-button-select .btn-group .btn.active .includes {
  border-top: 1px solid #ffffff;
}

.big-button-select .action .btn {
  width: 100px;
}

.container {
  width: auto;
  max-width: 940px;
}

.attachment-container {
  max-width: 100%;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.attachment-container .attachment-images {
  margin-bottom: 25px;
}
.attachment-container .attachment-images .attachment-image {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}

.header .navbar {
  background: #ffffff;
  border-bottom: 3px solid #f57921;
}
.header .navbar .navbar-toggle {
  display: none;
}
.header .navbar .navbar-collapse.collapse {
  position: absolute;
  display: block;
  visibility: visible;
  height: auto;
  padding-bottom: 0;
  overflow: visible;
  right: 0px;
  bottom: 0px;
}
.header .navbar .navbar-header {
  position: relative;
  width: 100%;
  height: 82px;
}
.header .navbar .navbar-right:last-child {
  margin-right: 0px;
}
.header .navbar .access-nav {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 15px;
  margin-top: 0px;
}
.header .navbar .access-nav > li {
  font-size: 11px;
  display: block;
  float: left;
}
.header .navbar .access-nav > li > a {
  padding: 0px 10px;
  border-left: 1px solid #404041;
}
.header .navbar .access-nav > li > a:hover {
  color: #f57921;
}
.header .navbar .access-nav > li > a .badge {
  background: #f57921;
}
.header .navbar .access-nav li:first-of-type a {
  border-left: 0px;
}
.header .navbar .top-nav li {
  display: inline-block;
  float: left;
}
.header .navbar .top-nav a {
  padding: 8px 14px;
  border-left: 1px solid #ffffff;
  background: #404041;
  color: #ffffff;
}
.header .navbar .top-nav a:hover {
  background: #f57921;
  color: #ffffff;
}
.header .navbar .top-nav li:first-of-type a {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}
.header .navbar .top-nav li:last-of-type a {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}
.header .navbar .top-nav .menu-service:hover > ul.dropdown-menu {
  display: block;
}
.header .navbar .top-nav .menu-service .dropdown-menu {
  min-width: 100px;
  padding: 0px;
  background-color: #f57921;
  border: 0px;
}
.header .navbar .top-nav .menu-service .dropdown-menu li {
  display: block;
  float: none;
}
.header .navbar .top-nav .menu-service .dropdown-menu li a {
  border-radius: 0px;
  border-left: 0px;
  background-color: #f57921;
  border-bottom: 1px solid white;
  font-size: 13px;
}
.header .navbar .top-nav .menu-service .dropdown-menu li:last-of-type a {
  border-bottom: 0px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.header .navbar .top-nav .menu-service.open .dropdown-toggle {
  background-color: #f57921;
  color: #ffffff;
}
.header .navbar .top-nav .menu-service .dropdown-menu a:hover {
  background-color: #ffffff;
  color: #f57921;
}
.header .navbar-brand {
  margin: 17px 0;
  padding: 0;
}
.header .mainpage-logo {
  background-image: url("/assets/external/bondadviser-logo-8d2be54e.gif");
  background-repeat: no-repeat;
  background-size: 250px 49px;
  height: 49px;
  width: 250px;
}

.h1 {
  font-family: "Droid Serif", serif;
  font-size: 40px;
  color: #f57921;
}

h2 {
  color: #f57921;
  font-size: 29px;
}
h2.inverse {
  color: #ffffff;
}

h3 {
  font-size: 20px;
}

.footer {
  background: #404041;
  color: #ffffff;
  padding: 60px 0;
}
.footer .footer-logo {
  width: 240px;
}
.footer .footer-intro {
  padding-right: 20px;
}
.footer h3,
.footer .lead {
  color: #f57921;
}
.footer .lead {
  font-size: 17px;
}
.footer strong {
  font-weight: 400;
  color: #f57921;
  display: block;
  height: 40px;
  line-height: 20px;
}
.footer hr {
  border-color: #f57921;
}
.footer ul {
  padding: 0px;
}
.footer ul li {
  list-style: none;
  margin-bottom: 5px;
}
.footer ul li a {
  color: #ffffff;
}
.footer .social .fa {
  color: #ffffff;
  font-size: 24px;
  margin-left: 6px;
}
.footer .social .fa.fa-linkedin-square {
  margin-left: 30px;
}
.footer .signup .lead {
  margin-bottom: 0px;
  margin-top: 5px;
}
.footer .footer-credit {
  border-top: 1px solid #f57921;
  font-size: 11px;
  padding-top: 5px;
  color: #f57921;
  margin-top: 15px;
}
.footer .footer-credit ul {
  margin: 0px;
}
.footer .footer-credit li {
  display: inline;
}
.footer .footer-credit li:first-of-type a {
  border-left: 0px;
}
.footer .footer-credit li:last-of-type a {
  padding-right: 0px;
}

.trial-form .form-row {
  margin-bottom: 10px;
  margin-left: 0px;
}
.trial-form .form-row .col-xs-8 {
  width: 460px;
  padding-left: 0px;
}
.trial-form .form-row .col-xs-9 {
  padding-left: 0px;
}
.trial-form .form-row .col-xs-9 .checkbox-inline {
  margin-left: 0px;
}
.trial-form .form-row .col-xs-4 {
  width: 230px;
  padding-left: 0px;
}
.trial-form .form-row .col-xs-4:first-of-type {
  padding-right: 15px;
}
.trial-form .form-row.checkbox-row {
  margin-bottom: 0px;
  padding-left: none;
}
.trial-form .form-row.checkbox-row .checkbox-inline {
  display: block;
}
.trial-form .form-row.checkbox-row .checkbox-inline label {
  float: left;
}
.trial-form .form-row .help-link {
  padding-left: 4px;
}
.trial-form .form-group {
  margin-bottom: 0px;
}
.trial-form .form-group .control-label {
  margin-top: 15px;
}
.trial-form .form-group .form-control {
  box-shadow: none;
  border: 0px;
  padding: 6px 12px;
  height: 34px;
  font-size: 14px;
}
.trial-form .has-error input {
  background-color: #f2dede;
}
.trial-form .has-error .help-inline {
  color: #a94442;
}
.trial-form .checkbox-inline {
  margin: 10px 0 0 0;
}
.trial-form .checkbox-inline a {
  text-decoration: underline;
  color: #ffffff;
}
.trial-form .checkbox-inline label {
  margin-top: 0px !important;
}
.trial-form .checkbox-inline input {
  padding: 3px 0px;
  height: auto;
}
.trial-form.trial-form-modal .checkbox-inline {
  margin-top: 0px;
}
.trial-form.trial-form-modal .checkbox-inline a {
  color: #404041;
}
.trial-form.trial-form-modal .lead {
  margin-bottom: 0px;
  color: #f57921;
  font-size: 20px;
}
.trial-form.trial-form-modal hr {
  border-color: #f57921;
}

.section {
  padding: 30px 0 60px 0;
}
.section .section-action {
  margin-top: 10px;
}
.section.section-orange {
  background: #f57921;
  color: #ffffff;
}
.section.section-orange h2 {
  color: #ffffff;
}
.section.section-grey {
  background-color: #E6E6E6;
}
.section.section-grey .section {
  background-color: #E6E6E6;
}

.hero {
  border-bottom: 3px solid #f57921;
  min-height: 540px;
  position: relative;
  background-size: cover;
  padding: 0px;
}
.hero .container {
  padding: 120px 0;
}
.hero .btn-orange {
  border: 1px solid #f57921;
}
.hero .btn-orange:hover {
  background: #ffffff;
  border: 1px solid #f57921;
  color: #f57921;
}

.side-widget {
  right: 0px;
  position: fixed;
  background: #f57921;
  top: 240px;
  z-index: 99;
  width: 44px;
  padding: 1px;
  text-align: center;
  height: 52px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  color: #ffffff;
}
.side-widget:hover {
  color: #ffffff;
}
.side-widget.daysfree {
  font-family: "Droid Serif", serif;
  font-size: 20px;
}
.side-widget.daysfree .small {
  margin-top: -1px;
  font-size: 10px;
  letter-spacing: 1.1px;
  line-height: 11px;
  text-transform: uppercase;
}
.side-widget.playvideo {
  top: 295px;
  font-size: 26px;
  padding-top: 8px;
}
.side-widget.subscribe {
  top: 350px;
  padding-top: 10px;
}
.side-widget.btn.btn-orange:hover {
  background: #f56023;
  color: #ffffff;
}

.features-grid .row .item {
  padding: 10px 40px 40px 40px;
}

.grid-table {
  margin-top: 40px;
  border-bottom: 2px solid white;
}
.grid-table .row {
  display: table-row;
}
.grid-table .row .item {
  border-top: 2px solid white;
  border-right: 2px solid white;
  display: table-cell;
  float: none;
  text-align: center;
  vertical-align: middle;
  padding: 0 25px;
}
.grid-table .row .item:last-of-type {
  border-right: 0px;
}
.grid-table.grid-table-grey {
  border-color: #E6E6E6;
}
.grid-table.grid-table-grey .item {
  border-color: #E6E6E6;
}
.grid-table.grid-table-grey .row:last-of-type .item {
  border-color: #E6E6E6;
}

.new-feed {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f57921;
}
.new-feed h3 {
  color: #f57921;
}
.new-feed .feed {
  height: 180px;
  overflow-y: scroll;
}
.new-feed .feed .feed-item {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 15px;
}

#announcements .announcement {
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
}

.newsletter-signup p {
  color: #f57921;
}
.newsletter-signup input {
  padding-top: 17px;
  padding-bottom: 17px;
  width: 198px;
  height: 36px;
  padding: 8px;
}

.homepage {
  margin-top: 85px;
  /* Chrome, Safari, Opera */
  /* Standard syntax */
}
.homepage .hero .container {
  padding: 120px 10px;
}
.homepage .hero .content-b {
  text-align: left;
}
.homepage .hero h1 {
  font-size: 33px;
  width: 640px;
  line-height: 40px;
  color: #f57921;
  margin-bottom: 30px;
}
.homepage .hero .btn {
  margin-right: 20px;
  width: 200px;
}
.homepage .findmore {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  -webkit-animation: myfirst 1s infinite;
  animation: myfirst 1s infinite;
}
@-webkit-keyframes myfirst {
  0% {
    top: 0px;
  }
  50% {
    top: 5px;
  }
  100% {
    top: 0px;
  }
}
@keyframes myfirst {
  0% {
    top: 0px;
  }
  50% {
    top: 5px;
  }
  100% {
    top: 0px;
  }
}
.homepage .company {
  padding-top: 60px;
}
.homepage .company .intro p {
  padding-right: 100px;
}
.homepage .company .intro .btn {
  margin-right: 20px;
  margin-top: 20px;
  width: 142px;
}
.homepage .company .testimonials {
  background-color: #E6E6E6;
}

.pages {
  margin-top: 85px;
}
.pages .hero .content-a {
  margin-left: -40px;
}
.pages .hero .content-b {
  text-align: left;
}
.pages .hero .content-b .axis {
  position: absolute;
  top: 0px;
  left: 0px;
}
.pages .hero .content-b h1,
.pages .hero .content-b .lead,
.pages .hero .content-b .btn {
  margin-left: 50px;
}
.pages .hero h1 {
  font-size: 44px;
  margin: 0 auto;
  padding-top: 48px;
  line-height: 46px;
  color: #f57921;
  margin-bottom: 30px;
}
.pages .hero .lead {
  font-size: 18px;
  width: 500px;
}
.pages .first-block {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}
.pages .content-block {
  margin-top: 40px;
  border-bottom: 1px solid #f57921;
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.pages .content-block h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.pages .second-block {
  padding-top: 0px;
}
.pages .testimonials .item {
  border-top: 1px solid #f57921;
  border-bottom: 1px solid #f57921;
  text-align: center;
  padding: 30px 20px;
}
.pages .testimonials .item .who {
  margin-top: 15px;
  font-style: italic;
}
.pages#private-investors .section.first-block {
  padding-bottom: 0px;
}
.pages#institution .new-feed, .pages#advisers-brokers .new-feed {
  margin-top: 40px;
}
.pages#institution .newsletter-signup, .pages#advisers-brokers .newsletter-signup {
  border-bottom: 1px solid #f57921;
  padding-bottom: 20px;
}
.pages#institution .first-block .same-height .content-block, .pages#advisers-brokers .first-block .same-height .content-block {
  height: 353px;
}
.pages#features .hero h1 {
  color: #f57921;
}
.pages#features .hero .lead {
  color: #ffffff;
}
.pages#research-process .hero h1 {
  color: #f57921;
}
.pages#research-process #six-step ol {
  font-size: 16px;
  padding: 0 0 0 0;
}
.pages#research-process #six-step ol h3 {
  margin-bottom: 0px;
  font-size: 16px;
}
.pages#research-process #six-step ol p {
  font-size: 13px;
  margin-top: 6px;
}
.pages#pricing .pricing-table .table {
  border-left: 3px solid white;
}
.pages#pricing .pricing-table .table th,
.pages#pricing .pricing-table .table .fa-circle {
  color: #f57921;
  font-size: 13px;
}
.pages#pricing .pricing-table .table th {
  font-weight: normal;
  width: 20%;
}
.pages#pricing .pricing-table .table th span {
  text-transform: uppercase;
}
.pages#pricing .pricing-table .table th,
.pages#pricing .pricing-table .table td {
  text-align: center;
  vertical-align: middle;
  border-top: 0px;
  border-bottom: 2px solid #E6E6E6;
  border-left: 2px solid #E6E6E6;
}
.pages#pricing .pricing-table .table td {
  padding: 10px;
}
.pages#pricing .pricing-table .table td.feature {
  text-align: left;
  border-left: 0px;
  width: 40%;
}
.pages#pricing .plan-includes ul {
  padding-left: 20px;
}
.pages#pricing .plan-includes ul li {
  padding-left: 20px;
  font-size: 15px;
  margin-bottom: 10px;
}
.pages#pricing .plan-includes .same-height {
  height: 314px;
}
.pages#faq .hero h1 {
  color: #f57921;
  margin-top: -44px;
}
.pages#faq .faq-block {
  border-bottom: 1px solid #f57921;
  margin-bottom: 40px;
}
.pages#faq .qn-ans .question {
  color: #f57921;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 0;
  border-top: 1px solid #f57921;
}
.pages#report-market .hero h1 {
  color: #f57921;
}
.pages#report-market .hero .lead {
  color: #ffffff;
}
.pages#report-market hr {
  border-color: #f57921;
  margin-top: 40px;
  margin-bottom: 5px;
}
.pages#report-market .search-reports {
  padding: 25px 0;
}
.pages#report-market .search-reports h2 {
  margin-top: 5px;
}
.pages#report-market .search-reports .search-security {
  border-right: 1px solid white;
  padding-bottom: 30px;
}
.pages#report-market .search-reports .search-security label {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}
.pages#report-market .search-reports .search-security .col-md-3 {
  padding-left: 0px;
}
.pages#report-market .search-reports .search-security .col-md-3 .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pages#report-market .search-reports .lead {
  font-size: 18px;
}
.pages#report-market .reports-grid .row {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 16px;
}
.pages#report-market .reports-grid .item {
  padding-left: 8px;
  padding-right: 8px;
}
.pages#report-market .reports-grid .item .media {
  background: #E6E6E6;
  padding: 20px 15px;
  font-size: 14px;
  line-height: 24px;
}
.pages#report-market .reports-grid .item .media > .pull-left {
  margin-right: 15px;
}
.pages#report-market .reports-grid .item .media .media-object {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.4);
}
.pages#report-market .reports-grid .item .media .media-heading {
  font-weight: 700;
  margin-top: 5px;
}
.pages#report-market .reports-grid .item .media .media-body {
  height: 201px;
  position: relative;
}
.pages#report-market .reports-grid .item .media .media-body .date {
  font-style: italic;
}
.pages#report-market .reports-grid .item .media .media-body .security,
.pages#report-market .reports-grid .item .media .media-body .company,
.pages#report-market .reports-grid .item .media .media-body .date {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}
.pages#report-market .reports-grid .item .media .media-body .security {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
  line-height: 16px;
}
.pages#report-market .reports-grid .item .media .media-body .price {
  font-size: 17px;
  position: absolute;
  bottom: 40px;
}
.pages#report-market .reports-grid .item .media .media-body .btn {
  position: absolute;
  bottom: 0px;
}
.pages#report-market .pagination a {
  color: #f57921;
  border: 0px;
}
.pages#report-market .pagination a:hover {
  background: none;
  text-decoration: underline;
}
.pages#education .hero .lead {
  max-width: 610px;
  color: #ffffff;
}
.pages#education .hero h1 {
  color: #f57921;
}
.pages#education .ui-helper-hidden-accessible {
  display: none;
}
.pages#education .search-education {
  padding: 0;
}
.pages#education .search-education .form-group-lg {
  margin-top: 18px;
}
.pages#education .search-education .form-group-lg label {
  font-size: 18px;
  line-height: 30px;
  padding-top: 5px;
}
.pages#education .search-education .form-group-lg .form-control {
  line-height: 30px;
  height: auto;
  background-color: #ffffff;
  height: 42px;
}
.pages#education .search-education .form-group-lg .btn {
  padding: 10px 15px;
}
.pages#education .education-index {
  background: #E6E6E6;
  margin: 55px 0;
}
.pages#education .education-index ul {
  padding: 4px;
  display: table;
}
.pages#education .education-index li a {
  color: #f57921;
  padding: 8px;
  font-size: 23px;
}
.pages#education .education-index li a:hover {
  border-radius: 30px;
  background: #ffffff;
}
.pages#education .education-index li.active a {
  background: #ffffff;
  border-radius: 30px;
  color: #404041;
}
.pages#education .education-item h2 {
  font-size: 68px;
  margin-bottom: 30px;
}
.pages#education .education-item h3 {
  color: #f57921;
}
.pages#education .education-item p {
  font-size: 15px;
}
.pages#education .top {
  color: #e1e1e1;
}
.pages#education .top:hover {
  text-decoration: underline;
  color: #999999;
}
.pages#about-us .first-block {
  padding: 40px 0 60px;
  font-size: 15px;
}
.pages#about-us .first-block .col-md-8 {
  padding-right: 100px;
}
.pages#about-us .first-block .announcement {
  font-size: 12px;
}
.pages#about-us .first-block .announcement h3 {
  color: #f57921;
}
.pages#about-us .team {
  font-size: 15px;
}
.pages#about-us .team h4.media-heading {
  font-size: 26px;
}
.pages#about-us .team .media-object {
  width: 322px;
  height: 410px;
  margin: 0 10px 10px 0;
}
.pages#about-us .team .media-object img {
  max-width: 100%;
}
.pages#about-us .team .position {
  color: #f57921;
}
.pages#contact hr {
  border-color: #f57921;
  border-width: 2px;
}
.pages#contact hr.small {
  margin-bottom: 10px;
}
.pages#contact .caption,
.pages#contact .view-map {
  font-size: 16px;
}
.pages#contact .postcode {
  text-transform: uppercase;
}
.pages#contact .map {
  margin-top: 15px;
}
.pages#contact .map #sydney-map,
.pages#contact .map #melbourne-map {
  max-width: 100%;
  width: 597px;
  height: 393px;
}
.pages#contact .view-map {
  color: #f57921;
  padding-bottom: 20px;
  display: inline-block;
}
.pages#privacy li {
  margin-bottom: 10px;
}
.pages#privacy li ol {
  margin-top: 5px;
}
.pages#privacy li ol li {
  margin-bottom: 0px;
}
.pages#privacy span {
  display: block;
}
.pages#terms .no-style {
  padding-left: 0px;
}
.pages#terms .no-style > li {
  list-style: none;
  margin-bottom: 10px;
}
.pages#terms ol {
  font-size: 20px;
  font-weight: 700;
}
.pages#terms ol h3 {
  font-weight: 700;
}
.pages#terms ol li > ol {
  font-size: 16px;
  font-weight: 700;
}
.pages#terms ol li > ol h4 {
  font-weight: 700;
}
.pages#terms ol li > ol li > ol,
.pages#terms ol li > ol li > ul {
  font-size: 13px;
  font-weight: 400;
}
.pages#terms ol .small-text li,
.pages#terms ol p {
  font-size: 13px;
  font-weight: 400;
}
.pages#terms ol,
.pages#terms ul {
  margin-bottom: 15px;
}
.pages#important-info .boxed {
  border: 1px solid #404041;
  padding: 10px 30px 30px 30px;
  margin-bottom: 30px;
}
.pages .section.get-started {
  padding: 60px 0 40px 0;
}
.pages .section.get-started h2 img {
  vertical-align: bottom;
  margin-left: -8px;
}
.pages .section.get-started .col-sm-4 .btn {
  margin-top: 15px;
  width: 136px;
}
.pages .section#customised-accounts {
  font-size: 14px;
}

.modal-dialog {
  margin: 30px auto;
}
.modal-dialog.modal-lg {
  max-width: 800px;
}
.modal-dialog.modal-xlg {
  max-width: 960px;
}
.modal-dialog iframe {
  width: 100%;
}

#wholesale-retail-definition .modal-lg {
  width: 760px;
}
#wholesale-retail-definition li {
  font-size: 15px;
  font-weight: 700;
}
#wholesale-retail-definition li > ol li {
  font-size: 13px;
  font-weight: 400;
}
#wholesale-retail-definition ol {
  margin-bottom: 20px;
}

#subscribe-newsletter .modal-title {
  font-size: 28px;
}
#subscribe-newsletter form {
  margin-top: 10px;
}
#subscribe-newsletter form .form-control {
  height: 46px;
  font-size: 16px;
  font-family: "Droid Serif", serif;
  width: 100%;
}
#subscribe-newsletter form .btn {
  margin-left: 0px;
}

.subscription-modal .modal-body {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 0px;
}
.subscription-modal .modal-footer {
  background: #E6E6E6;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  border-radius: 3px;
}
.subscription-modal h2 {
  text-align: center;
  margin-top: 10px;
}
.subscription-modal .form-control {
  margin-bottom: 10px;
}
.subscription-modal .control-label,
.subscription-modal .trial-form .form-group .control-label {
  margin-top: 0px;
  margin-bottom: 0px;
}
.subscription-modal#subscription-option .big-button-select .btn-group {
  margin-bottom: 10px;
}
.subscription-modal#subscription-option p {
  margin-top: 0px;
  margin-bottom: 20px;
}

/* background setup */
.background {
  background-repeat: no-repeat;
  /* custom background-position */
  background-position: 50% 50%;
  /* ie8- graceful degradation */
  background-position: 50% 50% \9  !important;
}

.fullscreen,
.content-a {
  width: 100%;
  min-height: 100%;
}

.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
  height: 100%;
  overflow: hidden;
}

/* content centering styles */
.content-a {
  display: table;
}

.content-b {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

.faq-block .accordion-toggle:before {
  font-size: 40px;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.faq-block .accordion-toggle:not(.collapsed):before {
  content: url("/assets/external/faq/close-be254f1c.png");
}

.faq-block .accordion-toggle.collapsed:before {
  content: url("/assets/external/faq/expand-1f4f9cf8.png");
}

/* Autocomplete UI */
.ui-autocomplete {
  list-style: none;
  padding-left: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 260px;
}
.ui-autocomplete .ui-menu-item a {
  padding: 8px;
  background: #ffffff;
  display: block;
  width: 260px;
}
.ui-autocomplete .ui-menu-item a:hover {
  background-color: #e1e1e1;
}

/* mobile */
@media (max-width: 767px) {
  table {
    overflow-x: auto;
    display: block;
  }
  /* header */
  .navbar-fixed-top {
    position: static;
    margin-bottom: 0;
  }
  .navbar-header .nav,
  .navbar-header .navbar-brand {
    display: block;
    float: none;
    position: static;
  }
  .header .navbar .top-nav {
    position: static;
  }
  .header .navbar .top-nav li {
    display: block;
    float: none;
  }
  .header .navbar .top-nav li:first-of-type a {
    border-top-left-radius: 0px;
  }
  .header .navbar .top-nav li:last-of-type a {
    border-top-right-radius: 0px;
  }
  .header .navbar .top-nav .menu-service:hover > ul.dropdown-menu {
    display: none;
  }
  .header .navbar .top-nav .menu-service.open:hover > ul.dropdown-menu {
    display: block;
  }
  .header .navbar .top-nav .menu-service .dropdown-menu li:last-of-type a {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .header .navbar .top-nav .menu-service .dropdown-menu li a {
    color: #ffffff;
  }
  .header .navbar .top-nav a {
    border-left: 0 none;
    text-align: left;
  }
  .header .navbar .navbar-header {
    margin-left: 0;
    height: auto;
  }
  .header .navbar .navbar-toggle {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
  }
  .header .navbar .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .header .navbar .navbar-collapse {
    float: none;
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }
  .header .navbar .access-nav {
    position: initial;
  }
  .header .navbar .access-nav > li {
    display: inline-block;
    float: none;
    position: static;
  }
  .header .navbar .access-nav > li > a {
    padding: 0 6px;
  }
  .slidenav-enabled {
    background-color: #404041;
  }
  .slidenav-enabled body {
    position: relative;
    left: 0;
    background-color: #fff;
    transition: all 300ms ease;
    height: auto;
  }
  .slidenav-enabled body .header .navbar-collapse {
    display: block;
    position: absolute !important;
    left: -230px;
    top: -1px;
    width: 230px;
    height: 100vh !important;
  }
  .slidenav-enabled body .header .navbar .top-nav {
    display: block;
    margin: 20px 0 0 0;
    z-index: 2;
  }
  .slidenav-enabled body .header .navbar .top-nav a {
    background-color: transparent;
    font-size: 1.2em;
  }
  .slidenav-enabled body .header .navbar #footer-navigation {
    margin: 0 !important;
    padding: 0;
  }
  .slidenav-enabled body .header .navbar #footer-navigation div {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
  }
  .slidenav-enabled body .header .navbar #footer-navigation ul {
    display: block;
    padding: 0;
    margin: 0 0 0 14px;
    z-index: 2;
  }
  .slidenav-enabled body .header .navbar #footer-navigation a {
    color: #fff;
  }
  .slidenav-enabled body .header .navbar #footer-navigation strong {
    font-weight: 400;
    color: #f57921;
    display: block;
    height: auto;
    line-height: 20px;
    margin: 20px 0 0 14px;
  }
  .slidenav-enabled body.menu-open {
    position: relative;
    left: 230px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
  }
  .navbar-brand {
    height: auto;
  }
  .navbar-brand .mainpage-logo {
    margin: auto;
  }
  .navbar-nav {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .navbar-collapse.collapse {
    display: none;
  }
  .navbar-collapse.collapse.in {
    display: block;
  }
  .cbp-tm-submenu,
  .cbp-tm-show .cbp-tm-submenu {
    left: auto;
    right: 0;
    margin: 0;
    max-width: 100%;
  }
  .cbp-tm-show .cbp-tm-submenu .my-cart {
    max-width: 100%;
  }
  .cbp-tm-submenu:after {
    left: 74%;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-left: 15px;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
  }
  .pages {
    margin-top: 0px;
  }
  .pages .hero .lead {
    max-width: 500px;
    width: auto;
  }
  /* footer */
  .trial-form .form-row {
    margin-left: -15px;
    margin-bottom: 0;
  }
  .trial-form .form-row .form-group {
    margin-bottom: 15px;
  }
  .newsletter-signup input {
    margin-bottom: 15px;
    width: 100%;
  }
  .footer .g-recaptcha {
    padding-bottom: 20px;
  }
  .footer .signup .lead {
    margin-bottom: 20px;
  }
  .new-feed .feed {
    height: auto;
  }
  .new-feed .newsletter-signup {
    display: none;
  }
  /* homepage */
  .homepage {
    margin-top: 0px;
  }
  .homepage .hero .container {
    padding: 40px 0 20px;
  }
  .grid-table .row,
  .pages .grid-table .row,
  .features-grid .grid-table .row {
    display: block;
    margin: 0;
  }
  .grid-table .row .item,
  .pages .grid-table .row .item,
  .features-grid .grid-table .row .item {
    display: block;
    border-right: 0 none !important;
  }
  .hero {
    background-position: 70% 0%;
    min-height: 360px;
  }
  .hero .container {
    padding: 40px 0 20px;
  }
  .hero .container .content-a {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
  }
  .hero .container .content-b h1 {
    font-size: 24px;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    padding-top: 36px;
    max-width: 640px;
    width: auto;
  }
  .hero .container .content-b .btn {
    margin-bottom: 20px;
  }
  .hero .container .content-b .lead {
    margin-left: 0;
  }
  .hero .container .content-b .axis {
    margin: 0 0 0 -25px;
    max-width: 340px;
  }
  .homepage .company .intro p {
    padding-right: 0;
  }
  .homepage .section.section-grey.features-grid {
    display: none;
  }
  /* content */
  .pages#institution .first-block .same-height .content-block,
  .pages#advisers-brokers .first-block .same-height .content-block,
  .pages#pricing .plan-includes .same-height {
    height: auto;
  }
  /* Special blog overwrite */
  #search-2 .col-sm-9 {
    padding-right: 15px !important;
  }
  #search-2 .col-sm-3 {
    padding-left: 15px !important;
    margin-top: 5px;
  }
  /* lightbox */
  .modal-body {
    max-width: 100%;
  }
  #login .modal-dialog {
    max-width: 100%;
  }
}
