  /* Reset */
  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
  address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
  tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; font-family: inherit; vertical-align: baseline; outline: none; }
  html { font-size: 13px; height: 100%; }
  body { margin: 0; padding: 0; border: 0; background: #F8F8F8; }
  h1, h2, h3, h4, h5, h6, p, address { color: #272727;}
  h3 { font-size: 22px; }
  h4 { font-size: 18px; }
  h5 { font-size: 14px; color: #414141; }
  a img { border: 0; }
  p { line-height: 18px; color: #535353; margin: 0 0 20px; }
  a { color: #254689; text-decoration: none; }
  a:link { color: #254689; }
  a:visited { color: #254689; }
  a:hover, a:focus { color: #254689; text-decoration: underline; }
  a:active { color: #254689; }

  /* 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;
    width: 960px;
  }

  #company-support-portal {
    padding: 0 0 30px;
    overflow: hidden;
  }

  /* Breadcrumbs */

  #breadcrumbs {
    color: #4e4e4e;
    float: left;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 10px;
    width: 100%;
  }

  #status-update {
    float: right;
    margin-right: 250px;
  }

  #status-update .myaccount-form {
    padding-top: 0;
  }

  /* Portal Company Header */

  #company-header {
    background: #000;
    padding: 12px 0;
  }

  #company-header h1 {
    background: url('https://opternative-desk.s3.amazonaws.com/portal-icon.png') 0 center no-repeat;
    color: #FFF;
    font-size: 25px;
    padding: 0 0 0 35px;
    float: left;
  }

  .powered_by_desk{
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    width: 176px;
  }

  #company-header a {
    color: #FFF;
  }

  #company-header a:hover {
    color: #999;
    text-decoration: none;
  }

  #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 {
    background: #E5E5E5;
    border-bottom: 1px solid #ACACAC;
    margin: 0 0 30px;
    padding: 20px 0;
  }

  #support-header .wrapper {
    position: relative;
  }

  #support-header h2 {
    font-size: 32px;
    text-shadow: 0 1px 0 #FFF;
  }

  /* Support Side Column */

  #support-side {
    float: left;
    margin: 0 0 0 20px;
    width: 230px;
  }

  #support-side .content {
    margin: 0 0 40px;
  }

  #support-side h3 {
    border-bottom: 1px solid #ccc;
    margin: 21px 0 30px 0;
    padding: 0 0 20px 0;
  }

  #support-side ul {
    list-style: none;
  }

  #support-side li {
    margin: 0 0 5px;
  }

  /* 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 Side Twitter Widget */

  #support-side .twitter-timeline-rendered {
      margin-top: 20px;
  }

  #support-side a.twitter-timeline {
      clear: both;
      display: block;
      margin-top: 20px;
  }

  /* Support Main Column */

  #support-main {
    width: 960px;
    clear: both;
    margin: 0 auto;
  }

  #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: #FFF;
    border: 1px solid #CCC;
    -moz-box-shadow: 0 3px 4px #CCC;
    -webkit-box-shadow: 0 3px 4px #CCC;
    margin-bottom: 40px;
  }

  #support-main .support-body .content .title {
    color: #4e4e4e;
  }

  #support-main .support-body .content .title h3 {
    color: #4e4e4e;
  }

  #support-main .support-body .content .article-content span{
    color: #444 !important;
    font-size: 16px !important;
  }

  #support-main .support-body .content .article-content p span {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif; !important
  }

  #support-main .content {
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
  }

  #support-main .headline-image {
    margin-top: 5px;
  }


  /* Support Main Column Headers */

  #support-main h3 {
    border-bottom: 1px solid #DDD;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }

  #support-main h3.verify-title {
    background: url('https://opternative-desk.s3.amazonaws.com/twitter-small.gif') no-repeat 0 3px;
    padding-left: 35px;
  }

  #support-main h4 {
    margin: 0 0 30px;
  }

  #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 {
    margin: 0;
  }

  #support-main .dashboard .topic ul {
    color: #254689;
    margin: 0 15px 20px 0;
    list-style: none;
  }

  #support-main .dashboard .topic li {
    background: url('https://opternative-desk.s3.amazonaws.com/featured-bullet.png') -2px 5px no-repeat;
    margin: 0 0 5px;
    padding: 0 0 0 15px;
  }

  #support-main .dashboard .topic li.featured a {
    background: #FAFBCA;
    font-weight: bold;
  }

  #support-main .dashboard h5 {
    background: url('https://opternative-desk.s3.amazonaws.com/icon-types-small.png') 0 0 no-repeat;
    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 h4 a:link {
    color: #fe8746;
  }

  #support-main .articles h4 a:visited {
    color: #e6773c;
  }
  

  #support-main .articles li {
    margin: 0 0 30px;
  }

  #support-main .articles li.question {
    background: url('https://opternative-desk.s3.amazonaws.com/icon-types.png') 0 3px no-repeat;
    padding: 0 0 0 40px;
  }

  #support-main .articles li.article {
    background: url('https://opternative-desk.s3.amazonaws.com/document-01.png') no-repeat;
    padding: 0 0 0 40px;
  }

  #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;
    color: #777;
  }

  #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: 11px;
    font-weight: bold;
    color: #333;
    margin: 5px 0;
  }

  #support-main .articles .meta .answered {
    background: url('https://opternative-desk.s3.amazonaws.com/check.png') 0 center no-repeat;
    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 {
    border-bottom: 1px solid #CCC;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }

  #support-main .title h3 {
    margin: 0 0 3px;
    padding: 0;
    border: 0;
  }

  #support-main .title .meta {
    margin: 0;
    font-weight: bold;
  }

  /* 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:15px;
    list-style-position:inside;
  }
  #support-main .article-content p {
    margin:0;
  }

  #support-main .article-content p span {
    font-size: 14px;
    line-height: 22px;
    font-family: 'open-sans', Helvetica, sans-serif !important;
    font-weight: normal;
  }

  #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 {
    background: url('https://opternative-desk.s3.amazonaws.com/attachment.png') -1px 0 no-repeat;
    display: block;
    margin: 0 0 10px;
    padding: 0 0 0 16px;
  }

  #attachments ul {
    list-style: none;
  }

  /* Article View Rating */

  #rate_article_container {
    margin: 20px 0 0 0;
  }

  #rate_article_container #rate_article {
    margin-top: 8px;
  }

  #rate_article_container #rate_article a {
    background: none;
    float: none;
    text-decoration: none;
    border-radius: 4px;
    padding: 0.5em 0;
    text-align: center;
    text-indent: 0;
    font-style: normal;
    display: inline-block;
    width: 50px;
    font-weight: 500;
  }

  #rate_article_container #rate_article a#positive {
    background-color: #00c584;
    color: #fff;
  }

  #rate_article_container #rate_article a#negative {
    background-color: #e5675a;
    color: #fff;
  }

  #rate_article_container #rate_article div {
    display: inline;
    float: none;
  }

  #rate_article_container a {
    background: url('https://opternative-desk.s3.amazonaws.com/rating-arrows.gif') center 4px no-repeat;
    overflow: hidden;
    float: left;
    width: 20px;
    height: 16px;
    overflow: hidden;
    border: 1px solid #ccc;
    text-indent: -999px;
    margin: -2px 5px 0 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  #rate_article_container .rate-link-down {
    color: #9b0909;
  }

  #rate_article_container span {
    float: left;
  }

  /* Question View */

  #support-main .question {
    padding: 0;
  }

  #support-main .question .question-body {
    background: #FFFDF4;
    border-bottom: 1px solid #E3DEBF;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 20px 20px 0;
  }

  #support-main .question .gravatar-wrapper {
    float: left;
    border: 1px solid #CCC;
    width: 56px;
    height: 56px;
  }

  #support-main .question .gravatar {
    float: left;
    border: 3px solid #FFF;
  }

  #support-main .question .question-details {
    padding: 0 0 0 70px;
  }

  #support-main .question .question-details h3 {
    border: 0;
    margin: 0 0 5px;
    padding: 0;
  }

  #support-main .question .question-details .meta {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #support-main .question .meta {
    font-weight: bold;
    margin: 0 0 10px;
  }

  /* 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 {
    background: url('https://opternative-desk.s3.amazonaws.com/check.png') 0 center no-repeat;
    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 {
    background: url('https://opternative-desk.s3.amazonaws.com/rating-arrows.gif') center top no-repeat;
    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 {
    /*display: block;*/
    font-size: 13px;
    margin: 0 0 20px;
    width: 650px;
  }

  #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 input {
    background: url('https://opternative-desk.s3.amazonaws.com/button.gif') 0 0 repeat-x;
    border: 0;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 0 6px;
    height: 32px;
    text-transform: uppercase;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    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: red;
    display: inline-block;
    margin: -20px 0 20px 0;
  }

  /* Pagination */

  #paginate_block {
    margin: 0;
    position: auto;
    text-align: center;
    width: 100%;
  }

  #paginate_block .pagination {
    background-color: #FFF;
    height: auto;
    margin: 0;
    padding-top: 0;
    position: auto;
    width: auto;
  }

  #paginate_block .current {
    background-color: #DDD;
    border: 1px solid #CCC;
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  /* Footer */

  #footer {
    display: block;
    clear: both;
    color: #999;
    padding: 20px 0 30px;
  }

  #footer a {
    color: #999;
    text-decoration: none;
    font-family: open-sans, helvetica, sans-serif;
  }

  #footer .disclaimer {
    color: #999;
  }

  #footer .social-media { float: right;}
  #footer .social-media a { margin-left: 8px; }
  #footer .links {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: normal;
  }
  #footer .nav { float: left; }
  #footer .hr {
      border-top: 1px solid #cacaca;
      margin-top: 0.8em;
      padding-top: 0.5em;
      margin-top: 1em;
      display: block;
  }

  #footer .cp { float: left; }
  #footer .chicago { float: right; }
  #footer .disclaimer {
    clear: both;
    padding-top: 15px;
    text-align: justify;
  }

  .global-support {
    clear: both;
    background-color: #459aff;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    font-family: "ff-meta-serif-web-pro", georgia, serif;
    padding: 15px;
  }

  .email.cta-link {
    color: #fff;
    text-decoration: underline;
  }

  .cta-link:visited { color: #fff; }

  #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: 1px solid #C0C0C0;
    width: 100px;
    list-style: none;
    margin: 0;
    margin-left: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  }

  .ui-autocomplete a {
    padding: 9px;
    cursor: pointer;
    display: block;
  }

  .ui-autocomplete a:hover,
  .ui-autocomplete a.ui-state-hover {
    background: #FFFAE1;
    text-decoration: none;
  }

  .ui-autocomplete li:first-child a {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
  }

  .ui-autocomplete li:last-child a {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
  }

  .ui-autocomplete .KbArticle,
  .ui-autocomplete .QnaThread {
    background: url('https://opternative-desk.s3.amazonaws.com/icon-types-small.png') 0 4px no-repeat;
    display: block;
    padding: 0 0 0 25px;
    overflow: hidden;
  }

  .ui-autocomplete .QnaThread {
    background-position: 0 -106px;
  }

  .ui-autocomplete .article-autocomplete-subject {
    display: block;
    font-weight: bold;
    font-size: 15px;
  }

  .ui-autocomplete .article-autocomplete-body {
    display: block;
    font-size: 13px;
    color: #666;
  }

  /* Get Satisfaction Styles */
  .gs-idea {
    background: url('https://opternative-desk.s3.amazonaws.com/getsatisfaction/idea_mini.png') 0 0 no-repeat !important;
    background-position: 0px 1px;
  }

  .gs-question {
    background: url('https://opternative-desk.s3.amazonaws.com/getsatisfaction/question_mini.png') 0 0 no-repeat !important;
    background-position: 0px 1px;
  }

  .gs-praise {
    background: url('https://opternative-desk.s3.amazonaws.com/getsatisfaction/praise_mini.png') 0 0 no-repeat !important;
    background-position: 0px 1px;
  }

  .gs-update {
    background: url('https://opternative-desk.s3.amazonaws.com/getsatisfaction/update_mini.png') 0 0 no-repeat !important;
    background-position: 0px 1px;
  }

  .gs-problem {
    background: url('https://opternative-desk.s3.amazonaws.com/getsatisfaction/problem_mini.png') 0 0 no-repeat !important;
    background-position: 0px 1px;
  }

  .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 {
    margin: 0 auto;
    width: 960px;
  }


 #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;
  background: url('https://opternative-desk.s3.amazonaws.com/check.png') 0 center no-repeat;
  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;
}

.section { margin-left: 12px;}

.container .icon-message {
  background: url('https://opternative-desk.s3.amazonaws.com/message.png') no-repeat;
  display: inline-block;
  height: 34px;
  width: 35px;
  top: -4px;
  vertical-align: middle;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .section-questions .icon-message {
    background-image: url('https://opternative-desk.s3.amazonaws.com/message@2x.png') no-repeat;
    background-size: 35px 34px;
    top: -4px;
    vertical-align: middle;
  }

}
.cta-link {
  color: #fff;

}

#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;
    background: url('https://opternative-desk.s3.amazonaws.com/mail.png') 0 0 no-repeat;
  }

  .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 {
    background: url('https://opternative-desk.s3.amazonaws.com/arrow_down.png') right 0px no-repeat;
    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;
    background: url('https://opternative-desk.s3.amazonaws.com/button.gif') 0 0 repeat-x;
    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;
    background: url('https://opternative-desk.s3.amazonaws.com/button.gif') 0 0 repeat-x;
    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;
    background: url('https://opternative-desk.s3.amazonaws.com/auth-icons.png') no-repeat 99px 99px;
  }

  .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;
  }

  #add_facebook input {
    background: url('https://opternative-desk.s3.amazonaws.com/auth-icons.png') no-repeat -265px -25px #5872a7;
  }

  #registration-in-progress {
    display: none;
    padding: 5px;
    background-color: #fffdef;
    border-color: 2px solid #ede9c2;
  }

   #registration-in-progress img {
       float: left;
       margin-right: 5px;
   }

  #add_twitter input {
    background: url('https://opternative-desk.s3.amazonaws.com/auth-icons.png') no-repeat -261px 0 #cfe4f0;
  }

  .desk-external-variables {
    display: none;
  }

{% if verification_step == 1 %}
  #verification_step_1 { display: show; }
  #verification_step_2 { display: none; }
{% else %}
  #verification_step_1 { display: none; }
  #verification_step_2 { display: show; }
{% endif %}

.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 {
  padding: 0 8px 0 0;
  margin: 0;
  z-index: 1;
  float: left;
}

.desk_file_upload .faux-file-field input[type=text] {
  width:180px !important;
}

.radio-label-rating-type {
    margin-right: 12px;
    vertical-align: middle;
}

/* CSS for high-resolution devices */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi){
  .powered_by_logo{
    background: url('https://opternative-desk.s3.amazonaws.com/logos/deskLogo_rgb_lightbg@2x.png') 0 center / 96px 42px no-repeat;
  }
}


/* CUSTOM CSS */

body {
  font-family: "open-sans", 'Helvetica Neue', 'Helvetica', sans-serif; 
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 960px;
  margin: 0 auto;
}

#header {
  background: transparent;
  background: #00479b;
  font-size: 16px;
}

#header .inner {
  position: relative;
  overflow: hidden;
  padding: 1.5em 0;
}

#header h1 {
  position: absolute;
  top: 1.2em;
  left: 0;
}
#header h1 a {
  width: 198px;
  height: 31px;
  display: block;
  text-indent: -999999px;
  background: url(https://opternative-desk.s3.amazonaws.com/logo.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #header h1 a {
    background-image: url(https://opternative-desk.s3.amazonaws.com/logo@2x.png);
    background-size: 198px 30px;
  }
}
#header .nav-icon {
  float: right;
  color: white;
  height: 18px;
  width: 21px;
  background: url(/assets/marketing/menu.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {

  #header .nav-icon {
    background-image: url(/assets/marketing/menu@2x.png);
    background-size: 21px 18px;
  }
}

#header .nav, #header .cta {
  display: none;
}
  #header .nav-icon {
    display: none;
  }
  #header .cta {
    float: right;
    display: block;
    margin-top: -0.4em;
    margin-left: 1.5em;
  }
  #header .cta li {
    list-style-type: none;
    display: inline-block;
  }
  #header .cta li a {
    font-size: 0.9em;
    text-decoration: none;
    border-radius: 4px;
    padding: 0.5em 0;
    text-align: center;
    display: inline-block;
    width: 8em;
    font-weight: 500;
  }
  #header .cta li.login a {
    color: white;
    border: 1px solid white;
  }
  #header .cta li.signup {
    margin-left: 1em;
  }
  #header .cta li.signup a {
    border: 1px solid #e6773c;
    color: white;
    background-color: #fe9d5a;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe9d5a), color-stop(100%, #fe8a49));
    background-image: -webkit-linear-gradient(#fe9d5a, #fe8a49);
    background-image: -moz-linear-gradient(#fe9d5a, #fe8a49);
    background-image: -o-linear-gradient(#fe9d5a, #fe8a49);
    background-image: linear-gradient(#fe9d5a, #fe8a49);
  }
  #header .cta li:hover {
    opacity: 0.9;
  }
  #header .nav {
    float: right;
    display: block;
    list-style-type: none;
  }
  #header .nav li {
    margin-left: 1.2em;
    display: inline-block;
  }
  #header .nav a {
    color: white;
    text-decoration: none;
    font-size: 0.95em;
  }
  #header .nav a:hover, #header .nav a.active {
    color: white;
  }




#search {
  background: #00479b;
  padding: 1.5em 0 3em 0;
  margin-bottom: 30px;
}

#search .outer {
  margin: 0 auto;
}

  .support-search-big, .support-search-small {
    background: transparent !important;
  }

  .support-search-big .outer, .support-search-small .outer {
    position: relative;
  }

  .support-search-big .inner, .support-search-small .inner {
    background: #FFF;
    border: 1px solid #CCC;
    border-top-color: #999;
    overflow: hidden;
    height: 45px;
    margin: 0;
    width: 100%;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }

  .support-search-big #question-mask, .support-search-small #question-mask { 
    top: 0.7em;
    left: 1em;
  }

  .support-search-big #q, .support-search-small #q {
    font-size: 16px;
    border: 0pt none;
    width: 100%;
    padding: 14px 0;
    margin: 0;
    outline: none;
    outline-width: 0;
    background: none;
    text-indent: 1.2em;
  }

  .support-search-big #support-search-submit, .support-search-small #support-search-submit {
    display: none;
    background: url('https://opternative-desk.s3.amazonaws.com/button.gif') 0 0 repeat-x;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    right: 0;
    _right: 6px;
    top: 0;
    padding: 0;
    width: 123px;
    height: 38px;
    border: 0;
    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;
  }


#dashboard {
  margin: 20px 0;
}
#dashboard a {
  float: left;
  width: 33%;
  text-align: center;
  margin-bottom: 15px;
}
#dashboard img {
  margin-top: 40px;
  display: inline-block;
}
#dashboard span {
  display: block;
  padding-bottom: 40px;
  margin-top: 12px;
  font-size: 18px;
}

#dashboard a:hover {
  text-decoration: none;
  outline: 1px solid #e4e9ec;
  background-color: rgba(228,233,236,0.3);
}
