body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  background: url(../images/body.jpg) no-repeat fixed;
}
a:hover {
  text-decoration: none;
}
#wrapper {
  max-width: 1240px;
  margin: 0px auto;
  background: #fff;
}
/* Alerts & Notices */
#msg_notice {
  margin: 30px 0px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
  border: 1px solid #0a0;
  background: #e0ffe0;
}
#msg_warning {
  margin: 30px 0px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
  border: 1px solid #f26522;
  background: #ffffdd;
}
#msg_error {
  margin: 30px 0px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 10px;
  border: 1px solid #a00;
  background: #fff0f0;
}
.warning {
  background: #ffc;
  font-style: italic;
}
.warning strong {
  text-transform: uppercase;
  color: #a00;
  font-style: normal;
}
.error {
  color: #f00;
}
.error input {
  border: 1px solid #f00;
}
.button {
  background: #00aeef;
  border: none;
  color: #fff;
  font-weight: 800;
  margin-top: 25px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  line-height: 1;
}
.reset {
  background: #6d6f71!important;
}
.cancel {
  background: #ed150e!important;
}
#header {
  position: relative;
  background: #1a1c28;
  padding: 0px 0px;
}
#header #logo {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  height: 75px;
}
#header .top-right {
  margin-top: 30px;
}
#header .top-right p {
  text-align: right;
  margin: 0;
  padding: 10px 10px;
  float: right;
  color: #fff;
}
#header .top-right p a {
  color: #fff;
}
#header .top-right a.flag {
  vertical-align: middle;
}
.nav-toggle {
  display: none;
}
.main-menu {
  background: #4e4f50;
  border-top: 1px solid #2a2d3d;
}
.main-menu ul#nav {
  margin: 0 0px;
  font-size: 14px;
  font-weight: 900;
}
.main-menu ul#nav li {
  margin: 0;
  padding: 0 0px;
  list-style: none;
  display: inline;
  line-height: 70px;
  text-transform: uppercase;
}
.main-menu ul#nav li a {
  display: block;
  width: auto;
  float: left;
  color: #ffffff;
  padding: 0px 20px 0px 0px;
}
.main-menu ul#nav li a.active {
  color: #00aeef;
}
.main-menu ul#nav li a:hover {
  color: #00aeef;
}
.hero {
  background: url(../images/hero.jpg);
  background-size: cover;
  background-position: center;
  margin-top: -1px;
  min-height: 300px;
  text-align: center;
  width: 100%;
}
.hero .hero-content {
  padding: 0px 30px;
  color: #fff;
}
.hero .hero-content h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 60px;
}
.hero .hero-content p {
  font-size: 42px;
  font-weight: 400;
}
#landing_page {
  padding: 60px 0px;
}
#landing_page #new_ticket,
#landing_page #check_status {
  text-align: center;
  padding: 0px 15px;
}
#landing_page #new_ticket i,
#landing_page #check_status i {
  color: #000;
  margin-bottom: 20px;
  font-size: 56px;
  display: block;
}
#landing_page #new_ticket h3,
#landing_page #check_status h3 {
  font-size: 24px;
  font-weight: 800;
  color: #383c4f;
  margin-bottom: 20px;
  margin-top: 0px;
}
#landing_page #new_ticket .button,
#landing_page #check_status .button {
  background: #00aeef;
  color: #fff;
  font-weight: 800;
  margin-top: 25px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
}
.kb-home {
  background: #00aeef;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  padding: 20px 0px;
}
.kb-home p {
  padding: 0px 20px;
  margin: 0px 0px;
}
.kb-home a {
  color: #fff;
}
.kb-home span.ardown {
  color: #00aeef;
  position: absolute;
  font-size: 50px;
  left: 50%;
  bottom: -40px;
  margin-left: -25px;
}
.page-title {
  margin: 50px 15px 20px 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.page-title h1 {
  font-size: 26px;
  margin: 0px 0px;
  color: #2f3639;
  font-weight: 700;
}
.page-title p {
  margin: 0px 0px;
  font-weight: 300;
}
#kb-search {
  padding: 10px 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
#kb-search .button {
  background: #00aeef;
  color: #fff;
  font-weight: 800;
  padding: 10px 0px;
  width: 100%;
  border: none;
  line-height: 1;
  border-radius: 3px;
  margin-top: 0px;
}
#breadcrumbs {
  color: #333;
  margin: 20px 15px;
}
#breadcrumbs #breadcrumbs a {
  color: #555;
}
.kb-results {
  margin: 0px 15px 30px 15px;
}
.kb-results ul#kb {
  list-style: none;
  margin: 20px 0px;
  padding: 0px 0px;
  border: 1px solid #e2e2e2;
  border-bottom: none;
  border-radius: 3px;
}
.kb-results ul#kb li {
  padding: 15px 15px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  color: #999;
}
.kb-results ul#kb li h4 {
  font-weight: 700;
  font-size: 16px;
  color: #111;
  margin: 0px 0px;
}
.kb-results ul#kb li h4 a {
  color: #111;
}
.kb-results a.back {
  color: #fff;
  background: #222534;
  padding: 8px 20px;
  border-radius: 3px;
  margin: 10px 0px;
  display: inline-block;
}
#faq ol {
  margin: 20px 0px;
  padding: 0px 0px;
  list-style: none;
  border: 1px solid #e2e2e2;
  border-bottom: none;
  border-radius: 3px;
}
#faq ol li {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 10px;
}
#faq ol li a {
  color: #666;
}
#faq ol li:nth-child(even) {
  background: #fafafa;
}
.faq-title h2 {
  margin: 10px 15px 20px 15px;
  font-size: 42px;
  color: #111;
  font-weight: 300;
}
.thread-body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  line-height: 1.6;
  color: #666;
  margin: 0 15px;
  padding: 0px 0px;
  word-wrap: break-word;
  overflow-x: auto;
}
.article-meta {
  margin: 10px 15px;
}
.logtime {
  margin: 10px 15px 30px 15px;
}
#ticketForm {
  margin: 30px 15px;
}
#ticketForm div.captchaRow {
  line-height: 31px;
}
#ticketForm div.captchaRow input {
  position: relative;
  top: 6px;
}
#ticketForm .button {
  background: #00aeef;
  border: none;
  padding: 10px 20px;
  line-height: 1;
  color: #fff;
  margin-right: 10px;
  border-radius: 3px;
}
.redactor_editor {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.redactor_toolbar {
  background: #eee;
}
span.error {
  display: block;
  font-size: 14px;
}
.form-header {
  margin-bottom: 20px;
  margin-top: 30px;
}
.form-header h3 {
  font-size: 24px;
  margin: 0px 0px;
  color: #222;
}
.login-box div {
  margin: 10px 15px;
}
.login-box div label {
  display: block;
}
.login-box input.button {
  margin-top: 10px;
  background: #00aeef;
  border: 1px solid #6d6f71;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  line-height: 1;
}
.login-box a.button {
  margin-top: 10px;
  background: #00aeef;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
}
#ticketTable {
  margin: 0px 0px 40px 0px;
}
#ticketTable caption {
  padding: 10px 10px;
  text-align: left;
  color: #222;
  background: #d4d4d4;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
#ticketTable th {
  height: 24px;
  line-height: 24px;
  background: #e4e4e4;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
#ticketTable th a {
  color: #000;
}
#ticketTable td {
  padding: 10px;
  font-size: 14px;
}
#ticketTable tr.alt td {
  background: #f9f9f9;
}
#reply {
  margin-top: 20px;
  padding: 10px 0px;
}
#reply h2 {
  margin-bottom: 10px;
  font-size: 24px;
}
#reply table {
  width: 800px;
  margin-bottom: 40px;
}
#reply table td {
  vertical-align: top;
}
#reply textarea {
  width: 628px !important;
}
#reply input[type=text],
#reply #response_options textarea {
  border: 1px solid #aaa;
  background: #fff;
}
#reply .attachments .uploads div {
  display: inline-block;
  padding-right: 20px;
}
#reply .file {
  display: inline-block;
  padding-left: 20px;
  margin-right: 20px;
}
#reply input.button {
  margin-top: 10px;
  background: #00aeef;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  line-height: 1;
}
.uploads {
  display: inline-block;
  padding-right: 20px;
}
.uploads label {
  padding: 3px;
  padding-right: 10px;
  width: auto !important;
}
.filedrop .files {
  margin: 15px 15px;
}
.filedrop .files .file {
  display: inline-block;
  width: 100px;
}
.filedrop .files .file img {
  width: 100%;
  height: auto;
}
#ticketSearchForm {
  margin: 30px 15px 30px 15px;
}
#ticketSearchForm .button {
  background: #00aeef;
  border: none;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  line-height: 1;
  margin-top: 0px;
}
#ticketSearchForm a.refresh {
  float: right;
  background: #6d6f71;
  padding: 5px 20px;
  border-radius: 3px;
  color: #fff;
}
.instructions {
  margin: 20px 15px;
}
.subject {
  font-size: 24px;
  color: #222534;
}
.tkt-refresh,
.tkt-edit {
  font-size: 18px;
}
.tkt-edit {
  margin-top: 15px;
}
#ticketThread table {
  margin-top: 10px;
  border: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
#ticketThread table th {
  text-align: left;
  border-bottom: 1px solid #aaa;
  padding: 5px 15px;
}
#ticketThread table th span {
  font-weight: normal;
  color: #888;
  padding-left: 20px;
}
#ticketThread table td {
  padding: 5px;
}
#ticketThread table .thread-body div,
#ticketThread table .thread-body p,
#ticketThread table .thread-body ul,
#ticketThread table .thread-body ol,
#ticketThread table .thread-body table,
#ticketThread table .thread-body dl,
#ticketThread table .thread-body blockquote,
#ticketThread table .thread-body pre {
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 10px;
}
#ticketThread .message th {
  background: #d8efff;
}
#ticketThread .response th {
  background: #ddd;
}
#ticketThread .info {
  padding: 2px;
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  height: 16px;
  line-height: 16px;
}
#ticketThread .info a {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding-left: 24px;
  height: 16px;
  line-height: 16px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.register-form,
.profile-form {
  margin: 10px 15px 40px 15px;
}
.register-form .button,
.profile-form .button {
  background: #00aeef;
  padding: 10px 20px;
  margin: 0px 10px 0px 0px;
  line-height: 1;
  color: #fff;
  border: none;
  border-radius: 3px;
}
.company-info {
  background: #4e4f50;
  padding: 30px 0px ;
}
.company-info .contact-info {
  text-align: center;
  color: #fff;
}
.company-info .contact-info h3 {
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  font-size: 24px;
}
.company-info .contact-info p {
  color: #c2c2c6;
  font-weight: 300;
  font-size: 14px;
}
.company-info .contact-info span {
  margin: 0px 10px;
  font-weight: 300;
  color: #c2c2c6;
}
.social-icons ul {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px;
  text-align: center;
}
.social-icons ul li {
  display: inline-block;
  margin: 0px 5px;
  font-size: 18px;
  background: #222534;
  width: 40px;
  line-height: 40px;
  border-radius: 3px;
  height: 40px;
}
.social-icons ul li a:link,
.social-icons ul li a:visited {
  display: block;
}
.social-icons ul li a:hover {
  color: #fff;
}
#footer {
  background: #222534;
  padding: 40px 0px;
  text-align: center;
  color: #c2c2c6;
  font-size: 14px;
  font-weight: 300;
}
#footer p {
  margin: 0px 0px;
}
#footer a {
  color: #c2c2c6;
}
@media screen and (max-width: 767px) {
  #header #logo {
    float: none;
    display: block;
    text-align: center;
    margin: 30px 0px 0px 0px;
  }
  #header .top-right {
    margin: 10px 0px;
    float: none;
    text-align: center;
    display: block;
  }
  #header .top-right p {
    float: none;
    text-align: center;
  }
  .hero .hero-content h1 {
    font-size: 36px;
  }
  .hero .hero-content p {
    font-size: 16px;
  }
  .nav-toggle {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    cursor: pointer;
    display: block;
  }
  .nav-toggle i {
    width: 30px;
    height: 30px;
    background: #2e3244;
    line-height: 30px;
    margin: 10px 0px;
    display: inline-block;
    border-radius: 5px;
  }
  .main-menu ul#nav {
    display: none;
    margin-bottom: 10px;
  }
  .main-menu ul#nav li {
    display: block;
    text-align: center;
    padding: 15px 0px;
    border-bottom: 1px solid #333;
    line-height: 1;
  }
  .main-menu ul#nav li:last-child {
    border-bottom: none;
  }
  .main-menu ul#nav li a {
    float: none;
  }
  #kb-search input,
  #kb-search select {
    margin-bottom: 10px;
  }
  #ticketSearchForm input,
  #ticketSearchForm select {
    margin-bottom: 10px;
  }
  #landing_page #new_ticket {
    margin-bottom: 50px;
  }
}
