/* -- [ Main Imports ] --------------------------------------------------------------------------*/
:root {
  --siteWidth: 1180px;
  --siteGaps: 5.1rem;
}
@media only screen and (max-width: 768px) {
  :root {
    --siteGaps: 2.1rem;
  }
}
/* -- [ Less Variables ] --------------------------------------------------------------------------*/
/* Background */
/* Links */
/* Body Copy */
/* cta */
/* update comments */
/*'Droid Serif', Georgia, serif;*/
/*'Droid Sans', Helvetica, arial, sans-serif; */
/* Monospace */
/* -- [ Less Mixins ] --------------------------------------------------------------------------*/
/*--[ HTML5 Boilerplate RESET ]--------------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/*--[ HTML5 Boilerplate MINIMAL BASE STYLES ]--------------------------------------------------------------------------------*/
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
body,
select,
input,
textarea {
  color: #455A64;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
a:hover,
a:active {
  outline: none;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
::-moz-selection {
  background: #03A9F4;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #03A9F4;
  color: #fff;
  text-shadow: none;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
a:link {
  -webkit-tap-highlight-color: #FF5E99;
}
html {
  overflow-y: scroll;
}
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/*--[ HELPER CLASSES ]--------------------------------------------------------------------------------*/
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* for image replacement */
.hidden {
  display: none;
  visibility: hidden;
}
/* Hide for both screenreaders and browsers */
.visuallyhidden,
.screenReader {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.invisible {
  visibility: hidden;
}
/* Hide visually and from screenreaders, but maintain layout */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
/* Hides from IE-mac \*/
.clearfix {
  display: block;
}
.nobr {
  white-space: nowrap;
  background: none;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
/*--[ Global Styles ]--------------------------------------------------------------------------------*/
html {
  font: 62.5% 'Quicksand', sans-serif;
  /* Reset to 10px equivilent */
  font-weight: 500;
  text-align: center;
  text-rendering: optimizeLegibility;
  min-height: 100%;
}
body {
  background: #ffffff;
  text-align: left;
}
/*--[ Animation ]--------------------------------------------------------------------------------*/
@-webkit-keyframes pulse {
  from {
    color: pink;
  }
  to {
    color: red;
  }
}
/*--[ Anchors ]--------------------------------------------------------------------------------*/
body {
  font-size: 1.7rem;
  line-height: 1.7em;
}
select,
input,
textarea,
.select2-selection__rendered {
  font-family: 'Quicksand', sans-serif;
  /* Reset to 10px equivilent */
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.8rem;
}
a {
  color: #03A9F4;
  text-decoration: none;
}
.meta a {
  color: #03A9F4;
}
.meta a:hover {
  color: #0288D1;
}
a:hover,
a:focus {
  color: #0288D1;
  text-decoration: none;
}
/*--[ Typography ]--------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #263238;
  line-height: 1.3em;
  margin-top: 5.1rem;
  margin-bottom: 2.4rem;
}
h1 {
  font-size: 4.1rem;
}
h2 {
  font-size: 3.1rem;
}
h3 {
  font-size: 2.5rem;
}
h4 {
  font-size: 2.1rem;
}
h5 {
  font-size: 1em;
  font-weight: bold;
}
p,
ul,
ol,
dl,
blockquote,
hr,
pre,
table,
fieldset,
article,
article footer,
nav {
  margin: 0 0 1.6rem 0;
}
article blockquote {
  padding: 2em 2em 0.5em;
  font-family: 'Quicksand', sans-serif;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.3);
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eee));
  background: -webkit-linear-gradient(#f6f6f6, #eee);
  background: -moz-linear-gradient(center top, #f6f6f6 0%, #eee 100%);
  background: -moz-gradient(center top, #f6f6f6 0%, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f6f6f6,endColorstr=#eee);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f6f6f6, endColorstr=#eee)";
}
article blockquote cite {
  color: #9aafb9;
  font-size: 0.92em;
  text-align: right;
  display: block;
}
article blockquote.agent {
  background: #effeff;
  background: -webkit-gradient(linear, left top, left bottom, from(#effeff), to(#E5F4FD));
  background: -webkit-linear-gradient(#effeff, #E5F4FD);
  background: -moz-linear-gradient(center top, #effeff 0%, #E5F4FD 100%);
  background: -moz-gradient(center top, #effeff 0%, #E5F4FD 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#effeff,endColorstr=#E5F4FD);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#effeff, endColorstr=#E5F4FD)";
  color: #6e7d86 !important;
}
article blockquote.agent a,
article blockquote.agent cite {
  color: #5d6c75;
}
article ul {
  margin: 0 0 1.5em 2em;
  list-style: disc outside;
}
article ul ul {
  list-style: circle outside;
  margin: 0 0 0 2em;
}
article ol {
  margin: 0 0 1.5em 2em;
  list-style: decimal outside;
}
small,
.small {
  font-size: 1.3rem;
  line-height: 1.6;
}
/*--[ Forms ]--------------------------------------------------------------------------------*/
label {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
input::placeholder,
textarea::placeholder {
  color: #a0b1b9;
}
input.input-text,
textarea.input-text,
.widget_woo_subscribe input,
.newsletter-form input.email,
input.txt,
.textarea textarea,
input.screenReader {
  display: block;
  border: 1px solid #CFD8DC;
  border-radius: 4px;
  appearance: none;
  outline: none;
  color: #455A64;
  background-color: #FCFCFD;
  padding: 0.7rem 1.4rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.8rem;
  transition: all 0.2s;
}
input.input-text:focus,
textarea.input-text:focus,
.widget_woo_subscribe input:focus,
.newsletter-form input.email:focus,
input.txt:focus,
.textarea textarea:focus,
input.screenReader:focus {
  border: 1px solid #03A9F4;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #CFD8DC;
  appearance: none;
  outline: none;
  -webkit-text-fill-color: #455A64;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
select {
  display: block;
  width: 100%;
  background-color: #FCFCFD;
  background-image: linear-gradient(45deg, transparent 50%, #a0b1b9 50%), linear-gradient(135deg, #a0b1b9 50%, transparent 50%);
  background-position: calc(100% - 1.4rem - 5px) 50%, calc(100% - 1.4rem) 50%, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border: 1px solid #CFD8DC;
  border-radius: 0.4rem;
  transition: all 0.2s;
  appearance: none;
  outline: none;
  padding: 0.7rem 1.4rem;
  color: #455A64;
  line-height: 2.8rem;
}
select:focus {
  border-color: #03A9F4;
}
form.signup_form input.input-text,
form.signup_form textarea.input-text,
form.signup_form .widget_woo_subscribe input,
form.signup_form .newsletter-form input.email,
form.signup_form input.txt,
form.signup_form .textarea textarea,
form.signup_form input.screenReader {
  padding: 0.7rem 1.4rem;
}
form.signup_form label {
  display: block;
  margin-bottom: 0.5rem;
}
form.signup_form label.terms {
  display: block;
}
.knowledgebase-search input,
input.input-text,
textarea.input-text,
.widget_woo_subscribe input,
.newsletter-form input.email,
input.txt,
.textarea textarea,
input.screenReader {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
textarea {
  min-height: 5em;
}
input[type="checkbox"] {
  height: 1.8rem;
  width: 1.8rem;
  margin: 0 1rem 0 0;
  background-color: #FCFCFD;
  border: 1px solid #CFD8DC;
  border-radius: 0.4rem;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  appearance: none;
  outline: none;
  cursor: pointer;
  vertical-align: sub;
  transition: all 0.2s;
}
input[type="checkbox"]:focus {
  border-color: #03A9F4;
}
input[type="checkbox"]:checked {
  background-color: #03A9F4;
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 9.5 7.5\'%3e%3cpolyline points=\'0.75 4.35 4.18 6.75 8.75 0.75\' style=\'fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px\'/%3e%3c/svg%3e');
  border: 1px solid #03A9F4;
}
input[type="radio"] {
  height: 1.8rem;
  width: 1.8rem;
  margin: 0 1rem 0 0;
  background-color: #FCFCFD;
  border: 1px solid #CFD8DC;
  border-radius: 100%;
  appearance: none;
  outline: none;
  cursor: pointer;
  vertical-align: sub;
  transition: all 0.2s;
}
input[type="radio"]:focus {
  border-color: #03A9F4;
}
input[type="radio"]:checked {
  background-color: #03A9F4;
  border: 1px solid #03A9F4;
}
/*--[ Buttons ]--------------------------------------------------------------------------------*/
.button,
.submit {
  padding: 0.7rem 2rem;
  background-color: #03A9F4;
  border: solid 1px #03A9F4;
  color: #ffffff;
  border-radius: 0.4rem;
  position: relative;
  display: inline-block;
  width: auto;
  overflow: visible;
  transition: all 0.2s;
}
.button:hover,
.submit:hover {
  background-color: #0288D1;
  border-color: #0288D1;
  color: #ffffff;
}
.button:active,
.submit:active,
.button:focus,
.submit:focus {
  color: #ffffff;
}
.button.alt {
  background-color: #ffffff;
  border-color: #03A9F4;
  color: #03A9F4;
}
.button.alt:hover {
  border: solid 1px #0288D1;
  color: #0288D1;
}
.button.delete {
  border-color: #bb5757;
  background-color: #bb5757;
  color: #fff;
}
.button.delete:hover {
  border-color: #8d3939;
  background-color: #8d3939;
}
/*--[ Tag input ]--------------------------------------------------------------------------------*/
.taglist {
  display: block;
  overflow: hidden;
  border: 1px solid #CFD8DC;
  border-radius: 0.4rem;
  transition: all 0.2s;
  appearance: none;
  outline: none;
  cursor: text;
  color: #455A64;
  background-color: #FCFCFD;
  margin: 0;
  padding: 6px 14px 7px 14px;
}
.taglist:focus {
  border: 1px solid #03A9F4;
}
.taglist li.tag {
  list-style: none;
  float: left;
  -webkit-border-top-right-radius: 24px;
  -webkit-border-bottom-right-radius: 24px;
  -moz-border-radius-topright: 24px;
  -moz-border-radius-bottomright: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  background: #03A9F4;
  color: #ffffff;
  padding: 2px 2px 2px 4px;
  margin: 3px 6px 0 0;
  font-size: 1.5rem;
  line-height: 2rem;
}
.taglist li.ready-to-delete {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.taglist li.input {
  list-style: none;
  float: left;
}
.taglist li.input input {
  border: medium none;
  cursor: text;
  margin: 0;
  outline: 0 none;
  padding: 2px 0 3px;
  width: 150px;
  background: none;
  font-size: 1.5rem;
  line-height: 2rem;
}
.taglist li.tag a.delete span {
  visibility: hidden;
}
.taglist li.tag a.delete {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  cursor: pointer;
}
/*-- [ Iconise links ] ----------------------------------------------------------------------------------*/
.attachments {
  /* extensions */
  /* messenger */
  /* email */
}
.attachments a[href*="youtube.com/watch?"],
.attachments a[href*="sevenload.com/videos/"],
.attachments a[href*="metacafe.com/watch/"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_film.gif) no-repeat center right;
}
.attachments a[href*="flickr.com/photos/"],
.attachments a[href*="zooomr.com"],
.attachments a[href*="imageshack.us"],
.attachments a[href*="bubbleshare.com"],
.attachments a[href*="sevenload.com/bilder/"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_pic.gif) no-repeat center right;
}
.attachments a[href$='.doc'],
.attachments a[href$='.rtf'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_doc.gif) no-repeat center right;
}
.attachments a[href$='.txt'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_txt.gif) no-repeat center right;
}
.attachments a[href$='.xls'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_xls.gif) no-repeat center right;
}
.attachments a[href$='.rss'],
.attachments a[href$='.atom'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_feed.gif) no-repeat center right;
}
.attachments a[href$='.opml'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_opml.gif) no-repeat center right;
}
.attachments a[href$='.phps'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_phps.gif) no-repeat center right;
}
.attachments a[href$='.phps'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_phps.gif) no-repeat center right;
}
.attachments a[href$='.torrent'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_torrent.gif) no-repeat center right;
}
.attachments a[href$='.vcard'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_vcard.gif) no-repeat center right;
}
.attachments a[href$='.exe'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_exe.gif) no-repeat center right;
}
.attachments a[href$='.dmg'],
.attachments a[href$='.app'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_dmg.gif) no-repeat center right;
}
.attachments a[href$='.pps'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_pps.gif) no-repeat center right;
}
.attachments a[href$='.pdf'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
}
.attachments a[href$='.xpi'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_plugin.gif) no-repeat center right;
}
.attachments a[href$='.fla'],
.attachments a[href$='.swf'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_flash.gif) no-repeat center right;
}
.attachments a[href$='.zip'],
.attachments a[href$='.rar'],
.attachments a[href$='.gzip'],
.attachments a[href$='.bzip'],
.attachments a[href$='.ace'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_archive.gif) no-repeat center right;
}
.attachments a[href$='.ical'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_ical.gif) no-repeat center right;
}
.attachments a[href$='.css'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_css.gif) no-repeat center right;
}
.attachments a[href$='.ttf'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_ttf.gif) no-repeat center right;
}
.attachments a[href$='.jpg'],
.attachments a[href$='.gif'],
.attachments a[href$='.png'],
.attachments a[href$='.bmp'],
.attachments a[href$='.jpeg'],
.attachments a[href$='.svg'],
.attachments a[href$='.eps'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_pic.gif) no-repeat center right;
}
.attachments a[href$='.mov'],
.attachments a[href$='.wmv'],
.attachments a[href$='.mp4'],
.attachments a[href$='.avi'],
.attachments a[href$='.mpg'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_film.gif) no-repeat center right;
}
.attachments a[href$='.mp3'],
.attachments a[href$='.wav'],
.attachments a[href$='.ogg'],
.attachments a[href$='.wma'],
.attachments a[href$='.m4a'] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_music.gif) no-repeat center right;
}
.attachments a[href^="aim:"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_aim.gif) no-repeat center right;
}
.attachments a[href^="msnim:"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_msn.gif) no-repeat center right;
}
.attachments a[href^="xmpp:"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_jabber.gif) no-repeat center right;
}
.attachments a[href*="icq.com"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_icq.gif) no-repeat center right;
}
.attachments a[href*="edit.yahoo.com/config/send_webmesg?"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_yim.gif) no-repeat center right;
}
.attachments a[href^="callto:"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_call.gif) no-repeat center right;
}
.attachments a[href^="skype:"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_skype.gif) no-repeat center right;
}
.attachments a[href^="gg:"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_gadugadu.gif) no-repeat center right;
}
.attachments a[href^="mailto:"] {
  padding: 5px 20px 5px 0;
  background: transparent url(../images/icons/icon_mailto.gif) no-repeat center right;
}
/*--[ Main Styles ]--------------------------------------------------------------------------------*/
/*		Default Layout: 992px.
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */
#wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--siteGaps);
  box-sizing: border-box;
  width: 100%;
  max-width: calc(var(--siteWidth) + (var(--siteGaps) * 2));
  margin: 0 auto;
  padding: 0 var(--siteGaps);
  -webkit-text-size-adjust: 100%;
  /* Stops Mobile Safari from auto-adjusting font-sizes */
}
#wrapper #content,
#wrapper #sidebar,
#wrapper #footer {
  box-sizing: border-box;
}
#wrapper #content {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
#wrapper #content .inner-content h1:first-child,
#wrapper #content .inner-content h2:first-child,
#wrapper #content .inner-content h1.title {
  margin-top: 0;
}
#wrapper #content .inner-content article a {
  word-break: break-all;
}
#wrapper #sidebar {
  flex-basis: 350px;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 350px;
  margin-bottom: 2rem;
}
#wrapper #sidebar .widget h1:first-child,
#wrapper #sidebar .widget h2:first-child {
  margin-top: 0;
}
#wrapper #content.full-width,
#wrapper #footer.full-width {
  flex-basis: 100%;
  width: 100%;
}
#wrapper #footer {
  flex-basis: 100%;
  width: 100%;
  overflow: hidden;
  zoom: 1;
  margin: 3.1rem 0 2.4rem 0;
  color: #808B96;
  font-size: 1.3rem;
  line-height: 2.4rem;
}
#wrapper #footer p {
  margin: 0;
  padding: 0;
}
#wrapper #footer p img {
  vertical-align: middle;
  margin-left: 7px;
}
#wrapper .home-col2-set {
  zoom: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 5rem;
  box-sizing: border-box;
}
#wrapper .home-col2-set > .col-1 {
  box-sizing: border-box;
  flex-basis: calc(50% - 2.5rem);
  flex-grow: 1;
}
#wrapper .home-col2-set > .col-2 {
  box-sizing: border-box;
  padding: 3rem;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #f0f2f4;
  flex-basis: calc(50% - 2.5rem);
  flex-grow: 1;
}
#wrapper .col2-set {
  box-sizing: border-box;
  zoom: 1;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}
#wrapper .col2-set .col-1,
#wrapper .col2-set .col-2 {
  box-sizing: border-box;
  flex-basis: calc(50% - 1rem);
  flex-grow: 1;
}
#wrapper .credit {
  text-align: right;
  display: none;
}
#header {
  position: relative;
  padding: 0 var(--siteGaps);
  background-image: linear-gradient(180deg, #0D47A1 0%, #111857 100%);
  margin-bottom: 5.1rem;
}
#header .header-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/header-bg-overlay.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  mix-blend-mode: overlay;
}
#header .wraper {
  position: relative;
  max-width: var(--siteWidth);
  margin: 0 auto;
}
#header .intro {
  display: flex;
  min-height: 200px;
  justify-content: space-between;
  align-items: center;
}
#header #logo h1,
#header #logo .site-title {
  margin: 0;
  padding: 0;
}
#header #logo h1 a,
#header #logo .site-title a {
  display: block;
  margin: 0;
  font: inherit !important;
  font-size: 4.1rem !important;
  line-height: 5.33rem !important;
  font-weight: 700 !important;
  color: white !important;
}
#header #logo .site-description {
  font: inherit !important;
  font-size: 1.3rem !important;
  line-height: 2.08rem !important;
  font-weight: 500 !important;
  color: white !important;
}
#header .login-form {
  zoom: 1;
}
#header .login-form .inputs {
  display: flex;
  flex-wrap: nowrap;
  zoom: 1;
}
#header .login-form .inputs label {
  display: none;
}
#header .login-form label {
  color: white;
}
#header .login-form .username,
#header .login-form .password {
  margin-right: 2rem;
}
#header .login-form .inputs {
  margin: 0;
  padding: 0;
}
#header .login-form .input-error {
  border-color: red;
}
#header .login-form span.error {
  position: absolute;
  margin-top: -2.8rem;
}
#header .login-form .blockUI.blockOverlay {
  border-radius: 0.4rem;
  opacity: 0.3;
}
#header .login-form .actions {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 2rem;
  float: none;
  margin: 1.2rem 0 0 0;
  padding: 0;
}
#header .login-form .actions a {
  font-size: 1.3rem;
  color: white;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  transition: all 0.2s;
}
#header .login-form .actions a:hover {
  border-color: #03A9F4;
}
#header .logged-in {
  zoom: 1;
}
#header .logged-in .user-details {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  zoom: 1;
}
#header .logged-in .profile-img {
  display: block;
  margin: 0;
}
#header .logged-in .profile-img img {
  display: block;
  width: 4.4rem;
  height: auto;
  border-radius: 100%;
}
#header .logged-in ul {
  list-style: none;
  display: flex;
  margin: 0;
}
#header .logged-in ul li {
  margin: 0 0 0 2.4rem;
}
#header .logged-in ul li a {
  display: flex;
  align-items: center;
  color: white;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  transition: all 0.2s;
}
#header .logged-in ul li a:hover {
  border-color: #03A9F4;
}
#header .logged-in ul li a span,
#header .logged-in ul li a mark {
  display: inline-block;
  margin-right: 0.6rem;
}
#header .logged-in ul li a svg {
  fill: white;
}
#header #main-nav {
  margin: 0;
  padding: 0 0 2.4rem 0;
}
#header #main-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  column-gap: 4rem;
  row-gap: 2rem;
}
#header #main-nav ul li {
  /* Dropdowns */
}
#header #main-nav ul li:nth-last-child(2) {
  margin-right: auto;
}
#header #main-nav ul li a {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  color: white;
  fill: white;
  font-size: 1.7rem;
  font-weight: 600;
  transition: all 0.2s;
}
#header #main-nav ul li a:hover {
  color: #03A9F4;
  fill: #03A9F4;
}
#header #main-nav ul li a span {
  margin-left: 1rem;
}
#header #main-nav ul li.active a {
  color: #03A9F4;
  fill: #03A9F4;
}
#header #main-nav ul li.new-ticket a {
  margin: 0;
  padding: 1rem 2rem;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  color: #ffffff;
  fill: #ffffff;
  background: #4caf50;
}
#header #main-nav ul li.new-ticket a:hover {
  background: #388e3c;
}
#header #main-nav ul li.new-ticket span {
  margin: 0 0.8rem 0 0;
}
#header #main-nav ul li.parent {
  position: relative;
}
#header #main-nav ul li.parent:hover ul {
  display: block;
  height: auto;
  opacity: 1;
}
#header #main-nav ul li.parent ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  width: fit-content;
  padding: 0;
  z-index: 999;
  background: #ffffff;
  border-radius: 0.4rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.2s;
  overflow: hidden;
  display: none;
}
#header #main-nav ul li.parent ul li {
  margin: 0;
  padding: 0;
}
#header #main-nav ul li.parent ul li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 1rem 1.5rem;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: #263238;
}
#header #main-nav ul li.parent ul li a:hover {
  color: #03A9F4;
}
#header #main-nav ul li.parent ul li a span.ticket-count {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin: 0;
  padding: 0.4rem 0.6rem;
  margin-left: 1.5rem;
  border-radius: 0.4rem;
  color: #808B96;
  background: #f0f2f4;
}
#header #main-nav ul li.parent ul li a:hover span.ticket-count {
  color: #03A9F4;
  background: #E5F4FD;
}
/* Latest Post */
.latest-post,
.welcome-message {
  background: #e1eef7;
  padding: 2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.2), 0 0 3px #bbbbbb;
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.2), 0 0 3px #bbbbbb;
}
.latest-post h2,
.welcome-message h2 {
  margin-top: 0;
}
.latest-post .meta,
.welcome-message .meta {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #9aafb9;
}
.latest-post .meta p,
.welcome-message .meta p {
  margin-bottom: 0;
}
.latest-post .meta a,
.welcome-message .meta a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.latest-post .meta a:hover,
.welcome-message .meta a:hover {
  background: #fff;
}
.latest-post p:last-child,
.welcome-message p:last-child {
  margin-bottom: 0;
}
/* Priorities */
.urgent {
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
/* User dashboard */
input#your_username {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M20 22h-2v-2a3 3 0 0 0-3-3H9a3 3 0 0 0-3 3v2H4v-2a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v2zm-8-9a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8z' fill='rgba(160,177,185,1)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: 18px;
  padding-right: 36px;
}
input#your_email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm17 4.238l-7.928 7.1L4 7.216V19h16V7.238zM4.511 5l7.55 6.662L19.502 5H4.511z' fill='rgba(160,177,185,1)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: 18px;
  padding-right: 36px;
}
input#your_password,
input#your_password_2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M12.917 13A6.002 6.002 0 0 1 1 12a6 6 0 0 1 11.917-1H23v2h-2v4h-2v-4h-2v4h-2v-4h-2.083zM7 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8z' fill='rgba(160,177,185,1)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: 18px;
  padding-right: 36px;
}
.knowledgebase-search {
  margin-bottom: 1.5em;
}
.knowledgebase-search label input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zm-2.006-.742A6.977 6.977 0 0 0 18 11c0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7a6.977 6.977 0 0 0 4.875-1.975l.15-.15z' fill='rgba(160,177,185,1)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: 18px;
  padding-right: 36px;
}
.knowledgebase-search label span {
  display: none;
}
.knowledgebase-search label #searchsubmit {
  position: absolute;
  top: 0;
  left: -999em;
}
.dt-search {
  margin-top: 15px;
  display: block;
}
#ticket_results {
  margin-bottom: 2rem;
}
#live_knowledgebase_results.loading,
#live_ticket_results.loading {
  min-height: 50px;
  background: url(../images/preloader-accent.svg) center no-repeat;
}
a.subscribe {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  text-align: left;
  text-indent: -9999px;
  background: url(../images/icons/rss.png);
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  margin-top: 0.55em;
}
a.subscribe:hover {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
dl.recent-knowledgebase-entries {
  border-bottom: 1px dashed #ffffff;
}
dl.recent-knowledgebase-entries dt {
  font-weight: bold;
}
dl.recent-knowledgebase-entries dd {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #677c86;
}
dl.recent-knowledgebase-entries dd p.meta {
  margin-top: -0.75em;
  color: #abc0ca;
}
dl.recent-knowledgebase-entries dd p.meta span {
  float: right;
}
ul.user-dashboard-tickets {
  list-style: none;
}
ul.user-dashboard-tickets li {
  border-bottom: 1px solid #CFD8DC;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
ul.user-dashboard-tickets li h5 {
  margin: 0 0 0.7rem 0;
  font-weight: 600;
  line-height: 1.3;
}
ul.user-dashboard-tickets li h5 a {
  display: block;
  color: #263238;
}
ul.user-dashboard-tickets li h5 a span {
  display: inline-block;
  background: #03A9F4;
  color: #ffffff;
  float: right;
  position: relative;
  padding: 0 8px;
  /* Change to suit your vertical rhythm if placed on a block-level element */
  margin-left: 1rem;
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 500;
  border-radius: 0.4rem;
}
ul.user-dashboard-tickets li h5 a span:before,
ul.user-dashboard-tickets li h5 a span:after {
  content: "";
  position: absolute;
  top: 8px;
  /* Position the cut-outs */
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #ffffff;
  /* Match the background the ticket is placed on */
}
.home-col2-set .col-2 ul.user-dashboard-tickets li h5 a span:before,
.home-col2-set .col-2 ul.user-dashboard-tickets li h5 a span:after {
  background: #f0f2f4;
}
ul.user-dashboard-tickets li h5 a span:before {
  left: -4px;
}
ul.user-dashboard-tickets li h5 a span:after {
  right: -4px;
}
ul.user-dashboard-tickets li h5 a:hover {
  color: #03A9F4;
}
ul.user-dashboard-tickets li h5 a:hover span {
  background: #0288D1;
}
ul.user-dashboard-tickets li ul.meta {
  overflow: hidden;
  zoom: 1;
  list-style: none;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 500;
  color: #808B96;
}
ul.user-dashboard-tickets li ul.meta li {
  float: left;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
ul.user-dashboard-tickets li ul.meta li:not(:last-child):after {
  content: "\00b7";
  padding: 0 0.5rem;
}
ul.user-dashboard-tickets li ul.meta li mark {
  background: none;
  font-style: normal;
  color: #808B96;
  font-weight: 500;
}
ul.user-dashboard-tickets li.status-open ul.meta li.status mark,
ul.user-dashboard-tickets li.status-new ul.meta li.status mark {
  color: #808B96;
}
ul.user-dashboard-tickets li.status-pending ul.meta li.status mark {
  color: #808B96;
}
ul.user-dashboard-tickets li.status-resolved ul.meta li.status mark {
  color: #808B96;
}
ul.user-dashboard-tickets li.priority-urgent ul.meta li.priority mark {
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
/* Knowledgebase */
#live_kb_results {
  margin-top: 2.5rem;
}
ul.post-list {
  list-style: none;
}
ul.post-list li {
  border-bottom: 1px solid #CFD8DC;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
ul.post-list li h5 {
  margin: 0;
}
ul.post-list li > a {
  display: block;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  color: #263238;
}
ul.post-list li > a:hover {
  color: #03A9F4;
}
ul.post-list li small.meta {
  display: block;
  color: #808B96;
}
ul.post-list li small.meta a {
  font-weight: 500;
}
table.items {
  margin-top: 2.4rem;
  width: 100%;
}
table.items tr.odd td {
  background: none;
}
table.items th,
table.items td {
  vertical-align: top;
}
table.items th {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
  border-bottom: 1px solid #CFD8DC;
  color: #808B96;
  padding-bottom: 2rem;
}
table.items th a {
  color: #808B96;
}
table.items th a:hover {
  color: #0288D1;
}
table.items th.type,
table.items .type,
table.items th.user {
  text-align: center;
}
table.items td {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #455A64;
  border-bottom: 1px solid #CFD8DC;
  padding: 2rem 0.8rem;
}
table.items .status-resolved,
table.items .status-invalid {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
table.items .status-invalid {
  text-decoration: none;
}
table.items .status-resolved .title,
table.items .status-invalid .title {
  text-decoration: line-through;
}
table.items .actions .button {
  text-align: center;
  padding: 0;
}
table.items .status {
  text-align: center;
}
table.items .status span {
  display: block;
  text-align: center;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 2.4rem;
  padding: 0 0.8rem;
  background: #f0f2f4;
}
table.items mark {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.4rem;
  font-style: normal;
  background: none;
  color: #455A64;
}
table.items .low mark {
  background: none;
}
table.items .priority-high mark {
  color: #aa1f1e;
}
table.items .status-new span {
  background: #4FC3F7;
  color: #ffffff;
}
table.items .status-open span {
  background: #0288D1;
  color: #ffffff;
}
table.items .ticket .type span,
table.items .status-hold span,
table.items .status-invalid span,
table.items .milestone span {
  color: #455A64;
  background: #fff;
}
table.items .milestone .type span {
  background: #f69403;
  color: #fff;
  text-shadow: none;
}
table.items .status-resolved span {
  color: #455A64;
  text-shadow: none;
}
table.items .page span {
  background: #03A9F4;
}
table.items .message span,
table.items .message .type span {
  background: #25cbff;
  color: #fff;
}
table.items .message {
  border-bottom: 0;
}
table.items .message a.tooltip {
  float: none;
}
table.items .number {
  text-align: center;
}
table.items .title h2 {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin: 0;
}
table.items .title h2 a {
  color: #263238;
}
table.items .title h2 a:hover {
  color: #03A9F4;
}
table.items .title a.resolve {
  float: right;
  visibility: hidden;
  color: #4172b5;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  font-size: 0.7em;
  border: 1px solid #ffffff;
  display: block;
  width: 20px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all ease-in-out 0.2s;
}
table.items .title a.resolve span {
  display: none;
}
table.items .title a.resolve:hover {
  -webkit-transform: scale(1.2);
}
table.items tr:hover .title a.resolve {
  visibility: visible;
}
table.items th.milestone,
table.items td.milestone {
  text-align: center;
}
table.items .type .milestone {
  text-align: center;
}
table.items .assigned {
  text-align: center;
}
table.items .assigned small {
  display: inline-block;
  padding-top: 0.6rem;
}
table.items img,
table.items .message img {
  width: 24px !important;
  height: auto;
  display: block;
  border: 2px solid #fff;
  padding: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: none;
}
table.items .age {
  text-align: center;
}
table.items progress {
  width: 100%;
}
table.items .priority-urgent td.number mark {
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
table.scheduled th.milestone-type,
table.completed th.milestone-type,
table.items th.milestone-type {
  width: 5%;
}
table.scheduled th.milestone-progress,
table.completed th.milestone-progress,
table.items th.milestone-progress {
  width: 25%;
}
table.scheduled th.milestone-scheduled,
table.completed th.milestone-scheduled,
table.items th.milestone-scheduled,
table.scheduled th.milestone-tickets,
table.completed th.milestone-tickets,
table.items th.milestone-tickets {
  width: 10%;
}
table.scheduled .actions,
table.completed .actions,
table.items .actions {
  width: 10%;
}
table.scheduled .actions a.button,
table.completed .actions a.button,
table.items .actions a.button {
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}
table.scheduled .actions a.edit,
table.completed .actions a.edit,
table.items .actions a.edit {
  margin-right: 6px;
}
table.items.members td {
  vertical-align: middle;
}
/* Likes / Dislikes */
.likes,
.dislikes {
  padding: 0.5rem 0.8rem 0.5rem 2.4rem;
  margin: 0;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  float: right;
  color: #fff;
}
.likes {
  margin-left: 2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='12' height='12'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M2 9h3v12H2a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1zm5.293-1.293l6.4-6.4a.5.5 0 0 1 .654-.047l.853.64a1.5 1.5 0 0 1 .553 1.57L14.6 8H21a2 2 0 0 1 2 2v2.104a2 2 0 0 1-.15.762l-3.095 7.515a1 1 0 0 1-.925.619H8a1 1 0 0 1-1-1V8.414a1 1 0 0 1 .293-.707z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E") 7px 6px no-repeat #03A9F4;
}
.dislikes {
  margin-left: 0.6rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='12' height='12'%3E%3Cpath d='M22 15h-3V3h3a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1zm-5.293 1.293l-6.4 6.4a.5.5 0 0 1-.654.047L8.8 22.1a1.5 1.5 0 0 1-.553-1.57L9.4 16H3a2 2 0 0 1-2-2v-2.104a2 2 0 0 1 .15-.762L4.246 3.62A1 1 0 0 1 5.17 3H16a1 1 0 0 1 1 1v11.586a1 1 0 0 1-.293.707z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E") 7px 7px no-repeat #c84848;
}
p.useful {
  overflow: hidden;
  zoom: 1;
  /* Only apply hover styles to links */
}
p.useful .likes,
p.useful .dislikes {
  float: left !important;
  margin: 0;
  padding: 0.5rem 0.8rem 0.5rem 2.4rem;
}
p.useful .likes {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
p.useful .dislikes {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
p.useful a.likes,
p.useful a.dislikes {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
p.useful a.likes:hover,
p.useful a.dislikes:hover {
  color: #fff;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
/* Sidebar */
#sidebar {
  font-size: 0.9em;
  /* Widgets */
}
#sidebar a {
  color: #263238;
}
#sidebar a:hover {
  color: #03A9F4;
}
#sidebar a.button {
  color: #ffffff;
}
#sidebar .button:hover {
  color: #ffffff;
}
#sidebar .progress {
  margin-bottom: 1em;
}
#sidebar .progress span {
  font-size: 0.875em;
}
#sidebar .widget {
  border-bottom: 1px solid #CFD8DC;
  color: #788d97;
  padding: 1.5em 0 0 0;
}
#sidebar .widget li {
  padding: 0.25em 0;
  list-style: none;
}
#sidebar .widget h3 a {
  color: #00050f;
}
#sidebar .widget h3 a:hover {
  color: #000000;
}
#sidebar .widget ul.numberlist {
  list-style: none;
}
#sidebar .widget ul.numberlist li {
  padding: 0.25em 0;
}
#sidebar .widget ul.numberlist li span {
  float: right;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.025);
  padding: 0 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
}
#sidebar .widget ul.numberlist li ul {
  padding: 0.25em 0 0 0.5em;
}
#sidebar .widget ul.numberlist li ul li:before {
  content: "\00BB \0020";
}
#sidebar .notice + .widget {
  padding-top: 0;
  border-top: 0;
}
#sidebar .widget_woo_supportpress_agents ul li {
  overflow: hidden;
  zoom: 1;
  line-height: 2.15em;
}
#sidebar .widget_woo_supportpress_agents ul li a {
  display: block;
}
#sidebar .widget_woo_supportpress_agents ul li a img {
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  padding: 3px;
  background: #fff;
  margin-right: 0.75em;
}
#sidebar .widget_woo_supportpress_kb_tags ul {
  overflow: hidden;
  zoom: 1;
  list-style: none;
  margin-bottom: 0.75em;
}
#sidebar .widget_woo_supportpress_kb_tags ul li {
  float: left;
  padding-right: 0.5em;
  padding-bottom: 0.75em;
}
#sidebar .widget_woo_supportpress_kb_tags ul li a {
  display: inline-block;
  padding: 0.25em 2.25em 0.25em 1em;
  background: #455A64;
  background: -webkit-gradient(linear, left top, left bottom, from(#455A64), to(#344953));
  background: -webkit-linear-gradient(#455A64, #344953);
  background: -moz-linear-gradient(center top, #455A64 0%, #344953 100%);
  background: -moz-gradient(center top, #455A64 0%, #344953 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#455A64,endColorstr=#344953);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#455A64, endColorstr=#344953)";
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  border: 1px solid #233842;
  font-weight: bold;
  color: #fff;
  font-size: 0.8751em !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
}
#sidebar .widget_woo_supportpress_kb_tags ul li a:after {
  position: absolute;
  top: 7px;
  right: 8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQIHWP8//8/AxKoZwAJQHE9WBKZAxMAy0AlGACq1CjXqC+LfAAAAABJRU5ErkJggg==) #ffffff;
  content: "";
  height: 5px;
  width: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #233842;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
#sidebar .widget_woo_supportpress_kb_tags ul li a:hover {
  background: #566b75;
  background: -webkit-gradient(linear, left top, left bottom, from(#566b75), to(#344953));
  background: -webkit-linear-gradient(#566b75, #344953);
  background: -moz-linear-gradient(center top, #566b75 0%, #344953 100%);
  background: -moz-gradient(center top, #566b75 0%, #344953 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#566b75,endColorstr=#344953);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#566b75, endColorstr=#344953)";
}
#sidebar .widget:first-child {
  border-top: none;
  padding-top: 0;
}
#sidebar .widget_woo_tickets {
  border-bottom: 0;
}
#sidebar .widget_woo_tickets ul {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
  padding-bottom: 1.5em;
}
#sidebar .widget_woo_tickets ul li span {
  float: right;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.025);
  padding: 0 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
}
#sidebar .widget_woo_twitter ul {
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
#sidebar .widget_woo_twitter ul li a.time {
  display: block;
  padding: 0.5em 0;
}
#sidebar .widget_woo_twitter ul:after {
  content: "";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -15px;
  /* value = - border-top-width - border-bottom-width */
  left: 40%;
  /* controls horizontal position */
  width: 0;
  height: 0;
  border-width: 15px 15px 0;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #eeeeee transparent;
}
#sidebar .widget_woo_twitter p {
  text-align: center;
}
#sidebar .widget_nav_menu .sub-menu {
  margin: 0.5em 0 0 1.5em;
}
#sidebar .widget_nav_menu .menu {
  margin-bottom: 0;
}
#sidebar .widget_woo_subscribe {
  overflow: hidden;
  zoom: 1;
}
#sidebar .widget_woo_subscribe input.email {
  width: 67%;
}
#sidebar .widget_woo_subscribe .submit {
  width: auto;
  float: right;
}
#sidebar .widget_woo_subscribe .social {
  float: none !important;
  clear: both;
  padding-top: 1em;
}
#sidebar .widget_woo_subscribe .social a {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all ease-in-out 0.2s;
}
#sidebar .widget_woo_subscribe .social a:hover {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.99;
  -khtml-opacity: 0.99;
  opacity: 0.99;
}
#sidebar .widget_woo_faultpress_attachments .attachments {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 1.5em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sidebar .widget_woo_faultpress_mytickets li,
#sidebar .widget_woo_faultpress_milestones li {
  overflow: hidden;
  zoom: 1;
  display: inline-block;
  display: block;
  list-style: none;
  padding: 0.25em 0;
}
#sidebar .widget_woo_faultpress_mytickets li a,
#sidebar .widget_woo_faultpress_milestones li a {
  display: block;
}
#sidebar .widget_woo_faultpress_mytickets li span,
#sidebar .widget_woo_faultpress_milestones li span {
  float: right;
  padding: 1px;
  display: inline-block;
  width: 3em;
  text-align: center;
  background: #f5f5f5;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.6);
}
#sidebar .widget_rss img {
  float: right;
  margin-top: 0.3em;
}
#sidebar .widget_woo_faultpress_contributors li {
  overflow: hidden;
  zoom: 1;
  display: inline-block;
  display: block;
  list-style: none;
  padding: 0.25em 0;
}
#sidebar .widget_woo_faultpress_contributors li a {
  clear: right;
  overflow: hidden;
  zoom: 1;
  display: inline-block;
  display: block;
}
#sidebar .widget_woo_faultpress_contributors li a span {
  display: block;
  color: #aaaaaa;
}
#sidebar .widget_woo_faultpress_contributors li img {
  width: 24px;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: auto;
}
/* Single ticket page */
h1.ticket-title {
  margin: 0 0 2.4rem 0;
}
p.actions {
  float: right;
  margin: 0.6rem 0 0 2.4rem;
}
p.actions .button {
  float: right;
  font-size: 1.5rem;
  line-height: 1.7;
  padding: 0.7rem 1.4rem;
  border-radius: 0;
  border: solid 1px #03A9F4;
  border-left: none;
  background-color: #ffffff;
  border-color: #03A9F4;
  color: #03A9F4;
}
p.actions .button:last-child {
  border-left: solid 1px #03A9F4;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
p.actions .button:first-child {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
p.actions .button:hover {
  border-color: #03A9F4;
  background: #03A9F4;
  color: #ffffff;
}
p.actions.new-milestone {
  margin-top: 1.5em;
}
#comments {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 2.6rem;
  min-height: 2.5rem;
}
#comments .navigation {
  /*margin:0 -24px;
		padding:24px;
		border-top:1px solid @color1 - #222;
		.vertical_gradient(@color1 + #111, @color1 + #0a0a0a);
		overflow: hidden;
		zoom:1;
		font-family: @fontstack2;*/
}
#comments .navigation .fr {
  float: right;
}
#comments .navigation .fl {
  float: left;
}
#comments .navigation a {
  background: #ffffff;
  padding: 0.5em 1em;
  border: 1px solid #dddddd;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease-in-out 0.2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#comments .navigation a:hover {
  background: #fff;
}
ol.commentlist {
  margin: 0;
  list-style: none;
}
ol.commentlist ul.children {
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
}
ol.commentlist ul.children #respond .ticket-update {
  border-radius: 0.4rem;
}
ol.commentlist ul.children .comment-content {
  background: #ffffff;
}
ol.commentlist ul.children li.updated .comment-content {
  background: #ffffff !important;
}
ol.commentlist ul.children li.updated.is-agent .comment-content {
  background: #ddedf4 !important;
}
ol.commentlist ul.children li.updated .comment-content:after {
  border-color: transparent #ddedf4;
}
ol.commentlist li.comment .comment-container {
  zoom: 1;
  margin-bottom: 0;
}
ol.commentlist li.comment .comment-content {
  position: relative;
  padding: 3rem 3rem 1.4rem 3rem;
  min-height: 4.51rem;
  margin: 0 0 3rem 84px;
  border-radius: 0.4rem;
  background: #f0f2f4;
}
ol.commentlist li.comment .comment-content .updates {
  font-size: 1.5rem;
  color: #808B96;
}
ol.commentlist li.comment .comment-content .updates mark {
  color: #263238;
}
ol.commentlist li.comment .comment-content:after {
  content: "";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  width: 0;
  height: 0;
  border-width: 15px 15px 0;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  top: 21px;
  /* controls vertical position */
  left: -10px;
  /* value = - border-left-width - border-right-width */
  bottom: auto;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f0f2f4;
  border-top-color: rgba(238, 238, 238, 0);
  border-right-color: #f0f2f4;
  border-bottom-color: rgba(238, 238, 238, 0);
}
ol.commentlist li.comment .updated {
  background: #f0f2f4;
}
ol.commentlist li.comment .updated:after {
  /*border-color:transparent @color5;*/
  border-top-color: rgba(238, 238, 238, 0);
  border-right-color: #f0f2f4;
  border-bottom-color: rgba(238, 238, 238, 0);
}
ol.commentlist li.comment .no-comment .updates {
  border: none;
  margin-top: 0;
  padding-top: 0;
  background-position: left center;
}
ol.commentlist li.comment .updates {
  list-style: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M5.463 4.433A9.961 9.961 0 0 1 12 2c5.523 0 10 4.477 10 10 0 2.136-.67 4.116-1.81 5.74L17 12h3A8 8 0 0 0 6.46 6.228l-.997-1.795zm13.074 15.134A9.961 9.961 0 0 1 12 22C6.477 22 2 17.523 2 12c0-2.136.67-4.116 1.81-5.74L7 12H4a8 8 0 0 0 13.54 5.772l.997 1.795z' fill='rgba(128,139,150,1)'/%3E%3C/svg%3E") left 1.6rem no-repeat;
  padding: 1.4rem 0 0 3.4rem;
  border-top: 1px solid #CFD8DC;
}
ol.commentlist li.comment .updates p {
  margin: 0;
}
ol.commentlist li.comment .updates mark {
  font-weight: bold;
  background: none;
  font-style: normal;
}
ol.commentlist li.comment form .updates {
  padding-left: 0;
  background: none;
  margin: 1em 0 0.5em;
}
ol.commentlist li.comment .meta {
  width: 60px;
  float: left;
  clear: left;
}
ol.commentlist li.comment cite {
  font-style: normal;
  clear: left;
}
ol.commentlist li.comment cite img {
  width: 48px;
  background: #ffffff;
  padding: 5px;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  margin-right: 1em;
}
ol.commentlist li.comment cite h4 {
  margin-bottom: 0;
}
ol.commentlist li.comment cite a {
  overflow: hidden;
}
ol.commentlist li.comment cite time {
  display: block;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-align: center;
  margin-top: 0.8rem;
}
ol.commentlist li.comment .actions {
  position: absolute;
  bottom: -17px;
  right: 21px;
}
ol.commentlist li.comment .actions div {
  float: left;
}
ol.commentlist li.comment .actions a {
  display: block;
  height: 34px;
  width: 34px;
  background: #fff;
  border: 1px solid #f5f5f5;
  text-indent: -9999px;
  border-radius: 50%;
  margin-left: 0.25em;
}
ol.commentlist li.comment .actions .edit a {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z' fill='rgba(128,139,150,1)'/%3E%3C/svg%3E") center no-repeat #fff;
  background-size: 24px;
}
ol.commentlist li.comment .actions .reply a {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M10 3h4a8 8 0 1 1 0 16v3.5c-5-2-12-5-12-11.5a8 8 0 0 1 8-8zm2 14h2a6 6 0 1 0 0-12h-4a6 6 0 0 0-6 6c0 3.61 2.462 5.966 8 8.48V17z' fill='rgba(128,139,150,1)'/%3E%3C/svg%3E") center no-repeat #fff;
  background-size: 24px;
}
ol.commentlist li.comment .updated .actions a {
  border: 1px solid #f0f2f4;
}
ol.commentlist li.comment.is-agent .comment-content {
  margin: 0 84px 1.5em 0px;
  background: #ddedf4;
}
ol.commentlist li.comment.is-agent .comment-content:after {
  right: -10px;
  /* value = - border-left-width - border-right-width */
  left: auto;
  border-color: transparent #ddedf4;
  border-width: 10px 0px 10px 10px;
  border-top-color: rgba(238, 238, 238, 0);
  border-left-color: #ddedf4;
  border-right-color: rgba(238, 238, 238, 0);
  border-bottom-color: rgba(238, 238, 238, 0);
}
ol.commentlist li.comment.is-agent .updated {
  background: #E5F4FD;
}
ol.commentlist li.comment.is-agent .updated:after {
  /*border-color:transparent @color5;*/
  border-top-color: rgba(238, 238, 238, 0);
  border-left-color: #E5F4FD;
  border-right-color: rgba(238, 238, 238, 0);
  border-bottom-color: rgba(238, 238, 238, 0);
}
ol.commentlist li.comment.is-agent .updates {
  border-top: 1px solid #ccdce3;
}
ol.commentlist li.comment.is-agent .no-comment .updates {
  border: none;
}
ol.commentlist li.comment.is-agent .meta {
  float: right;
  clear: right;
}
ol.commentlist li.comment.is-agent .updated .actions a {
  border: 1px solid #ddedf4;
}
article.ticket {
  margin-bottom: 0;
}
article.ticket > p:last-child {
  margin-bottom: 0;
}
.meta-toggle {
  position: relative;
}
.meta-toggle span {
  display: inline-block;
  cursor: pointer;
  color: #03A9F4;
  font-size: 1.5rem;
  line-height: 2.4rem;
  padding: 0.8rem 0;
}
.meta-toggle span:hover {
  color: #0288D1;
}
.meta-toggle span:before {
  content: "+";
  float: left;
  width: 0.8rem;
  margin: 0 0.6rem 0 0;
}
.meta-toggle span:hover {
  cursor: pointer;
}
.meta-toggle span.act:before {
  content: "-";
}
dl.details {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  zoom: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
dl.details dt,
dl.details dd {
  border-bottom: 1px solid #CFD8DC;
  padding: 0.8rem 0;
}
dl.details dt {
  width: 20%;
  color: #728f9d;
}
dl.details dd {
  width: 30%;
}
dl.details span {
  display: block;
  background: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  color: #455A64;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 60px;
}
dl.details .status-new span {
  background: #14baff;
  color: #fff;
}
dl.details .status-open span {
  background: #03A9F4;
  color: #fff;
}
dl.details .status-hold span,
dl.details .status-invalid span,
dl.details .milestone span {
  color: #455A64;
  background: #fff;
}
dl.details .status-resolved span {
  color: #455A64;
  text-shadow: none;
}
dl.details dd.priority-urgent a {
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.meta-toggle .detailsContainer {
  display: none;
}
dl.details dd.debug-info {
  width: 80%;
}
.attachments {
  border-bottom: 2px solid rgba(0, 0, 0, 0.025);
  margin-bottom: 0;
}
.attachments ul {
  margin-left: 0;
  list-style: none;
  line-height: 2em;
  font-size: 0.875em;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
  padding-bottom: 1.5em;
}
.ticket-update,
.comment-post {
  padding: 3rem;
  overflow: hidden;
  z-index: 99;
  border-radius: 0.4rem;
  margin-bottom: 2rem;
  background: #E5F4FD;
}
.ticket-update h3,
.comment-post h3 {
  margin-top: 0;
}
.ticket-update .cancel-comment-reply,
.comment-post .cancel-comment-reply {
  float: right;
  z-index: 99;
  margin-top: 0.25em;
}
.ticket-update .cancel-comment-reply a,
.comment-post .cancel-comment-reply a {
  display: block;
  padding: 10px;
  height: 14px;
  width: 14px;
  text-indent: -9999px;
  border: 2px solid #ccdce3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: left;
  background: url(../images/ico-cancel.png) center no-repeat #fff;
  -webkit-transition: all ease-in-out 0.2s;
}
.ticket-update .cancel-comment-reply a:hover,
.comment-post .cancel-comment-reply a:hover {
  -webkit-transform: scale(1.2);
}
.ticket-update ul.updates li,
.comment-post ul.updates li {
  margin-bottom: 1.6rem;
}
.ticket-update p.first,
.comment-post p.first {
  width: 48%;
  float: left;
}
.ticket-update p.last,
.comment-post p.last {
  width: 48%;
  float: right;
}
.ticket-update p:last-of-type,
.comment-post p:last-of-type {
  margin-bottom: 0;
}
.ticket-update label,
.comment-post label {
  display: block;
  padding-bottom: 0.25em;
}
.ticket-update .col3-set,
.comment-post .col3-set {
  overflow: hidden;
  zoom: 1;
}
.ticket-update .col3-set .col-1,
.comment-post .col3-set .col-1,
.ticket-update .col3-set .col-2,
.comment-post .col3-set .col-2,
.ticket-update .col3-set .col-3,
.comment-post .col3-set .col-3 {
  width: 31%;
  float: left;
}
.ticket-update .col3-set .col-1,
.comment-post .col3-set .col-1,
.ticket-update .col3-set .col-2,
.comment-post .col3-set .col-2 {
  margin-right: 3.4%;
}
.ticket-update .col3-set .col-3,
.comment-post .col3-set .col-3 {
  float: right;
}
/* Forms */
span.error {
  display: block;
  padding: 0.5em 0.75em;
  background: #eeeeba;
  margin-top: 0.75em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.5);
}
span.error:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 2em;
  border: 8px solid;
  border-color: transparent transparent #eeeeba transparent;
}
.new-ticket-form,
.edit-profile-form {
  padding: 3rem 3rem 1.4rem 3rem;
  background: #f0f2f4;
  border-radius: 0.4rem;
}
.new-ticket-form h2,
.edit-profile-form h2,
.new-ticket-form h3,
.edit-profile-form h3 {
  margin-top: 2.4rem;
  clear: both;
}
.new-ticket-form h2:first-of-type,
.edit-profile-form h2:first-of-type,
.new-ticket-form h3:first-of-type,
.edit-profile-form h3:first-of-type {
  margin-top: 0;
}
.new-ticket-form .yellow,
.edit-profile-form .yellow {
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.new-ticket-form .input-text,
.edit-profile-form .input-text {
  width: 100%;
}
.new-ticket-form .info-field,
.edit-profile-form .info-field {
  margin-bottom: 1.6rem;
}
.new-ticket-form p,
.edit-profile-form p {
  overflow: hidden;
  margin-bottom: 1.6rem;
  zoom: 1;
}
.new-ticket-form #live_kb_results,
.edit-profile-form #live_kb_results {
  border: 1px solid #CFD8DC;
  display: none;
  background: #ffffff !important;
  border-radius: 0.4rem;
  padding: 2rem;
  margin-top: 0.4rem;
  margin-bottom: 1.6rem;
}
.new-ticket-form #live_kb_results ul,
.edit-profile-form #live_kb_results ul {
  margin: 0;
  padding: 0;
}
.new-ticket-form #title.loading,
.edit-profile-form #title.loading {
  background: #fff url(../images/preloader-accent.svg) 100% no-repeat !important;
}
.new-ticket-form .col-1,
.edit-profile-form .col-1,
.new-ticket-form .col-2,
.edit-profile-form .col-2 {
  border: none !important;
  box-sizing: border-box;
  width: calc(50% - 1rem);
}
.new-ticket-form div.selector,
.edit-profile-form div.selector {
  width: 100%;
  margin-bottom: 1.6rem;
  padding-left: 0;
}
.new-ticket-form div.selector span,
.edit-profile-form div.selector span {
  float: none;
}
.new-ticket-form .col-1,
.edit-profile-form .col-1 {
  float: left;
  clear: left;
}
.new-ticket-form .col-2,
.edit-profile-form .col-2 {
  float: right;
}
.new-ticket-form .new-password input.first,
.edit-profile-form .new-password input.first,
.new-ticket-form .new-password input.second,
.edit-profile-form .new-password input.second {
  box-sizing: border-box;
  width: calc(50% - 1rem);
  margin-bottom: 1.6rem;
}
.new-ticket-form .new-password input.first,
.edit-profile-form .new-password input.first {
  float: left;
}
.new-ticket-form .new-password input.second,
.edit-profile-form .new-password input.second {
  float: right;
}
.new-ticket-form .new-password small,
.edit-profile-form .new-password small {
  clear: both;
  display: block;
  box-sizing: border-box;
  width: calc(50% - 1rem);
  float: left;
  margin-bottom: 1.6rem;
}
.new-ticket-form .new-password small.strength,
.edit-profile-form .new-password small.strength {
  float: right;
  clear: none;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
.new-ticket-form .new-password small.strength.short,
.edit-profile-form .new-password small.strength.short {
  background: #fdd8d6;
}
.new-ticket-form .new-password small.strength.bad,
.edit-profile-form .new-password small.strength.bad {
  background: #fdf6d6;
}
.new-ticket-form .new-password small.strength.good,
.edit-profile-form .new-password small.strength.good {
  background: #ccdce3;
}
.new-ticket-form .new-password small.strength.strong,
.edit-profile-form .new-password small.strength.strong {
  background: #bbcbd2;
}
.new-ticket-form .new-password small.strength.empty,
.edit-profile-form .new-password small.strength.empty {
  background: #fdf6d6;
}
.new-ticket-form .new-password small.strength.mismatch,
.edit-profile-form .new-password small.strength.mismatch {
  background: #fdf6d6;
}
.new-ticket-form h3,
.edit-profile-form h3 {
  clear: left;
}
.new-ticket-form p:first-child,
.edit-profile-form p:first-child {
  border-top: 0;
}
.new-ticket-form label,
.edit-profile-form label {
  display: block;
  margin-bottom: 0.25em;
}
/* New Ticket */
.new-ticket-form #debug_info_field {
  border: none;
  padding-top: 0;
}
/* Update select dropdowns */
ul.updates {
  margin: 0;
  list-style: none;
  padding: 1em 0;
  border-top: 1px solid #ccdce3;
  flex-wrap: wrap;
  zoom: 1;
  display: flex;
  column-gap: 2rem;
}
ul.updates div.selector {
  width: 100%;
  padding-left: 0;
}
ul.updates div.selector span {
  float: none;
}
ul.updates li.first,
ul.updates li.last {
  flex-basis: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}
/* Messages */
body:not(.single) .message,
body:not(.single) .blog-post {
  border-bottom: 1px solid #CFD8DC;
  padding-bottom: 0.8rem;
  margin-bottom: 2.4rem;
}
body:not(.single) .message h2,
body:not(.single) .blog-post h2 {
  margin: 0 0 0.8rem 0;
}
body:not(.single) .message h2 a,
body:not(.single) .blog-post h2 a {
  color: #263238;
}
body:not(.single) .message h2 a:hover,
body:not(.single) .blog-post h2 a:hover {
  color: #03A9F4;
}
.message p.actions,
.blog-post p.actions {
  margin-top: 0;
}
.message dl.details + .attachments,
.blog-post dl.details + .attachments {
  margin-bottom: 1.5em;
}
.message dl.details + p,
.blog-post dl.details + p {
  margin-top: 1.5em;
}
.message a.tooltip,
.blog-post a.tooltip {
  float: right;
}
.message a.tooltip img.avatar,
.blog-post a.tooltip img.avatar {
  width: 26px;
  height: auto;
  background: #ffffff;
  padding: 5px;
  float: right;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.message img,
.blog-post img {
  padding: 4px;
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}
.message img.woo-image.thumbnail,
.blog-post img.woo-image.thumbnail {
  width: 48px !important;
  height: auto !important;
  float: right;
}
.message .alignleft,
.blog-post .alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}
.message .alignright,
.blog-post .alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}
.message .aligncenter,
.blog-post .aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto 1.5em;
}
.message p.wp-caption-text,
.blog-post p.wp-caption-text {
  margin: 0;
  text-align: center;
  color: #677c86;
}
.message .header,
.blog-post .header {
  margin-bottom: 2.4rem;
}
.message .header h1,
.blog-post .header h1 {
  margin-bottom: 0;
}
.message .header p.post-meta,
.blog-post .header p.post-meta {
  margin-bottom: 0;
  color: #808B96;
  font-size: 1.5rem;
}
.message .header cite,
.blog-post .header cite {
  font-style: normal;
}
.message .header a.comments,
.blog-post .header a.comments {
  float: right;
  line-height: 1.5em;
  color: #788d97;
  font-size: 0.875em;
}
.message .footer,
.blog-post .footer {
  border-top: 1px solid #CFD8DC;
  padding-top: 2.4rem;
  margin-top: 5.1rem;
}
.message ul ul,
.blog-post ul ul,
.message ol ul,
.blog-post ol ul,
.message ul ol,
.blog-post ul ol,
.message ol ol,
.blog-post ol ol {
  margin: 0 0 0 2em;
}
.message ul ul,
.blog-post ul ul,
.message ol ul,
.blog-post ol ul {
  list-style: circle outside;
}
.add-comment {
  margin-left: -24px;
  margin-right: -24px;
  padding: 1em 24px;
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  background: #ffffff;
}
.add-comment .input-text {
  width: 98%;
}
.add-comment p {
  border-top: 1px solid #eeeeee;
  padding-top: 1em;
}
.add-comment p.title {
  border-top: 0;
}
.add-comment label {
  display: block;
}
/* Tabs */
.tab-nav {
  margin: 0 -24px;
}
.tab-nav ul {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 1em;
  padding: 6px 24px 0;
  background: url(../images/ddd.png) bottom repeat-x #f6f6f6;
  border-top: 1px solid #eeeeee;
}
.tab-nav ul li {
  float: left;
  margin-right: 0.5em;
}
.tab-nav ul li a {
  display: block;
  float: left;
  padding: 6px 12px;
  border: 1px solid #f6f6f6;
  border-bottom: 1px solid #eeeeee;
  background: #f6f6f6;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
}
.tab-nav ul li a:hover {
  background: #eee;
}
.tab-nav ul li.active a {
  background: #fff;
  border: 1px solid #eeeeee;
  border-bottom: 1px solid #fff;
}
/* Profile Pages */
.bio {
  position: relative;
}
.bio h1 {
  margin-top: 0;
}
.bio img.avatar {
  float: right;
  width: 128px;
  padding: 1em 1em 2em 1em;
  height: auto;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 0 2em;
  -webkit-transform: rotate(1deg);
  z-index: 2;
}
.bio h1 a {
  font-weight: normal;
}
.bio h1:after {
  content: "";
  z-index: 9999;
  display: block;
  height: 62px;
  width: 62px;
  position: absolute;
  top: -12px;
  right: -12px;
  background: url(../images/tape.png);
}
.bio .ticket-link a mark:before,
.bio .ticket-link a mark:after {
  background: #FDFBE9;
}
.bio ul.social {
  margin-left: 0;
  list-style: none;
  margin-bottom: 1.5em;
}
.bio ul.social li {
  margin-bottom: 1.5em;
}
.bio ul.social li a {
  padding: 6px 0 6px 32px;
  display: inline;
}
.bio ul.social li:last-child {
  margin-bottom: 0;
}
.bio ul.social li.twitter a {
  background: url(../images/icons/twitter.png) left no-repeat;
}
.bio ul.social li.yahoo a {
  background: url(../images/icons/yahoo.png) left no-repeat;
}
.bio ul.social li.gtalk a {
  background: url(../images/icons/google.png) left no-repeat;
}
.bio ul.social li.aim a {
  background: url(../images/icons/aim.png) left no-repeat;
}
/* CSS only ticket link */
.ticket-link a mark {
  background: #e0cdb2;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0cdb2), to(#d1b68d));
  background: -webkit-linear-gradient(#e0cdb2, #d1b68d);
  background: -moz-linear-gradient(center top, #e0cdb2 0%, #d1b68d 100%);
  background: -moz-gradient(center top, #e0cdb2 0%, #d1b68d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e0cdb2,endColorstr=#d1b68d);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e0cdb2, endColorstr=#d1b68d)";
  color: #574122;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: relative;
  padding: 2px 12px;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-style: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ticket-link a mark:before,
.ticket-link a mark:after {
  content: "";
  position: absolute;
  top: 5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
}
.ticket-link a mark:before {
  left: -5px;
}
.ticket-link a mark:after {
  right: -5px;
}
.ticket-link a:hover mark {
  background: #e0cdb2;
  color: #7b5d31;
}
/* CSS only contributor link */
.contributor-link a mark {
  position: relative;
  background: #eeeeee;
  padding: 1px 6px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-style: normal;
  font-family: 'Quicksand', sans-serif;
}
.contributor-link a mark:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #eeeeee;
}
/* Progress bars */
.progress {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fff));
  background: -webkit-linear-gradient(#ffffff, #fff);
  background: -moz-linear-gradient(center top, #ffffff 0%, #fff 100%);
  background: -moz-gradient(center top, #ffffff 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#fff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#fff)";
  -webkit-box-shadow: 0, 0, 0, 1px, #fff;
  overflow: hidden;
  zoom: 1;
  padding: 3px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #bbbbbb;
}
.progress span {
  display: block;
  float: left;
  min-width: 20px;
}
.progress span span {
  background: #6394d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#6394d7), to(#4172b5));
  background: -webkit-linear-gradient(#6394d7, #4172b5);
  background: -moz-linear-gradient(center top, #6394d7 0%, #4172b5 100%);
  background: -moz-gradient(center top, #6394d7 0%, #4172b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6394d7,endColorstr=#4172b5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6394d7, endColorstr=#4172b5)";
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), inset 0 0 3px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), inset 0 0 3px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), inset 0 0 3px 0 rgba(255, 255, 255, 0.15);
  border: 1px solid #1f5093;
  display: block;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: right;
  height: 14px;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.5em;
  font-weight: bold;
  color: #0e3f82;
  float: none;
  padding: 0 3px;
}
.progress-100 span {
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
/* 404 page */
.error404 #main {
  background: url(../images/404.gif) top right no-repeat #fff !important;
}
.error404 .error404content p {
  margin-right: 252px;
}
/* WooFramework specific */
.page-template-template-fullwidth-php #content {
  width: 100%;
}
.page-template-template-fullwidth-php #footer .col2-set {
  width: 100%;
}
#connect {
  margin-bottom: 1.5em;
}
#connect .newsletter-form {
  margin-bottom: 1.5em;
}
#connect .newsletter-form input.email {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 50%;
  float: left;
  border-right: 0;
  margin-top: 0;
}
#connect .newsletter-form .submit {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0;
}
#contactForm {
  padding: 3rem 3rem 1.4rem 3rem;
  background: #f0f2f4;
  border-radius: 0.4rem;
}
#contactForm h2,
#contactForm h3 {
  margin-top: 2.4rem;
  clear: both;
}
#contactForm h2:first-of-type,
#contactForm h3:first-of-type {
  margin-top: 0;
}
#contactForm .yellow {
  border: solid 1px rgba(0, 0, 0, 0.1);
}
#contactForm .input-text {
  width: 100%;
}
#contactForm .info-field {
  margin-bottom: 1.6rem;
}
#contactForm p {
  overflow: hidden;
  margin-bottom: 1.6rem;
  zoom: 1;
}
#contactForm #live_kb_results {
  border: 1px solid #CFD8DC;
  display: none;
  background: #ffffff !important;
  border-radius: 0.4rem;
  padding: 2rem;
  margin-top: 0.4rem;
  margin-bottom: 1.6rem;
}
#contactForm #live_kb_results ul {
  margin: 0;
  padding: 0;
}
#contactForm #title.loading {
  background: #fff url(../images/preloader-accent.svg) 100% no-repeat !important;
}
#contactForm .col-1,
#contactForm .col-2 {
  border: none !important;
  box-sizing: border-box;
  width: calc(50% - 1rem);
}
#contactForm div.selector {
  width: 100%;
  margin-bottom: 1.6rem;
  padding-left: 0;
}
#contactForm div.selector span {
  float: none;
}
#contactForm .col-1 {
  float: left;
  clear: left;
}
#contactForm .col-2 {
  float: right;
}
#contactForm .new-password input.first,
#contactForm .new-password input.second {
  box-sizing: border-box;
  width: calc(50% - 1rem);
  margin-bottom: 1.6rem;
}
#contactForm .new-password input.first {
  float: left;
}
#contactForm .new-password input.second {
  float: right;
}
#contactForm .new-password small {
  clear: both;
  display: block;
  box-sizing: border-box;
  width: calc(50% - 1rem);
  float: left;
  margin-bottom: 1.6rem;
}
#contactForm .new-password small.strength {
  float: right;
  clear: none;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
#contactForm .new-password small.strength.short {
  background: #fdd8d6;
}
#contactForm .new-password small.strength.bad {
  background: #fdf6d6;
}
#contactForm .new-password small.strength.good {
  background: #ccdce3;
}
#contactForm .new-password small.strength.strong {
  background: #bbcbd2;
}
#contactForm .new-password small.strength.empty {
  background: #fdf6d6;
}
#contactForm .new-password small.strength.mismatch {
  background: #fdf6d6;
}
#contactForm h3 {
  clear: left;
}
#contactForm p:first-child {
  border-top: 0;
}
#contactForm label {
  display: block;
  margin-bottom: 0.25em;
}
ol.forms {
  margin: 0;
}
ol.forms li {
  border-top: 1px solid #ccdce3;
  padding-top: 1em;
  overflow: hidden;
  margin-bottom: 1em;
  zoom: 1;
  list-style: none;
}
ol.forms li:first-child {
  border-top: 0;
}
ol.forms input.txt,
ol.forms textarea,
ol.forms input.screenReader {
  width: 98%;
}
/* WP Page Navi / Woo Pagination */
.wp-pagenavi,
.woo-pagination {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin: 2.4rem 0 2rem 0;
}
.wp-pagenavi a,
.woo-pagination a {
  display: inline-block;
  border-radius: 0.4rem;
  padding: 0.5rem 0.7rem;
  min-width: 2rem;
  text-align: center;
  margin: 0 6px 0 0;
}
.wp-pagenavi span,
.woo-pagination span {
  background: none;
}
.wp-pagenavi a:hover,
.woo-pagination a:hover {
  background: #E5F4FD;
}
.wp-pagenavi span.current,
.woo-pagination span.current {
  display: inline-block;
  border-radius: 0.4rem;
  padding: 0.5rem 0.7rem;
  min-width: 2rem;
  text-align: center;
  margin: 0 6px 0 0;
  color: #ffffff;
  background: #03A9F4;
}
.wp-pagenavi span.pages,
.woo-pagination span.pages {
  float: right;
}
/* Notice messages */
.notice {
  margin-bottom: 2.4rem;
  overflow: hidden;
  zoom: 1;
  position: relative;
  text-align: left;
  background: #E5F4FD;
  border-radius: 0.4rem;
  -webkit-transition: all 0.2s;
}
#sidebar .notice {
  margin-bottom: 5.1rem;
}
.notice span {
  padding: 0 0 0 10rem;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z' fill='rgba(3,169,244,1)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 4rem;
  background-position: 3rem 0rem;
}
.notice p {
  margin: 3rem 3rem 3rem 0;
  font-size: 1.5rem;
  line-height: 2.4rem;
  overflow: initial !important;
}
.notice p strong {
  display: block;
  margin: 1.6rem 0;
  color: #263238 !important;
  font-size: 1.7rem;
  font-weight: 600;
}
.notice p.description {
  max-height: 0;
  opacity: 0;
  -webkit-transform: all ease-in-out 0.2s;
  padding: 0 24px 0 0;
}
.notice:hover p.description {
  max-height: none;
  opacity: 1;
  padding-bottom: 24px;
}
.notice.noicon span {
  padding: 0;
  background: none !important;
}
.notice.noicon span p {
  padding-left: 3rem;
  padding-right: 3rem;
}
/*.notice:after {
	content: "\00d7";
	opacity:0;
	display: block;
	text-align: right;
	width:16px;
	height: 18px;
	line-height: 10px !important;
	font-size:14px !important;
	font-weight: bold;
	color: #000;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top:6px;
	right:6px;
	.border_radius_bottom();
	.border_radius_right(0px);
}

.notice:hover:after {
	opacity:1;
}

.notice.hidden {
	max-height: 0;
	opacity:0;
	overflow: hidden;
	margin:0;
}*/
/* Boxed style */
/* Color options */
.notice.red {
  background: #ffebee;
}
.notice.red span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z' fill='rgba(239,83,80,1)'/%3E%3C/svg%3E");
}
.notice.orange {
  background: #fff8e1;
}
.notice.orange span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z' fill='rgba(255,179,0,1)'/%3E%3C/svg%3E");
}
.notice.yellow {
  background: #fff8e1;
}
.notice.yellow span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z' fill='rgba(255,179,0,1)'/%3E%3C/svg%3E");
}
.notice.green {
  background: #e8f5e9;
}
.notice.green span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-.997-6l7.07-7.071-1.414-1.414-5.656 5.657-2.829-2.829-1.414 1.414L11.003 16z' fill='rgba(76,175,80,1)'/%3E%3C/svg%3E");
}
.notice.blue {
  background: #E5F4FD;
}
.notice.blue span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z' fill='rgba(3,169,244,1)'/%3E%3C/svg%3E");
}
/* Icon options (default is the lightbulb */
/*--[ IE styles ]--------------------------------------------------------------------------------*/
.ie7 #header .login-form .input-text {
  width: 95px;
}
.ie7 #header .login-form .button {
  padding: 4px 0;
}
.ie7 .notice span {
  padding: 0;
  background: none;
}
.ie7 .notice span p {
  padding-left: 36px;
  padding-right: 36px;
}
.ie7 .input-text {
  width: 93%;
}
.ie7 p.actions {
  width: 50%;
}
/*--[ Mozilla styles ]--------------------------------------------------------------------------------*/
/*--[ Mobile styles ]--------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  #wrapper .home-col2-set > .col-1,
  #wrapper .home-col2-set > .col-2 {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
  }
  #wrapper .home-col2-set > .col-1 {
    padding: 0;
  }
  #wrapper .home-col2-set > .col-2 {
    margin: 3.1rem 0 2rem 0;
  }
  #wrapper .col2-set {
    display: block;
  }
  #wrapper #content,
  #wrapper #sidebar {
    flex-basis: 100%;
    width: auto;
    max-width: 100%;
  }
  #wrapper #sidebar {
    margin-top: 5.1rem;
  }
}
/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #wrapper #header .top {
    overflow: visible;
  }
}
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
@media only screen and (max-width: 767px) {
  #header .top ul {
    display: none;
  }
  #header .intro {
    flex-direction: column;
    min-height: auto;
  }
  #header #logo {
    margin: 2rem auto 2rem auto;
    text-align: center;
  }
  #header #logo img {
    display: block;
    margin: 0 auto;
  }
  #header .login-form .actions {
    justify-content: center;
  }
  #header #main-nav {
    margin-top: 3rem;
  }
  #header #main-nav select {
    margin: 0 auto;
  }
  #header #main-nav ul {
    display: none;
  }
  #wrapper .col2-set .col-1,
  #wrapper .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  #wrapper #footer .credit p {
    padding-top: 0;
  }
  #wrapper .new-ticket-form .col-1,
  #wrapper .milestone-form .col-1,
  #wrapper .settings-form .col-1,
  #wrapper .edit-profile-form .col-1,
  #wrapper .ticket-update .col-1,
  #wrapper .new-ticket-form .col-2,
  #wrapper .milestone-form .col-2,
  #wrapper .settings-form .col-2,
  #wrapper .edit-profile-form .col-2,
  #wrapper .ticket-update .col-2 {
    float: none;
    width: 100%;
  }
  #wrapper .edit-profile-form .new-password input {
    float: none;
    width: 100%;
  }
  #wrapper .edit-profile-form .new-password small {
    width: 100%;
    float: none;
  }
  #wrapper table.items .type,
  #wrapper table.items .assigned,
  #wrapper table.items .age {
    display: none;
  }
  #wrapper dl.details dt.odd,
  #wrapper dl.details dt.even {
    width: 50%;
  }
  #wrapper dl.details dd {
    width: 50%;
  }
  #wrapper p.actions {
    float: none;
    text-align: left;
    border-bottom: 1px solid #CFD8DC;
    padding: 0 0 1rem 0;
    margin: 0 0 2rem 0;
  }
  #wrapper p.actions a {
    float: none;
    padding: 0 0.8rem 0 0;
    border: 0;
    background: none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  #wrapper p.actions a:hover {
    padding: 0;
    background: none;
  }
  ul.updates li.first,
  ul.updates li.last {
    width: 100%;
    float: none;
  }
  .bio img.avatar {
    float: none;
    margin: 0;
  }
}
/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #wrapper #header #logo {
    text-align: center;
  }
  #wrapper #header #main-nav ul {
    display: none;
  }
}
/*--[ Plugins ]--------------------------------------------------------------------------------*/
/*--[ Tipsy ]--------------------------------------------------------------------------------*/
.tipsy {
  padding: 5px;
  position: absolute;
  z-index: 100000;
  font-family: 'Quicksand', sans-serif;
}
.tipsy-inner {
  padding: 0.3em 0.75em;
  background-color: black;
  color: white;
  max-width: 400px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: bold;
}
.tipsy-arrow {
  position: absolute;
  background: url(../images/tipsy.gif) no-repeat top left;
  width: 9px;
  height: 5px;
}
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom left;
}
a.tooltip {
  display: block;
}
/* Fancybox */
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*--[ Pretty selects ]--------------------------------------------------------------------------------*/
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action {
  font-size: 1.5rem;
  line-height: 2.8rem;
}
.selector,
.radio,
.checker,
.uploader,
.selector *,
.radio *,
.checker *,
.uploader * {
  margin: 0;
  padding: 0;
}
/* SPRITES */
/* Select */
div.selector span {
  display: block;
  appearance: none;
  outline: none;
  background-color: #FCFCFD;
  background-image: linear-gradient(45deg, transparent 50%, #b8b8b8 50%), linear-gradient(135deg, #b8b8b8 50%, transparent 50%);
  background-position: calc(100% - 1.4rem - 5px) 50%, calc(100% - 1.4rem) 50%, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border: 1px solid #CFD8DC;
  border-radius: 0.4rem;
  transition: all 0.2s;
  padding: 0.7rem 3rem 0.7rem 1.4rem;
  color: #455A64;
}
div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}
div.selector.focus span,
div.selector:focus span {
  border-color: #03A9F4;
}
/* Checkbox */
div.checker {
  width: 16px;
  height: 16px;
}
div.checker input {
  width: 100%;
  height: 100%;
  appearance: none;
  outline: none;
  cursor: pointer;
  vertical-align: top;
}
div.checker span {
  height: 100%;
  width: 100%;
  background-color: #FCFCFD;
  border: 1px solid #CFD8DC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
div.checker:focus span,
div.checker.focus span {
  border-color: #03A9F4;
}
div.checker span.checked {
  background-color: #03A9F4;
  background-image: url('data:image/svg+xml;charset=utf8,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 9.5 7.5\'%3e%3cpolyline points=\'0.75 4.35 4.18 6.75 8.75 0.75\' style=\'fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px\'/%3e%3c/svg%3e');
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #03A9F4;
}
/* Radio */
div.radio {
  width: 16px;
  height: 16px;
}
div.radio input {
  width: 100%;
  height: 100%;
  appearance: none;
  outline: none;
  cursor: pointer;
  vertical-align: top;
}
div.radio span {
  height: 100%;
  width: 100%;
  background-color: #FCFCFD;
  border: 1px solid #CFD8DC;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
div.radio.focus span,
div.radio:focus span {
  border-color: #03A9F4;
}
div.radio span.checked {
  background-color: #03A9F4;
  border: 1px solid #03A9F4;
}
/* Uploader */
div.uploader {
  position: relative;
  float: none;
  overflow: visible;
  cursor: pointer;
  width: 250px;
  height: 40px;
  margin-bottom: 1.6rem;
  color: #455A64;
  background-color: #FCFCFD;
  border: 1px solid #CFD8DC;
  border-radius: 0.4rem;
}
div.uploader span.filename {
  float: left;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  max-width: 120px;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 12px;
}
div.uploader span.action {
  float: right;
  overflow: hidden;
  cursor: pointer;
  width: auto;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
  background-color: #03A9F4;
  border: solid 1px #03A9F4;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
div.uploader input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  float: right;
  border: none;
}
div.uploader:hover span.action {
  background-color: #0087d2;
  border-color: #0087d2;
  color: #fff;
}
div.uploader.disabled span.action {
  color: #aaa;
}
div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/* PRESENTATION */
/* Select */
div.selector span {
  cursor: pointer;
}
/* Checker */
div.checker {
  margin-right: 10px;
  margin-top: 3px;
}
/* Radio */
div.radio {
  margin-right: 10px;
  margin-top: 3px;
}
/*

CORE FUNCTIONALITY

Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector select:focus,
.radio input:focus,
.checker input:focus,
uploader input:focus {
  outline: 0;
}
/* Select */
div.selector {
  position: relative;
}
div.selector span {
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.selector select {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  border: none;
  background: none;
}
/* Checker */
div.checker {
  position: relative;
  float: left;
}
div.checker span {
  display: block;
  float: left;
  text-align: center;
}
div.checker input {
  opacity: 0;
  display: inline-block;
  background: none;
}
/* Radio */
div.radio {
  position: relative;
  float: left;
}
div.radio span {
  display: block;
  float: left;
  text-align: center;
}
div.radio input {
  opacity: 0;
  text-align: center;
  display: inline-block;
  background: none;
}
#ticket-owner-field .select2-selection {
  height: 44px;
  background: #FCFCFD;
  border-color: #CFD8DC;
}
#ticket-owner-field .select2-container--focus .select2-selection {
  border-color: #03A9F4;
}
#ticket-owner-field .select2-selection__rendered {
  padding: 0.7rem 3rem 0.7rem 1.4rem;
}
#ticket-owner-field .select2-selection__placeholder {
  color: inherit;
}
#ticket-owner-field .select2-selection__arrow {
  height: 100%;
  padding: 0 8px;
}
#ticket-owner-field .select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #a0b1b9 transparent;
}
#ticket-owner-field .select2-selection__arrow b {
  border-color: #a0b1b9 transparent transparent transparent;
}
ul.updates {
  padding: 0;
  border-top: inherit;
}
ul.updates li {
  min-height: 60px;
}
ul.updates li .assign-ticket {
  margin-top: 3.2rem;
}
ul.updates li label {
  display: block;
  margin-bottom: 0.5rem;
}
.js-hidden {
  display: none;
}
.base-loader {
  display: none;
}
.base-loader.loading {
  display: block;
  min-height: 50px;
  background: url(../images/preloader-accent.svg) center no-repeat;
}
#submit-loader {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
}
.wp-caption {
  width: auto !important;
  max-width: 100% !important;
}
iframe.wp-embedded-content {
  position: relative !important;
}
/*style static access data*/
.meta-holder {
  padding: 1.4rem 3rem 1.4rem 3rem;
  border-radius: 0.4rem;
  background: #f0f2f4;
}
body.special-view pre.sensitive {
  background-color: lightgreen;
}
/*  advanced search css by codepoetry 09-19 */
.ad-search.col3-set {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 2rem 0 0 0;
}
.ad-search.col3-set .col-3 {
  flex-basis: calc(33.333% - (2*2rem/3));
  flex-grow: 1;
}
.ad-search .selector span {
  float: none;
}
.userNotes,
.ticketNotes {
  background: #f0f2f4;
  padding: 3rem;
  border-radius: 0.4rem;
}
.footer-widget {
  margin: 3.1rem 0 2rem 0;
  padding: 3rem;
  background: #f0f2f4;
  border-radius: 0.4rem;
}
.footer-widget h2:first-of-type {
  margin-top: 0;
}
.footer-widget a {
  color: #808B96;
}
.footer-widget a:hover {
  color: #03A9F4;
}
.syntaxhighlighter {
  max-width: 745px;
}
