/* Minification failed. Returning unminified contents.
(2640,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2641,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2642,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2643,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2644,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2645,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2646,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2647,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2648,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2649,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2650,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2651,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2652,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2653,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2654,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2655,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2656,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2657,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2660,21): run-time error CSS1039: Token not allowed after unary operator: '-bodyFont'
(2683,15): run-time error CSS1039: Token not allowed after unary operator: '-bodyColor'
(2684,26): run-time error CSS1039: Token not allowed after unary operator: '-mainBgColor'
(2685,21): run-time error CSS1039: Token not allowed after unary operator: '-bodyFont'
(2689,26): run-time error CSS1039: Token not allowed after unary operator: '-greyBgColor'
(2701,15): run-time error CSS1039: Token not allowed after unary operator: '-linkColor'
(2705,15): run-time error CSS1039: Token not allowed after unary operator: '-hoverColor1'
(2712,15): run-time error CSS1039: Token not allowed after unary operator: '-hoverColor2'
(2719,21): run-time error CSS1039: Token not allowed after unary operator: '-headingFont'
(2833,21): run-time error CSS1039: Token not allowed after unary operator: '-headingFont'
(2856,26): run-time error CSS1039: Token not allowed after unary operator: '-linkColor'
(2861,26): run-time error CSS1039: Token not allowed after unary operator: '-hoverColor1'
(2927,27): run-time error CSS1039: Token not allowed after unary operator: '-silverColor'
(2931,15): run-time error CSS1039: Token not allowed after unary operator: '-linkColor'
(3025,28): run-time error CSS1039: Token not allowed after unary operator: '-greyBgColor'
(3043,35): run-time error CSS1039: Token not allowed after unary operator: '-borderColor'
(3074,15): run-time error CSS1039: Token not allowed after unary operator: '-hoverColor2'
(3187,21): run-time error CSS1039: Token not allowed after unary operator: '-bodyFont'
(3198,15): run-time error CSS1039: Token not allowed after unary operator: '-hoverColor2'
(3403,20): run-time error CSS1039: Token not allowed after unary operator: '-greyBgColor'
(3455,15): run-time error CSS1039: Token not allowed after unary operator: '-bodyColor'
(3468,15): run-time error CSS1039: Token not allowed after unary operator: '-bodyColor'
(3529,15): run-time error CSS1039: Token not allowed after unary operator: '-hoverColor2'
(3551,21): run-time error CSS1039: Token not allowed after unary operator: '-headingFont'
(3761,21): run-time error CSS1039: Token not allowed after unary operator: '-headingFont'
(3787,28): run-time error CSS1039: Token not allowed after unary operator: '-borderColor'
(3815,22): run-time error CSS1039: Token not allowed after unary operator: '-borderColor'
(3822,15): run-time error CSS1039: Token not allowed after unary operator: '-linkColor'
(3935,15): run-time error CSS1039: Token not allowed after unary operator: '-bodyColor'
(3938,15): run-time error CSS1039: Token not allowed after unary operator: '-hoverColor1'
 */
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */

.easy-autocomplete {
  position: relative;
}
.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}
.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  box-shadow: none;
}
.easy-autocomplete a {
  display: block;
}
.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}
.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}
.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}
.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}
.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}
.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}
.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}
.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}
.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}
.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}
.easy-autocomplete.eac-dark {
  color: #fff;
}
.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-dark ul {
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass {
  color: #fff;
}
.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0;
}
.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}
.easy-autocomplete.eac-blue {
  color: #fff;
}
.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: 0;
}
.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}
.easy-autocomplete.eac-yellow {
  color: #333;
}
.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333;
}
.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}
.easy-autocomplete.eac-purple {
  color: #333;
}
.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333;
}
.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-purple ul {
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}
.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}
.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}
.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}
.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}
.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}
.easy-autocomplete-container ul li b {
  font-weight: bold;
}
.easy-autocomplete-container ul .eac-category {
  color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}
.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.hid,
.jsshow {
  display: none;
}
input.placeholder {
  color: #999;
}
.table-hover > tbody > tr:hover {
  cursor: pointer;
}
.navbar {
  margin-bottom: 0;
}
.media,
.media-body {
  overflow: visible;
}
.media-left,
.media > .pull-left {
  padding-right: 14px;
}
.media-left > div,
.media > .pull-left > div {
  max-height: 180px;
  overflow: hidden;
  text-align: center;
  width: 156px;
}
.media-left img,
.media > .pull-left img {
  height: auto;
  max-height: 120px;
  width: auto;
  max-width: 140px;
}
body {
  font: 14px/20px 'Open Sans', 'Arial', sans-serif;
  background-color: #000000;
  word-wrap: break-word;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3 {
  margin-bottom: 20px;
}
h3::first-letter {
  text-transform: uppercase;
}
.pagetype {
  position: relative;
}
.pagetype h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
}
.maincontent .pagetype h3 {
  margin-top: 10px;
}
.sideboxes h3 {
  margin-top: 10px;
  margin-bottom: 16px;
}
.sideboxes h4 {
  margin-top: 20px;
}
h4 > span {
  display: inline-block;
}
h4::first-letter,
h4 > span::first-letter {
  text-transform: uppercase;
}
h5 {
  text-transform: uppercase;
}
h6 {
  color: #999999;
}
th {
  text-transform: capitalize;
}
#maincontentcontainer {
  padding: 20px 0 40px 0;
  background-color: #ffffff;
}
.date {
  font-size: 11px;
  color: #999999;
}
.logo {
  text-align: center;
}
.headline {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 4px;
}
.maincontent .headline {
  font-size: 24px;
  line-height: 1.3;
}
.intro {
  color: #777;
}
.maincontent .intro {
  line-height: 1.4;
  margin-bottom: 4px;
}
.from {
  color: #666666;
  font-variant: small-caps;
  font-size: 12px;
}
.newsList .from {
  float: right;
  margin-left: 12px;
}
.newsItem .newsType {
  float: left;
  margin-right: 10px;
  font-size: 11px;
  color: #999999;
  font-variant: small-caps;
}
.newsList .title {
  display: none;
}
#pane-Company-assets .title {
  display: none;
}
/*fieldset.textinputs li.formRequired label {
    &:after {
        content: "*";
        opacity: 0.6;
    }
}*/
/*.form-group.formRequired label::after,
li.formRequired label::after {
    content: "*";
    opacity: 0.6;
}*/
/*fieldset.textinputs li.formRequired label.no-style { // For nested labels e.g. email preferences
    font-weight: normal;

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

    &:after {
        content: "";
    }
}*/
.infoBox {
  margin: 20px 0;
}
.infoBoxItem {
  margin-bottom: 10px;
}
.infoBoxItem:last-child {
  margin-bottom: 0;
}
.infoBoxLabel {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  font-weight: bold;
  opacity: 0.8;
}
.infoBoxData {
  display: inline-block;
}
.bodytext img,
.bodytext iframe {
  max-width: 100%;
}
html.page {
  width: 100%;
}
body.page {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.limit-width {
  max-width: 250px;
}
.row-no-header {
  padding-top: 20px;
}
.sideboxes aside {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 25px;
}
.sideboxes aside header {
  position: relative;
}
.sideboxes aside .table {
  margin-bottom: 0;
}
.sideboxes aside .table > tbody > tr > td,
.sideboxes aside .table > tbody > tr > th,
.sideboxes aside .table > tfoot > tr > td,
.sideboxes aside .table > tfoot > tr > th,
.sideboxes aside .table > thead > tr > td,
.sideboxes aside .table > thead > tr > th {
  border-top: 1px solid #eee;
}
.sideboxes aside .pager {
  margin: 15px 0 0 0;
}
.sideboxes aside .asideContent {
  margin-bottom: 10px;
}
.sideboxes-left aside {
  margin-bottom: 25px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid #ddd;
  padding: 15px;
}
.sideboxes-right aside:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .sideboxes-right {
    border-left: 1px solid #dbdbdb;
  }
  .sideboxes-right aside {
    padding-left: 5px;
  }
}
.sideboxes-right {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .ViewNews .sideboxes-right {
    margin-top: 0;
    border-left: 1px solid #dbdbdb;
  }
  .ViewNews .sideboxes-right aside {
    padding-left: 5px;
  }
  .container-content {
    min-height: 400px;
  }
}
.navbar-nav-main > li > a {
  text-transform: capitalize;
}
.search-container > li {
  float: none;
}
.search-container > li .form-group {
  display: inline-block;
  margin: 0 auto;
}
.search-container .input-group-btn > .btn {
  z-index: 2;
}
.nav-login > li,
.nav-login > li.countryselect {
  display: inline-block;
}
.nav-login > li a,
.nav-login > li.countryselect a {
  display: inline-block;
}
.nav-login > li {
  float: left;
}
.nav-login > li.nav-toggle-container {
  float: right;
}
.navbar-toggle {
  margin-top: 0;
}
.navbar-text {
  display: inline-block;
  line-height: 20px;
  margin: 0 15px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .nav-login > li {
    display: inline-block;
  }
  .navbar-text {
    padding: 15px 0;
  }
  .search-container {
    margin-left: 15px;
  }
}
.sortableList {
  list-style: none;
  padding: 0;
}
.sortableList > li {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .sideboxes aside footer .pager {
    text-align: right;
  }
  .sideboxes aside footer .pager li > a {
    padding: 3px 6px;
    font-size: 12px;
  }
}
.moreLinkContainer {
  text-align: right;
  margin-top: 12px;
}
.newsList,
.LatestAdditionsList,
.attachmentList,
.itemTextList {
  list-style: none;
  padding: 0;
}
.newsItem,
.LatestAdditionsList > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.itemText {
  margin-bottom: 10px;
}
.itemText .title {
  font-weight: bold;
}
.attachment {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eeeeee;
}
.attachment .thumbnailset {
  margin-top: 10px;
}
.attachmentListOrphan .attachment:first-child {
  padding-top: 0;
  border-top: none;
}
.presskitList .attachment:first-child {
  border-top: none;
}
.fileCollectionList {
  list-style-type: none;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  font-size: 90%;
}
.fileCollectionList li {
  display: inline-block;
  margin-right: 8px;
}
.fileCollectionList li i {
  padding-right: 2px;
}
.fileCollectionList li {
  display: inline-block;
  margin-right: 8px;
}
.fileCollectionList li i {
  padding-right: 4px;
}
.maincontent .attachmentTextList.isAttachment {
  margin: 5px 0 0 0;
}
.maincontent .attachmentTextList.isAttachment::before {
  content: "+";
  display: block;
  float: left;
}
.maincontent .attachmentTextList.isAttachment .fileCollectionList {
  margin-left: 20px;
}
.fileCol {
  display: inline-block;
}
.assetsList {
  padding: 0 15px;
}
.assetsListItem {
  padding-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.assetsListItem:first-child {
  padding-top: 0;
  border-top: none;
}
.assetInfo {
  margin-bottom: 20px;
}
.docDownload {
  position: relative;
  margin-bottom: 10px;
}
.doc {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  padding-left: 22px;
  background: url('/Content/shared/images/doc-DOC.png') left center no-repeat;
}
.doc-PDF {
  background: url('/Content/shared/images/doc-PDF.png') left center no-repeat;
}
.latestFeed .itemImage {
  margin-right: 10px;
}
.TeamIndexIntro > span,
.TeamIndexIntro > .textitem > span {
  display: block;
  margin-bottom: 30px;
}
.contact-info {
  list-style: none;
  padding: 0;
}
.TeamJobTitle {
  font-weight: bold;
}
.ViewItem .pagetype h1 {
  display: none;
}
.ViewItem .HeaderPanel h2 {
  margin-bottom: 0;
}
.infoBox {
  margin: 20px 0;
}
.productLogoContainer {
  text-align: center;
}
.productKeyFeatures {
  margin-top: 24px;
}
.productKeyFeatures li {
  margin-top: 12px;
}
.ViewItem a.formatFilterButton.selected {
  color: #aaa;
  font-weight: bold;
  cursor: default;
}
.tableSchedule th {
  text-transform: uppercase;
}
.table.tableSchedule > tbody > tr > td {
  vertical-align: middle;
}
.td-prod,
.td-name {
  font-weight: bold;
}
.sortable {
  white-space: nowrap;
}
.sort {
  display: inline-block;
  margin-left: 8px;
  width: 1em;
}
.sort .sort-asc,
.sort .sort-desc {
  color: #666;
  display: none;
}
.sort-none {
  color: #ccc;
}
.sorted .sort-none {
  display: none;
}
.sorted .sort-asc {
  display: inline-block;
}
.sorted.sortreverse .sort-none {
  display: none;
}
.sorted.sortreverse .sort-desc {
  display: inline-block;
}
.sorted.sortreverse .sort-asc {
  display: none;
}
.featuredProductsList .tn:not(.ph) {
  vertical-align: middle;
}
.ItemsFeatured .itemCaption {
  display: none;
}
.featuredTitlesDates .itemText {
  margin-bottom: 0;
}
.featuredTitlesDates .date-date {
  font-weight: bold;
}
.featuredTitlesDates .date-format:after {
  content: ": ";
}
.widgetLatestAssetsThumbs .asideContent,
.widgetLatestAssetsVideos .asideContent {
  padding-top: 8px;
}
.widgetLatestAssetsVideos .tn:not(.ph) .tn-inner {
  margin-right: 0;
}
.promoImage .imageItem img {
  max-width: 100%;
  height: auto;
}
.newsHero {
  text-align: center;
  margin: 30px 0;
}
.newsHero img {
  margin: 0 auto;
  max-width: 100%;
}
.boilerplate {
  margin-top: 20px;
}
.boilerplateHeader {
  font-weight: bold;
}
.boilerplateHeader,
.boilerplateText {
  font-size: 90%;
  line-height: 120%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.flag,
.flag-wrapper {
  display: inline-block;
  width: 16px;
  height: 11px;
}
.flag {
  font-size: 0;
}
.flag-wrapper {
  position: relative;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
}
.flag.flag-wrapped {
  position: absolute;
  left: 0;
  top: 0;
}
.flag.worldflag {
  width: 16px;
  height: 16px;
  background: url(/Content/shared/images/world.png) no-repeat center center;
}
.flag-td {
  text-align: center;
}
.flag-td .flag {
  display: inline-block;
  margin: 2px;
}
.RegionSelectContainer h1 {
  text-align: center;
  font-size: 1.5em;
}
.RegionSelectContainer ul {
  list-style: none;
  text-align: center;
  font-size: 2em;
  line-height: 2em;
  padding-left: 0;
  font-weight: bold;
}
.pageFooter {
  color: #9d9d9d;
  padding: 10px 0 30px 0;
}
.pageFooter a,
.pageFooter a:focus,
.pageFooter a:visited {
  color: #9d9d9d;
}
.pageFooter a:hover {
  color: #dddddd;
  text-decoration: none;
}
.pageFooter h4 {
  text-transform: uppercase;
  margin: 20px 0 10px 0;
}
.pageFooter .footer-links > div {
  margin-bottom: 10px;
}
.pageFooter .footer-links > div > a {
  display: inline-block;
}
.pageFooter .footer-links > div > a::first-letter {
  text-transform: capitalize;
}
.pageFooter .container-links {
  padding: 0 20px 20px 20px;
}
.pageFooter .container-legal,
.pageFooter .container-logout {
  text-align: center;
  font-size: 11px;
}
.pageFooter .col-copyright {
  text-align: left;
  color: #666666;
}
.pageFooter .legal-links {
  text-align: right;
}
.pageFooter .legal-links > div {
  display: inline-block;
  margin-left: 20px;
}
.pageFooter .site-credit {
  text-align: center;
  margin-top: 20px;
}
.pageFooter .site-credit-text:before {
  display: block;
  content: "Press site by";
  font-size: 0.9em;
}
.pageFooter .site-credit-logo {
  display: block;
  width: 108px;
  height: 47px;
  background-image: url('/Content/Themes/Default/img/gp_logo.png');
  background-repeat: no-repeat;
  margin: 0 auto;
}
.loginFormContainer {
  width: 240px;
}
.loginFormContainer > form {
  padding: 15px;
}
.loginFormContainer .form-control {
  margin-bottom: 10px;
}
.loginButtonContainer {
  text-align: center;
  margin-bottom: 10px;
}
.loginReminder {
  font-size: 85%;
}
.checkbox-inline,
.radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.tandcslink input {
  margin-right: 8px;
}
.ViewUsers #pageContainer select.form-control {
  padding: 12px 12px;
  height: auto;
}
.countrylist .flag {
  margin-right: 4px;
}
.hid,
.jsshow {
  display: none;
}
body.cke_show_borders {
  width: auto;
  min-width: 0;
}
body.cke_editable,
body.cke_ltr {
  height: auto;
  background: #ffffff;
}
.ZipDownloading .ZipMessage {
  margin-top: 12px;
}
.ZipDownloading .ZipLink {
  margin: 12px 0;
  text-align: center;
}
#zipCollectionHeading:focus {
  outline: none;
}
.loadingOuter {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  display: none;
  margin: 0 auto;
}
.loadingBg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
.loadingInner {
  height: 100%;
  width: 100%;
  background-image: url('/Content/Themes/Default/img/ajax-loader.gif');
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -10000px;
}
#filterLoading {
  left: -90000px;
}
.CssThemeDark #pageContainer .loadingInner,
.loadingInnerDark {
  background-image: url('/Content/Themes/Default/img/ajax-loader-white.gif');
}
.loadingOverlay {
  position: absolute;
  background-repeat: no-repeat;
  z-index: 99999;
  background-image: url('/Content/Themes/Default/img/ajax-loader-big.gif');
  background-position: center center;
}
.big .loadingInner {
  background-image: url('/Content/Themes/Default/img/ajax-loader-big.gif');
  background-position: center 33%;
}
.butLoading,
.butLoading:hover,
.btn-primary.butLoading {
  color: rgba(0, 0, 0, 0) !important;
  background-color: #fff !important;
  min-width: 24px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-image: url('/Content/Themes/Default/img/ajax-loader.gif') !important;
  cursor: default !important;
}
.CssThemeDark #pageContainer .butLoading,
.CssThemeDark #pageContainer .butLoading:hover {
  background-color: #000 !important;
  background-image: url('/Content/Themes/Default/img/ajax-loader-white.gif');
}
.searchPlaceholder {
  display: block;
  height: 24px;
}
#FilesLightboxContainer a,
#FilesLightboxContainer a:hover,
#FilesLightboxContainer a:visited,
#FilesLightboxContainer a:focus {
  color: #ffffff;
}
#thumbPlayContainer,
#FilesLightboxContainer {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  color: #ffffff;
}
#thumbPlayContainerInner,
#FilesLightboxWindow {
  position: relative;
}
#thumbPlayClose,
#FilesLightboxClose {
  position: absolute;
  top: 7%;
  right: 5%;
  cursor: pointer;
  display: block;
  font-size: 2em;
  padding: 20px;
  margin: -20px -20px 0 0;
  color: #fff;
}
#FilesLightboxClose {
  top: 15%;
}
#FilesLightboxInner {
  text-align: center;
  position: relative;
}
#FilesLightboxLoading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/Content/Themes/Default/img/ajax-loader-white.gif') center center no-repeat;
}
#FilesLightboxImage {
  position: absolute;
  top: 0;
  left: 0;
}
#FilesLightboxDesc {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.1em;
}
#FilesLightboxDetails {
  text-align: left;
  margin-top: 10px;
  font-size: 0.9em;
}
#FilesLightboxPrev a,
#FilesLightboxNext a {
  display: block;
  position: absolute;
  top: 50%;
  font-size: 6em;
  padding: 20px;
}
#FilesLightboxPrev a {
  left: 5%;
  margin: -20px 0 -20px 0;
}
#FilesLightboxNext a {
  right: 5%;
  margin: -20px -20px 0 0;
}
.dividerbar {
  width: 1px;
  height: 1em;
  margin: 0 0.8em;
  display: inline-block;
  background-color: #555;
}
#FilesLightboxContainer .dividerbar {
  background-color: #fff;
}
#FilesLightboxDownload {
  float: right;
}
#FilesLightboxDownload a,
#FilesLightboxDownload a:hover,
#FilesLightboxDownload a:visited,
#FilesLightboxDownload a:focus {
  display: inline-block;
  font-size: 1.2em;
  color: #fff;
}
.attachedAssets #filedownload.btn-primary.fixed {
  position: fixed;
  z-index: 50;
  -webkit-box-shadow: 0 0 10px 5px #fff;
  -moz-box-shadow: 0 0 10px 5px #fff;
  box-shadow: 0 0 10px 5px #fff;
}
#filedownload.btn-default {
  cursor: default;
}
#filedownload.btn-primary {
  cursor: pointer;
}
@media print {
  .lightboxOpen #pageContainer,
  .lightboxOpen #adminBar,
  .lightboxOpen #FilesLightboxDownload,
  .lightboxOpen #FilesLightboxPrev,
  .lightboxOpen #FilesLightboxNext {
    display: none;
  }
  .lightboxOpen .lightbox,
  .lightboxOpen #FilesLightboxWindow,
  .lightboxOpen #FilesLightboxContainerInner {
    display: block;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.wTooltip {
  border: 1px solid gray;
  background: #eeeeee;
  color: #000;
  padding: 10px;
  z-index: 100000;
  text-align: left;
  font-size: 80%;
}
.CssThemeDark .wTooltip {
  border: 1px solid #444444;
  background: #222222;
  color: #ffffff;
}
.firstParaOnly p {
  display: none;
}
.firstParaOnly p:first-child {
  display: block;
}
.presskitList .size {
  color: #999;
}
.button-container {
  text-align: center;
}
.ViewCodesDetails .bodyContent {
  text-align: center;
}
.ViewCodesRequest .bodyContent ul {
  margin-top: 20px;
}
.review-code {
  text-align: center;
  font-size: 2em;
  line-height: 2em;
  font-family: "Lucida Console", Monaco, monospace;
  background-color: rgba(0, 0, 0, 0.1);
}
.review-code-list {
  list-style-type: none;
  margin: 0;
}
.AsideProductCodes .button-container,
.ReviewCodes .button-container {
  margin-bottom: 15px;
}
#socialnetworkwidget .infoBoxItem a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-bottom: 10px;
}
.socialList {
  display: inline-block;
  margin-top: 2px;
  list-style: none;
  padding: 0;
}
.socialList .socialLink {
  margin: 2px 0;
}
.SocialButtons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.SocialButtons li {
  display: inline-block;
  margin-right: 7px;
}
.SocialButtons li .add-icon:before {
  margin: 0;
  cursor: pointer;
}
.SocialButtons .google .icon,
.SocialButtons .google .label {
  display: none;
}
.add-icon:before {
  display: inline-block;
  margin-right: 0.5em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: white;
  background-color: #000000;
  padding: 4px 3px 3px 3px;
  width: 1.4em;
  font-size: initial;
  text-align: center;
  border-radius: 3px;
}
.add-icon.fa-twitter:before {
  background-color: #55acee;
}
.add-icon.fa-facebook:before {
  background-color: #3a5795;
}
.add-icon.fa-google:before {
  background-color: #DC4E41;
}
.add-icon.fa-youtube:before {
  background-color: #cf3427;
}
.add-icon.fa-instagram:before {
  background-color: #ce6f2d;
}
.add-icon.fa-twitch:before {
  background-color: #6441a5;
}
.add-icon.fa-vine:before {
  background-color: #00bf8f;
}
.add-icon.fa-pinterest:before {
  background-color: #bd2126;
}
.add-icon.fa-snapchat:before {
  background-color: #fffc00;
}
.add-icon.fa-globe:before,
.add-icon.fa-weblink:before {
  background-color: #87d37c;
  content: "\f0ac";
}
.add-icon.fa-id-badge:before {
  background-color: #6F638E;
  content: "\f2c1";
}
.add-icon.fa-xbla:before,
.add-icon.fa-psn:before,
.add-icon.fa-periscope:before {
  content: '\f0a9';
  background-color: #999;
}
.add-icon .form-control {
  width: auto;
  display: inline-block;
}
.feed-yt {
  padding: 0;
}
.feed-yt-li {
  list-style: none;
  margin: 0 0 12px 0;
}
.feed-yt-li a {
  position: relative;
  display: block;
  height: 100%;
}
.feed-yt-image img {
  width: 100%;
  display: block;
}
.feed-yt-title {
  position: absolute;
  width: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 0.9em;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feed-yt-title div {
  padding: 4px 6px;
}
.tabLoading {
  height: 150px;
  background-image: url(/Content/Themes/Default/img/ajax-loader-big.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.tabbox .btn-download {
  float: right;
  margin-bottom: 10px;
}
.tabbox .nav-tabs > li > a > span {
  display: inline-block;
  font-weight: bold;
}
.tabbox .nav-tabs > li > a > span::first-letter {
  text-transform: uppercase;
}
.tabbox .nav-tabs .dropdown-menu > li > a {
  font-weight: bold;
}
.tabbox .nav-tabs .dropdown-menu > li > a::first-letter {
  text-transform: uppercase;
}
#maincontentcontainer .tabbox label {
  font-weight: normal;
  color: #999999;
}
.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tabboxInner {
  padding-top: 20px;
  min-height: 400px;
}
.field-validation-error,
.validation-summary-errors,
.errorAlert {
  display: block;
  margin-top: 6px;
  color: #a94442;
}
.validation-summary-errors ul {
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
}
.validation-summary-errors li,
.errorAlert,
.field-validation-error {
  font-size: 90%;
  padding-left: 18px;
  color: #e93535;
  background: url('/Content/Themes/Default/img/icon_error.png') 0 1px no-repeat;
  text-align: left;
}
.contactsList {
  list-style: none;
  padding: 0;
}
.WidgetTeamItem {
  margin-bottom: 16px;
}
.WidgetTeamItemName {
  font-weight: bold;
}
.ViewTeamIndex .title {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 4px 0;
}
n .fa-pphead.fa-bar-chart {
  background-color: grey;
}
.fa-pphead.fa-commenting-o {
  background-color: grey;
}
.fa-pphead.fa-fire {
  background-color: orange;
}
.notlive.fullPage {
  margin-bottom: 6px;
}
.notlive > .itemStatus,
.notlive .itemStatusShort {
  color: #fff;
  font-size: 11px;
  padding: 2px 5px;
}
.notlive.fullPage > .itemStatus {
  font-size: 14px;
  padding: 6px 0 10px 0;
}
.tabbox .notlive > .itemStatus {
  padding: 6px 10px 10px 10px;
  margin-bottom: 10px;
}
.tabbox .notlive > .itemStatus {
  font-size: 0.9em;
}
.notlive > .itemStatusHead {
  font-weight: bold;
}
.notlive.fullPage > .itemStatus {
  margin-bottom: 12px;
}
.productList .notlive .itemStatusShort {
  display: inline-block;
  *display: inline;
  margin-left: 8px;
  height: 1em;
  line-height: 1em;
  padding: 3px;
}
.notlive {
  outline: 1px solid #888888;
  outline: 1px solid rgba(136, 136, 136, 0.8);
}
.notlive > .itemStatus {
  background-color: #888888;
  background-color: rgba(136, 136, 136, 0.8);
}
.notlive.status-exclusive {
  outline: 1px solid #01b2f1;
  outline: 1px solid rgba(1, 178, 241, 0.8);
}
.notlive.status-exclusive > .itemStatus,
.notlive.status-exclusive .itemStatusShort {
  background-color: #01b2f1;
  background-color: rgba(1, 178, 241, 0.8);
}
.notlive.status-exclusive:hover {
  outline: 1px solid rgba(1, 178, 241, 0.8);
}
.status-exclusive.active p {
  border: 1px solid #01b2f1;
  border: 1px solid rgba(1, 178, 241, 0.8);
}
.topbar {
  display: none;
}
.ajaxErrorInfoMsg {
  font-size: 12px;
}
.breadcrumb a {
  display: inline-block;
}
.breadcrumb a::first-letter {
  text-transform: uppercase;
}
.breadcrumb br {
  display: none;
}
.agegate {
  margin: 20px 0;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.expandable {
  float: right;
  cursor: pointer;
}
.expandable-open {
  display: none;
}
.assetsListItem.collapsed .expandable-close,
.assetsListItem.collapsed .butTickAll {
  display: none;
}
.assetsListItem.collapsed .expandable-open {
  display: block;
}
.assetsListItem.collapsed:hover {
  cursor: pointer;
}
.assetHeader {
  min-height: 21px;
}
.assetHeader .date {
  display: inline-block;
  padding-top: 4px;
}
.ViewFiles .assetHeader .date {
  padding-left: 0;
}
.assetsListItem .assetInfo {
  margin-bottom: 0;
}
.assetsListItem .thumbnailset {
  margin-top: 20px;
}
.expandable {
  color: #069edb;
}
.expandable:hover {
  color: #00518C;
}
.assetsListItem.collapsed:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.assetsListItem.collapsed:hover .expandable-open {
  color: #00518C;
}
.add-icon.fa-star:before {
  display: none;
}
.language-select .adminPulldown .flag {
  margin-right: 4px;
}
.language-select-but {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  margin-right: 4px;
  padding: 2px;
  border: 2px solid transparent;
}
.language-select-but.selected {
  border: 2px solid #aaa;
}
.localisations {
  display: inline-block;
}
.lang {
  display: inline-block;
  background-color: #eee;
  padding: 0 6px;
  margin-left: 6px;
  font-size: 85%;
  line-height: 1.6em;
}
.expandable {
  float: right;
  cursor: pointer;
}
.expandable-open {
  display: none;
}
.assetsListItem.collapsed .expandable-close,
.assetsListItem.collapsed .butTickAll {
  display: none;
}
.assetsListItem.collapsed .expandable-open {
  display: block;
}
.assetsListItem.collapsed:hover {
  cursor: pointer;
}
.assetHeader .date {
  padding-top: 4px;
}
.assetsListItem .assetInfo {
  margin-bottom: 0;
}
.assetsListItem .thumbnailset {
  margin-top: 20px;
}
.expandable {
  color: #069edb;
}
.expandable:hover {
  color: #00518C;
}
.assetsListItem.collapsed:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.assetsListItem.collapsed:hover .expandable-open {
  color: #00518C;
}
.spaceAbove {
  margin-top: 16px;
}
.maxzipmessage {
  font-size: 85%;
}
.pointer {
  cursor: pointer;
}
@media (max-width: 767px) {
  .format-nav.list-group {
    box-shadow: none;
  }
  .format-nav.list-group .list-group-item {
    display: inline-block;
    margin-bottom: 6px;
  }
  .format-nav.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.inline-form {
  display: inline-block;
  margin: 10px 8px;
}
.ViewArticle .g-recaptcha > div {
  margin: 20px auto;
}
.ViewContact .article-banner {
  display: none;
}
.ViewTAndCs .bodytext table {
  border: none;
}
.ViewTAndCs .bodytext table th,
.ViewTAndCs .bodytext table td {
  padding: 4px 8px;
  border: none;
  border-top: 1px solid #eceeef;
}
.ViewTAndCs .bodytext table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.pp-tag {
  display: inline-block;
  margin-right: 0.2em;
  color: #fff;
  padding: 0.1em 0.5em;
  font-size: 0.7em;
  line-height: 1.6;
  vertical-align: text-bottom;
  border-radius: 1em;
  background-color: #999;
}
.pp-tag.disabled {
  background-color: #ccc;
  text-decoration: line-through;
}
.admin.pp-tag:hover {
  cursor: pointer;
}
.msgContent .pp-tag {
  font-size: 1em;
  vertical-align: baseline;
}
.pp-tag-e3 {
  background-color: #D9A800;
}
.pp-tag-gc {
  background-color: #00a0dd;
}
.cookie-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cookie-bar .btn {
  float: right;
  margin-left: 30px;
}
.infoBox .hoverReveal2,
.subhead .hoverReveal2 {
  z-index: 2;
}
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  margin-top: 50px;
}
a.skip-main:focus,
a.skip-main:active {
  color: #000;
  background-color: #fff;
  box-shadow: 2px 2px #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 80px 35%;
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}
.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.moreParas {
  margin-top: 12px;
}
.dropdown-toggle:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.filter-item {
  padding: 0;
}
.filter-item > button {
  margin: 0;
  padding: 9px 15px 7px 15px;
  text-align: left;
  border: 0;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
}
.filter-item > button h3,
.filter-item > button h4 {
  margin: 0;
}
.filter-option-container .list-group-item:first-child {
  border-radius: 0;
}
.filter-category-list.list-group-item {
  padding: 0;
}
.filter-group button:hover {
  background-color: #aaa;
  cursor: pointer;
}
.filter-active-list button:hover {
  background-color: #aaa;
  cursor: pointer;
}
#filterLoading.big .loadingInner {
  background-position: center 10%;
}
#filterLoading.clone {
  left: 0;
}
@media (min-width: 768px) {
  .filter-active-list button:hover {
    background-color: inherit;
    cursor: default;
  }
}
.filter-option-list {
  padding: 0 15px 4px 15px;
  border-top: 1px solid #eeeeee;
  display: none;
  width: 100%;
  position: relative;
  padding-top: 10px;
}
.filter-option-list label {
  display: block;
}
.filter-option-list label:hover {
  background-color: #eee;
}
.filter-option-list .checkbox {
  display: inline-block;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 6px;
}
.filter-option-list .checkbox.hidden-filter {
  display: none;
}
.filter-option-list .form-control {
  margin: 10px 0;
}
.filter-option-list .filter-o {
  display: block;
}
.filter-itemtype .filter-o:first-letter,
.filter-filetype .filter-o:first-letter {
  text-transform: uppercase;
}
.filter-option-list-overlay {
  box-shadow: inset 1px 2px 5px 17px #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
}
.filter-activity {
  font-size: 0;
  float: left;
  color: #33CC33;
  transition: font-size 0.3s, margin-right 0.3s;
  margin-top: -2px;
}
.filterActive .filter-activity {
  font-size: 1em;
  margin-right: 8px;
}
.filter-status {
  float: right;
  line-height: 16px;
}
.filter-status .filter-up {
  display: none;
}
.filter-group.open .filter-status .filter-up {
  display: inline-block;
}
.filter-group.open .filter-status .filter-down {
  display: none;
}
.filter-selections {
  display: none;
  padding: 6px 9px 8px 15px;
}
.filter-selections .btn {
  margin: 0 6px 6px 0;
  white-space: normal;
}
.filter-selections .btn .fa {
  opacity: 0.5;
}
.filter-selections .btn:hover .fa {
  opacity: 1;
  color: #CC3333;
}
.filter-selection-template {
  display: none;
}
@media (min-width: 768px) {
  .filter-option-list .checkbox {
    display: block;
    margin-right: 0;
  }
}
.filter-more {
  display: block;
  padding-bottom: 10px;
}
.filter-more span::first-letter {
  text-transform: uppercase;
}

.thumbnailset {
  margin: 0 -10px 0 0;
  padding: 0;
  clear: both;
  margin-top: 6px;
  font-size: 0px;
  font-size: 0rem;
}
.tn {
  margin-bottom: 10px;
  transition: opacity 0.25s ease-in-out;
}
.tabbox .tn,
.LatestAdditionsList .tn,
aside .tn {
  width: 100%;
}
.tabbox .tn.externalLink,
.LatestAdditionsList .tn.externalLink,
aside .tn.externalLink {
  width: 100%;
}
.tabbox .tn.externalLink.no-thumbnail .tn-inner,
.LatestAdditionsList .tn.externalLink.no-thumbnail .tn-inner,
aside .tn.externalLink.no-thumbnail .tn-inner {
  font-size: 0;
  text-align: center;
  background-color: #ddd;
}
.tabbox .tn.externalLink.no-thumbnail .tn-inner a,
.LatestAdditionsList .tn.externalLink.no-thumbnail .tn-inner a,
aside .tn.externalLink.no-thumbnail .tn-inner a {
  padding: 8px;
  color: #333;
}
.tabbox .tn.externalLink.no-thumbnail .tn-inner a .fa,
.LatestAdditionsList .tn.externalLink.no-thumbnail .tn-inner a .fa,
aside .tn.externalLink.no-thumbnail .tn-inner a .fa {
  font-size: 14px;
  margin-right: 6px;
}
.tabbox .tn.externalLink.no-thumbnail .tn-inner a:hover,
.LatestAdditionsList .tn.externalLink.no-thumbnail .tn-inner a:hover,
aside .tn.externalLink.no-thumbnail .tn-inner a:hover {
  color: #666;
}
.tabbox .tn.externalLink.no-thumbnail .tn-inner a::after,
.LatestAdditionsList .tn.externalLink.no-thumbnail .tn-inner a::after,
aside .tn.externalLink.no-thumbnail .tn-inner a::after {
  font-size: 14px;
  content: "External link";
}
.tabbox .tn.externalLink.no-thumbnail .tn-inner .thumbActions,
.LatestAdditionsList .tn.externalLink.no-thumbnail .tn-inner .thumbActions,
aside .tn.externalLink.no-thumbnail .tn-inner .thumbActions {
  display: none;
}
@media (min-width: 260px) {
  .tabbox .tn,
  .LatestAdditionsList .tn,
  aside .tn {
    width: 50%;
  }
}
@media (min-width: 480px) {
  .tabbox .tn,
  .LatestAdditionsList .tn,
  aside .tn {
    width: 33.33333%;
  }
}
@media (min-width: 670px) {
  .tabbox .tn,
  .LatestAdditionsList .tn,
  aside .tn {
    width: 25%;
  }
  .tabbox .tn.collapsed,
  .LatestAdditionsList .tn.collapsed,
  aside .tn.collapsed {
    width: 50%;
  }
}
@media (min-width: 768px) {
  aside .tn {
    width: 100%;
  }
}
@media (min-width: 992px) {
  aside .tn {
    width: 50%;
  }
  aside .tn.collapsed {
    width: 100%;
  }
  .tabbox .tn,
  .LatestAdditionsList .tn {
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .tabbox .tn,
  .LatestAdditionsList .tn {
    width: 25%;
  }
  .tabbox .tn.collapsed,
  .LatestAdditionsList .tn.collapsed {
    width: 50%;
  }
  .tabbox .tn.externalLink,
  .LatestAdditionsList .tn.externalLink {
    width: 50%;
  }
}
aside .tn.tn-videoThumb {
  width: 100%;
}
.tn:not(.ph) {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  color: #666666;
  line-height: 1;
  vertical-align: top;
}
.tn:not(.ph) .tn-inner {
  padding: 4px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-right: 10px;
}
.tn:not(.ph) .tn-inner > a {
  text-align: center;
}
.tn:not(.ph) .tn-inner > a .fa-tn {
  font-size: 6em;
  margin: 0.08em;
}
.tn:not(.ph) a {
  display: block;
  position: relative;
}
.tn:not(.ph) a img {
  display: block;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  margin: 0 auto;
  height: auto;
}
.tn:not(.ph) a img:hover {
  opacity: 0.8;
}
.tn:not(.ph) a img:not(.fileicon) {
  width: 100%;
}
.tn:not(.ph) .thumbActions {
  text-align: left;
  margin-top: 8px;
}
.tn:not(.ph) .thumbActions .thumbDescription {
  font-size: 12px;
  padding: 2px 0;
}
.tn:not(.ph) .thumbActions .thumbOptions {
  clear: both;
}
.tn:not(.ph) .thumbActions .thumbOptions label {
  display: inline-block;
  margin-top: 4px;
  padding-left: 18px;
  background-image: url('/Content/Themes/Default/img/tickall.png');
  background-position: left 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 13px;
  line-height: 13px;
  cursor: pointer;
  font-weight: inherit;
  color: #999999;
}
.tn:not(.ph) .thumbActions .thumbOptions label input {
  clip: rect(0 0 0 0);
  position: absolute;
}
.tn:not(.ph) .thumbActions .thumbOptions label.untick {
  background-position: left -13px;
}
.tn:not(.ph) .thumbActions .thumbOptions label .thumbDescription {
  display: inline-block;
}
.tn:not(.ph) .thumbActions .thumbOptions .thumbDL {
  display: inline-block;
  float: right;
  font-size: 120%;
  opacity: 0.8;
}
.tn:not(.ph) .thumbActions .thumbOptions .fa-download {
  padding: 6px 0 0 5px;
}
.tn:not(.ph).hidden {
  display: none !important;
  cursor: pointer;
}
.tn-more {
  display: block;
  font-size: 14px;
  text-align: center;
}
.tn-more a {
  cursor: pointer;
}
.tn-more a:after {
  content: '...';
}
.media-left .fa-tn {
  font-size: 5em;
  margin-right: 16px;
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions {
  cursor: default;
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions label {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions label .thumbDescription {
  display: inline;
  color: #666666;
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions .thumbViewButton {
  display: none;
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions a {
  display: inline-block;
  float: right;
  margin-top: 4px;
  vertical-align: middle;
  height: 13px;
  /*background: url('/Content/shared/images/download_small_dark.png') bottom right no-repeat;*/
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions .ft {
  display: inline-block;
  float: right;
  vertical-align: middle;
}
/*.CssThemeDark .thumbnailset .externalLink.collapsed:not(.ph) .thumbActions .thumbOptions a {
    background-image: url('/Content/shared/images/download_small_light.png');
}*/
.thumbnailset .ph.requested {
  height: 30px;
  width: 100%;
  background-image: url('/Content/shared/images/ajax-loader.gif');
  background-position: center top;
  background-repeat: no-repeat;
}
.CssThemeDark .thumbnailset .ph.requested {
  background-image: url('/Content/shared/images/ajax-loader-white.gif');
}
.btn-download-container {
  text-align: center;
  margin-bottom: 12px;
}
.btn-download-container.floating {
  text-align: right;
  margin-top: -20px;
}
.btn-download-container {
  text-align: center;
  margin-bottom: 12px;
}
.thumbPlay {
  position: relative;
  display: block;
}
.thumbPlayButton {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: url('/Content/shared/images/thumbPlay.png') center center no-repeat;
  top: 0;
  left: 0;
}
.thumbPlayButton:hover {
  opacity: 1;
}
.thumbViewButton {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url('/Content/shared/images/thumbView.png') center center no-repeat;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.thumbViewButton:hover {
  opacity: 0.8;
}
.butTickAll {
  display: block;
  float: right;
  cursor: pointer;
  padding-right: 18px;
  background-image: url('/Content/Themes/Default/img/tickall.png');
  background-position: right 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 13px;
  line-height: 13px;
  overflow: hidden;
  margin: 4px 0 8px 8px;
}
.butTickAll.untick {
  background-position: right -13px;
}
#zipCollection {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11000;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
#zipCollectionInner {
  position: relative;
  width: 480px;
  margin: auto;
  border: 1px solid #16359f;
  padding: 20px;
  background-color: #fff;
  -moz-box-shadow: 5px 5px 10px #000;
  -webkit-box-shadow: 5px 5px 10px #000;
  box-shadow: 5px 5px 10px #000;
}
#zipCollectionList {
  width: 100%;
  padding-top: 12px;
  max-height: 300px;
  overflow-y: auto;
}
.ZCLitem {
  padding: 2px 10px 2px 10px;
  background-color: #ededed;
}
.ZCLitem:nth-child(even) {
  background-color: #f8f8f8;
}
#zipCollectionList div div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ZCLname {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.ZCLsize {
  width: 20%;
  opacity: 0.6;
  padding: 0 6px;
}
.zipCollectionRemove {
  width: 5%;
  text-align: right;
  height: 12px;
  background: url('/Content/Themes/Default/img/zip_delete.png') no-repeat center right;
  cursor: pointer;
}
#ZCLclose {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 28px;
  height: 28px;
  background: url('/Content/Themes/Default/img/zip_close.png') no-repeat center center;
  cursor: pointer;
}
#zipCollectionSizeContainer {
  padding: 10px 0 20px 0;
  text-align: right;
}
#zipCollectionSize {
  font-weight: bold;
}
#zipCollectionPostZip {
  overflow: hidden;
  text-overflow: ellipsis;
}
#ZCLdownloadbut {
  text-align: right;
}
#ZCLbutClear {
  float: left;
}
#ZCLbutDownload {
  float: right;
}
#ZCLbutCopy,
#ZCLbutCreate {
  opacity: 0.5;
  margin-right: 8px;
}
#ZCLclipboard {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
}
.CssThemeDark #ZCLclipboard.admin {
  background-color: #eee;
}
#ZCLpassword input,
#ZCLexpiryDays input {
  border: none;
  background-color: transparent;
  background-color: #ddd;
  padding: 3px 6px 3px 6px;
  margin: 0 4px;
}
#ZCLpassword input {
  width: 150px;
}
#ZCLexpiryDays input {
  width: 20px;
  text-align: center;
}
#ZCLlink,
.ZCLlinkEditable {
  text-align: center;
  margin: 0 auto;
  background-color: #ddd;
  padding: 2px 12px 2px 12px;
}
.ZCLlinkEditable {
  font-weight: bold;
}
#ZCLlink input {
  width: 100%;
  font-weight: bold;
  border: none;
  background-color: transparent;
  text-align: center;
  padding: 3px 6px 3px 6px;
}
#ZCLshowLink,
.ZCLlinkInfo,
.ZCLlinkEditorButtons {
  text-align: right;
  margin-top: 5px;
  font-size: 0.9em;
}
.ZCLbutEditSeoTitle {
  float: left;
}
.ZCLnonLiveWarning {
  font-size: 90%;
  margin-top: 8px;
}
.ViewKit .LatestAdditionsList {
  margin-top: 24px;
}
.kitDetails {
  display: block;
  padding-bottom: 12px;
}
.kitDetails .kitImage {
  float: left;
  height: 44px;
  width: 64px;
  background: url('/Content/Themes/Default/img/kit-icon.png') no-repeat center center;
}
.kitDetails .kitImage a {
  display: block;
  width: 100%;
  height: 100%;
}
.kitDetails .kitTitle,
.kitDetails .kitContents,
.kitDetails .kitButtons {
  margin-left: 72px;
}
.kitDetails .kitTitle a {
  font-weight: bold;
}
.kitDetails .kitSize {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.9em;
  opacity: 0.8;
}
.kitDetails .kitButtons a {
  display: inline-block;
  margin-right: 8px;
}
.attachedAssets .kitDetails {
  padding-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 12px;
}
.NewsItemNews .attachments:before {
  content: '+\00a0\00a0';
}
.NewsItemFiles .attachments:before {
  content: '-\00a0\00a0';
}
.fa-file-word-o,
.fa-file-word-o:hover {
  color: #2B579A;
}
.fa-file-excel-o,
.fa-file-excel-o:hover {
  color: #217346;
}
.fa-file-pdf-o,
.fa-file-pdf-o:hover {
  color: #FF3500;
}
.fa-file-powerpoint-o,
.fa-file-powerpoint-o:hover {
  color: #D24726;
}
.fileCol .fa,
.fileCol .fa:hover {
  color: #666666;
}

.ViewUsersBoxed #pageHeader {
  max-width: 600px;
}
.ViewUsersBoxed #pageContainer {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ViewUsersBoxed #contentContainer {
  background-color: #ffffff;
}
.ViewUsersBoxed #maincontentcontainer {
  background: none;
}
.ViewUsersBoxed #maincontent {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 600px;
}
.ViewUsersBoxed nav {
  text-align: center;
  margin-top: 20px;
}
fieldset {
  margin: 10px 0;
}
@media (min-width: 640px) {
  .ViewUsersBoxed #maincontent {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 25px;
  }
}
.registrationRequiredInfo {
  font-size: 80%;
  margin-bottom: 20px;
}
.loginLostPassword {
  text-align: center;
  margin-top: 20px;
}
#UserProfileRemove {
  float: left;
  margin-right: 12px;
}
#UserProfileUpdateButton,
#UserProfileCancel {
  float: right;
  margin-left: 12px;
}
.fast-track-container {
  padding: 18px 16px;
  margin-bottom: 32px;
  background-color: rgba(137, 127, 179, 0.3);
}
.fast-track-container legend {
  border-bottom: 1px solid rgba(137, 127, 179, 0.5);
  padding-top: 16px;
  background-image: url(/Content/Themes/Default/img/gp_logo_onwhite_80px.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.fast-track-container legend .optional {
  text-transform: none;
  opacity: 0.6;
  font-size: 80%;
}
.fast-track-container a,
.fast-track-container a:visited {
  color: #333366;
}
.fast-track-container a:hover {
  color: #666699;
}
.fast-track-container .btn-primary,
.fast-track-container .list-group-item.active,
.fast-track-container .list-group-item.active:focus,
.fast-track-container .list-group-item.active:hover {
  background-image: -webkit-linear-gradient(top, #8878AF 0, #5F547A 100%);
  background-image: -o-linear-gradient(top, #8878AF 0, #5F547A 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8878AF), to(#5F547A));
  background-image: linear-gradient(to bottom, #8878AF 0, #5F547A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8878AF', endColorstr='#ff5F547A', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #5F547A;
}
.fast-track-container .btn-primary:focus,
.fast-track-container .btn-primary:hover {
  background-color: #5F547A;
  background-position: 0 -15px;
}
.fast-track-container .butLoading {
  background-image: url(/Content/Themes/Default/img/ajax-loader.gif);
}
.login-footer-text span {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
}

:root {
  --mainBgColor: #fff;
  --greyBgColor: #f2f2f2;
  --defaultBgColor: #ddd;
  --themeShade: light;
  --bodyColor: #333;
  --linkColor: #c80000;
  --hoverColor1: #ee1d25;
  --hoverColor2: #c80000;
  --rolloverColor: #9A89C6;
  --visitedColor: #9384BC;
  --visitedHoverColor: #9384BC;
  --primaryColor: #5F547A;
  --silverColor: #f2f2f2;
  --darkGrey2: #4D4D4D;
  --bodyFont: 'Roboto', sans-serif;
  --headingFont: proxima-nova, sans-serif;
  --borderColor: #e6e6e6;
  --minWidthForOneLineNav: 1000px;
}
html {
  font-family: var(--bodyFont);
  font-size: 16px;
  line-height: 1.6;
  line-height: 1.15;
}
#maincontentcontainer {
  padding: 107px 0 0 0;
}
@media (min-width: 1000px) {
  #maincontentcontainer {
    padding: 60px 0 0 0;
  }
}
@media (min-width: 1284px) {
  #maincontentcontainer {
    padding: 80px 0 0 0;
  }
}
.container-content {
  padding-top: 50px;
  padding-bottom: 60px;
}
body {
  color: var(--bodyColor);
  background-color: var(--mainBgColor);
  font-family: var(--bodyFont);
  font-size: 1em;
}
.landing-widgets > div:first-child {
  background-color: var(--greyBgColor);
}
.container-breadcrumb {
  display: none;
}
@media (min-width: 992px) {
  .sideboxes-right {
    border-left: none;
  }
}
a,
a:visited {
  color: var(--linkColor);
}
a:hover,
a:visited {
  color: var(--hoverColor1);
}
a.newsLink {
  transition: color 0.5s, opacity 0.3s;
  color: #000;
}
a.newsLink:hover {
  color: var(--hoverColor2);
}
h1,
h2,
h3,
.navbar,
.headline {
  font-family: var(--headingFont);
}
h1 {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 700;
}
h2 {
  font-size: 26px;
  font-size: 1.8rem;
  color: #666;
}
h3 {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0;
  text-transform: uppercase;
}
header.pagetype,
.latestFeed header,
.ViewLanding .textitem header {
  position: relative;
}
header.pagetype h3,
.latestFeed header h3,
.ViewLanding .textitem header h3 {
  color: #000;
  border-bottom: 1px solid #000;
  line-height: 42px;
}
.sideboxes aside:first-child h3 {
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .latestFeed h3,
  .ViewLanding .textitem h3 {
    font-size: 24px;
    font-weight: 800;
  }
}
.bodytext {
  font-size: 10pt;
  line-height: 1.5;
}
.bodytext a:not(.adminButton):hover {
  text-decoration: underline;
}
.carousel-title h1 {
  margin: 0 0 18px;
  font-weight: 800;
  line-height: 1;
  padding: 16px;
  padding: 1rem;
  font-size: 32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.maincontent .headline {
  font-size: 16pt;
  line-height: 1.3;
}
.newsItem .intro {
  font-size: 11pt;
  font-style: italic;
}
.pressreleaseContentInner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .ViewNews .sideboxes-right {
    border-left: 0;
  }
}
.ViewNews h1 {
  font-size: 16pt;
  line-height: 1.3;
  font-weight: bold;
  margin: 1em 0 0.6em 0;
  text-align: center;
}
.ViewNews h2 {
  font-size: 11pt;
  font-style: italic;
  margin: 1em 0 1em 0;
  text-align: center;
}
.ViewNews .assetsListItem .assetInfo,
.assetInfo .assetDescription {
  font-size: 11pt;
}
#pageContainer .btn,
#zipCollection .btn {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 16px;
  padding: 0 2rem;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  height: 70px;
  line-height: 70px;
  font-family: var(--headingFont);
  font-size: 1.125rem;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  background-color: #666;
  background-image: none;
  color: #fff;
}
#pageContainer .btn:hover,
#zipCollection .btn:hover {
  background-color: #888;
  -webkit-transform: rotateY(15deg);
  transform: rotateY(15deg);
}
#pageContainer .btn.butLoading,
#zipCollection .btn.butLoading {
  background-image: url(/Content/Themes/Default/img/ajax-loader.gif);
}
#zipCollection .btn.btn-primary,
#pageContainer .btn#filedownload {
  color: #fff;
  background-color: var(--linkColor);
}
#zipCollection .btn.btn-primary:hover,
#pageContainer .btn#filedownload:hover {
  color: #fff;
  background-color: var(--hoverColor1);
}
#zipCollection .btn.btn-primary.disabled,
#pageContainer .btn#filedownload.disabled {
  background-color: #666;
}
#zipCollection .btn.btn-primary.disabled:hover,
#pageContainer .btn#filedownload.disabled:hover {
  background-color: #666;
}
#pageContainer .sideboxes .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  padding: 0 1.5rem;
}
.ViewFilesIndex #pageContainer .assetSet .btn,
#pageContainer .btn.loginButton {
  height: 50px;
  line-height: 50px;
  padding: 0 1.5rem;
}
#pageContainer footer.hasMore {
  padding: 14px 7px;
  width: 100%;
  text-align: center;
}
#pageContainer footer.hasMore .btn {
  letter-spacing: 1px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  #pageContainer .btn.carousel-button {
    margin-right: 16px;
    margin-right: 1rem;
    min-width: 286px;
    font-size: calc(7.33333px + 1.38889vw);
  }
  #pageContainer .maincontent footer.hasMore,
  #pageContainer .latestFeed footer.hasMore,
  .ItemsFeatured footer.hasMore .btn {
    padding: 40px 0;
  }
  #pageContainer .maincontent footer.hasMore .btn,
  #pageContainer .latestFeed footer.hasMore .btn,
  .ItemsFeatured footer.hasMore .btn .btn {
    max-width: 25%;
  }
}
@media (min-width: 1025px) {
  #pageContainer .maincontent footer.hasMore .btn,
  #pageContainer .latestFeed footer.hasMore .btn,
  .ItemsFeatured footer.hasMore .btn {
    max-width: 16.66667%;
  }
}
@media (min-width: 1200px) {
  #pageContainer .btn.carousel-button {
    font-size: 24px;
  }
}
#pageContainer #filedownload.btn {
  margin: 16px 0;
}
#pageContainer #filedownload.btn:disabled {
  background-color: transparent;
  border: 1px solids var(--silverColor);
  color: #000;
}
.expandable {
  color: var(--linkColor);
}
.butTickAll {
  overflow: visible;
}
@media (min-width: 992px) {
  .sideboxes aside footer .pager {
    text-align: center;
  }
}
.svg-inline {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  vertical-align: -0.125em;
  width: 1em;
  overflow: visible;
}
#headerContainer {
  position: fixed;
  z-index: 10;
  width: 100vw;
}
.navbar-default {
  padding-left: 32px;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: none;
  transition: height 0.2s ease-in-out;
}
.navbar-brand {
  width: 308px;
  padding: 0;
  height: auto;
  float: none;
}
.navbar-brand img {
  display: block;
  height: 30px;
  margin-bottom: -6.5px;
}
.navbar-header {
  cursor: pointer;
  margin-right: 20px;
  max-width: 195px;
  transition: all 0.6s ease-in-out;
}
.navbar-header img {
  width: 200px;
  transition: all 0.2s ease-in-out;
}
.navbar-header:hover {
  opacity: 0.95;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.navbar-header-subtitle {
  margin-top: 6px;
  padding-top: 2px;
  border-top: 1px solid #666;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  transition: all 0.2s ease-in-out;
}
#mainmenuLatest {
  display: none;
}
.menu-item.brand-other {
  display: none;
}
.navbar-nav-main > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-form {
  margin-right: 32px;
}
.navbar-collapse-container {
  padding-right: 25px;
}
@media (max-width: 767px) {
  .navbar-collapse-container {
    display: flex;
    flex-basis: 100%;
    text-align: center;
    background-color: var(--greyBgColor);
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 20px;
    text-align: center;
  }
  .navbar-default .navbar-collapse {
    margin: 0 auto;
    width: 100%;
  }
  .navbar-default .navbar-collapse .mainmenuSpacer {
    display: none;
  }
  .navbar-default .navbar-collapse .navbar-nav {
    margin: 0;
  }
  .navbar-default .navbar-collapse .navbar-nav > li {
    border-bottom: 1px solid var(--borderColor);
  }
}
.navbar-default .navbar-nav > li > a {
  color: #000;
  padding: 10px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #c80000;
  -webkit-animation: pp-black-to-red 0.2s ease-in-out forwards;
  animation: pp-black-to-red 0.2s ease-in-out forwards;
}
.navbar-default .navbar-collapse .navbar-nav > li > a {
  padding: 20px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  background-image: none;
  filter: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: var(--hoverColor2);
  background: none;
}
.nav-break {
  display: none;
}
.user-nav {
  font-size: 20px;
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
}
.user-nav .but-account,
.user-nav .but-account:visited,
.user-nav .activate-search-button,
.user-nav .activate-search-button:visited,
.user-nav .countryselect > a,
.user-nav .countryselect > a:visited {
  color: #fff;
}
.user-nav .but-account:hover,
.user-nav .but-account:visited:hover,
.user-nav .activate-search-button:hover,
.user-nav .activate-search-button:visited:hover,
.user-nav .countryselect > a:hover,
.user-nav .countryselect > a:visited:hover,
.user-nav .but-account:focus,
.user-nav .but-account:visited:focus,
.user-nav .activate-search-button:focus,
.user-nav .activate-search-button:visited:focus,
.user-nav .countryselect > a:focus,
.user-nav .countryselect > a:visited:focus {
  opacity: 0.8;
}
.user-nav .nav-login {
  padding: 14px;
  font-size: 0.6em;
  transition: all 0.2s ease-in-out;
}
.search-button-container {
  display: flex;
  align-items: center;
  background-image: url(/Content/Themes/Square-Enix/img/right-penna.svg);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 280px;
  margin-right: -150px;
  padding-left: 80px;
}
.user-button-containers {
  display: flex;
  align-items: center;
  background-color: #000;
  padding-right: 32px;
}
.loginFormContainer.dropdown-menu {
  left: auto;
  right: 0;
}
.navbar-default .navbar-text {
  color: #fff;
  margin: 0;
}
.nav-login > li {
  float: none;
  display: block;
}
.nav-login > li p,
.nav-login > li a {
  height: auto;
  padding: 0;
}
@media (min-width: 1284px) {
  .navbar-default {
    height: 80px;
  }
  .navbar-nav-main > li > a {
    font-size: 20px;
  }
  .navbar-header {
    max-width: 291px;
  }
  .navbar-header img {
    width: 300px;
    margin-bottom: -2.5px;
  }
  .navbar-header-subtitle {
    font-size: 18px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 15px;
  }
  .user-nav .nav-login {
    font-size: 0.7em;
  }
}
.countryselect > a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.countryselect > a .flag {
  margin-right: 6px;
}
#countrytext {
  font-size: 0;
}
.dropdown-menu.countrylist {
  left: auto;
  right: 0;
  font-family: var(--bodyFont);
}
.dropdown-menu.countrylist a {
  transition: color 0.5s, opacity 0.3s;
  color: #000;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  line-height: 1.8;
}
.dropdown-menu.countrylist a:hover {
  color: var(--hoverColor2);
}
.dropdown-menu.countrylist a .flag {
  margin-right: 8px;
}
.lang {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  line-height: 1em;
  padding: 2px 6px;
  margin: 0;
  font-size: 12pt;
  line-height: 1;
}
.countryselect .lang.currentlang {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}
@media (max-width: 999px) {
  .navbar-default {
    padding-left: 0;
    flex-wrap: wrap;
  }
  .navbar-header {
    padding-left: 32px;
    max-width: 226px;
  }
  .user-nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #000;
    padding-left: 32px;
    flex-basis: 100%;
    height: 40px;
  }
  .user-nav .nav-login {
    display: flex;
  }
  .search-button-container {
    background: none;
    padding-left: 0;
    width: auto;
    margin: 0;
  }
  .nav-toggle-container {
    margin-left: auto;
  }
  .navbar-toggle {
    margin-right: 32px;
  }
  .nav-spacer {
    min-height: 66px;
  }
  .nav-break {
    display: flex;
    flex-basis: 100%;
    height: 0;
  }
  .user-nav a,
  .user-nav a:visited,
  .user-nav .nav-login {
    padding: 6px;
  }
  .nav-login > li {
    padding: 0 6px;
  }
}
.sideboxes aside {
  border-bottom: none;
  margin-bottom: 0;
}
.sideboxes-left aside {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.sideboxes-right {
  margin-top: 0;
}
.carousel {
  position: relative;
}
.carousel-slides {
  margin: 0;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 80vh;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
.carousel-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: absolute;
  overflow: hidden;
  width: 100vw;
  max-height: 80vh;
  left: 0;
  top: 0;
}
.carousel-slide.inactive {
  left: -100vw;
}
.carousel-slide.current-left {
  animation: slidein-left 0.25s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.carousel-slide.previous-left {
  animation: slideout-left 0.25s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.carousel-slide.current-right {
  animation: slidein-right 0.25s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.carousel-slide.previous-right {
  animation: slideout-right 0.25s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.carousel-image {
  height: 80vh !important;
  width: 100vw !important;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
}
.carousel-info {
  position: absolute;
  bottom: 48px;
  bottom: 3rem;
  left: 48px;
  left: 3rem;
  max-width: 70%;
}
.carousel-title {
  display: table;
}
@media (max-width: 768px) {
  .carousel-title {
    max-width: 100%;
    width: 100%;
  }
  .carousel-title h1 {
    width: 100%;
    margin-bottom: 0;
  }
}
.carousel-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 40%;
  z-index: 10000;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 6em;
  width: 0.375em;
  height: 1em;
  vertical-align: -0.125em;
}
.carousel-nav:hover {
  opacity: 1;
  color: #fff;
  color: hsla(0, 0%, 100%, 0.8);
  cursor: pointer;
}
.carousel-nav-left {
  left: 0;
  margin-left: 32px;
  margin-left: 2rem;
}
.carousel-nav-right {
  margin-right: 32px;
  margin-right: 2rem;
  right: 0;
}
.svg-inline {
  overflow: visible;
}
.ItemsFeatured {
  background: var(--greyBgColor);
}
.ItemsFeatured .Item {
  padding: 0;
}
.ItemsFeatured .Item .image-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 56.25% 0 0 0;
}
.ItemsFeatured .Item a {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.ItemsFeatured .Item img {
  -webkit-transition: border 0.1s, opacity 0.3s ease, -webkit-transform 0.75s ease-out;
  transition: border 0.1s, opacity 0.3s ease, -webkit-transform 0.75s ease-out;
  -o-transition: border 0.1s, transform 0.75s ease-out, opacity 0.3s ease;
  transition: border 0.1s, transform 0.75s ease-out, opacity 0.3s ease;
  transition: border 0.1s, transform 0.75s ease-out, opacity 0.3s ease, -webkit-transform 0.75s ease-out;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.ItemsFeatured .Item img:hover {
  transform: scale(1.04) rotate(0.001deg);
  opacity: 0.85;
}
.latestFeedAssets .headline {
  margin-bottom: 10px;
}
.latestFeedAssets .fileCollectionList {
  margin-bottom: 10px;
}
.newsList:last-child .newsItem,
.LatestAdditionsList > li:last-child {
  border-bottom: none;
}
#pageContainer .latestFeed footer.hasMore,
.ItemsFeatured footer.hasMore .btn {
  padding: 0 0 40px 0;
}
.newsList.withimages .headline a {
  color: var(--bodyColor);
}
#pageContainer .bodyContent .LatestAdditionsList .assetSet .btn {
  padding: 0 1.5rem;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
}
#pageContainer .bodyContent .LatestAdditionsList h1 {
  font-size: 24px;
  line-height: 1.3;
}
#pageContainer .bodyContent .LatestAdditionsList h1 a {
  color: var(--bodyColor);
}
#pageContainer .bodyContent .LatestAdditionsList .tn:not(.ph):not(.externalLink) .tn-inner > a {
  height: 0;
  padding-top: 100%;
  position: relative;
}
#pageContainer .bodyContent .LatestAdditionsList .tn:not(.ph):not(.externalLink) a img:not(.fileicon) {
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}
body.noscroll {
  overflow: hidden;
}
.search-overlay {
  background-color: #000;
  background-color: #323232;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.search-active .search-overlay {
  height: 74px;
}
.search-container {
  padding: 12px 0;
}
.search-container .form-group {
  width: 100%;
}
.search-container .input-group {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0 30px;
}
.search-container input[type=search] {
  border: 0;
  padding: 0 14px;
  padding: 0 0.8rem;
  font-size: 1rem;
  height: 2rem;
  width: 100%;
  border-radius: 0;
}
.search-container .input-group-btn {
  width: auto;
}
.search-container button {
  background: none;
  border: 0;
  color: #aaa;
  font-size: 20px;
  box-shadow: none;
  padding: 0 12px;
  height: 2rem;
}
.search-container button:hover,
.search-container button:focus {
  color: var(--hoverColor2);
  background: none;
  border: 0;
  box-shadow: none;
}
#pageContainer .btn.btn-search {
  height: auto;
  line-height: 2rem;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .navbar-form.searchForm .input-group > .form-control {
    width: 300px;
  }
}
.ViewSearch h3 {
  margin-bottom: 20px;
}
.td-plat {
  font-style: normal;
}
#pageContainer .tabbox .nav-tabs {
  font-family: var(--headingFont);
  text-transform: uppercase;
}
#pageContainer .tabbox .nav-tabs > li > a > span {
  font-size: 0.8em;
}
.ViewItem {
  font-size: 1.1em;
  line-height: 1.4;
  /*.productLogoContainer {
        display: none;
    }*/
}
.ViewItem .bannerContainer {
  width: 100%;
  height: 100vh;
  max-height: 70vh;
}
.ViewItem .banner-wrapper {
  position: absolute;
  height: 100vh;
  max-height: 70vh;
  width: 100%;
}
.ViewItem .banner {
  height: 100vh;
  max-height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ViewItem .bannerContainer.placeholder {
  max-height: 50vh;
}
.ViewItem .bannerContainer.placeholder .banner-wrapper {
  max-height: 50vh;
}
.ViewItem .bannerContainer.placeholder .banner-wrapper .banner {
  background-image: url(/Content/Themes/Square-Enix/img/squareenix_logo.svg);
  background-size: 90%;
  background-color: #eee;
  max-height: 50vh;
}
.ViewItem .container-content {
  margin-top: 10px;
}
.ViewItem .sideboxes-left .visible-xs,
.ViewItem .sideboxes-left .visible-sm {
  display: block !important;
}
.ViewItem .maincontent .HeaderPanel,
.ViewItem .docDownload {
  display: none;
}
.ViewItem .pagetype h1,
.ViewItem .pagetype h3 {
  display: none;
}
.ViewItem .bodytext {
  font-size: 1.1em;
  line-height: 1.4;
}
.itemDetailsHeader {
  height: 100%;
  position: relative;
}
.infoBoxItem {
  margin-bottom: 16px;
}
.infoBoxItem .infoBoxLabel {
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1em;
}
.infoBoxItem .infoBoxData {
  display: block;
}
.infoBoxItem .infoBoxData.prod-name {
  font-weight: normal;
}
h4 {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
  opacity: 0.8;
}
.tn:not(.ph) {
  font-size: 11px;
}
.tn:not(.ph) .thumbActions .thumbDescription {
  font-size: 1.2em;
}
.tn-more {
  font-weight: 700;
  font-size: 20px;
}
#pageContainer .flag {
  font-size: 0;
  width: 22px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
#pageContainer .flag,
#pageContainer .flag-wrapper {
  display: inline-block;
}
#pageContainer .flag-GB {
  background-image: url(/Content/Themes/Square-Enix/img/flags/gb.svg);
}
#pageContainer .flag-FR {
  background-image: url(/Content/Themes/Square-Enix/img/flags/fr.svg);
}
#pageContainer .flag-DE {
  background-image: url(/Content/Themes/Square-Enix/img/flags/de.svg);
}
#pageContainer .flag-ES {
  background-image: url(/Content/Themes/Square-Enix/img/flags/es.svg);
}
#pageContainer .flag-IT {
  background-image: url(/Content/Themes/Square-Enix/img/flags/it.svg);
}
#pageContainer .flag-US {
  background-image: url(/Content/Themes/Square-Enix/img/flags/us.svg);
}
#pageContainer .flag-BR {
  background-image: url(/Content/Themes/Square-Enix/img/flags/flag-pt.png);
}
#pageContainer .flag-MX {
  background-image: url(/Content/Themes/Square-Enix/img/flags/flag-es.png);
}
.admin .flag:not(.worldflag),
#pageContainer .admin .flag:not(.worldflag) {
  background: url('/Content/Themes/Square-Enix/img/flags.png') no-repeat;
  width: 16px;
  height: 11px;
}
.admin .flag.flag-GB,
#pageContainer .admin .flag.flag-GB {
  background-position: 0 -11px;
}
.admin .flag.flag-FR,
#pageContainer .admin .flag.flag-FR {
  background-position: -48px 0;
}
.admin .flag.flag-DE,
#pageContainer .admin .flag.flag-DE {
  background-position: -16px 0;
}
.admin .flag.flag-IT,
#pageContainer .admin .flag.flag-IT {
  background-position: -16px -11px;
}
.admin .flag.flag-ES,
#pageContainer .admin .flag.flag-ES {
  background-position: -32px 0;
}
.pageFooter {
  background-color: #000;
  color: #fff;
  padding: 5rem 0 2.5rem;
}
.pageFooter .container-links {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.pageFooter a,
.pageFooter a:visited {
  color: #fff;
}
.pageFooter a:hover,
.pageFooter a:visited:hover,
.pageFooter a:focus,
.pageFooter a:visited:focus {
  opacity: 0.7;
}
.pageFooter .footer-links {
  line-height: 1.5;
  margin-bottom: 1em;
}
.pageFooter .footer-links > div {
  display: inline-block;
  margin-right: 1em;
}
.pageFooter .footer-links > div:after {
  content: "\2022";
  margin-left: 1em;
}
.pageFooter .footer-links > div a {
  transition: opacity 0.2s ease;
}
.pageFooter .footer-links > div:last-child:after {
  content: "";
  margin-left: 0;
}
.pageFooter .container-legal {
  margin-top: 3em;
  font-size: 8pt;
  padding-right: 7rem;
}
@media (min-width: 768px) {
  .pageFooter .container-links,
  .pageFooter .container-legal {
    text-align: left;
  }
}
.td-prod,
.prod-name {
  font-family: var(--headingFont);
  font-weight: 700;
}
.td-plat {
  font-style: normal;
  color: #666;
}
.ViewUsersBoxed #pageHeader {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 25px 0 20px 0;
}
.ViewUsersBoxed #maincontentcontainer {
  padding: 0;
}
.ViewUsersBoxed #maincontent {
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 30px;
}
@media (min-width: 640px) {
  .ViewUsersBoxed #maincontent {
    margin-bottom: 20px;
    border: 1px solid var(--borderColor);
  }
}
@media (min-width: 768px) {
  .ViewUsersBoxed .col-sm-3,
  .ViewUsersBoxed .col-sm-4,
  .ViewUsersBoxed .col-sm-8,
  .ViewUsersBoxed .col-sm-9,
  .ViewUsersBoxed .col-md-7,
  .ViewUsersBoxed .col-md-5 {
    width: 100%;
  }
  .ViewUsersBoxed .form-horizontal .control-label {
    padding-top: 0;
    margin-bottom: 7px;
    text-align: left;
  }
}
.ViewUsers #pageContainer .form-horizontal .control-label {
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 7px;
}
.ViewUsers #pageContainer input,
.ViewUsers #pageContainer select,
.ViewUsers #pageContainer textarea {
  border-radius: 0;
  border-color: var(--borderColor);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 15px;
}
.form-group.formRequired label::after,
li.formRequired label::after {
  color: var(--linkColor);
  font-weight: bold;
}
.g-recaptcha > div {
  margin: 0 auto;
}
.ViewTAndCs h1 {
  text-align: center;
}
@keyframes slidein-left {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
@keyframes slideout-left {
  from {
    margin-right: 0;
    width: 100%;
  }
  to {
    margin-right: 100%;
    width: 300%;
  }
  0% {
    left: 0;
  }
  100% {
    left: -100vw;
  }
}
@keyframes slidein-right {
  from {
    margin-right: 100%;
    width: 300%;
  }
  to {
    margin-right: 0%;
    width: 100%;
  }
  0% {
    left: -100vw;
  }
  100% {
    left: 0;
  }
}
@keyframes slideout-right {
  from {
    margin-left: 0;
    width: 100%;
  }
  to {
    margin-left: 100%;
    width: 300%;
  }
}
@keyframes pp-black-to-red {
  0% {
    color: #000;
  }
  100% {
    color: #c80000;
  }
}
.list-group {
  box-shadow: none;
}
.list-group-item {
  border: none;
}
.filter-active-list {
  padding-bottom: 8px;
}
.filter-active-list h3 {
  padding-bottom: 8px;
}
.filter-option-list {
  border-top: none;
  font-size: 1em;
}
.filter-option-list .checkbox label {
  font-size: 0.9em;
}
.filter-item button {
  padding: 9px 15px 0 15px;
  font-size: 0.9em;
}
.filter-item button h4 {
  border-bottom: 1px solid transparent;
  padding-bottom: 7px;
}
.filter-item.open button h4 {
  border-bottom: 1px solid #bbb;
}
#pageContainer .filter-selections .btn {
  padding: 0.5rem 1rem;
  height: auto;
  line-height: 1em;
  font-size: 0.9em;
  white-space: normal;
  text-align: right;
}
#pageContainer .filter-selections .btn:hover {
  transform: none;
  cursor: pointer;
}
a.filter-more {
  font-size: 0.9em;
  color: var(--bodyColor);
}
a.filter-more:hover {
  color: var(--hoverColor1);
}
.ItemType-corporate .sideboxes-left figure {
  margin: 0 0 40px 0;
}
.ItemType-corporate .ckEditorInlineFormContainer {
  margin-top: 0;
}
.admin legend,
#ProductTypeId option {
  text-transform: capitalize;
}
#pageContainer .btn.btn-primary:hover,
#zipCollection .btn.btn-primary:hover {
  color: #fff;
}
@media (min-width: 769px) {
  #pageContainer .maincontent footer.hasMore .btn,
  #pageContainer .latestFeed footer.hasMore .btn {
    max-width: none;
  }
}
@media (min-width: 1025px) {
  #pageContainer .maincontent footer.hasMore .btn,
  #pageContainer .latestFeed footer.hasMore .btn {
    max-width: none;
  }
}
.headline {
  overflow-wrap: break-word;
}
.newsList .from {
  display: none;
}
.ItemsFeatured .adminItem {
  padding: 6px;
  z-index: 2;
}
.ItemsFeatured .admin-placeholder {
  display: block;
  text-align: center;
  width: 100%;
}
.ViewContact .article-container form label {
  text-transform: capitalize;
}
#msgContainer {
  z-index: 999;
}
#adminBar {
  z-index: 998;
}
@media (min-width: 768px) {
  .sideboxes-top .textitem {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .sideboxes-top .textitem {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .sideboxes-top .textitem {
    width: 1170px;
  }
}
.sideboxes-top .textitem {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  margin-right: auto;
  margin-left: auto;
}
.ViewLanding .container-content {
  padding-top: 30px;
}
.textitem .hoverReveal2 {
  z-index: 3;
}
.attachedAssets .AgeGateContent > span,
.infoBox .AgeGateContent > span {
  font-size: 14px;
}
.media-body,
.media-left,
.media-right {
  vertical-align: middle;
}
