
/*=============================================================================

CSS RESET

=============================================================================*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp { border: 0; margin: 0; padding: 0; font-size: 100%; zoom: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section { display: block; }

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote { list-style:none; }

h1, h2, h3, h4, h5, h6 {line-height:normal;font-weight:normal;margin-bottom: 20px;font-family: "Roboto Condensed" !important;}

a { text-decoration: none; outline:none; cursor:pointer; }

b, strong { font-weight: bold; }

img {color: transparent;font-size: 0;vertical-align: middle;border:none;-ms-interpolation-mode: bicubic;max-width:100%;height: auto !important;}

ul, li { display: list-item; list-style:none; }

table { border-collapse: collapse; border-spacing: 0; }

th, td, caption { font-weight: normal; vertical-align: top; text-align: left; }

svg { overflow: hidden; }

input[type="checkbox"] { margin:0 4px; width: 13px; height: 13px; padding: 0; vertical-align: middle; position: relative; top: -1px; *overflow: hidden;}

input, textarea, select { outline:none; margin:0; font-family:inherit;}

textarea{ overflow:auto; resize:none;}




*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html{-webkit-text-size-adjust: none; text-size-adjust: none;}

a, img, input, select, textarea, ._transition, button, .button, :before, :after{-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}

a:active, .button:active, button:active{-webkit-transition: all 0.05s ease-out; -moz-transition: all 0.05s ease-out; transition: all 0.05s ease-out;}

._no-transition{-webkit-transition: none; -moz-transition: none; transition: none;}

.hide{ display:none; }


/*=============================================================================

TYPOGRAPHY

=============================================================================*/

  html { height: 100%; }
  body {font: 14px/1.5 Lato, Arial, 'Helvetica Neue', 'Helvetica', sans-serif !important;background: #d8d9da !important;text-align:left;min-width: 320px;}
  h1, h2, h3, h4, h5, h6, p, address {color: #5B5B60 !important;}
  h1{ font-size: 36px; }
  h2{font-size: 32px;margin-bottom: 30px;}
  h3 {font-size: 28px;}
  h4 {font-size: 22px;margin-bottom: 30px;}
  h5 { font-size: 14px; color: #414141; }
  h6 {font-size: 14px;color: #999 !important;}
  a img { border: 0; }
  p {color: #6d6d6d !important;margin: 0 0 20px;font-family: inherit !important;line-height: 1.6 !important;font-size: inherit !important;}
  a {color: #007fa9;text-decoration: none;}
  a:hover {color: #5B5B60;text-decoration: underline;}

.block{ padding-top: 80px; padding-bottom:80px;}

.block.-padding-top{ padding-bottom: 0;}

.block.-padding-bottom{ padding-top: 0;}

hr {
    display: block !important;
    border-top: 1px solid #BCC3CD !important;
    height: 1px;
    margin: 15px 0;
}


/* spacing */

.gap-10{ height:10px;}

.gap-20{ height:20px;}

.gap-30{ height:30px;}

.gap-40{ height:40px;}

.gap-50{ height:50px;}

.gap-60{ height:60px;}

.gap-70{ height:70px;}

.gap-80{ height:80px;}


/*floats*/

.float-right { float:right; }

.float-left { float:left; }

.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

.clearfix:before, .clearfix:after, .grid:before, .grid:after, .wrap:before, .wrap:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

.clearfix:after, .grid:after, .wrap:after { clear: both; }

.clearfix, .grid, .wrap { zoom: 1; }


/* helpers */

._center-block{ margin-left:auto; margin-right:auto;}

._align-left { text-align: left; }

._align-center { text-align: center; }

._align-right { text-align: right; }

._uppercase{ text-transform:uppercase;}

._lowercase{ text-transform:none;}

._underline{
  text-decoration: underline;
}

._vertical-align{ display:table; width:100%; height: 100%;}

._vertical-align > *{ display:table-cell; vertical-align:middle;}

._justify-content {
    text-align: justify;
}

._justify-content > * {
    display: inline-block;
    position: relative;
}

._justify-content:before{
    content: '';
    display: block;
    width: 100%;
}

._justify-content:after {
    content: '';
    display: inline-block;
    width: 100%;
}

._overflow-hidden{
	overflow: hidden;
}


._mg-b-xs{margin-bottom: 10px;}

._mg-b-sm{margin-bottom: 30px;}

._mg-b-md{margin-bottom: 50px;}

._mg-b-lg{margin-bottom: 75px;}

._mg-b-xl{margin-bottom: 100px;}

._mg-t-xs{margin-top: 10px;}

._mg-t-sm{margin-top: 30px;}

._mg-t-md{margin-top: 50px;}

._mg-t-lg{margin-top: 75px;}

._mb-t-xl{margin-top: 100px;}

._no-mg{ margin:0 !important;}

._no-mg-b{ margin-bottom:0 !important;}

._no-mg-t{ margin-top:0 !important;}

._no-pd{ padding:0 !important;}

._no-pd-b{ padding-bottom:0 !important;}

._no-pd-t{ padding-bottom:0 !important;}


/* responsive videos */

.responsive-video{position: relative; display: block; height: 0; padding: 0; overflow: hidden; padding-bottom: 56.25%;}

.responsive-video iframe, .responsive-video object { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }

.responsive-video.aspect-4by3{padding-bottom: 75%;}


/*=============================================================================

MAIN STYLES

=============================================================================*/


/* homepage */

.content{
    padding: 100px 0 70px;
}

.content.dashboard h2{
    margin-bottom: 40px;
}

.content.dashboard h3{}

.topic-card{
    display: block;
    text-align: center;
    margin: 5px 0;
    background: #d0e3f1;
    overflow:hidden;
    position: relative;
    min-height: 100px;
}

.topic-card img{
    width: 100%;
}

.topic-card .card-name{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.topic-card h3{
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 26px;
    margin: 0 !important;
    position: absolute;
    left: 8px;
    bottom: 5px;
}

.topic-card:before, .topic-card:after{
  content:"";
  position:absolute;
  background:#007fa9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.topic-card:before{
  width: 2px;
  height:24px;
  right: 21px;
  bottom: -25px;
}

.topic-card:after{
  width: 24px;
  height:2px;
  right: -25px;
  bottom: 21px;
}

.topic-card:hover img{opacity: 0.2;}

.topic-card:hover h3{ color:#007fa9 !important;}

.topic-card:hover:before{
  bottom:10px;
}

.topic-card:hover:after{
  right: 10px;
}


/* Support Forms */

input[type="checkbox"] { margin:0 4px; width: 13px; height: 13px; padding: 0; vertical-align: middle; position: relative; top: -1px; *overflow: hidden;}

input, textarea, select { outline:none; margin:0; font-family:inherit;}

textarea{ overflow:auto; resize:none;}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], select, textarea {
    background: #FFFFFF;
    color: #aaaaaa;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 5px;
    height: 34px;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
    vertical-align: top;
    font-size: 14px;
    font-weight: normal;
}
textarea{ height:200px; width:100%; padding: 10px;}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
    border-color: #5B5B60;
    color: #000000;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

::-webkit-input-placeholder {color:#359AD6;}

:-moz-placeholder {color:#359AD6;}

:-ms-input-placeholder{color:#359AD6;}

:focus::-webkit-input-placeholder {color:#86bce3;}

:focus:-moz-placeholder {color:#86bce3;}

:focus:-ms-input-placeholder{color:#86bce3;}

.recaptcha_theme_blackglass #recaptcha_response_field, .recaptcha_theme_white #recaptcha_response_field{height: 20px}

input[type="submit"]{
  width:100%;
}

#form {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  background: none !important;
}

  .label {
    display: block;
    font-weight: bold;
    margin: 0 0 5px;
  }

  .label span {
    color: #999;
  }

  #form .input-block .input-radio-group {
    margin: 0 0 20px;
  }

  #form .input-button input {
    cursor: pointer;
  }

  #form .input-button .disabled {
    background-position: 0 -38px;
  }

  #form .input-button img {
    display: none;
    margin: 7px 0 0 5px;
    position: absolute;
  }

  #form label.invalid {
    color: f26832;
    display: block;
    font-size: 14px; 
    position: relative; 
    top:-14px;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    
  }

  #contact-form-templates{
    position:absolute;
    left: -9999px;
    width: 200px;
    top: 0;
  }

  #ui-datepicker-div { display: none; }


  .autosuggest{}

  .autosuggest h4{
    margin-bottom: 4px;
}

  .autosuggest h6{
    font-family: Lato !important;
    margin-bottom: 15px;
}

  .autosuggest ul{
    border-top: 1px dashed #CECECE;
    border-bottom: 1px dashed #CECECE;
    padding-top: 14px;
    margin-bottom: 30px;
}

  .autosuggest li{
    line-height: 1.2;
    margin-bottom: 14px;
}

/* Buttons */ 


.btn{
    display: inline-block;
    padding: 6px 25px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
}

.btn:hover{
  text-decoration:none;
}

.btn.-large, input[type="submit"]{
  padding: 12px 25px;
}

.btn.-primary{
  background: #1c8aaa;
  color: #fff;
}

.btn.-primary:hover{
  background: #5b5b60;
}

.btn.-secondary{
  background: #5b5b60;
  color: #FFFFFF;
}

.btn.-secondary:hover{
  background: #ccc; 
  color: #333;
}

.btn.-size-sm{
  padding: 2px 10px;
  font-size: 12px;
}

  /* Flash Messages */

  #flash {
    font-size: 20px;
    text-align: center;
    display:none;
  }

  .flash_html {
    display: inline;
  }

  .flash_ajax{
    display:block;
    margin:0 auto 0 -200px;
    position:fixed;
    top:0px;
    left:50%;
    width:400px;
    z-index:1003;
    color:#222;
  }

  .flash_html div, .flash_ajax div {
    text-align: center;
    font-size: 14px;
    margin: 0px auto;
    width: 400px;
    padding: 5px 40px;
    background-color: #FFFDD7;
    border-bottom: 3px solid #FDFBA8;
    border-left: 3px solid #FDFBA8;
    border-right: 3px solid #FDFBA8;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
  }

  .flash_ajax div.flash_error,
  .flash_html div.flash_error,
  .flash_ajax div.flash_critical,
  .flash_html div.flash_critical {
    border-color: #FF0000;
    background-color: #FFBABA;
  }

  /* Portal Wrappers */

  .wrapper {
    margin: 0 auto;
    max-width: 950px;
    padding: 0 15px;
  }

  .wrapper.wide{
    max-width:none;
  }

  #company-support-portal {
    padding: 0;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background: #ebeced;
  }

  #company-support-portal.main_homepage{
    background: #C5CBD4;
  }

  /* Breadcrumbs */

  #breadcrumbs {
    color: #c9c9c9 !important;
    line-height: 1.3;
    margin: 0 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #5b5b60;
    padding: 15px 0;
    font-size: 14px;
  }

  #breadcrumbs a{color: #ffffff;}

  #status-update {
    float: right;
    margin-right: 250px;
  }

  #status-update .myaccount-form {
    padding-top: 0;
  }

  /* Portal Company Header */

  #company-header {
    background: #fff !important;
    padding: 12px 0;
  }

  #company-header .header-right{
    padding-top: 4px;
  }

  #company-header h1 {
    color: #FFF;
    font-size: 25px;
    padding: 0 0 0 35px;
    float: left;
  }

  .powered_by_desk{
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    width: 176px;
  }

  .powered_by_desk a{
    margin-top: 3px;
    position: absolute;
    margin-left: 72px;
  }

  .powered_by_logo{
    width: 100px;
    height: 50px;
  }

  #company-header a {
    color: #5B5B60;
    font-size: 14px;
    font-family: "Roboto Condensed";
    line-height: 34px;
    margin-right: 20px;
  }

  #company-header a:hover {
    color: #999;
    text-decoration: none;
  }

  #company-header select{
    margin-bottom:0;
    border: none;
    color: #5B5B60;
    font-family: "Roboto Condensed";
  }

  .site-logo{}

  .site-logo img{
    width: 110px;
}

  #customer-account {
    float: right;
    color: #FFF;
    margin: 3px 0 0;
  }

  #customer-account span {
    float: left;
    padding: 4px 9px;
    font-weight: bold;
  }

  #customer-account a {
    float: left;
    display: inline-block;
    padding: 4px 9px;
    background: #2B2B2B;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  #customer-account a:hover {
    background: #3B3B3B;
    color: #FFF;
  }

  /* Portal Support Header */

  #support-header {
    margin: 0;
    padding: 25px 0 25px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: auto 100% !important;
    background-size: cover !important;
    background-color: #BFC6CE !important;
  }

  #support-header .wrapper {
    position: relative;
  }

  #support-header h2 {
    font-size: 50px;
    text-shadow: none !important;
    text-align: center;
    color: #5b5b60 !important;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 353px;
  }
  
  #support-header h2 span{
    display:inline-block;
    background: rgba(255,255,255,0.6);
    padding: 0 30px;
    border-radius: 5px;
  }

  .main_homepage #support-header{
    padding: 150px 0;
    background-size: cover !important;
  }

  .main_homepage #support-header h2{
    margin: 0;
  }

  .brand_13399 #support-header {
    background-size: cover !important;
  }

  .main-content{
    position: relative;
}

  /* Support Footer */

  #site-footer {
  background: #f5f5f6;
  padding: 40px 0 30px;
  }

  #site-footer h3 {
    padding: 0 0 20px 0;
  }

  #site-footer .contact-btn{
    margin-bottom:50px;
  }

  .footer-menu{
    margin:0 0 30px;
}

  .footer-menu li{
    display: inline-block;
    border-left: 1px solid #b4b4be;
    padding-left: 8px;
    padding-right: 5px;
    margin-left: 3px;
}

.footer-menu li:first-child{
  
border-left: none;
  
margin-left: 0;
}

  .footer-menu li a{
    font-size: 14px;
    display: inline-block;
    color: #627378;
}

.footer-social{
    margin-bottom: 20px;
    display: none;
}

.social-general{
  display:block;
}

.brand_362 .social-general{
  display:none;
}

.brand_362 .social-gaming{
  display:block;
}

.footer-social a{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    background-size: auto 32px;
}

.footer-social .facebook{}

.footer-social .twitter{
    background-position: -42px 0;
}

.footer-social .youtube{
    background-position: -84px 0;
}

.footer-social a:hover{
  opacity:0.7;
}


 .copyright{
   color:#838383;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size: 13px;
 }

 /* SYSTEM ALERTS */

 .alerts-container{
   margin-bottom:45px;
   position:relative;
 }

 .page_topic .alerts-container{
    top:90px;   
 }

 .alert-message{
    background: #FFFFFF;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 15px;
    display: none;
}

/* home */
.brand_13395.lang_en .alert-message.alert-home.alert-lang_en{
  display:block;
}

.brand_13395.lang_fr .alert-message.alert-home.alert-lang_fr{
  display:block;
}

.brand_13395.lang_de .alert-message.alert-home.alert-lang_de{
  display:block;
}

/* avea */
.brand_13396.lang_en .alert-message.alert-avea.alert-lang_en{
  display:block;
}

.brand_13396.lang_fr .alert-message.alert-avea.alert-lang_fr{
  display:block;
}

.brand_13396.lang_de .alert-message.alert-avea.alert-lang_de{
  display:block;
}

/* eve */
.brand_13397.lang_en .alert-message.alert-eve.alert-lang_en{
  display:block;
}

.brand_13397.lang_fr .alert-message.alert-eve.alert-lang_fr{
  display:block;
}

.brand_13397.lang_de .alert-message.alert-eve.alert-lang_de{
  display:block;
}

/* gaming */
.brand_362.lang_en .alert-message.alert-gaming.alert-lang_en{
  display:block;
}

.brand_362.lang_fr .alert-message.alert-gaming.alert-lang_fr{
  display:block;
}

.brand_362.lang_de .alert-message.alert-gaming.alert-lang_de{
  display:block;
}

/* thunderbolt */
.brand_13398.lang_en .alert-message.alert-thunderbolt.alert-lang_en{
  display:block;
}

.brand_13398.lang_fr .alert-message.alert-thunderbolt.alert-lang_fr{
  display:block;
}

.brand_13398.lang_de .alert-message.alert-thunderbolt.alert-lang_de{
  display:block;
}

/* video */
.brand_366.lang_en .alert-message.alert-video.alert-lang_en{
  display:block;
}

.brand_366.lang_fr .alert-message.alert-video.alert-lang_fr{
  display:block;
}

.brand_366.lang_de .alert-message.alert-video.alert-lang_de{
  display:block;
}

/*customer service*/
.brand_13399.lang_en .alert-message.alert-customer-service.alert-lang_en{
  display:block;
}

.brand_13399.lang_fr .alert-message.alert-customer-service.alert-lang_fr{
  display:block;
}

.brand_13399.lang_de .alert-message.alert-customer-service.alert-lang_de{
  display:block;
}


.alert-message img{
    max-width: 100px;
}

.alert-message p{
    line-height: 1.5 !important;
    font-size: 14px !important;
    margin: 0;
}


.alert-message .message-image.float-left{
  margin-right:15px;
}

 .alert-message .message-image.wide{
    max-width: none;
    margin: 0 auto;
    display: block;
    width: 100%;
}

 .alert-message .message-video{
   
float: left;
   
margin-right: 15px;
   
width: 320px;
   
max-width: 40%;
 }

 .alert-message .btn{
   margin-top: 10px;
 }

  /* Support Side Column Twitter */

  #tweets .tweet_avatar {
    display: none;
  }

  #tweets .tweet_time a {
    color: #999;
    display: block;
  }

  #tweets li {
    margin: 0 0 20px;
    line-height: 18px;
  }


  /* Support Main Column */

  #support-main.homepage-content {
  }



  #support-main.main-customer-feedback {
    float: none;
    margin: 60px auto;
  }

  #support-main.main-customer-feedback .complete{
    font-size: 20px;
    font-weight: bold;
  }

  #support-main.main-customer-feedback .error{
    font-size: 20px;
    font-weight: bold;
  }

  #support-main .support-body {
    background: none !important;
  }

  #support-main .content {
    overflow: hidden;
  }

  .main_homepage #support-main .content{

padding-top: 40px;

}

  .email_new .support-body{
    max-width:380px;
    margin:0 auto;
  }

  #support-main .headline-image {
    margin-top: 5px;
  }

  /* Support Main Column Headers */

  #support-main h3 {
    margin: 0 0 20px;
  }

  #support-main h3.verify-title {
    padding-left: 35px;
  }

  #support-main h5 {
    margin: 0 0 9px;
  }

  #support-main h5 a {
    background: #EEE;
    color: #666;
    font-size: 11px;
    padding: 3px 7px;
    margin: -2px 0 0 9px;
    position: absolute;
    text-decoration: none;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
  }

  /* Dashboard */

  #support-main .dashboard h5 a:hover {
    text-decoration: none;
    color: #FFF;
    background: #254689;
  }

  #support-main .dashboard td {
    border-bottom: 1px solid #CCC;
    padding: 20px 0 10px;
  }

  #support-main .dashboard .row1 td {
    padding: 0 0 10px;
  }

  #support-main .dashboard .last td {
    border-bottom: none;
  }

  #support-main .dashboard .topic h4{
    
margin-bottom: 10px;
  }

  #support-main .dashboard .topic {
    margin-top: 60px;
  }

  #support-main .dashboard .topic ul {
    color: #254689;
    margin: 0 0 14px 0;
    list-style: none;
  }

  #support-main .dashboard .topic li {
    margin: 0 0 5px;
  }

  #support-main .dashboard .topic li a{
    color: #5B5B60;
  }

  #support-main .dashboard .topic li.featured a {
    background: #FAFBCA;
    font-weight: bold;
  }

  #support-main .dashboard h5 {
    height: 16px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 0 0 20px;
  }

  #support-main .dashboard h5.questions {
    background-position: 0 -109px;
  }

  /* Article Lists */

  #support-main .articles ul {
    list-style: none;
  }

  #support-main .articles h4 {
    margin: 0 0 5px;
    font-weight: normal;
  }

  #support-main .articles li {
    margin: 0 0 36px;
  }

  #support-main .articles li.question {
    padding: 0 0 0 40px;
  }

  #support-main .articles li.article {
  }

  #support-main .articles li.question.featured {
    background-position: 0 -138px;
  }

  #support-main .articles li.article.featured {
    background-position: 0 -415px;
  }

  #support-main .articles li.featured h4 a {
    font-weight: bold;
    background: #FAFBCA;
  }

  #support-main .articles li p {
    margin: 0 0 5px;
  }

  #support-main .articles .condensed {
    background: #FFFDF4;
    border: 1px solid #E3DEBF;
    margin: 0 0 30px;
    padding: 20px 20px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  #support-main .articles .condensed li {
    margin: 0;
    padding: 0;
  }

  #support-main .articles .condensed h4 {
    font-size: 15px;
  }

  #support-main .articles .condensed p {
    margin: 0 0 20px 30px;
    color: #777;
  }

  #support-main .articles .condensed a {
    margin: 0 0 20px 30px;
  }

  /* Article List Metas */

  #support-main #search-results .meta,
  #support-main .articles .meta {
    text-transform: uppercase;
    font-size: 12px;
    color: #b1b1b1;
    margin: 5px 0;
    letter-spacing: 1px;
  }

  #support-main .articles .meta .answered {
    border-right: 1px solid #DDD;
    color: #549b07;
    padding: 0 5px 0 14px;
    margin: 0 5px 0 0;
  }

  #support-main .articles .meta .count,
  #support-main .articles .meta .date,
  #support-main .question-details .meta .name {
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    border-right: 1px solid #DDD;
  }

  /* Article List Toggles */

  #toggle div {
    float: right;
    margin: -62px 0 0 0;
  }

  #toggle a {
    background: #FFF;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 7px;
    text-decoration: none;
    text-transform: uppercase;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
  }

  #toggle a:hover {
    text-decoration: none;
    color: #FFF;
    background: #254689;
  }

  #toggle .active, #toggle a.active:hover {
    background: #DDD;
    color: #000;
  }

  /* Page Title */

  #support-main .title {
    margin: 0 0 50px 0;
    text-align: center;
  }

  #support-main .title h3 {
    margin: 0 0 3px;
    padding: 0;
    border: 0;
  }

  #support-main .title .meta {
    margin: 0;
    color: #b1b1b1;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  /* Article View & Question View */

  #support-main .article-content h1,
  #support-main .article-content h2,
  #support-main .article-content h3,
  #support-main .article-content h4,
  #support-main .article-content h5,
  #support-main .answer-details h1,
  #support-main .answer-details h2,
  #support-main .answer-details h3,
  #support-main .answer-details h4,
  #support-main .answer-details h5, {
    margin: 0 0 20px;
  }

  #support-main .article-content h1, #support-main .answer-details h1 {
    font-size: 22px;
  }

  #support-main .article-content h2, #support-main .answer-details h2 {
    font-size: 20px;
  }

  #support-main .article-content h3, #support-main .answer-details h3 {
    font-size: 18px;
  }

  #support-main .article-content h4, #support-main .answer-details h4 {
    font-size: 16px;
  }

  #support-main .article-content h5, #support-main .answer-details h5 {
    font-size: 15px;
  }

  #support-main .article-content ul, ol, #support-main .answer-details ul, #support-main .answer-details ol {
    margin-left:20px;
    margin-bottom:20px;
    list-style-position:inside;
  }

  #support-main .article-content ul li{
    list-style-type:disc;
  }

  #support-main .article-content ol li{
    list-style-type:decimal;
  }

  #support-main .article-content p {
    margin:0;
  }
  #support-main .article-content blockquote, #support-main .article-content q,
  #support-main .answer-details blockquote, #support-main .answer-details q {
    margin: 0.80em 0 0.80em 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    quotes: "" "";
  }
  #support-main .article-content blockquote p, #support-main .article-content q p,
  #support-main .answer-details blockquote p, #support-main .answer-details q p {
    margin: 0;
    padding: 0.80em;
    color: #666;
    background: inherit;
  }

  /* Article View Attachments */

  #attachments {
    border-bottom: 1px solid #CCC;
    padding: 0 0 20px;
    margin: 20px 0 0;
  }

  #attachments strong {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 0 16px;
  }

  #attachments ul {
    list-style: none;
  }

  /* Article View Rating */

  #rate_article_container {
    margin: 50px 0 0 0;
    border-top: 1px solid #BCC3CD;
    overflow: hidden;
    padding: 55px 5px 15px;
  }

  #rate_article div {
    color: #265007;
    float: left;
    width: 50%;
    margin: 0 0 6px;
    font-style: italic;
  }

  #rate_article_container a {
    overflow: hidden;
    width: 25px;
    height: 30px;
    overflow: hidden;
    text-indent: -999px;
    margin: 0 8px 0 0;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
  }

  #rate_article_container a:hover{
    background-position: left bottom;
}

  #rate_article_container .rate-link-down {
    text-align: right;
  }

  #rate_article_container .rate-link-down a {
    background-position: right bottom;
  }

  #rate_article_container .rate-link-down a:hover{
    background-position: right top;
}

  #rate_article_container span {
    position: relative;
    top: 3px;
    color: #454241;
  }

  #rate_article_container span:before{
    content:"Yes!";
    color:#2fc26c;
    font-style:normal;
  }

  #rate_article_container .rate-link-down span:before{
    content:"No!";
    color:#f96067;
  }

  /* Question Answers */

  #support-main .question .replies {
    padding: 0 20px;
    margin: 0 0 20px;
  }

  #support-main .question .replies h4 {
    border-bottom: 1px solid #CCC;
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
  }

  #support-main .question .replies.agents h4 {
    padding: 10px 0 10px 20px;
  }

  #support-main .question .replies.agents .reply {
    background: #FFF;
    padding: 20px 0 0;
  }

  #support-main .question .reply {
    margin: 0;
    overflow: hidden;
    height: 1%;
    padding: 20px 0 0 70px;
    position: relative;
  }

  #support-main .question .answer-details,
  #support-main .myportal .interaction-details {
    padding: 0 0 0 70px;
  }

  #support-main .question .answer-details .meta {
    float: left;
    width: 100%;
    margin: 0;
  }

  #support-main .question .answer-details .meta span {
    display: block;
  }

  #support-main .question .answer-details .meta span.date {
    float: none;
    display: block;
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
  }

  #support-main .question .answer-details .meta span.date-short {
    float: none;
    display: block;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
  }

  #support-main .question .answer-details .answer-body {
    margin-bottom: 20px;
  }

  #support-main .interactions .interaction-details .interaction-body {
    margin-top: 10px;
  }

  /* Question View Rating */

  #support-main .question .answer-rating {
    font-size: 20px;
    height: 53px;
    line-height: 20px;
    position: absolute;
    margin: 0 0 0 -70px;
    *margin: 0 0 0 -120px;
    text-align: center;
    width: 54px;
  }

  #support-main .question .answer-rating div {
    border: 1px solid #CCC;
    padding: 4px;
    height: 48px;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  #support-main .question .answer-rating a {
    display: block;
    height: 14px;
    text-align: center;
    text-indent: -900px;
    overflow: hidden;
  }

  #support-main .question .answer-rating .decrement {
    background-position: center -25px;
  }

  #support-main .question .dialog {
    display: none;
  }

  #support-main .question .rating-true .score {
    display: inline-block;
    margin: 5px 0 0 0;
  }

  #support-main .question .rating-true .dialog {
    display: inline-block;
    color: #999;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
  }

  #support-main .question .score-positive {
    color: #396905;
  }

  #support-main .question .score-negative {
    color: #69050c;
  }

  /* Question View and Private Portal Reply Form */

  #support-main .question #form,
  #support-main .myportal #form {
    background: #f8f8f8;
    border: 1px solid #CCC;
    margin: 20px;
    padding: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  #support-main .question .form-notice,
  #support-main .myportal .form-notice {
    border-top: 1px solid #DDD;
    margin: 0 20px 20px;
    padding: 15px 0 0 0;
  }

  #support-main .question #form h4,
  #support-main .myportal #form h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0;
  }

  #support-main .question #form .input-block input[type=text],
  #support-main .question #form .input-block textarea,
  #support-main .myportal #form .input-block textarea {
    width: 610px;
  }

  /* Pre Create Headers */

  #support-main .pre-create h4 {
    margin: 0 0 30px 0;
  }

  #support-main .pre-create ul h4 {
    margin: 0;
  }

  /* Support Forms */

  #form .label {
    display: block;
    font-weight: bold;
    margin: 0 0 5px;
  }

  #form .label span {
    color: #999;
  }

  #form .input-block input[type=text],
  #form .input-block textarea {
    font-size: 13px;
    margin: 0 0 20px;
  }

  #form .input-block textarea {
    height: 200px;
  }

  #form .input-block select {
    margin: 0 0 20px;
  }

  #form .input-block .input-radio-group {
    margin: 0 0 20px;
  }

  #form .input-button {   
    padding-top:30px;
  }


  #form .input-button img {
    display: none;
    margin: 7px 0 0 5px;
    position: absolute;
  }

  #form label.invalid {
    color: red;
    display: inline-block;
    margin: -20px 0 20px 0;
  }

    /* Pagination */

  #paginate_block {
    margin: 0;
    position: auto;
    text-align: center;
    width: 100%;
  }

  #paginate_block .pagination {
    height: auto;
    margin: 0;
    padding-top: 0;
    width: auto;
    background: none !important;
  }
  
  #paginate_block .pagination .disabled{
    opacity:0.2;
  }

  #paginate_block .current, #paginate_block a{
    padding: 2px;
    border-radius: 2px;
    font-style: normal;
    display: inline-block;
    border: 1px solid #EDEDED;
    min-width: 30px;
   }

  #paginate_block .current {
    background-color: #5B5B60;
    border: 1px solid #5B5B60;
    color: #fff;
  }

  #paginate_block a:hover{
    background: #1C8AAA;
    border-color: #1C8AAA;
    color: #fff;
    text-decoration: none;
  }

  /* search form */
  
  #support-search{border: 3px solid rgba(255,255,255,0.3);border-radius: 8px;padding: 0;background: none;margin: 0 auto;position: relative;background: none !important;max-width: 700px;}

  #support-search .outer{height: auto;width: auto;margin: 0 64px 0 0;padding: 0;border: none;background: none;border-radius: 0;overflow: hidden;}

  #support-search #q{padding: 13px;font-size: 18px;background: #fff;background: rgba(255, 255, 255, 0.95);border: none;height: 50px;width: 100%;margin: 0;border-radius: 5px 0 0 5px;outline: none;outline-width: 0;font-family: "Roboto Condensed";}

  #support-search #q:focus{background: #fff;}

  #support-search #support-search-submit{
      width: 64px;
      height: 50px;
      text-indent: -9999px;
      overflow: hidden;
      font-size: 0;
      border-radius: 0 5px 5px 0;
      color: #FFF;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      padding: 0;
      border: 0;
      margin: 0;
      text-transform: uppercase;
      font-weight: bold;
      text-overflow: ellipsis;
      white-space: nowrap;
      }

  #support-search #support-search-submit{background-repeat: no-repeat !important;background-position: center center !important;background-color: #1c8bab !important;}

 #support-search #support-search-submit:hover{background-color: #5b5b60 !important;}


  #support-search #question-mask{width: auto;right: 75px;top:0;left:15px;height: 50px;line-height: 48px;font-size: 18px;font-family: "Roboto Condensed";}


  /* Footer */

  #footer {
    display: none !important;
    clear: both;
    color: #999;
    padding: 20px 0 30px;
  }

  #footer a {
    color: #999;
    text-decoration: none;
  }

  #question-mask {
    color: #AAA;
    position: absolute;
    width: 90%;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    display: block;
    text-overflow: ellipsis;
  }

  .question-big {
    font-size: 18px;
    top: 8px;
    left: 10px;
  }

  .question-small {
    font-size: 13px;
    top: 0;
    left: 0;
    padding: 8px;
    font-weight: bold;
  }

  .search-bg {
    display: none;
  }

  .highlight{
    background-color: #FFFAE1;
  }

  /* Modals */

  #modal-screen {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
  }

  #modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
  }

  #modal .inner {
    background: rgba(0,0,0,0.4);
    width: 700px;
    left: 50%;
    top: 50%;
    margin: -230px 0 0 -350px;
    position: absolute;
    padding: 5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
  }

  #modal .inner h1 {
    text-align: center;
    font-size: 27px;
    padding: 25px 0 0;
  }

  #modal .inner p.subheader {
    font-size: 18px !important;
    color: #767676 !important;
    text-align: center;
    margin: 4px 0 30px 0;
  }

  #modal .inner .input-button {
    text-align: center;
    padding: 0 0 30px;
    font-size: 12px;
    font-weight: bold;
  }

  #modal .inner .input-button input {
    margin: 0 0 0 10px;
  }

  #modal .inner .note {
    text-align: center;
    color: #616161;
    margin: 0 0 20px 0 !important;
    font-size: 15px;
    font-style: italic;
  }

  #modal .main {
    background: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  #modal .close {
    float: right;
    margin: -16px -16px 0 0;
  }

  /* Auto Completion */

  .ui-autocomplete {
    background: #FFF;
    border: 2px solid #5b5b60;
    border-radius: 5px;
    width: 100% !important;
    top: 53px !important;
    left: 0 !important;
    list-style: none;
    margin: 0 !important;
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
    font-family: inherit !important;
    padding: 0;
  }

  .ui-autocomplete a {
    padding: 7px 12px !important;
    cursor: pointer;
    display: block;
  }

  .ui-autocomplete a:hover,
  .ui-autocomplete a.ui-state-hover {
    background: #5b5b60 !important;
    text-decoration: none;
    margin: 0 !important;
    border: none;
  }

  .ui-autocomplete a:hover *,
  .ui-autocomplete a.ui-state-hover *{ color:#fff !important;}

  .ui-autocomplete li a {
    border-radius: 0;
    font-family: inherit;
  }

  .ui-autocomplete .KbArticle,
  .ui-autocomplete .QnaThread {
    display: block;
    overflow: hidden;
  }

  .ui-autocomplete .QnaThread {
    background-position: 0 -106px;
  }

  .ui-autocomplete .article-autocomplete-subject {
    display: block;
    font-weight: bold;
    font-size: 15px !important;
    color: #1c8bab !important;
    text-transform: uppercase;
    font-family: inherit !important;
  }

  .ui-autocomplete .article-autocomplete-body {
    display: block;
    font-size: 13px !important;
    color: #666;
    font-family: inherit !important;
  }

  /* Get Satisfaction Styles */
  

  .gs_search_result {
    width:100% !important;
  }

  #gs_Sidebar_Results .tweet_time, .gs-search-result {
    padding-left: 20px;
  }

  #gs_search_title h5 {
    font-size:20px;
    border-bottom:1px solid #DDDDDD;
    margin:0 0 20px;
    padding:0 0 20px;
  }

  #question-best-answer {
  border: 1px solid #ddd;
  background: #FFF;
  border-radius: 5px;
  margin: 0 0 25px 70px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px 20px 0;
  }

 #support-main .agent-answer-label {
  margin: 0 0 10px;
 }

 #support-main #question-best-answer .reply {
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
 }

#support-main .best-answer-green {
  position: absolute;
  right: 0;
  padding: 0 0 0 15px;
  color: #6db400;
  font-weight: bold;
}

#support-main .best-answer-green a {
  color: #6db400;
}

#support-main .best-answer-green a:hover {
  text-decoration: none;
}

#support-main #question-best-answer-heading {
  margin: 30px 0 10px 0;
}

#social-share {
  float: left;
  width: 80px;
  margin-left: -90px;
}

#social-share .share-btn {
  margin: 0 auto 15px auto;
  width: 60px;
  text-align: center;
}

#social-share .share-btn .fb-like {
  margin-left: 6px;
}

  /* Private Portal */

  #support-main .myportal .content {
    background: #FFF;
  }

  .myportal-label {
    margin: 0 0 8px 0;
    padding-left: 22px;
  }

  .myportal .mycases-filters {
    padding: 20px 0 0 0;
    height: 50px;
  }

  .myportal .a-selectbox {
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #FFF;
    -webkit-border-image: none;
    display: block;
    float: left;
    padding: 4px;
    text-decoration: none;
    zoom: 1;
  }

  .myportal .a-selectbox select {
    border: none;
    box-sizing: border-box;
    white-space: pre;
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    padding: 2px 3px;
    font-size: 12px;
    width: 190px;
  }

  .myportal .a-checkbox {
    float: left;
    margin: 5px;
    color: #333;
    font-size: 11px;
  }

  .myportal-button, .myportal-button:visited {
    float: right;
    padding: 8px 6px;
    border: 0;
    font-weight: bold;
    font-size: 11px;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff !important;
    text-transform: uppercase;
  }

  .myportal-button:hover {
    text-decoration: none;
  }

  .myportal .mycases {
    background:##E5E5E5;
    width: 100%;
    border-collapse:collapse;
    font:normal 12px verdana, arial, helvetica, sans-serif;
    margin: 0px 0px 30px 0px;
   -moz-box-shadow: 0 3px 4px #CCC;
  -webkit-box-shadow: 0 3px 4px #CCC;
  }

  .myportal .mycases caption {
    border:1px solid #5C443A;
    color:#5C443A;
    font-weight:bold;
    letter-spacing:20px;
    padding:6px 4px 8px 0px;
    text-align:center;
    text-transform:uppercase;
  }

  .myportal .mycases td, th {
    color:#363636;
    padding: 11px 5px;
  }

  .myportal .mycases tr {
    background: #FFF;
    border: 1px solid #ccc;
  }

  .myportal .mycases tbody tr:hover {
    cursor: pointer;
  }

  .myportal .mycases thead th, tfoot th {
    background: #E8E8E8;
    font-size: 10px;
    font-weight: bold;
    color:#666;
    padding: 6px 5px;
    text-align:left;
    text-transform:uppercase;
  }

  .myportal .mycases a {
    text-decoration:none;
  }

  .myportal .mycases a:hover {
    text-decoration: underline;
  }

  .myportal .mycases tbody th, .myportal .mycases tbody td {
    text-align:left;
    vertical-align:middle;
  }

  .myportal .mycases tfoot td {
    background:#5C443A;
    color:#FFFFFF;
    padding-top:3px;
  }

  .myportal .mycases .a-casechannel {
    text-align: center;
    vertical-align: middle;
    width: 20px;
    padding: 11px 0 11px 11px;
  }

  .myportal .case-block{
    float: left;
    margin-right: 60px;
  }

  .myportal .a-caseid {
    padding-left: 15px;
  }

  .myportal .a-caseid, .myportal .a-casestatus {
    width: 70px;
  }

  .myportal .a-casecreated {
    width: 60px;
  }

  #support-main .case {
    padding: 0;
  }

  #support-main .myportal .case-details, #support-main .myportal .interaction {
    padding: 25px 20px;
  }

  #support-main .myportal .interaction {
    min-height: 60px;
    padding-bottom: 0;
  }

  #support-main .myportal .case-details {
    background-color: #fffdef;
  }

  #support-main .myportal .case-details h3 {
    border: 0;
    margin: 0 0 20px;
    padding: 0;
    width: 510px;
    font-size: 18px;
    vertical-align: top;
    float: left;
  }

  #support-main .myportal .status {
    float: right;
    font-weight: bold;
  }

  #support-main .myportal .status img {
    vertical-align: middle;
  }

  #support-main .myportal .status .a-New,
  #support-main .myportal .status .a-Open,
  #support-main .myportal .status .a-Pending,
  #support-main .myportal .status .a-Resolved,
  #support-main .myportal .status .a-Closed {
    color: #fff;
    padding: 2px 8px;
    font-weight:bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  #support-main .myportal .status .a-New {
    background-color: #5B75AF;
    border: #465A86 1px solid;
  }

  #support-main .myportal .status .a-Open {
    background-color: #61A00F;
    border: #4A7B0B 1px solid;
  }

  #support-main .myportal .status .a-Pending {
    background-color: #DE901B;
    border: #AA6E14 1px solid;
  }

  #support-main .myportal .status .a-Resolved {
    background-color: #A5A5A5;
    border: #7E7E7E 1px solid;
  }

  #support-main .myportal .status .a-Closed {
    background-color: #DE901B;
    border: #AA6E14 1px solid;
  }

  #support-main .myportal .meta {
    clear: both;
    color: #888;
    line-height: 16px;
  }

  #support-main .myportal .meta strong {
    color: #000;
  }

  .myportal #paginate_block .pagination {
    background-color: transparent;
  }

/* Private Portal - Case Detail */

  #support-main .myportal .case-details .meta span.date,
  #support-main .myportal .interaction-details span.date {
    margin: 0;
    color: #888;
  }

  #support-main .myportal .interaction-details span.date {
    float: right;
    text-align: right;
  }

  #support-main .myportal .meta .case-data {
    list-style: none;
    width: 50%;
    float: left;
    position: relative;
  }

  #support-main .myportal .meta .case-dates {
    list-style: none;
    width: 50%;
    float: right;
    position: relative;
  }

  #support-main .myportal .meta .case-dates strong {
    display: inline-block;
    text-align: right;
    width: 50%;
    *display: inline;
    zoom: 1;
  }

  #support-main .myportal .meta .name {
    font-weight: bold;
    text-transform: uppercase;
  }

  #support-main .myportal .interactions {
    border-top: 1px solid #E3DEBF;
    padding-bottom: 20px;
  }

  #customer-account a {
    margin-left: 9px;
  }

  #support-main .myportal .gravatar-wrapper {
    position: absolute;
    border: 1px solid #CCC;
    width: 56px;
    height: 56px;
  }

  #support-main .myportal .gravatar {
    float: left;
    border: 3px solid #FFF;
  }

  #support-main .myportal .gravatar.twitter-avatar {
    border: 4px solid #fff;
  }

  #support-main .myportal .interaction-details .meta {
    width: 100%;
    margin: 0;
  }

  #support-main .myportal .interactions .system-message {
    padding: 15px 20px 0 20px;
    color: #aaa;
    font-size: 12px;
  }

  #support-main .myportal .interactions .chat {
    padding: 18px 20px 10px;
  }

  #support-main .myportal .interactions .chat .interaction-details {
    padding: 0;
  }

  #support-main .myportal .interactions .chat .interaction-details .meta span {
    color:#000;
    font-weight:bold;
  }

  #support-main .myportal .interactions .chat .interaction-details .meta span.date {
    color: #888;
    font-weight: normal;
  }

  #support-main .myportal .interactions .chat .interaction-body {
    padding-right: 50px;
    margin-top: 5px;
  }

  #support-main .myportal .case-footer {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding: 25px 20px 0;
  }

  #support-main .myportal .case-footer p {
    margin-bottom: 5px;
  }

/* Private Portal - My Profile */

  .myaccount-form {
    padding-top: 20px;
  }

  .myaccount-form .new_customer_contact_email {
    padding: 30px 0;
    border-top: 1px solid #DDD;
  }

  .myaccount-form div img {
    vertical-align: middle;
  }

  .myaccount-form div[id^="email_"],
  .myaccount-form div[id^="twitter_user_"],
  .myaccount-form div[id^="facebook_user_"],
  .myaccount-form div[id^="add_"] {
    padding: 15px 0;
    font-size: 14px;
    color: #666;
    position: relative;
    border-top: 1px solid #DDD;
  }

  .myaccount-form div[id^="twitter_user_"] form div,
  .myaccount-form div[id^="facebook_user_"] form div {
    position: absolute;
    top: 10px;
    right: 0px;
  }

  .myaccount-form div[id^="email_"] div[id^="delete_"] form div {
    position: absolute;
    top: 10px;
    right: 78px;
  }

  .myaccount-form input[id^="update_status"]:disabled {
    cursor: help;
  }

  .myaccount-form div[id^="verified_"] input,
  .myaccount-form div[id^="delete_"] input,
  .myaccount-form input[id^="update_status"],
  .myaccount-form input[id^="update_status"]:disabled {
    background-color: #f9f9f9;
    border: 1px solid #cfcfcf;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    padding: 6px 15px 7px;
    height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
  }

  .myaccount-form div[id^="verified_"] input:hover,
  .myaccount-form div[id^="delete_"] input:hover,
  .myaccount-form input[id^="update_status"]:hover {
    background-color: #fff;
    border-color: #b4b4b4;
  }

  .myaccount-form div[id^="email_"]:hover,
  .myaccount-form div[id^="twitter_user_"]:hover,
  .myaccount-form div[id^="facebook_user_"]:hover,
  .myaccount-form div[id^="add_"]:hover {
    background-color:#f9f9f9;
  }

  #authentication-verification-copy {
    display: inline-block;
    padding-left: 20px;
    width: 50%;
    zoom: 1;
    *display: inline;
  }

  .authentication_verification-form {
    display: inline-block;
    height: 100px;
    zoom: 1;
    *display: inline;
  }

  .authentication_verification-form form {
    background-color: #eefaff;
    display: inline-block;
    padding: 25px 20px;
    zoom: 1;
    *display: inline;
  }

  .myaccount-form .verified,
  .authentication_verification-form .verified {
    position: absolute;
    top: 10px;
    right: 0;
    color: #3d8933;
    padding: 7px 1px 0 0;
    font-weight: bold;
    font-size: 13px;
  }

  .myaccount-form div[id^="email_"] .verified form div,
  .myaccount-form div[id^="twitter_user_"] .verified form div,
  .myaccount-form div[id^="facebook_user_"] .verified form div {
    margin-top: -7px;
  }

  .myaccount-form input[type="text"],
  .authentication_verification-form input[type="text"] {
    font-size: 12px;
    border: 1px solid #C0C0C0;
    float: left;
    margin: 0 5px 8px 0;
    width: 195px;
    padding: 8px 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }

  .myaccount-form button,
  .authentication_verification-form button {
    height: 32px;
    padding: 0 6px;
    border: 1px solid #C0C0C0;
    color: #FFF;
    cursor: pointer;
    border: 0;
    float: left;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .myaccount-form label.invalid,
  .authentication_verification-form label.invalid {
    font-weight: normal;
    display: block !important;
    clear: both;
    margin: 10px 0 20px 0;
  }

/* Private Portal - Login and Registration */

  .login-form, .registration-form, .forgotpw-form, .alternatelogins {
    padding: 20px 0;
  }

  .alternatelogins {
    float: right;
    padding: 20px 0;
  }

  .login-form .field label, .registration-form .field label, .forgotpw-form .field label {
    font-weight: bold;
    font-size: 14px;
    display: block;
  }

  .login-form .field input, .registration-form .field input, .forgotpw-form .field input {
    font-size: 14px;
    border: 1px solid #999;
    display: block;
    margin: 4px 0 15px 0;
    width: 250px;
    padding: 8px 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }

  .login-form .actions input {
    width: 80px;
    margin-bottom: 40px;
  }

  .login-form .newaccount, .login-form .forgotpw {
    font-weight: bold;
    float: left;
  }

  .login-form .forgotpw {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #999;
  }

  .registration-form label.invalid,
  .forgotpw-form label.invalid {
    font-weight: normal;
    display: block;
    margin: -10px 0 20px 0;
  }

  .login-form form {
    float: left;
    width: 330px;
  }

  .left-divider {
    border-left: 1px solid #ccc;
  }

  .alternatelogins {
    float: left;
    height: 200px;
    padding-left: 25px;
  }

  .alternatelogins div {
    margin: 0 0 20px 0;
  }

  .alternatelogins a,
  #add_facebook input,
  #add_twitter input {
    position: relative;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    padding: 0 1em;
    border: 1px solid #999;
    border-radius: 2px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    color: #222;
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none;
    *overflow: visible;
    *display: inline;
    *zoom: 1;
  }

  .alternatelogins a:hover,
  .alternatelogins a:focus,
  .alternatelogins a:active,
  #add_facebook input,
  #add_twitter input {
    color: #222;
    text-decoration: none;
  }

  .alternatelogins a:before {
    content: "";
    float: left;
    width: 36px;
    height: 36px;
  }

  .alternatelogins #twitter,
  #add_twitter input {
    border-color: #a6cde6;
    color: #327695;
    background: #cfe4f0;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f5f7), to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(#f1f5f7, rgba(255,255,255,0));
    background-image: -moz-linear-gradient(#f1f5f7, rgba(255,255,255,0));
    background-image: -ms-linear-gradient(#f1f5f7, rgba(255,255,255,0));
    background-image: -o-linear-gradient(#f1f5f7, rgba(255,255,255,0));
    background-image: linear-gradient(#f1f5f7, rgba(255,255,255,0));
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
  }

  .alternatelogins #twitter:hover,
  .alternatelogins #twitter:focus,
  .alternatelogins #twitter:active,
  #add_twitter input:hover,
  #add_twitter input:focus,
  #add_twitter input:active {
    color: #327695;
    border-color: #8dc2e4;
    background-color: #cadde9;
  }

  .alternatelogins #twitter:active,
  #add_twitter input:active {
    background: #cadde9;
    -webkit-box-shadow: inset 0 1px 0 #bbd6e7;
    box-shadow: inset 0 1px 0 #bbd6e7;
  }

  .alternatelogins #twitter:before {
    margin: 0 0.6em 0 -0.6em;
    background-position: -36px -22px;
  }

  .alternatelogins #facebook,
  #add_facebook input {
    border-color: #29447e;
    border-bottom-color: #1a356e;
    color: #fff;
    background-color: #5872a7;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#637bad), to(#5872a7));
    background-image: -webkit-linear-gradient(#637bad, #5872a7);
    background-image: -moz-linear-gradient(#637bad, #5872a7);
    background-image: -ms-linear-gradient(#637bad, #5872a7);
    background-image: -o-linear-gradient(#637bad, #5872a7);
    background-image: linear-gradient(#637bad, #5872a7);
    -webkit-box-shadow: inset 0 1px 0 #879ac0;
    box-shadow: inset 0 1px 0 #879ac0;
  }

  .alternatelogins #facebook:hover,
  .alternatelogins #facebook:focus,
  #add_facebook input:hover,
  #add_facebook input:focus {
    color: #fff;
    background-color: #3b5998;
  }

  .alternatelogins #facebook:active,
  #add_facebook input:active {
    color: #fff;
    background: #4f6aa3;
    -webkit-box-shadow: inset 0 1px 0 #45619d;
    box-shadow: inset 0 1px 0 #45619d;
  }

  .alternatelogins #facebook:before {
    border-right: 1px solid #465f94;
    margin: 0 1em 0 -1em;
    background-position: 0 -22px;
  }

  #add_facebook input,
  #add_twitter input {
    height: 22px;
    font-size: 11px;
    line-height: 22px;
    padding-left: 35px;
  }



  #registration-in-progress {
    display: none;
    padding: 5px;
    background-color: #fffdef;
    border-color: 2px solid #ede9c2;
  }

   #registration-in-progress img {
       float: left;
       margin-right: 5px;
   }



  .desk-external-variables {
    display: none;
  }

.hidden {
  display: none;
}

.desk_file_upload {
  overflow: hidden;
}

.desk_file_upload input[type=file] {
  float: left;
  outline:none;
  position: relative;
  text-align: right;
  -moz-opacity:0 ;
  filter:alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
  width:100%;
  height:100%;
  margin-left: -99999px;
}

.desk_file_upload input[type=button] {
  float: left;
}

.desk_file_upload .faux-file-field {
  margin: 0;
  z-index: 1;
  overflow: hidden;
}

.desk_file_upload .faux-file-field input[type=text] {
  width: 100% !important;
  background: none;
  border: none;
}

.radio-label-rating-type {
    margin-right: 12px;
    vertical-align: middle;
}




/*=============================================================================

MEDIA QUERIES

=============================================================================*/


@media only screen and (max-width: 1500px) {

}


@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 599px) {
  .alert-message .message-video{
    max-width:100%;
    width:auto;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }

  #support-header h2{
    font-size: 32px;
    line-height:1.1;
    margin-bottom: 180px;
  }

  #support-header h2 span{
    padding:0 10px;
  }
  
}

@media only screen and (max-width: 450px) {

  .site-logo img{
    width:80px;
  }

  #company-header .header-right{
    padding-top:0;
  }

  #company-header a{
    margin-right: 6px;
  }

  .wrapper{
    padding:0 10px;
  }

  .alert-message{
    padding:10px;
  }

  #support-header{
  }

  #support-search .outer{

margin-right: 50px;

}

  #support-search #support-search-submit{

width: 50px;

height: 100%;

}

  #support-search #question-mask{
    left: 10px;
    right: 60px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
}

  #support-search #q{
    height: 44px;
    font-size: 14px;
}

  

}






/*=============================================================================

GRIDS

=============================================================================*/

/* 
grid sizes suffixes:

xl < 1500px
lg < 1200px
md < 1024px
sm < 768px
xs < 600px
xxs < 450px

*/

.grid { position: relative; }

[class*='grid_'] {float: left; position: relative;}

.grid.-spacing-sm{margin-left: -5px; margin-right: -5px;}

.grid.-spacing-sm > [class*='grid_'] {padding-left: 5px;padding-right: 5px;}

.grid.-spacing-md{margin-left: -14px; margin-right: -14px;}

.grid.-spacing-md > [class*='grid_'] {padding-left: 14px; padding-right: 14px;}

.grid.-spacing-lg{margin-left: -25px; margin-right: -25px;}

.grid.-spacing-lg > [class*='grid_'] {padding-left: 25px; padding-right: 25px; }

.float-right[class*='grid_'] { float: right; }

.grid_1 { width: 100%; }

.grid_1-2 { width: 50%; }

.grid_1-3 { width: 33.33%; }

.grid_2-3 { width: 66.66%; }

.grid_1-4 { width: 25%; }

.grid_3-4 { width: 75%; }

.grid_1-5 { width: 20%; }

.grid_4-5 { width: 80%; }

.grid_1-6 { width: 16.66%; }

._invisible{ display:none;}


@media only screen and (max-width: 1500px) {
  
  /* grids */

  .grid_1-xl{ width:100%;}
  .grid_1-2-xl{ width:50%;}
  .grid_1-3-xl{ width:33.33%;}
  .grid_2-3-xl{ width: 66.66%;}
  .grid_1-4-xl{ width:25%;}
  .grid_3-4-xl{ width: 75%;}
  .grid_1-5-xl{ width:20%;} 
  .grid_4-5-xl { width: 80%; }
  .grid_1-6-xl{ width:16.66%;}

  ._invisible-xl{ display:none !important;}
  ._visible-xl{ display:block !important;}
  ._visible-xl-inline{ display:inline-block !important;}
  
  ._no-pd-xl{ padding:0 !important;}
  ._no-mg-xl{ margin:0 !important;}
  
}


@media only screen and (max-width: 1200px) {
  
  /* grids */

  .grid_1-lg{ width:100%;}
  .grid_1-2-lg{ width:50%;}
  .grid_1-3-lg{ width:33.33%;}
  .grid_2-3-lg{ width: 66.66%;}
  .grid_1-4-lg{ width:25%;}
  .grid_3-4-lg{ width: 75%;}
  .grid_1-5-lg{ width:20%;} 
  .grid_4-5-lg { width: 80%; }
  .grid_1-6-lg{ width:16.66%;}

  ._invisible-lg{ display:none !important;}
  ._visible-lg{ display:block !important;}
  ._visible-lg-inline{ display:inline-block !important;}
  
  ._no-pd-lg{ padding:0 !important;}
  ._no-mg-lg{ margin:0 !important;}
  
}

@media only screen and (max-width: 1024px) {
  
  /* grids */

  .grid_1-md{ width:100%;}
  .grid_1-2-md{ width:50%;}
  .grid_1-3-md{ width:33.33%;}
  .grid_2-3-md{ width: 66.66%;}
  .grid_1-4-md{ width:25%;}
  .grid_3-4-md{ width: 75%;}
  .grid_1-5-md{ width:20%;}   
  .grid_4-5-md { width: 80%; }
  .grid_1-6-md{ width:16.66%;}

  ._invisible-md{ display:none !important;}
  ._visible-md{ display:block !important;}
  ._visible-md-inline{ display:inline-block !important;}
  
  ._no-pd-md{ padding:0 !important;}
  ._no-mg-md{ margin:0 !important;}

}

@media only screen and (max-width: 768px) {
  
  /* grids */

  .grid_1-sm{ width:100%;}
  .grid_1-2-sm{ width:50%;}
  .grid_1-3-sm{ width:33.33%;}
  .grid_2-3-sm{ width: 66.66%;}
  .grid_1-4-sm{ width:25%;}
  .grid_3-4-sm{ width: 75%;}
  .grid_1-5-sm{ width:20%;}   
  .grid_4-5-sm { width: 80%; }
  .grid_1-6-sm{ width:16.66%;}

  ._invisible-sm{ display:none !important;}
  ._visible-sm{ display:block !important;}
  ._visible-sm-inline{ display:inline-block !important;}

  ._no-pd-sm{ padding:0 !important;}
  ._no-mg-sm{ margin:0 !important;}

}

@media only screen and (max-width: 599px) {

  /* grids */
  
  .grid_1-xs{ width:100%;}
  .grid_1-2-xs{ width:50%;}
  .grid_1-3-xs{ width:33.33%;}
  .grid_2-3-xs{ width: 66.66%;}
  .grid_1-4-xs{ width:25%;}
  .grid_3-4-xs{ width: 75%;}
  .grid_1-5-xs{ width:20%;}   
  .grid_4-5-xs { width: 80%; }
  .grid_1-6-xs{ width:16.66%;}

  ._invisible-xs{ display:none !important;}
  ._visible-xs{ display:block !important;}
  ._visible-xs-inline{ display:inline-block !important;}

  ._no-pd-xs{ padding:0 !important;}
  ._no-mg-xs{ margin:0 !important;}

  /* general styles */

  .wrap{ padding-left:15px; padding-right:15px;}

}

@media only screen and (max-width: 450px) {

  /* grids */

  .grid_1-xxs{ width:100%;}
  .grid_1-2-xxs{ width:50%;}
  .grid_1-3-xxs{ width:33.33%;}
  .grid_2-3-xxs{ width: 66.66%;}
  .grid_1-4-xxs{ width:25%;}
  .grid_3-4-xxs{ width: 75%;}
  .grid_1-5-xxs{ width:20%;}   
  .grid_4-5-xxs { width: 80%; }
  .grid_1-6-xxs{ width:16.66%;}
  
  ._invisible-xxs{ display:none !important;}
  ._visible-xxs{ display:block !important;}
  ._visible-xxs-inline{ display:inline-block !important;}

  ._no-pd-xxs{ padding:0 !important;}
  ._no-mg-xxs{ margin:0 !important;}
  
}