/* -------------------------------------------------------
   Layout & General
   ------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800');

/* -------------------------------------------------------
   Customized Styles
   ------------------------------------------------------- */

a {
  text-decoration: none;
}

html[lang] .header:after {
  position: absolute;
  top: 15px;
  right: 130px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 4px 3px #4E1576, 2px 0 3px #4E1576;
}
html[data-lang='en'] .header:after {
  content: 'Support';
}
html[data-lang='de'] .header:after {
  content: 'Support';
}
html[data-lang='fr'] .header:after {
  content: 'Aide';
}
html[data-lang='it'] .header:after {
  content: 'Supporto';
}
html[data-lang='pt'] .header:after {
  content: 'Ajuda';
}
html[data-lang='es'] .header:after {
  content: 'Soporte';
}
html, body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  padding: 0;
  margin: 0;
  background-color: #f5f5f5;
  color: #444444;
  font-size: 16px;
  font-family: 'Open Sans', Arial, sans-serif;
}
a {
  font-weight: 600;
  color: #0080bd;
  -webkit-transition: color, 0.2s, ease-in-out;
  -moz-transition: color, 0.2s, ease-in-out;
  -ms-transition: color, 0.2s, ease-in-out;
  -o-transition: color, 0.2s, ease-in-out;
  transition: color, 0.2s, ease-in-out;
}
a:hover {
  color: #009ce6;
}
.hide-on-mobile {
  display: block !important;
}
.show-on-mobile {
  display: none !important;
}
.header {
  border-bottom: 0;
  background-color: #4e1576;
  background-repeat: no-repeat;
  background-position: right center;
  height: 52px;
}
#app-pearls-peril .header {
  background-image: url('images/header-pp.png');
}
#app-agent-alice .header {
  background-image: url('images/header-aa.png');
}
#app-jelly-splash .header {
  background-image: url('images/header-js.png');
}
#app-diamond-dash .header {
  background-image: url('images/header-dd.png');
}
#app-crazy-kings .header {
  background-image: url('images/header-ck.png');
}
#app-monster-world .app-list.popover-container.select-container.left img,
.app-dropdown li[data-value="monster-world"] img {
  visibility: hidden;
}
#app-monster-world .app-list.popover-container.select-container.left,
.app-dropdown li[data-value="monster-world"] {
  position: relative;
}
#app-monster-world .app-list.popover-container.select-container.left:before,
.app-dropdown li[data-value="monster-world"]:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 8px;
  left: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  background: url('images/monster-world-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#app-monster-world .app-list.popover-container.select-container.left:before {
  background-position: left center;
  top: 0;
  left: 0;
}

.company-name {
  margin: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url('images/logo.svg') no-repeat 10px center;
  background-size: 115px;
  height: 100%;
}
.actions-wrapper {
  padding: 20px;
  border-bottom: 0;
  background-color: #fff;
  height: initial;
}
.actions-wrapper .dropdown-wrapper img, .dropdown-wrapper .platform-icon {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.actions-wrapper .popover-container .popover-content {
  padding: 4px 0;
}
.actions-wrapper .popover-container .option {
  padding: 4px 8px;
}
.actions-wrapper .dropdown-wrapper img {
  float: none;
}
.dropdown-wrapper .platform-icon {
  background-color: #0080bd;
  text-align: center;
}
.dropdown-wrapper .platform-icon:before {
  line-height: 60px;
  top: 0;
  color: #fff;
}
.actions-wrapper .select-title-container .title {
  line-height: 60px;
  height: 60px;
  padding: 0 8px;
  max-width: 120px !important;
  color: inherit;
}
.actions-wrapper .icon-arrow {
  border: 0;
}
.actions-wrapper .icon-arrow::after {
  content: '';
  height: 6px;
  width: 12px;
  background: url('images/arrow-down.svg') no-repeat center;
  display: block;
  margin-left: 0;
  margin-top: 10px;
  padding: 0 7px;
}
.dropdown-wrapper .popover-content .platform-icon {
  line-height: 60px;
  width: 60px;
}
.media-object.right, .media-object>.media-content {
  height: 100%;
}
.search-wrapper form {
  margin-top: 7px;
}
.app-list .popover-content, .platform-list .popover-content {
  min-width: 260px;
}
.app-list .popover-content .title {
  padding: 0 0 0 10px;
}
.platform-list .popover-content .title {
  padding: 0 0 0 10px;
  line-height: 60px;
}
.contact-button {
  font-size: 18px;
  color: #ffffff;
  background: #F26A67;
  padding: 0 22px;
  border: none;
}
.contact-button:hover {
  background: #f25350;
}
.or-separator {
  color: #999999;
}
.media-object.right > .media.report-wrapper {
  display: block !important;
  width: 130px;
  min-width: 130px;
  padding: 0;
  margin-left: 20px;
}
.report-wrapper .or-separator {
  font-size: 12px;
  margin-bottom: 5px;
}
.report-wrapper .contact-button {
  font-size: 14px;
  background-color: #0080BD;
  margin: 0;
}
.mobile-report-wrapper .contact-button, .mobile-report-wrapper .contact-button {
  font-size: 14px;
}
.mobile-nav {
  top: 0;
  right: 0;
  background: #5B009C;
  color: #fff;
  width: 37px;
  height: 33px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.mobile-nav .popover-content-wrapper .label, .mobile-nav .popover-content-wrapper .burger-close {
  color: #fff;
}
.mobile-nav .nav-toggle {
  display: none;
}
.search-input {
  outline: 0;
  padding: 15px 15px 15px 50px !important;
  font-size: 16px;
  border: 0;
  background-color: #f0faff;
  border-radius: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-input:focus {
  background-color: #CAEDFF;
}
.search-close-btn {
  right: 20px;
  top: 17px;
  background-color: transparent;
}
.search-close-btn::before {
  font-size: 16px;
  color: #0080bd;
}
.icon-search, .search-input {
  color: #0080bd;
}
.icon-search {
  left: 12px;
  top: 9px;
}
.search-input::-webkit-input-placeholder {
  color: #3EBFFC;
}
.search-input:-moz-placeholder {
  color: #3EBFFC;
}
.search-input::-moz-placeholder {
  color: #3EBFFC;
}
.search-input:-ms-input-placeholder {
  color: #3EBFFC;
}
.search-title {
  color: #666666;
}
.no-results {
  font-size: 16px;
  color: #CCC;
}
.section-label {
  font-size: 12px;
  color: #999999;
}
.language-wrapper {
  right: 30px;
  bottom: 30px;
  top: auto;
}
.footer .login-link-wrapper, .footer .branding, .media-object.right>.media, .app-selection {
  display: none !important;
}
.page-wrapper {
  max-width: initial;
  margin: 0;
}
.content-wrapper {
  padding: 20px;
  max-width: 1156px;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
}
.section-title, .section-title a, .answer-title {
  font-weight: 700;
}
.section-title a {
  text-decoration: none;
}
.faq-list li {
  padding: 8px 0;
  margin: 0;
}
.faq-list > li:last-child, .faq-list > li:nth-child(5) {}
.faq-list a {
  font-size: 14px;
  display: block;
  text-decoration: none;
}
.faq-list .all-questions {
  color: #383838;
  margin-top: 10px;
}
.faq-list .all-questions:hover {
  color: #8B8B8B;
}
.answer-wrapper .answer {
  line-height: 30px;
}
.column {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 639px) {
  .media-object>.media {
    width: 100%;
    float: none;
    margin: 0;
  }
  .dropdown-wrapper {
    width: 100%;
  }
  .actions-wrapper .icon-arrow {
    right: 20px;
  }
  .actions-wrapper .app-list.popover-container {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .media-object.right > .media.report-wrapper {
    display: none !important;
  }
}
@media only screen and (min-width: 640px) {
  .actions-wrapper .app-dropdown, .actions-wrapper .media {
    padding-right: 20px;
    margin-right: 10px;
  }
  .actions-wrapper .media {
    width: 440px;
  }
  .actions-wrapper .popover-container .popover-title-container {
    margin-left: 0;
    margin-right: 0;
  }
  .sections-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .sections-wrapper .column {
    float: none;
    width: 30%;
    position: relative;
  }
  .sections-wrapper .column:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .sections-wrapper .column:nth-child(3n+1) {
    margin-left: 3%;
  }
  .breadcrumb, .search-results-wrapper, .breadcrumb + .section-title, .faq-list.section, .answer-wrapper {
    width: 61.8%;
    margin: 0 auto;
  }
  .breadcrumb {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
