/* Heights */
/* Angles */
/* Border Radii */
/* Colors */
/* Colors */
/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/
@media (min-width: 1200px) and (max-width: 1920px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important;
}
@media (min-width: 1921px) {
  .container {
    width: 1570px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
/* Font Families */
/* Font Sizes */
/* Block margin spacing */
/* Padding */
/* DEFAULTS
============================================================================= */
* {
  font-family: 'Source Sans Pro', sans-serif;
}
a {
  /* Defaults - Light theme */
  text-decoration: none !important;
  outline: 0 !important;
  color: #3CBFAD;
  /* Dark Theme Overrides */
}
.dark-theme a {
  text-decoration: none !important;
  outline: 0 !important;
  color: #EC4647;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  /* Defaults - Light theme */
  color: #464849;
  /* Dark Theme Overrides */
}
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6 {
  color: #FFFFFF;
}
pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  background-color: #F8F8F8;
  border: 1px solid #DFDFDF;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
pre code {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.vertical-space-top-sm {
  margin-top: 10px;
}
.vertical-space-bottom-sm {
  margin-bottom: 10px;
}
.vertical-space-top {
  margin-top: 20px;
}
.vertical-space-bottom {
  margin-bottom: 20px;
}
.vertical-space-top-lg {
  margin-top: 30px;
}
.vertical-space-bottom-lg {
  margin-bottom: 30px;
}
.vertical-space-top-xl {
  margin-top: 50px;
}
.vertical-space-bottom-xl {
  margin-bottom: 50px;
}
.no-padding {
  padding: 0;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.pointer {
  cursor: pointer;
}
.standard-content {
  /* Defaults - Light theme */
  background-color: #FFFFFF;
  color: #464849;
  /* Dark Theme Overrides */
}
.dark-theme .standard-content {
  background-color: #1f2125;
  color: #FFFFFF;
}
.standard-text {
  /* Defaults - Light theme */
  color: #464849;
  /* Dark Theme Overrides */
}
.dark-theme .standard-text {
  color: #FFFFFF;
}
.sweet-alert h2 {
  color: #575757;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/* COMPONENTS
============================================================================= */
/* ALERTS */
.hm-alerts {
  width: 100%;
  float: left;
}
/* ADMIN BLOCKS */
.admin-block {
  border-radius: 0;
  background: #FFFFFF;
  box-shadow: 1px 1px 2px #D3D3D3;
}
.admin-block .admin-block-content {
  padding: 20px;
}
.admin-block .admin-block-content h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.admin-block .admin-block-content .hm-user-box {
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #EEEEEE;
}
.admin-block .admin-block-content .hm-user-box .name {
  font-size: 15px;
}
.admin-block .admin-block-content .hm-user-box .hm-avatar {
  width: 50px;
  height: 50px;
  border-radius: 8px;
}
.admin-block .admin-block-content .hm-user-box .media-body h6 {
  margin-top: 5px;
}
.admin-block .admin-block-footer {
  background-color: #FAFAFA;
  border-top: 1px solid #EEEEEE;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
/* ADMIN MICRO STAT PANELS */
.micro-stat > div {
  display: flex;
  align-items: center;
}
.micro-stat > div > div {
  display: inline-block;
  margin-right: 15px;
}
.micro-stat > div > div:last-child {
  display: inline-block;
  margin-right: 0;
}
.micro-stat i.icon-eye {
  font-size: 40px;
  color: #3CBFAD;
}
.micro-stat i.icon-key {
  font-size: 40px;
  color: #E94848;
}
.micro-stat i.icon-microphone {
  font-size: 40px;
  color: #00C4E1;
}
.micro-stat i.icon-eye {
  font-size: 40px;
  color: #3CBFAD;
}
.micro-stat .stat-count {
  font-size: 30px;
}
.micro-stat .stat-name {
  font-size: 16px;
}
/* BUTTONS */
button {
  outline: none !important;
}
.btn:focus {
  outline: none !important;
}
.btn {
  border-radius: 2px;
  border: 0;
  box-shadow: none;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 21px;
  text-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-group .btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.1s linear;
}
.btn-group .btn.btn-default:hover {
  background-color: #DEE6EC;
  border-color: #BBC5CD;
}
.btn-group.hm-action-bar {
  background-color: #F4F8FA;
  padding: 15px;
  border: 1px solid #DEE7EE;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.08);
}
.btn-hm {
  /* Defaults - Light theme */
  background: #3CBFAD;
  color: #FFFFFF;
  border: 1px solid #3CBFAD;
  /* Dark Theme Overrides */
}
.dark-theme .btn-hm {
  background: #EC4647;
  color: #FFFFFF;
  border: 1px solid #EC4647;
}
.btn-hm:hover {
  /* Defaults - Light theme */
  background: #36ac9b;
  color: #FFFFFF;
  border: 1px solid #3CBFAD;
  /* Dark Theme Overrides */
}
.dark-theme .btn-hm:hover {
  background: #ea2f30;
  color: #FFFFFF;
  border: 1px solid #EC4647;
}
.btn-default {
  /* Defaults - Light theme */
  background: #FFFFFF;
  color: #3B465A;
  border: 1px solid #e6e6e6;
  /* Dark Theme Overrides */
}
.dark-theme .btn-default {
  background: #373b42;
  color: #EEEEEE;
  border: 1px solid #202226;
}
.btn-default:hover {
  /* Defaults - Light theme */
  background: #f2f2f2;
  color: #3B465A;
  border: 1px solid #e6e6e6;
  /* Dark Theme Overrides */
}
.dark-theme .btn-default:hover {
  background: #2c2e34;
  color: #EEEEEE;
  border: 1px solid #202226;
}
.btn-default.no-hover:hover {
  /* Defaults - Light theme */
  background: #FFFFFF;
  color: #3B465A;
  border: 1px solid #e6e6e6;
  /* Dark Theme Overrides */
}
.dark-theme .btn-default.no-hover:hover {
  background: #373b42;
  color: #EEEEEE;
  border: 1px solid #202226;
}
.btn-angled {
  transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  border-radius: 0;
  border: 0;
}
.btn-angled div {
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -o-transform: skew(25deg);
}
.btn-border-dark {
  border: 1px solid #BEBEBE !important;
}
.btn-action,
.btn-action:focus {
  background-color: #3CBFAD;
  color: #FFFFFF;
  border: 1px solid #74d3c6;
}
.btn-action:hover {
  background-color: #36ac9b;
  color: #FFFFFF;
}
.btn-action:active {
  background-color: #30988a !important;
  color: #FFFFFF;
}
.btn-prop,
.btn-prop:focus {
  background-color: #EC4647;
  color: #FFFFFF;
  padding: 10px 20px;
}
.btn-prop:hover {
  background-color: #ea2f30;
  color: #FFFFFF;
}
.btn-prop:active {
  background-color: #e71819 !important;
  color: #FFFFFF;
}
.btn-prop-inactive {
  background-color: #333333;
  color: #BEBEBE;
  padding: 10px 20px;
}
.btn-prop-inactive:hover {
  background-color: #212121;
  color: #d8d8d8;
}
.btn-prop-inactive:active {
  background-color: #1a1a1a !important;
  color: #d8d8d8 !important;
}
.btn-prop-inactive:focus {
  background-color: #333333;
  color: #BEBEBE;
  padding: 10px 20px;
}
.btn-square {
  border: 0;
  border-radius: 0;
}
.btn-primary {
  /* Defaults - Light theme */
  background: #3CBFAD;
  color: #FFFFFF;
  border: 1px solid #3CBFAD;
  /* Dark Theme Overrides */
}
.dark-theme .btn-primary {
  background: #EC4647;
  color: #FFFFFF;
  border: 1px solid #EC4647;
}
.btn-primary:hover {
  /* Defaults - Light theme */
  background: #36ac9b;
  color: #FFFFFF;
  border: 1px solid #3CBFAD;
  /* Dark Theme Overrides */
}
.dark-theme .btn-primary:hover {
  background: #ea2f30;
  color: #FFFFFF;
  border: 1px solid #EC4647;
}
.btn-primary:focus {
  /* Defaults - Light theme */
  background: #3CBFAD !important;
  color: #FFFFFF;
  border: 1px solid #3CBFAD !important;
  /* Dark Theme Overrides */
}
.dark-theme .btn-primary:focus {
  background: #EC4647 !important;
  color: #FFFFFF;
  border: 1px solid #EC4647 !important;
}
.btn-success {
  /* Defaults - Light theme */
  background: #7FCE63;
  color: #FFFFFF;
  border: 1px solid #7FCE63;
  /* Dark Theme Overrides */
}
.dark-theme .btn-success {
  background: #7FCE63;
  color: #FFFFFF;
  border: 1px solid #7FCE63;
}
.btn-success:hover {
  /* Defaults - Light theme */
  background: #6fc850;
  color: #FFFFFF;
  border: 1px solid #7FCE63;
  /* Dark Theme Overrides */
}
.dark-theme .btn-success:hover {
  background: #6fc850;
  color: #FFFFFF;
  border: 1px solid #7FCE63;
}
.btn-info {
  /* Defaults - Light theme */
  background: #00C4E1;
  color: #FFFFFF;
  border: 1px solid #00C4E1;
  /* Dark Theme Overrides */
}
.dark-theme .btn-info {
  background: #00C4E1;
  color: #FFFFFF;
  border: 1px solid #00C4E1;
}
.btn-info:hover {
  /* Defaults - Light theme */
  background: #00aec8;
  color: #FFFFFF;
  border: 1px solid #00C4E1;
  /* Dark Theme Overrides */
}
.dark-theme .btn-info:hover {
  background: #00aec8;
  color: #FFFFFF;
  border: 1px solid #00C4E1;
}
.btn-warning {
  /* Defaults - Light theme */
  background: #F7B749;
  color: #FFFFFF;
  border: 1px solid #F7B749;
  /* Dark Theme Overrides */
}
.dark-theme .btn-warning {
  background: #F7B749;
  color: #FFFFFF;
  border: 1px solid #F7B749;
}
.btn-warning:hover {
  /* Defaults - Light theme */
  background: #f6ad31;
  color: #FFFFFF;
  border: 1px solid #F7B749;
  /* Dark Theme Overrides */
}
.dark-theme .btn-warning:hover {
  background: #f6ad31;
  color: #FFFFFF;
  border: 1px solid #F7B749;
}
.btn-danger {
  /* Defaults - Light theme */
  background: #E94848;
  color: #FFFFFF;
  border: 1px solid #E94848;
  /* Dark Theme Overrides */
}
.dark-theme .btn-danger {
  background: #E94848;
  color: #FFFFFF;
  border: 1px solid #E94848;
}
.btn-danger:hover {
  /* Defaults - Light theme */
  background: #e63131;
  color: #FFFFFF;
  border: 1px solid #E94848;
  /* Dark Theme Overrides */
}
.dark-theme .btn-danger:hover {
  background: #e63131;
  color: #FFFFFF;
  border: 1px solid #E94848;
}
.btn-inverse {
  /* Defaults - Light theme */
  background: #3B465A;
  color: #FFFFFF;
  border: 1px solid #3B465A;
  /* Dark Theme Overrides */
}
.dark-theme .btn-inverse {
  background: #EEEEEE;
  color: #373b42;
  border: 1px solid #EEEEEE;
}
.btn-inverse:hover {
  /* Defaults - Light theme */
  background: #313a4b;
  color: #FFFFFF;
  border: 1px solid #3B465A;
  /* Dark Theme Overrides */
}
.dark-theme .btn-inverse:hover {
  background: #e1e1e1;
  color: #373b42;
  border: 1px solid #EEEEEE;
}
/* DROP DOWNS */
ul.dropdown-menu {
  /* Defaults - Light theme */
  width: 280px;
  background: #FFFFFF !important;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  border: 0;
  /* Dark Theme Overrides */
}
ul.dropdown-menu li {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.dropdown-menu li a:not(.drop-link) {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
ul.dropdown-menu li.divider {
  margin: 0 !important;
}
ul.dropdown-menu li:hover > a {
  background: #F5F5F5;
}
ul.dropdown-menu li.dropdown-label {
  border-bottom: 1px solid #DDDDDD;
  padding: 15px;
}
ul.dropdown-menu li.dropdown-label h5.drop-label {
  margin: 0;
  color: #464749;
  display: inline-block;
}
ul.dropdown-menu li.dropdown-label a.drop-link {
  margin: 0;
  color: #FFFFFF;
  font-size: 10px;
  background: #3CBFAD;
  padding: 3px 8px;
}
ul.dropdown-menu li.empty-item {
  padding: 25px 15px;
}
ul.dropdown-menu li.dd-footer-button {
  background: #3B465A;
  color: #FFFFFF;
  cursor: pointer;
  padding: 15px;
  text-align: center;
}
ul.dropdown-menu li.dd-footer-button:hover {
  color: #3CBFAD;
}
ul.dropdown-menu li.dd-list {
  max-height: 200px;
  overflow: auto;
  padding: 0;
}
ul.dropdown-menu li.dd-list ul {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
  width: 100%;
}
ul.dropdown-menu li.dd-list ul li {
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
}
ul.dropdown-menu li.dd-list ul li a {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  color: #464749;
  display: flex;
  align-items: center;
}
ul.dropdown-menu li.dd-list ul li img {
  width: 50px;
  height: auto;
  border-radius: 100px;
  margin-right: 15px;
}
ul.dropdown-menu li.dd-list ul li:last-child {
  border: 0;
}
ul.dropdown-menu li.dd-list ul li:hover a {
  background: #F5F5F5;
}
ul.dropdown-menu li.dd-list ul .dd-danger-cell {
  background: #F3CFCF;
  padding: 13px !important;
  border: 0 !important;
  cursor: pointer;
}
ul.dropdown-menu li.dd-list ul .dd-warning-cell {
  background: #F2E9C3;
  padding: 13px !important;
  border: 0 !important;
}
ul.dropdown-menu li.search-result-message {
  padding: 10px;
}
ul.dropdown-menu li.dd-list.search-result-list {
  max-height: 420px;
}
ul.dropdown-menu li.search-result-message.ng-enter,
ul.dropdown-menu li.dd-list.search-result-list.ng-enter {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
ul.dropdown-menu li.search-result-message.ng-enter-active,
ul.dropdown-menu li.dd-list.search-result-list.ng-enter-active {
  opacity: 1;
}
ul.dropdown-menu li.search-input-holder {
  background: #EBEFF2;
  padding: 10px;
  display: inline-block;
  width: 100%;
}
ul.dropdown-menu li.search-input-holder #search-input {
  border: 0 !important;
  border-radius: 35px;
  font-weight: normal;
  font-size: 12px;
  background: #FFFFFF;
  padding: 10px;
  height: 35px;
  box-shadow: none;
  display: inline-block;
}
.dark-theme ul.dropdown-menu {
  width: 280px;
  background: #FFFFFF !important;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  border: 0;
}
.dark-theme ul.dropdown-menu li {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dark-theme ul.dropdown-menu li a:not(.drop-link) {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.dark-theme ul.dropdown-menu li.divider {
  margin: 0 !important;
}
.dark-theme ul.dropdown-menu li:hover > a {
  background: #F5F5F5;
}
.dark-theme ul.dropdown-menu li.dropdown-label {
  border-bottom: 1px solid #DDDDDD;
  padding: 15px;
}
.dark-theme ul.dropdown-menu li.dropdown-label h5.drop-label {
  margin: 0;
  color: #464749;
  display: inline-block;
}
.dark-theme ul.dropdown-menu li.dropdown-label a.drop-link {
  margin: 0;
  color: #FFFFFF;
  font-size: 10px;
  background: #EC4647;
  padding: 3px 8px;
}
.dark-theme ul.dropdown-menu li.empty-item {
  padding: 25px 15px;
}
.dark-theme ul.dropdown-menu li.dd-footer-button {
  background: #3B465A;
  color: #FFFFFF;
  cursor: pointer;
  padding: 15px;
  text-align: center;
}
.dark-theme ul.dropdown-menu li.dd-footer-button:hover {
  color: #EC4647;
}
.dark-theme ul.dropdown-menu li.dd-list {
  max-height: 200px;
  overflow: auto;
  padding: 0;
}
.dark-theme ul.dropdown-menu li.dd-list ul {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
  width: 100%;
}
.dark-theme ul.dropdown-menu li.dd-list ul li {
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
}
.dark-theme ul.dropdown-menu li.dd-list ul li a {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  color: #464749;
  display: flex;
  align-items: center;
}
.dark-theme ul.dropdown-menu li.dd-list ul li img {
  width: 50px;
  height: auto;
  border-radius: 100px;
  margin-right: 15px;
}
.dark-theme ul.dropdown-menu li.dd-list ul li:last-child {
  border: 0;
}
.dark-theme ul.dropdown-menu li.dd-list ul li:hover a {
  background: #F5F5F5;
}
.dark-theme ul.dropdown-menu li.dd-list ul .dd-danger-cell {
  background: #F3CFCF;
  padding: 13px !important;
  border: 0 !important;
  cursor: pointer;
}
.dark-theme ul.dropdown-menu li.dd-list ul .dd-warning-cell {
  background: #F2E9C3;
  padding: 13px !important;
  border: 0 !important;
}
.dark-theme ul.dropdown-menu li.search-result-message {
  padding: 10px;
}
.dark-theme ul.dropdown-menu li.dd-list.search-result-list {
  max-height: 420px;
}
.dark-theme ul.dropdown-menu li.search-result-message.ng-enter,
.dark-theme ul.dropdown-menu li.dd-list.search-result-list.ng-enter {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.dark-theme ul.dropdown-menu li.search-result-message.ng-enter-active,
.dark-theme ul.dropdown-menu li.dd-list.search-result-list.ng-enter-active {
  opacity: 1;
}
.dark-theme ul.dropdown-menu li.search-input-holder {
  background: #EBEFF2;
  padding: 10px;
  display: inline-block;
  width: 100%;
}
.dark-theme ul.dropdown-menu li.search-input-holder #search-input {
  border: 0 !important;
  border-radius: 35px;
  font-weight: normal;
  font-size: 12px;
  background: #FFFFFF;
  padding: 10px;
  height: 35px;
  box-shadow: none;
  display: inline-block;
}
ul.dropdown-menu.search-menu {
  width: 340px;
}
ul.dropdown-menu.profile-menu {
  width: 120px;
}
md-menu-item > .md-button ng-md-icon {
  margin: auto 16px auto 0;
  color: rgba(0, 0, 0, 0.54);
}
/* FILTER PANEL */
.fp {
  background: #3B465A !important;
  display: flex;
  align-items: center;
}
.fp #filter-panel {
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 22px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.fp #filter-panel .filter-holder {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  max-height: 100%;
  width: 100%;
  float: left;
}
.fp #filter-panel .filter-holder .filter-drop-down {
  cursor: pointer;
}
.fp #filter-panel .filter-holder .filter-drop-down .icon-arrow-down {
  margin-left: 10px;
  font-size: 15px;
}
.fp #filter-panel .filter-holder .interests-filter {
  /* Defaults - Light theme */
  color: #00C4E1;
  /* Dark Theme Overrides */
}
.dark-theme .fp #filter-panel .filter-holder .interests-filter {
  color: #00C4E1;
}
.fp #filter-panel .filter-holder .regions-filter {
  /* Defaults - Light theme */
  color: #F7B749;
  /* Dark Theme Overrides */
}
.dark-theme .fp #filter-panel .filter-holder .regions-filter {
  color: #F7B749;
}
.fp #filter-panel .filter-holder .options-filter {
  /* Defaults - Light theme */
  color: #E94848;
  /* Dark Theme Overrides */
}
.dark-theme .fp #filter-panel .filter-holder .options-filter {
  color: #E94848;
}
.fp #filter-panel .filter-holder ul {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
}
.fp #filter-panel .filter-holder ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-size: 12px;
}
.fp #filter-panel .filter-holder ul li input {
  margin-right: 3px;
}
.fp #filter-panel .close-panel-label {
  font-size: 13px;
  color: #EEEEEE;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  left: 46%;
  background: #28303E;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 5px;
}
.fp #filter-panel .close-panel-label i {
  margin-left: 5px;
  font-size: 10px;
}
/* NAVIGATION BAR & HEADER */
/* OPENING IMAGE --- HERO IMAGE FOR SITE LOGIN */
.hm-opening-available {
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /* Defaults - Light theme */
  background-color: #3B465A;
  /* Dark Theme Overrides */
}
.dark-theme .hm-opening-available {
  background-color: #EEEEEE;
}
.hm-opening-available h3 {
  /* Defaults - Light theme */
  color: #3CBFAD;
  /* Dark Theme Overrides */
}
.dark-theme .hm-opening-available h3 {
  color: #3CBFAD;
}
.hm-opening-available h4 {
  color: #FFFFFF;
}
.login-box {
  background: #FFFFFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 100%;
  padding: 15px 0;
}
.login-box input,
.login-box button {
  margin-bottom: 15px;
}
/* PLAYBACK MODAL */
.playback-modal {
  background: none !important;
}
.playback-modal .modal-dialog,
.playback-modal .modal-header,
.playback-modal .modal-content,
.playback-modal .modal-body,
.playback-modal .modal-footer {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  color: #FFFFFF;
}
.playback-modal .modal-dialog {
  width: 70%;
}
.playback-modal .modal-dialog .modal-content .modal-header {
  padding-bottom: 15px;
  height: 25px;
}
.playback-modal .modal-dialog .modal-content .modal-header button {
  color: #FFFFFF;
  margin-right: -15px;
  opacity: 0.75;
}
.playback-modal .modal-dialog .modal-content .modal-header button:hover {
  opacity: 1;
}
.playback-modal .modal-dialog .modal-content .modal-header .asset-download-link {
  color: #FFFFFF !important;
  font-size: 14px;
  text-align: left;
  float: left;
  cursor: pointer;
  margin-left: -15px;
}
.playback-modal .modal-dialog .modal-content .modal-body #image-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.playback-modal .modal-dialog .modal-content .modal-body #image-wrapper .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.playback-modal .modal-dialog .modal-content .modal-body #image-wrapper .img img {
  width: 100%;
}
.playback-modal .modal-dialog .modal-content .modal-body #video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.playback-modal .modal-dialog .modal-content .modal-body #video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* PRODUCT NEWS PAGE */
.news-html-holder {
  /* Defaults - Light theme */
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #202226;
  /* Dark Theme Overrides */
}
.news-html-holder .news-title-bar {
  padding: 15px;
  margin: 0;
  background: #3CBFAD;
  color: #FFFFFF;
}
.news-html-holder h1,
.news-html-holder h2,
.news-html-holder h3,
.news-html-holder h4,
.news-html-holder h5,
.news-html-holder h6 {
  color: #202226;
}
.news-html-holder img {
  width: 100%;
}
.dark-theme .news-html-holder {
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #202226;
}
.dark-theme .news-html-holder .news-title-bar {
  padding: 15px;
  margin: 0;
  background: #434750;
  color: #FFFFFF;
}
.dark-theme .news-html-holder h1,
.dark-theme .news-html-holder h2,
.dark-theme .news-html-holder h3,
.dark-theme .news-html-holder h4,
.dark-theme .news-html-holder h5,
.dark-theme .news-html-holder h6 {
  color: #202226;
}
.dark-theme .news-html-holder img {
  width: 100%;
}
/* PRODUCT VIEW PAGE */
.hm-product-view-cover {
  /* Defaults - Light theme */
  background-color: #EBEFF2;
  height: 480px;
  background-size: cover;
  background-position: top center;
  transition: height .35s linear;
  /* Dark Theme Overrides */
}
.dark-theme .hm-product-view-cover {
  background-color: #2c2e34;
  height: 480px;
  background-size: cover;
  background-position: top center;
  transition: height .35s linear;
}
.product-page-section {
  padding: 0 !important;
  margin: 30px 0 0 0;
}
.product-page-section .product-page-section-title {
  width: 100%;
  /* Defaults - Light theme */
  background: #3CBFAD;
  color: #FFFFFF;
  /* Dark Theme Overrides */
  text-align: center;
  padding: 10px;
  margin: 0 !important;
}
.dark-theme .product-page-section .product-page-section-title {
  background: #434750;
  color: #FFFFFF;
}
.hm-product-embargo-bar {
  background-color: #ED6B5D;
  color: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.hm-product-embargo-bar a {
  color: #FFFF00;
}
.hm-product-embargo-bar a:hover {
  text-decoration: underline;
}
.hm-product-request-bar {
  background-color: #FAC05E;
  color: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.hm-product-claim-bar {
  background-color: #3CBFAD;
  color: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.hm-product-embargo-bar h3,
.hm-product-request-bar h3,
.hm-product-claim-bar h3 {
  padding: 10px;
}
.hm-product-embargo-bar h3 {
  margin: 0;
  line-height: 1.5em;
}
.hm-product-about,
.hm-product-details,
.hm-product-tag {
  /* Defaults - Light theme */
  padding-bottom: 20px;
  min-height: 200px;
  font-size: 16px;
  /* Dark Theme Overrides */
}
.hm-product-about h3,
.hm-product-details h3,
.hm-product-tag h3 {
  color: #3CBFAD;
}
.dark-theme .hm-product-about,
.dark-theme .hm-product-details,
.dark-theme .hm-product-tag {
  padding-bottom: 20px;
  min-height: 200px;
  font-size: 16px;
}
.dark-theme .hm-product-about h3,
.dark-theme .hm-product-details h3,
.dark-theme .hm-product-tag h3 {
  color: #EC4647;
}
.hm-product-display-tag {
  /* Defaults - Light theme */
  background-color: #3CBFAD;
  /* Dark Theme Overrides */
  padding: 6px 10px 6px 10px;
  float: left;
  margin-bottom: 0;
  border-radius: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-right: 5px;
  color: #FFFFFF;
}
.dark-theme .hm-product-display-tag {
  background-color: #EC4647;
}
.hm-product-display-tag a {
  /* Defaults - Light theme */
  color: #FFFFFF;
  /* Dark Theme Overrides */
}
.dark-theme .hm-product-display-tag a {
  color: #FFFFFF;
}
.hm-product-display-tag:hover {
  /* Defaults - Light theme */
  background-color: #36ac9b;
  /* Dark Theme Overrides */
}
.dark-theme .hm-product-display-tag:hover {
  background-color: #ea2f30;
}
.hm-product-news-box {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 25px;
  background-color: #E1E1E1;
  text-align: left;
  margin-bottom: 20px;
}
.hm-product-carousel {
  overflow-x: scroll;
  overflow-y: scroll;
  padding-bottom: 20px;
  height: 140px;
}
.hm-product-video-box {
  background: transparent;
  padding: 5px;
}
.hm-product-video-box-thumbnail {
  width: 100%;
  height: 140px;
  background-position: center center;
  background-size: cover;
}
.hm-product-news-box h3 {
  margin-top: 0;
}
#asset-modal-left {
  position: absolute;
  top: 35%;
  left: 5%;
  color: #FFFFFF;
  font-size: 100px;
}
#asset-modal-right {
  position: absolute;
  top: 35%;
  right: 5%;
  color: #FFFFFF;
  font-size: 100px;
}
#asset-modal-left:hover,
#asset-modal-right:hover {
  color: #3CBFAD;
}
.striped-div-table {
  padding: 0;
}
.striped-div-table .hm-news-thumb {
  padding: 0;
  height: 100px;
  background-position: center center;
  background-size: contain;
  margin: 5px;
}
.striped-div-table .hm-news-title {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 0;
}
.striped-div-table .hm-news-summary {
  margin-top: 5px;
  font-size: 16px;
}
/* PROFILE PANEL */
.pp {
  /* Defaults - Light theme */
  background-color: #3CBFAD;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  /* Dark Theme Overrides */
}
.pp #account-panel * {
  color: #FFFFFF;
}
.pp #account-panel i {
  cursor: pointer;
}
.pp #account-panel .panel-greeting {
  margin-top: 5px;
}
.pp #account-panel .profile-lg {
  box-sizing: border-box;
  margin-top: 30px;
  border-radius: 150px;
  padding: 0;
  margin-bottom: 10px;
}
.pp #account-panel .profile-lg img {
  width: 100%;
  height: auto;
  border-radius: 150px;
  overflow: hidden;
}
.pp #account-panel span.btn {
  background: #3B465A;
}
.pp #account-panel ul {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  list-style: none;
  width: 100%;
  background: #36ac9b;
}
.pp #account-panel ul li {
  color: #FFFFFF;
  padding: 0;
  list-style: none;
  width: 100%;
  font-size: 18px;
}
.pp #account-panel ul li a {
  width: 100%;
  height: 100%;
  float: left;
  padding: 15px;
  border-bottom: 1px solid #30988a;
}
.pp #account-panel ul li a:hover {
  background: #30988a;
}
.pp #account-panel ul li a:last-child {
  border: 0;
}
.pp #account-panel ul li i {
  font-size: 16px;
  margin-right: 10px;
}
.pp #account-panel ul li:last-child {
  border: 0;
}
.pp #account-panel ul li:hover {
  background: #30988a;
}
.dark-theme .pp {
  background-color: #373b42;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
.dark-theme .pp #account-panel * {
  color: #FFFFFF;
}
.dark-theme .pp #account-panel i {
  cursor: pointer;
}
.dark-theme .pp #account-panel .panel-greeting {
  margin-top: 5px;
}
.dark-theme .pp #account-panel .profile-lg {
  box-sizing: border-box;
  margin-top: 30px;
  border-radius: 150px;
  padding: 0;
  margin-bottom: 10px;
}
.dark-theme .pp #account-panel .profile-lg img {
  width: 100%;
  height: auto;
  border-radius: 150px;
  overflow: hidden;
}
.dark-theme .pp #account-panel span.btn {
  background: #EC4647;
}
.dark-theme .pp #account-panel ul {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  list-style: none;
  width: 100%;
  background: #2c2e34;
}
.dark-theme .pp #account-panel ul li {
  color: #FFFFFF;
  padding: 0;
  list-style: none;
  width: 100%;
  font-size: 18px;
}
.dark-theme .pp #account-panel ul li a {
  width: 100%;
  height: 100%;
  float: left;
  padding: 15px;
  border-bottom: 1px solid #202226;
}
.dark-theme .pp #account-panel ul li a:hover {
  background: #202226;
}
.dark-theme .pp #account-panel ul li a:last-child {
  border: 0;
}
.dark-theme .pp #account-panel ul li i {
  font-size: 16px;
  margin-right: 10px;
}
.dark-theme .pp #account-panel ul li:last-child {
  border: 0;
}
.dark-theme .pp #account-panel ul li:hover {
  background: #202226;
}
/* SHOW DOWN EDITOR */
.hm-height-550 {
  height: 550px;
}
.padding-10 {
  padding: 10px;
}
.padding-15 {
  padding: 15px;
}
#editor-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #FFFFFF;
}
#editor-wrapper > * {
  display: block;
  width: 50%;
  max-height: 100%;
  border: 1px solid #EEEEEE;
}
#editor-wrapper textarea {
  resize: none;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  height: 100%;
  max-height: 100%;
  width: 42%;
  padding: 10px;
}
#preview {
  height: 100%;
  max-height: 100%;
  border: 1px solid #EEEEEE;
  overflow-y: scroll;
  width: 58%;
  padding: 10px;
}
#preview img {
  width: 100%;
  height: auto;
}
/* SIDE MANAGE MENU */
div#admin-title {
  width: 220px;
  height: 50px;
  /* Defaults - Light theme */
  background: #3CBFAD;
  color: #FFFFFF;
  /* Dark Theme Overrides */
  text-align: left;
  padding: 13px 0 0 20px;
  font-size: 16px;
  position: fixed;
  top: 65px;
  left: 0;
}
.dark-theme div#admin-title {
  background: #434750;
  color: #FFFFFF;
}
div#product-manage-menu {
  /* Defaults - Light theme */
  background: #36404A;
  max-height: 100%;
  left: 0;
  padding: 20px 0 0 0;
  overflow: auto;
  /* Dark Theme Overrides */
}
div#product-manage-menu .product-title {
  margin: 0;
  color: white;
  padding: 0px 0 20px 10px;
}
div#product-manage-menu .client-title {
  font-size: smaller;
  color: #98A6AD;
}
div#product-manage-menu p,
div#product-manage-menu .menu-heading {
  color: #98A6AD;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0 0 15px 20px;
}
div#product-manage-menu ul {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}
div#product-manage-menu ul > li {
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  list-style: none;
  margin: 0;
}
div#product-manage-menu ul > li a {
  color: #FFFFFF !important;
  padding: 10px 5px 10px 20px;
  display: inline-block;
  width: 100%;
}
div#product-manage-menu ul > li a i {
  margin-right: 20px;
  color: #3CBFAD;
}
div#product-manage-menu ul > li:hover {
  background-color: #414d59;
}
.dark-theme div#product-manage-menu {
  background: #36404A;
  max-height: 100%;
  left: 0;
  padding: 20px 0 0 0;
  overflow: auto;
}
.dark-theme div#product-manage-menu .product-title {
  margin: 0;
  color: white;
  padding: 0px 0 20px 10px;
}
.dark-theme div#product-manage-menu .client-title {
  font-size: smaller;
  color: #98A6AD;
}
.dark-theme div#product-manage-menu p,
.dark-theme div#product-manage-menu .menu-heading {
  color: #98A6AD;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0 0 15px 20px;
}
.dark-theme div#product-manage-menu ul {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}
.dark-theme div#product-manage-menu ul > li {
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  list-style: none;
  margin: 0;
}
.dark-theme div#product-manage-menu ul > li a {
  color: #FFFFFF !important;
  padding: 10px 5px 10px 20px;
  display: inline-block;
  width: 100%;
}
.dark-theme div#product-manage-menu ul > li a i {
  margin-right: 20px;
  color: #EC4647;
}
.dark-theme div#product-manage-menu ul > li:hover {
  background-color: #414d59;
}
/* SWEET ALERT */
.sa-input-error {
  margin-top: -4px;
  display: none !important;
}
.sa-icon.sa-custom {
  height: 100px;
}
/* TOOL TIPS */
.tooltips {
  z-index: 9999;
}
/* LAYOUT
============================================================================= */
html,
body {
  height: 100%;
  /* Defaults - Light theme */
  background: #EBEFF2;
  /* Dark Theme Overrides */
}
.dark-theme html,
.dark-theme body {
  background: #2c2e34;
}
#hm-wrap {
  /* Defaults - Light theme */
  min-height: 100%;
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  background: #EBEFF2;
  /* Dark Theme Overrides */
}
#hm-wrap #hm-body {
  padding-bottom: 100px;
  margin: 0;
  position: relative;
}
#hm-wrap #hm-body .hm-content-layout {
  margin-top: 65px;
}
#hm-wrap #hm-body .hm-content-layout #approved-products-holder {
  background: #3CBFAD;
  padding: 0;
}
#hm-wrap #hm-body .hm-content-layout #approved-products-holder h2 {
  color: #FFFFFF;
}
#hm-wrap #hm-body .hm-content-layout .product-action-group button {
  border-radius: 0;
  padding: 15px;
  font-size: 18px !important;
  box-sizing: border-box;
}
#hm-wrap #hm-body .hm-content-layout .product-action-group button span {
  font-size: 20px !important;
}
#hm-wrap #hm-body .hm-content-layout #active-filter-list .filter-platforms-list {
  background: #E94848;
  color: #FFFFFF;
  padding: 5px;
  border-radius: 4px;
}
#hm-wrap #hm-body .hm-content-layout #active-filter-list .filter-interests-list {
  background: #00C4E1;
  color: #FFFFFF;
  padding: 5px;
  border-radius: 4px;
}
#hm-wrap #hm-body .hm-content-layout #active-filter-list .filter-regions-list {
  background: #F7B749;
  color: #FFFFFF;
  padding: 5px;
  border-radius: 4px;
}
#hm-wrap #hm-body .hm-content-layout #active-filter-list .filter-options-list {
  background: #7FCE63;
  color: #FFFFFF;
  padding: 5px;
  border-radius: 4px;
}
#hm-wrap #hm-body .hm-content-layout .striped-div-table {
  color: #464849;
  display: flex;
  align-items: center;
}
#hm-wrap #hm-body .hm-content-layout .striped-div-table:nth-child(odd) {
  background: #FFFFFF;
}
#hm-wrap #hm-body .hm-content-layout .striped-div-table:nth-child(even) {
  background: #F4F8FA;
}
#hm-wrap #hm-body .hm-content-layout #loading-holder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-items: center;
}
#hm-wrap #hm-body .hm-content-layout .product-action-group div .tooltip {
  background: transparent !important;
  font-size: 15px !important;
}
#hm-wrap #hm-content,
#hm-wrap #hm-admin-content {
  padding: 0 15px 15px 15px;
}
#hm-wrap #hm-content h2.hm-page-title,
#hm-wrap #hm-admin-content h2.hm-page-title {
  margin: 0;
  padding: 0;
  margin-top: 16px;
}
#hm-wrap #hm-content .hm-tag-button,
#hm-wrap #hm-admin-content .hm-tag-button {
  margin-right: 10px;
  margin-bottom: 10px;
}
#hm-wrap #hm-content table thead,
#hm-wrap #hm-admin-content table thead {
  background: #3CBFAD;
  color: #FFFFFF;
}
#hm-wrap .hm-admin-side-menu {
  width: calc(100% - 220px);
  margin-left: 220px;
}
#hm-wrap table:not(.table-striped) tr td {
  vertical-align: middle;
  background-color: #FFFFFF;
}
#hm-wrap table.table-striped tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
#hm-wrap table.table-striped tbody tr:nth-child(odd) {
  background-color: #FAFAFA;
}
#hm-wrap table.table-striped tbody tr td.hm-ignored-row {
  background-color: #CCCCCC;
}
#hm-wrap #hm-footer {
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #3B465A;
  color: #FFFFFF;
  padding: 25px 0;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0;
}
.dark-theme #hm-wrap {
  min-height: 100%;
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  background: #2c2e34;
}
.dark-theme #hm-wrap #hm-body {
  padding-bottom: 100px;
  margin: 0;
  position: relative;
}
.dark-theme #hm-wrap #hm-body .hm-content-layout {
  margin-top: 65px;
}
.dark-theme #hm-wrap #hm-body .hm-content-layout #approved-products-holder {
  background: #434750;
  padding: 0;
}
.dark-theme #hm-wrap #hm-body .hm-content-layout #approved-products-holder h2 {
  color: #FFFFFF;
}
.dark-theme #hm-wrap #hm-body .hm-content-layout .product-action-group button {
  border-radius: 0;
  padding: 15px;
  font-size: 18px !important;
  box-sizing: border-box;
}
.dark-theme #hm-wrap #hm-body .hm-content-layout .product-action-group button span {
  font-size: 20px !important;
}
.dark-theme #hm-wrap #hm-body .hm-content-layout #active-filter-list .filter-platforms-list {
  background: #3CBFAD;
  color: #FFFFFF;
  padding: 5px;
  border-radius: 4px;
}
.dark-theme #hm-wrap #hm-body .hm-content-layout #active-filter-list .filter-interests-list {
  background: #00C4E1;
  color: #FFFFFF;
  padding: 5px;
  border-radius: 4px;
}
.dark-theme #hm-wrap #hm-body .hm-content-layout #active-filter-list .filter-regions-list {
  background: #F7B749;
  color: #FFFFFF;
  padding: 5px;
  border-radius: 4px;
}
.dark-theme #hm-wrap #hm-body .hm-content-layout #active-filter-list .filter-options-list {
  background: #7FCE63;
  color: #FFFFFF;
  padding: 5px;
  border-radius: 4px;
}
.dark-theme #hm-wrap #hm-body .hm-content-layout .striped-div-table {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.dark-theme #hm-wrap #hm-body .hm-content-layout .striped-div-table:nth-child(odd) {
  background: #1f2125;
}
.dark-theme #hm-wrap #hm-body .hm-content-layout .striped-div-table:nth-child(even) {
  background: #17181b;
}
.dark-theme #hm-wrap #hm-body .hm-content-layout #loading-holder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-items: center;
}
.dark-theme #hm-wrap #hm-body .hm-content-layout .product-action-group div .tooltip {
  background: transparent !important;
  font-size: 15px !important;
}
.dark-theme #hm-wrap #hm-content,
.dark-theme #hm-wrap #hm-admin-content {
  padding: 0 15px 15px 15px;
}
.dark-theme #hm-wrap #hm-content h2.hm-page-title,
.dark-theme #hm-wrap #hm-admin-content h2.hm-page-title {
  margin: 0;
  padding: 0;
  margin-top: 16px;
}
.dark-theme #hm-wrap #hm-content .hm-tag-button,
.dark-theme #hm-wrap #hm-admin-content .hm-tag-button {
  margin-right: 10px;
  margin-bottom: 10px;
}
.dark-theme #hm-wrap #hm-content table thead,
.dark-theme #hm-wrap #hm-admin-content table thead {
  background: #434750;
  color: #FFFFFF;
}
.dark-theme #hm-wrap .hm-admin-side-menu {
  width: calc(100% - 220px);
  margin-left: 220px;
}
.dark-theme #hm-wrap table:not(.table-striped) tr td {
  vertical-align: middle;
  background-color: #FFFFFF;
}
.dark-theme #hm-wrap table.table-striped tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
.dark-theme #hm-wrap table.table-striped tbody tr:nth-child(odd) {
  background-color: #FAFAFA;
}
.dark-theme #hm-wrap table.table-striped tbody tr td.hm-ignored-row {
  background-color: #CCCCCC;
}
.dark-theme #hm-wrap #hm-footer {
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #141618;
  color: #FFFFFF;
  padding: 25px 0;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0;
}
#hm-wrap.admin-section {
  min-height: calc(100% - 65px) !important;
}
.hm-page {
  padding: 0 30px;
}
.hm-user-box {
  /* Defaults - Light theme */
  color: #464849;
  /* Dark Theme Overrides */
}
.hm-user-box i {
  color: #464849;
}
.dark-theme .hm-user-box {
  color: #FFFFFF;
}
.dark-theme .hm-user-box i {
  color: #FFFFFF;
}
label {
  /* Defaults - Light theme */
  color: #464849;
  /* Dark Theme Overrides */
}
.dark-theme label {
  color: #FFFFFF;
}
fieldset {
  /* Defaults - Light theme */
  border: 1px solid #E5E5E5;
  margin: 10px 0;
  /* Dark Theme Overrides */
}
fieldset legend {
  font-size: 14px;
  border: 0;
  width: auto;
  margin: 0;
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.54);
}
fieldset md-input-container:first-child {
  margin-left: 10px;
}
.dark-theme fieldset {
  border: 1px solid #E5E5E5;
  margin: 10px 0;
}
.dark-theme fieldset legend {
  font-size: 14px;
  border: 0;
  width: auto;
  margin: 0;
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.54);
}
.dark-theme fieldset md-input-container:first-child {
  margin-left: 10px;
}
.hm-verified-row {
  background-color: #bae8ba !important;
  opacity: 0.4;
}
.hm-denied-row {
  background-color: #e8baba !important;
  opacity: 0.4;
}
.hm-ignored-row {
  background-color: #FAC05E !important;
  opacity: 0.4;
}
.md-primary {
  background-color: #3CBFAD !important;
}
.md-primary h2 {
  color: #FFFFFF !important;
}
.md-input-focused {
  color: #222222 !important;
}
.hm-aqua {
  color: #3CBFAD !important;
}
.hm-white {
  color: #FFFFFF !important;
}
.hm-red {
  color: #E94848 !important;
}
.hm-orange {
  color: #FAC05E !important;
}
.label-tier1 {
  background-color: #FAC05E;
  color: black;
}
.label-tier2 {
  background-color: #C0C0C0;
}
.label-tier3 {
  background-color: #CCAB8C;
}
.label-tier4 {
  background-color: #979381;
}
.hm-clear-bg {
  background-color: transparent !important;
}
.borderless {
  border: 0 !important;
}
.hm-about-section {
  background-color: #FFFFFF;
}
.site-facebook {
  background-color: #395A9C !important;
  color: #FFFFFF !important;
}
.site-twitter {
  background-color: #5CA5DA !important;
  color: #FFFFFF !important;
}
/* ANIMATION STYLINGS
============================================================================= */
#signup-form {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  padding: 0px;
}
#form-views {
  width: auto;
}
/* basic styling for entering and leaving */
/* left and right added to ensure full width */
#form-views.ng-enter,
#form-views.ng-leave {
  position: absolute;
  left: 0px;
  right: 0px;
  transition: 1s all ease;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
}
/* enter animation */
#form-views.ng-enter {
  -webkit-animation: slideInRight 1s both ease;
  -moz-animation: slideInRight 1s both ease;
  animation: slideInRight 1s both ease;
}
/* leave animation */
#form-views.ng-leave {
  -webkit-animation: slideOutLeft 1s both ease;
  -moz-animation: slideOutLeft 1s both ease;
  animation: slideOutLeft 1s both ease;
}
/* ANIMATIONS
============================================================================= */
/* slide out to the left */
@keyframes slideOutLeft {
  to {
    transform: translateX(-200%);
  }
}
@-moz-keyframes slideOutLeft {
  to {
    -moz-transform: translateX(-200%);
  }
}
@-webkit-keyframes slideOutLeft {
  to {
    -webkit-transform: translateX(-200%);
  }
}
/* slide in from the right */
@keyframes slideInRight {
  from {
    transform: translateX(200%);
  }
  to {
    transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  from {
    -moz-transform: translateX(200%);
  }
  to {
    -moz-transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
[ng-quill-editor] {
  display: block;
}
.navbar-admin-menu .admin-menu {
  list-style: none;
}
.navbar-admin-menu .admin-menu .admin-menu-item {
  display: inline;
  padding: 10px;
  font-size: 15px;
  text-transform: uppercase;
}
.navbar-admin-menu .admin-menu .admin-menu-item a {
  color: #174b44;
}
.navbar-admin-menu .admin-menu a.active {
  border-bottom: 1px solid #3CBFAD;
}
.navbar-admin-menu .admin-menu .dropdown-menu {
  text-transform: none;
}
.navbar-admin-menu .admin-menu .dropdown-menu .hm-dropdown-title {
  background-color: #E1E1E1;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
}
.manage-games-list .manage-games-list-row {
  padding: 10px;
}
.manage-games-list .manage-games-list-row .media-object {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #EEEEEE;
}
.manage-games-list .manage-games-list-row .manage-games-count {
  font-size: 30px;
  color: #000000;
}
.manage-games-list .manage-games-list-row .manage-games-count .icon-key {
  font-size: 25px;
  color: #E94848;
}
.manage-games-list .manage-games-list-row .manage-games-count .icon-eye {
  font-size: 25px;
  color: #3CBFAD;
}
.manage-games-list .manage-games-list-row .manage-games-count .icon-microphone {
  font-size: 25px;
  color: #00C4E1;
}
.manage-games-list.panel {
  margin-bottom: 5px;
}
.manage-games-content {
  margin-top: 40px;
}
.list-search-tags .list-search-chosen-tag {
  margin-right: 3px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.modal-tag-selector .modal-tag {
  margin-right: 3px;
  margin-bottom: 5px;
}
md-card {
  border-radius: 5px;
}
md-card md-toolbar {
  border-radius: 5px 5px 0 0;
}
md-input-container.md-default-theme label,
md-input-container label,
md-input-container.md-default-theme .md-placeholder,
md-input-container .md-placeholder {
  color: rgba(0, 0, 0, 0.48);
}
md-select.md-default-theme .md-select-value.md-select-placeholder,
md-select .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, 0.48);
  font-weight: bold;
}
.md-panel-outer-wrapper {
  position: fixed;
}
md-nav-bar .md-nav-bar {
  height: auto;
  overflow: auto;
}
md-nav-bar .md-nav-bar::-webkit-scrollbar {
  height: 5px;
}
md-nav-bar .md-nav-bar::-webkit-scrollbar-thumb {
  background: #ff4081;
}
md-nav-bar .md-nav-item .md-primary {
  background-color: transparent !important;
}
.hm-navbar {
  min-height: 30px;
  display: flex;
}
.hm-navbar .hm-stacked-icon {
  color: white;
  font-size: 20px;
}
div.hm-navbar {
  height: 65px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 75;
}
div.hm-navbar #logo {
  height: 100%;
  text-align: left;
  float: left;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  padding-left: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
div.hm-navbar #logo span {
  color: #36404A;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  display: block;
}
div.hm-navbar #control-list {
  height: 100%;
  margin-left: auto;
}
.hm-navbar {
  /* Defaults - Light theme */
  background-color: #FFFFFF;
  height: 65px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 75;
  display: flex;
  align-items: center;
  /* Dark Theme Overrides */
}
.hm-navbar > a {
  height: 100%;
}
.hm-navbar #logo {
  height: 100%;
  text-align: left;
  float: left;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.hm-navbar #logo img {
  width: auto;
  height: 80%;
}
.hm-navbar #logo span {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  display: block;
}
.hm-navbar #control-list {
  height: 100%;
  margin-left: auto;
  padding-right: 30px;
}
.hm-navbar #control-list > div {
  height: 100%;
}
.hm-navbar #control-list > div #controls {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.hm-navbar #control-list > div #controls > li {
  display: inline-flex;
  padding: 0 15px;
  height: 100%;
  font-size: 17px;
  text-align: right;
  justify-content: center;
  align-items: center;
  transition: all 0.1s linear;
  cursor: pointer;
  color: #464849;
}
.hm-navbar #control-list > div #controls > li .alert-indicator {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  /* Defaults - Light theme */
  background: #F7B749;
  /* Dark Theme Overrides */
  margin: -12px 0 0 -6px;
  z-index: 10000;
}
.dark-theme .hm-navbar #control-list > div #controls > li .alert-indicator {
  background: #F7B749;
}
.hm-navbar #control-list > div #controls > li > a i {
  color: #464849 !important;
}
.hm-navbar #control-list > div #controls > li:hover {
  /* Defaults - Light theme */
  background-color: #EEEEEE;
  color: #464849;
  /* Dark Theme Overrides */
}
.dark-theme .hm-navbar #control-list > div #controls > li:hover {
  background-color: #EEEEEE;
  color: #464849;
}
.hm-navbar #control-list > div #controls li.profile-menu {
  padding: 0;
}
.hm-navbar #control-list > div #controls li.profile-menu a {
  display: flex;
}
.hm-navbar #control-list > div #controls li.profile-menu a img {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  margin: 10px 15px;
}
.dark-theme .hm-navbar {
  background-color: #202226;
  height: 65px;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 75;
  display: flex;
  align-items: center;
}
.dark-theme .hm-navbar > a {
  height: 100%;
}
.dark-theme .hm-navbar #logo {
  height: 100%;
  text-align: left;
  float: left;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.dark-theme .hm-navbar #logo img {
  width: auto;
  height: 80%;
}
.dark-theme .hm-navbar #logo span {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  display: block;
}
.dark-theme .hm-navbar #control-list {
  height: 100%;
  margin-left: auto;
  padding-right: 30px;
}
.dark-theme .hm-navbar #control-list > div {
  height: 100%;
}
.dark-theme .hm-navbar #control-list > div #controls {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.dark-theme .hm-navbar #control-list > div #controls > li {
  display: inline-flex;
  padding: 0 15px;
  height: 100%;
  font-size: 17px;
  text-align: right;
  justify-content: center;
  align-items: center;
  transition: all 0.1s linear;
  cursor: pointer;
  color: #CCCCCC;
}
.dark-theme .hm-navbar #control-list > div #controls > li .alert-indicator {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  /* Defaults - Light theme */
  background: #F7B749;
  /* Dark Theme Overrides */
  margin: -12px 0 0 -6px;
  z-index: 10000;
}
.dark-theme .dark-theme .hm-navbar #control-list > div #controls > li .alert-indicator {
  background: #F7B749;
}
.dark-theme .hm-navbar #control-list > div #controls > li > a i {
  color: #CCCCCC !important;
}
.dark-theme .hm-navbar #control-list > div #controls > li:hover {
  /* Defaults - Light theme */
  background-color: #EC4647;
  color: #FFFFFF;
  /* Dark Theme Overrides */
}
.dark-theme .dark-theme .hm-navbar #control-list > div #controls > li:hover {
  background-color: #EC4647;
  color: #FFFFFF;
}
.dark-theme .hm-navbar #control-list > div #controls li.profile-menu {
  padding: 0;
}
.dark-theme .hm-navbar #control-list > div #controls li.profile-menu a {
  display: flex;
}
.dark-theme .hm-navbar #control-list > div #controls li.profile-menu a img {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  margin: 10px 15px;
}
.profile-picture {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
md-menu-content.profile-menu-content {
  padding-top: 0;
  max-height: 100%;
}
md-menu-content.profile-menu-content .profile-info {
  /* Defaults - Light theme */
  background-color: #3CBFAD;
  color: #464849;
  min-height: 74px;
  /* Dark Theme Overrides */
}
.dark-theme md-menu-content.profile-menu-content .profile-info {
  background-color: #EC4647;
  color: #FFFFFF;
  min-height: 74px;
}
#controls .btn {
  transition: background-color 0.3s;
}
#controls .btn-info.btn-join {
  padding: 12px;
  font-size: 20px;
  background-color: #3CBFAD !important;
  border: 1px solid #74d3c6;
}
#controls .btn-info.btn-join:hover {
  background-color: #36ac9b !important;
}
.hm-navbar.hm-navbar-homepage {
  background: rgba(0, 0, 0, 0.7) !important;
  height: 85px;
}
.hm-navbar.hm-navbar-homepage * {
  background: transparent !important;
  border: 0;
}
.hm-navbar.hm-navbar-homepage button {
  /* Defaults - Light theme */
  background: #00C4E1 !important;
  border: 1px solid #00C4E1;
  /* Dark Theme Overrides */
  margin-left: 10px;
}
.dark-theme .hm-navbar.hm-navbar-homepage button {
  background: #00C4E1 !important;
  border: 1px solid #00C4E1;
}
/* Hero Images */
#hero-container {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  height: calc(100% - 85px);
  margin-top: 85px;
  position: relative;
}
#hero-container .hero-cover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#hero-container .hero-cover .cover-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
#hero-container .hero-cover .cover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}
#hero-container .hero-cover .cover-overlay .cover-content {
  width: 100%;
  z-index: 3;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
#hero-container .hero-cover .cover-overlay .cover-content .cover-content-small {
  color: #EC4647;
  font-size: 30px;
  width: 100%;
  text-align: center;
  display: block;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
#hero-container .hero-cover .cover-overlay .cover-content .cover-content-large {
  color: #FFFFFF;
  font-size: 80px;
  width: 100%;
  text-align: center;
  display: block;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
#hero-container .hero-cover .cover-overlay .cover-content .cover-content-button {
  padding: 14px 28px;
  font-size: 20px;
  margin-top: 15px;
  transition: all 0.3s;
}
#hero-container .hero-about {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-size: 30px;
  color: #BFBFBF;
  opacity: 0.9;
}
#hero-container .hero-about .hero-about-text {
  margin: 0 auto;
  width: 75%;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
#hero-container .btn-hero-login {
  font-size: larger;
  border: 0 !important;
}
#hero-container .btn-hero-login .hm-login-link-button {
  background-color: inherit;
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -o-transform: skew(25deg);
  font-size: 20px;
}
/* CTA Bar */
#cta-bar {
  width: 100%;
  height: 80px;
  background: #EC4647;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#cta-bar #cta-content {
  width: calc(100% - 240px;);
  padding-left: 60px;
}
#cta-bar #cta-content #cta-title {
  width: 100%;
}
#cta-bar #cta-content #cta-title p {
  margin: 0;
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 600;
  width: 100%;
  word-wrap: break-word;
}
#cta-bar #cta-content #cta-text {
  font-size: 14px;
  color: #FFFFFF;
  display: block;
}
#cta-bar .cta-button {
  background: linear-gradient(to bottom, #292929 0%, #181818 100%);
  height: 100%;
  width: 300px;
  position: absolute;
  top: 0;
  right: -20px;
  padding: 0 60px 0 30px;
  box-sizing: border-box;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  border: 0;
}
#cta-bar .cta-button .hm-contact-link-button {
  background: linear-gradient(to bottom, #292929 0%, #181818 100%);
  height: 100%;
  width: 300px;
  position: absolute;
  top: 0;
  right: -20px;
  padding: 0 60px 0 30px;
  box-sizing: border-box;
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -o-transform: skew(25deg);
  border: 0;
}
#cta-bar .cta-button .hm-contact-link-text {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 600;
  transition: color 0.3s;
}
#cta-bar .cta-button .hm-contact-link-text:hover {
  color: #BEBEBE;
}
/* Games Section */
#games-section {
  background: linear-gradient(to bottom, #292929 0%, #181818 100%);
  padding: 60px;
  width: 100%;
  max-width: 100% !important;
  box-sizing: border-box;
}
#games-section #game-filters {
  width: 100%;
  text-align: center;
  display: block;
}
#games-section #game-filters button {
  margin-right: 10px;
  height: 40px !important;
  border: 0 !important;
  margin-bottom: 10px;
  font-size: larger;
  transition: background-color 0.3s;
}
#games-section #game-filters button:last-child {
  margin-right: 0;
}
#games-section #games-container {
  margin-top: 60px;
  text-align: center;
  padding: 0;
}
#games-section #games-container > .ng-enter {
  transition: opacity 0.3s linear;
  opacity: 0;
}
#games-section #games-container > .ng-enter-active {
  opacity: 1;
}
#games-section #games-container .game {
  margin-bottom: 30px;
}
#games-section #games-container .game:hover .game-cover-image img {
  transform: scale(1.1, 1.1);
}
#games-section #games-container .game:hover .game-cover-image .game-cover-overlay {
  opacity: 1;
}
#games-section #games-container .game:hover .game-cover-image .game-cover-overlay button {
  transform: scale(1, 1);
}
#games-section #games-container .game:hover .game-info-bar-content-title,
#games-section #games-container .game:hover .game-info-bar-content-publisher {
  color: #BEBEBE !important;
}
#games-section #games-container .game .game-cover-image {
  width: 100%;
  height: 200px;
  background-color: #202226;
  text-align: center;
  overflow: hidden;
  position: relative;
}
#games-section #games-container .game .game-cover-image img {
  height: 100%;
  min-width: 100%;
  width: auto;
  transition: all 0.2s linear;
  margin: 0 -100%;
}
#games-section #games-container .game .game-cover-image .game-pills {
  position: absolute;
  top: 10px;
  left: 10px;
}
#games-section #games-container .game .game-cover-image .game-pills .game-pill {
  padding: 4px;
  color: #FFFFFF;
  font-size: 10px;
  border-radius: 4px;
}
#games-section #games-container .game .game-cover-image .game-pills .game-pill.red {
  background-color: #EC4647;
}
#games-section #games-container .game .game-cover-image .game-pills .game-pill.green {
  background-color: #3CBFAD;
}
#games-section #games-container .game .game-cover-image .game-pills .game-pill.yellow {
  background-color: #F5B71D;
}
#games-section #games-container .game .game-cover-image .game-cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.2s linear;
  display: flex;
  align-items: center;
}
#games-section #games-container .game .game-cover-image .game-cover-overlay button {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.1s linear;
  transform: scale(0.5, 0.5);
}
#games-section #games-container .game .game-cover-image .game-cover-overlay button:hover {
  background: #EC4647;
  border-color: #EC4647;
}
#games-section #games-container .game .game-cover-image .game-cover-overlay button:active {
  background: #e71819;
  border-color: #e71819;
}
#games-section #games-container .game .game-info-bar {
  width: 100%;
  height: 60px;
  background: #000000;
  position: relative;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#games-section #games-container .game .game-info-bar .game-info-bar-content {
  text-align: left;
}
#games-section #games-container .game .game-info-bar .game-info-bar-content .game-info-bar-content-title {
  font-size: 16px;
  color: #FFFFFF;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 250px;
  transition: color 0.3s;
}
#games-section #games-container .game .game-info-bar .game-info-bar-content .game-info-bar-content-publisher {
  font-size: 12px;
  color: #BEBEBE;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 250px;
  transition: color 0.3s;
}
#games-section #games-container .game .game-info-bar .game-info-bar-button {
  width: 90px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
}
#games-section #games-container .btn-view-all {
  font-size: larger;
  border: 0 !important;
  transition: all 0.3s linear;
}
#games-section #games-container .btn-view-all .hm-login-link-button {
  background-color: inherit;
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -o-transform: skew(25deg);
  font-size: 15px;
}
#games-section #games-container .btn-view-all .hm-login-link-button:hover {
  color: #FFFFFF;
}
.hm-inbox-select-message-content {
  max-height: 100%;
}
.hm-inbox-item-unread .subject {
  font-weight: bolder !important;
}
.hm-inbox-row {
  border-bottom: 1px solid #BEBEBE;
  background-color: #FFFFFF;
  min-height: 60px;
}
.hm-inbox-row a {
  color: inherit;
}
.hm-inbox-row h4 {
  margin: 0 0 5px 0;
  padding: 0;
}
.hm-inbox-row .profile-image-cell {
  margin-right: 10px;
  float: left;
}
.hm-inbox-row .profile-image-cell .profile-picture {
  width: 40px;
  height: 40px;
}
.hm-inbox-row .product-image {
  width: 100%;
  min-height: 100px;
  background-color: #CCCCCC;
  background-size: cover;
  background-position: center center;
}
.hm-inbox-row .inbox-description-cell {
  padding: 10px;
}
.hm-inbox-row.hm-inbox-item-read {
  background-color: #E2E2E2;
  opacity: 0.6;
}
.hm-inbox-row:hover {
  background-color: #BEBEBE !important;
}
.hm-inbox-row:hover .product-image {
  opacity: 0.6;
}
.hm-inbox-badge {
  margin-left: -8px;
  margin-top: -15px;
  background-color: #EC4647;
}
.hm-inbox-menu-badge {
  background-color: #EC4647;
}
.hm-inbox-menu-link {
  color: #000000;
}
.hm-message-body .hm-message-email-header {
  font-size: 24px;
}
.hm-message-body .hm-message-email-body {
  font-size: 16px;
}
.hm-inbox-thread-message {
  font-size: 16px;
}
.hm-message-email-code-block {
  border-bottom: 1px solid #BEBEBE;
  margin-bottom: 15px;
}
.hm-message-email-code-block .label-notes,
.hm-message-email-code-block .label-notes-html {
  margin-left: 20px;
  border-left: 10px solid #E8EEF3;
  padding-left: 10px;
}
.hm-newsletter-standard-modesty .main-block {
  width: 600px;
  text-align: left;
  background-color: #FFFFFF;
  margin-top: 20px;
  padding-top: 10px;
}
.hm-newsletter-standard-modesty .main-block .main-intro-block {
  margin: 20px;
}
.hm-newsletter-standard-modesty .main-block .main-body-block {
  margin: 20px;
}
.hm-newsletter-standard-modesty .main-block .main-body-block .main-body-text {
  margin-bottom: 10px;
}
.hm-newsletter-standard-modesty .main-block .button-block {
  margin-top: 10px;
  margin-bottom: 10px;
}
.hm-newsletter-standard-modesty .main-block .screenshot-block {
  margin-top: 20px;
}
.hm-newsletter-standard-modesty .pr-block {
  width: 600px;
  text-align: left;
  background-color: #FFFFFF;
  margin-top: 20px;
}
.hm-newsletter-standard-modesty .pr-block .pr-contact-column {
  padding: 20px 10px 20px 20px;
}
.hm-newsletter-standard-modesty .address-block {
  width: 600px;
  margin-top: 20px;
  color: #FFFFFF;
  text-align: left;
}
.hm-newsletter-standard-modesty .about-section-block {
  width: 600px;
  text-align: left;
  background-color: #FFFFFF;
  margin-top: 20px;
  padding: 20px;
}
.hm-newsletter-standard-evolveprime {
  font-family: lato, tahoma, sans-serif;
}
.hm-newsletter-standard-evolveprime .main-block {
  width: 600px;
  text-align: left;
  padding-top: 10px;
}
.hm-newsletter-standard-evolveprime .main-block .main-body-block {
  background-color: #DEE4ED;
  margin-top: -20px;
  padding: 10px;
  text-align: center;
}
.hm-newsletter-standard-evolveprime .main-block .main-body-block h1 {
  font-family: oswald, avenir next condensed, arial narrow, ms ui gothic, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  color: #565656;
  line-height: 40px !important;
  font-size: 40px;
}
.hm-newsletter-standard-evolveprime .main-block .main-body-block h3 {
  font-style: normal;
  font-weight: normal !important;
  color: #555555;
  font-size: 22px;
  line-height: 26px !important;
  font-family: lato, tahoma, sans-serif !important;
  padding-bottom: 10px;
}
.hm-newsletter-standard-evolveprime .divider-block {
  width: 600px;
  background-color: #DEE4ED;
  padding-top: 24px;
  padding-bottom: 20px;
  margin-top: -20px;
  margin-bottom: -24px;
}
.hm-newsletter-standard-evolveprime .divider-block img {
  border: 0;
  display: block;
  height: auto;
  width: 100%;
  max-width: 600px;
}
.hm-newsletter-standard-evolveprime .screenshot-block {
  width: 600px;
  background-color: #DEE4ED;
  padding-bottom: 20px;
  margin-top: -20px;
}
.hm-newsletter-standard-evolveprime .screenshot-block .screenshot-header {
  text-align: left;
  padding: 0 20px 20px 20px;
}
.hm-newsletter-standard-evolveprime .screenshot-block h2 {
  color: #555555;
  font-size: 17px;
  line-height: 26px;
}
.hm-newsletter-standard-evolveprime .screenshot-block img {
  border: 0;
  display: block;
  height: auto;
  width: 100%;
  max-width: 600px;
}
.hm-newsletter-standard-evolveprime .feature-cell-block {
  width: 600px;
  background-color: #DEE4ED;
  margin-top: -20px;
  padding-top: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.hm-newsletter-standard-evolveprime .feature-cell-block .feature-cell-img {
  width: 200px;
  float: left;
}
.hm-newsletter-standard-evolveprime .feature-cell-block .feature-cell-text {
  width: 400px;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.hm-admin-user-requests .media-heading {
  font-size: 15px;
}
.hm-admin-user-requests .media-object {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #EEEEEE;
}
.hm-admin-user-requests .keys-count {
  font-size: 30px;
}
.hm-admin-user-requests .keys-count .icon-key.approved {
  font-size: 25px;
  color: #3CBFAD;
}
.hm-admin-user-requests .keys-count .icon-key.requested {
  font-size: 25px;
  color: #00C4E1;
}
.hm-admin-user-requests .keys-count .icon-microphone {
  color: #fac05e;
}
.hm-admin-user-requests .keys-count .requested {
  color: #DDDDDD;
}
.hm-admin-user-requests .product_unlock_code {
  color: #BBBBBB;
}
.coverage_tab .coverage-item {
  margin-bottom: 10px;
}
.label.label-info.user-tag {
  margin-right: 5px;
  white-space: normal;
}
.user_name_link {
  color: #003f48;
}
.hm-key-requests-table .key-request-row {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 10px;
  margin-top: 20px;
}
.hm-key-requests-table .input_keys_request {
  width: 35px;
}
.hm-key-requests-table .input_keys_request_cell {
  width: 50px;
}
.hm-key-requests-table .request-platform {
  width: 200px;
}
.hm-key-requests-table .checkbox-cell {
  width: 35px;
  text-align: center;
  margin-top: 10px;
}
.hm-key-requests-table md-checkbox .md-container {
  margin-top: 10px;
  margin-left: 5px;
}
.hm-key-requests-table .key_request_message {
  padding: 5px;
  color: #4E5664;
}
.hm-key-requests-table .key_request_message .notes_title {
  font-weight: bold;
}
.hm-key-requests-table .more_approval_button {
  margin-top: 5px;
  display: block;
}
.hm-key-requests-table .preferred_key {
  background-color: #ece4f1 !important;
}
.hm-key-requests-table .use_multi_options {
  font-weight: bold;
}
.hm-key-requests-table .multi-select-actions-row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #d3d3d3;
}
.hm-tag-list .btn {
  margin-right: 5px;
  margin-bottom: 5px;
}
.hm-product-screenshot #image-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.hm-product-screenshot #image-wrapper .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.hm-product-screenshot #image-wrapper .img img {
  width: 100%;
}
.hm-product-video #video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.hm-product-video #video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  overflow: hidden;
}
.main-video-preview-container .play-button {
  width: 100px;
}
.hm-product-video-box-thumbnail .play-button {
  width: 50px;
}
.main-video-preview-container .play-button,
.hm-product-video-box-thumbnail .play-button {
  position: absolute;
  margin: auto;
  top: -10%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.main-video-preview-container:hover .play-button,
.hm-product-video-box-thumbnail:hover .play-button {
  opacity: 1;
}
.hm-social-connect md-toolbar {
  background-color: #3CBFAD;
}
.hm-social-connect .btn-social-connection .social-connected-text {
  display: inline;
}
.hm-social-connect .btn-social-connection .social-disconnect-text {
  display: none;
}
.hm-social-connect .btn-social-connection:hover {
  background-color: #EC4647;
  border-color: #EC4647;
}
.hm-social-connect .btn-social-connection:hover .social-connected-text {
  display: none;
}
.hm-social-connect .btn-social-connection:hover .social-disconnect-text {
  display: inline;
}
.hm-user-profile #profile_image_upload canvas {
  background-color: #F3F3F3;
  -webkit-box-shadow: 3px 3px 3px 0 #E3E3E3;
  -moz-box-shadow: 3px 3px 3px 0 #E3E3E3;
  box-shadow: 3px 3px 3px 0 #E3E3E3;
  border: 1px solid #C3C3C3;
  height: 100px;
  margin: 6px 0 0 6px;
}
.hm-user-profile .verification-status {
  font-size: 20px;
}
.hm-coverage-list-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}
.hm-coverage-list-item .media-object {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #EEEEEE;
}
.hm-admin-featured-autocomplete .media-object {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #EEEEEE;
}
.hm-submit-coverage-autocomplete {
  margin-bottom: 40px;
}
.hm-submit-coverage-autocomplete .media-object {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #EEEEEE;
}
.ql-container.ql-snow {
  background-color: white;
}
.ql-align-center {
  text-align: center;
}
.hm-editor-sm .ql-editor {
  min-height: 100px;
  font-size: large;
}
.hm-editor-lg .ql-editor {
  min-height: 100px;
  font-size: large;
}
.hm-editor-lg .ql-editor p {
  padding-bottom: 10px;
}
.ql-editor p {
  padding-bottom: 10px;
}
.hm-admin-product-featured-item .product-cover {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  background-color: #EEEEEE;
}
.hm-admin-product-featured-item .item-row {
  margin-bottom: 10px;
}
/* Common */
.login-form .form-submit-button {
  width: 62%;
  margin-left: 0;
}
.login-form .other-options .md-button {
  width: 49%;
}
.login-form .other-options .btn-twitter {
  background-color: #269ABC !important;
}
.login-form .form-modal-content.ng-enter {
  transition: opacity 0.3s linear;
  opacity: 0;
}
.login-form .form-modal-content.ng-enter-active {
  opacity: 1;
}
@media (max-width: 1280px) {
  .login-form .md-button {
    width: 100% !important;
  }
}
/* Modal */
.login-form-modal {
  width: 25%;
  padding: 0;
  background: #FFFFFF;
}
.login-form-modal .form-modal-content {
  padding: 30px;
}
.hm-navbar.hm-navbar-homepage .btn.hm-login-link-button {
  background-color: #FFFFFF !important;
  border: 0;
  margin-left: -10px;
  padding: 12px;
  transition: background-color 0.3s;
}
.hm-navbar.hm-navbar-homepage .btn.hm-login-link-button:hover {
  background-color: #333333 !important;
}
.hm-navbar.hm-navbar-homepage .btn.hm-login-link-button:hover .hm-login-link-text {
  color: #FFFFFF;
}
.hm-navbar.hm-navbar-homepage .btn.hm-login-link-button .hm-login-link-text {
  color: #333333;
  font-size: 20px;
  transition: color 0.3s;
}
#controls .not-logged-in .hm-login-link-button {
  border: 0;
  margin-left: -10px;
  padding: 10px;
}
#controls .not-logged-in .hm-login-link-button .hm-login-link-text {
  color: #333333;
  font-size: 16px;
}
#faq-section .qa {
  margin-bottom: 30px;
}
#faq-section .qa .question {
  font-size: 18px;
  color: #202226;
  margin-bottom: 10px;
  font-weight: 700;
}
#faq-section .qa .answer {
  font-size: 16px;
  color: #202226;
  text-align: justify;
}
#faq-section h3 {
  padding: 15px;
  line-height: 1.5;
  font-size: 30px;
}
#faq-section h4 {
  padding: 15px;
  line-height: 1.5;
}
.hm-newsfeed-items .newsfeed-item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(128, 128, 128, 0.54);
  -moz-box-shadow: 0px 2px 3px 1px rgba(128, 128, 128, 0.54);
  box-shadow: 0px 2px 3px 1px rgba(128, 128, 128, 0.54);
}
.hm-newsfeed-items .newsfeed-item .newsitem-header {
  margin-top: 20px;
}
.hm-newsfeed-items .newsfeed-item .newsitem-header .newsitem-header-content {
  overflow: hidden;
  display: block;
}
.hm-newsfeed-items .newsfeed-item .newsitem-header .newsitem-header-content .header-text-block {
  min-height: 45px;
  max-height: 45px;
  background-color: #8A9CAC;
  padding-top: 8px;
  padding-left: 10px;
  text-overflow: ellipsis;
  width: auto;
}
.hm-newsfeed-items .newsfeed-item .newsitem-header .newsitem-header-content .header-text-block .header-text {
  color: #FFFFFF;
  font-size: 20px;
}
.hm-newsfeed-items .newsfeed-item .newsitem-header .newsitem-header-content .header-type {
  min-height: 45px;
  text-align: right;
  width: 200px;
  float: right;
  position: relative;
  left: 10px;
  padding: 9px 20px 0px 20px;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -o-transform: skew(-25deg);
}
.hm-newsfeed-items .newsfeed-item .newsitem-header .newsitem-header-content .header-type .header-type-text {
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -o-transform: skew(25deg);
  color: #FFFFFF;
  font-size: 18px;
}
.hm-newsfeed-items .newsfeed-item .newsitem-header .newsitem-header-content .header-type.header-type-news {
  background-color: #3CBFAD;
}
.hm-newsfeed-items .newsfeed-item .newsitem-header .newsitem-header-content .header-type.header-type-terminals {
  background-color: #5CB85C;
}
.hm-newsfeed-items .newsfeed-item .newsitem-header .newsitem-header-content .header-type.header-type-request-code {
  background-color: #EC4647;
}
.hm-newsfeed-items .newsfeed-item .newsitem-header .newsitem-header-content .header-type.header-type-asset {
  background-color: #F5B71D;
}
.hm-newsfeed-items .newsfeed-item .news-item-block {
  max-height: 400px;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-image-wrapper {
  width: auto;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-image-wrapper .news-headline-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-color: #000000;
  padding-bottom: 30%;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-image-wrapper .news-headline-image .image-bottom-bar {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  color: #FFFFFF;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-image-wrapper .news-headline-image .image-bottom-bar .bottom-bar-text {
  padding: 10px;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-image-wrapper .news-headline-image .image-bottom-bar .bottom-bar-text h3 {
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-image-wrapper .news-headline-image .image-bottom-bar .bottom-bar-text h4 {
  color: #FFFFFF;
  padding: 0;
  padding-top: 5px;
  margin: 0;
  font-size: 14px;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-image-wrapper .news-headline-image .image-bottom-bar .bottom-bar-btn-group {
  padding: 10px 15px;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-image-wrapper .news-headline-image .xs-play-button {
  width: 75px;
  margin-top: 40px;
  opacity: 0.6;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-image-wrapper .news-headline-image .news-video-clickable {
  height: 100%;
  width: 100%;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-image-wrapper .news-headline-image .news-video-clickable .play-button {
  width: 75px;
  margin-top: 50px;
  opacity: 0.6;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-image-wrapper .news-headline-image > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-side-image-wrapper {
  width: 250px;
  background-color: #000000;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-side-image-wrapper .news-side-headline-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  height: 350px;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-side-image-wrapper .news-side-headline-image > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-size-text-box {
  background-color: #FFFFFF;
  padding: 25px 45px;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-size-text-box h5 {
  color: #555555;
}
.hm-newsfeed-items .newsfeed-item .news-item-block .news-item-btn-group {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .hm-newsfeed-items .newsfeed-item .newsitem-header .newsitem-header-content .header-text-block .header-text {
    margin-top: 3px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hm-newsfeed-items .newsfeed-item .news-item-block .image-bottom-bar-xs {
    background-color: #FFFFFF;
    padding: 10px 20px;
  }
  .hm-newsfeed-items .newsfeed-item .news-item-block .news-item-size-text-box {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 639px) {
  .hm-newsfeed-items .newsfeed-item .news-item-block .news-item-side-image-wrapper {
    width: 100px;
  }
  .hm-newsfeed-items .newsfeed-item .news-item-block .news-item-image-wrapper {
    width: auto;
  }
  .hm-newsfeed-items .newsfeed-item .news-item-block .news-item-image-wrapper .news-headline-image .xs-play-button {
    width: 50px;
    margin-top: 20px;
    opacity: 0.6;
  }
}
.hm-notifications .hm-request-type .icon-block {
  background-color: #D9534F;
  width: 100%;
  padding: 5px;
  color: #FFFFFF;
  font-size: larger;
  text-align: center;
}
.hm-notifications .hm-coverage-type .icon-block {
  background-color: #337ab7;
  width: 100%;
  padding: 5px;
  color: #FFFFFF;
  font-size: larger;
  text-align: center;
}
/* Hero Images */
#hm-hero {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  position: relative;
}
#hm-hero .hero-cover {
  width: auto;
}
#hm-hero .hero-cover.ng-enter {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
#hm-hero .hero-cover.ng-enter-active {
  opacity: 1;
}
#hm-hero .hero-cover .hero-cover-image {
  width: 100%;
  padding-bottom: 30%;
  position: relative;
  background-size: cover;
  background-position: center center;
}
#hm-hero .hero-cover .hero-cover-image > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#hm-hero .hero-cover .hero-cover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}
#hm-hero .hero-cover .hero-cover-overlay .hero-cover-content {
  width: 100%;
  z-index: 3;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
#hm-hero .hero-cover .hero-cover-overlay .hero-cover-content .hero-cover-content-small {
  color: #EC4647;
  font-size: 30px;
  width: 100%;
  text-align: center;
  display: block;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
#hm-hero .hero-cover .hero-cover-overlay .hero-cover-content .hero-cover-content-large {
  color: #FFFFFF;
  font-size: 80px;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 1;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
#hm-hero .hero-cover .hero-cover-overlay .hero-cover-content .hero-cover-content-button {
  padding: 14px 28px;
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #hm-hero .hero-cover .hero-cover-overlay .hero-cover-content .hero-cover-content-small {
    font-size: 20px;
  }
  #hm-hero .hero-cover .hero-cover-overlay .hero-cover-content .hero-cover-content-large {
    font-size: 40px;
  }
  #hm-hero .hero-cover .hero-cover-overlay .hero-cover-content .hero-cover-content-button {
    padding: 10px 20px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  #hm-hero .hero-cover .hero-cover-overlay .hero-cover-content .hero-cover-content-small {
    font-size: 25px;
  }
  #hm-hero .hero-cover .hero-cover-overlay .hero-cover-content .hero-cover-content-large {
    font-size: 45px;
  }
  #hm-hero .hero-cover .hero-cover-overlay .hero-cover-content .hero-cover-content-button {
    padding: 10px 20px;
    font-size: 17px;
  }
}
.hm-product-pr-contact .hm-user-box {
  background-color: #FFFFFF !important;
}
.hm-product-pr-contact .hm-user-box .name {
  font-size: 15px;
}
.hm-product-pr-contact .hm-user-box .hm-avatar {
  width: 50px;
  height: 50px;
  border-radius: 8px;
}
.hm-product-pr-contact .hm-user-box .media-body h6 {
  margin-top: 5px;
}
.hm-admin-key-info-bar .request-count-bar {
  position: fixed;
  height: 50px;
  max-height: 50px;
  overflow: hidden;
  background-color: #3CBFAD;
  z-index: 3;
  border-bottom: 1px solid #BEBEBE;
  color: #000000;
  padding-top: 10px;
  margin-top: -15px;
}
.hm-admin-key-info-bar .request-count-bar .field-title {
  font-size: 17px;
  margin-right: 30px;
}
/* PRODUCT ASSET BOX */
.hm-product-asset-box {
  /* Defaults - Light theme */
  height: 300px;
  background-color: transparent;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 3px;
  /* Dark Theme Overrides */
}
.hm-product-asset-box .hm-product-asset-box-cover-image-sm {
  width: 100%;
  height: 140px;
  background-color: #CCCCCC;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.hm-product-asset-box .hm-product-asset-box-cover-image {
  width: 100%;
  height: 240px;
  background-color: #CCCCCC;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.hm-product-asset-box .hm-product-asset-box-cover-image .custom-check {
  width: 33px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.hm-product-asset-box .hm-product-asset-box-cover-image .custom-check label {
  width: 33px;
  height: 33px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #222222 0%, #45484D 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484D 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.hm-product-asset-box .hm-product-asset-box-cover-image .custom-check label:after {
  content: '';
  width: 18px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 7px;
  border: 3px solid #FCFFF4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hm-product-asset-box .hm-product-asset-box-cover-image .custom-check label:hover::after {
  opacity: 0.3;
}
.hm-product-asset-box .hm-product-asset-box-cover-image .custom-check input[type=checkbox] {
  visibility: hidden;
}
.hm-product-asset-box .hm-product-asset-box-cover-image .custom-check input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.hm-product-asset-box .hm-product-asset-box-cover-image .product-labels-holder {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  float: left;
}
.hm-product-asset-box .hm-product-asset-box-cover-image .product-new.product-ear-lug {
  padding: 5px 10px 5px 10px;
  color: #FFFFFF;
  background: #3CBFAD;
  font-size: 13px;
  display: inline;
  margin: 0;
  float: left;
}
.hm-product-asset-box .hm-product-asset-box-cover-image .product-featured.product-ear-lug {
  padding: 5px 10px 5px 10px;
  color: #FFFFFF;
  background: #00C4E1;
  font-size: 13px;
  display: inline;
  margin: 0;
  float: left;
}
.hm-product-asset-box .hm-product-asset-box-cover-image .product-codes.product-ear-lug {
  padding: 5px 10px 5px 10px;
  color: #FFFFFF;
  background: #E94848;
  font-size: 13px;
  display: inline;
  margin: 0;
  float: left;
}
.hm-product-asset-box .hm-product-asset-box-cover-image .product-ear-lug:last-child {
  border-bottom-right-radius: 2px;
}
.hm-product-asset-box .hm-product-asset-box-cover-image .product-platforms-holder {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 7px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hm-product-asset-box .hm-product-asset-box-cover-image.has-info-panel {
  position: relative;
}
.hm-product-asset-box .hm-product-asset-box-cover-image.has-info-panel .hm-info-panel {
  opacity: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  transition: 0.2s opacity linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: justify;
}
.hm-product-asset-box .hm-product-asset-box-cover-image.has-info-panel .hm-info-panel .hm-info-panel-text {
  color: #FFFFFF;
}
.hm-product-asset-box .hm-product-asset-box-cover-image.has-info-panel .hm-info-panel .hm-info-panel-request-button {
  text-align: center;
  margin-top: 10px;
}
.hm-product-asset-box .hm-product-asset-box-cover-image.has-info-panel:hover .hm-info-panel {
  opacity: 1;
}
.hm-product-asset-box .hm-product-asset-box-title {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
}
.hm-product-asset-box .hm-product-asset-box-toolbar {
  height: 60px;
  background-color: #FFFFFF;
  border-radius: 0;
  padding: 14px 14px 0 14px;
  text-align: right;
}
.hm-product-asset-box .hm-product-asset-box-toolbar h4 {
  margin: 5px 0 0 0;
}
.hm-product-asset-box .hm-product-asset-box-toolbar span,
.hm-product-asset-box .hm-product-asset-box-toolbar button span {
  margin-left: 3px;
}
.hm-product-asset-box .hm-product-asset-box-toolbar .product-watch-icon {
  color: #3B465A;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  height: 78%;
  cursor: pointer;
}
.hm-product-asset-box .hm-product-asset-box-toolbar .product-watch-icon .activeWatch {
  color: #3CBFAD;
  transform: scale(1.2);
}
.hm-product-asset-box .hm-product-asset-box-toolbar .watchButtonActive {
  background: #3CBFAD;
  border: 1px solid #3CBFAD;
}
.dark-theme .hm-product-asset-box {
  height: 300px;
  background-color: transparent;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 3px;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image-sm {
  width: 100%;
  height: 140px;
  background-color: #CCCCCC;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image {
  width: 100%;
  height: 240px;
  background-color: #CCCCCC;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image .custom-check {
  width: 33px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image .custom-check label {
  width: 33px;
  height: 33px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #222222 0%, #45484D 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484D 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image .custom-check label:after {
  content: '';
  width: 18px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 7px;
  border: 3px solid #FCFFF4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image .custom-check label:hover::after {
  opacity: 0.3;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image .custom-check input[type=checkbox] {
  visibility: hidden;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image .custom-check input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image .product-labels-holder {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  float: left;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image .product-new.product-ear-lug {
  padding: 5px 10px 5px 10px;
  color: #FFFFFF;
  background: #3CBFAD;
  font-size: 13px;
  display: inline;
  margin: 0;
  float: left;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image .product-featured.product-ear-lug {
  padding: 5px 10px 5px 10px;
  color: #FFFFFF;
  background: #00C4E1;
  font-size: 13px;
  display: inline;
  margin: 0;
  float: left;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image .product-codes.product-ear-lug {
  padding: 5px 10px 5px 10px;
  color: #FFFFFF;
  background: #E94848;
  font-size: 13px;
  display: inline;
  margin: 0;
  float: left;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image .product-ear-lug:last-child {
  border-bottom-right-radius: 2px;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image .product-platforms-holder {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 7px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image.has-info-panel {
  position: relative;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image.has-info-panel .hm-info-panel {
  opacity: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  transition: 0.2s opacity linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: justify;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image.has-info-panel .hm-info-panel .hm-info-panel-text {
  color: #FFFFFF;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image.has-info-panel .hm-info-panel .hm-info-panel-request-button {
  text-align: center;
  margin-top: 10px;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-cover-image.has-info-panel:hover .hm-info-panel {
  opacity: 1;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-title {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-toolbar {
  height: 60px;
  background-color: #191b1e;
  border-radius: 0;
  padding: 14px 14px 0 14px;
  text-align: right;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-toolbar h4 {
  margin: 5px 0 0 0;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-toolbar span,
.dark-theme .hm-product-asset-box .hm-product-asset-box-toolbar button span {
  margin-left: 3px;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-toolbar .product-watch-icon {
  color: #EEEEEE;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  height: 78%;
  cursor: pointer;
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-toolbar .product-watch-icon .activeWatch {
  color: #EC4647;
  transform: scale(1.2);
}
.dark-theme .hm-product-asset-box .hm-product-asset-box-toolbar .watchButtonActive {
  background: #EC4647;
  border: 1px solid #3CBFAD;
}
.hm-product-asset-box.hm-product-asset-box-sm {
  border: none;
  height: 200px !important;
  border-radius: 4px;
}
.hm-product-asset-box.hm-product-asset-box-sm .hm-product-asset-box-cover-image-sm {
  width: 100%;
  height: 140px;
  background-color: #CCCCCC;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.hm-product-asset-box.hm-product-asset-box-sm .hm-product-asset-box-toolbar {
  height: 40px;
  border-radius: 0;
  padding: 5px 14px 0 14px;
  text-align: right;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hm-watch .product-watch-icon {
  color: #3B465A;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  height: 78%;
  cursor: pointer;
}
.hm-watch .product-watch-icon .activeWatch {
  color: #3CBFAD;
  transform: scale(1.2);
}
.hm-watch-menu-box {
  background: white;
  border-radius: 4px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  width: 256px;
  min-height: 100px;
}
.hm-product-row {
  margin: 5px 0 5px 0;
  background-color: #FFFFFF;
  min-height: 100px;
}
.hm-product-row .product-image {
  width: 100%;
  min-height: 100px;
  background-color: #CCCCCC;
  background-size: cover;
  background-position: center center;
}
.hm-product-row .product-description-cell {
  padding: 10px;
}
.hm-product-row .product-description-cell .product-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.hm-product-row .product-description-cell .product-title a {
  color: #000000;
}
.hm-product-row .product-description-cell .product-developer-holder {
  font-size: 13px;
}
.hm-product-row .product-description-cell .product-platforms-holder {
  font-size: 12px;
}
.hm-product-row .product-description-cell .product-release-holder {
  font-size: 12px;
  font-style: italic;
}
.hm-product-row .product-action-cell {
  padding-right: 10px;
}
.hm-product-row .product-action-cell .btn {
  margin-left: 5px;
}
.hm-user-card {
  padding: 5px;
  min-height: 75px;
}
.hm-user-card .hm-user-card-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
}
.hm-user-card .hm-user-card-info .hm-user-card-name {
  font-size: 14px;
  color: #EC4647;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.hm-user-card .hm-user-card-info .hm-user-card-outlet {
  margin: 0;
  padding: 0;
}
.home-filter-box {
  background-color: #FFFFFF;
  padding: 10px;
  border: 1px solid #EFEFEF;
  min-height: 300px;
}
.hm-home-no-product-row {
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
}
.hm-search .search-results.ng-enter {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.hm-search .search-results.ng-enter-active {
  opacity: 1;
}
/* Footer */
#footer {
  width: 100%;
  height: 300px;
  background-color: #202226;
}
#footer #footer-content {
  display: flex;
  margin-top: 30px;
}
#footer #footer-content #footer-logo img {
  width: 100%;
  height: auto;
  max-width: 300px;
  opacity: 0.65;
}
#footer #footer-content #footer-navigation ul.navigation-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
}
#footer #footer-content #footer-navigation ul.navigation-list li {
  text-align: left;
  color: #BEBEBE;
  font-weight: 300;
  margin-bottom: 3px;
}
#footer #footer-content #footer-navigation ul.navigation-list li a {
  color: #BEBEBE;
}
#footer #footer-content #footer-navigation ul.navigation-list li a:hover {
  color: #FFFFFF;
}
#footer #footer-content #footer-navigation ul.navigation-list li.navigation-list-header {
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  padding: 8px 12px;
  background: #333333;
  color: #FFFFFF;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
}
#footer #footer-content #footer-navigation ul.navigation-list li.navigation-list-header div {
  -webkit-transform: skew(25deg);
  -moz-transform: skew(25deg);
  -o-transform: skew(25deg);
  font-size: 16px !important;
}
#footer #footer-content #footer-site-select {
  background-image: url('/public/img/map.png');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
  font-weight: 300;
}
#footer .social-icon {
  opacity: 0.7;
  color: #82C663;
}
#footer li.social-link a {
  color: #82C663 !important;
}
#footer li.social-link a:hover {
  color: #FFFFFF !important;
}
md-input-container {
  background-color: #FFFFFF !important;
  font-size: larger;
  border: 1px solid #DDDDDD;
  padding: 7px;
  border-radius: 5px;
  margin-bottom: 25px;
  margin-right: 10px;
}
md-input-container input,
md-input-container textarea {
  border-bottom: 1px solid #EFEFEF !important;
}
md-input-container md-select-value {
  border-bottom: none !important;
  margin-top: -6px;
}
md-input-container .md-placeholder,
md-input-container label:not(.md-no-float):not(.md-container-ignore) {
  top: -23px;
  height: 40px;
  left: 5px;
}
.no-errors-input md-input-container input,
.no-errors-input md-input-container textarea {
  border-bottom: none !important;
}
.no-errors-input md-input-container .md-errors-spacer {
  min-height: 0;
}
md-autocomplete {
  margin-right: 10px;
  border-radius: 5px 5px 0 0;
}
md-autocomplete input {
  font-size: 17px !important;
}
@media screen and (max-width: 760px) and (min-width: 320px) {
  #filter-options-btn,
  #sort-by-btn {
    float: left;
  }
  #filter-options-btn {
    margin-right: 10px;
  }
  .filter-platforms-list,
  .filter-interests-list,
  .filter-options-list {
    display: block;
    float: left;
    clear: both;
    text-align: left;
  }
}
/* Responsive cover photo */
@media screen and (min-width: 768px) {
  .hm-product-view-cover {
    height: 256px;
  }
}
@media screen and (min-width: 1024px) {
  .hm-product-view-cover {
    height: 341px;
  }
}
@media screen and (min-width: 1200px) {
  .hm-product-view-cover {
    height: 400px;
  }
}
@media screen and (min-width: 1366px) {
  .hm-product-view-cover {
    height: 454px;
  }
}
@media screen and (min-width: 1440px) {
  .hm-product-view-cover {
    height: 480px;
  }
}
@media screen and (min-width: 1600px) {
  .hm-product-view-cover {
    height: 533px;
  }
}
@media screen and (min-width: 1920px) {
  .hm-product-view-cover {
    height: 640px;
  }
}
@media screen and (min-width: 2560px) {
  .hm-product-view-cover {
    height: 853px;
  }
}
@media screen and (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 768px) {
  /* Hero Images */
  #hero-container .hero-cover .cover-overlay .cover-content .cover-content-small {
    font-size: 20px;
  }
  #hero-container .hero-cover .cover-overlay .cover-content .cover-content-large {
    font-size: 40px;
  }
  #hero-container .hero-cover .cover-overlay .cover-content .cover-content-button {
    font-size: 20px;
  }
  #hero-container .hero-about {
    font-size: 20px;
  }
  .hm-navbar #logo {
    margin-left: -15px;
  }
  .hm-navbar #logo img {
    width: 100%;
    height: auto;
  }
  .hm-navbar-homepage .hm-navbar #logo {
    height: 55px;
    margin-left: -15px;
  }
  .hm-navbar-homepage .hm-navbar .btn.hm-login-link-button {
    padding: 6px 12px 6px 12px;
    margin-left: -30px;
  }
  .hm-navbar-homepage .hm-navbar .btn.hm-login-link-button .hm-login-link-text {
    color: #333333;
    font-size: 15px;
  }
  #control-list {
    padding-right: 0 !important;
  }
  #controls .btn-info.btn-join {
    padding: 6px 12px 6px 12px;
    font-size: 15px;
  }
  #controls .not-logged-in .hm-login-link-button {
    border: 1px;
    margin-left: -20px;
    padding: 6px;
  }
  #controls .not-logged-in .hm-login-link-button .hm-login-link-text {
    color: #333333;
    font-size: 15px;
  }
}
