#banner {
	background: url(../../img/herobg.jpg) no-repeat;
	background-size: cover;
	height: 600px;
	width: 100%;
	padding-top: 0px;
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}

.support-footer {
	border-top: 1px solid #b3b6b7;
	background-color: #161a1c;
	padding: 5px 0px 15px 25px;
	font-size: 11px;
}

.support-footer ul.socials li a {
	width: 38px;
	height: 38px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 5px;
	background-position: 0 0;
}

.support-footer ul.socials li a:hover {
	background-position: 0 -38px;
}

.support-footer ul.socials li a.fb {
	margin-left: 0;
	background-image: url("../img/fb-states.png");
}

.support-footer ul.socials li a.twitter {
	background-image: url("../img/twitter-states.png");
}
}

.support-footer img {
	padding-top: 20px;
}

.support-footer ul {
	list-style-type: none;
	padding: 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}

.support-footer li {
	padding: 5px 0px;
}

.support-footer ul li a:hover {
	color: #ffffff;
}

.support-footer a {
	color: #9d9d9d;
}

.support-footer a:link {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	color: #9d9d9d;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}

.support-footer h1 {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border: none;
	background-color: #000;
}

#navbar {
	border: none;
}

.navbar {
	border-radius: 0px;
}

.navbar-form, .navbar-collapse {
	padding-right: 0px;
	margin-right: 0px;
}

.navbar-brand {
	padding: 0px 15px;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-inverse {
	background-color: #000;
	min-height: 100px;
	padding: 0px;
}

.navbar-inverse img {
	width: 175px;
	margin-right: 0px;
}

.col-no-pad {
	padding: 0px;
}

.home-module-sm ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	padding: 9px 18px;
}

.sm-gry {
	background-color: #e2e0db;
}

.sm-wht {
	background-color: #fff;
}

.home-module-sm ul li {
	background-image: url(../../img/support-home-kb-icon-12x12.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	padding-bottom: 8px;
	color: #000;
	font-size: 12px;
	line-height: 16px;
}

.home-module-sm ul li a:link {
	text-decoration: none;
	color: #000;
}

.home-module-sm ul li a:hover {
	text-decoration: underline;
	color: #000;
}

.home-module-sm ul li a:visited {
	text-decoration: none;
	color: #000;
}

.module-top-heading-sm, .module-top-heading-lg {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: 900 !important;
	padding: 10px 0px 10px 15px;
}

.module-top-heading-sm {
  /*height: 50px;*/
	border-top: 1px solid #fee600;
  /*border-right: 1px solid #fff;*/
	background-color: #2f2f2f;
	background-image: linear-gradient( #2f2f2f, #000);
}

.module-top-heading-lg {
  /*height: 50px;*/
	border-top: 1px solid #fee600;
	background-color: #2f2f2f;
	background-image: linear-gradient( #2f2f2f, #000);
	text-transform: uppercase;
}

.module-top-heading-stat {
	padding: 10px;
	color: #fff;
	font-size: 12px;
	border-top: 1px solid #fee600;
	background-color: #000;
	opacity: 0.95;
	text-transform: uppercase;
}

.home-module-server-stat ul {
	padding: 10px;
	background-color: #333;
	opacity: 0.95;
	border-right: 1px solid #000;
}

.home-module-server-stat ul > li {
	list-style-type: none;
	color: #fff;
	font-size: 11px;
	padding-left: 0px;
}

.home-module-server-stat ul > li > a:link {
	color: #fff;
	text-decoration: none;
}

.home-module-server-stat ul > li > a:hover {
	color: #fff;
	text-decoration: underline;
}

.home-module-server-stat ul > li > a:visited {
	color: #fff;
	text-decoration: none;
}

.home-module-server-stat ul > li > img {
	width: 15px;
	margin: 2px 5px;
}

.home-module-server-stat-right ul {
	padding: 12px;
	background-color: #333;
	opacity: 0.95;
	border-right: none;
}

.home-module-server-stat-right ul > li {
	list-style-type: none;
	color: #fff;
	font-size: 11px;
	padding-left: 0px;
}

.last-mod {
	border-right: none;
}

.help-notification-icons {
	border: 1px solid red;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.news-flash {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.inner-support-banner {
	position: absolute;
	bottom: 150px;
	height: 350px;
	color: #fff;
}

.inner-support-banner h2 {
	color: #fff;
	font-size: 35px;
}

.inner-support-banner img {
	width: 60px;
}

.notifications-sml {
	display: none;
}

.new-sso-nav {
	padding: 5px 0;
}

.new-sso-signUp, .new-sso-login, .new-sso-region {
	float: right;
	margin-left: 15px;
	font-size: 12px;
	text-transform: uppercase;
}

.new-sso-signUp {
	color: #9d9d9d;
}

.new-sso-signUp a:link {
	color: #9d9d9d;
	text-decoration: none;
}

.new-sso-signUp a:hover {
	color: #fff;
	text-decoration: none;
}

.new-sso-signUp a:visited {
	color: #9d9d9d;
	text-decoration: none;
}

.new-sso-login {
	color: #fee600;
}

.new-sso-login a:link {
	color: #fee600;
	text-decoration: none;
}

.new-sso-login a:hover {
	color: #fff;
	text-decoration: none;
}

.new-sso-login a:visited {
	color: #fee600;
	text-decoration: none;
}
/*flags*/
.flag.au {
	background: rgba(0, 0, 0, 0) url("../img/flags/AU.png") no-repeat scroll left top;
}

.flag.ja {
	background: rgba(0, 0, 0, 0) url("../img/flags/JP.png") no-repeat scroll left top;
}

.flag.be {
	background: rgba(0, 0, 0, 0) url("../img/flags/BE.png") no-repeat scroll left top;
}

.flag.br {
	background: rgba(0, 0, 0, 0) url("../img/flags/BR.png") no-repeat scroll left top;
}

.flag.de {
	background: rgba(0, 0, 0, 0) url("../img/flags/DE.png") no-repeat scroll left top;
}

.flag.es {
	background: rgba(0, 0, 0, 0) url("../img/flags/ES.png") no-repeat scroll left top;
}

.flag.fl {
	background: rgba(0, 0, 0, 0) url("../img/flags/FL.png") no-repeat scroll left top;
}

.flag.fr {
	background: rgba(0, 0, 0, 0) url("../img/flags/FR.png") no-repeat scroll left top;
}

.flag.it {
	background: rgba(0, 0, 0, 0) url("../img/flags/IT.png") no-repeat scroll left top;
}

.flag.lx {
	background: rgba(0, 0, 0, 0) url("../img/flags/LX.png") no-repeat scroll left top;
}

.flag.ne {
	background: rgba(0, 0, 0, 0) url("../img/flags/NE.png") no-repeat scroll left top;
}

.flag.no {
	background: rgba(0, 0, 0, 0) url("../img/flags/NO.png") no-repeat scroll left top;
}

.flag.sv {
	background: rgba(0, 0, 0, 0) url("../img/flags/SV.png") no-repeat scroll left top;
}

.flag.uk {
	background: rgba(0, 0, 0, 0) url("../img/flags/UK.png") no-repeat scroll left top;
}

.flag.us {
	background: rgba(0, 0, 0, 0) url("../img/flags/US.png") no-repeat scroll left top;
}

.flag.ko {
	background: rgba(0, 0, 0, 0) url("../img/flags/KO.png") no-repeat scroll left top;
}

.flag {
	display: block;
	float: left;
	height: 24px;
	width: 24px;
	margin: 0 10px 0 0;
	overflow: hidden;
	text-indent: -9000px;
}

.region-selector-container {
	background-color: #333;
}

.region-selector-container > div {
	padding-left: 0;
	padding-right: 0;
}

.region-selector-nav li {
	list-style-image: none;
	list-style-type: none;
	display: inline-block;
	margin: 15px;
}

.region-selector-nav img {
	margin-right: 10px;
}

.region-selector-nav a:link {
	color: #999;
	font-weight: lighter;
}

.region-selector-nav a:hover {
	color: #999;
}

.region-selector-nav a:visited {
	color: #999;
}

.notify-cookie p {
	opacity: 0.95;
	background: #333;
	color: #fff;
	font: 400 10px/14px "Open Sans",sans-serif;
	margin: 10px 0 0;
	padding: 10px;
	width: 225px;
}

.notify-cookie p > a:link {
	font-size: 11px;
	text-decoration: none;
}

.notify-cookie h2 {
	color: #fff;
	font-weight: lighter;
	font-size: 14px;
}

.notify-cookie h2 > span {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

.notify-cookie li {
	padding-top: 0px;
	list-style-type: none;
	display: inline-block;
	padding-right: 5px;
}

.notify-cookie li > img {
	margin-top: 0px;
	padding-top: 0px;
}

#support-pop-feedback {
	display: block;
	position: fixed;
	margin-left: 40px;
	right: -35px;
	top: 35%;
	z-index: 1;
}

#support-pop-feedback img {
	width: 50%;
}

.feedback-opt img {
	width: 36%;
}

.feedback-opt {
	background-color: #fff;
	border-top: 1px solid #999;
	display: none;
	height: 70px;
	padding: 10px 0px 10px 15px;
	position: absolute;
	right: 72px;
	top: 70px;
	width: 250px;
	z-index: 1;
	color: #000;
	font-size: 12px;
}

.feedback-opt p, .help-opt p {
	padding: 10px 0;
	margin: 0px;
	display: none;
}

.feedback-opt a:link, .help-opt a:link {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

.feedback-opt a:visited, .help-opt a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

.feedback-opt a:hover, .help-opt a:hover {
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}

.feedback-opt h2, .help-opt h2 {
	display: none;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: lighter !important;
}

.help-opt {
	background: #ffed4c;
	background: -moz-linear-gradient(top,  #ffed4c 0%, #d9b802 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffed4c), color-stop(100%,#d9b802));
	background: -webkit-linear-gradient(top,  #ffed4c 0%,#d9b802 100%);
	background: -o-linear-gradient(top,  #ffed4c 0%,#d9b802 100%);
	background: -ms-linear-gradient(top,  #ffed4c 0%,#d9b802 100%);
	background: linear-gradient(to bottom,  #ffed4c 0%,#d9b802 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffed4c', endColorstr='#d9b802',GradientType=0 );
	display: none;
	height: 70px;
	padding: 10px 0px 10px 15px;
	position: absolute;
	right: 72px;
	top: 0;
	width: 250px;
	z-index: 1;
	color: #000;
	font-size: 12px;
	font-variant: bold;
}

#alerts {
    /*margin: 0 0 15px;*/
	background-color: #242322;
	width: 100%;
}

#alerts-pager {
	display: block;
	background-color: #242322;
	margin: 0 5px;
	padding: 5px 0;
}

#alerts-pager > a {
	color: #aaa;
	display: block;
	float: left;
	font: 400 14px/18px "Open Sans",Arial,Helvetica,sans-serif;
	margin: 0 10px 5px 0;
	text-decoration: none;
}

#alerts-pager > a:hover {
	color: #666;
}

#alerts-pager > a.cycle-pager-active {
    /*color: #8c1e1e;*/
	color: #de371b;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-weight: 700;
}

.alert-message-container {
/*background: #de371b none repeat scroll 0 0;*/
	background: #000 none repeat scroll 0 0;
}

#alerts-content {
	background: #de371b none repeat scroll 0 0;
    /*background: #8c1e1e none repeat scroll 0 0;*/
	overflow: hidden;
	width: 100%;
}

#alerts-content > div {
	display: block;
}

#alerts-content > div > a {
	color: #fff;
	display: block;
	font: 300 18px/28px "Open Sans",Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-decoration: none;
}

#alerts-content > div > a > span {
    /*background: #681010 none repeat scroll 0 0;*/
	color: #eee;
	cursor: pointer;
	font-size: 18px;
	line-height: 11px;
	margin: 0 0 0 5px;
	padding: 5px;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: underline;
}

.cycle-slide {
	padding: 5px 20px;
}

.cycle-slide a:link {
	color: #fff;
}

.cycle-slide a:visited {
	color: #fff;
}

.cycle-slide a:hover {
	color: #fff;
	text-decoration: none;
}

.cycle-slide span {
	color: #fff;
	text-decoration: underline;
	padding-left: 10px;
}

.cycle-slide a:hover span {
	color: #fff;
	text-decoration: underline;
	padding-left: 10px;
}

/* lightbox */

#lightbox {
	position: absolute;
	top: 0;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	background: #fff;
	z-index: 1001;
	display: none;
}

#lightbox-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
}

/* lightbox */


/* css-cookies */

.atvi-cookie-disclaimer {
	width: 100%;
	padding: 10px 0;
	background: rgba(0,0,0,.85);
	color: #FFF;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	vertical-align: baseline;
	box-shadow: 0px 7px #000000;
	-webkit-transform: translate(0,100%);
	-moz-transform: translate(0,100%);
	-ms-transform: translate(0,100%);
	-o-transform: translate(0,100%);
	transform: translate(0,100%);
	-webkit-transition: transform 1s;
	-ms-transition: transform 1s;
	-moz-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}

.atvi-cookie-disclaimer.show {
	-webkit-transform: translate(0,0%);
	-moz-transform: translate(0,0%);
	-ms-transform: translate(0,0%);
	-o-transform: translate(0,0%);
	transform: translate(0,0%);
}

.atvi-cookie-disclaimer .inner {
	margin-left: 3%;
	margin-right: 0;
	width: 97%;
}

.atvi-cookie-disclaimer .cookie-left {
	min-width: 96px;
	display: inline-block;
	font-family: "Helvetica Neue",
  		Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	padding-right: 15px;
	left: 0;
	position: relative;
	height: 100%;
	text-align: left;
	vertical-align: top;
	font-size: 18px;
	width: 13%;
	text-transform: uppercase;
}

.atvi-cookie-disclaimer .cookie-right {
	display: inline-block;
	text-align: left;
	color: #E5E5E5;
	font-size: 12.5px;
	width: 78%;
	margin-right: 5%;
}

.atvi-cookie-disclaimer .cookie-right p {
	font-family: "Helvetica Neue", "HelveticaNeue",
  		Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #E5E5E5;
	font-size: 12.5px;
}

.atvi-cookie-disclaimer a {
	color: #FFF;
	text-decoration: underline;
}

.atvi-cookie-disclaimer a.cookies-close {
	cursor: pointer;
	text-decoration: none;
	color: #FFF;
	background: #666;
	display: inline-block;
	padding: 5px 15px;
	width: 5vw;
	right: 25px;
	top: 10px;
	font-size: 10px;
}

.atvi-cookie-disclaimer .close-cookies {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	font-family: sans-serif;
	color: #E5E5E5;
	right: 3%;
	font-size: 35px;
	margin: auto;
	transform: translate(0, -50%) rotate(45deg);
	top: 50%;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cq-wcm-edit .atvi-cookie-disclaimer {
	display: none;
}

.cookie-right button {
	display: none;
}

.support-footer .footer-right.pull-left {
	padding-top: 20px;
}

.gdpr .lp .panel-default>.panel-heading .panel-title>a p {
	color: #ffffff;
}

@media screen and (max-width: 900px) {

	.atvi-cookie-disclaimer {
		padding: 10px 0;
	}

	.atvi-cookie-disclaimer.show p {
		padding: 0 15px;
		font-size: 13px;
	}

	.atvi-cookie-disclaimer a.cookies-close {
		padding: 0 10px;
	}
}

@media screen and (max-width: 625px) {
	.atvi-cookie-disclaimer .cookie-left {
		top: 7px;
		width: 80%;
		margin-right: 15%;
		font-size: 16px;
	}

	.atvi-cookie-disclaimer .cookie-right {
		width: 90%;
		font-size: 14px;
		padding: 20px 0 0 0;
	}

	.atvi-cookie-disclaimer.show p {
		padding: 0;
		font-size: 14px;
		line-height: 1.2;
	}

	.atvi-cookie-disclaimer .close-cookies {
		top: 25px;
		right: 5%;
		font-size: 52px;
	}
}

@media (max-width: 1197px) {

	.module-top-heading-sm, .module-top-heading-lg {
		text-transform: uppercase;
		color: #fff;
		font-size: 12px;
		font-weight: 900 !important;
		padding: 10px 0px 10px 15px;
	}

	.home-module-sm ul {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		font-size: 12px;
		padding: 17px 26px;
	}
}

@media (max-width: 990px) {

	.home-module-sm ul {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		font-size: 12px;
		padding: 37px 25px;
	}
}

@media (max-width: 715px) {
	.notifications-sml {
		display: block;
	}

	.notifications-lrg {
		display: none;
	}
}

@media (max-width: 450px) {
	ul.region-selector-nav {
		padding-left: 0;
	}

	ul.region-selector-nav li {
		width: 49%;
		margin: 15px 0;
	}
}