.hid,
.jsshow {
  display: none;
}
input.placeholder {
  color: #999;
}
.table-hover > tbody > tr:hover {
  cursor: pointer;
}
.navbar {
  margin-bottom: 0;
}
.media,
.media-body {
  overflow: visible;
}
.media-left,
.media > .pull-left {
  padding-right: 14px;
}
.media-left > div,
.media > .pull-left > div {
  max-height: 120px;
  overflow: hidden;
  text-align: center;
  width: 106px;
}
.media-left img,
.media > .pull-left img {
  height: auto;
  max-height: 90px;
  width: auto;
  max-width: 90px;
}
.media-left div.hoverReveal2,
.media > .pull-left div.hoverReveal2 {
  text-align: right;
}
@media (min-width: 450px) {
  .media-left,
  .media > .pull-left {
    padding-right: 14px;
  }
  .media-left > div,
  .media > .pull-left > div {
    max-height: 180px;
    width: 156px;
  }
  .media-left img,
  .media > .pull-left img {
    max-height: 140px;
    max-width: 140px;
  }
}
body {
  font: 14px/20px 'Open Sans', 'Arial', sans-serif;
  background-color: #000000;
  word-wrap: break-word;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3 {
  margin-bottom: 20px;
}
h3::first-letter {
  text-transform: uppercase;
}
.pagetype {
  position: relative;
}
.pagetype h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
}
.maincontent .pagetype h3 {
  margin-top: 10px;
}
.sideboxes h3 {
  margin-top: 10px;
  margin-bottom: 16px;
}
.sideboxes h4 {
  margin-top: 20px;
}
h4 > span {
  display: inline-block;
}
h4::first-letter,
h4 > span::first-letter {
  text-transform: uppercase;
}
h5 {
  text-transform: uppercase;
}
h6 {
  color: #999999;
}
th {
  text-transform: capitalize;
}
#maincontentcontainer {
  padding: 20px 0 40px 0;
  background-color: #ffffff;
}
.date {
  font-size: 11px;
  color: #999999;
}
.logo {
  text-align: center;
}
.headline {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 4px;
  overflow-wrap: anywhere;
}
.maincontent .headline {
  font-size: 24px;
  line-height: 1.3;
}
.intro {
  color: #777;
  overflow-wrap: anywhere;
}
.maincontent .intro {
  line-height: 1.4;
  margin-bottom: 4px;
}
.from {
  color: #666666;
  font-variant: small-caps;
  font-size: 12px;
}
.newsList .from {
  float: right;
  margin-left: 12px;
}
.newsItem .newsType {
  float: left;
  margin-right: 10px;
  font-size: 11px;
  color: #999999;
  font-variant: small-caps;
}
.newsList .title {
  display: none;
}
#pane-Company-assets .title {
  display: none;
}
.requiredSymbol {
  font-size: 0.83em;
  line-height: 0.5em;
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
/*fieldset.textinputs li.formRequired label {
    &:after {
        content: "*";
        opacity: 0.6;
    }
}*/
/*.form-group.formRequired label::after,
li.formRequired label::after {
    content: "*";
    opacity: 0.6;
}*/
/*fieldset.textinputs li.formRequired label.no-style { // For nested labels e.g. email preferences
    font-weight: normal;

    &:after {
        content: "";
    }
}*/
/*.form-group.formRequired label.no-style,
li.formRequired label.no-style {
    font-weight: normal;

    &:after {
        content: "";
    }
}*/
.infoBox {
  margin: 20px 0;
}
.infoBoxItem {
  margin-bottom: 10px;
}
.infoBoxItem:last-child {
  margin-bottom: 0;
}
.infoBoxLabel {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  font-weight: bold;
  opacity: 0.8;
}
.infoBoxData {
  display: inline-block;
}
.bodytext img {
  max-width: 100%;
  height: auto !important;
}
.bodytext table,
.bodytext iframe {
  max-width: 100%;
}
.text-capitalize {
  text-transform: capitalize;
}
.btn-text {
  border: none;
  background: none;
  color: #069edb;
}
.btn-text:hover,
.btn-text:focus {
  color: #00518C;
}
html.page {
  width: 100%;
}
body.page {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.limit-width {
  max-width: 250px;
}
.row-no-header {
  padding-top: 20px;
}
.sideboxes aside {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 25px;
}
.sideboxes aside header {
  position: relative;
}
.sideboxes aside .table {
  margin-bottom: 0;
}
.sideboxes aside .table > tbody > tr > td,
.sideboxes aside .table > tbody > tr > th,
.sideboxes aside .table > tfoot > tr > td,
.sideboxes aside .table > tfoot > tr > th,
.sideboxes aside .table > thead > tr > td,
.sideboxes aside .table > thead > tr > th {
  border-top: 1px solid #eee;
}
.sideboxes aside .pager {
  margin: 15px 0 0 0;
}
.sideboxes aside .asideContent {
  margin-bottom: 10px;
}
.sideboxes-left aside {
  margin-bottom: 25px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid #ddd;
  padding: 15px;
}
.sideboxes-right aside:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .sideboxes-right {
    border-left: 1px solid #dbdbdb;
  }
  .sideboxes-right aside {
    padding-left: 5px;
  }
}
.sideboxes-right {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .ViewNews .sideboxes-right {
    margin-top: 0;
    border-left: 1px solid #dbdbdb;
  }
  .ViewNews .sideboxes-right aside {
    padding-left: 5px;
  }
  .container-content {
    min-height: 400px;
  }
}
.navbar-nav-main > li > a {
  text-transform: capitalize;
}
.search-container > li {
  float: none;
}
.search-container > li .form-group {
  display: inline-block;
  margin: 0 auto;
}
.search-container .input-group-btn > .btn {
  z-index: 2;
}
.nav-login > li,
.nav-login > li.countryselect {
  display: inline-block;
}
.nav-login > li a,
.nav-login > li.countryselect a {
  display: inline-block;
}
.nav-login > li {
  float: left;
}
.nav-login > li.nav-toggle-container {
  float: right;
}
.navbar-toggle {
  margin-top: 0;
}
.navbar-text {
  display: inline-block;
  line-height: 20px;
  margin: 0 15px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .nav-login > li {
    display: inline-block;
  }
  .navbar-text {
    padding: 15px 0;
  }
  .search-container {
    margin-left: 15px;
  }
}
.sortableList {
  list-style: none;
  padding: 0;
}
.sortableList > li {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .sideboxes aside footer .pager {
    text-align: right;
  }
  .sideboxes aside footer .pager li > a {
    padding: 3px 6px;
    font-size: 12px;
  }
}
.moreLinkContainer {
  text-align: right;
  margin-top: 12px;
}
.newsList,
.LatestAdditionsList,
.attachmentList,
.itemTextList {
  list-style: none;
  padding: 0;
}
.newsItem,
.LatestAdditionsList > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.itemText {
  margin-bottom: 10px;
}
.itemText .title {
  font-weight: bold;
}
.attachment {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eeeeee;
}
.attachment .thumbnailset {
  margin-top: 10px;
}
.attachmentListOrphan .attachment:first-child {
  padding-top: 0;
  border-top: none;
}
.presskitList .attachment:first-child {
  border-top: none;
}
.fileCollectionList {
  list-style-type: none;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  font-size: 90%;
}
.fileCollectionList li {
  display: inline-block;
  margin-right: 8px;
}
.fileCollectionList li i {
  padding-right: 2px;
}
.fileCollectionList li {
  display: inline-block;
  margin-right: 8px;
}
.fileCollectionList li i {
  padding-right: 4px;
}
.maincontent .attachmentTextList.isAttachment {
  margin: 5px 0 0 0;
}
.maincontent .attachmentTextList.isAttachment::before {
  content: "+";
  display: block;
  float: left;
}
.maincontent .attachmentTextList.isAttachment .fileCollectionList {
  margin-left: 20px;
}
.fileCol {
  display: inline-block;
}
.assetsList {
  padding: 0 15px;
}
.assetsListItem {
  padding-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.assetsListItem:first-child {
  padding-top: 0;
  border-top: none;
}
.assetInfo {
  margin-bottom: 20px;
}
.assetSet {
  scroll-margin-top: 150px;
}
.docDownload {
  position: relative;
  margin-bottom: 10px;
}
.doc {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  padding-left: 22px;
  background: url('/Content/shared/images/doc-DOC.png') left center no-repeat;
}
.doc-PDF {
  background: url('/Content/shared/images/doc-PDF.png') left center no-repeat;
}
.latestFeed .itemImage {
  margin-right: 10px;
}
.TeamIndexIntro > span,
.TeamIndexIntro > .textitem > span {
  display: block;
  margin-bottom: 30px;
}
.contact-info {
  list-style: none;
  padding: 0;
}
.TeamJobTitle {
  font-weight: bold;
}
.ViewItem .pagetype h1 {
  display: none;
}
.ViewItem .HeaderPanel h2 {
  margin-bottom: 0;
}
.infoBox {
  margin: 20px 0;
}
.productLogoContainer {
  text-align: center;
  position: relative;
}
.productLogoContainer img {
  max-width: 100%;
  height: auto;
}
.productKeyFeatures {
  margin-top: 24px;
}
.productKeyFeatures li {
  margin-top: 12px;
}
.ViewItem a.formatFilterButton.selected {
  color: #aaa;
  font-weight: bold;
  cursor: default;
}
.productBoilerplate {
  margin: 10px 0;
}
.tableSchedule th {
  text-transform: uppercase;
}
.table.tableSchedule > tbody > tr > td {
  vertical-align: middle;
}
.td-prod,
.td-name {
  font-weight: bold;
}
.schedule-no-results {
  margin: -20px 0 20px 0;
  padding: 8px;
}
.sort {
  display: inline-block;
  margin-left: 8px;
  width: 1em;
}
.sort .bi.sort-asc,
.sort .bi.sort-desc {
  color: #666;
  display: none;
}
.bi.sort-none {
  color: #ccc;
}
.sorted .bi.sort-none {
  display: none;
}
.sorted .bi.sort-asc {
  display: inline-block;
}
.sorted.sortreverse .bi.sort-none {
  display: none;
}
.sorted.sortreverse .bi.sort-desc {
  display: inline-block;
}
.sorted.sortreverse .bi.sort-asc {
  display: none;
}
.featuredProductsList .tn:not(.ph) {
  vertical-align: middle;
}
.ItemsFeatured .itemCaption {
  display: none;
}
.featuredTitlesDates .itemText {
  margin-bottom: 0;
}
.featuredTitlesDates .date-date {
  font-weight: bold;
}
.featuredTitlesDates .date-format:after {
  content: ": ";
}
.widgetLatestAssetsThumbs .asideContent,
.widgetLatestAssetsVideos .asideContent {
  padding-top: 8px;
}
.widgetLatestAssetsVideos .tn:not(.ph) .tn-inner {
  margin-right: 0;
}
.promoImage .imageItem img {
  max-width: 100%;
  height: auto;
}
.newsHero {
  text-align: center;
  margin: 30px 0;
}
.newsHero img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.boilerplate {
  margin-top: 20px;
}
.boilerplateHeader {
  font-weight: bold;
}
.boilerplateHeader,
.boilerplateText {
  font-size: 90%;
  line-height: 120%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.flag,
.flag-wrapper {
  display: inline-block;
  width: 16px;
  height: 11px;
}
.flag {
  font-size: 0;
}
.flag-wrapper {
  position: relative;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
}
.flag.flag-wrapped {
  position: absolute;
  left: 0;
  top: 0;
}
.flag.worldflag {
  width: 16px;
  height: 16px;
  background: url(/Content/shared/images/world.png) no-repeat center center;
}
.flag-td {
  text-align: center;
}
.flag-td .flag {
  display: inline-block;
  margin: 2px;
}
.RegionSelectContainer h1 {
  text-align: center;
  font-size: 1.5em;
}
.RegionSelectContainer ul {
  list-style: none;
  text-align: center;
  font-size: 2em;
  line-height: 2em;
  padding-left: 0;
  font-weight: bold;
}
.pageFooter {
  color: #9d9d9d;
  padding: 10px 0 30px 0;
}
.pageFooter a,
.pageFooter a:focus,
.pageFooter a:visited {
  color: #9d9d9d;
}
.pageFooter a:hover {
  color: #dddddd;
  text-decoration: none;
}
.pageFooter h4 {
  text-transform: uppercase;
  margin: 20px 0 10px 0;
}
.pageFooter .footer-links > div {
  margin-bottom: 10px;
}
.pageFooter .footer-links > div > a {
  display: inline-block;
}
.pageFooter .footer-links > div > a::first-letter {
  text-transform: capitalize;
}
.pageFooter .container-links {
  padding: 0 20px 20px 20px;
}
.pageFooter .container-legal,
.pageFooter .container-logout {
  text-align: center;
  font-size: 11px;
}
.pageFooter .col-copyright {
  text-align: left;
  color: #666666;
}
.pageFooter .legal-links {
  text-align: right;
}
.pageFooter .legal-links > div {
  display: inline-block;
  margin-left: 20px;
}
.pageFooter .site-credit {
  text-align: center;
  margin-top: 20px;
}
.pageFooter .site-credit-text:before {
  display: block;
  font-size: 0.9em;
}
.pageFooter .site-credit-logo {
  display: block;
  width: 108px;
  height: 47px;
  background-image: url('../img/gp_logo.png');
  background-repeat: no-repeat;
  margin: 0 auto;
}
.loginFormContainer {
  width: 240px;
}
.loginFormContainer > form {
  padding: 15px;
}
.loginFormContainer .form-control {
  margin-bottom: 10px;
}
.loginButtonContainer {
  text-align: center;
  margin-bottom: 10px;
}
.loginReminder {
  font-size: 85%;
}
.checkbox-inline,
.radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.tandcslink input {
  margin-right: 8px;
}
.ViewUsers #pageContainer select.form-control {
  padding: 12px 12px;
  height: auto;
}
.select-please-specify {
  margin-top: 14px;
}
.countrylist .flag {
  margin-right: 4px;
}
.hid,
.jsshow {
  display: none;
}
body.cke_show_borders {
  width: auto;
  min-width: 0;
}
body.cke_editable,
body.cke_ltr {
  height: auto;
  background: #ffffff;
}
.cke.cke_editor_aboutText {
  z-index: 1499 !important;
}
.ZipDownloading .ZipMessage {
  margin-top: 12px;
}
.ZipDownloading .ZipLink {
  margin: 12px 0;
  text-align: center;
}
#zipCollectionHeading:focus {
  outline: none;
}
.loadingOuter {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  display: none;
  margin: 0 auto;
}
.loadingBg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
.loadingInner {
  height: 100%;
  width: 100%;
  background-image: url('../img/loading.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -10000px;
}
#filterLoading {
  left: -90000px;
}
.CssThemeDark #pageContainer .loadingInner,
.loadingInnerDark {
  background-image: url('../img/loading-white.svg');
}
.loadingOverlay {
  position: absolute;
  background-repeat: no-repeat;
  z-index: 99999;
  background-image: url('../img/loading.svg');
  background-position: center center;
}
.big .loadingBg {
  min-height: 100vh;
}
.big .loadingInner {
  max-width: 30%;
  height: 100vh;
  margin: 0 auto;
  opacity: 0.5;
  background-image: url('../img/loading.svg');
  background-position: center 33%;
}
.butLoading,
.butLoading:hover,
.btn-primary.butLoading {
  color: rgba(0, 0, 0, 0) !important;
  background-color: #fff !important;
  min-width: 24px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-image: url('../img/loading.svg') !important;
  background-size: contain !important;
  cursor: default !important;
}
.CssThemeDark #pageContainer .butLoading,
.CssThemeDark #pageContainer .butLoading:hover,
.dark-mode #pageContainer .butLoading,
.dark-mode #pageContainer .butLoading:hover {
  background-color: #000 !important;
  background-image: url('../img/loading-white.svg');
  color: rgba(255, 255, 255, 0.3) !important;
}
.searchPlaceholder {
  display: block;
  height: 24px;
}
#FilesLightboxContainer a,
#FilesLightboxContainer a:hover,
#FilesLightboxContainer a:visited,
#FilesLightboxContainer a:focus {
  color: #ffffff;
}
#thumbPlayContainer,
#FilesLightboxContainer {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  color: #ffffff;
}
#thumbPlayContainerInner,
#FilesLightboxWindow {
  position: relative;
}
.thumbViewButton,
.thumbPlayButton {
  font-size: 0;
}
#thumbPlayClose,
#FilesLightboxClose {
  position: absolute;
  top: 7%;
  right: 5%;
  cursor: pointer;
  display: block;
  font-size: 2em;
  padding: 20px;
  margin: -20px -20px 0 0;
  color: #fff;
}
#FilesLightboxClose {
  top: 15%;
}
#FilesLightboxInner {
  text-align: center;
  position: relative;
}
#FilesLightboxLoading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/loading.svg') center center no-repeat;
}
#FilesLightboxImage {
  position: absolute;
  top: 0;
  left: 0;
}
#FilesLightboxDesc {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.1em;
}
#FilesLightboxDetails {
  text-align: left;
  margin-top: 10px;
  font-size: 0.9em;
}
#FilesLightboxPrev a,
#FilesLightboxNext a {
  display: block;
  position: absolute;
  top: 50%;
  font-size: 6em;
  padding: 20px;
}
#FilesLightboxPrev a {
  left: 5%;
  margin: -20px 0 -20px 0;
}
#FilesLightboxNext a {
  right: 5%;
  margin: -20px -20px 0 0;
}
.dividerbar {
  width: 1px;
  height: 1em;
  margin: 0 0.8em;
  display: inline-block;
  background-color: #555;
}
#FilesLightboxContainer .dividerbar {
  background-color: #fff;
}
#FilesLightboxDownload {
  float: right;
}
#FilesLightboxDownload a,
#FilesLightboxDownload a:hover,
#FilesLightboxDownload a:visited,
#FilesLightboxDownload a:focus {
  display: inline-block;
  font-size: 1.2em;
  color: #fff;
}
.attachedAssets #filedownload.btn-primary.fixed {
  position: fixed;
  z-index: 50;
  -webkit-box-shadow: 0 0 10px 5px #fff;
  -moz-box-shadow: 0 0 10px 5px #fff;
  box-shadow: 0 0 10px 5px #fff;
}
#filedownload.btn-default {
  cursor: default;
}
#filedownload.btn-primary {
  cursor: pointer;
}
@media print {
  .lightboxOpen #pageContainer,
  .lightboxOpen #adminBar,
  .lightboxOpen #FilesLightboxDownload,
  .lightboxOpen #FilesLightboxPrev,
  .lightboxOpen #FilesLightboxNext {
    display: none;
  }
  .lightboxOpen .lightbox,
  .lightboxOpen #FilesLightboxWindow,
  .lightboxOpen #FilesLightboxContainerInner {
    display: block;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.firstParaOnly p {
  display: none;
}
.firstParaOnly p:first-child {
  display: block;
}
.presskitList .size {
  color: #999;
}
.button-container {
  text-align: center;
}
.ViewCodesDetails .bodyContent {
  text-align: center;
}
.ViewCodesRequest .bodyContent ul {
  margin-top: 20px;
}
.review-code {
  text-align: center;
  font-size: 2em;
  line-height: 2em;
  font-family: "Lucida Console", Monaco, monospace;
  background-color: rgba(0, 0, 0, 0.1);
}
.review-code-list {
  list-style-type: none;
  margin: 0;
}
.AsideProductCodes .button-container,
.ReviewCodes .button-container {
  margin-bottom: 15px;
}
#socialnetworkwidget .infoBoxItem a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  max-width: 100%;
  white-space: nowrap;
}
.socialList {
  display: inline-block;
  margin-top: 2px;
  list-style: none;
  padding: 0;
}
.socialList .socialLink {
  margin: 2px 0;
}
.SocialButtons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.SocialButtons li {
  display: inline-block;
  margin-right: 7px;
}
.SocialButtons li .add-icon:before {
  margin: 0;
  cursor: pointer;
}
.SocialButtons .google .icon,
.SocialButtons .google .label {
  display: none;
}
.add-icon:before {
  color: white;
  background-color: #000000;
  padding: 3px;
  width: 1.4em;
  font-size: initial;
  text-align: center;
  border-radius: 3px;
  margin-right: 6px;
}
.add-icon-svg.gp-svg-vk .icon-svg {
  background-color: #4A76A8;
}
.add-icon-svg.gp-svg-bluesky .icon-svg {
  background-color: #0085ff;
}
.add-icon-svg.gp-svg-bluesky .icon-svg svg {
  width: auto;
  height: 14px;
}
.add-icon.bi-facebook:before {
  background-color: #3a5795;
}
.add-icon.bi-threads:before {
  background-color: #101010;
}
.add-icon.bi-google-play:before {
  background-color: #DC4E41;
}
.add-icon.bi-youtube:before {
  background-color: #cf3427;
}
.add-icon.bi-instagram:before {
  background-color: #ce6f2d;
}
.add-icon.bi-twitch:before {
  background-color: #6441a5;
}
.add-icon.bi-pinterest:before {
  background-color: #bd2126;
}
.add-icon.bi-twitter-x:before {
  background-color: #000;
}
.add-icon.bi-snapchat:before {
  background-color: #fffc00;
  color: #000;
}
.add-icon.bi-linkedin:before {
  background-color: #0077B5;
}
.add-icon.bi-tiktok:before {
  background-color: #161823;
}
.add-icon.bi-tiktok:before {
  background-color: #161823;
}
.add-icon.bi-mastodon:before {
  background-color: #5D4EE4;
}
.add-icon.bi-apple:before {
  background-color: #515154;
}
.add-icon.bi-globe:before,
.add-icon.bi-weblink:before {
  background-color: #87d37c;
}
.add-icon.bi-xbox:before {
  background-color: #107c10;
}
.add-icon.bi-playstation:before {
  background-color: #0072ce;
}
.add-icon.bi-broadcast-pin:before {
  background-color: #6F638E;
}
.add-icon .form-control,
.add-icon-svg .form-control {
  width: auto;
  display: inline-block;
}
.add-icon-svg {
  vertical-align: top;
}
.add-icon-svg .icon-svg {
  display: inline-block;
  background-color: green;
  vertical-align: middle;
  margin-right: 0.5em;
  transform: translate(0, 0);
  background-color: #333;
  width: 1.4em;
  font-size: initial;
  text-align: center;
  border-radius: 3px;
  line-height: 1;
  padding: 4px 3px 1px 3px;
}
.add-icon-svg .icon-svg svg {
  height: 16px;
  width: auto;
  color: white;
}
aside h3.add-icon {
  padding-left: 28px;
}
aside h3.add-icon:before {
  margin-left: -28px;
}
.feed-yt {
  padding: 0;
}
.feed-yt-li {
  list-style: none;
  margin: 0 0 12px 0;
}
.feed-yt-li a {
  position: relative;
  display: block;
  height: 100%;
}
.feed-yt-image img {
  width: 100%;
  display: block;
}
.feed-yt-title {
  position: absolute;
  width: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 0.9em;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feed-yt-title div {
  padding: 4px 6px;
}
.tabLoading {
  height: 150px;
  background-image: url(../img/loading.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.tabbox .btn-download {
  float: right;
  margin-bottom: 10px;
}
.tabbox .nav-tabs > li > a > span {
  display: inline-block;
  font-weight: bold;
}
.tabbox .nav-tabs > li > a > span::first-letter {
  text-transform: uppercase;
}
.tabbox .nav-tabs .dropdown-menu > li > a {
  font-weight: bold;
}
.tabbox .nav-tabs .dropdown-menu > li > a::first-letter {
  text-transform: uppercase;
}
#maincontentcontainer .tabbox label {
  font-weight: normal;
  color: #999999;
}
.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tabboxInner {
  padding-top: 20px;
  min-height: 400px;
}
.field-validation-error,
.validation-summary-errors,
.errorAlert,
.customError {
  display: block;
  margin-top: 6px;
  color: #a94442;
}
.validation-summary-errors ul {
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
}
.validation-summary-errors li,
.errorAlert,
.customError,
.field-validation-error {
  font-size: 90%;
  padding-left: 18px;
  color: #e93535;
  background: url('../img/icon_error.png') 0 1px no-repeat;
  text-align: left;
}
.contactsList {
  list-style: none;
  padding: 0;
}
.WidgetTeamItem {
  margin-bottom: 16px;
}
.WidgetTeamItemName {
  font-weight: bold;
}
.ViewTeamIndex .title {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 4px 0;
}
.notlive.fullPage {
  margin-bottom: 6px;
}
.notlive > .itemStatus,
.notlive .itemStatusShort {
  color: #fff;
  font-size: 11px;
  padding: 2px 5px;
}
.notlive.fullPage > .itemStatus {
  font-size: 14px;
  padding: 6px 0 10px 0;
}
.tabbox .notlive > .itemStatus {
  padding: 6px 10px 10px 10px;
  margin-bottom: 10px;
}
.tabbox .notlive > .itemStatus {
  font-size: 0.9em;
}
.notlive > .itemStatusHead {
  font-weight: bold;
}
.notlive.fullPage > .itemStatus {
  margin-bottom: 12px;
}
.productList .notlive .itemStatusShort {
  display: inline-block;
  *display: inline;
  margin-left: 8px;
  height: 1em;
  line-height: 1em;
  padding: 3px;
}
.notlive {
  outline: 1px solid #888888;
  outline: 1px solid rgba(136, 136, 136, 0.8);
}
.notlive > .itemStatus {
  background-color: #888888;
  background-color: rgba(136, 136, 136, 0.8);
}
.notlive.status-exclusive {
  outline: 1px solid #01b2f1;
  outline: 1px solid rgba(1, 178, 241, 0.8);
}
.notlive.status-exclusive > .itemStatus,
.notlive.status-exclusive .itemStatusShort {
  background-color: #01b2f1;
  background-color: rgba(1, 178, 241, 0.8);
}
.notlive.status-exclusive:hover {
  outline: 1px solid rgba(1, 178, 241, 0.8);
}
.status-exclusive.active p {
  border: 1px solid #01b2f1;
  border: 1px solid rgba(1, 178, 241, 0.8);
}
.topbar {
  display: none;
}
.ajaxErrorInfoMsg {
  font-size: 12px;
}
.breadcrumb a {
  display: inline-block;
}
.breadcrumb a::first-letter {
  text-transform: uppercase;
}
.breadcrumb br {
  display: none;
}
.agegate {
  margin: 20px 0;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.expandable {
  float: right;
  cursor: pointer;
}
.expandable-open {
  display: none;
}
.assetsListItem.collapsed .expandable-close,
.assetSet.collapsed .expandable-close,
.assetsListItem.collapsed .butTickAll,
.assetSet.collapsed .butTickAll {
  display: none;
}
.assetsListItem.collapsed .expandable-open,
.assetSet.collapsed .expandable-open {
  display: block;
}
.assetsListItem.collapsed:hover,
.assetSet.collapsed:hover {
  cursor: pointer;
}
.assetHeader {
  min-height: 21px;
}
.assetHeader .date {
  display: inline-block;
  padding-top: 4px;
}
.kitTitle .date {
  display: block;
  padding-top: 4px;
}
.assetsListItem .kitImage {
  margin-top: 12px;
}
.ViewFiles .assetHeader .date {
  padding-left: 0;
}
.assetsListItem .assetInfo {
  margin-bottom: 0;
}
.assetsListItem .thumbnailset {
  margin-top: 20px;
}
.expandable {
  color: #069edb;
}
.expandable:hover {
  color: #00518C;
}
.assetsListItem.collapsed:hover,
.assetSet.collapsed:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.assetsListItem.collapsed:hover .expandable-open,
.assetSet.collapsed:hover .expandable-open {
  color: #00518C;
}
.add-icon.bi-star-fill:before {
  display: none;
}
.language-select .adminPulldown .flag {
  margin-right: 4px;
}
.language-select-but {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  margin-right: 4px;
  padding: 2px;
  border: 2px solid transparent;
}
.language-select-but.selected {
  border: 2px solid #aaa;
}
.localisations {
  display: inline-block;
}
.lang {
  display: inline-block;
  background-color: #eee;
  padding: 0 6px;
  margin-left: 6px;
  font-size: 85%;
  line-height: 1.6em;
}
.expandable {
  float: right;
  cursor: pointer;
}
.expandable-open {
  display: none;
}
.assetsListItem.collapsed .expandable-close,
.assetsListItem.collapsed .butTickAll {
  display: none;
}
.assetsListItem.collapsed .expandable-open {
  display: block;
}
.assetsListItem.collapsed:hover {
  cursor: pointer;
}
.assetHeader .date,
.kitTitle .date {
  padding-top: 4px;
}
.assetsListItem .assetInfo {
  margin-bottom: 0;
}
.assetsListItem .thumbnailset {
  margin-top: 20px;
}
.expandable {
  color: #069edb;
}
.expandable:hover {
  color: #00518C;
}
.assetsListItem.collapsed:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.assetsListItem.collapsed:hover .expandable-open {
  color: #00518C;
}
.spaceAbove {
  margin-top: 16px;
}
.maxzipmessage {
  font-size: 85%;
  display: block;
}
.pointer {
  cursor: pointer;
}
@media (max-width: 767px) {
  .format-nav.list-group {
    box-shadow: none;
  }
  .format-nav.list-group .list-group-item {
    display: inline-block;
    margin-bottom: 6px;
  }
  .format-nav.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.inline-form {
  display: inline-block;
  margin: 10px 8px;
}
.ViewArticle .g-recaptcha > div,
.ViewUsers .g-recaptcha > div {
  margin: 20px auto;
}
.ViewContact .article-banner {
  display: none;
}
.ViewTAndCs .bodytext table {
  border: none;
}
.ViewTAndCs .bodytext table th,
.ViewTAndCs .bodytext table td {
  padding: 4px 8px;
  border: none;
  border-top: 1px solid #eceeef;
}
.ViewTAndCs .bodytext table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.pp-tag {
  display: inline-block;
  margin-right: 0.2em;
  color: #fff;
  padding: 0.1em 0.5em;
  font-size: 0.7em;
  font-style: normal;
  line-height: 1.6;
  vertical-align: text-bottom;
  border-radius: 1em;
  background-color: #999;
}
.pp-tag.disabled {
  background-color: #ccc;
  text-decoration: line-through;
}
.admin.pp-tag:hover {
  cursor: pointer;
}
.msgContent .pp-tag {
  font-size: 1em;
  vertical-align: baseline;
}
.pp-tag-e3,
.intro .pp-tag-e3 {
  background-color: #D9A800;
}
.pp-tag-gc,
.intro .pp-tag-gc {
  background-color: #00a0dd;
}
.pp-tag-se-event1,
.intro .pp-tag-se-event1 {
  background-color: #c80000;
}
.cookie-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cookie-bar .btn {
  float: right;
  margin-left: 30px;
}
.infoBox .hoverReveal2,
.subhead .hoverReveal2,
.widget .hoverReveal2 {
  z-index: 2;
}
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  margin-top: 50px;
}
.dir-rtl a.skip-main {
  left: 0;
  right: -999px;
}
a.skip-main:focus,
a.skip-main:active {
  color: #000;
  background-color: #fff;
  box-shadow: 2px 2px #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 80px 35%;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}
.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.moreParas {
  margin-top: 12px;
}
.dropdown-toggle:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.tipContainer {
  position: relative;
}
.tipContent {
  position: absolute;
  z-index: 10000;
  display: none;
  background: #eee;
  color: #333;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  text-align: left;
}
.tipContent table {
  border-collapse: collapse;
}
.tipContent td {
  padding: 3px;
  white-space: nowrap;
}
.tipContainer:hover .tr-trigger {
  outline: 2px solid yellow;
}
.tip-right:before,
.tip-bottom:before,
.tip-right:after,
.tip-bottom:after {
  position: absolute;
  display: inline-block;
  content: '';
}
.tip-right:before {
  border-top: 7px solid transparent;
  border-right: 7px solid #eee;
  border-bottom: 7px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.2);
  left: -7px;
  top: 20px;
}
.tip-right:after {
  border-top: 6px solid transparent;
  border-right: 6px solid #eee;
  border-bottom: 6px solid transparent;
  left: -6px;
  top: 21px;
}
.tip-bottom:before {
  border-right: 7px solid transparent;
  border-bottom: 7px solid #eee;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 20px;
}
.tip-bottom:after {
  border-right: 6px solid transparent;
  border-bottom: 6px solid #eee;
  border-left: 6px solid transparent;
  top: -6px;
  left: 21px;
}
.dark-mode #pageContainer .tipContent,
.CssThemeDark #pageContainer .tipContent {
  background: #333;
  color: #ddd;
  border: 1px solid #555;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.dark-mode #pageContainer .tip-right:before,
.CssThemeDark #pageContainer .tip-right:before {
  border-right: 7px solid #555;
}
.dark-mode #pageContainer .tip-right:after,
.CssThemeDark #pageContainer .tip-right:after {
  border-right: 6px solid #333;
}
.dark-mode #pageContainer .tip-bottom:before,
.CssThemeDark #pageContainer .tip-bottom:before {
  border-bottom: 7px solid #555;
}
.dark-mode #pageContainer .tip-bottom:after,
.CssThemeDark #pageContainer .tip-bottom:after {
  border-bottom: 6px solid #333;
}
.table.tableSchedule.tableEventSchedule > tbody > tr > td.start-date {
  opacity: 0.8;
  font-size: 0.9em;
  white-space: nowrap;
  vertical-align: top;
}
.table.tableSchedule.tableEventSchedule > tbody > tr > td.event-name {
  font-weight: bold;
  vertical-align: top;
}
.table.tableSchedule.tableEventSchedule > tbody > tr > td.event-request {
  text-align: center;
}
.event-rsvp-to {
  margin-top: 20px;
}
.event-timings {
  margin: -12px 0 30px 0;
}
.event-dates {
  font-weight: bold;
  font-size: 1.2em;
  opacity: 0.8;
}
.event-timezone,
.event-other-timezones {
  margin-top: 4px;
  opacity: 0.7;
}
.event-time-divider {
  opacity: 0.4;
}
[v-cloak] {
  display: none;
}
.linkHandler {
  cursor: pointer;
}
.tabFilesAddButton {
  display: none;
}
body:not(.is-admin):not(.is-partner) .language-select.one-language {
  display: none;
}
.ViewLanding .one-language .current-language,
.ViewSearch .one-language .current-language,
.ViewItem .one-language .current-language,
.ViewCat .one-language .current-language,
.ViewLanding .one-language .similar-language,
.ViewSearch .one-language .similar-language,
.ViewItem .one-language .similar-language,
.ViewCat .one-language .similar-language {
  display: none;
}
.bi-person,
.bi-person-fill {
  transform: scale(1.2);
}
.pp-bi-stack {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}
.pp-bi-stacked-icon {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.flex-center {
  display: flex;
  align-items: center;
}
.ghost {
  opacity: 0.5;
  background: #c8ebfb;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.form-control.easy-autocomplete-loading {
  background-image: url(../img/loading.svg);
  background-size: 20px 20px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.NewsMoreInfo #companyLinks {
  padding-bottom: 10px;
}
.tagLink {
  display: inline-block;
}
.tagLink a {
  padding: 2px 6px;
}
.payment-form-container {
  margin-top: 24px;
}
.payment-form-container .paynowlink-container {
  text-align: center;
}
