@import "font-frutiger.css";
@import "font-roboto.css";

:root {
	--accent-color: #A0A2A7;
  --accent-dark-color: #3A664D;
	--base-color: #030303;
  --text-color: #C9C8C9;
  --dark-back-text-color: #C9C8C9;
  --link-color: #64B193;
  --white-color: #FFF;
  --dark-grey-color: #212121;
	--light-gray-color: rgb(158, 166, 173);
  --primary-button-color: #64B193;
  --primary-dark-button-color: #3A664D;
  --progress-bar-bg: #C9C8C9;
}
html {
	color: var(--text-color);
}

#rn_DevelopmentHeader{ display:none; }
select{
	-webkit-appearance: none;
	background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 17px) calc(1em + 2px),
    calc(100% - 12px) calc(1em + 2px);
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}
select:active, select:hover {
  outline: none
}
select:active, select:hover, option:active, option:hover {
  outline-color: var(--white-color);
}
body{
	color: var(--text-color);
	background-color: var(--base-color);
}
#main-wrapper p,#main-wrapper h1,
#main-wrapper h2,#main-wrapper h3,
#main-wrapper h4,#main-wrapper h5,
#main-wrapper li,#main-wrapper a,
#main-wrapper span,#main-wrapper button,
#main-wrapper select,#main-wrapper img,
#main-wrapper label,.rn_ThanksLabel,
.answer-box{
	font-family: "Einstein Futura PT Cond",impact,charcoal,sans-serif;
}
a{
	cursor:pointer;
	color: var(--link-color);
}
a:hover{
	color: white;
}
a:focus{
	color: white;
	outline-color: white;
}
#main-wrapper a:hover, #main-wrapper select:hover, #main-wrapper button:hover, #main-wrapper a:hover {
	color: var(--text-color);
}
button{
	border-radius: 2px;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	cursor:pointer;
	border:none;
}
button:hover{
	border-color: #000;
	background-color: #000;
}
span{
	cursor:default;
}
iframe { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
iframe{
	width:100%;
	border:0;
}
textarea:hover, textarea:focus, input:hover, input:focus, select:hover, select:focus{
	border-color: var(--text-color) !important;
}
input[type='file'] {
	color: transparent;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.rn_Guide div{
	color:#f7fbff;
}
.rn_Guide select{
	background: black;
}
.rn_ResultHeading{
	color: #f7fbff;
}
#login-panel{

}
#rn_AnswerText{
	min-height:400px;
}
#incidentConfirm,#note_create,#note_renew{
	display: none;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	z-index: 999;
	position: fixed;
	background-color: rgba(0,0,0, 0.9);
}
#box,.notification_box{
	background: white;
	width: 300px;
	margin: 200px auto;
}
#box p,.notification_box p{
	text-align:center;
	margin:0 0 20px 0;
	font-size:25px;
}
#box button,.notification_box button{
	margin: 0 auto;
	display: block;
	min-width:150px;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
#box>div,.notification_box>div{
	padding: 20px;
	border: 1px solid var(--accent-color);
	background: black;
}
#category-panel a:hover > h3, #category-panel a:hover,#response-panel a:hover,#response-panel a:hover > h3,#platform-panel a:hover > h3, #platform-panel a:hover{
	color:#7b7d7f !important;
	background-color: #f7fbff;
	text-decoration: none;
}
#category-panel i,#response-panel i,#platform-panel>div>div>a>i{
	display:block;
	font-size: 100px !important;
	margin: 25px 0 0 0;
}
#category-panel h3{
	margin: 19px 0 0 0;
}
*:focus {
	outline: none;
}
.hidden{
	display: none;
}
.inlineblock{
	display: inline-block;
}
.inline{
	display: inline;
}
.block{
	display: block;
}
.right{
	float:right;
}
.left{
	float:left;
}
.red{
	color:red;
}
.value{
	font-size: 18px !important;
	color:gray;
	float:right;
	margin-right: 10px !important;
}
.nextButton{
    margin: 10px 20px;
}
.rn_AnswerNotificationManager{
	color:#f7fbff !important;
}
#support-answer img{
	max-width:100%;
	height: auto !important;
}

#background{
	transition: opacity 60s ease;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #0A0602;
	background-image: url("../images/eso-bg-texture-BW.png");
	background-size: auto;
	background-attachment: fixed;
	filter: brightness(0.6);
}
.social-menu i{
	cursor: pointer;
	color:white;
}
.string-frame a{
	color:white;
}
.loading-icon{
	background:url('/euf/assets/themes/eso/img/home.png');
	height:41px;
	width: 41px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 1000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: spin;
	-moz-animation-duration: 1000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-name: spin;
	-ms-animation-duration: 1000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
#spacer{
	height:100px;
}
#Submit-Loading{
	border: 29px black solid;
	height: 25px;
	width: 25px;
	margin: 31px auto;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 1000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: spin;
	-moz-animation-duration: 1000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-name: spin;
	-ms-animation-duration: 1000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
#title{
	text-align: center;
}
#title h1{
	margin-bottom:30px;
}
#motd{
	color:#f7fbff;
	font-size:17px;
	margin-top:10px;
	min-height:100px;
	background:rgba(0, 0, 0, 0.3);
	border:1px solid var(--accent-color);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.77);
}
#motd img{
	height:100px;
}
#mobile-nav{
	display: none;
}
.nav-top-menus>.nav-top-secondary>li,.nav-top-menus>.nav-top-main>li{
	float:left;
}
.language>.dropdown-menu li{
	float:none;
}
.nav-top-menus a{
	text-decoration: none !important;
}
.nav-bottom-menus a,.nav-top-secondary span{
	font-family: "Futura PT Cond", "Futura Condensed", Arial Narrow, sans-serif !important;
}
.nav-bottom-menus a:hover{
	text-decoration: none !important;
}
.dropdown-menu a:hover{
	background: none !important;
}
.rn_NoResults{
	background-color: black !important;
	color:#f7fbff;
}
#totd ul {
 	list-style: none;
 	padding:0;
}
#totd li {
	margin-bottom: 10px;
}
#totd .media{
	display: block;
	background:rgba(0, 0, 0, 0.3);
	border:1px solid var(--accent-color);
	cursor: pointer;
	font-size:17px;
	margin:0;
}
#totd .media:hover{
	border-color: var(--white-color);
}
#totd .media-body{
	vertical-align: middle;
}
#totd h2{
	text-align: center;
}
#totd img{
	height:50px;
}
#totd a:hover{
	text-decoration: none;
}
#totd .header span{
	position:absolute;
	line-height:50px;
	padding:0 0 0 10px;
	cursor: pointer;
}
#main-wrapper{
	padding:0 3px;
	background-color:black;
}
#main-wrapper>div.border{
	min-height:500px;
	min-width:340px;
	background: rgba(0, 0, 0, 0.3) url("../images/bg-panel.png") top center;
	border:solid var(--accent-color);
	border-width: 0 1px;
}
.drop-shadow{
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
#search{
	margin:40px 0;
	padding: 20px 0;
	border-top: 1px solid var(--accent-color);
	border-bottom: 1px solid var(--accent-color);
}
.rn_Strike{
	text-decoration: none !important;
}
#topbar i{
	float:left;
	line-height: 40px;
	width:40px;
}
#topbar span{
	line-height: 40px;
	float:left;
	cursor:pointer;
	color:inherit !important;
}
#topbar a{
	display:block;
	height: 40px;
	background:#7b7d7f;
	border-radius: 2px;
	min-width:100px;
	margin:5px;
	text-align: center;
}
#topbar a:hover{
	background-color:#f7fbff;
	color:#7b7d7f !important;
}
.btn-default{
	color:#fff;
	text-shadow: 0 2px 2px black;
	text-transform:uppercase;
	font-weight: 700;
	font-size: 13px;
	border-radius: 0;
	font-family:"pragmatica-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: -moz-linear-gradient(top, #8f865e 0%, #8f865e 50%, #47432f 51%, #47432f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8f865e), color-stop(50%, #8f865e), color-stop(51%, #47432f), color-stop(100%, #47432f));
	background: -webkit-linear-gradient(top, #8f865e 0%, #8f865e 50%, #47432f 51%, #47432f 100%);
	background: -o-linear-gradient(top, #8f865e 0%, #8f865e 50%, #47432f 51%, #47432f 100%);
	background: -ms-linear-gradient(top, #8f865e 0%, #8f865e 50%, #47432f 51%, #47432f 100%);
	background: linear-gradient(to bottom, #8f865e 0%, #8f865e 50%, #47432f 51%, #47432f 100%);
	border:1px solid #ada070;
}
.btn-default:hover{
	background: #a89e6f;
	background: -moz-linear-gradient(top, #a89e6f 0%, #a89e6f 50%, #615b40 51%, #615b40 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a89e6f), color-stop(50%, #a89e6f), color-stop(51%, #615b40), color-stop(100%, #615b40));
	background: -webkit-linear-gradient(top, #a89e6f 0%, #a89e6f 50%, #615b40 51%, #615b40 100%);
	background: -o-linear-gradient(top, #a89e6f 0%, #a89e6f 50%, #615b40 51%, #615b40 100%);
	background: -ms-linear-gradient(top, #a89e6f 0%, #a89e6f 50%, #615b40 51%, #615b40 100%);
	background: linear-gradient(to bottom, #a89e6f 0%, #a89e6f 50%, #615b40 51%, #615b40 100%);
	border-color: #a09568;
	color: #fff;
}
#login-panel{
	background-color: #000;
	border: 1px solid #fff;
	padding: 20px;
	color:white;
}
#AdditionalAssistance{
	text-align: center;
	padding:20px;
}
#AdditionalAssistance a{
	font-size:18px !important;
}
.string-text{
	font-size:16px;
	color:#f7fbff;
	margin: 10px 0;
}
.string-text ul{
	margin-left: 20px;
}
.string-text a{
	text-decoration: underline;
}
#login-panel a:last-of-type,#login-panel input[type="submit"],#laptop-button{
	color:#fff;
	text-shadow: 0 2px 2px black;
	text-transform:uppercase;
	font-weight: 700;
	font-size: 14px;
	width: auto;
	font-family:"pragmatica-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: -moz-linear-gradient(top, #8f865e 0%, #8f865e 50%, #47432f 51%, #47432f 100%);
	background: -moz-linear-gradient(top, #8f865e 0%, #8f865e 50%, #47432f 51%, #47432f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8f865e), color-stop(50%, #8f865e), color-stop(51%, #47432f), color-stop(100%, #47432f));
	background: -webkit-linear-gradient(top, #8f865e 0%, #8f865e 50%, #47432f 51%, #47432f 100%);
	background: -o-linear-gradient(top, #8f865e 0%, #8f865e 50%, #47432f 51%, #47432f 100%);
	background: -ms-linear-gradient(top, #8f865e 0%, #8f865e 50%, #47432f 51%, #47432f 100%);
	background: linear-gradient(to bottom, #8f865e 0%, #8f865e 50%, #47432f 51%, #47432f 100%);
	border:1px solid #ada070;
	border-radius: 0;
	padding:6px 12px;
	text-align: center;
	margin-top:0;
}
.rn_RatingButtons button, .nextButton, .change-button, #AdditionalAssistance>a,.troubleshooter button,.rn_PaginationLinks a,.rn_Notification_Delete,.rn_FormSubmit button, #box button,.yui3-widget-ft button,.notification_box button, label[id^="rn_FileAttachmentUpload_"]{
	min-width:160px !important;
	color:#fff;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 18px;
	font-family:"pragmatica-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: var(--primary-dark-button-color);
	border-radius: 0;
	width:100px;
	padding:6px 12px;
	text-align: center;
}
#login-panel input[type="text"],#login-panel input[type="password"]{
	display: block;
	border-radius: 0;
	height: 33px;
	width:100%;
	padding: 6px 12px;
	color: #ccc;
	background-color: #000;
	border: 1px solid #292929;
}
#login-panel input[type="text"]::-webkit-input-placeholder,
#login-panel input[type="password"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:#6b6b6b;
	font-style: italic;
}
#login-panel input[type="text"]:-moz-placeholder,#login-panel input[type="password"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#6b6b6b;
	font-style: italic;
}
#login-panel input[type="text"]::-moz-placeholder,#login-panel input[type="password"]::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#6b6b6b;
	font-style: italic;
}
#login-panel input[type="text"]:-ms-input-placeholder,#login-panel input[type="password"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#6b6b6b;
	font-style: italic;
}
#login-panel input[type="text"]::-ms-input-placeholder,#login-panel input[type="password"]::-ms-input-placeholder { /* Microsoft Edge */
	color:#6b6b6b;
	font-style: italic;
}
#sign-up{
	padding-top: 22px;
	padding-bottom: 22px;
}
#login-page label, #login-page h4,#login-page p{
	font-family: "pragmatica-web", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: normal;
	display: inline-block;
}
#login-page h4{
	text-transform: uppercase;
	color:white;
 	font-size:14px;
 	margin:0 0 14px 0;
 	border-bottom:1px solid rgba(255,255,255,0.1);
 	padding-bottom: 10px;
}
#rn_loginform_pta_0_ErrorMessage{
	display: none !important;
}
#login-panel a{
	float: right;
	text-transform: uppercase;
	font-family: "pragmatica-web", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 11px;
	margin-top: 4px;
}
.rn_RatingButtons button:hover,#login-panel a:last-of-type:hover, #login-panel input[type="submit"]:hover, .nextButton:hover, #AdditionalAssistance>a:hover,.troubleshooter button:hover,.rn_PaginationLinks a:hover,.rn_Notification_Delete:hover,.rn_FormSubmit button:hover, #box button:hover,.yui3-widget-ft button:hover,.notification_box button:hover, label[id^="rn_FileAttachmentUpload_"]:hover{
	background: var(--primary-button-color);
	color: var(--dark-grey-color) !important;
	text-decoration: none !important;
}
#search select,#search input,#search button{
	margin-bottom:10px;
	width:100%;
	padding:10px;
	height: 40px;
	background: #797f85;
	font-size:15px;
	line-height:20px;
	border-radius: 2px;
}
#search-input{
	border: 1px solid #797f85;
	color: var(--text-color);
}
#search-input:hover, #search-input:focus{
	border: 1px solid var(--text-color);
	color: var(--text-color);
}
#search-input::placeholder {
	color: var(--text-color);
	opacity: 1;
}
#search button{
	transition: all 0.2s ease;
	cursor:pointer;
	background: var(--primary-dark-button-color);
	color: var(--text-color);
}
#search button:hover{
	background: var(--primary-button-color);
	color: var(--dark-grey-color);
}
#search select{
	border: 1px solid #797f85;
	color: var(--text-color);
	cursor:pointer;
}
#topissues h2{
	text-align: center;
}
.rn_AnswerList ol{
	list-style: none;
	padding:0;
}
.rn_AnswerList .rn_Content li:first-of-type{
	border-top:1px solid var(--accent-color);
}
.rn_AnswerList .rn_Content li{
	border-bottom:1px solid var(--accent-color);
	padding:5px;
}
.rn_AnswerList .rn_Element1{
	display: block;
	font-weight: bold;
}
.rn_AnswerList .rn_Element2{
	font-size:1.1em;
}
.rn_AnswerList .rn_Element3{
	color:#6F6F6F;
}
.rn_Multiline2 ol{
	margin:0;
	padding:0;
}
.rn_Multiline2 li{
    background:#fff;
    padding:10px;
}
.rn_Multiline2 li .rn_Element3{
	color: rgb(138, 138, 138);
}
.rn_Multiline2 a{
	text-decoration: none; 
	color:rgb(68, 68, 68);
}
.rn_Multiline2 a:hover{
	text-decoration: none; 
	color:black;
}
.rn_ResultInfo2 .rn_Results{
	float: left;
	padding:0;
    margin: 20px 0;
    font-size: 20px;
}
.rn_ResultInfo2{
	border-top: 1px solid var(--accent-color);
	border-bottom: 1px solid var(--accent-color);
	padding:0;
	margin-bottom:15px;
}
.rn_ResultInfo2 .rn_Results a{
	text-decoration: none;
	color:black;
	cursor:default;
}
.rn_Paginator .rn_CurrentPage{
	color:white;
	padding:0 5px;
}
.rn_Paginator  li{
	margin:0 5px;
}
.back-button{
	font-size:25px;
	margin: 0 0 10px 0;
	color: #8a8a8a;
	cursor:pointer;
	text-decoration: none !important;
}
.back-button:hover{
	color: #000;
}
.back-button i{
	margin-right:5px;
}
#itembox .ib-container{
	background:rgba(0, 0, 0, 0.3);
	min-height:150px;
	border:1px solid var(--accent-color);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.77);
	margin-bottom:20px;
	color:#f7fbff;
}
#itembox .col-md-6:last-of-type:nth-child(odd){
	float:none;
	margin:0 auto
}
#itembox h2{
	text-align: center;
	margin:20px 0 10px 0;
}
#itembox h3{
	border-bottom:1px solid var(--accent-color);
	font-size:20px;
	margin:0;
	padding: 10px;
	cursor:default;
}
#itembox i{
	margin:0 10px 0 0;
}
#itembox ol{
	list-style: square;
}
#itembox ol a{
	cursor: pointer;
	font-size: 16px;
}
#itembox ol a:hover{
	color:white;
}
#support-button{
	width:350px;
	text-align: center;
	margin: 30px auto;
}
#support-button>a{
	border-radius: 2px;
	background:rgb(68, 68, 68);
	color: white;
	padding:10px;
	text-decoration: none;
	text-align: center;
}
#support-button>a:hover{
	background:black;
}
.panel{
	border-bottom:1px solid var(--accent-color);
	border-top:1px solid var(--accent-color);
	background-color:transparent;
	display:none;
	margin:10px 0;
}
.panel ul{
	padding:0;
}
.panel h2{
	display: inline;
    line-height:50px;
    margin:0;
    padding:0 0 0 10px;
    font-weight: normal;
    font-size:20px;
}
.panel-content{
	border-top:1px solid var(--accent-color);
	padding:10px 0;
}
#product-select{
	display: none;
}
#product-select select{
	padding:10px;
	font-size:15px;
	line-height:20px;
	border: 1px solid var(--accent-color);
	border-radius: 2px;
	background:transparent;
}
#rn_Summary{
	font-size:25px;
}
#rn_AnswerInfo{
	margin:10px 0;
	color: var(--dark-back-text-color);
	text-align: right;
	border-bottom: 1px solid var(--accent-color);
}
.answer-box p{
	font-size:17px;
}
.yui3-panel-hidden{visibility:hidden}
.rn_AnswerFeedback{
	margin-bottom:10px;
}
.rn_AnswerFeedbackControl{
	display: inline-block;
	padding:10px;
	border: 1px solid var(--accent-color);
}
.rn_ThanksLabel{
	display:block;
}
.rn_AnswerFeedback .rn_Title{
	text-align:right;
	color:#f7fbff;
	border-bottom: 1px solid var(--accent-color);
}
.rn_AnswerFeedback .rn_Title{
	border:0;
}
.rn_DialogSubtitle strong{
	color:red;
}
.yui3-widget-hd{
	padding:5px;
}
.yui3-widget-bd{
	padding:5px 10px;
}
.yui3-widget-ft .yui3-widget-buttons{
	display: block;
	padding:5px;
	text-align:center;
}
.yui3-widget-ft button{
	min-width: 0;
	margin:0 10px;
}
.yui3-button-close{
	background: none;
	border: none;
	float: right;
	padding:0;
}
.yui3-button-close:hover{
	text-decoration: underline;
}
.rn_RatingButtons{
	display: inline-block;
}
.rn_RatingButtons button{
	min-width:inherit !important;
	margin: 0 10px 0 0;
	width:100px;
}
#rnDialog1_c{
	position:absolute !important;
}
.rn_AnswerFeedbackDialog{
	border:1px solid var(--accent-color);
	background: black;
	margin:0 auto;
}
.rn_AnswerFeedbackDialog button {
	min-width: 0px !important;
}
.rn_AnswerFeedbackDialog .rn_DialogSubtitle{
	color:#f7fbff;
}
.rn_AnswerNotificationIcon{
	display: inline-block;
}
.rn_AnswerNotificationIcon span,.rn_PrintPageLink span{
	cursor:pointer;
	font-size:20px;
}
.rn_AnswerNotificationIcon span:hover,.rn_PrintPageLink span:hover, .rn_AnswerNotificationIcon span:hover > a,.rn_PrintPageLink span:hover > a{
	color:white;
	text-decoration: none !important;
}
.container-close{
	display: none;
}
.mask{
	position:fixed;
	background: rgba(0,0,0,0.5);
}
.panel>div>ul{
	display:block;
	margin:0 auto;
}
.panel>div>ul>li{
	display:inline-table;
	width:140px;
	height:220px;
	border:1px solid var(--accent-color);
	border-radius:2px;
	vertical-align: bottom;
	margin:5px;
}
.panel-content>div{
	text-align: center;
}
#category-buttons a{
	margin:2px 2px !important;
}
.panel-content>div>a,#category-buttons a{
	background-color: #7b7d7f;
	display: inline-block;
	width:140px;
	height:220px;
	border-radius:2px;
	vertical-align: bottom;
	margin: 2px 0;
}
#product-panel>div>ul>li>div{
	height:246px;
	overflow: hidden;	
}
#product-panel ul{
	text-align: center;
}
#product-panel img{
	background-size: cover;
	width:200px;
	height:246px;
}
#product-panel>div>ul>li>span{
	text-align:center;
	display: block;
	height:35px;
}
#category-panel li{
	height:250px;
}
.panel>div>ul>li:hover{
	border-color: black;
}
.troubleshooter ul{
	list-style: none;
	display: block;
	margin:20px auto;
	padding:0;
}
.troubleshooter li{
	display:inline-flex;
	margin: 5px 0;
}
.troubleshooter .buttondiv{
	padding:10px 0;
}
.troubleshooter button{
	width:auto;
}
.troubleshooter p{
	font-size:18px;
}
#netgear{
	display: block;
	margin-top: 10px;
}
#alert-notice{
	text-align: center;
	font-size: 20px;
	color:red;
}
#alert-notice h4{
	display: inline-block;
	border: 2px solid red;
	padding: 5px;
}
#alert-notice i{
	font-size:30px;
	color:red;
	padding-right:10px;
}
#alert-notice a{
	text-decoration: underline;
}
#alert-notice span{
	font-weight: 700;
}
#dlink{
	display: block;
}
#linksys{
	display: block;
}
#category-panel select,#input-panel select{
	height: 40px;
	-moz-appearance: none;
	background-color: #7b7d7f;
	padding:10px 30px 10px 10px;
	font-size:17px;
	line-height:20px;
	border-radius: 2px;
	margin:10px auto;
	border:0;
}
#category-panel option{
	padding:10px;
	font-size:17px;
	line-height:20px;
}
#category-panel option:hover{
	background-color: #f7fbff !important;
}
.change-button{
	display:none;
	float:right;
	margin:7px;
	min-width: 0px !important;
}
.removeFile{
	display:inline;
	color:red;
	margin:0 10px;
	cursor:pointer;
}
#additional_details_section{
	list-style-position:inside;
}
#input-panel .panel-content h3{
	margin:0px;
}
#input-panel .panel-content .input{
	margin-bottom:20px;
	position:relative;
}
#input-panel input[type=text],#input-panel textarea{
	padding:10px;
	font-size:15px;
	border:1px solid var(--accent-color);
	border-radius: 2px;
	width:100%;
	background-color:#7b7d7f;
	color:white;
}
#input-panel .input>h3>i{
	color:red;
	padding: 0 0 0 5px;
	font-style: normal;
}
.valid{
	border-color:green!important;
}
.iframebox{
	margin-bottom: 10px;
	border:1px solid var(--accent-color);
	border-radius: 2px;
}
.iframebox h3{
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid var(--accent-color);
}
.iframebox h3:hover{
	color:white;
	background: rgb(68, 68, 68);
}
.banner{
	margin-top:40px;
	max-width: 600px;
	margin: 0 auto;
}
#settingsOrSignIn,#joinOrSignOut{
	display:none;
}
.nav-bottom-menus .social-menu{
	margin-left:0 !important;
	margin-right:0 !important;
}
#question-container input{
	margin: 0 10px;
}
#question-container label{
	display:block;
	margin-bottom: 0;
}
#question-container>div>div{
	display:inline-block;
}
#question-container{
	font-size:18px;
	color:white;
}
.rn_Overview thead tr:nth-child(1), .rn_QuestionList thead tr:nth-child(1){
	background-color:#f7fbff !important;
	color:black;
}
.rn_Overview tr:nth-child(odd), .rn_QuestionList tr:nth-child(odd){
	background-color:black;
}
.rn_Overview tr:nth-child(even), .rn_QuestionList tr:nth-child(even){
	background-color:#7b7d7f;
}
.rn_Overview td, .rn_QuestionList td{
	background-color:transparent !important;
	color:#f7fbff;
}
.rn_Overview thead th, .rn_QuestionList thead th{
	background-color:transparent !important;
}
.rn_Overview .yui3-datatable-cell, .rn_Overview table, .rn_QuestionList .yui3-datatable-cell, .rn_QuestionList table{
	border-color:#f7fbff !important;
}
.rn_Overview .show-all{
	float:right;
}
.rn_Results {
	color:#f7fbff;
}
.rn_PaginationLinks li {
	display:inline;
}
.rn_AnswerNotificationManager{
	background:none;
	margin:0;
	padding:0;
	border:0;
}
.rn_AnswerNotificationManager .rn_Notification{
	width:100%;
}
.rn_AnswerNotificationManager .rn_Notification_Info{
	width:75%;
	padding:0 0 10px 0;
}
.rn_AnswerNotificationManager .rn_Notification_Actions{
	width:25%;
}
.rn_AnswerNotificationManager .rn_Notification_Actions button{
	padding:10px;
	min-width:inherit !important;
}
.rn_QuestionDetail .alert{
	font-size: 20px;
	border: 1px solid;
	padding: 20px;
}
.rn_QuestionDetail .alert i{
	color:red;
}
.rn_QuestionDetail .rn_DataValue{
	color:#f7fbff;
}
.rn_DataValue img{
	width:100px;
}
#rn_UpdateQuestion .rn_TextArea{
	width:100%;
	background: #7b7d7f;
	padding: 10px;
	color:white;
	border: 1px solid #f7fbff ;
}
#rn_UpdateQuestion .rn_SelectionInput select{
	background: #7b7d7f;
	padding:10px;
	border-color: #f7fbff;
}
.rn_ThreadContent{
	background-color: #7b7d7f;
	color:#f7fbff;
	border-color: #f7fbff;
}
.rn_ThreadHeader{
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}
.rn_ThreadHeader span{
	color: #7b7d7f;
}
.bootstrap-datetimepicker-widget th,.bootstrap-datetimepicker-widget span, .bootstrap-datetimepicker-widget td{
	color:black;
}
.bootstrap-datetimepicker-widget .fa{
	font-family: FontAwesome !important;
	color:black !important;
}
#Email a{
	cursor: default;
	font-size:20px;
	margin-top:20px;
}
#Email a:hover, #Email a:active{
	color: #f7fbff !important;
	text-decoration: none;
}

.grow { transition: all .2s ease-in-out; overflow:hidden; }
.grow:hover { transform: scale(1.1); }
#globalNav.quaketheme { background-color: #1a181a }
#globalNav.quaketheme .menu-container { background-color: #1a181a; }
#globalNav.quaketheme .menu-container:hover { background-color: #1a181a; }
#globalNav.quaketheme a { color: #86807b; }
#globalNav.quaketheme a:hover { color: #fff; }
#globalNav.quaketheme .menu-item:hover {border-bottom: 3px solid #86807b; }
#globalNav.quaketheme .square-logo { border-color: #86807b; }
#globalNav.quaketheme .square-logo:hover { border-color: #fff; }
#globalNav.quaketheme .dropdown-item { background-color: rgba(0,0,0,0); border-bottom: 0; border-top: 3px solid #F00; }
#globalNav.quaketheme .dropdown-single .menu-item:hover { border-bottom:0; border-top: 3px solid #F00 }
#globalNav.quaketheme .icon { color: #86807b; fill: #86807b; }
#ageGateParent.quaketheme {}
#globalFooter.quaketheme {}

.banner img{cursor: pointer}

@-ms-keyframes spin {
	from { -ms-transform: rotate(0deg); }
	to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}

body.modal-open {
	overflow: hidden;
}
#sms-modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 10em; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}   
.sms-modal-content {
	margin: auto;
	border: 1px solid #888;
	width: 60%; 
	font-size: 1.2em;    
	padding: 2.2em 2.2em 1.5em 2.2em;
	border: 2px solid #ada070;
	background-color: #000;
	position: absolute;
	font-family: "Futura PT", "Futura Condensed", Arial Narrow, sans-serif !important;
	font-size: 20px;
	display: none;  
	position: relative;
}
#sms-modal .sms-modal-content .sms-top-section h1 {
	text-align: center;
	font-family: "Futura PT", "Futura Condensed", Arial Narrow, sans-serif !important;
	color: #EECA2A !important;
	font-size: 2em;
	margin: -.2em auto .5em auto;
}
.sms-modal-content a {
	text-decoration: underline;
}
.sms-top-section{
	min-height: 7.5em;
	text-align: center;
}
.button-line {
    margin-top: 3em;
}
.button-line input {
	margin-bottom: 1em;
}
.sms-cancel, .sms-next {
	text-transform: uppercase;
	font-weight: bold;
	background: #151511;
	color: #f7fbff !important;
	border: solid 2px #f7fbff;
	transition: all .3s ease;
	font-size: 24px;
	letter-spacing: .5px;
}
.sms-cancel:hover, .sms-next:hover { 
	text-decoration: none;
	background: #000;
	color: #fff !important;
	border-color: #fff;
	transition: all .3s ease;
}
.action-line {
	display: block;
	min-height: 2em;
}
.sms-modal-agree span {
	padding-left: .5em;
}
#sms-checkbox {
	margin-right: .5em;
}
.agree-checkbox {
	float: right;
}
#phone1, #phone2, #phone3 {
	padding:10px;
	font-size:1em;
	border:1px solid var(--accent-color);
	border-radius: 2px;
	width:3em;
	background-color:#7b7d7f;
	color:white;
	text-align: center;
	height: 1.5em;
}
#phone3 {
	width: 4em;
}
.sms-center {
	text-align: center;
}    
.sms-back {
	text-decoration: underline;
}
.grayed-out {
	opacity: .5;
}
#ticket-info {
	font-size: 18px;
}
#main-wrapper a.active, #main-wrapper a.active > h3 {
	color:#7b7d7f !important;
	background-color: #f7fbff;
	text-decoration: none;
}
#ticket-info a {
	display: inline !important;
	text-decoration: underline;
}
#ticket-info a:hover {
	color: white !important; 
	background: none;
	text-decoration: underline;
}
.rn_MessageDialog{
	background: black;
	color: #f7fbff;
	border: 1px solid var(--accent-color);
}
.yui3-widget-mask{
	background:black;
	opacity: .8;
}
#Email .email{
	padding: 10px;
	font-size: 15px;
	border: 1px solid #7b7d7f;
	border-radius: 2px;
	width: 100%;
	color:#7b7d7f;
	background-color: var(--accent-color);
}
@media screen and (min-width: 501px) and (max-width: 992px){
	.sms-modal-content {
		width: 80%;
	}
	.sms-modal-content {
		font-size: 18px;
	}
}
@media screen and (max-width: 500px){
	div#category-panel select { 
		width: 100%
	}
	#sms-modal {
		padding-top: 8em;
	}
	.sms-modal-content {
		width: 95%;
		font-size: 16px;
	}
}
@media screen and (min-width: 992px){
	div#category-buttons{width:700px;margin:0 auto;}
}

#alerts h3,#alerts h2,#alerts h1{
	font-size:17px;
	padding:0;
	margin:0;
	font-weight: 100;
}
#alerts .alert-content{
	min-width:340px;
	margin:0 auto;
	padding:5px;
}
#alerts .alert-title{
	padding:5px;
	display:flex;
	color:white;
	font-family: "Open sans", sans-serif;
}
#alerts .alert-message{
	background-color:white;
	font-size: 16px;
  padding: 5px 0 5px 10px;
	font-family: "Open sans", sans-serif
}
#alerts .alert-message a{
	color: inherit;
  text-decoration: underline;
}
#alerts .alert-dismiss{
	margin:0 0 0 20px;
	cursor:pointer;
}
#alerts .alert-title i::before{
	vertical-align: middle;
}
#alerts .alert-title i.icon{
	margin:0 10px 0 0;
}
#alerts .alert-title i.fa-chevron-down,#alerts .alert-title i.fa-chevron-up{
	
	cursor:pointer;
}
@media (min-width: 768px){
	#alerts .alert-content{
		width:750px;
	}
}
@media (min-width: 992px){
	#alerts .alert-content{
		width:970px;
	}
}
@media (min-width: 1200px){
	#alerts .alert-content{
		width:1170px;
	}
}
#topissues ul{
	list-style: none;
	padding:0;
	margin:0;
}
#topissues li:last-child{
	border-bottom: 1px solid var(--accent-color);
}
#topissues li{
	border-top: 1px solid var(--accent-color);
  border-left: 1px solid var(--accent-color);
	border-right: 1px solid var(--accent-color);
}
#topissues li:hover{
	border-color: var(--white-color);
}
#topissues li:hover + li{
	border-top-color: var(--white-color);
}
#topissues a{
	display:block;
	padding:10px;
	font-size:16px;
	font-family: "Open sans", sans-serif !important;
}
#topissues a:hover{
	text-decoration: none;
}
.universal-nav-top .universal-nav .un-second-level .link:nth-child(6) {
  display: none !important;
}

#cancel-sub{
	font-size: 20px;
    max-width: 600px;
    flex-direction: column;
	white-space: normal;
    margin: 0 auto;
    display: block;
	text-transform: capitalize;
}
#cancel-sub button{
	font-size: 25px;
	padding:5px 20px;
	margin:20px;
}

#cancel-sub div.recipt-body label{
	font-size:20px
}

#cancel-sub div.recipt-body{
	margin-bottom: 20px;
}

#cancel-sub label.recipt-value{
	color:#3a664d
}