/* -------------------------------- 

Header

-------------------------------- */
.dashboard.navbar {
  left: 0;
  right: -1px;
  height: 64px;
  padding: 0;
  padding-right: 40px;
  position: fixed;
  z-index: 1030;
  transition: all 0.3s ease-in-out;
}
.dashboard.navbar.collapse {
  left: 0;
  display: block !important;
  transition: all 0.3s ease-in-out;
}
.navbar-header {
  width: 100%;
  right: 10px;
  position: absolute;
}

.dashboard.navbar .navbar-brand {
  font-size: 16px;
  color: #808080;
  float: right;
  padding-right: 400px;
  display: none;
}

.no-border {
  border: none;
  background-color: transparent;
  margin-top: -2px;
}

.dashboard.navbar .navbar-brand .dx-tooltip {
 position: absolute;
}

.dashboard .navbar-nav {
  margin: 7.5px -15px;
  flex-direction: row !important;
}

.nav > li {
  position: relative;
  display: block;
}

.sidebar .nav > li {
  width: 100%;
}

.dashboard .user-nav {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

  .dashboard .user-nav span{
    display: none;
  }

.dashboard .navbar-nav {
  float: left;
  margin: 0;
}
.navbar-right {
  float: right !important;
  margin-right: -15px;
}
.navbar-nav > li {
  float: left;
}

@media (min-width: 768px) {
  .dashboard .user-nav span{
    display: inherit;
  }
}

@media only screen and (min-width: 1168px) {
  .dashboard.navbar .navbar-brand {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  .dashboard.navbar .navbar-brand.enable {
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
}

.dashboard.navbar ul li i {
  padding-right: 4px;
  font-size: 24px;
  vertical-align: middle;
}

@media (min-width: 1300px) {
  .dashboard.navbar .navbar-brand .mkt-title {
    display: inline-block;
  }
}

.dashboard.navbar .dev-box {
  position: absolute;
  display: none;
  top: 0;
  right: 50%;
  font-size: 14px;
  background: #3f8db7;
  padding: 5px 10px;
  color: white;
  border-radius: 0 0 4px 4px;
}

#smcx-sdk {
  height: 0;
  width: 700px;
}

.cd-select {
  display: inline-block;
  position: absolute;
  left: 80px;
  top: 12px;
  bottom: auto;
  color: #5c5d6a;
  font-size: 1.4rem;
}

@media only screen and (min-width: 991px) {
  .dashboard.navbar {
    left: 260px;
  }
  .cd-select {
    left: 80px;
  }
}

.select-item {
  display: inline-block;
  position: relative;
}

.tagged-markets {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 40px;
  min-width: 300px;
  float: left;
}

.compare-markets {
    position: absolute;
    top: 0;
    left: 274px;
    padding-left: 40px;
}

.compare-market {
    min-width: 225px;
}

.compare-markets .compare-icon {
    position: absolute;
    font-size: 27px;
    left: 0;
    top: 6px;
    font-weight: 600;
}

.compare-markets .compare-icon.active {
    color: #70c92f;
    -webkit-transition: color 1.5s ease-in-out;
    -moz-transition: color 1.5s ease-in-out;
    transition: color 1.5s ease-in-out;
}

.markets-apply {
  margin-top: 2px;
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.dx-toast-info {
  background-color: #3f8db7;
}

.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;

  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;

  visibility: visible !important;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}

@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  60% {
    transform: translateX(4%);
  }
  85% {
    transform: translateX(-4%);
  }
  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%);
  }
  60% {
    -webkit-transform: translateX(4%);
  }
  85% {
    -webkit-transform: translateX(-4%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

/*tooltip Box*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.dx-overlay-wrapper {
  z-index: 99999 !important;
}

.dx-popup-content {
  overflow-y: auto;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}

/*tooltip Box*/
.con-tooltip {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: default;
}

/*tooltips */
.tooltip {
  z-index: 10000;
  opacity: 0 !important;
  width: 100%;
  padding: 10px;
  background: #3f8db7;
  color: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  text-align: center;
  pointer-events: none;
  border-radius: 4px;
  font-size: 14px;
  transform: translateY(9px);
  box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}

.tooltip.nav-tooltip {
  margin-left: 18em;
  top: 0;
  position: absolute;
  max-width: 300px;
  text-align: left;
  transition: opacity 0.5s ease-in-out;
}

@media (max-height: 820px) {
  .tooltip.nav-tooltip {
    top: -5px;
  }
}
@media (max-height: 620px) {
  .tooltip.nav-tooltip {
    top: -10px;
  }
}

.nav li:hover > a.disabled + .tooltip.nav-tooltip {
  opacity: 1!important;
  transition: opacity 0.5s ease-in-out;
}

.tooltip.nav-tooltip::before, .tooltip.nav-tooltip::after {
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #3f8db7;
  left: -11px;
  top: 10px;
}

.tooltip.nav-tooltip::before {
  left: -12px;
  border-color:  transparent transparent transparent rgba(56, 54, 54, 0.86);
}

.tooltip.invalid {
  opacity: 1;
  width: 100%;
  padding: 10px;
  background: rgba(243, 75, 62, 1);
  color: #fff;
  top: 32px;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}

.tooltip.invalid p {
  font-size: 14px;
}

/* tooltip  after*/
.tooltip::after, .tooltip::before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #3f8db7 transparent transparent transparent;
  position: absolute;
  left: 40%;
  top: -10%;
  transform: rotate(180deg);
}

.tooltip.invalid::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: rgba(243, 75, 62, 1) transparent transparent transparent;
  position: absolute;
  left: 45%;
  top: -8px;
  transform: rotate(180deg);
}

.tooltip.show {
  transition: 0.4s linear;
  animation: tooltipBounce 1.5s ease-in-out infinite alternate,
    tooltipFadein 2.5s ease-in-out 1.5s forwards;
}
@keyframes tooltipBounce {
  0% {
    transform: translateY(6px);
  }

  100% {
    transform: translateY(1px);
  }
}
@keyframes tooltipFadein {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    z-index: 0;
  }
}

.subvert .ui.selection.dropdown {
  min-width: 12em;
}

select {
  background-color: transparent;
  cursor: pointer;
}

select option:disabled {
  display: none !important;
}

.ui.default.dropdown:not(.button) > .text,
.ui.dropdown:not(.button) > .default.text,
.ui.selection.dropdown > .dropdown.icon {
  color: #808080 !important;
}
.ui.selection.dropdown {
  border: 1px solid rgba(34, 36, 38, 0.2) !important;
  min-width: 11em;
}
.ui.selection.dropdown.invalid {
  border: 1px solid rgba(243, 75, 62, 0.6) !important;
}
.ui.dropdown .menu > .item {
  color: #808080;
  font-size: 1.3rem;
}
.ui.dropdown .menu > .item:hover {
  color: #777;
}
.dx-texteditor.dx-state-focused {
  border: 1px solid rgba(34, 36, 38, 0.2) !important;
}
.dx-texteditor.dx-state-hover {
  border: 1px solid rgba(34, 36, 38, 0.25) !important;
}
input:required,
textarea:required,
.ui.selection.dropdown.required {
  border-color: #d76666 !important;
}
select,
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
}

@media only screen and (min-width: 1024px) {
  select {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    color: transparent;
  }
  select,
  .selected-value {
    padding: 0.5em 1.7em 0.5em 0.3em;
    font-size: 1.4rem;
    border-radius: 3px;
  }
}

@media (min-width: 992px) {
  .typo-line {
    padding-left: 140px;
    margin-bottom: 40px;
    position: relative;
  }

  .typo-line .category {
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    position: absolute;
  }
}

.all-icons [class*="pe-"] {
  font-size: 40px;
}
.all-icons input {
  border: 0;
}
.all-icons .font-icon-detail {
  text-align: center;
  padding: 45px 0 30px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin: 15px 0;
}
.all-icons .font-icon-detail input {
  margin: 25px auto 0;
  width: 100%;
  text-align: center;
  display: block;
  color: #aaa;
  font-size: 13px;
}

.places-buttons .btn {
  margin-bottom: 30px;
}
.sidebar .nav > li.active-pro {
  position: relative;
  width: 100%;
  bottom: 0;
}
.sidebar .nav > li.active-pro a {
  background: rgba(255, 255, 255, 0.14);
  opacity: 1;
  color: #ffffff;
}
.sidebar .nav p {
  font-size: 11px;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3) {
  text-align: center;
}

.vert-top-totals tbody td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 150px;
}

.vert-top-totals tbody .total {
  width: 100px;
}

.logo-img,
.login-img {
  padding: 32px;
  margin-left: 10px;
  background-image: url(../img/BIA-Advantage.png);
  background-size: 200px 59px;
  background-repeat: no-repeat;
}

.login-logo {
  padding-top: 30px;
}

.login-logo .login-img {
  padding: 40px;
  margin: 0 auto;
  width: 250px;
  background-image: url("../img/BIA-Advantage.png");
  background-size: 250px 80px;
  background-repeat: no-repeat;
}

/* -------------------------------- 

Login 

-------------------------------- */
.login-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.92);
  z-index: 9999;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.login-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.login-user-modal.is-visible .login-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.login-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #fff;
  margin: 3em auto 4em;
  padding-bottom: 2em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.login-user-modal-container.new {
  max-width: 800px;
  margin-top: 3em;
}
.login-user-modal-container .login-switcher:after {
  content: "";
  display: table;
  clear: both;
}
.login-user-modal-container .login-switcher.disabled {
  display: none;
}
.login-user-modal-container .login-switcher li {
  width: 50%;
  float: left;
  text-align: center;
  list-style: none;
}
.login-user-modal-container .login-switcher li:first-child a {
  border-radius: 0.25em 0 0 0;
}
.login-user-modal-container .login-switcher li:last-child a {
  border-radius: 0 0.25em 0 0;
}
.login-user-modal-container .login-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
  text-decoration: none;
}
.login-user-modal-container .login-switcher a.selected {
  background: #fff;
  color: #505260;
}
@media only screen and (min-width: 600px) {
  .login-user-modal-container {
    margin: 15% auto;
  }
  .login-user-modal-container .login-switcher a {
    height: 70px;
    line-height: 70px;
  }
}

.login-form,
.form-container {
  padding: 1.4em;
}
#login-login .login-form, #login-reset-password .login-form{
  padding-bottom: 2em;
}
.login-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.login-form .fieldset:first-child {
  margin-top: 0;
}
.login-form .fieldset:last-child {
  margin-bottom: 0;
}
#login-user .fieldset,
#login-customer .fieldset {
  margin: 0.5em 0;
}
.dx-field.lockout {
 display: inherit;
 padding-left: 1em;
 padding-top: 10px; 
}
.dx-field.lockout .dx-field-label, .dx-field.lockout .dx-field-value {
 width: fit-content!important;
 color: #808080;
 font-size: 15px;
 padding-left: 5px; 
}
#login-user .fieldset.text,
#login-customer .fieldset.text {
  margin: 1.3em 0;
}
.login-form label {
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  top: 13px;
  left: 56px;
  margin-bottom: 10px;
  cursor: text;
  color: #808080;
  -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
  -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
  transition: top 0.2s, left 0.2s, font-size 0.2s;
}

.login-form label.float {
  font-size: 1.2rem;
  top: -18px;
  left: 0 !important;
}

.login-form input.login-username, .dx-overlay-wrapper input.login-username {
  background: url("../img/login-icon-username.svg") no-repeat 16px center;
}
.login-form input.login-email {
  background: url("../img/login-icon-email.svg") no-repeat 16px center;
}
.login-form input.login-password {
  background: url("../img/login-icon-password.svg") no-repeat 16px center;
}
.login-form input.login-phone {
  background: url("../img/login-icon-phone.svg") no-repeat 16px center;
}
.login-form span.login-version,
.login-form span.browser-message {
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  bottom: 3px;
  right: 5px;
  padding: 10px;
}

.login-form span.login-version {
  left: 5px;
}

.login-form input.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}
.login-form input::-ms-clear,
textarea::-ms-clear {
  display: none;
}
.login-form input,
.login-user-modal input.search, .dx-overlay-wrapper input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em !important;
  /*padding-left: 54px;*/
}
.login-user-modal input.search {
  padding: 18px 20px 20px 50px !important;
}
.login-form .dropdown.icon {
  top: 1.3em !important;
}
.login-form input.full-width,
.login-user-modal .ui.search.selection.dropdown.full-width, .dx-overlay-wrapper input.full-width {
  width: 100%;
}
#user-id {
  height: 57px;
}
.login-form input.half-width {
  width: 50%;
}
.login-user-modal .ui.search.dropdown.full-width.has-border.selection.multiple {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 50px;
}
.login-user-modal
  .ui.search.dropdown.full-width.has-border.selection.multiple
  > .dropdown.icon {
  margin-top: -14px;
}
.login-user-modal
  .ui.search.dropdown.full-width.has-border.selection.multiple
  > input.search {
  padding: 0 !important;
}
.ui.multiple.dropdown > .label {
  font-size: 0.95em;
}
.ui.label.transition.visible {
  margin-top: 3px;
}
.dx-lookup,
.dx-dropdownbox {
  height: 50px;
}
.access-levels h5 {
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Verdana, sans-serif;
  margin: 0;
  color: #808080;
  font-size: 1.2rem;
}
.dx-lookup-field,
.dx-dropdownbox .dx-texteditor-input {
  padding: 7px 34px 8px 17px !important;
  font-size: 15px;
  color: #808080;
  font-weight: 400;
}
.dx-texteditor {
  border: 1px solid #d2d8d8;
}
.dx-lookup-empty .dx-lookup-field,
.dx-placeholder {
  color: #808080;
  font-size: 15px;
}
.dx-lookup.required,
.dx-texteditor.required {
  border-color: #d76666 !important;
}
.login-form input.has-border, .dx-overlay-wrapper input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.login-form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.login-form input.has-error,
.quick-login-form input.has-error {
  border: 1px solid #d76666;
}
.login-form input[type="password"] {
  /* space left for the HIDE button */
  padding-right: 65px;
}
.login-form input[type="submit"] {
  padding: 16px 0;
  cursor: pointer;
  background: #2f889a;
  color: #fff;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .login-form input[type="submit"]:hover,
.no-touch .login-form input[type="submit"]:focus {
  background: #3599ae;
  outline: none;
}
.login-form input.delete {
  background: rgba(236, 77, 65, 0.9);
  padding: 5px !important;
  margin: 5px;
  float: right;
}
.login-form input.delete:hover,
.login-form input.delete:focus {
  background: rgba(236, 77, 65, 1) !important;
}
.login-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #343642;
}
.login-form .login-error-message,
.quick-login-form .login-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  margin-top: 0;
  background: rgba(215, 102, 102, 0.9);
  padding: 0.8em;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.quick-login-form .login-error-message {
  margin-top: -12px;
  left: 29px;
}
.login-error-message.long {
  bottom: -80px;
}
.login-form .login-error-message::after,
.quick-login-form .login-error-message::after {
  /* triangle */
  content: "";
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.login-form .login-error-message.is-visible,
.quick-login-form .login-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
  animation-name: errorPullDown;
  -webkit-animation-name: errorPullDown;
  animation-duration: 8s;
  -webkit-animation-duration: 8s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.login-form-message.hidden {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.login-form-message.success {
  position: fixed;
  display: block !important;
  width: 100%;
  opacity: 1;
  text-align: center;
  z-index: 1031;
  margin: 0 auto;
  background: rgba(110, 187, 110, 0.9);
  border-radius: 0;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  animation-name: errorPullDown;
  -webkit-animation-name: errorPullDown;
  animation-duration: 8s;
  -webkit-animation-duration: 8s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.login-form-message.success.danger {
  background: rgba(227, 17, 17, 0.9);
}
@-webkit-keyframes errorPullDown {
  0% {
    -webkit-transform: scaleY(0.1);
  }
  6% {
    -webkit-transform: scaleY(1.02);
  }
  8% {
    -webkit-transform: scaleY(0.9);
  }
  10% {
    -webkit-transform: scaleY(1.01);
  }
  12% {
    -webkit-transform: scaleY(1);
  }
  90% {
    -webkit-transform: scaleY(1);
  }
  94% {
    -webkit-transform: scaleY(1.05);
  }
  100% {
    -webkit-transform: scaleY(0);
  }
}
@keyframes errorPullDown {
  0% {
    transform: scaleY(0.1);
  }
  6% {
    transform: scaleY(1.02);
  }
  8% {
    transform: scaleY(0.9);
  }
  10% {
    transform: scaleY(1.01);
  }
  12% {
    transform: scaleY(1);
  }
  90% {
    transform: scaleY(1);
  }
  94% {
    transform: scaleY(1.05);
  }
  100% {
    transform: scaleY(0);
  }
}

@media only screen and (min-width: 600px) {
  .login-form {
    padding: 3em;
    padding-bottom: 5em;
  }
  .form-container {
    margin: 2em;
    padding-bottom: 3em;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .step-container {
    margin: 2em;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-height: 330px;
  }
  .login-form .fieldset {
    margin: 2em 0;
  }
  .login-form .fieldset:first-child {
    margin-top: 0;
  }
  .login-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .login-form input.has-padding, .dx-overlay-wrapper input.has-padding {
    padding: 12px 20px 12px 50px;
  }
  .login-form input.has-margin, .dx-overlay-wrapper input.has-margin {
    margin-bottom: 1em;
  }
  .login-user-modal .ui.search.selection.dropdown.has-padding {
    padding: 20px 20px 20px 50px;
  }
  .login-form input[type="submit"] {
    padding: 16px 0;
  }
  .dx-textarea.text-area, .dx-textbox.text-box {
    float: left;
    width: 100%!important;
    margin-bottom: 1em;
  }
  .dx-textbox.text-box input {
    padding: 7px 9px 8px;
  }
}

.login-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (min-width: 600px) {
  .login-form-message {
    padding: 3em 2em 0;
    margin: 0;
  }
}

.login-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -45px;
  text-align: center;
  font-size: 16px;
}

.login-form-bottom-message a, .login-form-bottom-message a:hover {
  color: #fff;
  text-decoration: underline!important;
}

.login-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("../img/login-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.user-details {
  height: 160px;
}

.user-details p {
  font-size: 15px;
}

.current-user-selected,
.current-customer-selected {
  padding: 1em 2em 0 2em;
}

#selected-user-img {
  max-width: 180px;
  float: left;
  margin-top: 2em;
}

.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-state-focused {
  background-color: #f5f5f5;
  color: #333;
}

.review-block {
  width: 100%;
  border: 1px solid #2f889a;
  border-left: 4px solid #2f889a;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 1.5em;
  font-size: 14px;
  background-color: rgba(238, 238, 238, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(63, 63, 68, 0.1);
}

.review-block .left {
  font-weight: bolder;
  padding: 5px;
}

.review-block .right {
  text-align: left;
  padding-right: 50px;
  color: #7b7b7b;
}
.review-block .header {
  padding-top: 5px;
  font-size: 18px !important;
}

#login-login,
#login-change-password,
#login-reset-password,
#login-user,
#login-customer,
#update-homepage{
  display: none;
}

#login-login.is-selected,
#login-change-password.is-selected,
#login-reset-password.is-selected,
#login-user.is-selected,
#login-customer.is-selected,
#update-homepage.is-selected {
  display: block;
  height: 100%;
}

/* -------------------------------- 

User Management Steps

-------------------------------- */
.multi-steps {
  width: 90%;
  max-width: 768px;
  padding: 0.5em 1em;
  margin: 2em auto 0 auto;
  background-color: #edeff0;
  border-radius: 0.25em;
}
.multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: "\00bb";
  margin: 0 0.6em;
  color: #959fa5;
}
.multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.multi-steps li.current {
  /* selected step */
  color: #3599ae;
  font-weight: bold;
}
.multi-steps li.visited {
  /* visited step */
  cursor: pointer;
}
.multi-steps a:hover {
  color: #3599ae;
}
@media only screen and (min-width: 768px) {
  .multi-steps {
    padding: 0 1.2em;
  }
  .multi-steps li {
    margin: 1.2em 0;
  }
  .multi-steps li::after {
    margin: 0 1em;
  }
  .multi-steps li > * {
    font-size: 1.4rem;
  }
}
.buttons-container {
  margin-top: 1em;
}
.ui[class*="right floated"].button {
  margin-right: 2em;
}
.ui.buttons .or:before {
  top: 54%;
}
.dx-checkbox-text {
  font-size: 14px;
  color: #808080;
}

.aggregates-selection .dx-list {
    background: rgba(191, 191, 191, 0.15);
    padding: 1em;
    margin-top: 1em;
    border-radius: 10px;
}

.aggregates-selection .custom-market {
   white-space: normal;
  font-weight: bold;
}

.aggregates-selection .market-description {
  font-weight: normal;
}

/* -------------------------------- 

Multi steps indicator 

-------------------------------- */
@media only screen and (min-width: 768px) {
  .multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
  }

  .multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
  }
  .multi-steps li:last-of-type {
    margin-right: 0;
  }
  .multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: "";
    height: 4px;
    background: #edeff0;
    /* reset style */
    margin: 0;
  }
  .multi-steps li.visited::after {
    background-color: #3599ae;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .multi-steps li > *,
  .multi-steps li.current > * {
    position: relative;
    color: #2c3f4c;
  }

  .multi-steps.text-bottom li {
    width: 80px;
    text-align: center;
  }
  .multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 40px);
  }
  .multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #edeff0;
  }
  .multi-steps.text-bottom li.visited > *::before,
  .multi-steps.text-bottom li.current > *::before {
    background-color: #3599ae;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    transition: all 2s linear;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .no-touch .multi-steps.text-bottom li.visited span::before,
  .no-touch .multi-steps.text-bottom li.current span::before {
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
  }

  .no-touch .multi-steps.text-bottom li.visited span:hover::before,
  .no-touch .multi-steps.text-bottom li.current span:hover::before {
    box-shadow: 0 0 0 2px rgba(53, 153, 174, 0.3);
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
  }

  .multi-steps.text-top li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
  }
  .multi-steps.text-top li > * {
    padding-bottom: 20px;
  }
  .multi-steps.text-top li > *::before {
    /* this is the spot indicator */
    bottom: 0;
  }

  .multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    top: 3px;
  }
  .multi-steps.text-bottom li > * {
    padding-top: 20px;
  }
  .multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 0;
  }
}
/* -------------------------------- 
Add a counter to the multi-steps indicator 
-------------------------------- */
.multi-steps.count li {
  counter-increment: steps;
}

.multi-steps.count li > *::before {
  content: counter(steps) " - ";
}

@media only screen and (min-width: 768px) {
  .multi-steps.text-bottom.count li > *::before {
    content: counter(steps);
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 1.4rem;
    color: #2c3f4c;
  }
  .multi-steps.text-bottom li.visited > *::before {
    content: "\2713 ";
  }

  .multi-steps.text-bottom.count li.current span::before,
  .multi-steps.text-bottom.count li.visited span::before {
    color: #ffffff;
    font-style: normal !important;
  }

  .multi-steps.text-bottom.count li.current span::before {
    height: 30px;
    width: 30px;
    line-height: 28px;
    font-size: 1.5rem;
    top: -2px;
  }

  .multi-steps.text-top.count li::after {
    bottom: 11px;
  }

  .multi-steps.text-top.count li > * {
    padding-bottom: 34px;
  }

  .multi-steps.text-bottom.count li::after {
    top: 11px;
  }

  .multi-steps.text-bottom.count li > * {
    padding-top: 34px;
  }
}

/*****************************************/
/* multistep transitions */
/*****************************************/

.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;

  animation-duration: 0.45s;
  -webkit-animation-duration: 0.45s;

  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;

  visibility: visible !important;
}

@keyframes expandUp {
  0% {
    transform: translateY(50%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%) scale(1) scaleY(1);
  }
}

@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(50%) scale(0.6) scaleY(0.5);
  }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    -webkit-transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1);
  }
}

.multi-steps.text-bottom.count li.current span::before {
  animation-name: pulsed;
  -webkit-animation-name: pulsed;

  animation-duration: 2s;
  -webkit-animation-duration: 2s;

  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulsed {
  0% {
    box-shadow: 0 0 0 0 rgba(53, 153, 174, 0.3);
  }
  50% {
    box-shadow: 0 0 0 3px rgba(53, 153, 174, 0.4);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(53, 153, 174, 0.3);
  }
}

@-webkit-keyframes pulsed {
  0% {
    box-shadow: 0 0 0 0 rgba(53, 153, 174, 0.3);
  }
  50% {
    box-shadow: 0 0 0 3px rgba(53, 153, 174, 0.4);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(53, 153, 174, 0.3);
  }
}

/* -------------------------------- 

 Advantage CMS

-------------------------------- */

.current-cms-selected .dx-fieldset {
    margin: 20px;
}

.cms-details .dx-fieldset-header {
    margin: 3px;
    font-weight: 400;
    font-size: 16px;
}

.cms-details .dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button), .dx-field-value-static {
    width: 100%;
}

#selected-cms-img, .thumbnail-img {
    max-width: 100%;
    float: left;
    margin: 1em 0;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.thumbnail-img {
    max-width: 29%;
    margin: 10px 4px;
}
.cms-thumbnails {
    margin-top: 2em;
}
.current-cms-selected .dx-fieldset-header {
    margin: 3px;
    font-weight: 400;
    font-size: 16px;
}
.cms-thumbnails .dx-fieldset-header {
     margin: 0px;
}

.report-thumbnail {
  position: relative;
}

.report-thumbnail i {
  position: absolute;
  margin-left: 70px;
  margin-top: 5px;
  cursor: pointer;
}

#selected-cms-img-del {
  position: absolute;
  right: 25px;
  margin-top: 6px;
  font-size: 20px;
  cursor: pointer;
}

.cms-details input[type="submit"] {
    padding: 10px 0;
    cursor: pointer;
    border-radius: 4px;
    background: #2f889a;
    color: #fff;
    float: right;
    width: 50%;
    font-weight: bold;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.dx-fileuploader-wrapper, .img-size {
    padding: 0;
    font-size: 12px;
}

#update-homepage {
  padding-bottom: 1em;
}
#update-homepage .disabled {
  opacity: 0.3;
  pointer-events: none;
}
.form-container.homepage {
  padding: 1em;
}
.cms-fieldset {
  margin: 30px;
}
.form-container.homepage .ui.buttons {
   display: inherit;
}
.current-cms-selected {
  padding: 0 2em 2em;
}
.cms-item {
   margin: 4px 2px;
}
.cms-item > .button {
  border-radius: .28571429rem!important;
  width: 140px;
  font-size: 12px!important;
}
.cms-item.ui.dropdown .header {
    margin: 1rem 0 0.5rem;
    padding: 0 0.8em;
    font-size: 10px;
}
.cms-item.ui.pointing.dropdown>.menu {
  margin-top: 1.5rem;
}
.cms-item.ui.pointing.dropdown>.menu:after, .cms-item.ui.pointing.dropdown>.menu:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 30%;
    top: -10px;
    transform: rotate(180deg);
    box-shadow: none;
    background: transparent;
}
.cms-item.ui.pointing.dropdown>.menu:before {
    top: -12px;
    border-color: rgba(34,36,38,.15) transparent transparent transparent;
}
.cms-button {
  font-size: 12px!important;
}
.btn-trash {
    text-transform: none;
    font-weight: 400;
    background-color: #7ebc59;
    border-color: #7ebc59;
    color: #ffffff !important;
    width: 42px;
    border-radius: 4px;
    margin-left: 10px;
    float: right;
    padding: 7px 0!important;
}

.btn-trash i {
    font-size: 22px;
    position: absolute;
    padding-left: 2px;
}

.btn-trash span {
    font-size: 13px;
    padding-left: 25px;
    position: relative;
}

.dx-fileuploader-file-status-message {
  display: none;
}

.dx-list-group-header {
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding: 12px 10px;
  color: #444;
}

.dx-list-group-body {
   visibility: visible;
}

.dx-list-group-header.group-collapse ~ .dx-list-group-body {
  visibility: collapse;
}

/* -------------------------------- 

Main Dashboard Content

-------------------------------- */

.main-panel {
  z-index: 0;
}
.card {
  border-radius: 5px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(63, 63, 68, 0.1);
}

.card .content {
  padding: 15px;
}

.content .placeholder {
  width: 100%;
  padding: 15px;
}

.content .placeholder.disabled {
  display: none;
}

.card.outlined {
  border-left: 4px solid #145388;
}

.card .footer hr {
  margin-bottom: 10px;
}

.card .footer.expand {
  margin-right: 15px;
  margin-bottom: 5px;
}

.footer .source {
  margin-left: -2em;
  margin-top: -1em;
  margin-bottom: -1em;
}

.footer .source img {
  height: 80px;
}

.political-spend .footer img {
  width: 130px;
  position: absolute;
}

.tvAudienceSummary .footer,
.businesses .footer {
  height: fit-content;
}

.businesses .source-text {
  padding-left: 2px;
  margin-bottom: 10px;
}

.businesses .source-text p {
  font-size: 14px;
  text-align: left;
  color: #959595 !important;
}

.businesses .source-text a {
  font-weight: 400;
  color: #808080;
}

.card .vertical-img {
  width: 100%;
  margin: 2em;
}

.card .breakout-section {
  text-align: center;
}

.card .breakout-img {
    width: 80px;
    margin: 1em auto 0 auto;
}

.card .breakout-section i {
    font-size: 40px;
    line-height: 40px;
    color: #3f8db7;
    margin-top: 1em;
    text-align: center;
}

.card .breakout-section .data {
    text-align: left;
    margin: 1em 4% 0;
}

.card .breakout-section .category {
    font-size: 16px;
}

.card .breakout-section span {
   float: right;
}
  
.card .headline-divider {
  margin: 25px auto 15px 0;
}

.card .headline-divider:before {
    content: " ";
    width: 220px;
    height: 2px;
    background-color: #6fa757;
    margin: 0 auto;
    display: block;
}

.card .headline-divider:after {
    margin: 0 auto;
    content: " ";
    width: 60px;
    height: 6px;
    float: left;
    background-color: #6fa757;
    display: block;
}

.card.expand.adSpendInfo .container-full,
.card.expand.digitalSpendInfo .container-full,
.card.expand.locForecastInfo .container-full {
  margin-bottom: 4px;
}

.card .subvert-title,
.card .daypart-title {
  padding: 1em 2em;
  background-color: #3f8db7;
  border-radius: 5px 5px 0 0;
}

.card .subvert-title h3,
.card .daypart-title h3 {
  font-size: 20px;
  color: #ffffff;
}

.card .subvert-details,
.card .daypart-details {
  padding: 2em;
  border-radius: 0 0 5px 5px;
  background-color: #ffffff;
}

.card.subvert,
.card.daypart-info {
  opacity: 0;
  animation: pullDown 0.6s ease-out 0.5s forwards;
  -webkit-animation: pullDown 0.6s ease-out 0.5s forwards;
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}

.card.reports {
  opacity: 1;
  min-height: 50px;
  animation: pullDown 0.6s ease-out 0.5s forwards;
  -webkit-animation: pullDown 0.6s ease-out 0.5s forwards;
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}

.card .reports-title {
  padding: 1em 2em;
  background-color: #3f8db7;
  border-radius: 5px 5px 0 0;
}

.card .reports-title h3 {
  font-size: 22px;
  color: #ffffff;
}

.card .reports-details {
  padding: 2em;
  border-radius: 0 0 5px 5px;
  background-color: #ffffff;
}

.card .reports-details a{
  color: #337ab7;
}

.card.reports .info-button
{
  position: absolute;
  z-index: 1;
  right: 341px;
}

.card.reports .info-button.sales
{
  right: 380px;
}

.card.reports .info-button.format
{
  right: 420px;
}

.card.pdf {
  border-radius: 0;
}
.card.pdf .pdfview {
  width: 100%;
  height: 1000px;
  frameborder: "0";
}

.usadforecast .card {
  overflow: hidden;
}

@keyframes pullDown {
  0% {
    opacity: 1;
    transform: scaleY(0.1);
  }
  40% {
    opacity: 1;
    transform: scaleY(1.02);
  }
  60% {
    opacity: 1;
    transform: scaleY(0.98);
  }
  80% {
    opacity: 1;
    transform: scaleY(1.01);
  }
  100% {
    opacity: 1;
    transform: scaleY(0.98);
  }
  80% {
    opacity: 1;
    transform: scaleY(1.01);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@-webkit-keyframes pullDown {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(0.1);
  }
  40% {
    opacity: 1;
    -webkit-transform: scaleY(1.02);
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(0.98);
  }
  80% {
    opacity: 1;
    -webkit-transform: scaleY(1.01);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0.98);
  }
  80% {
    opacity: 1;
    -webkit-transform: scaleY(1.01);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
  }
}

.export-ready {
  position: fixed;
  height: 600px !important;
  width: 1000px !important;
  z-index: -1;
  overflow: visible;
  display: none;
}

.overflow-visible {
  overflow: visible !important;
}

/* -------------------------------- 

Home Widget Controls

-------------------------------- */

.home-header {
  padding: 1em 4.5em;
  position: absolute;
}
.home-header i {
  padding-right: 13px;
  vertical-align: middle;
  padding-top: 10px;
  font-size: 60px;
}

.home-header p {
  position: absolute;
  margin: -24px 73px;
  font-size: 15px;
  color: #3f8db7;
}

.widget-header {
  padding: 0.8em 1em;
  background-color: #3f8db7;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.widget-header.green {
  background-color: #7ebc59;
}

.widget-header h4 {
  color: #fff;
  font-weight: 300;
  margin: 0;
  text-align: center;
}

.widget-content {
  padding: 10px 20px 20px 20px;
}

.widget-content h4 {
  padding-left: 2px;
  font-size: 15px !important;
}

.dx-theme-generic-typography h5 {
  font-weight: 500;
}

.dx-state-focused > .dx-treeview-item {
  background-color: #ffffff !important;
}

.dx-state-focused > .dx-treeview-item * {
  color: #333 !important;
}

.dx-treeview .dx-treeview-node.dx-state-selected > .dx-treeview-item {
  pointer-events: none;
  background-color: #ffffff !important;
  color: #333 !important;
}

.custom-icon {
  max-height: 100%;
  max-width: 100%;
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
}

.dx-overlay-content {
  min-width: 350px;
}

.dx-treeview-node {
  padding-left: 10px;
}

.dx-treeview-node[data-item-id="tv"],
.dx-treeview-node[data-item-id="radio"],
.dx-treeview-node[data-item-id="aggregate"] {
  padding-left: 5px;
}

.dx-treeview-node[data-item-id="tv"] > .dx-item,
.dx-treeview-node[data-item-id="radio"] > .dx-item,
.dx-treeview-node[data-item-id="aggregate"] > .dx-item {
  font-weight: bold;
  font-size: 14px;
}

.dx-treeview-node[data-item-id="tv"] > .dx-checkbox,
.dx-treeview-node[data-item-id="radio"] > .dx-checkbox,
.dx-treeview-node[data-item-id="aggregate"] > .dx-checkbox {
  display: none;
}

.dx-treeview-node.parent-checkbox[data-item-id="tv"] > .dx-checkbox,
.dx-treeview-node.parent-checkbox[data-item-id="radio"] > .dx-checkbox {
  display: block;
  z-index: 1;
}

.dx-treeview-node.parent-checkbox[data-item-id="tv"] > .dx-treeview-item,
.dx-treeview-node.parent-checkbox[data-item-id="radio"] > .dx-treeview-item {
  margin-left: 36px;
}

.dx-treeview .dx-treeview-node.dx-treeview-item-with-checkbox .dx-checkbox {
  top: 5px;
  left: 18px;
}

.dx-treeview-node-container-opened .dx-treeview-node.dx-treeview-item-with-checkbox .dx-checkbox {
  top: 10px;
}

.checkbox-disabled {
  pointer-events: none;
}

.custom-item {
  margin-left: 5px;
}

.dx-treeview .dx-treeview-toggle-item-visibility {
  opacity: 1;
  width: 100%;
  height: 40px;
}

.dx-treeview .dx-treeview-toggle-item-visibility::before {
  left: 10px !important;
}

.dx-treeview .dx-treeview-item {
  padding: 5px 0;
  border-radius: 5px;
}

.dx-item-content.dx-treeview-item-content span {
    padding-left: 35px;
}

.dx-treeview-item-without-checkbox .dx-item-content.dx-treeview-item-content span {
    padding-left: 0;
}

.custom-item img {
  float: left;
}

.custom-item.with-checkbox img {
  opacity: 0;
}

.custom-item .product-name {
  line-height: 32px;
  padding-left: 5px;
}

.widget-content.video {
  padding: 15px 20px 25px;
}

.widget-content.video h4 {
  margin-top: 15px;
}

.widget-content.video h4:first-child {
  margin-top: 0;
}

.widget-content li,
.dx-treeview li {
  text-decoration: none;
  list-style: none;
  font-size: 13px;
}

.widget-content .ui.selection.dropdown,
.widget-content .select-item {
  width: 100%;
}

.video-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-content iframe,
.video-content object,
.video-content embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.video-thumb {
  margin-top: 0.5em;
  position: relative;
  min-height: 100px;
  min-width: 100%;
  cursor: pointer;
}

#video1Thumb {
  margin-bottom: 1.1em;
}

.video-thumb img {
  border-radius: 5px !important;
  width: 100%;
  height: auto;
}

.video-thumb .thumb-img {
  border-radius: 5px;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100px;
}

.thumb-title p {
  font-size: 15px;
  padding: 12px;
}

.thumb-caption {
  width: 100%;
  opacity: 1;
  top: 0;
  position: absolute;
  margin: 0;
  border-radius: 5px 5px 0 0;
  background: rgba(63, 141, 183, 0.9);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: transform 0.3s ease-in-out 0.5s;
  -moz-transition: transform 0.3s ease-in-out 0.5s;
  transition: transform 0.3s ease-in-out 0.5s;
}

.video-thumb:hover .thumb-caption {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.video-thumb:hover .thumb-caption p {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out 0.3s;
  -moz-transition: opacity 0.2s ease-in-out 0.3s;
  transition: opacity 0.2s ease-in-out 0.3;
}

.thumb-caption p {
  opacity: 0;
  font-size: 12px;
  padding: 8px 10px;
  height: auto;
  color: #fff;
  -webkit-transition: opacity 0.2s ease-in-out 0.3s;
  -moz-transition: opacity 0.2s ease-in-out 0.3s;
  transition: opacity 0.2s ease-in-out 0.3s;
}

.thumb-play {
  width: 100%;
  height: 100%;
  min-height: 100px;
  top: 0;
  position: absolute;
  margin: 0;
  text-align: center;
  background: transparent url(../img/play.png) no-repeat center center;
}

@media (min-width: 992px) {
  .thumb-title p {
    font-size: 14px;
    padding: 10px 5px;
  }
}

.headline {
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  border: 0;
  display: flex;
  position: relative;
  word-wrap: break-word;
  min-width: 0;
  font-size: 0.875rem;
  padding: 4em;
  background: transparent;
  box-shadow: none;
  border-radius: 6px;
  flex-direction: column;
}

.headline h3 {
  color: #3c4858;
  margin-top: 1rem;
  min-height: auto;
  font-weight: 500;
  margin-bottom: 0.75rem;
  text-decoration: none;
}

.headline a,
.headline a:hover,
#lmdSlider a {
  text-decoration: none;
  color: #808080;
}

.headline.update {
  padding: 0 2em;
}

.headline .update-content {
  background-color: rgb(247, 247, 247, 0.85);
  border: 1px solid #ddd;
  border-radius: 1em 4em 1em 4em;
  padding: 2em 4em;
}

.accordion-container {
  padding: 1em 0;
}

.accordion-container .accordion {
  box-shadow: none!important;
  background: transparent!important;
}

.accordion .content {
  padding-left: 1em!important;
}

.accordion .title {
  padding: .75em 0em!important;
  font-size: 13px!important;
}

.accordion .content p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}


.headline .update-divider {
  margin: 20px auto 15px 0;
}

.headline .update-divider:before {
    content: " ";
    width: 60%;
    height: 1px;
    background-color: #7ebc59;
    margin: 0;
    display: block;
}

.headline h4 {
  color: #7ebc59;
}

.headline .read-more {
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  width: 110px;
  text-align: center;
  padding: 6px 22px;
  margin: 1em 0;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #7ebc59;
}

#lmdSlider .carousel-item {
  height: 70px;
}

#lmdSlider .carousel-item p {
  overflow: hidden;
  text-overflow: ellipsis;
}

.headline .feature-img {
  padding: 0 1em;
  margin: 0;
  z-index: 1;
  position: relative;
}

.headline .feature-img img {
  width: 100%;
  box-shadow: 0 5px 15px -8px rgba(0, 0, 0, 0.24),
    0 8px 10px -5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  pointer-events: none;
  border: 1px solid #ddd;
}

.headline h6 {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 15px;
}

.headline p {
  font-size: 15px;
  margin: 10px 0 10px;
  color: #808080;
}

.headline .post-time {
  font-size: 14px;
  margin: 0 0 30px;
  color: #3c4858;
}

.headline .trending.red {
  color: #f44336;
  display: inline-block;
}

.headline .trend-line {
  top: 0;
  position: relative;
  line-height: 0;
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 24px;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  user-select: none;
  flex-shrink: 0;
}

.sr-paper-widget {
  width: 100% !important;
  padding: 0 1em !important;
}

.sr-paper-widget .sr-title {
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  padding-top: 10px;
  color: #3c4858;
  font-weight: 500;
  text-decoration: none;
}

.sr-paper-widget .sr-text {
  text-decoration: none;
  color: #808080;
}

.sr-paper-widget .sr-ft,
.sr-paper-widget .sr-hd,
.sr-paper-widget .sr-ft-lbl,
.sr-paper-widget .sr-pap-lnk,
.sr-paper-widget .sr-src,
.sr-paper-widget .sr-dt,
.sr-paper-widget .sr-cat-lbl,
.sr-paper-widget .sr-cats {
  display: none;
}

.card-lmd {
  margin-bottom: 10px;
}
.card-lmd .content {
  padding: 10px;
}
.card-lmd .icon-big {
  font-size: 1.5em;
}

.card-lmd .numbers p {
  font-size: 16px;
  line-height: 1.5;

  color: #333;
  margin: 0;
}

.card-lmd .numbers {
  font-size: 1.5em;
  text-align: right;
  color: #333;
}

.lmd-content {
  margin: 0 1em;
}

.card .sm-gap {
  padding-right: 5px;
  padding-left: 5px;
}

.lmd-updated {
  color: #808080;
  font-size: 13px;
  text-align: center;
}

.lmd-subscribe {
  width: 100px;
  padding-top: 1em;
}

.lmd-subscribe .btn {
  text-transform: none;
  font-weight: 400;
  width: 100%;
  background-color: #7ebc59;
  border-color: #7ebc59;
  color: #ffffff !important;
}

.lmd-subscribe .btn:hover,
.lmd-subscribe .btn:focus {
  background-color: #6ea250;
  border-color: #6ea250;
}

.lmd-subscribe .btn i {
  font-size: 22px;
  position: absolute;
}

.lmd-subscribe .btn span {
  font-size: 13px;
  padding-left: 25px;
  position: relative;
}

.contact {
  display: block;
  margin: 10px;
  width: 100%;
}

.contact-img {
    text-align: center;
}

.contact img {
  border-radius: 50%;
  width: 120px;
  height: auto;
  margin-bottom: 20px;
  border: 2px solid #bfbfbf;
}

.contact .contact-name {
  color: #0d0d0d;
  display: block;
  font-size: 18px;
  padding: 20px 0px 5px 0px;
  font-weight: 100;
}

.contact .contact-top {
  position: relative;
  width: 90%;
}

.contact .contact-top:before {
    content: '';
    background-color: #ecf0f1;
    width: 100%;
    height: 4px;
    bottom: 0px;
    position: absolute;
}

.contact .contact-top:after {
    content: '';
    background-color: #bfbfbf;
    width: 25px;
    height: 4px;
    bottom: 0px;
    position: absolute;
    left: 0%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.contact p {
    font-size: 15px;
    margin: 10px 0 10px;
    color: #808080;
}


/* -------------------------------- 

Chart Controls

-------------------------------- */

.dx-datagrid {
  color: #808080;
}

.dxchart.dxtable.dx-widget {
  height: 462px;
  margin-top: -15px;
}

.dxtable.dx-widget {
  margin-top: -15px;
}

.dx-widget a{
  font-weight: 400;
  color: #808080;
}

.dxchart.dxtable.widget {
  height: 854px;
}

.dxtableView {
  padding: 1em 0; 
}

.dxchart.widget {
  height: 300px;
}

.dxchart.donut {
  height: 430px;
}

.dxchart.stackedbar {
  height: 480px;
}

.dxchart.bar {
  height: 418px;
}

.no-data {
  margin: 6em 0 10em 0;
}

.datagrid-title {
  font-size: 16px;
  font-family: "Segoe UI Light", "Helvetica Neue Light", "Segoe UI",
    "Helvetica Neue", "Trebuchet MS", Verdana;
  font-weight: 200;
  fill: #232323;
  cursor: default;
  text-align: left;
}

.dx-toolbar-button.custom {
  position: fixed;
  left: 292px;
}

.dx-toolbar-button.custom div, .dx-toolbar-button.custom i {
  color: #959595;
  font-size: 14px !important;
}

.dx-toolbar-button.custom .dx-button {
  border-radius: 0;
}

#subvertBusiness .vbs-datagrid-label-group {
  float: left;
  display: inline-block !important;
  width: calc(100% - 150px) !important;
  margin-top: 7px !important;
  overflow: hidden !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

#subvertBusiness .vbs-datagrid-button-group {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  background: #3f8db7;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 10px;
}

.print-logo {
  width: 150px;
  margin: 30px 42%;
  padding-top: 30px;
  display: block;
}

.print-logo.compare {
  margin: 0 6%;
  padding: 0;
}

.export-footer {
  font-size: 12px;
  color: #808080;
  margin: 20px;
  width: 100%;
  text-align: center;
}

.map-container {
  position: relative;
}

.mkt-map-export {
  position: absolute;
  z-index: 401;
  top: 10px;
  right: 10px;
}

.dx-button.float-right {
  float: right;
}

.dx-button-has-icon .dx-icon {
  margin-left: -1px;
}

.white.dx-button-mode-contained.dx-state-hover {
  background-color: transparent;
}

.mkt-intel-group .dx-button {
  position: absolute;
  right: 1em;
  top: 20px;
}

.dx-icon.fa.fa-info-circle {
  color: #3f8db7;
}

.dx-icon.gray {
  color: gray;
}

.dx-icon.white {
  color: #ffffff;
}

.dx-icon.fa.fa-dollar-sign {
  color: #7ebc59;
}

.dx-icon.fa.fa-music {
  color: #ff8956;
}

.content .button-container {
  text-align: left;
  height: 40px;
  position: relative;
  top: 5px;
}

.dx-overlay-shader {
  background: rgba(52, 54, 66, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.load-wrapper {
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.5s ease-in-out 0.1s, translate 0.1s ease 0.6s;
  -moz-transition: opacity 0.5s ease-in-out 0.1s, translate 0.1s ease 0.6s;
  -o-transition: opacity 0.5s ease-in-out 0.1s, translate 0.1s ease 0.6s;
  transition: opacity 0.5s ease-in-out 0.1s, translate 0.1s ease 0.6s;
}

.loading {
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 0%);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.load {
  position: absolute;
  width: 120px;
  z-index: 1501;
  margin: 0px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
}

.load .line {
  display: inline-block;
  width: 16px;
  padding: 12px;
  margin: 6px;
  height: 16px;
  border-radius: 16px;
  background-color: #4b9cdb;
}

.load .line:nth-of-type(1) {
  -webkit-animation: loading 0.6s 0.4s linear infinite;
  animation: loading 0.6s 0.4s linear infinite;
}
.load .line:nth-of-type(2) {
  -webkit-animation: loading 0.6s 0.5s linear infinite;
  animation: loading 0.6s 0.5s linear infinite;
}
.load .line:nth-of-type(3) {
  -webkit-animation: loading 0.6s 0.6s linear infinite;
  animation: loading 0.6s 0.6s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 16px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes loading {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 16px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* -------------------------------- 

Sub Vertical Selector

-------------------------------- */
.vert-group {
  margin: 12px;
}

.vert-group .btn {
  color: #ffffff;
  background-color: #4183b7;
  border: none;
  font-size: 13px;
  margin: 2px 5px;
  border-radius: 3px !important;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
}

/* -------------------------------- 

Charts & Tables

-------------------------------- */

section {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 0 12px;
}

.card .container-full {
  margin: 0 auto;
  width: 100%;
}

.card .center {
  margin: 0 auto;
}

.card.expand {
  position: absolute;
  margin-left: -1px;
  padding-bottom: 6px;
  z-index: 1001;
  width: calc(100% - 28px);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.card.expand.left {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.card.expanded {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.content.expand,
.header.expand {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.content.expanded,
.header.expanded {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.locForcast .content.expanded {
  height: 478px;
}

.content.expanded {
  height: 450px;
}

.content.compare.expanded {
  height: 585px;
}

.content.tableview.expanded {
  height: 510px;
}

.dxchart {
  width: 100%;
  height: 400px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.dxchart.collapse {
  width: calc(100% - 1px);
  display: block !important;
}
  
.dxchart.hidden {
  visibility: hidden;
}

.dxchart.disabled {
  display: none;
}

.dxchart.noyear {
  margin-top: -8px;
}
.dxchart.bar {
  margin-top: -7px;
}

.dxchart.line {
  height: 380px;
  margin: 0;
}

.dxchart .dxc-item:hover {
  cursor: pointer!important ;
}

.dxchart-note {
  text-align: center;
  margin-bottom: 1em;
  font-size: 14px;
  opacity: 0;
}

.dxchart-note.visible {
  opacity: 1;
}

.tooltip-header {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 1px solid #c5c5c5;
}

.tooltip-body {
  width: 170px;
}

.tooltip-body .series-name {
  font-weight: normal;
  opacity: 0.6;
  display: inline-block;
  line-height: 1.5;
  padding-right: 10px;
  width: 126px;
}

.tooltip-body .value-text {
  display: inline-block;
  line-height: 1.5;
  width: 100px;
}

#buttonGroup {
  position: absolute;
  top: 20px;
  right: 50px;
}

#buttonGroup.subvert {
  top: 40px;
}

#vertBreakdown {
  min-height: 460px;
}

.table-button {
  position: absolute;
  top: 68px;
  left: 40px;
  border: 1px solid #ddd;
  border-radius: 0.25em;
  padding: 5px 6px 0 6px;
  font-size: 20px;
  z-index: 1002;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.table-button.disabled {
  z-index: 0;
}
.table-button i {
  font-size: 25px;
  width: 25px;
}
.table-button:hover {
  background: rgba(0, 0, 0, 0.1);
  border-color: #ccc;
}
.table-button.clicked {
  background: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 1px 1px 1px rgba(169, 169, 169, 1);
  -moz-box-shadow: inset 1px 1px 1px 0 rgba(169, 169, 169, 1);
  box-shadow: inset 1px 1px 1px 0 rgba(169, 169, 169, 1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.dx-button.transparent {
    background-color: transparent;
}

.negative {
  color: #f00;
  padding-right: 12px !important;
}

.positive {
  color: #2ab71b;
  padding-right: 12px !important;
}

.negative:after,
.positive:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: relative;
  float: right;
  right: -2px;
  top: 4px;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

.negative:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADJSURBVHjaYvzPgBfgkhYA4o8QFahKmBioDEYNHIQGsgBxIBCLkqgvAYi/g1mMjMjir0EJzR6If/6HpChKMMgMe3DKBeIcKhiY8x/MYoDj+RQYNgdkGLqBbEB8kgzDToL1YjEQhKWB+BUJhj0H64Eahs1AELYhMpJ+gtUiGYbLQBBOI8LANLBaIg1kAAc0vkiAqSPBQFAkHcNi2DGoHMkGgrAENOCRI0ECRQ2JBoKwJTQCfkLZDPgMZPxPXN5NhtJzMSsJVBMAAgwAyWSY2svfmrwAAAAASUVORK5CYII=");
}

.positive:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADKSURBVHjaYtTaLs1ABEiG0nPRJa56PEHhsxBhmCUQT4OyrwHxcXyKmQgYJgHE64CYDYrXQcXIMhCbAcgWkGzgNKh38QUB0QamIUUErkhKI9ZAGyCeTERkTYaqxWsgKA2txhdG6GGsvUNGGpeBRMUiGhCFGsqGzUBQQJsxkA5AemaiG5hDIBIIgQSgK0FmMDACs549kN5FZLjhA7+A2A2U9YSAOBeLAk4gnoBDczoOcSFGPIUDPxB/wCHHiKtwYGKgMhg1cBAaCBBgAJTUIL3ToPZfAAAAAElFTkSuQmCC");
}

.coverage-map {
  position: relative;
  width: 100%;
  height: 533px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.card-block-container {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
}

.card-block,
.card-block.full {
  padding: 1.2rem 3.2rem;
  width: 100%;
}

.card-block.full.aggregate {
  padding-bottom: 5rem;
}

@media (min-width: 992px) {
  .card-block {
    width: 50%;
  }
}

@media (min-width: 1168px) {
  .card-block {
    width: 33.3%;
  }
}

/* @media (min-width: 1500px) {
  .card-block {
    width: 25%;
  }
  
  .card.market-stat {
    padding: 1em;
  }
  
  .card.market-stat.pd-2 {
  padding: 2em 1em;
  }
  
  .market-stat .inline-stats {
    display: inline-flex;
    margin: 0 auto;
  }
  
  .market-stat .inline-stats .stat-icon {
    font-size: 22px;
    line-height: 40px;
  }
  
  .market-stat .inline-stats .card-text {
    margin: 7px 6px;
    font-size: 16px;
  }
  
  .market-stat .inline-stats .lead {
    line-height: 37px;
    font-size: 22px;
  }
  
} */

 .info-card .button-info{
    position: absolute;
    right: 0;
    top: 3px;
  }

.card-block .card-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.card-block .card-title.list {
  margin-bottom: 0;
}

.card-block .card-title span{
  white-space: nowrap;
}

.card-block.aggregate .card-title {
  text-transform: none;
}

.card-block .separator {
  margin: 15px 0;
  border: none;
  border-bottom: solid 1px rgba(120, 130, 140, 0.2);
  background-color: transparent;
}

.card-block p.card-text {
  color: #aaa;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px 0;
  font-size: 14px;
  letter-spacing: 0;
}

.card-block.aggregate p.card-text {
  padding-left: 10px;
}

.card.mkt-intel {
  min-height: 72px;
}

.mkt-intel-group .stat-icon{
  font-size: 30px;
  position: absolute;
  color: #fff;
  left: 13px;
  top: 22px;
  cursor: pointer;
}

.mkt-intel-group .title, .mkt-intel-group .mkt-title {
  margin-left: 40px;
}

.mkt-intel-group .source {
  font-size: 12px;
}

.mkt-intel-section.collapsed {
  transform: scaleY(0);
  transform-origin: 50% 0%;
  height: 0;
  transition: all 0.2s ease-in-out;
}

.mkt-intel-section.expanded {
  transform: scaleY(1);
  transform-origin: 50% 0%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.mkt-intel .card-text {
  margin-top: 0;
  margin-left: 5em;
  line-height: 1em;
  height: 100%;
}

.mkt-intel .lead {
  position: absolute;
  top: 38px;
}

.mkt-intel .stat-icon {
  font-size: 24px;
  font-weight: bold;
  color: #145388;
  position: absolute;
  top: 10px;
  left: 30px;
}

.intel-source {
  text-align: right;
}

.mkt-intel-section .title {
  color: #145388;
  text-align: center;
}

.intel-source p {
  font-weight: 500;
  font-size: 12px;
  text-align: right;
}

.intel-source-img {
  width: 150px;
}

.intel-source-img2 {
  width: 200px;
}

.audience-action-bar {
  height: 436px;
}

.pullDownIntel{
	animation-name: pullDownIntel;
	animation-duration: 0.6s;	
	animation-timing-function: ease-out;	
  animation-fill-mode: forwards;
	transform-origin: 50% 0%;
  height: 100%!important;
}

@keyframes pullDownIntel {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}


.card-block i {
  padding-right: 6px;
  font-size: 16px;
}

.card-block img {
  width: 24px;
  height: 24px;
  padding-right: 5px;
  padding-bottom: 4px;
}

.card-block.aggregate img {
  width: 30px;
  height: 30px;
}

.ui.table.market-table {
  border-top: none;
  margin-bottom: 0;
}

.ui.table.market-table thead {
  background: rgba(63, 141, 183, 0.95);
}

.ui.table.market-table thead th {
  background: transparent;
  color: #fff;
}

/* -------------------------------- 

Year Selector

-------------------------------- */
nav[role="navigation"] {
  text-align: center;
}

.cd-pagination {
  width: 100%;
  position: relative;
  text-align: center;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding: 0;
}
.cd-pagination.vert {
  margin-bottom: 10px;
}
.cd-pagination.vertBreak {
  margin-bottom: 18px;
}
.tableview .cd-pagination {
  position: absolute;
  z-index: 10;
  top: 45px;
}
.cd-pagination li {
  /* hide numbers on small devices */
  display: none;
  margin: 0 0.1em;
}
.cd-pagination li.button {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
.cd-pagination a,
.cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  padding: 0.2em 0.8em;
  font-size: 1.1em;
}
.cd-pagination a {
  border: 1px solid #ddd;
  border-radius: 0.25em;
}
.no-touch .cd-pagination a:hover {
  background-color: #f2f2f2;
}
.cd-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
}
.cd-pagination li.year {
  /* button enabled */
  display: inline-block;
}
.cd-pagination .disabled {
  opacity: 0;
  pointer-events: none;
}

.cd-pagination .button:first-of-type a::before {
  content: "\00ab";
}
.cd-pagination .button:last-of-type a::after {
  content: "\00bb";
}
.cd-pagination .current {
  /* selected number */
  background-color: #3498db;
  border-color: #2b89c7;
  color: #ffffff !important;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .cd-pagination li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-pagination {
    margin: 0 auto;
  }
}

.cd-pagination.move-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.move-buttons .button:first-of-type {
  float: left;
}
.cd-pagination.move-buttons .button:last-of-type {
  float: right;
}

.cd-pagination.no-space.move-buttons {
  width: 90%;
  max-width: 768px;
  display: block;
  overflow: hidden;
}
.cd-pagination.no-space.move-buttons li {
  float: none;
  border: none;
}
.cd-pagination.no-space.move-buttons a,
.cd-pagination.no-space.move-buttons span {
  float: none;
}

.cd-pagination.custom-icons .button a {
  position: relative;
}
.cd-pagination.custom-icons .button:first-of-type a {
  padding-left: 2.4em;
}
.cd-pagination.custom-icons .button:last-of-type a {
  padding-right: 2.4em;
}
.cd-pagination.custom-icons .button:first-of-type a::before,
.cd-pagination.custom-icons .button:last-of-type a::after {
  content: "";
  position: absolute;
  display: inline-block;
  /* set size for custom icons */
  width: 16px;
  height: 16px;
  top: 50%;
  /* set margin-top = icon height/2 */
  margin-top: -8px;
  background: transparent url("../img/icon-arrow-1.svg") no-repeat center center;
}
.cd-pagination.custom-icons .button:first-of-type a::before {
  left: 0.8em;
}
.cd-pagination.custom-icons .button:last-of-type a::after {
  right: 0.8em;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cd-pagination.custom-buttons a,
.cd-pagination.custom-buttons span {
  vertical-align: middle;
}
.cd-pagination.custom-buttons .button a {
  /* set custom width */
  width: 25px;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
  border: none;
  background-image: url("../img/icon-arrow-2.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.cd-pagination.custom-buttons .button:last-of-type {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cd-pagination.no-space.custom-buttons .button:last-of-type a {
  border-radius: 0.25em 0 0 0.25em;
}
.cd-pagination.custom-buttons .year a {
  color: #a9a9a9;
  text-decoration: none;
  pointer-events: none;
}

/* -------------------------------- 

Vertical Alerts

-------------------------------- */

.vertical-alerts .media-types-block, .vertical-alerts .oportunity-block, .vertical-alerts .insights{
   margin: 2em auto;
   margin-left: 4em;
   width: 350px;
   display: block;
}

.vertical-alerts .insights{
   width: 80%;
}

.vertical-alerts .insights .strategy{
   margin-bottom: 3em;
}

.vertical-alerts .insights .situation{
   margin-bottom: 1em;
}

.vertical-alerts .oportunity-block {
   margin-right: 4em;
   margin-left: auto;
}

.vertical-alerts .type {
  color: #184f78;
  font-size: 27px;
  font-weight: bold;
}

.vertical-alerts .amount {
  color: #184f78;
  font-size: 6em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 20px;
}

.vertical-alerts .type-text {
  font-weight: 500;
  color: #184f78;
  font-size: 20px;
}

.vertical-alerts .media-types .media-item {
  position: relative;
  padding: 0.25em 0;
  display: flex;
  cursor: pointer;
}

.vertical-alerts .media-types .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s ease;
}

.vertical-alerts .media-item.selected .circle {
    width: 68px;
    height: 68px;
    transition: all 0.2s ease;
}

.vertical-alerts .media-types div:nth-of-type(1) .circle {
  color: #7ebc59;
  border: 2px solid #7ebc59;
}

.vertical-alerts .media-types div:nth-of-type(2) .circle {
  color: #de3f18;
  border: 2px solid #de3f18;
}

.vertical-alerts .media-types div:nth-of-type(3) .circle {
  color: #184f78;
  border: 2px solid #184f78;
}

.vertical-alerts .media-types div:nth-of-type(4) .circle {
  color: #f3ac1e;
  border: 2px solid #f3ac1e;
}

.vertical-alerts .media-types div:nth-of-type(5) .circle {
  color: #2db0b8;
  border: 2px solid #2db0b8;
}

.vertical-alerts .media-types div:nth-of-type(6) .circle {
  color: #fc611f;
  border: 2px solid #fc611f;
}

.vertical-alerts .media-types-block .amount-disclaimer {
  font-size: 13px;
  padding-top: 1em;
  font-style: italic;
}

.vertical-alerts .media-types span {
  text-transform: uppercase;
  margin-top: 1em;
  font-weight: bold;
  font-size: 18px;
  padding: 0 1em;
  transition: all 0.2s ease;
}

.vertical-alerts .media-item.selected span {
  font-size: 22px;
  transition: all 0.2s ease;
}

.vertical-alerts .media-types div:nth-of-type(1) span {
  color: #7ebc59;
}

.vertical-alerts .media-types div:nth-of-type(2) span {
  color: #de3f18;
}

.vertical-alerts .media-types div:nth-of-type(3) span {
  color: #184f78;
}

.vertical-alerts .media-types div:nth-of-type(4) span {
  color: #f3ac1e;
}

.vertical-alerts .media-types div:nth-of-type(5) span {
  color: #2db0b8;
}

.vertical-alerts .media-types div:nth-of-type(6) span {
  color: #fc611f;
}

.vertical-alerts .media-types .circle > p {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 13px;
}

.vertical-alerts .media-type-select {
   width: 250px;
   height: 40px;
   position: absolute;
   right: 7em;
   top: 18px;
}

.card.subvert .alert-trigger {
   background-color: transparent;
   border: 2px solid #fff;
   position: absolute;
   color: #fff;
   border-radius: 4px;
   height: 35px;
   padding: 1em;
   right: 20px;
   top: 10px;
   cursor: pointer;
}


.card.subvert .alert-trigger .dx-button-text {
    line-height: 0;
    font-weight: 600;
}

/* -------------------------------- 

Reports & Webinars / US ad Forcast / Ad Survey Styles

-------------------------------- */

.vc_separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.vc_separator .vc_sep_holder {
  height: 2px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%;
}
.vc_separator .vc_sep_holder .vc_sep_line {
  height: 2px;
  border-top: 2px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}
.vc_separator h4 {
  line-height: 1em;
  margin: 0;
  word-wrap: break-word;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 0.8em;
}
.vc_column-inner {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
}
.vc_column-inner::after,
.vc_column-inner::before {
  content: " ";
  display: table;
}
.wpb_single_image .vc_figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.wpb_single_image img {
  height: auto;
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  vertical-align: top;
}
#usadforecastcontent .wpb_single_image img {
  border-radius: 10px;
}
#reportsContent .wpb_single_image.wpb_content_element {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.16), 0 0px 5px rgba(0, 0, 0, 0.23);
  border-radius: 10px 10px 0 0;
}
#usadforecastcontent .wpb_single_image.wpb_content_element {
  border-radius: 10px;
}
#reportsContent .wpb_text_column.wpb_content_element {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.16), 0 0px 5px rgba(0, 0, 0, 0.23);
  border-radius: 0 0 10px 10px;
  padding: 1em 2em 4em 2em;
}
#reportsContent .wpb_text_column.wpb_content_element:nth-of-type(1),
#reportsContent .wpb_text_column.wpb_content_element.heading {
  box-shadow: none;
  border-radius: 0;
  padding: 1em 2em;
}
.wpb_wrapper p {
  color: #696969;
}

.wpb_wrapper h1 {
  font-size: 1.5em;
  margin: 0 0 20px;
}
.theme-button {
  background: #4a97c2;
  color: #fff !important;
  padding: 1em 1em 1em 2em;
  margin: 0;
  display: inline-block;
  font-size: 0.923em;
  font-weight: normal;
  color: #fff;
  outline: none;
  cursor: pointer;
  outline: none;
  border: none;
  font-family: inherit;
  -webkit-appearance: none;
  transition: all 0.15s ease-in-out;
  border-radius: 10px 0 10px 0;
  -webkit-font-smoothing: inherit;
  text-decoration: none !important;
  left: 15em;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 5px, rgba(0, 0, 0, 0.23) 0px 0px 5px;
  margin-top: -44px;
  float: right;
}
.vcex-icon-wrap {
  padding: 0 5px;
}
.vc_btn3-container.vc_btn3-center {
  text-align: center;
}
.vc_btn3 {
  color: #fff !important;
  border-color: #5aa1e3;
  background-color: #5aa1e3;
  font-size: 11px;
  padding: 8px 12px;
  border-radius: 5px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.01) 100%
  );
  background-repeat: repeat-x;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}


/* -------------------------------- 

U.S. AD FORECASTS

-------------------------------- */

.hero {
padding: 4em 2em!important;
}

.hero .row-content {
  padding-top: 45px;
}

.hero .hero-headline {
  color: #3f8db7;
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 25px;
}

.hero .hero-bio {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
}

.feature {
  padding: 4em 2em 3em 2em!important;
}

.feature .heading {
   margin-bottom: 60px;
   text-align: center;
}
.feature .heading-title {
    font-size: 32px;
    color: #3f8db7;
    line-height: 47px;
    margin-bottom: 20px;
}

.feature-panel .bg-yellow {
  box-shadow: 0 4px 10px rgba(248, 198, 82, 0.3);
  background-color: #f8c652;
}

.feature-panel .bg-purple {
  box-shadow: 0 4px 10px rgba(197, 0, 238, 0.3);
  background-color: #c500ee;
}

.feature-panel .bg-blue {
  box-shadow: 0 4px 10px rgba(92, 72, 224, 0.3);
  background-color: #5c48e0;
}

.feature-panel .bg-green {
  box-shadow: 0 4px 10px rgba(2, 230, 184, 0.3);
  background-color: #02e6b8;
}

.feature-panel .bg-orange {
  box-shadow: 0 4px 10px rgba(230, 126, 0, 0.3);
  background-color: #ff8c00;
}

.feature-panel {
  position: relative;
  margin-bottom: 4em;
}

.feature-panel .feature-icon {
  color: #664ffa;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 35px;
}

.feature-panel .feature-img {
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 40px;
  text-align: center;
}

.feature-panel .feature-content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 19px;
  color: #3f8db7;
}

.feature-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

.feature-content .subtitle {
    font-size: 16px;
    font-weight: bold;
}

.feature-content ul {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}

.feature-content ul li {
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  margin-bottom: 15px;
}

.feature-content ul li a {
  color: #337ab7;
}

.feature-content ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  color: #f8c652;
}

.feature-center {
  text-align: center;
}

.feature-center .feature-img {
  margin-right: auto;
  margin-left: auto;
}

.feature-img i {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  margin-top: -4px;
}

.feature-2 {
  padding-top: 0!important;
}

.feature-2 .feature-panel {
  position: relative;
}

.feature-2 .feature-panel .feature-content h3 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 24px;
}

.feature-2 .feature-panel .feature-content p {
  margin-bottom: 12px;
}

#usAdPie .dxc-title {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .feature-panel,
  .feature-left .feature-panel {
    margin-bottom: 30px;
  }

  .feature-panel .feature-icon,
  .feature-left .feature-panel .feature-icon {
    margin-bottom: 10px;
  }

  .feature-panel .feature img,
  .feature-left .feature-panel .feature img {
    max-width: 100%;
    height: auto;
  }

  .feature-panel .feature-content ul li:before,
  .feature-left .feature-panel .feature-content ul li:before {
    position: relative;
    padding-right: 10px;
  }

  .feature-2 .feature-panel .feature-content h3 {
    font-size: 25px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-panel {
    margin-bottom: 20px;
  }

  .feature-2 i {
    font-size: 35px;
  }

  .feature-2 .divider--line {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .feature-2 h2 {
    font-size: 25px;
  }

  .feature-2 p {
    font-size: 15px;
    line-height: 20px;
  }
}

.bg-shape {
    background-color: #fafaff!important;
    position: relative;
}

.bg-shape:before {
    top: 0;
}

.bg-shape:after {
    bottom: -150px;
}

.bg-shape:before {
    position: absolute;
    left: -25%;
    content: "";
    background: #fafaff!important;
    width: 150%;
    height: 150px;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -moz-transform-origin: 3% 0;
    -webkit-transform-origin: 3% 0;
    -ms-transform-origin: 3% 0;
    -o-transform-origin: 3% 0;
    transform-origin: 3% 0;
}

@media only screen and (min-width: 991px) {
.pt-60 {
    padding-top: 60px !important;
}
  .pt-150 {
    padding-top: 150px !important;
}
}


@media only screen and (min-width: 991px) {
.mt-50 {
    margin-top: 50px !important;
  }
  
.mt-100 {
    margin-top: 100px !important;
}
}

.portfolio-item {
    display: inline-block;
}

.portfolio-item .popup-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    pointer-events: none;
}

.portfolio-items li {
   float: left;
}

.portfolio-info {
  padding-top: 5px;
  text-align: left;
}

.popup-gallery {
    display: inline-block;
    position: relative;
}

.portfolio-item img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popup-gallery img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
}

.popup-gallery:hover img {
	/*opacity: 0.05;*/
}

.popup-gallery img, .popup-gallery a span {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.popup-gallery a span.eye-wrapper {
    background-color: #3f8db7;
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 2;
    height: 100%!important;
    top: 0%;
    margin-top: 0px;
    left: 0%;
    right: 0%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    opacity: 1;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popup-gallery .eye-wrapper span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
}

.popup-gallery .icon {
    position: absolute;
    display: block;
    z-index: 33;
    text-align: center;
    color: #fff;
    bottom: 5%!important;
    left: 75%;
    right: 0%;
    vertical-align: middle;
}

.popup-gallery i {
    font-size: 32px;
}

.popup-gallery p {
    position: absolute;
    font-size: 13px;
    left: 10%;
    font-weight: 500;
    right: 10%;
    text-align: left;
    color: #fff;
    top: 10%!important;
}

.portfolio-box-grey {
    margin-bottom: 30px;
    height: 240px;
    background-color: #f6f7f8;
    border-bottom: 2px solid #e0e0e0;
    text-align: center;
    padding: 5px 20px 12px 20px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.portfolio-box-grey h4 {
    margin: 1px 0 2px 0!important;
    line-height: 20px;
    font-weight: 500;
    font-size: 18px;
}

.mediaForecastsInfo {
    width: 35px!important;
    height: 35px!important;
    position: absolute;
    margin-top: 0;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    right: 5%;
    cursor: pointer;
}

.mediaForecastsInfo:hover, .mediaForecastsInfo:active {
    border: none;
    background-color: transparent;
}

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(15%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(15%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}

/* -------------------------------- 

Floating Quick Navigation

-------------------------------- */

#quick-nav ul {
  position: fixed;
  width: 90%;
  max-width: 300px;
  right: 3%;
  bottom: 4%;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(63, 141, 183, 0.95);
  background: white;
  visibility: hidden;
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s;
}
#quick-nav ul li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#quick-nav ul.is-visible {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
  transition: transform 0.3s, visibility 0s 0s;
}
#quick-nav ul.is-visible li:nth-child(1) {
  /* list items animation */
  -webkit-animation: cd-slide-in 0.2s;
  -moz-animation: cd-slide-in 0.2s;
  animation: cd-slide-in 0.2s;
}
#quick-nav ul.is-visible li:nth-child(2) {
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}
#quick-nav ul.is-visible li:nth-child(3) {
  -webkit-animation: cd-slide-in 0.4s;
  -moz-animation: cd-slide-in 0.4s;
  animation: cd-slide-in 0.4s;
}
#quick-nav ul.is-visible li:nth-child(4) {
  -webkit-animation: cd-slide-in 0.5s;
  -moz-animation: cd-slide-in 0.5s;
  animation: cd-slide-in 0.5s;
}
#quick-nav ul.is-visible li:nth-child(5) {
  -webkit-animation: cd-slide-in 0.6s;
  -moz-animation: cd-slide-in 0.6s;
  animation: cd-slide-in 0.6s;
}
#quick-nav li a {
  display: block;
  padding: 1em;
  font-weight: 500;
  border-bottom: 1px solid #eff2f6;
}
#quick-nav li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 1170px) {
  #quick-nav ul {
    position: absolute;
    width: auto;
    max-width: none;
    bottom: auto;
    top: 36px;
    background: transparent;
    visibility: visible;
    box-shadow: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  #quick-nav li {
    display: inline-block;
  }
  #quick-nav li a {
    opacity: 1;
    padding: .4em;
    margin-left: 1.6em;
    border-bottom: none;
    color: #333333;
  }
  #quick-nav li a:hover {
    color: #333333;
  }
  #quick-nav.is-fixed ul {
    position: fixed;
    width: 90%;
    max-width: 300px;
    bottom: 50%;
    right: 1%;
    top: auto;
    background: white;
    visibility: hidden;
    box-shadow: 0 0 10px rgb(77 81 84 / 95%);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  #quick-nav.is-fixed ul li {
    display: block;
  }
  #quick-nav.is-fixed ul li a {
    padding: 1em;
    margin-left: 0;
    border-bottom: 1px solid #eff2f6;
  }
  #quick-nav ul.has-transitions {
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
  }
  #quick-nav ul.is-visible {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s;
  }
  #quick-nav ul.is-hidden {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
}

.quick-nav-trigger {
   position: fixed;
   right: 1%;
   bottom: 50%;
   width: 44px;
   height: 44px;
   background: #3f8db7;
   border-radius: 0.25em;
   box-shadow: 0 0 5px rgb(63 141 183 / 95%);
   cursor: pointer;
   overflow: hidden;
   text-indent: 100%;
   white-space: nowrap;
   z-index: 2;
}
.quick-nav-trigger span {
  /* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.quick-nav-trigger span::before, .quick-nav-trigger span::after {
  content: '';
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, background 0s;
  -moz-transition: -moz-transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s;
}
.quick-nav-trigger span::before {
  top: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.quick-nav-trigger span::after {
  bottom: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.quick-nav-trigger.menu-is-open {
  box-shadow: none;
}
.quick-nav-trigger.menu-is-open span {
  background: rgba(232, 74, 100, 0);
}
.quick-nav-trigger.menu-is-open span::before, .quick-nav-trigger.menu-is-open span::after {
  background: #fff;
}
.quick-nav-trigger.menu-is-open span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.quick-nav-trigger.menu-is-open span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 1170px) {
  .quick-nav-trigger {
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
  }
  .is-fixed .quick-nav-trigger {
    visibility: visible;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cd-bounce-in 0.3s linear;
    -moz-animation: cd-bounce-in 0.3s linear;
    animation: cd-bounce-in 0.3s linear;
  }
}

#cd-gallery-items li {
  margin-bottom: 1.5em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
}
#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em;
}
@media only screen and (min-width: 768px) {
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1170px) {
  #cd-gallery-items li {
    width: 31%;
    float: left;
    margin-bottom: 2.5em;
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(3n) {
    margin-right: 0;
  }
}

@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translateX(100px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes cd-bounce-in {
  0% {
    -webkit-transform: scale(0);
  }

  60% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    -moz-transform: scale(0);
  }

  60% {
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}



/* -------------------------------- 

Reports & Webinars

-------------------------------- */

.cd-main-content {
  position: relative;
  min-height: 100vh;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}

/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.cd-filter-content {
  position: absolute;
  right: 2%;
  top: 0;
  z-index: 1;
}
.cd-filter-content input {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px;
  margin-top: 6px;
}
.cd-filter-content input:focus{
    outline: none;
}
.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #4a97c2;
}
.cd-tab-filter li {
  display: none;
  margin-top: 0;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  font-size: 12px;
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: #4a97c2;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #4a97c2, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    margin: 0 2%;
    float: left;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 0.4em;
    width: auto;
    color: #808080;
    font-weight: normal;
    font-size: 12px;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #3f8db7;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #3f8db7;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 #3f8db7;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: 68%;
    margin: 0 auto;
    float: none;
  }
    .cd-tab-filter a {
    display: inline-block;
    padding: 0 0.5em;
    width: auto;
    color: #808080;
    font-weight: normal;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 68%;
    margin: 0 auto;
    float: none;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
  .cd-tab-filter a {
    padding: 0 1em;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
  padding: 26px 5%;
  width: 100%;
}
.cd-gallery li {
  margin: 0 1%;
  margin-bottom: 1.6em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  display: none;
  border-radius: 10px;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.cd-gallery .thumbnails {
  width: 100%;
  margin: 0 auto;
}
.cd-gallery .thumbnails img {
  display: inline-block;
  width: 29%;
  margin: 1em 3px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.cd-gallery .thumbnail-links a {
  color: #337ab7;
}
.modal-content.reports {
  box-shadow: none;
}
.modal-content img {
  width: 100%;
  border-radius: 10px;
}
.cd-gallery h3 {
  margin: 0;
  margin-bottom: 5px;
  margin-bottom: 10px;
  font-size: 15px;
}
.cd-gallery p {
  margin: 0;
  font-weight: 300;
  font-size: 13px;
}
.cd-gallery .content-element {
  background: #fff;
  padding: 1em 1.2em;
  padding-bottom: 4em;
  border-radius: 0 0 10px 10px;
  word-wrap: break-word;
  text-align: start;
  color: #696969;
  height: 400px;
  overflow: hidden;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
.cd-gallery .theme-button {
    background: #4a97c2;
    color: #fff !important;
    padding: 1em;
    margin: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    outline: none;
    cursor: pointer;
    outline: none;
    border: none;
    font-family: inherit;
    -webkit-appearance: none;
    transition: all 0.15s ease-in-out;
    border-radius: 10px 0 10px 0;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
    left: 15em;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 5px, rgba(0, 0, 0, 0.23) 0px 0px 5px;
    margin-top: -39px;
    float: right;
}
@media only screen and (min-width: 600px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 48%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 992px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 31%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1200px) {
  .cd-gallery {
    padding: 50px 2%;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: 23%;
  }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

