/* ============= SITE CONTENT ============= */
@font-face {
  font-family: 'dhl-module';
  src: url('../fonts/dhl-module/dhl-module.eot');
  src: url('../fonts/dhl-module/dhl-module.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/dhl-module/dhl-module.woff') format('woff'),
    url('../fonts/dhl-module/dhl-module.ttf') format('truetype'),
    url('../fonts/dhl-module/dhl-module.svg#dhl-module-') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*='icon-dhl']:before {
  display: inline-block;
  font-family: 'dhl-module';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dhl-module-box:before {
  content: '\e900';
}
.icon-dhl-module-cart:before {
  content: '\e901';
}
.icon-dhl-module-label:before {
  content: '\e902';
}
.icon-dhl-module-lift:before {
  content: '\e903';
}
.icon-dhl-module-list:before {
  content: '\e904';
}
.icon-dhl-module-lock:before {
  content: '\e905';
}
.icon-dhl-module-map:before {
  content: '\e906';
}
.icon-dhl-module-truck:before {
  content: '\e907';
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.btn {
  font-weight: 600;
}

/* Extra small devices (phones, less than 768px) */
html {
  overflow-x: hidden;
}
#wrapper {
  overflow-x: hidden;
}

/* Checker */
.desktop-checker {
  display: none;
  height: 0;
  opacity: 0;
}
.desktop-view {
  display: none;
}
.mobile-view {
  display: block;
}

/* Generics */
clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.clear {
  visibility: hidden;
  display: block;
  font-size: 0;
  clear: both;
  height: 0;
}
*:focus {
  outline: none !important;
}
* {
  outline: none !important;
}
.nopadding {
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
img {
  max-width: 100%;
}

.outerContainer {
  display: table;
  height: inherit;
  overflow: hidden;
  width: 100%;
}
.innerContainer {
  display: table-cell;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.element {
}

body.no-scrolling {
  overflow-y: hidden !important;
}
#wrapper > .container-fluid {
  height: auto;
}

.loader {
  display: none;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.loader span {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 auto;
  background-image: url('../img/loader.gif');
  background-size: cover;
}

.checkbox label::before {
  top: 3px;
}

.fancybox-overlay {
  z-index: 999999;
}
.fancybox-wrap {
  z-index: 999999;
}
.fancybox-lock .fancybox-overlay {
  overflow: hidden;
} /* DA TESTARE */
.fancybox-skin {
  border-radius: 0;
  padding: 0 !important;
}
.fancybox-close {
  background-image: none;
  top: 8.5px;
  right: 15px;
  width: 30px;
  height: 30px;
}
.closing-btn {
  position: relative;
  right: 0;
  top: 17px;
}
.closing-btn span {
  background-color: #808080;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  border-radius: 25px;
  top: 50%;
  margin-top: -2px;
}
.closing-btn span.top {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.closing-btn span.bottom {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

.mobileLogin {
  text-align: left;
}
.mobileLogin h4 {
  padding: 0 15px;
  margin: 30px 0 10px;
}
.login-links {
  padding-top: 0;
}
.login-links .register {
  color: #333;
}

.inputBox {
  padding: 10px 8px 8px;
}

.col-full-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
}

.is-table-row {
  display: table;
}
.is-table-row [class*='col-'] {
  float: none;
  display: table-cell;
  vertical-align: top;
}

.iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.iframe-container > .video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.iframe-container.img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Inputs */
.field-container {
  margin-bottom: 15px;
  position: relative;
}
.field-container > label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 2px;
  text-align: left;
  color: #808080;
}
.field-container button {
  margin-top: 50px;
}
.field-container input {
  color: #000;
}
.form-control {
  padding: 10px 8px 8px;
  height: auto;
}
.form-control.field_assistance {
  padding: 10px 8px 8px;
  font-size: 14px;
  line-height: 20px;
}
.field-container .loader {
  position: relative;
  margin-top: 40px;
}
.form-control:focus {
  border-color: #ccc;
  box-shadow: none;
}

textarea.form-control {
  resize: none;
  height: 160px;
}

select {
  width: 100%;
}
.select2 {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  height: 40px;
  text-align: left;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
  padding-right: 30px;
  color: #999;
  font-size: 14px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
  width: 30px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 7px 6px 0 6px;
  margin-left: -8px;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0 6px 7px 6px;
}
.select2-container--default .select2-results__option {
  color: #808080;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #101829;
  color: #fff;
  font-weight: 600;
}
.select2-container--default.selected
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
} /* select value change color */

.checkbox-switch-container {
  width: 40px;
  height: 24px;
  position: relative;
  display: inline-block;
}
.checkbox-switch-container input[type='checkbox'] {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.checkbox-switch-container label {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.checkbox-switch-container label:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #808080;
  margin: 0;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.checkbox-switch-container label:after {
  display: block;
  content: '';
  width: 100%;
  height: 13px;
  border-radius: 10px;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #808080;
  z-index: 1;
}
.checkbox-switch-container input[type='checkbox']:checked + label:before {
  left: 20px;
}
.checkbox-switch-container input[type='checkbox']:checked + label:after {
  background-color: #ff2a0b;
}

/* Simplebar ScrollBar*/
.simplebar-scrollbar:before {
  opacity: 1 !important;
  background-color: #808080 !important;
}
.simplebar-track.simplebar-horizontal {
  display: none !important;
}

/* Custom Autocomplete (jQuery UI) */
.autocomplete-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #979797;
  z-index: 12;
  margin-top: 10px;
  padding: 10px 0 5px;
  overflow: hidden;
}
.autocomplete-box .not-found,
.autocomplete-box .not-found label {
  cursor: default !important;
}
.autocomplete-box .view-all {
  padding-bottom: 10px;
  background-color: #fff;
}
.autocomplete-box .view-all a {
  width: 100%;
  display: block;
  position: relative;
  z-index: 5;
}
.autocomplete-list {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  max-height: 160px !important;
}
.autocomplete-list .autocomplete-content {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  margin-top: 5px;
  display: block !important;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.autocomplete-list .autocomplete-content .ui-menu-item label {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  color: #000;
  cursor: pointer;
  display: block;
  width: auto;
  text-align: left;
  margin-left: 0;
}
.autocomplete-list .autocomplete-content .ui-menu-item label:hover:before {
  background-image: url(../images/icon-pin-azure.svg);
}
.autocomplete-list .autocomplete-content .ui-menu-item label.ui-state-active {
  color: #000;
}
.autocomplete-list
  .autocomplete-content
  .ui-menu-item
  label.ui-state-active:before {
  background-image: url(../images/icon-pin-azure.svg);
}
.autocomplete-list .autocomplete-content .ui-menu-item label {
  border-top: 1px solid #ccc;
  margin-top: 10px;
}
.autocomplete-list .autocomplete-content .ui-menu-item label {
  border-bottom: 0;
  padding-bottom: 0;
}
.autocomplete-list .autocomplete-content .ui-menu-item:first-child label {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.autocomplete-list
  .autocomplete-content
  .ui-menu-item:first-child
  label:before {
  top: 0px;
}
.autocomplete-list .autocomplete-content .ui-menu-item .highlight-match {
  color: #ff2a0b;
  font-weight: 600;
}
.ui-helper-hidden-accessible {
  display: none !important;
}

/* Bootstrap tabs */
.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}
.tab-content > .active {
  height: auto;
}

.nav-pills.dhl-tab-header li {
  margin: 0 -2px 0 0;
  position: relative;
}
.nav-pills.dhl-tab-header li a {
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #bfbfbf;
  text-transform: uppercase;
  color: #808080;
  font-weight: 600;
  padding: 10px 30px;
}
.nav-pills.dhl-tab-header li.active a {
  background-color: #ff2a0b;
  color: #fff;
  border-color: #ff2a0b;
}
.nav-pills.dhl-tab-header li.active:after {
  content: '';
  display: block;
  font-size: 0px;
  line-height: 0%;
  width: 0px;
  border-top: 14px solid #ff2a0b;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  top: 100%;
}

.dhl-tab-content {
  background-color: #f5f5f5;
  width: calc(100% + 30px);
  margin: 20px 0 0 -15px;
  padding-top: 30px;
}

/* Header */
.dropdownNotifications {
  max-height: 80vh !important;
  overflow-x: hidden !important;
}
.dropdownNotifications .showAllRow {
  border: none;
  padding-bottom: 0;
  text-align: center;
}
.dropdownNotifications .showAllRow hr {
  height: 1px;
  width: 100%;
  display: block;
  background-color: #808080;
  padding: 0;
  margin: 0;
}
.dropdownNotifications .latestNotification {
  background-color: rgba(255, 204, 0, 0.45);
}
.dropdownNotifications .more-notification-trigger {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  margin: 6px 0 10px;
}
.notification-tpl .image-container {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.notification-tpl .image-container .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}
.notification-tpl .notification-text {
  line-height: 1.2;
  padding-left: 10px;
}
.notification-tpl .notification-text .notificationDateTime {
  margin-top: 10px;
}
.site-header .header-menu {
  display: none;
}
.site-header .header-menu li .submenu-content {
  display: none;
  max-height: 0;
  overflow: hidden;
}
.navbar-nav li.login-label a {
  padding-top: 15px !important;
  padding-right: 0 !important;
}
.navbar-nav li:first-child.login-label a {
  padding-right: 15px !important;
}
.navbar-header .hamburger {
  margin: 0 20px 0 15px;
}
.menu-info .name {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  margin-right: 6px;
}
.menu-info .image-container {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.site-header .navLogo {
  margin-top: 8px;
}
.site-header .navLogo img {
  max-width: 180px !important;
}

/* Sidebar Left - Mobile Menu */
.sidebar-nav {
  color: #fff;
  padding-bottom: 20px;
}
.mobile-nav-menu.first {
  margin-top: 20px;
}
.sidebar-nav li.mobile-nav-menu {
  border-bottom: 1px solid #fff;
  position: relative;
}
.sidebar-nav li.mobile-nav-menu:last-child {
  border: none;
}
.sidebar-nav li.mobile-nav-menu.active {
  background-color: #fff;
}
.sidebar-nav li.mobile-nav-menu.active h5 {
  color: #ff2a0b;
}
.sidebar-nav li.mobile-nav-menu h5 {
  display: inline-block;
  color: #fff;
}
.sidebar-nav li.mobile-nav-menu.submenu h5 {
  display: block;
  padding: 4px 16px;
  color: #fff;
}
.sidebar-nav li.mobile-nav-menu.submenu.active h5,
.sidebar-nav li.mobile-nav-menu.active .submenu h5 {
  color: #ff2a0b;
}
.sidebar-nav li.mobile-nav-menu span {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #ff2a0b;
  font-size: 22px;
  -webkit-transition: transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}
.sidebar-nav li.mobile-nav-menu.open span.accordion-arrow {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.sidebar-nav li.mobile-nav-menu .submenu-content {
  display: none;
}
.sidebar-nav li.mobile-nav-menu .submenu-content ul {
  padding: 0;
}
.sidebar-nav li.mobile-nav-menu .submenu-content ul li {
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}
.sidebar-nav li.mobile-nav-menu .submenu-content ul li:first-child {
  border-top: 1px solid #fff;
}
.sidebar-nav li.mobile-nav-menu .submenu-content ul li.active {
  background-color: #fff;
  border-color: #101829;
}
.sidebar-nav li.mobile-nav-menu .submenu-content ul li a {
  font-size: 13px;
  text-transform: none;
  color: #fff;
  font-weight: 400;
}
.sidebar-nav li.mobile-nav-menu .submenu-content ul li.active a {
  color: #ff2a0b;
}
.sidebar-nav li.mobile-nav-menu .submenu-content ul li:last-child {
  border-bottom: none;
}

/* Footer */
.mobile-footer-container {
  display: table;
  height: 100%;
  width: 100%;
}
.mobile-footer-container > div {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}

.footer.desktop-footer {
  display: none;
  position: relative;
}
.footerR1 {
  margin: 0;
  padding: 15px 0 5px;
  background: linear-gradient(90deg, #74328e 0%, #ff4226 100%);
  width: 100%;
}
.dhlFooter:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 15px auto 12px;
  display: block;
}
.dhlFooter img {
  max-width: 160px;
}
.contactFooter:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 15px auto 12px;
  display: block;
}
.contactFooter p {
  font-size: 12px;
  color: #323232;
  font-weight: 600;
}
.footerR2 {
  text-align: center;
  background-color: #101829;
  padding: 15px 0 11px;
}
.footerR2 div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footerR2 > div > ul > li {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}
.footerR2 > div > ul > li > a {
  color: #fff;
  text-decoration: none !important;
  font-size: 12px;
}
.phoneIcon {
  float: left;
}
.dhlService > label {
  position: absolute;
  left: 15px;
  top: 0;
  display: inline-block;
}
.dhlService > label i {
  color: #ff2a0b;
}
.dhlService > label i.fa-comment {
  font-size: 36px;
}
.dhlService > label i.fa-phone {
  color: #101829;
  position: absolute;
  left: 12px;
  top: 9px;
  font-size: 18px;
}
.dhlService > p {
  padding-left: 50px;
}
.dhlService > p > span {
  font-weight: 800;
  display: block;
  font-family: 'Delivery_LightBold';
  font-size: 16px;
  color: #000;
}
.dhlService > p > label {
  line-height: 22px;
  font-weight: 400;
  color: #323232;
  font-size: 14px;
}
.mediaFooter .title {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-top: 0;
  text-align: center;
}
.mediaFooter .text {
  margin: 15px 0 0;
  color: #fff;
  text-align: center;
}
.social {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social > a {
  position: relative;
  top: 0;
  left: -4px;
}
.social [class*='fa fa-'] {
  background: linear-gradient(90deg, #74328e 0%, #ff4226 100%);
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: auto 3px;
  width: 30px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}
.dhlLinks a {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}
.contactFooter .disclaimer {
  font-size: 11px;
  line-height: 14px;
  padding-top: 5px;
}
#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  border: 1px solid #808080 !important;
  background-color: #808080 !important;
  font-weight: 700 !important;
  padding: 5px 10px !important;
}

/* Login */
.login-tpl {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Home - Category */
.home-content {
  position: relative;
}
.home-content.logged-off {
  margin-top: 70px;
}
.stick .active,
.stick .active > a > h5,
.stick .active,
.stick .active > a > h5 {
  background-color: #101829;
  color: #fff;
}
.affix-board {
  padding-top: 5px;
}
.affix-board h2 {
  margin-top: 0px;
}
.affix-board a h5 {
  padding-left: 13px;
  position: relative;
  margin-bottom: 14px;
}
.affix-board a h5:before {
  position: absolute;
}
#affix-login.nav-login {
  position: fixed;
  left: 0;
  top: 51px;
  width: 100%;
  z-index: 10;
}
#affix-login.nav-login .loginAffixRow {
  padding: 12px 0;
  margin: 0;
}
.quickPillsRow {
  padding: 15px 0 0;
}
.quickPillsRow .category-title {
  margin: 0 0 10px;
}
.homePills {
  padding: 0 15px;
}
.homePills > .row > div {
  display: none;
}
.homePills > .row > div .thumbnail img {
  display: none;
}
.homePills > .row {
  display: block;
}
.homePills > .row > div:first-child {
  display: block;
}
.thumbnail .caption {
  padding: 20px 15px 0;
  position: relative;
  margin-bottom: -5px;
}
.thumbnail .caption .pill-title {
  overflow: hidden;
  margin: 10px 0;
  line-height: 22px;
  font-size: 20px !important;
}
.thumbnail .caption .pill-desc {
  overflow: hidden;
  margin: 0;
  line-height: 18px;
  color: #000;
  margin-bottom: 55px;
}
.thumbnail .caption .category-label {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  letter-spacing: 0.5px;
  width: 100%;
  padding-right: 50px;
  color: #ff2a0b;
}
.thumbnail .pill-popup-trigger {
  display: none;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 2;
  padding: 10px;
}
.thumbnail .pill-popup-trigger span {
  background: url('../img/expand-icon.png') center no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
  display: block;
}
.pill-links {
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: calc(100% - 30px);
  padding: 0 15px;
}
.pill-links .show-pill {
  display: block;
  float: left;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
}
.pill-links .show-pill label {
  margin: 0;
}
.profilePillCol .pill-links .show-pill {
  left: 0;
}
.pill-links .show-more {
  display: block;
  float: right;
  margin: 0;
  font-weight: 600;
  color: #ff2a0b;
}
.pill-links .show-more:hover {
  color: #808080;
}
.homePills .view-all-trigger {
  background-color: transparent;
}
.quickPill .iframe-container {
  padding-bottom: 0;
  height: auto;
}
.quickPill .iframe-container.img {
  display: none;
}
.homePills .show-all-trigger {
  margin: 20px 0;
  cursor: pointer;
}
.saveBookmark:hover {
  color: #808080;
}
a:hover h5.saveLinkAccordion,
a:focus h5.saveLinkAccordion {
  color: #808080;
}
.not-saved-skin h5 i {
  color: #b5b5b5;
}
.saved-skin h5 i {
  color: #101829;
}
.showAllRow {
  border-bottom: 1px solid #808080;
}
.singleNotification {
  background-color: #fff;
  border-bottom: 1px solid #808080;
}
.notification-list
  .list-content
  .notification-row:first-child
  .singleNotification {
  border-top: 1px solid #808080;
}
.singleNotification::after hover {
  background-color: #fff;
}
.singleNotification .help-block {
  margin: 0;
}
.singleNotification .input-group {
  margin-top: 2px;
}
.singleNotification > .row > div.col-xs-1 {
  position: absolute;
  right: 0;
  top: 20px;
}
.latestNotification {
  background-color: transparent;
}
.caption a.saved-label:hover h5 {
  color: #808080;
}
.tagBtn.reset {
  background-color: transparent;
  height: auto;
  padding: 5px 0 !important;
  text-transform: none;
  font-size: 14px;
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}
.tagBtn.reset.tagBtnActive {
  color: #ff2a0b;
  background-color: transparent;
}
.contentFeedFilters {
  padding: 18px 0 0;
}
.contentFeedFilters .sectionPadding {
  padding: 3px 0 0;
}
.contentFeedFilters .tagSection {
  padding: 0 15px;
}
.contentFeedFilters > a > h5 {
  margin-left: 15px;
}
.contentFeedFilters .filtersPanelContent {
  padding: 10px 15px 10px;
  margin-bottom: 18px;
}
.leave-comment-mobile {
  margin: 0 15px;
  width: calc(100% - 30px);
  text-transform: none;
}
.user-logged-in .leave-comment-stick {
  position: fixed;
  top: 70px;
  right: 18%;
}
.user-logged-in.right-sidebar-off .leave-comment-stick {
  right: 5%;
}
show-right-sidebar .user-logged-out .leave-comment-stick {
  right: 5%;
}
.leave-comment {
  text-transform: none;
}
.contentFeedFilters {
  overflow: hidden;
}
.mobileTagSection {
  margin-top: 18px;
}
.filter-section .tagBtn {
  background-color: #101829;
  color: #808080;
}
.filter-section .tagBtn.tagBtnActive {
  background-color: #101829;
  color: #ff2a0b;
}
.filter-section .tagBtn.reset {
  background-color: transparent;
}
.feedItem .caption a h5 span {
  display: block;
  margin-top: 7px;
}
.contentFeedtags .tagBtn {
  background-color: #101829;
}
.contentFeedtags .tagBtn:focus {
  color: #ff2a0b;
}
.home-affix-content {
  padding: 20px 0;
}

/* Pill Popup */
.generic-popup {
  width: 100%;
  min-height: 300px;
  padding: 50px 20px 20px;
  position: relative;
  background-color: #fff;
}

#pills-carousel-popup .saveLinkAccordion {
  display: inline-block;
}
#pills-carousel-popup .carousel-pager {
  position: absolute;
  left: 0;
  top: 11px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #808080;
}
#pills-carousel-popup .thumbnail .caption h4 {
  height: auto;
}
#pills-carousel-popup .thumbnail .caption .show-more {
  text-align: right;
}
#pills-carousel-popup .loader {
  top: 35%;
}
.caption-carousel .slideItem {
  margin-bottom: 7px;
}
.caption-carousel .slideItem .img-container {
  background-size: cover;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center left;
}
.caption-carousel .slideItem .img-container img {
  width: 100%;
}
.caption-carousel .slick-arrow {
  z-index: 2;
  position: absolute;
  font-size: 20px;
  top: -48px;
  color: #808080;
  border: 0;
  background-color: transparent;
  padding-bottom: 5px;
}
.caption-carousel .slick-arrow.slick-prev {
  left: -5px;
}
.caption-carousel .slick-arrow.slick-prev i {
  margin-right: 5px;
}
.caption-carousel .slick-arrow.slick-next {
  left: 35px;
}
.caption-carousel .slick-arrow.slick-next i {
  margin-left: 5px;
}
.caption-carousel .slideItem .caption {
  padding: 15px 0 0;
}
.caption-carousel .slideItem .caption h4 {
  line-height: 22px;
}
#pills-carousel-popup .slick-dots {
  z-index: 1;
  position: absolute;
  left: -38px;
  top: -40px;
  text-align: center;
  font-size: 16px;
  color: #808080;
  width: auto;
  padding: 0;
  right: 0;
  margin: 0 auto;
}
#pills-carousel-popup .slick-dots li {
  display: none;
}
#pills-carousel-popup .slick-dots li.slick-active {
  display: block;
}
#pills-carousel-popup .slick-dots li button {
  border: 0;
  background: none;
}
#pills-carousel-popup .saveAccordion .sectionPadding {
  padding-bottom: 0;
}

#quickPill-popup .pill-img-container {
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
}
#quickPill-popup .pill-img {
  background-size: cover;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center left;
}
#quickPill-popup .pill-img img {
  min-height: 160px;
  width: 100%;
}
#quickPill-popup .pillInfo {
  padding: 15px 0;
}
#quickPill-popup a.not-saved-skin,
#quickPill-popup .saved-panel a.saved-skin {
  text-decoration: none !important;
}
#quickPill-popup a.not-saved-skin,
#quickPill-popup .saved-panel a.saved-skin h5 {
  text-decoration: none !important;
}
#quickPill-popup.profile-quickPill-popup a.not-saved-skin,
#quickPill-popup.profile-quickPill-popup .saved-panel a.saved-skin {
  display: none !important;
}

.popup-login-warn {
  min-height: 200px;
}
.popup-login-warn .popup-title {
  margin: 0 0 20px;
  text-align: center;
}
.popup-login-warn .login-btn {
  margin: 20px 0 0;
  display: block;
}

/* Game Page */
.game-content .col-full-bg {
  display: none;
}
.gameStep.inactive > a,
.gameStep.inactive button {
  cursor: default;
  box-shadow: none !important;
}
.gameStep.inactive > a:hover i,
.gameStep.inactive button:hover {
  color: #fff;
}
.mission-steps {
  margin: 0 -5px;
}
.mission-steps > div {
  padding: 0 5px;
}
.mission-steps .stepIcon {
  width: 100%;
  height: auto;
}
.gameStep .stepIcon img {
  border-radius: 0;
  width: 80%;
  display: block;
  margin: 0 auto;
  padding: 5px 0;
}
.gameStep .stepIcon img.artifact-icon-img-hover {
  display: none;
}
.gameStep .stepIcon:hover img.artifact-icon-img {
  display: none;
}
.gameStep.inactive .stepIcon:hover img.artifact-icon-img {
  display: block;
}
.gameStep .stepIcon:hover img.artifact-icon-img-hover {
  display: block;
}
.gameStep.inactive .stepIcon:hover img.artifact-icon-img-hover {
  display: none;
}
.game-content {
  position: relative;
}
.game-content .badgesRow > div > .row {
  margin: 0 -5px;
}
.game-content .badgesRow .badgeDiv {
  padding: 0 5px;
}
.game-content .badgesRow .badgeDiv h6 {
  word-wrap: initial;
  min-height: 26px;
}
.gameStep .fa-check {
  position: relative;
  left: 0;
  top: 4px;
}
.expertise h5 {
  margin: 10px 0 0;
}
.expertise h5 + p {
  text-align: left;
  padding: 5px 0 10px;
}
.checkbox-primary input[type='checkbox']:indeterminate + label::before,
.checkbox-primary input[type='radio']:indeterminate + label::before {
  background-color: transparent;
  border-color: #ccc;
}
.possibleAnswers .checkbox label {
  max-width: 90%;
}
.possibleAnswers .checkbox label::before {
  top: 2.5px;
}
.userScores .deliveryPic .image-container {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.gameSectionBlock .leaderboardScore .user-info {
  padding-top: 2px;
}
.gameSectionBlock .userScoreRow {
  position: relative;
}
.gameSectionBlock .userScoreRow .image-container {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.gameSectionBlock .userScoreRow > h5 {
  padding-left: 60px;
  margin-top: 3px;
}
.game-head {
  padding: 0 15px;
}
.game-head h1 {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
.game-head h5 {
  font-size: 16px;
}
.game-head h5 span {
  position: relative;
  left: 0;
  top: 5px;
  margin-right: 5px;
}

.user-col .image-container .image {
  background-image: url(../img/userImgPlaceholder.jpg);
}

.score-col .score-head {
  padding: 0 0 15px;
}

.country-score-selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
  width: calc(100% + 30px);
  margin-left: -15px;
}

.country-score-selector .tab-header {
  background-color: #b5b5b5;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: 600;
}

.country-score-selector .tab-header:not(.active):hover {
  color: #101829;
}

.country-score-selector .tab-header.active {
  background-color: #101829;
  cursor: default;
}
.country-score-dropdown {
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  cursor: pointer;
  border-bottom: 3px solid #f5f5f5;
}
.country-tab-selector-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.country-tab-selector-trigger label {
  flex-grow: 1;
  display: block;
  cursor: pointer;
  margin: 0;
  text-transform: uppercase;
}
.country-tab-selector-trigger .caret {
  margin-top: -3px;
  cursor: pointer;
}
.country-score-dropdown .dropdown-menu {
  margin: 0;
  width: 100%;
  padding: 0;
}
.country-leaderboard .country-score-dropdown {
  padding: 10px 15px;
}
.country-leaderboard .country-tab-selector-trigger {
  font-size: 18px;
}
.country-score-list .score-content {
  display: none;
}

.country-score-list .score-content.active {
  display: block;
}

.country-score-list .scores {
  margin-top: 20px;
}

.sidebarRight .country-score-list .scores {
  margin: 10px 0 0;
  width: 100%;
}

.score-col .rank-box h1 {
  margin: 0;
}

.score-col .rank-box h6 {
  margin: 18px 0 0;
}

.score-col .leaderboardScore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.score-col .leaderboardScore h4 {
  font-size: 20px !important;
}

.score-col .leaderboardScore .rank {
  width: 10%;
  text-align: left;
}

.score-col .leaderboardScore .user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding: 0 10px;
}

.score-col .leaderboardScore .score {
  width: 20%;
  text-align: right;
}

.score-col .leaderboardScore .user h5 {
  width: calc(100% - 45px);
  text-align: left;
}

.score-col .leaderboardScore .user .image {
  width: 40px;
}

.score-col .leaderboardScore .user .image .image-container {
  width: inherit;
  height: 0;
  padding-bottom: 100%;
}

.sidebarRight .country-score-selector {
  margin: 0 0 5px -15px;
}

.sidebarRight .title-col {
  padding-right: 0;
  padding-left: 10px;
}

.sidebarRight .title-col h4 {
  font-size: 15px;
}

.sidebarRight .title-col .dhl-icon {
  width: 20px;
}

.sidebarRight .score-col {
  padding: 0 10px;
}

.sidebarRight .score-col h6 {
  margin-bottom: 0;
}

.sidebarRight .score-col h1 {
  font-size: 24px;
  margin: 0;
}

/* mission slider */
.mission-tab-header .mission-slider .owl-item .slide {
  background-color: #d4d4d4;
  text-align: center;
  padding: 20px 0;
  position: relative;
  width: calc(100% - 30px);
  cursor: pointer;
}
.mission-tab-header .mission-slider .owl-item .slide:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #d4d4d4;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  right: -30px;
  z-index: 3;
}
.mission-tab-header .mission-slider .owl-item .slide:after {
  content: '';
  z-index: 2;
  display: block;
  border-top: 50px solid #101829;
  border-bottom: 50px solid #101829;
  border-left: 30px solid #fff;
  width: 30px;
  height: 0;
  position: absolute;
  right: -31px;
  top: 50%;
  margin-top: -50px;
  background-color: #d4d4d4;
}
.mission-tab-header .mission-slider .owl-item .slide h4 {
  color: #fff;
  margin: 0;
  font-size: 16px !important;
}
/* active slide */
.mission-tab-header .mission-slider .owl-item.center .slide {
  background-color: #101829;
}
.mission-tab-header .mission-slider .owl-item.center .slide:before {
  border-left-color: #101829;
}
.mission-tab-header .mission-slider .owl-item.center .slide:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/* next slide */
.mission-tab-header .mission-slider .owl-item.next-slide .slide:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/* last slide */
.mission-tab-header .mission-slider .owl-item:last-child .slide {
  width: 100%;
}
.mission-tab-header .mission-slider .owl-item:last-child .slide:before {
  display: none;
}
.mission-tab-header .mission-slider .owl-item:last-child .slide:after {
  display: none;
}

/* mission content*/
.mission-tab-content {
  padding-top: 10px;
}
.mission-tab-content .tab {
  display: none;
}
.mission-tab-content .tab.active {
  display: block;
}

/* Game Quest */
.quest-content .quest-img-container {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.pagination > li.active {
  font-weight: bold;
}

/* Sidebar Right */
.sidebarRight .inputBox {
  padding: 10px 8px 8px;
}
.sidebarRight h2.score-points {
  direction: rtl;
  margin-top: 5px;
  margin-right: -2px;
  font-size: 26px;
}
.badgesRow .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100px;
}
.sidebarRight .badgePic {
  margin: 1.5px 0;
}
.sidebarRight .gameStep .stepIcon img {
  width: 90%;
  margin: 0 auto;
  top: 1px;
}
.sidebarRight .play-button {
  display: block;
}
.sidebarRight .play-button.disabled {
  pointer-events: none;
  cursor: default;
}
.sidebarRight .play-button.disabled button {
  background-color: #808080;
}
.sidebarRight .userScoreRow .image-container {
  margin: 0;
  width: 30px;
  height: 30px;
}
.sidebarRight .game-selection {
  margin-bottom: 15px;
}
.sidebarRight .game-selection-content {
  display: none;
}
.sidebarRight .game-selection-content.active {
  display: block;
}

/* Sidebar Right */
.scoreUserName {
  margin: 3px 0 0;
  padding-left: 35px;
}

/* Content Box Page */
.contentBox.sectionPadding {
  padding: 20px 0;
}
.contentBox .saving-label.saved a {
  text-decoration: none !important;
  cursor: default;
  color: #333 !important;
}
.contentBox .saving-label.saved span i {
  color: #101829;
}
.shareFeedbackAccordion .copylink-btn {
  padding-top: 20px;
}
.negativeFeedbackAccordion .feedback-btn {
  padding-top: 20px;
}

.mobile-rating .rating-sent span {
  padding-top: 7px;
  display: block;
}

.controls a {
  text-decoration: none !important;
}
.share-trigger.active h5 {
  color: rgb(212, 5, 17);
}
.share-trigger.active h5 i {
  color: rgb(212, 5, 17);
}
.share-accordion {
  padding: 20px 0 5px;
  display: none;
}
.share-accordion ul {
  padding: 0;
  text-align: center;
  margin: 0;
}
.share-accordion ul li {
  display: inline-block;
}
.share-accordion .share-item {
  width: 50px;
  height: 50px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  display: block;
  text-align: center;
}
.share-accordion .share-item i {
  font-size: 1.5em;
}
.share-accordion .share-item.facebook {
  background-color: #3c5b96;
}
.share-accordion .share-item.g-plus {
  background-color: #f60e1b;
}
.share-accordion .share-item.linkedin {
  background-color: #127cb4;
}
.share-accordion .share-item.twitter {
  background-color: #5ea9de;
}

/* Content Feed */
.contentFeed .controls h5 {
  text-align: center;
}
.singleNotification {
  padding: 15px;
}
.commentProfilePic {
  width: 40px;
  height: 40px;
  position: relative;
  left: 0;
  top: 2px;
}
.feedItem .caption {
  padding: 20px 15px 0;
}
.feedItem .caption.controls {
  padding: 10px 0;
  border-bottom: 1px solid #808080;
}

.contentFeed .profile-img {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  float: left;
}
.contentFeed .profile-img .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/userImgPlaceholder.jpg);
}
.contentFeed .profile-img i {
  font-size: 40px;
}

.content-feed-post {
  background-color: #fff;
  position: relative;
  margin-top: 30px;
  padding: 15px 15px 10px;
}
.content-feed-post .post-box {
  border: 2px solid #101829;
  padding: 5px;
  float: right;
  width: calc(100% - 50px);
  position: relative;
}
.content-feed-post .post-text {
  min-height: 60px;
  font-size: 14px;
  line-height: 18px;
}
.content-feed-post .post-text[contentEditable='true']:empty:not(:focus):before {
  content: attr(data-text);
  color: #808080;
} /* Placeholder fix */
.content-feed-post .post-attach {
  height: 28px;
  overflow: hidden;
  position: relative;
}
.content-feed-post .post-attach .input-container {
  float: left;
}
.content-feed-post .post-attach .input-container + .input-container {
  margin-left: 10px;
}
.content-feed-post .attach-preview {
  background-color: #f2f2f2;
  padding: 5px;
  position: relative;
  left: -5px;
  top: 5px;
  width: calc(100% + 10px);
  display: none;
}
.content-feed-post .attach-preview .loading-img {
  float: left;
  width: 60px;
  height: 60px;
  position: relative;
}
.content-feed-post .attach-preview .loading-img .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bcbec0 url(../img/icon-loading-bar.png) center no-repeat;
  background-size: 80%;
  z-index: 1;
}
.content-feed-post .attach-preview .loading-img .preview-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.content-feed-post .attach-preview .loading-img .iframe-container {
  padding-bottom: 0;
  height: 100%;
  background-color: #000;
}
.content-feed-post .attach-preview .loading-img .preview-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.content-feed-post .attach-preview .loading-label {
  float: left;
  margin-left: 5px;
  height: 60px;
  position: relative;
  width: calc(100% - 70px);
}
.content-feed-post .attach-preview .loading-label p {
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  color: #808080;
  text-align: left;
}
.content-feed-post .attach-preview .loading-label p.filename-text {
  font-weight: 600;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.content-feed-post .attach-preview .loading-label p.load-text {
  display: block;
}
.content-feed-post .attach-preview .loading-label p.remove-text {
  display: none;
  color: #ff2a0b;
  margin-top: 20px;
}
.content-feed-post .attach-preview .loading-label p.error-text {
  color: #ff2a0b;
  display: none;
}
.content-feed-post .attach-preview .loading-label p.size-text {
  color: #ff2a0b;
  display: none;
}
.content-feed-post .attach-preview .loading-label p span {
  display: none;
}
.content-feed-post .controls {
  margin-left: 60px;
  margin-top: 10px;
}
.content-feed-post .controls .input-container {
  float: right;
  position: relative;
}
.content-feed-post .input-container input[type='file'] {
  width: 0.1px;
  height: 0.1px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.content-feed-post .input-container label.img-attach {
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon-img-attach.png);
  cursor: pointer;
  margin: 0;
}
.content-feed-post .input-container label.video-attach {
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icon-video-attach.png);
  cursor: pointer;
  margin: 0;
}
.content-feed-post .input-container button[type='submit'] {
  font-size: 12px;
  line-height: 12px;
  height: 26px;
  border: 0;
  background-color: #101829;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 4px;
  padding: 0 14px;
}

.feedItem.staff-post {
  border: 2px solid #101829;
  background-color: #fff;
}
.feedItem.staff-post .top-post {
  padding: 15px;
}
.feedItem.staff-post .top-post .post-profile-img {
  margin-top: 10px;
  border-radius: 0;
  height: auto;
}
.feedItem.staff-post .top-post .post-title {
  float: right;
  width: calc(100% - 50px);
}
.feedItem.staff-post .top-post .post-title h6 {
  margin: 0;
}
.feedItem.staff-post .top-post .post-title h4 {
  margin: 2px 0 0;
}

.pillComments {
  padding: 0 15px 20px;
}
.pillComments .showAllRow {
  border: 0;
}
.pillComments .commentBox {
  height: 40px;
  font-size: 12px;
}
.pillComments .buttonComment {
  height: auto;
}
.pillComments .buttonComment button {
  width: 46px;
  padding: 9px 12px;
  margin: 0;
  height: 40px;
}
.pillComments .toggleComments .showAllRow {
  padding: 25px 0 15px;
}
.pillComments .toggleComments .showAllRow h5 {
  margin: 0;
}

/* First Level Comments */
.comment-box {
  padding: 20px 0 0;
}
.comment-box .comment-list {
  border: 0;
}
.comment {
  position: relative;
}
.comment .comment-content {
  float: right;
  width: calc(100% - 50px);
  position: relative;
  padding-right: 8px;
}
.comment .comment-content .comment-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  padding: 3px 0;
}
.comment .comment-content .comment-text {
  font-size: 13px;
  line-height: 17px;
}
.comment .comment-content .comment-datetime .comment-reply {
  color: #ff2a0b;
  font-weight: 600;
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}
.comment .comment-content .comment-datetime .post-date {
  font-size: 12px;
  line-height: 14px;
}
.comment .comment-content .comment-report {
  position: absolute;
  right: -16px;
  top: 2px;
}
.comment .comment-content .comment-report .dropdown a.dropdown-toggle {
  display: block;
  width: 40px;
  text-align: center;
}
.comment .comment-content .comment-report .dropdown-menu {
  margin: 0;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 14px;
  right: 15px;
}
.comment .comment-content .comment-report .dropdown-menu a {
  padding: 0;
}
/* Second Level Comments */
.comment-box.level-2 {
  padding: 12px 0 10px 40px;
}
.comment-box.level-2 .comment-profile-img {
  width: 30px;
  height: 30px;
}
.comment-box.level-2 .comment-content {
  width: calc(100% - 40px);
}
.comment-box.level-2 .comment-content.response-container {
  width: 100%;
}
/* Second Level dynamic append comments */
.comment-box.level-2 .comment-box.level-2 {
  padding: 12px 0 10px;
}

.comment .response-container {
  padding: 0;
  display: none;
}
.comment .comment-response-panel {
  padding: 15px 0 0 0;
}
.comment .comment-response-panel .comment-user-img {
  width: 30px;
  height: 30px;
}
.comment .comment-response-panel .comment-input-container {
  float: right;
  width: calc(100% - 40px);
  position: relative;
}
.comment .comment-response-panel .comment-input-container .comment-input {
  height: auto;
  min-height: 32px;
  padding: 8px 34px 6px 5px;
  font-size: 12px;
  line-height: 14px;
}
.comment
  .comment-response-panel
  .comment-input-container
  .comment-input[contentEditable='true']:empty:not(:focus):before {
  content: attr(data-text);
  color: #b5b5b5;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  top: 1px;
} /* Placeholder fix */
.comment .comment-response-panel .comment-input-container .comment-send {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 30px;
}
.comment
  .comment-response-panel
  .comment-input-container
  .comment-send
  > button {
  height: 32px;
  width: 100%;
  padding: 0;
}
.comment
  .comment-response-panel
  .comment-input-container
  .comment-send
  > button
  > img {
  width: 20px;
}
.comment .comment-response-panel .comment-input-container label.error {
  position: absolute;
  left: 0px;
  top: 100%;
  color: #ff2a0b;
  font-size: 11px;
  line-height: 13px;
  font-weight: 300;
  margin: 3px 0 0 4px;
}
/* Mention Tag - submitted post */
.mention-tag {
  color: #ff2a0b;
  margin: 0;
  font-weight: 600;
}
/* Mention Tag - typing post */
.mention-readonly {
  color: #ff2a0b;
  margin: 0;
  font-weight: 600;
  background-color: transparent;
  border: 0;
}
/* Mention Tag List */
.mention-container {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: absolute;
  left: 0px;
  top: 100%;
  margin-top: 1px;
  z-index: 999999999999999;
  width: 100%;
  padding: 5px 10px;
}
.mention-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mention-container li {
  line-height: initial;
  padding: 1px 0;
}
.mention-container li a {
  font-size: 12px;
  line-height: 14px;
  color: #555;
}

.content-feed-post .mention-container {
  top: calc(100% + 3px);
  left: -3px;
  width: calc(100% + 6px);
}

.post-comment {
  padding: 20px 0 0;
}
.post-comment .post-comment-content {
  float: right;
  width: calc(100% - 50px);
  position: relative;
}
.post-comment .post-comment-content .input-group {
  padding-top: 5px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.post-comment .post-comment-content .input-group label.error {
  position: absolute;
  left: 0px;
  top: 100%;
  color: #ff2a0b;
  font-size: 11px;
  line-height: 13px;
  font-weight: 300;
  margin: 3px 0 0 4px;
}
.post-comment .post-comment-content input.commentBox {
  height: 30px;
  padding: 6px 5px;
}
.post-comment .post-comment-content input.commentBox + .buttonComment > button {
  height: 30px;
}
.post-comment
  .post-comment-content
  input.commentBox
  + .buttonComment
  > button
  > img {
  position: relative;
  left: 0;
  top: -5px;
}
.post-comment .post-comment-content .commentBox {
  height: auto;
  min-height: 32px;
  padding: 8px 50px 6px 5px;
  font-size: 12px;
  line-height: 14px;
}
.post-comment
  .post-comment-content
  .commentBox[contentEditable='true']:empty:not(:focus):before {
  content: attr(data-text);
  color: #b5b5b5;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  top: 1px;
} /* Placeholder fix */
.post-comment .post-comment-content .buttonComment {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 46px;
  z-index: 10;
}
.post-comment .post-comment-content .buttonComment > button {
  height: 32px;
}
.post-comment .post-comment-content .buttonComment > button > img {
  position: relative;
  left: 0;
  top: -5px;
}

/* User Feed Post */
.feed-post {
  background-color: #fff;
  margin: 20px 0 0;
  padding: 15px 15px 20px;
}
.feed-post .feed-image {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  float: left;
}
.feed-post .feed-image .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/userImgPlaceholder.jpg);
}
.feed-post .feed-post-content {
  float: right;
  width: calc(100% - 50px);
  position: relative;
}
.feed-post .feed-post-content .feed-post-title .feed-post-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
.feed-post .feed-post-content .feed-post-title .feed-post-date {
  font-size: 12px;
  line-height: 14px;
}
.feed-post .feed-post-content .feed-post-text {
  font-size: 13px;
  line-height: 17px;
}
.feed-post .feed-post-media {
  width: calc(100% + 30px);
  position: relative;
  top: 0;
  left: -15px;
  margin-top: 15px;
}
.feed-post .feed-post-media .iframe-container {
  background-color: #000;
}
.feed-post .caption {
  width: calc(100% + 30px);
  position: relative;
  left: -15px;
  top: 0;
  padding: 5px 15px;
}
.feed-post .caption a h5 span {
  display: block;
  margin-top: 7px;
}
.feed-post .caption i.fa {
  font-size: 20px;
  position: relative;
  top: 1px;
  left: 0;
}
.feed-post .caption.controls {
  padding: 0;
}
.feed-post .caption.controls i.fa {
  top: 0;
}
.feed-post .caption.controls > .row > div:first-child h5 {
  padding-left: 15px;
  text-align: left;
}
.feed-post .caption.controls > .row > div:first-child h5 span {
  margin-left: 15px;
}
.feed-post .caption.controls > .row > div:last-child h5 {
  padding-right: 15px;
  text-align: right;
}
.feed-post .caption.controls > .row > div:last-child h5 span {
  margin-right: 15px;
}
.feed-post .pillComments {
  padding: 0;
}

.contentFeed .pager > ul {
  padding: 0;
  margin: 0;
}
.contentFeed .pager > ul > li {
  margin: 0 5px;
  display: inline-block;
}
.contentFeed .pager > ul > li.prev a {
  display: inline-block;
  width: 37px;
}
.contentFeed .pager > ul > li.prev span {
  padding: 5px 14px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #808080;
  display: inline-block;
  width: 37px;
}
.contentFeed .pager > ul > li.next a {
  display: inline-block;
  width: 37px;
}
.contentFeed .pager > ul > li.next span {
  padding: 5px 14px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #808080;
  display: inline-block;
  width: 37px;
}
.contentFeed .pager > ul > li a {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #808080;
  float: none;
}
.contentFeed .pager > ul > li span {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #808080;
  float: none;
}
.contentFeed .pager > ul > li.active span {
  color: #ff2a0b;
  font-weight: 600;
}
.contentFeed .pager > ul > li a:hover {
  text-decoration: none;
}

/* Profile Page */
.masonry-item {
  margin-bottom: 30px;
}
.masonry-item > form {
  display: block;
  width: 100%;
  height: 100%;
}
.masonry-item .thumbnail {
  margin: 0;
  padding-bottom: 20px;
}
.masonry-item .thumbnail.quickPill {
  padding-bottom: 0;
}
.masonry-item .thumbnail .delete-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  z-index: 2;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}
.masonry-item .thumbnail .delete-card span {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 100%;
  border-radius: 25px;
  background-color: #fff;
}
.masonry-item .thumbnail .delete-card span.hamb-top {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.masonry-item .thumbnail .delete-card span.hamb-bottom {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.masonry-item .thumbnail.profileboxthumb .caption {
  padding-right: 55px;
}
.masonry-item .thumbnail .caption > h6 {
  padding-right: 50px;
}
.masonry-item .thumbnail .newsImgContainer video {
  padding-bottom: 32px;
  min-height: 200px;
}
.masonry-item .thumbnail .caption.social {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.masonry-item .thumbBody {
  max-height: 196px;
  overflow: hidden;
  position: relative;
  padding-bottom: 0px;
}
.masonry-item .thumbBody .shadow-layer {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-box-shadow: inset 0px -37px 34px -13px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px -37px 34px -13px rgba(255, 255, 255, 1);
  box-shadow: inset 0px -34px 34px -13px rgba(255, 255, 255, 1);
}
.masonry-item .thumbBody + .tagSection {
  padding: 20px 26px 0;
  line-height: 1.8em;
  margin-bottom: -10px;
}
.masonry-item .tagBtn {
  background-color: #101829;
}
.masonry-item .tagBtn:focus {
  border-color: #ff2a0b;
  color: #ff2a0b;
}
.masonry-item .thumbnail.videoPill .caption {
  padding-bottom: 0;
}
.masonry-item .thumbnail.videoPill .videoFeed {
  padding-bottom: 0;
}

.mobile-edit-profile {
  position: absolute;
  right: 0;
  top: -160px;
}
.thumbnail .quickPill {
  background-color: #101829;
}
.related-items .thumbnail .caption {
  padding: 5px 25px 4px;
}
.related-items .thumbnail .caption h4 {
  padding-right: 50px;
}
.related-items .thumbBody {
  height: 196px;
  overflow: hidden;
}
.related-items .thumbBody + .tagSection {
  padding: 5px 26px 10px;
  line-height: 1.8em;
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  height: 84px;
}

.profile-summary .profile-details h4 {
  margin-top: 15px;
}
.profile-summary .profile-details h4:first-child:last-child {
  margin-bottom: 5px;
}
.profile-summary .profile-details .info {
  padding-bottom: 10px;
}
.profile-summary .profile-details .info span {
  display: inline-block;
  position: relative;
  left: 0;
  top: 1px;
  font-size: 16px;
  line-height: 18px;
}
.profile-summary .profile-details .info h5 {
  display: inline-block;
  margin: 0;
}
.profile-summary .divider {
  height: 1px;
  width: 100%;
  background-color: #808080;
  margin: 10px 0 20px;
  padding: 0;
}
.profile-summary .profile-controls > a {
  display: block;
  margin-bottom: 15px;
}
.profile-summary .profile-controls > a:last-child {
  margin: 0;
}
.profile-summary .profile-controls > a i {
  margin-right: 15px;
  position: relative;
  left: 0;
  top: 5px;
}
.profile-summary .profile-controls > a i.icon-invita-amici {
  background: url(../img/icon-add-friend-grey.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 26px;
  height: 28px;
  top: 9px;
}
.profile-summary .profile-controls > a span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
.profile-summary .profile-controls .divider {
  display: none;
}

.mobile-tags {
  padding-top: 0;
  margin-top: -20px;
}
.mobile-tags a.tagBtn {
  display: inline-block;
  margin: 15px 0;
}

.profile-edit .filter-section .tagBtn:not(.tagBtnDisabled) {
  background-color: #101829;
  color: #fff;
  border: 2px solid #ff2a0b;
}

.image-container {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.image-container .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#upload {
  opacity: 0;
}

/* Notification List Page */
.notification-list {
  padding: 0 0 20px;
}
.notification-list .notification-row {
  padding: 0 15px;
}
.notification-list .singleNotification {
  padding: 10px 15px;
}
.notification-list .singleNotification > a {
  display: block;
}
.notification-list .singleNotification.latestNotification {
  background-color: rgba(255, 204, 0, 0.45);
}
.notification-list .singleNotification .row > .col-lg-11 {
  padding-left: 0;
  margin-left: -2px;
  line-height: 18px;
  padding-top: 2px;
}
.notification-list .singleNotification .row > .col-lg-11 .notificationDateTime {
  margin-top: 5px;
}
.notification-list .notification-empty {
  font-size: 20px;
  line-height: 24px;
  padding: 20px 0;
  display: block;
}
.notifications-toggle {
  width: calc(100% + 30px);
  border-top: 1px solid #dedede;
  padding: 5px 0;
  margin-left: -15px;
}
.notifications-toggle .toggle-text {
  display: inline-block;
  margin-right: 20px;
  padding-left: 30px;
}
.notifications-toggle .toggle-text label {
  font-size: 16px;
  width: 145px;
}
.notifications-toggle .toggle-text.active label.active-text {
  display: block;
}
.notifications-toggle .toggle-text.active label.disabled-text {
  display: none;
}
.notifications-toggle .toggle-text.disabled label.active-text {
  display: none;
}
.notifications-toggle .toggle-text.disabled label.disabled-text {
  display: block;
}
.notifications-toggle .checkbox-switch-container {
  left: 0;
  top: 7px;
}

.dropdownNotifications .notifications-toggle {
  width: 100%;
  margin: 0;
  border-top: 0;
  border-bottom: 1px solid #b5b5b5;
}
.dropdownNotifications .notifications-toggle .toggle-text {
  padding-left: 15px;
}
.dropdownNotifications .notifications-toggle .toggle-text label {
  font-size: 14px;
}

/* Validators */
.has-error .field-validation-error {
  color: #ff2a0b;
  font-size: 11px;
  line-height: 13px;
  font-weight: 300;
  margin-left: 2px;
  margin-top: 6px;
}
.field-validation-error {
  color: #ff2a0b;
  font-size: 11px;
  line-height: 13px;
  font-weight: 300;
  margin-top: 5px;
  margin-left: 2px;
  margin-bottom: 0;
}
.field-validation-error.help-block,
.field-validation-valid.help-block {
  display: inline;
}
.field-container > label.field-validation-error {
  color: #ff2a0b;
  font-size: 11px;
  line-height: 13px;
  margin-top: 5px;
  margin-left: 2px;
  font-weight: 300;
}
.select2-container--default.error .select2-selection--single {
  border-color: #ff2a0b;
}
input.field-validation-error {
  border-color: #ff2a0b;
}
input.input-validation-error {
  border-color: #ff2a0b;
}
textarea.field-validation-error {
  border-color: #ff2a0b;
}
.select2 + .error-container {
  margin-top: -2px;
  display: block;
  line-height: 13px;
}

/* Glossary */
.glossary-scrollspy {
  padding: 0 !important;
}
#affix-glossary.affix {
  position: relative;
  top: 0;
}
#affix-glossary.stick {
  top: 50px;
  position: fixed;
}
#affix-glossary.staff.stick {
  top: 90px;
}

.glossary-alphabet {
  padding: 0 15px;
}
#affix-glossary li a {
  padding: 0 12px;
}
.voice-anchor {
  display: block;
  width: 1px;
  height: 1px;
  position: relative;
  left: 0;
  top: -180px;
}

/* Home Master */
.section-search {
  background-size: 0 0;
  background-position: center;
  background-repeat: no-repeat;
}
.section-search .outerContainer {
  overflow: auto;
}
.section-search.user-logged-out {
  margin-top: 70px;
}
.section-search img.section-bg {
  max-width: 100%;
}
.section-search .bg-container {
  position: relative;
}
.section-search .bg-container .img-tile {
  height: 0;
  width: 100%;
  padding-bottom: 30%;
  background-image: url(/media/10002/mydhlplus-hp-image-italy-milan_1670x500.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.section-search .bg-container .title-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-search h1 {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-family: 'OpenSans';
  font-size: 56px;
}
.search-box {
  background-color: #a7a7a7;
  padding: 15px 15px 0;
}
.search-box .input-container {
  position: relative;
  z-index: 6;
}
.search-box .input-container input {
  height: 30px;
  width: 100%;
  padding: 0 40px;
  border: 0;
  font-size: 12px;
  text-align: center;
}
.search-box .input-container .input-icon {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 20px;
  font-weight: 300;
}
.search-box .input-container .input-icon.loader {
  width: 24px;
  height: 24px;
  top: 2px;
  left: 6px;
}
.search-box .input-container .input-icon.loader span {
  width: 24px;
  height: 24px;
}
.search-box .input-container .input-icon.icon-delete {
  top: 6px;
  left: auto;
  right: 10px;
  background: url('../img/icon-close.png') center no-repeat;
  background-size: contain;
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.search-box .autocomplete-layer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
}
.search-box .trending-words {
  padding: 15px 0;
}
.search-box .trending-words > .row > div:first-child p {
  position: relative;
  left: -5px;
}
.search-box .trending-words p {
  color: #fff;
  font-size: 13px;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
.search-box .trending-words p:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
.search-box .trending-words .row > div:first-child p:after {
  right: -5px;
}
.search-box .trending-words > .row > div:last-child p:after {
  display: none;
}

.section-modules {
  margin: 0 auto;
  max-width: 1200px;
}
.section-modules h2 {
  text-align: center;
  font-family: 'OpenSans';
  font-weight: 700;
  font-size: 44px;
  font-weight: 600;
  margin: 30px 0 0;
  color: #000;
}
.section-modules h4 {
  text-align: center;
  font-family: 'OpenSans';
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin: 10px 15px 40px;
  color: #000;
}
.section-modules .modules-content {
  padding: 0 15px;
}
.section-modules .modules-content .module {
  text-align: center;
  display: block;
  color: #000;
}
.section-modules .modules-content .module > span {
  font-size: 90px;
}
.section-modules .modules-content .module > div img {
  margin: 0 auto;
}
.section-modules .modules-content .module > div .module-img {
  display: block;
}
.section-modules .modules-content .module > div .module-img-hover {
  display: none;
}
.section-modules .modules-content .module p {
  margin: 20px 0 40px;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  padding: 0 20px;
}
.section-modules .modules-content .accordion-trigger {
  position: relative;
  height: 1px;
  background-color: #a7a7a7;
  margin: 0 15px 80px;
}
.section-modules .modules-content .accordion-trigger .trigger-icon {
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  cursor: pointer;
}
.section-modules .modules-content .accordion-trigger .trigger-icon i {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../img/circle-expand.png) center no-repeat;
  background-size: cover;
  -webkit-transition: all 1s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
.section-modules .modules-content .accordion-trigger .trigger-icon.open i {
  background-image: url(../img/circle-reduce.png);
}
.section-modules .modules-content .modules-accordion {
  display: none;
}

.section-articles-list {
  padding: 30px 15px;
}
.section-articles-list > h3 {
  margin-top: 0;
}
.section-articles-list ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.section-articles-list > .row > div + div ul {
  margin-top: 0;
}
.section-articles-list ul li {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
}
.section-articles-list ul li a {
  color: #000;
}

/* Assistance Page */
.mobile-view .assistance-box {
  margin-top: 0;
}
.mobile-view .assistance-box h5 {
  font-size: 24px !important;
  padding: 0;
}
.mobile-view .assistance-box p {
  padding: 0;
}
.mobile-view .assistance-box div {
  padding: 0;
}
.assistance-box {
  background-color: #e6e6e6;
  padding: 20px 20px 10px;
  margin-top: 20px;
  max-width: 400px;
}
.contentBox .assistance-box {
  margin-top: 30px;
}
.assistance-box h5 {
  margin: 0 0 10px;
  font-weight: 600;
  color: #000;
  font-family: 'OpenSans';
  font-weight: 700;
  font-size: 22px;
  text-transform: none;
  padding-right: 20px;
}
.assistance-box p {
  font-weight: 600;
  line-height: 20px;
  font-size: 14px;
  padding-right: 20px;
}
.assistance-box div {
  text-align: right;
  padding-top: 0px;
  padding-right: 20px;
}
.assistance-box div a {
  font-family: 'OpenSans';
  font-weight: 700;
  font-size: 14px;
}

.selection-box {
  text-align: center;
  background-color: #e6e6e6;
  padding: 10px 15px 30px;
}
.selection-box h1 {
  font-size: 60px;
  font-weight: 400;
}
.selection-box .select-container {
  padding-top: 20px;
  max-width: 500px;
  margin: 0 auto;
}
.selection-box .select-container label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 2px;
  text-align: left;
}

.help-box {
  padding: 0 15px;
}
.help-box > h2 {
  text-align: center;
  color: #000;
}
.help-box > p {
  max-width: 500px;
  margin: 15px auto 0;
  color: #000;
  line-height: 20px;
  font-weight: 600;
}
.help-box .tab-header {
  border-top: 1px solid #d1d1d1;
  margin-top: 50px;
}
.help-box .tab-header .tab-label {
  text-align: center;
  padding: 30px 20px;
  cursor: pointer;
  position: relative;
}
.help-box .tab-header .tab-label .tab-label-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 62px;
  margin: 0 auto;
}
.help-box .tab-header .tab-label h4 {
  font-family: 'OpenSans';
  margin: 10px auto 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
}
.help-box .tab-header .tab-label p {
  margin: 30px auto 0;
  line-height: 22px;
  font-weight: 600;
  color: #000;
}
.help-box .tab-header .tab-label .active-marker {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  width: 25px;
  height: 21px;
  background-color: #fff;
  margin-left: -17px;
  display: none;
}
.help-box .tab-header .tab-label .active-marker i {
  display: block;
  width: 23px;
  height: 2px;
  background-color: #d1d1d1;
  position: absolute;
  top: 10px;
}
.help-box .tab-header .tab-label .active-marker .left-angle {
  -ms-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  left: -5px;
}
.help-box .tab-header .tab-label .active-marker .right-angle {
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  right: -5px;
}

.help-box .tab-content {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 30px;
  max-width: 500px;
  margin: 0 auto;
}
.help-box .tab-content .desc {
  margin: 0 auto;
  color: #000;
  font-weight: 600;
  max-width: 600px;
  line-height: 22px;
}
.help-box .tab-content iframe {
  margin: 0 auto;
  display: block;
}
.help-box .tab-content .form-content h4 {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px;
}
.help-box .tab-content .form-content .field-container button {
  margin-top: 30px;
  margin-bottom: -20px;
}

/* Privacy */
.privacy-tpl .generic-text-area {
  padding: 20px 30px;
}
.privacy-tpl .generic-text-area .title {
  margin-bottom: 40px;
}
.privacy-tpl .generic-text-area .description {
  text-align: left;
}

/* NEW! label */
label.new {
  color: #ff2a0b;
  text-transform: uppercase;
}
label.new.band {
  padding: 5px 5px 5px 17px;
  background-color: #ff2a0b;
  color: #fff;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
}
label.new.band::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-bottom: 11px solid transparent;
  border-top: 11px solid transparent;
  border-left: 11px solid #101829;
  position: absolute;
  left: 0;
  top: 0;
}
label.new.band.red {
  background-color: #ff2a0b;
}
label.new.band.yellow {
  background-color: #101829;
  color: #ff2a0b;
}
label.new.band.yellow::before {
  border-left: 11px solid #fff;
}

.quickPill label.new {
  position: absolute;
  right: 0;
  top: 20px;
}
.contentboxthumb label.new {
  position: absolute;
  right: 0;
  top: 13px;
}
.profileboxthumb label.new {
  position: absolute;
  right: 0;
  top: 40px;
}
.relatedBox label.new {
  position: absolute;
  right: 0;
  top: 40px;
}

/* Filter Section */
.filter-accordion-trigger h5 span {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.filter-accordion-trigger.collapsed h5 span {
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.filter-section.desktop-filters.affix {
  width: 20%;
  top: 50px;
}
.filter-section .dd-filter {
  margin-bottom: 20px;
}
.filter-section .dd-filter h5 {
  color: #808080;
  margin: 0 0 12px;
  padding-left: 1px;
}

/* Invite Friends Page */
.invite-friend-tpl {
  position: relative;
  padding-bottom: 40px;
}
.invite-friend-tpl .page-headbox {
  padding: 0;
  background-color: #f2f2f2;
}
.invite-friend-tpl .page-headbox .image {
  width: 100%;
  height: 0;
  padding-bottom: 33.3%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.invite-friend-tpl .invite-form {
  padding: 5px 15px 0;
  max-width: 500px;
  margin: 0 auto;
}
.invite-friend-tpl .invite-form h4 {
  margin-bottom: 20px;
}
.invite-friend-tpl .invite-form .field-container button {
  margin-top: 30px;
}

/* Search Popup */
#search {
  height: calc(100% - 50px);
  top: 50px;
  z-index: 99999;
}
#search .search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 100%;
  margin: 0;
  background-color: transparent;
}
#search .search-box .input-container {
  width: 100%;
  max-width: 670px;
  margin-top: -30px;
}
#search .search-box .autocomplete-layer {
  background-color: transparent;
}

/* Instant Challenge */
html body #onetrust-pc-sdk.ot-hide {
  left: -9999999999px;
}
.instant-challenge-box {
  position: relative;
  margin: 30px auto 50px;
}
.instant-challenge-box .challange-layer {
  display: none;
  background-color: #101829;
  padding: 25px 5px 5px;
}
.instant-challenge-box .challange-layer.active {
  display: block;
}
.instant-challenge-box .challange-layer .title {
  text-transform: uppercase;
  text-align: center;
  font-size: 26px !important;
  margin: 0 auto 30px;
}
.instant-challenge-box .challange-layer .feedback-text {
  font-weight: 600;
}
.instant-challenge-box .challange-layer .desc {
  text-align: center;
  margin: 30px 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1.5;
}
.instant-challenge-box .challange-layer .btn-container {
  text-align: center;
}
.instant-challenge-box .challange-layer .btn {
  margin: 20px auto 50px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 40px;
  font-size: 16px;
  min-width: 160px;
}
.instant-challenge-box .challange-layer.quiz {
  padding: 0 0 5px;
}
.instant-challenge-box .challange-layer.quiz .row {
  display: flex;
  flex-direction: column;
}
.instant-challenge-box .challange-layer.quiz .row .img-col {
  order: 0;
}
.instant-challenge-box .challange-layer.quiz .row .quiz-col {
  order: 1;
}
.instant-challenge-box .challange-layer.quiz .row .btn-col {
  order: 2;
  position: relative;
}
.instant-challenge-box .challange-layer .quiz-title {
  text-align: left;
  font-size: 20px !important;
}
.instant-challenge-box .challange-layer .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.instant-challenge-box .challange-layer .img img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.instant-challenge-box .challange-layer .quiz-content {
  margin: 0 5px;
  background-color: #fff;
  padding: 15px 15px 20px;
}
.instant-challenge-box .challange-layer .quiz-title {
  margin: 0 0 5px;
}
.instant-challenge-box .challange-layer .quiz-answers .checkbox {
  padding-left: 4px;
}
.instant-challenge-box .challange-layer.quiz .btn {
  display: block;
  background-color: #101829;
  width: 160px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: -15px;
}

/* Small devices (large phones, 768px and up) */
@media (min-width: 481px) {
  /* Home*/
  .singleNotification > .row > div.col-xs-1 {
    position: relative;
    right: 0;
    top: 0;
  }

  /* Game Page */
  .badgeDesc {
    padding: 5px 30px 20px;
    max-width: 500px;
    margin: 0 auto;
  }
  .mission-steps {
    margin: 0 -15px;
  }
  .mission-steps > div {
    padding: 0 15px;
  }
  .mission-steps .stepIcon {
    max-width: 70px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* Header */
  .navbar-nav li.login-label a {
    padding-right: 16px !important;
  }
  .navbar-right > li {
    float: right;
  }
  .site-header .navLogo {
    margin-top: -4px;
  }

  /* Quick Pill Popup */
  #pills-carousel-popup {
    height: auto;
    padding: 50px 60px 20px;
  }
  #pills-carousel-popup .caption-carousel {
    width: 800px;
    max-width: 100%;
  }
  .caption-carousel .slick-arrow.slick-prev {
    top: 30%;
    left: -45px;
  }
  .caption-carousel .slick-arrow.slick-next {
    top: 30%;
    right: -45px;
    left: auto;
  }
  .generic-popup {
    height: auto;
    padding: 50px 60px 20px;
  }
  .generic-popup.popup-login-warn {
    padding: 50px 60px;
  }
  .generic-popup.popup-login-warn .login-btn {
    margin: 30px 0 0;
  }

  /* Content Feed */
  .contentFeed .profile-img {
    width: 60px;
    height: 60px;
  }
  .contentFeed .profile-img i {
    font-size: 50px;
  }

  .content-feed-post {
    padding: 20px 15px;
  }
  .content-feed-post .post-box {
    width: calc(100% - 75px);
    padding: 10px 8px 5px;
    border: 3px solid #101829;
  }
  .content-feed-post .post-text {
    min-height: 110px;
  }
  .content-feed-post .post-attach {
    height: 40px;
  }
  .content-feed-post .post-attach .input-container + .input-container {
    margin-left: 15px;
  }
  .content-feed-post .attach-preview {
    left: -8px;
    width: calc(100% + 16px);
  }
  .content-feed-post .attach-preview .loading-img {
    width: 80px;
    height: 80px;
  }
  .content-feed-post .attach-preview .loading-label {
    height: 80px;
    width: calc(100% - 90px);
  }
  .content-feed-post .attach-preview .loading-label p {
    font-size: 14px;
    line-height: 14px;
  }
  .content-feed-post .attach-preview .loading-label p.filename-text {
    top: 5px;
  }
  .content-feed-post .controls {
    margin-left: 75px;
    margin-top: 20px;
  }
  .content-feed-post .input-container label.img-attach {
    width: 40px;
    height: 40px;
  }
  .content-feed-post .input-container label.video-attach {
    width: 40px;
    height: 40px;
  }
  .content-feed-post .input-container button[type='submit'] {
    font-size: 14px;
    line-height: 14px;
    height: 34px;
  }
  .content-feed-post .post-box label {
    color: #ff2a0b;
    font-size: 11px;
    line-height: 13px;
    font-weight: 300;
    margin: 3px 0 0 4px;
  }
  /* First Level Comments */
  .comment .comment-content {
    width: calc(100% - 100px);
  }
  /* Second Level Comments */
  .comment-box.level-2 {
    padding: 25px 0 10px 100px;
  }
  .comment-box.level-2 .comment-profile-img {
    width: 40px;
    height: 40px;
  }
  .comment-box.level-2 .comment-content {
    width: calc(100% - 60px);
  }
  .comment-box.level-2 .comment-content.response-container {
    width: 100%;
  }
  /* Second Level dynamic append comments */
  .comment-box.level-2 .comment-box.level-2 {
    padding: 25px 0 10px;
  }

  .comment .comment-response-panel {
    padding: 20px 80px 0 0;
  }
  .comment .comment-response-panel .comment-user-img {
    width: 40px;
    height: 40px;
  }
  .comment .comment-response-panel .comment-input-container {
    width: calc(100% - 60px);
    margin-top: 5px;
  }
  .comment .comment-content .comment-name {
    font-size: 15px;
    line-height: 17px;
    padding: 8px 0;
  }
  .comment .comment-content .comment-text {
    font-size: 14px;
    line-height: 20px;
  }
  .comment .comment-content .comment-datetime .comment-reply {
    font-size: 13px;
    line-height: 15px;
  }
  .comment .comment-content .comment-datetime .post-date {
    font-size: 13px;
    line-height: 15px;
  }
  .comment .comment-response-panel .comment-input-container .comment-input {
    padding-right: 46px;
  }
  .comment .comment-response-panel .comment-input-container .comment-send {
    width: 46px;
  }

  .feedItem.staff-post {
    border: 3px solid #101829;
  }
  .feedItem.staff-post .top-post .post-title {
    width: calc(100% - 75px);
  }
  .feedItem.staff-post .top-post .post-title h4 {
    margin: 10px 0 0;
  }

  .post-comment .post-comment-content {
    width: calc(100% - 100px);
    padding-right: 80px;
  }
  .post-comment .post-comment-content .input-group {
    padding-top: 10px;
  }

  /* Notification List Page */
  .notification-list .singleNotification {
    padding: 15px;
  }
  .notification-list .singleNotification.latestNotification {
    background-color: rgba(255, 204, 0, 0.45);
  }
  .notification-list .singleNotification .row > .col-lg-11 {
    padding-left: 15px;
    margin-left: 0;
    padding-top: 5px;
  }
  .notification-list
    .singleNotification
    .row
    > .col-lg-11
    .notificationDateTime {
    margin-top: 0;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* Jquery autocomplete */
  .autocomplete-list .autocomplete-content .ui-menu-item label {
    padding-left: 50px;
  }

  /* Bootstrap tabs */
  .nav-pills.dhl-tab-header li:hover a {
    background-color: #ff2a0b;
    color: #fff;
    border-color: #ff2a0b;
  }

  /* Search Popup */
  #search .search-box .input-container {
    margin-top: -100px;
  }

  /* Home - Category */
  .feedItem .caption a h5 span {
    display: inline;
    margin-top: 0;
  }

  /* Content Feed */
  .contentFeed .feedItem .caption {
    padding: 30px 30px 20px;
  }
  .contentFeed .feedItem .caption.controls {
    padding: 0 30px 20px;
  }
  .contentFeed .feedItem .caption.controls a h5 span {
    position: relative;
    left: 0;
    top: 2px;
    margin-left: 15px;
  }
  .contentFeed .feedItem .caption.controls > .row > div h5 {
    text-align: center;
  }
  .contentFeed .feedItem .caption.controls > .row > div:first-child h5 {
    text-align: left;
  }
  .contentFeed .feedItem .caption.controls > .row > div:last-child h5 {
    text-align: right;
  }

  /* Home Master */
  .search-box {
    padding: 30px 15px 0;
  }
  .search-box .input-container input {
    height: 50px;
    padding: 0 50px;
    font-size: 14px;
  }
  .search-box .input-container .input-icon {
    top: 9px;
    font-size: 30px;
  }
  .search-box .input-container .input-icon.icon-delete {
    top: 12px;
    width: 27px;
    height: 27px;
  }
  .search-box .input-container .input-icon.loader {
    width: 30px;
    height: 30px;
    top: 3px;
  }
  .search-box .input-container .input-icon.loader span {
    width: 30px;
    height: 30px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* Checker */
  .desktop-checker {
    display: block;
  }
  .desktop-view {
    display: block;
  }
  .mobile-view {
    display: none;
  }

  /* Hovers */
  .fancybox-close:hover span {
    background-color: #808080;
  }
  a[aria-controls='.saveAccordion']:hover h5,
  a[aria-controls='.saveAccordion']:hover i {
    color: #ff2a0b;
  }
  .caption-carousel .slick-arrow:hover {
    color: #ff2a0b;
  }
  .fancybox-close:hover span {
    background-color: #ff2a0b;
  }
  .homePills .show-all-trigger:hover {
    color: #ff2a0b;
  }

  /* Generics */
  .login-links {
    padding: 0 15px 20px;
  }

  /* Header */
  .site-header .navLogo {
    margin-left: 15px;
    margin-top: -5px;
  }
  .site-header .header-menu {
    display: block;
    padding-left: 30px;
    margin-top: -10px;
  }
  .site-header .header-menu li {
    position: relative;
  }
  .site-header .header-menu li:before {
    content: '';
    background-color: #b5b5b5;
    width: 1px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .site-header .header-menu li a,
  .site-header .header-menu li label {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    padding-top: 15px !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
  }
  .site-header .header-menu li.active a,
  .site-header .header-menu li.active label {
    color: #ff2a0b;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    color: #ff2a0b;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #ff2a0b;
    background-color: transparent;
  }
  .site-header .header-menu li.submenu {
    position: relative;
  }
  .site-header .header-menu li.submenu:hover .submenu-content {
    max-height: 500px;
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in;
  }
  .site-header .header-menu li .submenu-content {
    position: absolute;
    left: 0;
    top: 100%;
    width: 246px;
    padding-top: 10px;
    display: block;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
  }
  .site-header .header-menu li .submenu-content ul {
    list-style-type: none;
    padding: 0;
    padding: 5px 0;
    background: rgba(16, 24, 41, 0.8);
  }
  .site-header .header-menu li .submenu-content ul li:before {
    display: none;
  }
  .site-header .header-menu li .submenu-content ul li a {
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    font-size: 15px;
    padding: 12px 15px;
    padding-top: 5px !important;
    display: inline-block;
    color: #fff;
  }
  .site-header .header-menu li .submenu-content ul li a:hover,
  .site-header .header-menu li .submenu-content ul li a:focus {
    color: #fff;
    text-decoration: underline !important;
  }
  .site-header .header-menu li .submenu-content ul li.active a {
    font-weight: 600;
    color: #ff2a0b;
    cursor: default;
    pointer-events: none;
  }
  .site-header .header-menu li .submenu-content ul li:last-child a {
    padding-bottom: 0;
  }

  .navbar-nav li.login-label a {
    padding-right: 15px !important;
    padding-left: 0 !important;
    padding-top: 16px !important;
  }
  .navbar-nav li.notifications a {
    padding-top: 9px;
  }
  .navbar-nav li.notifications a .caret {
    position: relative;
    left: 0;
    top: -5px;
  }
  .navbar-nav li.notifications .labelNotifications {
    top: 3px;
    right: 21px;
  }
  .navbar-default .navbar-nav > li > a:focus {
    color: #ff2a0b;
  }
  .navbar-nav .menu-info {
    background-color: transparent !important;
  }
  .navbar-nav .menu-info:active,
  .navbar-nav .menu-info:hover {
    color: #ff2a0b !important;
  }

  #wrapper.toggled #sidebar-wrapper {
    left: 0;
  }

  /* Footer */
  #wrapper {
    padding-bottom: 233px;
  } /* Sticky footer fix: 233px = footer height */
  .footer.desktop-footer {
    display: block;
    margin-top: -233px;
    height: 233px;
    background-color: #ff2a0b;
    width: calc(100% - 15px);
  } /* Sticky foote fix: 222px = footer height */
  .footer.mobile-footer {
    display: none !important;
  }

  .footerR1 {
    padding: 30px 25px 10px; /* margin: 0 -15px; */
  }
  .footerR2 > div > ul > li > a:hover {
    color: #101829;
  }
  .contactFooter > div {
    padding-right: 30px;
  }
  .dhlFooter:after {
    content: '';
    position: absolute;
    right: 15px;
    top: -22px;
    width: 2px;
    height: 140px;
  }
  .contactFooter:after {
    content: '';
    position: absolute;
    right: 15px;
    top: -22px;
    width: 2px;
    height: 140px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .dhlFooter img {
    max-width: 260px;
  }
  .dhlService > label i.fa-comment {
    font-size: 42px;
    margin-left: 4px;
    margin-top: -4px;
  }
  .dhlService > label i.fa-phone {
    color: #101829;
    position: absolute;
    left: 14px;
    top: 5px;
    font-size: 27px;
  }
  .dhlService > p {
    padding-left: 65px;
    margin-bottom: 0;
  }
  .social {
    margin-bottom: 0;
  }
  .social > a {
    left: 0;
  }
  .mediaFooter .live h3 {
    position: relative;
    left: 0;
    top: 8px;
    padding-left: 15px;
    font-size: 26px;
    margin: 0;
  }
  .footerR2 > div > ul > li {
    display: inline-block;
    margin-bottom: 0;
  }
  .footerR2 > div > ul > li:after {
    content: '|';
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 0 7px 0 12px;
    font-weight: 300;
  }
  .footerR2 > div > ul > li:last-child:after {
    display: none;
  }
  .footerR2 > div > ul > li > a {
    font-size: 14px;
  }
  .dhlLinks {
    padding-bottom: 5px;
  }
  .dhlLinks a {
    display: inline-block;
    margin-right: 20px;
  }
  .dhlLinks a:last-child {
    margin-right: 0;
  }

  /* Login */
  .login-tpl {
    padding: 60px 0;
  }

  /* Home - Category */
  .nav-tabs.nav-justified > li.active a {
    pointer-events: none;
  }
  .affix-board {
    padding-top: 15px;
  }
  .scrollspy {
    padding-top: 20px;
  }
  .scrollspyHack {
    padding-bottom: 250px;
  }
  #affix-ul.affix {
    position: fixed;
    top: 70px;
    left: auto;
    right: auto;
  }
  #affix-ul.affix.starting {
    position: relative;
    top: 0;
  }
  #affix-ul.affix.staff {
    top: 100px;
  }
  #affix-ul {
    width: 420px;
    padding-top: 0;
  }
  #affix-ul li > a h5 {
    margin: 5px 0;
    font-size: 13px;
  }
  .sidebar-login-form .form-group {
    margin: 0 0 15px;
  }
  .home-content {
    margin-top: 0;
  }
  .home-content.logged-off {
    margin-top: 0;
  }
  .quickPillsRow {
    padding: 20px 0 0;
  }
  .quickPillsRow .category-title {
    margin: 0 15px 10px;
  }
  .homePills > .row {
    margin: 0;
    display: table;
  }
  .homePills > .row > div:first-child {
    display: table-cell;
  }
  .homePills > .row.block-row {
    display: block;
  }
  .homePills > .row > div {
    display: table-cell;
    padding: 0;
  }
  .homePills > .row > div .bg-filler {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    height: 100%;
    background-color: #101829;
  }
  .homePills > .row > div .thumbnail {
    margin: 0 15px;
  }
  .homePills > .row > div .thumbnail img {
    display: block;
    width: 100%;
  }
  .pill-links {
    padding: 0 30px;
    bottom: 15px;
  }
  .pill-links .show-pill {
    display: none;
  }
  .pill-links .show-more:hover {
    color: #ff2a0b;
    text-decoration: none;
  }
  .quickPill .iframe-container.img {
    display: block;
  }
  .thumbnail .caption {
    padding: 20px 30px 0;
  }
  .thumbnail.quickPill .caption {
    padding: 15px 50px 0;
  }
  .thumbnail .caption .pill-title {
    height: 44px;
  }
  .thumbnail .caption .pill-desc {
    height: 55px;
  }
  .homePills .show-all-trigger {
    margin: 30px 15px;
  }
  .thumbnail .pill-popup-trigger {
    display: block;
  }
  .thumbnail .pill-popup-trigger.show-pill {
    display: none;
  }
  .home-affix-content {
    padding: 20px 15px;
  }
  .indexRow {
    padding: 15px 0;
  }
  .caption-carousel .slideItem .img-container img {
    min-height: 160px;
  }

  /* Game Page */
  .game-content > .col-lg-4 {
    z-index: 2;
  }
  .game-content .col-full-bg {
    z-index: 1;
    width: calc(33.33333333% - 30px);
    left: 15px;
    display: block;
  }
  .game-content .col-full-bg + .col-full-bg {
    left: calc(33.33333333% + 15px);
  }
  .game-content .col-full-bg + .col-full-bg + .col-full-bg {
    left: calc(66.66666666% + 15px);
  }
  .game-content .badgesRow .badgeDiv h6 {
    height: 26px;
    overflow: hidden;
  }
  .mission-tab-header .mission-slider .owl-item .slide h4 {
    font-size: 18px !important;
  }
  .mission-tab-content {
    padding-top: 20px;
  }
  .game-head {
    margin-bottom: 10px;
  }
  .game-head h1 {
    text-align: left;
    padding-left: 15px;
  }
  .game-head h5 {
    text-align: right;
  }

  /* Content Feed */
  .singleNotification {
    padding: 30px;
  }

  .pillComments {
    padding: 0px 30px 30px;
  }
  .pillComments .toggleComments .showAllRow {
    padding: 30px 0 10px;
  }
  .pillComments .commentBox {
    font-size: 14px;
  }

  .share-accordion {
    padding: 30px 0 10px;
  }
  .share-accordion .share-item:hover {
    color: #ff2a0b;
  }

  .content-feed-post {
    padding: 30px;
  }
  .content-feed-post .controls {
    margin-top: 30px;
  }

  .feedItem.staff-post .top-post {
    padding: 30px 27px;
  }

  /* Comment and Mentions */
  .comment-box {
    padding: 30px 0 0;
  }
  /* First Level Comments */
  .comment .comment-content {
    width: calc(100% - 130px);
  }
  .comment-box .comment-content .comment-name {
    padding-top: 3px;
  }
  /* Second Level Comments */
  .comment-box.level-2 {
    padding: 25px 0 10px 130px;
  }
  .comment-box.level-2 .comment-profile-img {
    width: 40px;
    height: 40px;
  }
  .comment-box.level-2 .comment-content {
    width: calc(100% - 60px);
  }
  .comment-box.level-2 .comment-content.response-container {
    width: 100%;
  }
  /* Second Level dynamic append comments */
  .comment-box.level-2 .comment-box.level-2 {
    padding: 25px 0 10px;
  }

  .comment .comment-response-panel {
    padding: 25px 80px 0 0;
  }
  .comment .comment-response-panel .comment-user-img {
    width: 40px;
    height: 40px;
  }
  .comment .comment-response-panel .comment-input-container {
    margin: 0;
  }
  .comment .comment-response-panel .comment-input-container .comment-input {
    min-height: 42px;
    padding: 13px 50px 9px 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .comment
    .comment-response-panel
    .comment-input-container
    .comment-input[contentEditable='true']:empty:not(:focus):before {
    font-size: 14px;
    line-height: 16px;
  }
  .comment
    .comment-response-panel
    .comment-input-container
    .comment-send
    > button {
    height: 42px;
  }
  .comment
    .comment-response-panel
    .comment-input-container
    .comment-send
    > button
    > img {
    top: 0;
  }
  .comment .comment-content .comment-report .dropdown-menu a:hover {
    background-color: transparent;
    color: #ff2a0b;
  }

  .post-comment {
    padding: 30px 0 0;
  }
  .post-comment .post-comment-content {
    width: calc(100% - 130px);
    padding-right: 80px;
  }
  .post-comment .post-comment-content .input-group {
    padding-top: 10px;
  }
  .post-comment .post-comment-content input.commentBox {
    height: 40px;
    padding: 12px 10px 10px;
  }
  .post-comment
    .post-comment-content
    input.commentBox
    + .buttonComment
    > button {
    height: 40px;
  }
  .post-comment
    .post-comment-content
    input.commentBox
    + .buttonComment
    > button
    > img {
    top: 0;
  }
  .post-comment .post-comment-content .commentBox {
    min-height: 42px;
    padding: 13px 50px 9px 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .post-comment
    .post-comment-content
    .commentBox[contentEditable='true']:empty:not(:focus):before {
    font-size: 14px;
    line-height: 16px;
  }
  .post-comment .post-comment-content .buttonComment > button {
    height: 42px;
  }
  .post-comment .post-comment-content .buttonComment > button > img {
    top: 0;
  }

  .feed-post {
    padding: 30px;
  }
  .feed-post .feed-post-content {
    width: calc(100% - 130px);
    padding-right: 80px;
  }
  .feed-post .feed-post-content .feed-post-title {
    padding-bottom: 3px;
  }
  .feed-post .feed-post-content .feed-post-title .feed-post-name {
    font-size: 15px;
    line-height: 17px;
  }
  .feed-post .feed-post-content .feed-post-title .feed-post-date {
    font-size: 13px;
    line-height: 15px;
  }
  .feed-post .feed-post-content .feed-post-text {
    font-size: 14px;
    line-height: 20px;
  }
  .feed-post .feed-post-media {
    width: calc(100% + 60px);
    left: -30px;
    margin-top: 30px;
  }
  .feed-post .caption {
    width: calc(100% + 60px);
    left: -30px;
    padding: 10px 30px;
  }
  .feed-post .caption.controls {
    padding: 0;
  }
  .feed-post .caption.controls > .row > div:first-child h5 {
    padding-left: 30px;
  }
  .feed-post .caption.controls > .row > div:last-child h5 {
    padding-right: 30px;
  }

  .contentFeed .pager > ul > li a:hover {
    text-decoration: none;
    color: #ff2a0b;
  }
  .mention-container li:hover a {
    color: #ff2a0b;
  }

  /* Profile */
  .profile-strength {
    margin-left: 18px;
  }
  .masonry-item .thumbBody {
    max-height: 220px;
  }
  .masonry-item .tagSection {
    min-height: 43px;
  }
  .related-items .thumbBody {
    height: 209px;
    overflow: hidden;
  }
  .related-items .tagSection {
    min-height: 53px;
  }
  .masonry-item .thumbnail .delete-card:hover span {
    background-color: #ff2a0b;
  }
  .filter-section .tagBtn:hover {
    background-color: #101829;
    color: #ff2a0b;
  }
  .filter-section .tagBtn.reset:hover {
    background-color: transparent;
    color: #ff2a0b;
  }

  .profile-summary {
    min-height: 300px;
  }
  .profile-summary .divider {
    display: none;
  }
  .profile-summary .profile-controls {
    padding-left: 15px;
    min-height: 260px;
  }
  .profile-summary .profile-controls > a:hover span {
    color: #ff2a0b;
  }
  .profile-summary .profile-controls > a:hover i {
    color: #ff2a0b;
  }
  .profile-summary .profile-controls > a:hover i.icon-invita-amici {
    background-image: url(../img/icon-add-friend-red.svg);
  }
  .profile-summary .profile-controls .divider {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #808080;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }

  /* Home Master */
  .section-search {
    background-size: cover;
    height: 350px;
  }
  .section-search.user-logged-out {
    margin-top: 0;
  }
  .section-search img.section-bg {
    display: none;
  }
  .section-search .bg-container .img-tile {
    display: none;
  }
  .section-search .bg-container .title-container {
    position: relative;
    height: auto;
  }
  .search-box {
    margin: 0 auto;
    max-width: 700px;
    background-color: rgba(0, 0, 0, 0.35);
    margin-top: 20px;
  }
  .search-box .trending-words p {
    font-size: 15px;
    letter-spacing: 0.7px;
  }
  .search-box .trending-words p:hover {
    color: #ff2a0b;
  }

  .section-modules .modules-content .module p {
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0 0;
    height: auto;
    overflow: initial;
    padding: 0;
  }
  .section-modules h2 {
    margin: 20px 0 0px;
  }
  .section-modules h4 {
    margin: 20px 15px 20px;
  }
  .section-modules .modules-content {
    padding: 30px 0 60px;
  }
  .section-modules .modules-content > .row {
    text-align: center;
  }
  .section-modules .modules-content > .row > div.setInlineBlock {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .section-modules .modules-content > .row > div.offset-1 {
    margin: 0 auto;
  }
  .section-modules .modules-content > .row > div.offset-2 {
    margin: 0 12%;
  }
  .section-modules .modules-content > .row > div.offset-3 {
    margin: 0 8%;
  }
  .section-modules .modules-content > .row > div.offset-4 {
    margin: 0 4%;
  }
  .section-modules .modules-content > .row > div.offset-5 {
    margin: 0 1%;
  }

  .section-modules .modules-accordion > .row + .row {
    margin-top: 60px;
  }

  .section-modules .modules-content .module:hover {
    color: #ff2a0b;
  }
  .section-modules .modules-content .module > span {
    font-size: 120px;
  }
  .section-modules .modules-content .module:hover > div .module-img {
    display: none;
  }
  .section-modules .modules-content .module:hover > div .module-img-hover {
    display: block;
  }
  .section-modules .modules-content .accordion-trigger {
    width: 100%;
    margin: 70px auto;
  }

  .section-articles-list {
    padding: 100px 15px 50px;
    margin: 0 auto;
    max-width: 1200px;
  }

  .section-articles-list h3 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .section-articles-list ul li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    max-width: 70%;
  }
  .section-articles-list ul li a:hover {
    color: #ff2a0b;
  }

  /* Content Box Page */
  .contentBox.sectionPadding {
    padding: 20px 15px;
  }
  .related-items .thumbnail .caption {
    height: 106px;
    overflow: hidden;
  }
  .mobile-rating .rating-sent span {
    padding-top: 0;
  }

  /* Assistance Page */
  .selection-box {
    padding: 50px 15px;
  }
  .selection-box h1 {
    font-family: 'OpenSans';
  }

  .help-box {
    padding: 20px 0 0;
    position: relative;
  }
  .help-box > p {
    margin: 25px auto 0;
  }
  .help-box .tab-header {
    padding: 20px 200px;
    min-height: 500px;
  }
  .help-box .tab-header > .row > div + div {
    z-index: 2;
  }
  .help-box .tab-header > .row > div + div + div {
    z-index: 3;
  }
  .help-box .tab-header > .row > div:first-child .tab-label:after {
    content: '';
    display: block;
    position: absolute;
    left: -50000px;
    bottom: 0;
    width: 999999999px;
    height: 1px;
    background-color: #d1d1d1;
  }
  .help-box .tab-header .tab-label {
    padding: 30px 20px 50px;
  }
  .help-box .tab-header .tab-label h4 {
    margin: 20px auto 0;
  }
  .help-box .tab-header .tab-label p {
    max-width: 200px;
  }
  .help-box .tab-header .tab-label.active {
    z-index: 999;
    position: relative;
  }
  .help-box .tab-header .tab-label.active .active-marker {
    display: block;
  }
  .help-box .tab-header > .row > div .tab-content {
    position: relative;
    top: 0;
    left: 0;
    margin-left: -15px;
    padding-top: 80px;
  }
  .help-box .tab-content {
    padding: 50px 0;
    border-bottom: 0;
    display: none;
    max-width: none;
    background-color: #fff;
  }
  .help-box .tab-content .form-content {
    max-width: 500px;
    margin: 0 auto;
  }
  .help-box .tab-content .form-content .field-container button {
    margin-bottom: 0;
  }

  /* NEW! label */
  label.new {
    margin-left: 7px;
  }
  .quickPill label.new {
    top: 13px;
  }
  #pills-carousel-popup label.new,
  #quickPill-popup label.new {
    margin-left: 5px;
  }

  /* Filter Section */
  .filter-section .dd-filter {
    width: 240px;
  }

  /* Glossary */
  .glossary-alphabet {
    padding: 20px 15px;
  }
  #affix-glossary li a {
    padding: 3px 12px;
  }
  .voice-anchor {
    top: -130px;
  }

  /* Invite Friends Page */
  .invite-friend-tpl {
    padding-bottom: 60px;
  }
  .invite-friend-tpl .home-content.col-lg-10 {
    width: calc(83.33333333% + 5px);
  }
  .invite-friend-tpl .page-headbox {
    padding: 50px 60px;
  }
  .invite-friend-tpl .page-headbox .image {
    padding-bottom: 0;
    height: 400px;
  }
  .invite-friend-tpl .invite-form {
    padding: 20px 0 0;
  }
  .invite-friend-tpl .invite-form h4 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px;
  }
  .invite-friend-tpl .invite-form .field-container button {
    margin-top: 50px;
  }

  /* Notification List Page */
  .notification-list .notification-row {
    padding: 0;
  }
  .notification-list .list-content {
    margin: 0 15px;
  }
  .notification-list .notification-empty {
    padding: 30px 0;
    font-size: 26px;
    line-height: 30px;
  }
  .notification-list .notifications-toggle {
    padding: 10px 0;
    margin-left: 0;
  }
  .notification-list .notifications-toggle .toggle-text {
    padding-left: 15px;
  }

  /* Instant Challenge */
  .instant-challenge-box .challange-layer .title {
    font-size: 30px !important;
  }
  .instant-challenge-box .challange-layer .desc {
    padding: 0 80px;
  }
  .instant-challenge-box .challange-layer .desc {
    padding: 0 80px;
  }
  .instant-challenge-box .challange-layer .btn {
    margin-bottom: 20px;
  }
  .instant-challenge-box .challange-layer.quiz .row {
    flex-direction: row;
    margin: 0;
  }
  .instant-challenge-box .challange-layer.quiz .row .quiz-col {
    order: 0;
    padding: 0;
  }
  .instant-challenge-box .challange-layer.quiz .row .img-col {
    order: 1;
    padding: 0;
  }
  .instant-challenge-box .challange-layer.quiz .row .btn-col {
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 0;
    width: auto;
  }
  .instant-challenge-box .challange-layer.quiz {
    padding: 0px;
  }
  .instant-challenge-box .challange-layer .quiz-content {
    margin: 2px 0 2px 2px;
    padding: 30px 20px;
    height: calc(100% - 5px);
  }
  .instant-challenge-box .challange-layer .img {
    padding-bottom: 100%;
  }
  .instant-challenge-box .challange-layer .quiz-title {
    font-size: 30px !important;
    line-height: 1;
    margin: 0 0 30px;
  }
  .instant-challenge-box .challange-layer .quiz-answers .checkbox {
    padding-left: 5px;
    margin: 10px 0;
  }
  .instant-challenge-box .challange-layer .quiz-answers .checkbox label {
    font-size: 16px;
  }
  .instant-challenge-box .challange-layer .quiz-answers .checkbox label:before,
  .instant-challenge-box .challange-layer .quiz-answers .checkbox label:after {
    top: 6px;
  }
  .instant-challenge-box .challange-layer.quiz .btn {
    position: relative;
    left: 0;
    top: 0;
    background-color: #fff;
    margin: 0;
    font-size: 0;
    padding: 5px;
    width: 55px;
    height: 40px;
    min-width: 0;
    background-image: url(../img/send_comment_blue.png);
    background-position: 10px 2px;
    background-size: 35px;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1400px) {
  /* Home Master */
  .section-search {
    height: 450px;
  }
}

@media (min-width: 1600px) {
  /* Quick Pill Popup */
  #pills-carousel-popup .caption-carousel {
    width: 1000px;
  }
  #quickPill-popup .pill-img-container {
    width: 1000px;
  }
}
