/*
* CSS for ValianceOnline template
* Created By: Jonathan Williams
* On: 23 - 10 - 2015
*/
.BlueHeader {
    background: linear-gradient(to right, transparent, #1e456e, #1e456e, transparent);
    text-align: center;
    color:white;
}

.CornerTicksMainStatic{
  width: 444px;
  background-position: left top, right top, left bottom, right bottom;
  background-size: 15px 15px, 15px 15px, 15px 15px, 15px 15px;
  background-image: url("../Images/CornerTL.png"), url("../Images/CornerTR.png"), url("../Images/CornerBL.png"), url("../Images/CornerBR.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  height: 269px;
  left: -3px;
}

.CornerTicks::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background-position: left top, right top, left bottom, right bottom;
  background-size: 15px 15px, 15px 15px, 15px 15px, 15px 15px;
  background-image: url("../Images/CornerTL.png"), url("../Images/CornerTR.png"), url("../Images/CornerBL.png"), url("../Images/CornerBR.png");
  background-repeat: no-repeat;
}
.CornerTicks.small:before {
  background-size: 10px 10px, 10px 10px, 10px 10px, 10px 10px;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}
.CornerTicks.anim::before {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.CornerTicks.anim:hover::before {
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
}

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: OpenSansBold;
  src: url("../fonts/OpenSans-Bold.ttf");
}
@font-face {
  font-family: GothamBlack;
  src: url("../fonts/Gotham-Black.otf");
}
@font-face {
  font-family: GothamBook;
  src: url("../fonts/Gotham-Book.otf");
}
@font-face {
  font-family: GothamBold;
  src: url("../fonts/Gotham-Bold.otf");
}
@font-face {
  font-family: OpenSansLight;
  src: url("../fonts/OpenSans-Light.ttf");
}
@font-face {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  src: url("/media/jui/fonts/IcoMoon.eot?#iefix") format("embedded-opentype"), url("/media/jui/fonts/IcoMoon.woff") format("woff"), url("/media/jui/fonts/IcoMoon.ttf") format("truetype"), url("/media/jui/fonts/IcoMoon.svg#IcoMoon") format("svg");
}

body {
  background: black url(../Images/Home/Banner_Valiance.jpg) no-repeat center / 1920px fixed;
  background: linear-gradient(to bottom, transparent, calc(0px), transparent calc(0px), transparent calc(440px), black calc(758px)), linear-gradient(to right, rgb(0, 0, 0) calc(10% - 641px), transparent calc(10% - 300px), transparent calc(90% + 300px), rgb(0, 0, 0) calc(90% + 670px)) no-repeat scroll 0px 0px / 100% 100%, black url(../Images/Home/Banner_Valiance.jpg) no-repeat center / 1920px auto;
  background-position-y: -50px;
  font-family: OpenSans;
  color: white;
  margin: 0;
  font-size: 15px;
}
h1 {
  font-family: GothamBlack;
}
h2 {
  font-family: GothamBook;
}
input[type="text"], input[type="password"], input[type="email"] {
  font-family: OpenSansLight;
  color: white;
  background: black;
  border: 1px solid white;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 12px;
  width: 80%;
  margin: 5px 0;
}
button, .LoginInfo input[type="submit"] {
  cursor:pointer;
  font-family: GothamBlack;
  border: 1px solid white;
  border-radius: 50px;
  color: #CCC;
  padding: 5px 20px;
  font-size: 20px;
  margin-bottom: 20px;
  background-origin: content-box;
  background: #105d88;
  background: -webkit-linear-gradient(#4896c2 , #105d88);
  background: -o-linear-gradient(#4896c2, #105d88);
  background: -moz-linear-gradient(#4896c2, #105d88);
  background: linear-gradient(#4896c2, #105d88);
}
button:hover, .LoginInfo input:hover[type="submit"] {
  color: white;
  background: #2d86ab;
  background: -webkit-linear-gradient(#71b5d6 , #2d86ab);
  background: -o-linear-gradient(#71b5d6, #2d86ab);
  background: -moz-linear-gradient(#71b5d6, #2d86ab);
  background: linear-gradient(#71b5d6, #2d86ab);
}
#Top {
  display: block;
  height: 44px;
  width: 100%;
}

.Header {
  background: black;
  border-bottom: 2px #D40000 solid;
  height: 34px;
  width: 100%;
  padding-top: 10px;
  position: fixed;
  z-index: 1000;
}
.HomePanel {
  width: 100%;
  max-width: 1340px;
  margin: auto;
  font-size: 14px;
  position: relative;
  font-family: OpenSans;
  height: 100%;
}
.HomePanel h1 {
  margin: 0;
  font-family: GothamBlack;
  font-size: 4.1em;
  line-height: 0.9;
}
.HomePanel h2 {
  margin: 0;
  font-size: 2.8em;
  line-height: 0.9;
}
.HomePanel h3 {
  padding: 0 10px;
  font-family: GothamBlack;
  font-size: 1.69em;
  line-height: 0.9;
  display: inline-block;
}
.HomePanel a {
  color: #CCC;
  text-decoration: none;
}
.HomePanel a:hover {
  color: white;
}

.Hidden {
  visibility: hidden;
}

.ModalOverlayBG {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  z-index: 900;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#login-form {
  margin: 0;
}
.LoginBox, #sbox-window.shadow {
  font-size: 12px;
  font-family: OpenSansLight;
  color: #38B;
  background: transparent url("../Images/SignIn/Background.jpg") no-repeat 0 0 / 100% 100%;
  border: 2px #555 solid;
  border-bottom-color: #333;
  border-right-color: #333;
  text-align: center;
  -webkit-box-shadow: 5px 5px 5px black;
  -moz-box-shadow: 5px 5px 5px black;
  box-shadow: 5px 5px 5px black;
  border-radius: 0;
  padding-top: 30px;
}
.LoginBox {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 20px;
  min-width: 200px;
  max-width: 400px;
  height: 300px;
  z-index: 1000;
}
.LoginBox a {
  text-decoration: none;
  font-family: OpenSansLight !important;
  color: #38B !important;
}
.LoginBox a:hover {
  color: #49C;
}
.LoginBox h1 {
  color: white;
  margin: 20px 0px !important;
  border-bottom: 2px #555 solid;
}
.LoginBox button {
  font-size: 20px;
  margin-bottom: 20px;
  padding: 5px 50px;
}
.LoginBox input[type="checkbox"] {
  display: none;
}
.LoginBox input[type="checkbox"] + label {
  text-align: left;
  cursor: pointer;
  font-size: 15px;
  color: #CCC;
}
.LoginBox input[type="checkbox"] + label:hover, .LoginBox input[type="checkbox"]:checked + label {
  color: #FFF;
}
.LoginBox input[type="checkbox"] + label:before {
  cursor: pointer;
  content: "";
  display: inline-block;
  font-size: 15px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 15px;
  margin: 10px;
  position: relative;
  background-color: black;
  border: 2px #888 solid;
  border-bottom-color: white;
  border-right-color: white;
  vertical-align: middle;
}
.LoginBox input[type="checkbox"]:checked + label:before {
  content: "\2713";
  color: white;
}
#form-login-remember {
  text-align: left;
  padding-left: 20px;
}

.LoginClose, #sbox-btn-close {
  cursor:pointer;
  position: relative;
  background: transparent url("../Images/SignIn/Button_Close_X.png") no-repeat 0 0 / 100% 100%;
  float: right;
  right: -15px;
  top: -35px;
  width: 26px;
  height: 26px;
  border: none;
}
#sbox-btn-close {
  position: absolute;
  top: 3px;
  right:3px;
}
.LoginClose:hover, .LoginCloseResend:hover, #sbox-btn-close:hover {
  background-image: url("../Images/SignIn/Button_Close_Over_X.png");
}

.LoginText {
  position: relative;
  float: right;
  right: 0;
  font-family: OpenSansLight;
  font-size: 12px;
  color: #CCC;
  text-decoration: none;
}
.LoginText a {
  cursor:pointer;
  font-family: OpenSansLight;
  font-size: 12px;
  color: #CCC;
  text-decoration: none;
}
.LoginText a:hover {
  color: white;
}
.LoginText button, .LoginText input[type="button"], .LoginText input[type="submit"] {
  font-family: GothamBook;
  font-size: 13px;
  background: none;
  border: 1px white solid;
  border-radius: 20px;
  padding: 0 5px;
  text-decoration: none;
  color: white;
  margin: 0 20px;
  display: inline-block;
}
.LoginText button:hover, .LoginText input[type="button"]:hover, .LoginText input[type="submit"]:hover {
  background: rgba(255,255,255,0.25);
  color: white;
}

.LoginInfo {
  position: relative;
  float: right;
  right: 0;
  font-family: OpenSansLight;
  font-size: 12px;
  color: #CCC;
  text-decoration: none;
  height: 30px;
}
.LoginInfo input[type="submit"] {
  cursor: pointer;
  font-family: GothamBlack;
  padding: 5px 8px;
  font-size: 12px;
  margin-bottom: 20px;
}
.LoginInfo input[type="submit"]:hover {
  color: white;
}

.content .reset, .content .remind, .reset-confirm, .reset-complete{
   font-family: OpenSans;
   font-size: 15px;
   margin: 288px auto;
   max-width: 500px;
   background: rgba(0, 0, 0, 0.76);
   border: solid 1px rgba(255, 255, 255, 0.2);
   padding: 20px;
}
.content .reset button, .content .remind  button {

    margin-left: 79px;
    margin-top: 17px;
}
.content fieldset {
  border: none;
  padding: 0;
}
.content {
  position: relative;
  top: 0;
  left: 0;
  min-height: 900px;
  /**background: rgba(255,255,255,0.08);**/
}
.content a {
  text-decoration: none;
  font-family: OpenSansLight;
  color: rgb(67, 166, 209);
}
.content a:hover {
  color: #49C;
}
.contentheading {
  width: 1340px;
  margin: auto;
  background: black;
  text-align: center;
  font-size: 25px;
  height: 500px;
  padding-top: 200px;
}

.tooltip {
  background: black !important;
  color: white !important;
}
.custom > p {
	margin: 0;
}
.Logo {
    cursor: pointer;
    background: transparent url("../Images/VO_Logo_Large.png") no-repeat scroll 0px 0px / contain;
    position: absolute;
    left: 0px;
    top: -5px;
    width: 400px;
    height: 99px;
    z-index: 100;
}
.BreadcrumbBG {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 375px;
  width: 100%;
}
.Breadcrumb {
  width: 1340px;
  margin: auto;
  position: relative;
  top: 0;
  text-transform: capitalize;
}
.breadcrumb a {
  color: #CCC;
  text-decoration: none;
  font-family: OpenSans;
}
.breadcrumb a:hover, .breadcrumb .active {
  color: white;
}
.breadcrumb {
  position: absolute;
  top: -150px;
  font-family: OpenSans;
  font-size: 14px;
  color: #CCC;
  text-shadow: 2px 2px 3px black;
  text-align: left;
  height: 25px;
  width: 1340px;
  margin: 0;
  padding: 0;
}
.breadcrumbBG {
  display: inline-block;
  background: rgba(0,0,0,0.3);
  padding: 3px 8px 3px 4px;
  position: relative;
  z-index: 1;
}
.breadcrumb li {
  display: inline-block;
}

.StaticBG {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top left;
}
.Banner {
  position: relative;
  font-family: GothamBlack;
  font-size: 3.5em;
  text-align: left;
  text-shadow: -2px -2px 3px rgba(0, 0, 0, 0.6), 2px 2px 3px rgba(0, 0, 0, 0.6);
  color: white;
  text-transform: uppercase;
}
.Banner p {
  margin: 0;
  padding: 0;
}
.HomeHeaderSpace {
  background: transparent url("../Images/Header/Main.jpg") no-repeat scroll center -44px / auto 903px;
  height: 884px;
  margin-bottom: -25px;
}

.DonateBanner, .ForumBanner {
  height: 300px;
  /**
  background: -webkit-linear-gradient(to right, #000 calc(50% - 670px), transparent calc(50% - 300px), transparent calc(50% + 300px), #000 calc(50% + 670px)), url("../Images/Header/Forum.jpg");
  background: -o-linear-gradient(to right, #000 calc(50% - 670px), transparent calc(50% - 300px), transparent calc(50% + 300px), #000 calc(50% + 670px)), url("../Images/Header/Forum.jpg");
  background: -moz-linear-gradient(to right, #000 calc(50% - 670px), transparent calc(50% - 300px), transparent calc(50% + 300px), #000 calc(50% + 670px)), url("../Images/Header/Forum.jpg");
  background: linear-gradient(to right, #000 calc(50% - 670px), transparent calc(50% - 300px), transparent calc(50% + 300px), #000 calc(50% + 670px)), url("../Images/Header/Forum.jpg");
  background-size: auto 400px;
  background-repeat: no-repeat;
  background-position: center;
  **/
}
.DonateBanner{
    background-size: auto 400px;
    background-repeat: no-repeat;
    background-position: center;
}
.ForumBanner p {
  width: 1340px;
  margin: auto;
  text-align: left;
  position: relative;
  top: 155px;
}
.NewsBanner {
  background: transparent url("../Images/Header/News.jpg") no-repeat center / auto 400px;
  padding: 100px 0px;
  height: 400px;
}

.ArticleContainer {
  width: 1340px;
  margin: auto;
  min-height: 465px;
}
.item-page .ArticleContainer {
    min-height: 685px;
}
.ArticleBody {
  margin: 10px 0 0;
  width: 1065px;
  margin: 0;
  display: inline-block;
  position: relative;
  color: #cccccc;
}
.ArticleBody div {
    /**
  padding: 0;
  margin: 0;
  **/
  display: inline-block;
}
.ArticleBody > div {
  background: rgba(0, 0, 0, 0.82););
  padding: 35px;
  width:90%;
}
.ArticleBody > div > p:first-child, .tos > p:first-child{
  margin-top: 0;
}
.ArticleBody > div > p:last-child, .tos > p:last-child {
  margin-bottom: 0;
}
.content .blog-featured > .page-header, .content .blog-category > .page-header, .content .item-page > .page-header {
  /**background: black url("../Images/Header/Forum.jpg") no-repeat center / 1340px auto;**/
  height: 251px;
  position: relative;
}
.blog-featured > .page-header h1, .blog-category > .page-header h1, .item-page > .page-header h1 {
  padding: 155px 0 0;
  font-family: GothamBlack;
  font-size: 3.5em;
  text-align: left;
  text-shadow: -2px -2px 3px rgba(0,0,0,0.5), 2px 2px 3px rgba(0,0,0,0.5);
  color: white;
  margin: auto;
  width: 1340px;
  position: relative;
}
.content .item-page .page-header {
     position: relative;
     /**background: black url("../Images/Header/Forum.jpg") no-repeat center / 1340px auto;**/
    height: 298px;
    background: none !important;
}
.content .item-page .page-header h2 {
  font-family: GothamBlack;
  font-size: 3.5em;
  text-align: left;
  vertical-align: middle;
  text-shadow: -2px -2px 3px rgba(0, 0, 0, 0.6), 2px 2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  margin: auto;
  width: 1340px;
  height: 110px;
  line-height: 0.9;
  padding-top: 165px;
  position: relative;
}
.item-title {
  margin: 0;
  clear: right;
}
.item-title-featured {
  margin: 0;
  clear: right;
  position: absolute;
  top: 166px;
  left: 43px;
  width: 361px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: OpenSans;
  font-weight: normal;
  white-space: nowrap;
}
.item-title-featured a {
  color:white !important;
}
div.featuredItemInfo{
  position: absolute;
  top: 201px;
  left: 44px;
  font-size: 12px;
  color: rgb(125, 125, 125);
}
div.featuredArticleOverlayLeading{
  position: absolute;
  width: 402px;
  height: 232px;
  background: rgba(0, 0, 0, 0.38);
  background: linear-gradient(to top, black calc(1px), transparent calc(40%));
  top: 2px;
  left: 21px;
}
.ArticleInfoShadowBox {
  height: 56px;
  background: rgba(0, 0, 0, 0.82);
  width: 1014px;
  padding-left: 15px;
  margin-bottom:15px;
}
.item-page .article-info {
  position: relative;
  font-size: 1.5em;
  height: 30px;
  /* width: 1340px; */
  margin: auto;
  padding-top: 12px;
}
.blog-featured .article-info, .blog-category .article-info {
  color: #666;
  font-size: 12px;
  margin: 3px 0;
  clear: right;
}
.article-info dt {
  display: none;
}
.article-info dd {
  margin: 0;
  display: inline-block;
}
.article-info .createdby span {
  color: #38B;
}
.pull-left {
  float: left;
  margin: 0 20px 0 0;
}
.pull-right {
  float: right;
  margin: 0 0 0 20px;
}

.items-leading div p:first-of-type {
  max-height: 45px;
  overflow: hidden;
}
.items-row div p:first-of-type {
  max-height: 100px;
  overflow: hidden;
  font-size: 13px;
  color: #cccccc;
}
.readmore {
  font-size: 13px;
}
.items-leading .pull-right, .items-leading .pull-left {
  float: none;
  margin: 0;
}
.items-leading {
  width: 1340px;
  height: 234px;
  margin: auto;
}
.items-leading > div {
  position: relative;
  width: 402px;
  height: 234px;
  padding: 0 21px;
  display: inline-block;
  vertical-align: top;
}
.items-row {
  padding: 20px 0 57px;
  height: 200px;
  overflow: hidden;
}
.items-row:last-of-type {
  padding-bottom: 134px;
}
.items-row .item {
  width: 975px;
  margin: auto;
  position: relative;
}
.items-leading-bg {
  padding: 50px 0 20px 0;
  min-height: 265px;
}
.items-leading .item-image img {
  object-fit: cover;
  width: 402px;
  height: 234px;
}
.items-leading .item-image {
  outline: 1px solid white;
}
.items-leading .item-image, .items-leading .ImagePlaceholder {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.items-row .item-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.items-row  .item-image, .items-row .ImagePlaceholder {
  width: 295px;
  height: 204px;
  overflow: hidden;
  outline: 1px solid #a6a8a7;
}
.system-unpublished, tr.system-unpublished {
  background: #392020;
  border: none;
}
.ArticleBody .item-image {
  width: auto;
  max-width: 907px;
  height: auto;
}
.ArticleBody .item-image img {
  max-width: 907px;
  height: auto;
}
.article_info_header {
  font-family: OpenSansBold;
  text-transform: uppercase;
}

.content .form-vertical {
  width: 1340px;
  margin:auto;
  background: black;
}
.content .form-vertical .btn-group {
  display: inline-block;
}
.content .form-vertical fieldset > ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.content .form-vertical fieldset > ul li {
  background: black;
  border: 1px solid white;
  border-radius: 10px 10px 0 0;
  padding: 0 5px;

  font-family: OpenSans;
  font-size: 15px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.content .form-vertical fieldset > ul li a {
  color: #888;
}
.content .form-vertical fieldset > ul li a:hover,.content .form-vertical fieldset > ul li.active a {
  color: #FFF;
}
.content .form-vertical fieldset > ul li.active {
  border-bottom-color: black;
  z-index: 5;
}
.content .form-vertical .tab-content > div {
  display: none;
}
.content .form-vertical .tab-content > div.active {
  display: block;
  background: black;
  border: 1px solid white;
  position: relative;
  top: -1px;
  padding: 5px;
}
.content .form-vertical .btn {
  cursor: pointer;
  border: 1px solid white;
  border-radius: 20px;
  padding: 0 5px;
  margin: 5px 5px;
  background:black;
  color: #888;
  font-family: GothamBlack;
  font-size: 18px;
}
.content .form-vertical .btn:hover {
  color: #FFF;
}
.content .form-vertical .editor .btn-toolbar {
  position:relative;
  top: 10px;
}

.NewsChevron {
  height: 92px;
  margin: auto;
}
.NewsBreadcrumbBG {
  position: absolute;
  top: 375px;
  width: 100%;
  float: left;
}
.NewsBreadcrumb {
  width: 1340px;
  margin: auto;
  padding: 0;
}

.item-page .icons + .article-info {
  width: 707px;
}
.ArticleBody > .icons, .icons {
    position: absolute;
    top: 14px;
    right: 24px;
    padding: 0;
    text-align: right;
    z-index: 10;
    background: none;
}
.icons .icon-cog {
  background: transparent url("../Images/Forums/Button_settings_banner.png");
  width: 27px;
  height: 27px;
  display: inline-block;
}
.icons .dropdown-menu {
  visibility: hidden;
  padding: 0;
  margin: 0;
}
.icons .open .dropdown-menu {
  visibility: visible;
  background: black;
  border: 1px solid white;
  border-radius: 10px;
}
.icons a.dropdown-toggle {
    display: block;
    height: 27px;
}
.dropdown-menu li {
  display: block;
  padding: 5px;
  margin: 0;
  text-align: left;
}
.dropdown-menu li a{
  color: #CCC;
}
.dropdown-menu li a:hover {
  color: #FFF;
}

.TwitterFloat {
  position: absolute;
  top: 415px;
  left: 0;
  width: 95%;
  width: 97vw;
  height: 0;
}
.blog-featured ~ .TwitterFloat, .blog-category ~ .TwitterFloat, .edit ~ .TwitterFloat {
  display: none;
}
.TwitterContainer {
  position: relative;
  width: 1340px;
  margin: auto;
}
.VOTwitterContainer {
  float: right;
}
#wds {
  width: 323px;
  height: 683px !important;
}
#wds-header {
    border: none;
    background: #3da4e7;
    margin: 9px;
    font-size: 2em;
    border-bottom: none;
    font-family: GothamBlack;
    position: relative;
}
#wds-tweets {
  margin: 0;
  font-size: 13px;
}
#wds-tweets a:hover {
  text-decoration: none;
  color: #0BF;
}
#wds-container {
  position: relative;
  height: 683px;
  border-color: #555;
  border-radius: 0;
  background: rgba(15,15,15,.75);
}
#wds-sub-container {
  position: absolute;
  top: 50px;
  left: 22px;
  right: 22px;
  bottom: 22px;
  overflow: hidden;
}
#wds-twitter-icon {
  display: inline;
  width: 30px;
  height: 40px;
  background: url("../Images/twitter-icon.png") no-repeat scroll center / contain;
  float: left;
  margin: 0 20px;
  position: relative;
  top: -4px;
  margin-left:66px
}
.wds-tweet-container {
  border-color: #555;
}
.wds-tweet-data {
  padding-top: 15px;
  font-size: 12px;
}
.wds-avatar {
  margin: 0 5px 0 0;
  float: left;
  width: 45px;
}

.pagination {
  width: 1340px;
  margin: 20px auto;
  text-align: center;
}
.pagenav {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
.pagination ul, .pagenav ul {
  margin: auto;
  width: -moz-fit-content;
  padding: 0;
}
.pagination li, .pagenav li {
  margin: 0 10px;
  display: inline;
}
.Footer {
	height: 74px;
    background-color: RGBA(49, 49, 49, 1);
    position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
}
.Footer .copyright {
  font-size: 10px;
  float: left;
  padding-top: 27px;
}
.Logos a {
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.Logos {
  position: relative;
  top: 4px;
  right: 0;
  float: right;
}
.Logos :hover {
  background-color: #444;
}

.UnityLogo {
    background: transparent url("../Images/Footer/Unity_Logo.png") no-repeat 0 0 / 100% 100%;
    background-origin: content-box;
    width: 110px;
    height: 39px;
    display: inline-block;
    margin: 0 5px;
    padding: 14px 10px 13px;
}
.GorgonServerLogo {
    background: transparent url("../Images/Footer/GorgonServer_Logo.png") no-repeat 0 0 / 100% 100%;
    background-origin: content-box;
    width: 111px;
    height: 44px;
    display: inline-block;
    margin: 0 5px;
    padding: 11px 10px 11px;
}
.SHSLogo {
    background: transparent url("../Images/Footer/SHS_Logo.png") no-repeat 0 0 / 100% 100%;
    background-origin: content-box;
    width: 146px;
    height: 52px;
    display: inline-block;
    margin: 0 5px;
    padding: 7px 10px;
}
.SHOGUNLogo {
    background: transparent url("../Images/Footer/SHOGUN_Logo.png") no-repeat 0 0 / 100% 100%;
    background-origin: content-box;
    width: 113px;
    height: 32px;
    display: inline-block;
    margin: 0 5px;
    padding: 17px 10px;
}

#donation-form {
  width: 1000px;
  margin: auto;
  min-height: 465px;
  background: black;
  padding: 20px;
}
#donation-form .control-group {
  display: inline-block;
  width: 500px;
  margin: 5px 0 0;
}
#donation-form input[type="text"], #donation-form input[type="password"] {
  padding-top: 0;
  padding-bottom: 0;
}
#donation-form #field_comment {
  width: 1000px;
}
#field_comment #comment {
  width: 780px;
}
#donation-form .form-actions {
  background-color: black;
  border: none;
}
#donation-form #country {
  width: 300px;
}
.input-prepend .add-on {
  background: transparent;
  border: none;
  padding: 4px 0;
}

#sbox-content.sbox-content-ajax {
  background: transparent;
  color: white;
  text-align: left;
  font-family: OpenSans;
  font-size: 15px;
}
#sbox-content.sbox-content-ajax h1 {
}
#sbox-content.sbox-content-ajax .ArticleInfoShadowBox {
  display: none;
}
#sbox-content.sbox-content-ajax .ArticleBody, #sbox-content .ArticleContainer {
  width: 100%;
}
#sbox-content.sbox-content-ajax .ArticleBody > div {
  margin: 0;
  padding: 0;
  background: transparent;
}
#sbox-content.sbox-content-ajax h2 {
  padding: 0;
  height: auto;
  margin: 0;
  width: auto;
}
#modules-form {
  margin: 84px auto 0;
  width: 1340px;
}
#modules-form .btn-group {
  display: inline-block;
}
button .icon-calendar::before {
  content: "C";
  font-family: "Icons";
  font-style: normal;
}
span.registration-title{
    padding: 55px 0px 0px;
    font-family: GothamBlack;
    font-size: 52px;
    text-align: left;
    text-shadow: -2px -2px 3px rgba(0, 0, 0, 0.5), 2px 2px 3px rgba(0, 0, 0, 0.5);
    color: #FFF;
    margin: auto;
    width: 1340px;
    text-transform: uppercase;
    margin-top: 103px;
    display: block;
}
.edit .chzn-container {
  width: 500px !important;
}
.edit .control-group {
  display: table-row;
}
.control-group .controls {
  display: table-cell;
  width: 500px;
}
.control-group .chzn-container .chzn-single, .control-group .chzn-container .chzn-choices {
  background: transparent -webkit-linear-gradient(center top , rgb(51, 51, 51) 20%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 52%, rgb(51, 51, 51) 100%) repeat scroll 0% 0% padding-box;
  background: transparent -o-linear-gradient(center top , rgb(51, 51, 51) 20%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 52%, rgb(51, 51, 51) 100%) repeat scroll 0% 0% padding-box;
  background: transparent -moz-linear-gradient(center top , rgb(51, 51, 51) 20%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 52%, rgb(51, 51, 51) 100%) repeat scroll 0% 0% padding-box;
  background: transparent linear-gradient(center top , rgb(51, 51, 51) 20%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 52%, rgb(51, 51, 51) 100%) repeat scroll 0% 0% padding-box;
  box-shadow: 0px 0px 3px rgb(0,0,0) inset, 0px 1px 1px rgba(0, 0, 0, 0.1);
  color: rgb(255, 255, 255);
}
.control-group .chzn-container-active.chzn-with-drop .chzn-single, .control-group .chzn-container-active.chzn-with-drop .chzn-choices {
  background-image: -webkit-linear-gradient(#333 20%, #000 80%);
  background-image: -o-linear-gradient(#333 20%, #000 80%);
  background-image: -moz-linear-gradient(#333 20%, #000 80%);
  background-image: linear-gradient(#333 20%, #000 80%);
}
.control-group .chzn-container .chzn-drop {
  background: transparent -webkit-linear-gradient(center top , rgb(0, 0, 0) 90%, rgb(51, 51, 51) 100%) repeat scroll 0% 0% padding-box;
  background: transparent -0-linear-gradient(center top , rgb(0, 0, 0) 90%, rgb(51, 51, 51) 100%) repeat scroll 0% 0% padding-box;
  background: transparent -moz-linear-gradient(center top , rgb(0, 0, 0) 90%, rgb(51, 51, 51) 100%) repeat scroll 0% 0% padding-box;
  background: transparent linear-gradient(center top , rgb(0, 0, 0) 90%, rgb(51, 51, 51) 100%) repeat scroll 0% 0% padding-box;
}
.control-group > .control-label {
  display: table-cell;
  text-align: right !important;
  vertical-align: middle;
  padding: 0 10px 0 0;
}
.control-group .controls input, .control-group .controls button {
  display: inline-block;
}
.chzn-container-active .chzn-choices li.search-field input[type="text"] {
  color: white !important;
}
.MessageArea {
  position: absolute;
  top: 250px;
  z-index: 100;
  font-family: OpenSans;
  font-size: 15px;
  width: 100%;
  text-transform: none;
}
.MessageArea .MessageContainer {
  width: 1340px;
  margin: auto;
  max-height: 150px;
  overflow-y: auto;
  position: relative;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.MessageArea .MessageContainer p {
  margin: 0 10px;
}
.MessageArea .MessageContainer .alert {
  padding: 10px;
  background-color: rgba(16, 16, 16, 0.88);pandor
  border: solid 1px #504e4e;
}
.MessageArea .MessageContainer .alert-error {
    padding: 10px;
    background-color: rgba(16, 16, 16, 0.88);
    border: solid 1px #504e4e;
}
.MessageArea .MessageContainer .alert-warning {
    padding: 10px;
    background-color: rgba(16, 16, 16, 0.88);
    border: solid 1px #504e4e;
}
.MessageArea .MessageContainer .MessageCloseButton {
  font-family: GothamBook;
  font-size: 18px;
  position: absolute;
  top: 0px;
  color: #888;
  text-decoration: none;
  right: 5px;
  text-shadow: 0px 0px 4px black;
}
.MessageArea .MessageContainer .MessageCloseButton:hover {
  color: white;
  text-shadow: 0px 0px 4px white;
}

.registration, .profile {
    font-family: OpenSansLight;
       font-size: 14px;
       width: 1000px;
       margin: auto;
       margin-top: 82px;
}
.registration fieldset:first-of-type .control-group:first-of-type {
    display:none;
}
.registration fieldset legend {
  display: none;
}
.registration fieldset:first-of-type legend, #users-profile-core legend, .profile-edit fieldset legend {
  display: block;
}
.registration fieldset:first-of-type legend p, #users-profile-core legend p, .profile-edit fieldset:first-of-type legend {
  padding: 55px 0px 0px;
  font-family: GothamBlack;
  font-size: 52px;
  text-align: left;
  text-shadow: -2px -2px 3px rgba(0, 0, 0, 0.5), 2px 2px 3px rgba(0, 0, 0, 0.5);
  color: #FFF;
  margin: auto;
  width: 1340px;
  text-transform: uppercase;
}
.registration .FormContainer {
  width: 1000px;
  margin: auto;
  background: black none repeat scroll 0% 0%;
  display: block;
  text-align: center;
}
.registration .control-group {
  width: auto;
  vertical-align: middle;
  display:inline-block;
  margin-bottom: 15px;
}
.registration .control-group .control-label {
  width: 180px;
}
.registration .control-group .controls {
  width: 304px;
}
.registration fieldset:first-of-type .control-group .controls {
  width: 250px;
}
.registration .control-spacer {
  width: 196px;
  display:inline-block;
}
#jform_profile_dob {
  width: 204px;
}
form.member-registration{
    background: rgba(0, 0, 0, 0.76);
    padding: 20px;
    border: solid 1px rgba(255, 255, 255, 0.2);
}
.controls-button{
    margin-left: 377px;
}
.registration .input-append button {
  margin: 5px;
  padding: 5px 10px;
}
.registration .optional {
  display: none;
}
.registration .btn-group {
  padding-top: 30px;
  text-align: center;
  width: 1000px;
}
.popover-title{
    display:none;
}
.popover-content{
    display:none;
}
.registration .btn-group a {
  background: none;
  border: 1px white solid;
  border-radius: 20px;
  text-decoration: none;
  margin: 0 0 20px 20px;
  display: inline-block;
  cursor:pointer;
  font-family: GothamBlack;
  color: #CCC;
  padding: 5px 20px;
  font-size: 20px;
}
.registration .btn-group a:hover {
  background: rgba(255,255,255,0.25);
  color: white;
}
#jform_captcha-lbl {
  position: relative;
  top: -35px;
}
#sbox-content {
  background: transparent;
}
.registration input.required {
  /**background: url("../Images/check_red.png") no-repeat 98% 50% / 25px 25px; **/
}
.registration input.required[aria-invalid="false"] {
 /** background: url("../Images/check_green.png") no-repeat 98% 50% / 25px 25px;**/
}
.content .login {
  padding-top: 370px;
}
.content .login, .content .login + div {
  width: 600px;
  margin: auto;
}
.content .login .controls button {
  position: relative;
  left: 200px;
}
#jform_profile_tos-lbl {
  position: relative;
  top: -6px;
}
#jform_profile_tos {
  text-align: left;
}
#donation-form input[type="checkbox"] {
  margin-left: 170px;
}
.registration-filler {
  background: black;
  height: 84px;
  width: 1000px;
  position: absolute;
  left: calc(50% - 500px);
  bottom: 0px;
}
.tooltip {
  display: none !important;
}

.profile .btn-toolbar {
  position: absolute;
  right: 50px;
  top: 490px;
}
.ArticleBody p.short_descript {
  display: inline;
}

.content .blog-featured > .page-header::before, .content .blog-category > .page-header::before, .content .item-page > .page-header::before {
  content: " ";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  /**
  background: transparent -webkit-linear-gradient(to right, rgb(0, 0, 0) calc(50% - 670px), transparent calc(50% - 300px), transparent calc(50% + 300px), rgb(0, 0, 0) calc(50% + 670px)) no-repeat scroll 0px 0px / 100% 100%;
  background: transparent -o-linear-gradient(to right, rgb(0, 0, 0) calc(50% - 670px), transparent calc(50% - 300px), transparent calc(50% + 300px), rgb(0, 0, 0) calc(50% + 670px)) no-repeat scroll 0px 0px / 100% 100%;
  background: transparent -moz-linear-gradient(to right, rgb(0, 0, 0) calc(50% - 670px), transparent calc(50% - 300px), transparent calc(50% + 300px), rgb(0, 0, 0) calc(50% + 670px)) no-repeat scroll 0px 0px / 100% 100%;
  background: transparent linear-gradient(to right, rgb(0, 0, 0) calc(50% - 670px), transparent calc(50% - 300px), transparent calc(50% + 300px), rgb(0, 0, 0) calc(50% + 670px)) no-repeat scroll 0px 0px / 100% 100%;
**/
}
#system-message a.close {
    display: none;
}
#system-message .alert-heading {
    margin-top: 0;
}
#Kunena div.kblock > div.kheader, #Kunena .kblock div.kheader {
    background: linear-gradient(#2d639c, #122b45) !important;
}
#Kunena ul.kpost-profile li.kpost-avatar {
    height: 100px;
    margin: 0px auto 10px auto;
    position: relative;
}
#Kunena div.kavatar-lg {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 20px auto;
    display: block;
}
#Kunena div.kavatar-lg img.kavatar {
    width: 180px;
    height: 180px !important;
    object-fit: cover;
}
.AvatarFrame {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: -32px;
    top: -14px;
    background: transparent no-repeat scroll center center / 100% 100%;
}
.AvatarFrame.Large {
    left: -17px;
    right: -17px;
    bottom: -17px;
    top: -17px;
}
.AvatarFrame.Founder {
    background-image: url("../Images/Forums/Frames/Founder.png");
}
.AvatarFrame.Diamond {
    background-image: url("../Images/Forums/Frames/Diamond.png");
}
.AvatarFrame.Diamond.Founder {
    background-image: url("../Images/Forums/Frames/Diamond_Founder.png");
}
.AvatarFrame.Gold {
    background-image: url("../Images/Forums/Frames/Gold.png");
}
.AvatarFrame.Gold.Founder {
    background-image: url("../Images/Forums/Frames/Gold_Founder.png");
}
.AvatarFrame.Silver {
    background-image: url("../Images/Forums/Frames/Silver.png");
}
.AvatarFrame.Silver.Founder {
    background-image: url("../Images/Forums/Frames/Silver_Founder.png");
}
.AvatarFrame.Platinum {
    background-image: url("../Images/Forums/Frames/Platinum.png");
}
.AvatarFrame.Platinum.Founder {
    background-image: url("../Images/Forums/Frames/Platinum_Founder.png");
}
.AvatarFrame.Bronze {
    background-image: url("../Images/Forums/Frames/Bronze.png");
}
.AvatarFrame.Bronze.Founder {
    background-image: url("../Images/Forums/Frames/Bronze_Founder.png");
}
.NoArticles {
    font-family: GothamBold;
    font-size: 25px;
    text-align: center;
}
.NoPlaceholderImages .ImagePlaceholder {
    display: none;
}

.Reactivation h1 {
    padding: 155px 0 80px;
    font-family: GothamBlack;
    font-size: 3.5em;
    text-align: left;
    text-shadow: -2px -2px 3px rgba(0,0,0,0.5), 2px 2px 3px rgba(0,0,0,0.5);
    color: white;
    margin: auto;
    width: 1340px;
    position: relative;
}
.Reactivation table {
    max-width: 1340px;
    margin: auto;
}
.Reactivation th {
    background: white;
    color: black;
}
.Reactivation tr:hover {
    background: rgba(255,255,255,0.2);
}
.Reactivation button {
    font-size: 15px;
    margin: 0;
}

.ArticleBody > .kunenadiscuss {
    display: block;
}
.kunenadiscuss{
  border-bottom:none;
}
.kunenadiscuss .kdiscuss-title {
  background: transparent;
  font-family: OpenSans;
  font-size: 20px;
  display: block;
  color: white;
  border-bottom:none;
  padding:0;
}
.kunenadiscuss .kdiscuss-item {
    background: transparent;
    color: white;
    font-family: OpenSans;
    width: 100%;
}
.kunenadiscuss > a {
  cursor: pointer;
  font-family: OpenSansBold;
  font-size: 17px;
  background: none;
}
.kdiscuss-text {
  font-size: 13px;
  padding:0 !important;
  float: left;
  width: 70%;
  color: #cccccc;
}
.kdiscuss-reply-body{
  border-bottom:none;
}
.ktext {
  width: 100%;
  background: black;
  color: white;
  padding: 5px;
  border-radius: 6px;
}
.kdiscuss-avatar img {
  max-width: 70px !important;
}
.kdiscuss-form table, .kdiscuss-form tr, .kdiscuss-form td {
  border: 0px;
  width: 100%;
}
.kunenadiscuss > a:hover {
  color: rgb(127, 217, 255);
  border:none;
}
.kdiscuss-title.login-discuss {
  margin-bottom: 10px;
}
.kdiscuss-username, .kdiscuss-username a {
  font-size: 13px;
  display: block;
  font-family: OpenSansBold !important;
}
.klogin-to-discuss {
  background-color: none;
  border: none;
  border-radius: none;
  box-shadow: none;
  box-sizing: none;
  padding: 0;
}

.ArticleBody .kunenadiscuss .kdiscuss-form {
    display: block;
}
.ArticleBody figure {
    margin-block-end: 0;
    margin-block-start: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin: 25px 0;
}
.ArticleBody figure img {
    border: 1px solid white;
    max-width: 855px;
}
.ArticleBody figure figcaption {
    text-align: center;
    font-size: 12px;
}
.kunenadiscuss form input[type="text"] {
    width: 95%;
}
.kunenadiscuss .kdiscuss-reply-body {
    width: 100%;
    padding: 10px 0;
}
.kunenadiscuss .kdiscuss-reply-header {
    display: block;
    width: 100%;
    background: transparent;
}
.kdiscuss-avatar {
    width: 68px;
}
.kdiscuss-avatar img {
    margin: 0 15px 0 0;
}

#mbOverlay {
    background-color: #000;
}
#wds-tweets a {
    color:rgb(85,204,255);
}

.kmsgtext-quote, .kmsgtext-hide {
    background-color: rgb(41, 41, 41);
    border: solid 1px rgb(66, 66, 66);
    border-radius: 0px;
    margin-bottom: 10px;
    display:block !important;
}
div.LoginResendEmail{
    display:none;
    background: white;
    z-index: 1001;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 20px 20px;
    min-width: 200px;
    max-width: 400px;
    height: 300px;
    right: 0;
    font-size: 12px;
    font-family: OpenSansLight;
    color: #38B;
    background: transparent url(../Images/SignIn/Background.jpg) no-repeat 0 0 / 100% 100%;
    border: 2px #555 solid;
    border-bottom-color: #333;
    border-right-color: #333;
    text-align: center;
    border-radius: 0;
    padding-top: 30px;
}
div.LoginResendEmail h1{
    font-size: 2em;
    margin-top: 62px;
    padding-bottom: 6px;
    border-bottom: 1px solid gray;
    color: white;
}
form.ResendEmailForm{
    position:relative;
}
input.resendEmailText{
    background: rgba(93, 92, 92, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: white;
    border-radius: 0px;
    padding: 5px;
    position: absolute;
    top: 142px;
    left: 34px;
}
button.resendEmailButton{
    position: absolute;
    top: 190px;
    left: 109px;
    font-size: 12px;
    border-radius: 0px;
    background: rgba(93, 92, 92, 0.4);
    margin: 0px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    width:197px;
}
button.resendEmailButton:focus{
    outline:none;
}
.LoginCloseResend{
    cursor: pointer;
    position: relative;
    background: transparent url(../Images/SignIn/Button_Close_X.png) no-repeat 0 0 / 100% 100%;
    float: right;
    right: -15px;
    top: -20px;
    width: 26px;
    height: 26px;
    border: none;
}
span.ResendMessage{
    display: none;
    margin-top: 96px;
    color: white;
}

/** Begin Archived News Module CSS **/

.NewsCornerTicks-light {
    background-position: left top, right top, left bottom, right bottom;
    background-size: 15px 15px, 15px 15px, 15px 15px, 15px 15px;
    background-image: url("../Images/CornerTL.png"), url("../Images/CornerTR.png"), url("../Images/CornerBL.png"), url("../Images/CornerBR.png");
    background-repeat: no-repeat;
}
div.archived-news-wrapper{
    float:right;
    height: 658px;
    margin-top:-56px;
}
div.archived-news-inside-wrapper{
    padding: 4px;
    width: 267px;
}
div.archived-news-content{
    width: 265px;
    background: rgba(0, 0, 0, 0.75);
    border: solid 1px white;
    overflow: hidden;
}
span.archived-news-title{
    font-family: GothamBlack;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 16px;
    margin-top: 21px;
    display: block;
    font-size: 19px;
}
table.archived-news-table{
    width: 90%;
    margin: 10px auto;
}
tr.archived-news-row{
    border-bottom: solid 1px #272727;
}
tr.archived-news-row:nth-of-type(1){
    border-top: solid 1px #272727;
    border-bottom: solid 1px #272727;
}
span.archived-news-article-title{
    width: 236px;
    margin-top: 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffcd38;
    font-size: 13px;
    margin-bottom: -5px;
    font-family:OpenSans !important;
}
span.archived-news-category{
    font-size: 11px;
    color: #00847f;
}
span.archived-news-date{
    font-size: 10px;
    color: #717171;
    font-weight: bold;
}

.CornerTicksFeatured::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  opacity: 1;
  background-position: left top, right top, left bottom, right bottom;
  background-size: 15px 15px, 15px 15px, 15px 15px, 15px 15px;
  background-image: url(/components/com_silverhelmhelper/images/CornerTL.png), url(/components/com_silverhelmhelper/images/CornerTR.png), url(/components/com_silverhelmhelper/images/CornerBL.png), url(/components/com_silverhelmhelper/images/CornerBR.png);
  background-repeat: no-repeat;
}
.CornerTicksFeatured.small:before {
  background-size: 10px 10px, 10px 10px, 10px 10px, 10px 10px;
  top: -9px;
  bottom: -9px;
  left: -9px;
  right: -9px;
}
.CornerTicksFeatured.anim::before {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.CornerTicksFeatured.anim:hover::before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  opacity:1;
}


#modal-messages.modern{
  background: transparent url(../Images/SignIn/Background.jpg) no-repeat 0 0 / 100% 100%;
  border: 2px #555 solid;
}
#modal-messages.modern #messages-header{
  background: rgba(70, 73, 79, 0.3) !important;
}
#modal-messages.modern #messages-main{
  background: none;
}
#modal-messages.modern #messages-footer {
  background:none;
}
#modal-messages.modern #messages-main span.messages-message {
  color:white;
}

.archiveFloat{
  width: 1340px;
  margin: 0 auto 0 auto;
  position: absolute;
  top: 298px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
}
.archiveContainer{
  position: relative;
  width: 274px;
  float: right;
  top: 0px;
}

#Kunena #easycalccheckplus label {
  font-size: large;
  display: block;
}

#Kunena #easycalccheckplus input {
  width: 80%;
  margin-top: 6px;
}

#member-profile {
  width: 975px;
  margin: auto;
  margin-top: 50px;
  position: relative;
  background: rgba(0,0,0,0.7);
}
#member-profile .control-group {
    display: table-row;
}
#member-profile .control-group div {
    display: table-cell;
}

#member-profile legend {
    font-size: large;
    font-weight: bolder;
}

div.cbLostPassForm {
     top: 150px;
     left: 285px;
     width: 800px;
     position: relative;
     background-color: rgba(0, 0, 0, 0.75);
}

div.breadcrumbBG { 
//   display: none;
}

div.cbPoweredBy { display: none; }




