@-webkit-keyframes teaser-background {
  0% {
    background-position: 0% 70%;
  }
  50% {
    background-position: 100% 31%;
  }
  100% {
    background-position: 0% 70%;
  }
}
@-moz-keyframes teaser-background {
  0% {
    background-position: 0% 70%;
  }
  50% {
    background-position: 100% 31%;
  }
  100% {
    background-position: 0% 70%;
  }
}
@keyframes teaser-background {
  0% {
    background-position: 0% 70%;
  }
  50% {
    background-position: 100% 31%;
  }
  100% {
    background-position: 0% 70%;
  }
}
@-webkit-keyframes icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
.animateUp {
  -webkit-animation-name: icon-up;
  animation-name: icon-up;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animateSingleSpin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@keyframes fa-bell-ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20%,
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes opacityPulse {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@keyframes pulsePop {
  0% {
    opacity: .6;
    transform: scale3d(1,1,1);
  }
  10% {
    opacity: 1;
    transform: scale3d(1.08,1.08,1.08);
  }
  50% {
    opacity: .6;
    transform: scale3d(1,1,1);
  }
  75% {
    opacity: .6;
    transform: scale3d(1,1,1);
  }
  100% {
    opacity: .6;
    transform: scale3d(1,1,1);
  }
}
#snackbar {
  display: none;
  min-width: 250px;
  max-width: 80%;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  box-shadow: 0 2px 0 #222;
}
#snackbar.danger {
  background-color: #d9534f;
  box-shadow: 0 2px 0 #d2322d;
}
#snackbar.success {
  background-color: #5cb85c;
  box-shadow: 0 2px 0 #47a447;
}
#snackbar.warning {
  background-color: #f0ad4e;
  box-shadow: 0 2px 0 #ed9c28;
}
.spinner {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear .12s, opacity .12s linear;
}
.spinner.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  z-index: 999;
}
.spinner > div {
  left: 50%;
  padding: 20px 25px;
  position: fixed;
  text-align: center;
  top: 200px;
  transform: translateX(-50%);
  z-index: 401;
  background-color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.85);
  box-shadow: rgba(0,0,0,0.2) 0 0.9em 0.5em -0.5em;
  backdrop-filter: blur(5px);
  border-radius: 5px;
  color: rgba(0,0,0,0.8);
  min-width: 250px;
}
.spinner > div > span:not(.icon) {
  display: block;
  margin-top: 5px;
}
.spinner > div > i {
  position: absolute;
  top: 20px;
  right: 25px;
  color: rgba(0,0,0,0.2);
}
.spinner > div > i:hover {
  cursor: pointer;
  color: rgba(0,0,0,0.4);
}
.addressWidget > div {
  position: relative;
  padding-bottom: 10px;
}
.addressWidget > div > ul {
  top: calc(86%);
  width: 100%;
  overflow-y: auto;
  position: absolute;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.18);
}
.addressWidget > div > ul > li {
  background-color: #fff;
  line-height: 25px;
  text-align: left;
  padding: 2px 5px;
  color: #666;
  cursor: pointer;
}
.addressWidget > div > ul > li:hover,
.addressWidget > div > ul > li[aria-selected="true"] {
  background-color: #F5F5F5;
  color: #333;
}
.addressWidget.flex {
  display: flex;
  flex-wrap: wrap;
}
.addressWidget.flex > div:nth-child(1) {
  width: 30%;
  padding-right: 10px;
}
.addressWidget.flex > div:nth-child(2) {
  width: 70%;
}
.addressWidget.flex > div:nth-child(3) {
  width: 75%;
  padding-right: 10px;
}
.addressWidget.flex > div:nth-child(4) {
  width: 25%;
}
.addressWidget.withLabels > div {
  padding-top: 30px;
}
.addressWidget.withLabels > div:before {
  content: attr(data-label);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  padding: 5px 2px;
}
.addressWidget .clear-button {
  padding: 0.45em;
  font-size: 70%;
}
.addressWidget .clear-button:hover {
  cursor: pointer;
}
.global-message .alert {
  margin-bottom: 0;
}
.marginTop {
  margin-top: 10px;
}
a {
  cursor: pointer;
}
#btnReload {
  min-width: 90px;
}
.btnToggle,
.btnDelete,
.btnCopy {
  cursor: pointer;
}
.fa-toggle-on {
  color: #5cb85c;
}
.fa-toggle-off,
.btnDelete {
  color: #d9534f;
}
.btnCopy {
  color: #f0ad4e;
}
hr {
  margin: 10px 0;
  border-top: 1px solid #e7e7e7;
}
.input-group.phone {
  width: 100%;
}
.input-group.phone > input {
  box-sizing: border-box;
  width: 70%;
}
.input-group.phone > input:first-child {
  border-right: 0;
  width: 30%;
}
.noBottomSpace {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.noTopSpace {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.list-group-item.new a {
  font-weight: bold;
}
.mainMenu > li > a {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.mainMenu .toggleGroupMenu {
  cursor: pointer;
}
.mainMenu #toggleUsermenu {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mainMenu #toggleUsermenu .mobileTitle {
  display: none;
  line-height: 30px;
  height: 30px;
  vertical-align: text-bottom;
  padding-left: 10px;
}
.mainMenu > .dropdown > .dropdown-toggle:not(#toggleUsermenu)::after,
.mainMenu .toggleGroupMenu::after {
  content: "\f107";
  display: inline;
  font-family: 'FontAwesome';
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-left: 5px;
  width: 10px;
}
.subMenu {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  width: 350px;
  background: #fff !important;
  padding: 0;
  border: 1px solid #cfd3d4;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
  margin: 0;
  list-style: none;
}
.subMenu #deleteAvatarUserMenu {
  cursor: pointer !important;
}
.subMenu > li {
  padding: 10px 20px;
  border-bottom: 1px solid #dde1e4;
  padding-left: 5px;
}
.subMenu > li:last-child {
  border-bottom: 0;
}
.subMenu > li a:hover {
  text-decoration: none;
}
.subMenu > li.subMenuFooter {
  background: #edf2f5;
  color: #666;
  text-align: center;
}
.subMenu > li.subMenuFooter a {
  color: #666;
  line-height: 20px;
  padding: 0;
}
.subMenu > li.subMenuFooter a:hover {
  text-decoration: none;
  color: #333 !important;
  background: transparent;
}
.subMenu > li.subMenuHeader {
  background: #edf2f5;
  color: #095ea8;
  border-bottom: 1px solid #dce3e9;
  padding-left: 10px;
}
.subMenu > li .menuIcon,
.subMenu > li .menuContent {
  display: inline-block;
}
.subMenu > li .menuIcon {
  width: 60px;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.subMenu > li .menuIcon .avatarEditBadge {
  position: absolute;
  z-index: 9999;
  bottom: -6px;
  left: 6px;
}
.subMenu > li .menuIcon .userProfileAvatar {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.subMenu > li .menuIcon .userProfileAvatar .avatarOptions {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.3);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
  opacity: 0;
  transition: all .3s;
}
.subMenu > li .menuIcon .userProfileAvatar:hover .avatarOptions {
  opacity: 1;
}
.subMenu > li .menuContent {
  line-height: 14px;
  width: 250px;
  padding-left: 20px;
}
.subMenu > li.hasIcon .menuContent {
  padding-left: 0;
}
.subMenu > li.hasIcon:not(.hasChild) {
  vertical-align: middle;
  line-height: 30px;
}
.subMenu > li .menuChildren ul {
  list-style: none;
  margin: 0;
  padding: 2px 0 0;
}
.subMenu > li .menuChildren ul > li {
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 1px;
}
.subMenu > li .menuChildren ul > li:not(:last-child)::after {
  content: "\00b7";
  margin-left: 3px;
}
.subMenu > li .menuChildren .menuTitle {
  font-size: 1.4rem;
}
.sf-menu > li a {
  padding: 20px 10px !important;
  padding-right: 2.5em !important;
}
.sf-menu > li a#toggleUsermenu {
  padding: 15px 10px !important;
  padding-right: 2.5em !important;
}
.sf-menu > li a.navbar-brand {
  padding: 0 !important;
}
.sf-menu .subMenu > li {
  margin: 0;
  background: transparent;
  white-space: normal;
}
.sf-menu .subMenu > li.subMenuHeader {
  background: #edf2f5;
  color: #095ea8;
  border-bottom: 1px solid #dce3e9;
  padding-left: 10px;
}
.sf-menu .subMenu > li .notificationContent {
  padding: 15px;
}
.sf-menu .subMenu > li .markAsRead {
  margin-right: 15px;
}
.sf-menu .subMenu > li.hasIcon .notificationContent {
  padding-left: 60px;
}
.sf-menu .subMenu > li.hasIcon .menuIcon {
  top: 20px !important;
}
.sf-menu .subMenu .menuChildren li {
  background: transparent;
  white-space: normal;
}
.sf-menu .subMenu > li .menuChildren ul {
  display: block;
  position: relative;
}
.sf-menu .subMenu a,
.sf-menu .subMenu li li a {
  font-size: 12px;
  padding: 0 !important;
  background: transparent;
  display: inline-block;
}
.sf-menu .subMenu .vpLevel {
  font-size: 11px;
}
.sf-menu .mobileTitle {
  display: none;
  line-height: 30px;
  height: 30px;
  vertical-align: text-bottom;
  padding-left: 10px;
}
.sf-menu .btn-group,
.sf-menu .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.sf-menu .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sf-menu .btn-group > .btn:first-child {
  margin-left: 0;
}
.sf-menu .btn-group > .btn,
.sf-menu .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.sf-menu .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.sf-menu .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.sf-menu .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
body > .col-md-12 > .alert {
  margin-top: 10px;
}
.kwgEventFeedback {
  display: none;
}
.vpLevel {
  font-size: 1rem;
  display: inline-block;
  padding: 3px 8px;
  background: #5cb85c;
  border-radius: 3px;
  margin: 5px 0 2px;
  color: #fff;
}
.vpLevelUp {
  color: #333;
  display: inline-block;
  padding: 3px 4px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.distType {
  font-size: 1rem;
  display: inline-block;
  padding: 3px 8px;
  background: #f0ad4e;
  border-radius: 3px;
  margin: 5px 0 2px 5px;
  color: #fff;
}
.globalBannerContainer,
.levelUpBanner,
.firstLoginBanner,
.homepageReminder,
.eventRegistrationBanner,
.genericBanner,
.agreementBannerShell {
  top: -400px;
  width: 90%;
  max-width: 1200px;
  height: 400px;
  color: #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 16px rgba(0,0,0,0.3);
  left: 50%;
  margin-left: -600px;
  position: fixed;
  z-index: 1300;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.globalBannerContainer.img4,
.levelUpBanner.img4,
.firstLoginBanner.img4,
.homepageReminder.img4,
.eventRegistrationBanner.img4,
.genericBanner.img4,
.agreementBannerShell.img4 {
  background: url('../img/layout/levelup/level_up_04.jpg');
}
.globalBannerContainer.chalk,
.levelUpBanner.chalk,
.firstLoginBanner.chalk,
.homepageReminder.chalk,
.eventRegistrationBanner.chalk,
.genericBanner.chalk,
.agreementBannerShell.chalk {
  background: url('../img/layout/chalkboard.jpg');
}
.globalBannerContainer .closeForm,
.globalBannerContainer .footnote,
.levelUpBanner .closeForm,
.levelUpBanner .footnote,
.firstLoginBanner .closeForm,
.firstLoginBanner .footnote,
.homepageReminder .closeForm,
.homepageReminder .footnote,
.eventRegistrationBanner .closeForm,
.eventRegistrationBanner .footnote,
.genericBanner .closeForm,
.genericBanner .footnote,
.agreementBannerShell .closeForm,
.agreementBannerShell .footnote {
  position: absolute;
  bottom: 40px;
}
.globalBannerContainer .closeForm,
.levelUpBanner .closeForm,
.firstLoginBanner .closeForm,
.homepageReminder .closeForm,
.eventRegistrationBanner .closeForm,
.genericBanner .closeForm,
.agreementBannerShell .closeForm {
  right: 60px;
  text-align: right;
}
.globalBannerContainer .closeForm .checkboxClose,
.levelUpBanner .closeForm .checkboxClose,
.firstLoginBanner .closeForm .checkboxClose,
.homepageReminder .closeForm .checkboxClose,
.eventRegistrationBanner .closeForm .checkboxClose,
.genericBanner .closeForm .checkboxClose,
.agreementBannerShell .closeForm .checkboxClose {
  text-shadow: 1px 1px rgba(0,0,0,0.3);
  padding-top: 10px;
  display: block;
}
.globalBannerContainer .btnClose,
.levelUpBanner .btnClose,
.firstLoginBanner .btnClose,
.homepageReminder .btnClose,
.eventRegistrationBanner .btnClose,
.genericBanner .btnClose,
.agreementBannerShell .btnClose {
  cursor: pointer;
}
.globalBannerContainer .btnClose.btnCloseAbsolute,
.levelUpBanner .btnClose.btnCloseAbsolute,
.firstLoginBanner .btnClose.btnCloseAbsolute,
.homepageReminder .btnClose.btnCloseAbsolute,
.eventRegistrationBanner .btnClose.btnCloseAbsolute,
.genericBanner .btnClose.btnCloseAbsolute,
.agreementBannerShell .btnClose.btnCloseAbsolute {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.globalBannerContainer .btnClose.btnCloseDesign,
.levelUpBanner .btnClose.btnCloseDesign,
.firstLoginBanner .btnClose.btnCloseDesign,
.homepageReminder .btnClose.btnCloseDesign,
.eventRegistrationBanner .btnClose.btnCloseDesign,
.genericBanner .btnClose.btnCloseDesign,
.agreementBannerShell .btnClose.btnCloseDesign {
  background: transparent;
  border: 0;
  font-size: 24px;
}
.globalBannerContainer .footnote,
.levelUpBanner .footnote,
.firstLoginBanner .footnote,
.homepageReminder .footnote,
.eventRegistrationBanner .footnote,
.genericBanner .footnote,
.agreementBannerShell .footnote {
  left: 60px;
  font-size: 12px;
  max-width: 50%;
}
.globalBannerContainer h1,
.globalBannerContainer h2,
.globalBannerContainer p,
.levelUpBanner h1,
.levelUpBanner h2,
.levelUpBanner p,
.firstLoginBanner h1,
.firstLoginBanner h2,
.firstLoginBanner p,
.homepageReminder h1,
.homepageReminder h2,
.homepageReminder p,
.eventRegistrationBanner h1,
.eventRegistrationBanner h2,
.eventRegistrationBanner p,
.genericBanner h1,
.genericBanner h2,
.genericBanner p,
.agreementBannerShell h1,
.agreementBannerShell h2,
.agreementBannerShell p {
  color: #fff;
}
.globalBannerContainer h1,
.levelUpBanner h1,
.firstLoginBanner h1,
.homepageReminder h1,
.eventRegistrationBanner h1,
.genericBanner h1,
.agreementBannerShell h1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
}
.globalBannerContainer p,
.levelUpBanner p,
.firstLoginBanner p,
.homepageReminder p,
.eventRegistrationBanner p,
.genericBanner p,
.agreementBannerShell p {
  margin-top: 10px;
  font-size: 24px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.globalBannerContainer p.small-font,
.levelUpBanner p.small-font,
.firstLoginBanner p.small-font,
.homepageReminder p.small-font,
.eventRegistrationBanner p.small-font,
.genericBanner p.small-font,
.agreementBannerShell p.small-font {
  font-size: 12px;
}
.appUpdateBanner {
  height: 440px;
}
.appUpdateBanner .appLogo {
  width: 124px;
  margin-right: 20px;
}
.appUpdateBanner .appButtons {
  margin-top: 50px;
}
.appUpdateBanner .btnClose {
  margin-top: 10px;
}
@media (max-width: 800px) {
  .appUpdateBanner {
    height: auto;
  }
  .appUpdateBanner .appLogo,
  .appUpdateBanner .qrCodeCol {
    display: none;
  }
  .appUpdateBanner .appLinkCol {
    width: 100%;
  }
  .appUpdateBanner .appLinkCol .pull-right {
    float: none !important;
    margin: auto;
    text-align: center;
  }
  .appUpdateBanner h1 {
    clear: both;
  }
  .appUpdateBanner .appButtons {
    margin-top: 10px;
  }
  .appUpdateBanner .closeForm {
    position: relative;
    right: 0 !important;
    bottom: 0 !important;
  }
}
.firstLoginBanner {
  background: url('../img/layout/chalkboard.jpg');
  font-family: 'Schoolbell', cursive;
  height: auto;
}
.firstLoginBanner p {
  font-size: 18px;
}
.firstLoginBanner .firstLoginBox {
  margin-top: 10px;
}
.firstLoginBanner .firstLoginBox h2 {
  margin-top: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-left: -10px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.firstLoginBanner .firstLoginBox .education {
  font-size: 24px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.firstLoginBanner .btnClose {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: transparent;
  border: 0;
  font-size: 24px;
}
.homepageReminder {
  background: url('../img/layout/vp-homepage-banner.jpg');
  color: #032f5e;
}
.homepageReminder p {
  font-size: 18px;
}
.homepageReminder .firstLoginBox {
  margin-top: 10px;
}
.homepageReminder .firstLoginBox h2 {
  margin-top: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.homepageReminder .btnClose {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: transparent;
  border: 0;
  font-size: 24px;
}
.eventRegistrationBanner {
  background: url('../img/layout/eventRegistration.jpg');
  color: #032f5e;
}
.eventRegistrationBanner p {
  font-size: 18px;
}
.eventRegistrationBanner .firstLoginBox {
  position: absolute;
  padding: 10px;
  width: 90%;
  background: rgba(67,92,103,0.7);
  background: -moz-linear-gradient(45deg,rgba(67,92,103,0.7) 0%,rgba(67,92,103,0) 75%);
  background: -webkit-linear-gradient(45deg,rgba(67,92,103,0.7) 0%,rgba(67,92,103,0) 75%);
  background: linear-gradient(45deg,rgba(67,92,103,0.7) 0%,rgba(67,92,103,0) 75%);
  color: #FFFFFF;
  top: 40px;
}
.eventRegistrationBanner .moreInfo {
  color: #FFFFFF;
  text-decoration: underline;
}
.eventRegistrationBanner .btnClose {
  position: absolute;
  width: 40%;
  bottom: 30px;
  right: 30px;
}
.userProfileAvatar {
  overflow: hidden;
  margin: auto;
  margin-bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.userProfileAvatar > img {
  width: 100%;
}
body.blur > *:not(.noBlur) {
  filter: blur(3px);
}
.darken {
  width: 100%;
  background: rgba(0,0,0,0.5);
  height: 100%;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1200;
  top: 0;
}
.navbar a.active {
  background: #0066cb;
}
.uploadButton {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.uploadButton input {
  cursor: pointer;
  right: 0;
  opacity: 0;
  padding: 4px 0;
  position: absolute;
  top: 0;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ccc;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #0066CC;
}

.well {
  background-color: rgba(66,139,202,0.05);
  border-color: rgba(66,139,202,0.15);
  box-shadow: none;
  border-style: solid;
  border-width: 1px;
  padding: 5px 15px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .navbar-form .form-group {
    vertical-align: bottom;
  }
  .vertical-top .navbar-form .form-group {
    vertical-align: top;
  }
}
.navbar-form {
  width: 100%;
}
.filter .form-control {
  min-width: 210px;
}
.iFilter {
  margin-right: 10px;
  margin-bottom: 10px !important;
}
.iFilter a:hover {
  text-decoration: none;
}
.iFilter .btn-group label.btn {
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#e0e0e0 100%);
  background: -webkit-linear-gradient(top,#ffffff 0%,#e0e0e0 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#e0e0e0 100%);
  border-color: #ccc;
}
.iFilter .btn-group label.btn.active {
  background: #3276b1;
  background: -moz-linear-gradient(top,#3276b1 0%,#428bca 100%);
  background: -webkit-linear-gradient(top,#3276b1 0%,#428bca 100%);
  background: linear-gradient(to bottom,#3276b1 0%,#428bca 100%);
  border-color: #3276b1;
  color: #fff;
}
.iFilter .btn-group label.btn.active.positive {
  background: #47a447;
  background: -moz-linear-gradient(top,#47a447 0%,#5cb85c 100%);
  background: -webkit-linear-gradient(top,#47a447 0%,#5cb85c 100%);
  background: linear-gradient(to bottom,#47a447 0%,#5cb85c 100%);
  border-color: #47a447;
}
.iFilter .btn-group label.btn.active.negative {
  background: #d2322d;
  background: -moz-linear-gradient(top,#d2322d 0%,#d9534f 100%);
  background: -webkit-linear-gradient(top,#d2322d 0%,#d9534f 100%);
  background: linear-gradient(to bottom,#d2322d 0%,#d9534f 100%);
  border-color: #d2322d;
}
.iFilter .btn-group label.btn.active.default {
  background: #3276b1;
  background: -moz-linear-gradient(top,#3276b1 0%,#428bca 100%);
  background: -webkit-linear-gradient(top,#3276b1 0%,#428bca 100%);
  background: linear-gradient(to bottom,#3276b1 0%,#428bca 100%);
  border-color: #3276b1;
}
.iFilter .btn-group label.btn.active.neutral {
  background: #ed9c28;
  background: -moz-linear-gradient(top,#ed9c28 0%,#f0ad4e 100%);
  background: -webkit-linear-gradient(top,#ed9c28 0%,#f0ad4e 100%);
  background: linear-gradient(to bottom,#ed9c28 0%,#f0ad4e 100%);
  border-color: #ed9c28;
}
.iFilter .toggle.btn {
  min-width: 120px;
}
.iFilter .ms-helper {
  background: rgba(0,0,0,0.8);
  padding: 10px;
  top: -60px;
  border-radius: 4px;
  color: #ccc;
  display: none;
}
.iFilter .ms-helper::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid rgba(0,0,0,0.8);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
#extendedFilter {
  display: none;
}
.redactor-box .redactor-toolbar {
  background: #333;
}
.redactor-box [class*=" re-icon-"],
.redactor-box [class^="re-icon-"] {
  color: #fff;
}
.helpDropdown .menuTitle .unread {
  font-weight: bold;
}
.helpDropdown .toggleHelp {
  align-items: center;
  position: relative;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.helpDropdown .toggleHelp.new {
  background-color: #ed9c28;
}
.helpDropdown .toggleHelp.new:hover {
  background-color: #d18212;
}
.helpDropdown .toggleHelp i {
  color: #eef1f5;
}
.helpDropdown .toggleHelp::after {
  display: none !important;
}
.helpDropdown .toggleHelp .badge {
  left: 25px;
  padding: 1px 5px;
  position: absolute;
  top: 5px;
  z-index: 101;
  background-color: #ed9c28;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  border-radius: 2px;
  line-height: 1.2;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
  border: 0;
}
.distributionTypeDropdown {
  list-style-type: none;
  position: fixed !important;
  left: -2px;
  top: 0;
}
.distributionTypeDropdown .toggleDistType {
  align-items: center;
  position: relative;
  padding: 0 !important;
  top: -2px;
  background-color: transparent !important;
}
.distributionTypeDropdown .toggleDistType i {
  color: #eef1f5;
}
.distributionTypeDropdown .toggleDistType::after {
  display: none !important;
}
.distributionTypeDropdown .toggleDistType .gas-pump-badge:before {
  content: url("../img/partner/vpdata/distributiontype/gas-pump-badge.svg");
}
.distributionTypeDropdown .toggleDistType .bullhorn-badge:before {
  content: url("../img/partner/vpdata/distributiontype/bullhorn-badge.svg");
}
.distributionTypeDropdown .toggleDistType .home-badge:before {
  content: url("../img/partner/vpdata/distributiontype/home-badge.svg");
}
.distributionTypeDropdown .dropdown-menu {
  left: 0;
}
.calendarMenuItem a .calendarActive {
  left: 24px;
  padding: 1px 5px;
  position: absolute;
  top: 6px;
  z-index: 101;
  font-size: 10px;
  line-height: 1.2;
}
.calendarMenuItem a .calendarActive i {
  color: #d2322d !important;
}
.calendarMenuItem a:hover i {
  color: #fff !important;
}
.calendarMenuItem a:hover .calendarActive i {
  color: #d2322d !important;
}
.notificationDropdown .notification {
  align-items: center;
  position: relative;
}
.notificationDropdown .notification::after {
  display: none !important;
}
.notificationDropdown .notification .badge {
  display: none;
  box-shadow: -1px 2px 3px rgba(0,0,0,0.3), inset 0 1px 2px rgba(225,225,225,0.2);
  left: 25px;
  padding: 1px 5px;
  position: absolute;
  top: 5px;
  z-index: 101;
  background-color: #d2322d;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  border-radius: 2px;
  line-height: 1.2;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
  border: 0;
}
.notificationDropdown .notification.new .fa {
  animation: fa-bell-ring 5s ease 8s 8;
  transform-origin: 50% 0;
}
.notificationDropdown .notification.new .badge {
  display: inline-block;
}
.notificationDropdown .subMenu li {
  max-width: 400px;
  padding: 0;
  position: relative;
}
.notificationDropdown .subMenu li.noEntries {
  padding: 10px 20px;
  text-align: center;
}
.notificationDropdown .subMenu li.subMenuHeader {
  background: #edf2f5;
  color: #095ea8;
  border-bottom: 1px solid #dce3e9;
  padding: 10px 20px;
  padding-left: 10px;
}
.notificationDropdown .subMenu li > a {
  padding: 15px 20px;
  align-items: center;
  z-index: 20;
  position: relative;
  display: flex;
  white-space: normal;
}
.notificationDropdown .subMenu li > a > div.notificationContent {
  flex: 1 1 auto;
  overflow: hidden;
}
.notificationDropdown .subMenu li > a > div.notificationContent h3 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #515151;
}
.notificationDropdown .subMenu li > a .markAsRead {
  padding: 5px;
}
.notificationDropdown .subMenu li > a .markAsRead .fa {
  color: #333;
}
.notificationDropdown .subMenu li > a .markAsRead:hover .fa {
  color: #5cb85c;
}
.notificationDropdown .subMenu li.hasIcon {
  padding-left: 0;
}
.notificationDropdown .subMenu li.hasIcon > a {
  padding-left: 61px;
}
.notificationDropdown .subMenu li.hasIcon > a .menuIcon {
  width: 61px;
  height: 61px;
  line-height: 61px;
  position: absolute;
  top: 5px;
  left: 0;
  vertical-align: middle;
  text-align: center;
}
.notificationDropdown .subMenu li.hasIcon > a .menuIcon .fa {
  color: #333;
}
.clientIconList {
  margin: 0;
  padding: 0;
}
.clientIconList li {
  display: inline-block;
  list-style: none;
}
.sidebarMenu > div li.list-group-item,
.sidebarMenu > div a.list-group-item {
  transition: all .2s;
}
.sidebarMenu > div li.list-group-item:hover:not(.active),
.sidebarMenu > div a.list-group-item:hover:not(.active) {
  color: #333;
}
.sidebarMenu > div li.list-group-item:not(.active),
.sidebarMenu > div a.list-group-item:not(.active) {
  cursor: pointer;
}
.sidebarMenu > div li.list-group-item:not(.active):hover,
.sidebarMenu > div a.list-group-item:not(.active):hover {
  background: #ecf0f1;
}
.sidebarMenu > div li.list-group-item > h5,
.sidebarMenu > div a.list-group-item > h5 {
  font-weight: bold;
}
.sidebarMenu > div li.list-group-item > h5,
.sidebarMenu > div li.list-group-item > p,
.sidebarMenu > div a.list-group-item > h5,
.sidebarMenu > div a.list-group-item > p {
  color: #333;
}
.sidebarMenu > div li.list-group-item > h5:hover,
.sidebarMenu > div li.list-group-item > p:hover,
.sidebarMenu > div a.list-group-item > h5:hover,
.sidebarMenu > div a.list-group-item > p:hover {
  text-decoration: none;
}
.sidebarMenu > div li.list-group-item.active > h5,
.sidebarMenu > div li.list-group-item.active > p,
.sidebarMenu > div a.list-group-item.active > h5,
.sidebarMenu > div a.list-group-item.active > p {
  cursor: default;
  color: #fff;
}
.sidebarMenu > div li.list-group-item.active .hints > i,
.sidebarMenu > div a.list-group-item.active .hints > i {
  color: #fff;
}
.sidebarMenu > div li.list-group-item .icon,
.sidebarMenu > div a.list-group-item .icon {
  float: left;
  height: 40px;
  line-height: 40px;
  width: 40px;
  padding-right: 10px;
  text-align: center;
}
.sidebarMenu > div li.list-group-item .icon > i,
.sidebarMenu > div a.list-group-item .icon > i {
  vertical-align: middle;
}
.sidebarMenu > div li.list-group-item .hints,
.sidebarMenu > div a.list-group-item .hints {
  position: absolute;
  top: 10px;
  right: 10px;
}
.sidebarMenu > div li.list-group-item .hints > i,
.sidebarMenu > div a.list-group-item .hints > i {
  color: #428bca;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #d9edf7;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fcf8e3;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #dff0d8;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f2dede;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader {
  cursor: wait;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: .25rem solid #003366;
  border-top-color: #ff9933;
  animation: spin 1s infinite linear;
}
.preloader.small {
  width: 20px;
  height: 20px;
}
.preloader.big {
  width: 50px;
  height: 50px;
}
@media (max-width: 1200px) {
  .notificationDropdown .subMenu li {
    max-width: 100%;
  }
  #toggleUsermenu .userProfileAvatar {
    display: inline-block;
  }
  #toggleUsermenu .mobileTitle {
    display: inline-block;
  }
  .subMenu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .levelUpBanner,
  .firstLoginBanner,
  .homepageReminder,
  .eventRegistrationBanner,
  .genericBanner,
  .agreementBannerShell {
    margin-left: 0;
    width: 100%;
    left: 0;
    padding: 20px;
  }
  .levelUpBanner .footnote,
  .firstLoginBanner .footnote,
  .homepageReminder .footnote,
  .eventRegistrationBanner .footnote,
  .genericBanner .footnote,
  .agreementBannerShell .footnote {
    left: 20px;
    width: 60%;
    bottom: 40px;
  }
  .levelUpBanner .closeForm,
  .firstLoginBanner .closeForm,
  .homepageReminder .closeForm,
  .eventRegistrationBanner .closeForm,
  .genericBanner .closeForm,
  .agreementBannerShell .closeForm {
    right: 20px;
    bottom: 20px;
  }
}
.modal-xl {
  width: 1000px;
}
.modal-max {
  width: 90%;
  max-width: 1100px;
}
#refreshButton {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  animation: opacityPulse 2.3s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
}
.pulsePop:not(.disabled) {
  animation: pulsePop 3s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@media (max-width: 800px) {
  #refreshButton {
    display: none;
  }
  .modal-max,
  .modal-xl {
    width: 100%;
  }
  .firstLoginBanner p {
    font-size: 14px;
  }
  .firstLoginBanner .firstLoginBox h2 {
    font-size: 18px;
  }
  .firstLoginBanner .firstLoginBox .education {
    font-size: 18px;
  }
  .firstLoginBanner .btnClose {
    font-size: 18px;
  }
  .homepageReminder {
    padding: 20px;
  }
  .homepageReminder p {
    font-size: 14px;
  }
  .homepageReminder .firstLoginBox {
    margin-top: 0px;
  }
  .homepageReminder .firstLoginBox h2 {
    font-size: 18px;
  }
  .homepageReminder .btnClose {
    font-size: 18px;
  }
  .eventRegistrationBanner .firstLoginBox {
    position: absolute;
    padding: 10px;
    width: 90%;
    background: rgba(67,92,103,0.7);
    background: -moz-linear-gradient(45deg,rgba(67,92,103,0.7) 0%,rgba(67,92,103,0) 75%);
    background: -webkit-linear-gradient(45deg,rgba(67,92,103,0.7) 0%,rgba(67,92,103,0) 75%);
    background: linear-gradient(45deg,rgba(67,92,103,0.7) 0%,rgba(67,92,103,0) 75%);
    color: #FFFFFF;
    top: 20px;
  }
  .eventRegistrationBanner .eventRegistrationSubline {
    display: none;
  }
  .eventRegistrationBanner .btnClose {
    position: absolute;
    width: 80%;
    left: 40px;
  }
}
@media (max-width: 991px) {
  .navbar .container .img-logo {
    top: -5px;
    position: relative;
  }
  .navbar .container .mainMenu {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  .navbar .container .img-logo {
    display: block;
    padding: 0.75em 0 0 0;
    width: 90%;
  }
  .navbar .container .mainMenu {
    margin-bottom: 0px !important;
  }
}
body.cp-modal-open {
  overflow: hidden !important;
}
.cp-full-reset {
  cursor: pointer;
}
.cp-plugin-container-youtube {
  cursor: pointer;
}
.cp-plugin-container-youtube:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-left: -12px;
  background: rgba(255,255,255,0.4);
  box-sizing: border-box;
  width: 112px;
  height: 112px;
  border: 10px solid #000000;
  border-radius: 50%;
  z-index: 100;
  -webkit-box-shadow: 0 0 3px 3px rgba(255,255,255,0.5);
  box-shadow: 0 0 3px 3px rgba(255,255,255,0.5);
}
.cp-plugin-container-youtube:after {
  z-index: 101;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 54px;
  border-color: transparent transparent transparent #000000;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 27px 0 27px 50px;
}
.DsgvoCookiePlugin {
  font-size: 14px;
}
.DsgvoCookiePlugin .cp-alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
  color: #004085;
  background-color: #cce5ff;
  border: 1px solid #b8daff;
}
.DsgvoCookiePlugin .cp-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
}
.DsgvoCookiePlugin .cp-row {
  display: flex;
  flex-wrap: wrap;
}
.DsgvoCookiePlugin .cp-row .cp-col,
.DsgvoCookiePlugin .cp-row .cp-col-1,
.DsgvoCookiePlugin .cp-row .cp-col-2,
.DsgvoCookiePlugin .cp-row .cp-col-3,
.DsgvoCookiePlugin .cp-row .cp-col-4,
.DsgvoCookiePlugin .cp-row .cp-col-5,
.DsgvoCookiePlugin .cp-row .cp-col-6,
.DsgvoCookiePlugin .cp-row .cp-col-7,
.DsgvoCookiePlugin .cp-row .cp-col-8,
.DsgvoCookiePlugin .cp-row .cp-col-9,
.DsgvoCookiePlugin .cp-row .cp-col-10,
.DsgvoCookiePlugin .cp-row .cp-col-11,
.DsgvoCookiePlugin .cp-row .cp-col-12 {
  position: relative;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.DsgvoCookiePlugin .cp-row .cp-col-1 {
  flex: 0 0 8.34%;
  max-width: 8.34%;
}
.DsgvoCookiePlugin .cp-row .cp-col-1 {
  flex: 0 0 16.67%;
  max-width: 16.67%;
}
.DsgvoCookiePlugin .cp-row .cp-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.DsgvoCookiePlugin .cp-row .cp-col-4 {
  flex: 0 0 33.334%;
  max-width: 33.334%;
}
.DsgvoCookiePlugin .cp-row .cp-col-5 {
  flex: 0 0 41.664%;
  max-width: 41.664%;
}
.DsgvoCookiePlugin .cp-row .cp-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.DsgvoCookiePlugin .cp-row .cp-col-7 {
  flex: 0 0 58.333%;
  max-width: 58.333%;
}
.DsgvoCookiePlugin .cp-row .cp-col-8 {
  flex: 0 0 66.667%;
  max-width: 66.667%;
}
.DsgvoCookiePlugin .cp-row .cp-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.DsgvoCookiePlugin .cp-row .cp-col-10 {
  flex: 0 0 83.333%;
  max-width: 83.333%;
}
.DsgvoCookiePlugin .cp-row .cp-col-11 {
  flex: 0 0 91.667%;
  max-width: 91.667%;
}
.DsgvoCookiePlugin .cp-row .cp-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 800px) {
  .DsgvoCookiePlugin .cp-row .cp-col,
  .DsgvoCookiePlugin .cp-row .cp-col-1,
  .DsgvoCookiePlugin .cp-row .cp-col-2,
  .DsgvoCookiePlugin .cp-row .cp-col-3,
  .DsgvoCookiePlugin .cp-row .cp-col-4,
  .DsgvoCookiePlugin .cp-row .cp-col-5,
  .DsgvoCookiePlugin .cp-row .cp-col-6,
  .DsgvoCookiePlugin .cp-row .cp-col-7,
  .DsgvoCookiePlugin .cp-row .cp-col-8,
  .DsgvoCookiePlugin .cp-row .cp-col-9,
  .DsgvoCookiePlugin .cp-row .cp-col-10,
  .DsgvoCookiePlugin .cp-row .cp-col-11,
  .DsgvoCookiePlugin .cp-row .cp-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.DsgvoCookiePlugin .cp-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: .375rem .75rem;
  line-height: 1.5;
  border-radius: .25rem;
  width: 100%;
  cursor: pointer;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.DsgvoCookiePlugin .cp-btn:hover {
  background-color: #eeeeee;
}
.DsgvoCookiePlugin .cp-btn.cp-btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.DsgvoCookiePlugin .cp-btn.cp-btn-success:hover {
  background-color: #269444;
}
.DsgvoCookiePlugin .cp-btn-group {
  width: 100%;
}
.DsgvoCookiePlugin .cp-btn-group .cp-btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.DsgvoCookiePlugin .cp-btn-group .cp-btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
.DsgvoCookiePlugin [data-cp-category],
.DsgvoCookiePlugin [data-cp-plugin] {
  cursor: pointer;
}
#cookie-bar {
  position: fixed;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: 9998;
  max-width: 600px;
  background-color: #ffffff;
  padding: 16px 18px;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0 0 3px 4px rgba(0,0,0,0.2);
  box-shadow: 0 0 3px 4px rgba(0,0,0,0.2);
  display: none;
}
#cookie-bar.cp-left {
  left: 2%;
}
#cookie-bar.cp-right {
  right: 2%;
}
#cookie-bar.cp-top {
  top: 2%;
}
#cookie-bar.cp-bottom {
  bottom: 2%;
}
#cookie-bar.cp-center {
  left: 50%;
  transform: translateX(-50%);
}
#cookie-bar.cp-center-vertical {
  top: 50%;
  transform: translateY(-50%);
}
#cookie-bar .cp-text {
  padding: 8px;
}
.cp-modal-open {
  overflow: hidden;
}
.cp-modal-open #cookie-window {
  display: block;
}
#cookie-window {
  display: none;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
#cookie-window .cp-dialogWindow {
  min-height: calc(96.5%);
  max-height: calc(96.5%);
  max-width: 800px;
  margin: 1.7rem auto;
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  pointer-events: none;
}
#cookie-window .cp-dialogWindow .cp-dialogContent {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: calc(96.5vh);
  overflow: auto;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: .5rem;
  outline: 0;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(-0.7rem);
  border-top-right-radius: calc(-0.7rem);
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogHeader .cp-dialogTitle {
  margin-bottom: 0;
  font-size: 2rem;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  overflow-y: auto;
  background-color: #f1f1f1;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list {
  padding: 8px 12px;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item {
  border: 1px solid #dddddd;
  border-radius: 12px;
  margin: 12px 4px;
  background-color: #ffffff;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item .cp-item-header,
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item .cp-item-info,
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item .cp-item-body {
  padding: 8px 12px;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item .cp-item-header {
  padding-bottom: 0;
  font-size: 2.5rem;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item .cp-item-info {
  margin-bottom: 12px;
  padding-top: 0;
  border-bottom: 1px solid #ddd;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item [data-cp-plugin] {
  transition: all 600ms ease;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item .cp-row .cp-item-plugin-header {
  font-weight: 700;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody #cp-list .cp-list-item .cp-row:hover .cp-item-plugin-header {
  text-decoration: underline;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody .cp-row {
  transition: all 600ms ease;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody .cp-row .cp-col-checkbox {
  width: 44px;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogBody .cp-highlight {
  background-color: rgba(255,255,153,0.8);
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogFooter {
  border-top: 1px solid #dee2e6;
  background-color: rgba(0,0,0,0.05);
  position: relative;
  padding: 8px 12px;
}
#cookie-window .cp-dialogWindow .cp-dialogContent .cp-dialogFooter .cp-full-reset {
  display: inline;
  font-size: 8px;
}
