/*-- Header colours --*/
/*-- Header colours --*/
/*| 3XS Systems Brand |*/
/*| 3XS Systems Brand |*/
/* 
RULES

1. Do NOT put css classes in this file - they will be duplicated all over the place!

*/
/* Mixins - start */
/* Mixins arrows */
/* Mixins - finish */
.support h1, .support h2, .support h3 {
  font-size: 1.6em;
  font-family: "uni_sanssemibold", sans-serif;
  line-height: 1.3em;
}

.support h1 {
  display: inline-block;
  float: left;
}

.support h2 {
  padding: 10px 0 20px 0;
}

.support h3 {
  padding: 20px 0;
  text-transform: none;
}

.supportSearch {
  text-align: center;
  padding: 75px 0;
  background: url("../images/support-header-94ee9b68a2.jpg") no-repeat;
}

.supportSearch .query {
  margin: 0 auto;
}

.support input, .support textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d9dadb;
  color: #333;
  font-family: "open_sans", sans-serif;
  font-size: 1.1em;
  overflow: hidden;
  padding: 0 16px;
  transition: all 0.3s ease-in-out 0s;
  width: 350px;
}

.support input {
  height: 46px;
  box-sizing: border-box;
}

.support textarea {
  height: 100px;
  padding-top: 10px;
  resize: vertical;
}

.support .supportSearch .contC {
  margin: 0 auto;
}

.support .contC {
  margin: 0 auto;
  width: 900px;
}

.supportFormNav {
  background-color: #f5f5f5;
  padding: 25px 0;
}

.supportFormNav a {
  display: table-cell;
  text-align: center;
  transition: background-color 1s ease 0s;
  width: 150px;
  font-family: "open_sans", sans-serif;
  color: #5b5b5b;
  text-decoration: none;
  border-left: 1px solid #dddddd;
  padding: 15px 0;
}

.supportFormNav a:hover {
  background-color: #e9e9e9;
}

.supportFormNav span {
  margin: 0 auto;
  display: block;
}

.supportFormNav .icon {
  width: 80px;
  height: 80px;
  background: url("../images/support-icons-48d8bbaa76.svg?v=2") no-repeat;
  background-size: 600px 276px;
}

.supportFormNav .track .icon {
  background-position: -10px -10px;
}

.supportFormNav .returns .icon {
  background-position: -110px -10px;
}

.supportFormNav .technical .icon {
  background-position: -210px -10px;
}

.supportFormNav .cs .icon {
  background-position: -310px -10px;
}

.supportFormNav .system .icon {
  background-position: -410px -10px;
}

.supportFormNav .sales {
  border-right: 1px solid #dddddd;
}

.supportFormNav .sales .icon {
  background-position: -510px -10px;
}

.supportFormNav .title {
  padding-top: 15px;
  font-family: "open_sans-bold", sans-serif;
}

.supportSearch button {
  padding-bottom: 10px;
  line-height: 2.2em;
  height: 50px;
  width: 50px;
  background: transparent;
  font-size: 0.1em;
  color: transparent;
  position: absolute;
  right: 45px;
  top: 0;
}

.supportSearch button:hover {
  background: transparent;
}

.support button:before {
  font-family: "scanicons", sans-serif;
  content: "\e918";
  font-size: 1.8em;
  color: #CCC;
  transition: color ease-out 200ms;
}

.support button:hover:before {
  color: #115da4;
}

.helpCentre {
  padding: 30px 0;
}

.helpCentre .contC {
  border: 1px solid #cccccc;
}

.helpCentre .shortList, .helpCentre .expandList, .helpCentre .fullList {
  padding: 25px;
}

.helpCentre .showResult {
  padding: 25px;
}

.helpCentre .showResult {
  background-color: #f5f5f5;
}

.helpCentre .showResult h3 {
  padding-bottom: 5px;
}

.helpCentre .showResult p {
  font-family: "open_sans", sans-serif;
  color: #5b5b5b;
  padding: 5px 0;
  font-size: 1em;
  line-height: 18px;
}

.helpCentre .showResult a {
  font-family: "open_sans-bold", sans-serif;
  color: #4072b5;
}

.helpCentre .showResult ol {
  list-style: none;
}
.helpCentre .showResult ol li {
  counter-increment: item;
  margin-bottom: 5px;
  margin-left: 32px;
}
.helpCentre .showResult ol li:before {
  margin-right: 10px;
  content: counter(item);
  color: #3d70b7;
  position: absolute;
  margin-left: -30px;
  text-align: center;
  display: inline-block;
  font-size: 1.2em;
}

.helpCentre .backLink {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 0.9em;
  font-family: "open_sans-bold", sans-serif;
  color: #4072b5;
  text-transform: uppercase;
}

.helpCentre .backLink:before {
  content: " ";
  margin: 0 0 -10px -10px;
  transform: rotate(45deg);
  display: block;
  width: 5px;
  height: 5px;
  border-left: 2px solid #4072b5;
  border-bottom: 2px solid #4072b5;
}

.helpCentre .showResult ul li label {
  font-family: "open_sans-bold", sans-serif;
  font-size: 1em;
  display: inline-block;
  width: 175px;
  color: #5b5b5b;
  vertical-align: top;
  padding-top: 15px;
}

.helpCentre .showResult ul li {
  padding: 10px;
}

.helpCentre .showResult ul {
  padding-top: 20px;
}

.helpCentre .showResult button {
  margin-left: 10px;
}

.helpCentre .showResult button:before, .helpCentre .comment button:before {
  content: none;
}

.helpCentre .showResult .errors {
  background-color: #4072b5;
  padding: 10px;
  font-family: "open_sans", sans-serif;
  color: #ffffff;
  border-radius: 4px;
}

.helpCentre .showResult .errors span {
  font-size: 1em;
  color: #ffffff;
}

.helpCentre .showResult ol li {
  font-family: "open_sans", sans-serif;
  padding: 3px 0;
}

.helpCentre .showResult dd a {
  font-size: 1.1em;
}

.helpCentre .comment {
  padding: 25px;
  border-top: 1px solid #ccc;
  background-color: #f5f5f5;
}

.helpCentre .comment button {
  margin-left: 8px;
}

.helpCentre .articleFeedback p {
  color: #5b5b5b;
  padding-top: 10px;
}

.helpCentre .articleFeedback span {
  color: #bbbbbb;
}

.helpCentre .articleFeedback a {
  color: #ffffff;
  background-color: #cccccc;
  padding: 5px;
  display: inline-block;
  margin: 5px 5px 0 0;
  border-radius: 4px;
}

.helpCentre .comment p {
  font-family: "open_sans-bold", sans-serif;
  font-size: 1em;
  color: #bbbbbb;
  text-transform: uppercase;
}

.helpCentre .comment .question {
  padding: 20px 0;
}

.helpCentre .comment .question span {
  font-family: "open_sans", sans-serif;
  font-size: 1em;
  color: #5b5b5b;
}

.helpCentre .leaveComment button {
  display: block;
  margin: 12px 0 0 0;
}

.helpCentre .question button {
  margin-left: 8px;
}

.helpCentre .complete {
  font-family: "open_sans", sans-serif;
  padding: 20px 0;
  color: #5b5b5b;
}

.helpCentre .shortList dl {
  display: table-cell;
  width: 200px;
}

.helpCentre dt a {
  font-size: 1.2em;
  font-family: "uni_sanssemibold", sans-serif;
  padding: 6px 0;
  color: #000000;
}

.helpCentre dd {
  padding: 8px 0;
  font-family: "open_sans", sans-serif;
  color: #5b5b5b;
  font-size: 1em;
  line-height: 18px;
  color: #5b5b5b;
}

.helpCentre a {
  text-decoration: none;
}

.helpCentre dd a {
  color: #5b5b5b;
}

.helpCentre span {
  color: #4072b5;
  font-family: "open_sans-bold", sans-serif;
  font-size: 0.7em;
}

.helpCentre dd span {
  font-size: 0.8em;
}

.helpCentre .expandList {
  background-color: #f5f5f5;
}

.helpCentre .expandList .listItems {
  display: inline-table;
  width: 230px;
  margin: 0 50px 25px 0;
}

.helpCentre .expandList .showAll {
  font-size: 0.8em;
  display: block;
  font-family: "open_sans-bold", sans-serif;
  color: #4072b5;
}

.helpCentre .expandList .showAll:after {
  content: " ";
  margin: -10px 0 0 58px;
  transform: rotate(320deg);
  display: block;
  width: 5px;
  height: 5px;
  border-left: 2px solid #4072b5;
  border-bottom: 2px solid #4072b5;
}

.helpCentre .expandList dt {
  padding: 10px 0;
  font-family: "uni_sanssemibold", sans-serif;
}

.helpCentre .expandList.fullList dl {
  width: auto;
}

.helpCentre .expandList.fullList dt {
  font-size: 1.2em;
}

.helpCentre .expandList.fullList dd {
  padding: 12px 0;
  border-bottom: 1px solid #cccccc;
}

.helpCentre .tags {
  padding-top: 5px;
}

.helpCentre .tags span {
  font-size: 0.85em;
  color: #5b5b5b;
  text-transform: uppercase;
  padding-right: 4px;
}

.helpCentre .tags a {
  font-family: "open_sans", sans-serif;
  padding: 1px 5px;
  background-color: #e3e4e4;
  border-radius: 3px;
  margin-right: 4px;
  font-size: 0.85em;
  color: #5b5b5b;
}

.helpCentre .tags a:hover {
  background-color: #cccccc;
}

.helpCentre .showResult .articleSummary {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}

.helpCentre .showResult .articleSummary a {
  color: #5b5b5b;
  font-family: "open_sans", sans-serif;
}

.helpCentre .showResult .articleSummary .breadCrumb a {
  font-family: "open_sans-bold", sans-serif;
  text-transform: uppercase;
  color: #4072b5;
  display: inline-block;
  padding: 10px 0;
  font-size: 0.85em;
}

.helpCentre .showResult .articleSummary .breadCrumb span {
  margin: 0 6px 0 5px;
  transform: rotate(45deg);
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #4072b5;
  border-top: 2px solid #4072b5;
}

.supportSearch .helpCentreLiveSearch {
  margin: 0 auto;
  width: 593px;
  position: relative;
}

.supportSearch .helpCentreLiveSearch .results {
  margin-left: 162px;
}

.helpCentreLiveSearch .searchField label {
  float: left;
  padding-top: 15px;
}

.help {
  background: #fff;
  height: 90px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.help .helpLinks {
  border-right: 1px solid #dddddd;
  padding: 16px 22px 16px 32px;
  margin-top: 15px;
  float: left;
}
.help .helpLinks a {
  display: inline-block;
  padding: 0 30px;
  text-transform: uppercase;
}
.help .helpLinks a:before {
  font-family: "scanicons", sans-serif;
  font-style: normal;
  font-size: 1.4em;
  position: absolute;
  margin-left: -26px;
}
.help .helpLinks a.call:before {
  content: "\e919";
}
.help .helpLinks a.OLQ:before {
  content: "\e91f";
}
.help .helpLinks a.liveChat:before {
  content: "\e908";
  margin-left: -29px;
}
.help .helpLinks a.liveChat {
  padding-right: 20px;
}
.help .contactLinks {
  float: left;
  padding: 0 10px 0 30px;
  margin-top: 22px;
}
.help .contactLinks a {
  float: left;
  display: block;
  padding: 0 50px 0 30px;
  color: #bbbdc0;
  text-decoration: none;
}
.help .contactLinks a i:before {
  font-family: "scanicons", sans-serif;
  font-style: normal;
  font-size: 1.4em;
  position: absolute;
  margin-left: -28px;
}
.help .contactLinks a i {
  font-family: "open_sans-bold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-style: normal;
}
.help .contactLinks a.callUs i:before {
  content: "\e919";
}
.help .contactLinks a.emailUs i:before {
  content: "\e90d";
  font-size: 1.6em;
  margin-left: -31px;
}
.help .contactLinks a span {
  display: block;
  color: #5b5b5b;
  font-size: 1.1em;
}
.help .contactLinks a:hover span {
  text-decoration: underline;
}
.help .helpAnswers {
  float: left;
  padding-top: 23px;
}
.help .helpAnswers input {
  border: 1px solid #dddddd;
  font-size: 1.1em;
  height: 34px;
  margin: 0;
  padding: 0;
  text-indent: 16px;
  width: 200px;
}
.help .helpAnswers button {
  float: right;
  height: 36px;
}
.help .helpAnswers .results {
  width: 200px;
}

/*
.helpCentreLiveSearch {  display:inline-block;
    .results { font-family:"open_sans",sans-serif; text-align:left; border-left:1px solid #ccc; border-bottom:1px solid #ccc; border-right:1px solid #ccc; background-color:#ffffff; position:absolute; width:382px;
        p { padding:10px; background-color:#ebecec;  font-family:"open_sans-bold",sans-serif; color:#5b5b5b; }  
        ul li { padding:10px; } 
        a { color:#000000; text-decoration:none; display:block; padding:10px; 
            &:hover { background-color:#ebecec; }
        }
    }
}
*/
.helpCentreLiveSearch .results {
  font-family: "open_sans", sans-serif;
  text-align: left;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #ffffff;
  position: absolute;
  width: 382px;
}

.helpCentreLiveSearch .results p {
  padding: 10px;
  background-color: #ebecec;
  font-family: "open_sans-bold", sans-serif;
  color: #5b5b5b;
}

.helpCentreLiveSearch .results ul li.selected {
  background-color: rgba(61, 112, 183, 0.3882352941);
}

.helpCentreLiveSearch .results a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 10px;
}

.helpCentreLiveSearch .results a:hover {
  background-color: #ebecec;
}

.helpCentreLiveSearch .searchField label {
  font-family: "uni_sanssemibold", sans-serif;
  font-size: 1.5em;
  padding-right: 20px;
}

@media screen and (max-width: 1200px) {
  .help .contactLinks a.emailUs {
    display: none;
  }
  .help .helpLinks {
    padding-left: 20px;
  }
  .help .helpLinks a {
    width: 50px;
  }
  .help .helpLinks a.liveChat {
    width: 70px;
  }
  .help .contactLinks a {
    padding: 0 20px 0 18px;
  }
  .help .helpAnswers input {
    width: 140px;
  }
  .help .helpAnswers .btn.small {
    padding: 0 8px;
  }
}
@media screen and (max-width: 900px) {
  .support .contC {
    width: auto;
  }
  .supportFormNav .contC {
    text-align: center;
  }
  .supportFormNav a {
    width: 32%;
    display: inline-block;
    border-left: none;
    background-color: #e9e9e9;
    margin-bottom: 3px;
  }
  .supportFormNav .sales {
    border: 0;
  }
  .supportSearch {
    padding: 50px 0;
  }
  .helpCentre .expandList .listItems {
    width: 45%;
    margin: 0 25px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .helpCentre .shortList dl {
    display: block;
    width: auto;
  }
  .helpCentre .shortList dd {
    display: inline-block;
    padding: 0 15px 0 0;
  }
  .helpCentre .shortList dt {
    padding-top: 15px;
  }
  .helpCentre .showResult ul li label {
    padding: 15px 0;
  }
}
@media screen and (max-width: 650px) {
  .supportFormNav a {
    width: 49%;
  }
  .helpCentreLiveSearch .searchField label {
    float: none;
    display: block;
    padding: 15px 0 10px 0;
  }
  .supportSearch .helpCentreLiveSearch {
    width: 435px;
  }
  .supportSearch button {
    bottom: -3px;
    top: auto;
  }
}
@media screen and (max-width: 600px) {
  .helpCentre .expandList .listItems {
    width: 100%;
    padding-top: 30px;
  }
  .support .expandList h3 {
    padding-bottom: 0;
  }
  .helpCentre .question button {
    margin-left: 8px;
  }
}
@media screen and (max-width: 576px) {
  .support h2, .support h3 {
    font-size: 1.3em;
  }
  .supportFormNav {
    padding: 15px 0;
  }
  .supportFormNav .contC {
    box-sizing: border-box;
    padding: 1rem;
  }
  .supportFormNav a {
    width: 135px;
    border-radius: 7px;
  }
  .supportFormNav .icon {
    width: 30px;
    height: 28px;
    background-size: 233px 122px;
  }
  .supportFormNav .track .icon {
    background-position: -2px -10px;
  }
  .supportFormNav .returns .icon {
    background-position: -44px -10px;
  }
  .supportFormNav .technical .icon {
    background-position: -82px -10px;
  }
  .supportFormNav .cs .icon {
    background-position: -121px -11px;
  }
  .supportFormNav .system .icon {
    background-position: -158px -10px;
  }
  .supportFormNav .sales .icon {
    background-position: -197px -10px;
  }
  .supportFormNav .title {
    font-size: 0.9em;
  }
  .supportSearch .helpCentreLiveSearch {
    width: calc(100% - 3rem);
  }
  .support input, .support textarea {
    width: calc(100% - 20px);
  }
  .supportSearch button {
    right: 10px;
  }
}
