/*:root {*/
/*--color-primary: #403A66;*/
/*--color-secondary: #363156;*/
/*--color-accent: #ffba40;*/
/*--color-accent-2: #16a085;*/
/*}*/

.clearfix:before, .clearfix:after {
    display: table;
    content: ""}
.clearfix:after {
    clear: both;
}
.hide-text {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
input, select, textarea {
    color: var(--color-accent-2);
}

.page-faq p {
    margin: 0 0 11px;
}
.page-faq p small {
    font-size: 12px;
    color: #6f7c87;
}
.page-faq p big {
    font-size: inherit;
}
.lead, .lead-small, .list-lead {
    line-height: 28px;
    font-size: 18px;
    font-weight: 600;
    color: inherit;
}
.lead b, .lead-small b, .list-lead b {
    font-weight: 500;
}
.links-inherit a, .list-lead a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: var(--color-accent);
}
.links-inherit a:hover, .list-lead a:hover {
    color: var(--color-accent);
}
.lead-small {
    font-size: 13px;
}
.list-lead {
    margin: 10px 0;
    padding: 0;
}
.no-results {
    color: #ccc;
    font-size: 14px;
}
.page-faq .heading {
    font-weight: normal;
    color: var(--color-primary);
    margin: 16px 0;
}
.page-faq .light {
    font-weight: 400;
}
.page-faq h1, .page-faq h2, .page-faq h3, .page-faq h4, .page-faq h5, .page-faq h6 {
    margin: 0;
    text-rendering: optimizelegibility;
}
.page-faq h1 small, .page-faq h2 small, .page-faq h3 small, .page-faq h4 small, .page-faq h5 small, .page-faq h6 small {
    font-weight: normal;
    color: #6f7c87;
}
.page-faq h1 {
    font-size: 28px;
    line-height: 44px;
}
.page-faq h1 small {
    font-size: 18px;
}
.page-faq h2 {
    font-size: 24px;
    line-height: 26px;
}
.page-faq h2 small {
    font-size: 16px;
}
.page-faq h3 {
    font-size: 20px;
    line-height: 31px;
}
.page-faq h3 small {
    font-size: 14px;
}
.page-faq h4, .page-faq h5, .page-faq h6 {
    line-height: 22px;
}
.page-faq h4 {
    font-size: 14px;
}
.page-faq h4 small {
    font-size: 12px;
}
.page-faq h5 {
    font-size: 12px;
}
.page-faq h6 {
    font-size: 11px;
    color: #6f7c87;
    text-transform: uppercase;
}
.page-faq strong, .page-faq b {
    font-weight: 700;
}
.page-faq-header {
    padding-bottom: 21px;
    margin: 22px 0;
    border-bottom: 1px solid #dcdcdc;
}
.page-faq-header h1 {
    line-height: 1;
}
.intro {
    font-weight: 200;
    margin-top: -6px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #6f7c87;
}

.page-faq ul, .page-faq ol {
    padding: 0;
}
.page-faq ul ul, .page-faq ul ol, .page-faq ol ol, .page-faq ol ul {
    margin-bottom: 0;
}
.page-faq ul {
    list-style: disc;
}
.page-faq ol {
    list-style: decimal;
}
.page-faq li {
    line-height: 22px;
}
ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none;
}
ul.unstyled li, ol.unstyled li {
    padding: 10px 4px;
    border-bottom: 1px solid #DADFE3;
}
ul.unstyled li a, ol.unstyled li a {
    font-size: 14px;
    line-height: 1.54;
    color: var(--color-accent-2);
    font-weight: 600;
}
ul.unstyled li a:hover, ol.unstyled li a:hover {
    color: #2753d7;
}
.profile-edit-form.unstyled li {
    border-bottom: 0;
    margin: 0;
}
dl {
    margin-bottom: 22px;
}
dt, dd {
    line-height: 22px;
}
dt {
    font-weight: bold;
    line-height: 21px;
}
dd {
    margin-left: 11px;
}
.dl-horizontal dt {
    float: left;
    width: 120px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 130px;
}
hr {
    margin: 16.82692px 0;
    border: 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #fff;
}
strong, .strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
.muted {
    color: #6f7c87;
}
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #6f7c87;
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 21.875px;
    border-left: 5px solid #dcdcdc;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: ""}
address {
    display: block;
    margin-bottom: 21.875px;
    font-style: normal;
    line-height: 21.875px;
}
small {
    font-size: 100%}
cite {
    font-style: normal;
}
.match {
    background-color: #fdfdb5;
}
a, .a-link {
    color: var(--color-accent-2);
    text-decoration: none;
}
a:hover, .a-link:hover {
    color: #4169e1;
    text-decoration: underline;
}
.a-link {
    cursor: pointer;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page-faq {

    max-width: 1140px;
    _width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    min-height: 78%
}
.page-faq:after {
    content: "";
    display: table;
    clear: both;
}
.page-faq .main{
    width: 66%;
    margin: 0;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px 0 0 6px;
    float: left;
    border-right: 1px solid #dadfe3;
    background-color: #fff;
}
.sidebar {
    width: 34%;
    float: left;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: #f8f9fa;
    margin: 0;
}
content {
    word-break: break-word;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
content, .content-form, .content-light {
    margin-top: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    padding: 10px 40px;
}
.fc-portal-solution-home h2{
    display: block;
}
.cs-s {
    margin: 16px 0;
    border-top: 1px solid #81859D;
    padding-top: 15px;
}

.list-lead {
    margin: 5px 0;
    text-align: left;
}
.c-wrapper .fc-portal-solution-home .list-lead a, .c-wrapper .fc-solution-home .list-lead a {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FBFBFB;
}
.item-count:before {
    content: "(";
}
.item-count:after {
    content: ")";
}
.article-list ul, .topic-list ul, .ticket-list ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 10px;
    padding: 0;
}
section.article-list.related {
    overflow: hidden;
}
.article-list li{
    list-style: none;
    position: relative;
    margin: 0 0 10px 0;
}
#related-article-list li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    width: 12px;
    color: var(--color-accent) !important;
    margin-right: 5px;
}
.c-wrapper .fc-portal-solution-home .cs-g-c .article-list ul li, .c-wrapper .fc-solution-home .cs-g-c .article-list ul li {
    padding-left: 0;
}
.topic-list li, .ticket-list li {
    margin-bottom: 10px;
    margin-left: 15px;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.c-wrapper .fc-portal-solution-home .cs-g-c, .c-wrapper .fc-solution-home .cs-g-c {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 3%;
}
.c-wrapper .fc-portal-solution-home .cs-g-c .article-list, .c-wrapper .fc-solution-home .cs-g-c .article-list {
    flex-direction: column;
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    margin-right: 0;
    width: auto;
    float: none;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 3rem;
}
.c-wrapper .fc-portal-solution-home, .c-wrapper .fc-solution-home {
    border: none;
    margin: 0;
    padding: 0 !important;
    box-sizing: unset;
    width: 100%;
    box-shadow: none !important;
    background: none !important;
}
.fc-portal-solution-home h2, .fc-community-sidebar h2, .fc-solution-home h2, .fc-community-content h2 {
    margin-top: 16px;
}
.fc-article-show p {
    padding-top: 4px;
    color: var(--color-accent);
}
.export-custom-select {
    width: 100%
}
.row-fluid:after {
    content: "";
    display: table;
    clear: both;
}
.span1 {
    width: 7.22892%;
    float: left;
    margin-right: 1.20482%;
    display: inline;
}
.span2 {
    width: 15.66265%;
    float: left;
    margin-right: 1.20482%;
    display: inline;
}
.span3 {
    width: 24.09639%;
    float: left;
    margin-right: 1.20482%;
    display: inline;
}
.span4 {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    display: inline;
    margin-bottom: 6px;
}
.span5 {
    width: 40.96386%;
    float: left;
    margin-right: 1.20482%;
    display: inline;
}
.span6 {
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    display: inline;
}
.span7 {
    width: 57.83133%;
    float: left;
    margin-right: 1.20482%;
    display: inline;
}
.span8 {
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    display: inline;
}
.span9 {
    width: 74.6988%;
    float: left;
    margin-right: 1.20482%;
    display: inline;
}
.span10 {
    width: 83.13253%;
    float: left;
    margin-right: 1.20482%;
    display: inline;
}
.span11 {
    width: 91.56627%;
    float: left;
    margin-right: 1.20482%;
    display: inline;
}
.span12 {
    width: 100%;
    float: left;
    margin-right: 1.20482%;
    display: inline;
}
form {
    margin: 0 0;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 32.8125px;
    font-size: 21px;
    line-height: 43.75px;
    color: #9aa1a6;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
legend small {
    font-size: 16.40625px;
    color: #6f7c87;
}

.page-faq label,
.page-faq input,
.page-faq button,
.page-faq select,
.page-faq textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
}
button.gform_delete_file{
    border: 1px solid var(--color-primary);
    background: var(--color-accent);
    color: rgba(0,0,0,.8);
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    transition: all .5s ease 0s;
    margin-left: 3px;
}
.page-faq label {
    display: block;
    margin-bottom: 5px;
}
.page-faq select,
.page-faq textarea,
.page-faq input[type="text"],
.page-faq input[type="password"],
.page-faq input[type="datetime"],
.page-faq input[type="datetime-local"],
.page-faq input[type="date"],
.page-faq input[type="month"],
.page-faq input[type="time"],
.page-faq input[type="week"],
.page-faq input[type="number"],
.page-faq input[type="email"],
.page-faq input[type="url"],
.page-faq input[type="search"],
.page-faq input[type="tel"],
.page-faq input[type="color"],
.page-faq .uneditable-input {
    display: inline-block;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 21.875px;
    color: #f8f9fa;
}
.page-faq select {
    font-size: 12.6px;
}

.page-faq textarea,
.page-faq input[type="text"],
.page-faq input[type="password"],
.page-faq input[type="datetime"],
.page-faq input[type="datetime-local"],
.page-faq input[type="date"],
.page-faq input[type="month"],
.page-faq input[type="time"],
.page-faq input[type="week"],
.page-faq input[type="number"],
.page-faq input[type="email"],
.page-faq input[type="url"],
.page-faq input[type="search"],
.page-faq input[type="tel"],
.page-faq input[type="color"],
.page-faq .uneditable-input {
    background-color: #fff;
    border: 1px solid #DADFE3;
    border-radius: 0 !important;
    height: 40px;
    color: var(--color-accent-2);
}

.page-faq textarea:focus,
.page-faq input[type="text"]:focus,
.page-faq input[type="password"]:focus,
.page-faq input[type="datetime"]:focus,
.page-faq input[type="datetime-local"]:focus,
.page-faq input[type="date"]:focus,
.page-faq input[type="month"]:focus,
.page-faq input[type="time"]:focus,
.page-faq input[type="week"]:focus,
.page-faq input[type="number"]:focus,
.page-faq input[type="email"]:focus,
.page-faq input[type="url"]:focus,
.page-faq input[type="search"]:focus,
.page-faq input[type="tel"]:focus,
.page-faq input[type="color"]:focus,
.page-faq .uneditable-input:focus {
    border-color: rgba(65, 105, 225, 0.6);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 5px rgba(65, 105, 225, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(65, 105, 225, 0.6);
    box-shadow: 0 0 5px rgba(65, 105, 225, 0.6);
}
.checkbox.nested-child {
    padding-left: 40px;
}
.page-faq textarea {
    height: auto;
}
.page-faq input[type="radio"], .page-faq input[type="checkbox"] {
    margin: 1px 0;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer;
}
input[type="checkbox"]:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    top: -2px;
    left: 0;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #d3dbda;
}
input[type="checkbox"]:checked:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    top: -2px;
    left: 0;
    position: relative;
    background-color: #02b875;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #02b875;
}
input[type="radio"]:checked:before {
    width: 13px;
    height: 13px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #02b875;
}
input[type="radio"]:before {
    width: 13px;
    height: 13px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #DADFE3;
}
input[type="radio"]:checked:after {
    width: 3px;
    height: 3px;
    border-radius: 15px;
    top: -22px;
    right: -3px;
    position: relative;
    background-color: #02b875;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #02b875;
}
input[type="radio"]:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 3px;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}
input[type="submit"], input[type="reset"], input[type="button"], a.btn.btn-primary, button.btn-primary, .redactor_btns_box .btn.btn-primary {
    width: auto;
    border-radius: 2px;
    background-color: var(--color-primary);
    border: solid 1px #171525;
    background-image: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-shadow: none;
    text-transform: uppercase;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px;
    color: #fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, a.btn.btn-primary:hover, button.btn-primary:hover, .redactor_btns_box .btn.btn-primary:hover {
    background-color: var(--color-primary);
    text-decoration: none;
    color: #fff;
}

.btn-signup {
    border: solid 1px #DADFE3;
    background-color: var(--color-accent);
    padding: 5px 20px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing:normal;
    color: var(--color-accent-2);
}
.btn-signup:hover {
    background-color: #ffb127;
    text-decoration: none;
}
.btn-small {
    border-radius: 2px;
    background-color: var(--color-accent);
    border: solid 1px #a66a00;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: var(--color-accent-2);
    padding: 5px 20px;
    text-transform: uppercase;
}
.btn-small:hover {
    background-color: #ffb127;
}
.uneditable-textarea {
    width: auto;
    height: auto;
}
input[type="file"] {
    line-height: 0;
}
select {
    height: 28px;
    *margin-top: 4px;
    line-height: 28px;
}
.custom-select:focus {
    outline: 0;
    border-color: rgba(65, 105, 225, 0.6);
    box-shadow: 0 0 5px rgba(65, 105, 225, 0.6);
}
.input-date-field .ui-datepicker-trigger, .support-date-field .ui-datepicker-trigger {
    top: 7px;
}

select[multiple], select[size] {
    height: auto;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline-offset: -2px;
    outline: 0;
    border-color: rgba(65, 105, 225, 0.6);
    box-shadow: 0 0 5px rgba(65, 105, 225, 0.6);
}
.radio, .checkbox {
    min-height: 18px;
    padding-left: 20px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px;
    margin-top: 3px;
}
.radio input[type="radio"]:focus:before, .checkbox input[type="checkbox"]:focus:before {
    border-color: rgba(65, 105, 225, 0.6);
    -moz-box-shadow: 0 0 5px #4169e1;
    -webkit-box-shadow: 0 0 5px #4169e1;
    box-shadow: 0 0 5px #4169e1;
}
.controls>.radio:first-child, .controls>.checkbox:first-child {
    padding-top: 5px;
}
.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}
.radio.inline+.radio.inline, .checkbox.inline+.checkbox.inline {
    margin-left: 10px;
}
.input-mini {
    width: 60px;
}
.input-small {
    width: 90px;
}
.input-medium {
    width: 150px;
}
.input-large {
    width: 210px;
}
.input-xlarge {
    width: 270px;
}
.input-xxlarge {
    width: 530px;
}
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .add-on[class*="span"] {
    float: none;
    margin-left: 0;
}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"], .add-on[class*="span"] {
    display: inline-block;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #dcdcdc;
    border-color: #ddd;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
    background-color: transparent;
}
div.error {
    padding: 5px 0 0;
}
.control-group.warning-group>label, .control-group.warning-group .help-block, .control-group.warning-group .help-inline, .control-group.warning-group .error {
    color: #c09853;
}
.control-group.warning-group .checkbox, .control-group.warning-group .radio, .control-group.warning-group input, .control-group.warning-group select, .control-group.warning-group textarea {
    color: #c09853;
    border-color: #c09853;
}
.control-group.warning-group .checkbox:focus, .control-group.warning-group .radio:focus, .control-group.warning-group input:focus, .control-group.warning-group select:focus, .control-group.warning-group textarea:focus {
    border-color: #a47e3c;
    -moz-box-shadow: 0 0 6px #dbc59e;
    -webkit-box-shadow: 0 0 6px #dbc59e;
    box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning-group .input-prepend .add-on, .control-group.warning-group .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}
.control-group.error-group>label, .control-group.error-group .help-block, .control-group.error-group .help-inline, .control-group.error-group .error {
    color: #b94a48;
}
.control-group.error-group .checkbox, .control-group.error-group .radio, .control-group.error-group input, .control-group.error-group select, .control-group.error-group textarea {
    color: #b94a48;
    border-color: #b94a48;
}
.control-group.error-group .checkbox:focus, .control-group.error-group .radio:focus, .control-group.error-group input:focus, .control-group.error-group select:focus, .control-group.error-group textarea:focus {
    border-color: #953b39;
    -moz-box-shadow: 0 0 6px #d59392;
    -webkit-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392;
}
.control-group.error-group .input-prepend .add-on, .control-group.error-group .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}
.control-group.success-group>label, .control-group.success-group .help-block, .control-group.success-group .help-inline, .control-group.success-group .error {
    color: #468847;
}
.control-group.success-group .checkbox, .control-group.success-group .radio, .control-group.success-group input, .control-group.success-group select, .control-group.success-group textarea {
    color: #468847;
    border-color: #468847;
}
.control-group.success-group .checkbox:focus, .control-group.success-group .radio:focus, .control-group.success-group input:focus, .control-group.success-group select:focus, .control-group.success-group textarea:focus {
    border-color: #356635;
    -moz-box-shadow: 0 0 6px #7aba7b;
    -webkit-box-shadow: 0 0 6px #7aba7b;
    box-shadow: 0 0 6px #7aba7b;
}
.control-group.success-group .input-prepend .add-on, .control-group.success-group .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
    border-color: #e9322d;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
    margin-top: 10.9375px;
    padding-top: 10.9375px;
    margin-bottom: 21.875px;
    border-top: 1px solid #e5e5e5;

}
.form-actions:before, .form-actions:after {
    display: table;
    content: ""}
.form-actions:after {
    clear: both;
}
.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #eee;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
.placeholder {
    color: #b2b2b2;
}
input:-moz-placeholder {
    color: #b2b2b2;
}
input:-ms-input-placeholder {
    color: #b2b2b2;
}
input::-webkit-input-placeholder {
    color: #b2b2b2;
}
[type="search"] {
    -webkit-appearance: textfield;
}
.help-block, .help-inline {
    color: #f8f9fa;
}
.help-block {
    display: block;
    margin-bottom: 10.9375px;
}
.help-inline {
    display: inline-block;


    vertical-align: middle;
    padding-left: 5px;
}
.input-prepend, .input-append {
    margin-bottom: 5px;
}
.input-prepend input, .input-prepend select, .input-prepend .uneditable-input, .input-append input, .input-append select, .input-append .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
    border-radius: 0 3px 3px 0;
}
.input-prepend input:focus, .input-prepend select:focus, .input-prepend .uneditable-input:focus, .input-append input:focus, .input-append select:focus, .input-append .uneditable-input:focus {
    z-index: 2;
}
.input-prepend .uneditable-input, .input-append .uneditable-input {
    border-left-color: #ccc;
}
.input-prepend .add-on, .input-append .add-on {
    display: inline-block;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 21.875px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    border: 1px solid #ccc;
}
.input-prepend .add-on, .input-prepend .btn, .input-append .add-on, .input-append .btn {
    border-radius: 0;
}
.input-prepend .active, .input-append .active {
    background-color: #56fdc0;
    border-color: #02b875;
}
.input-prepend .add-on, .input-prepend .btn {
    margin-right: -4px;
}
.input-prepend input, .input-prepend .uneditable-input {
    border-left-width: 0;
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    border-right-width: 0;
    border-radius: 3px 0 0 3px;
}
.input-append input, .input-append select, .input-append .uneditable-input {
    border-radius: 3px 0 0 3px;
}
.input-append input, .input-append .uneditable-input {
    border-right-width: 0;
}
.input-append .uneditable-input {
    border-right-color: #ccc;
    border-left-color: #eee;
}
.input-append .add-on:last-child, .input-append .btn:last-child {
    border-left-width: 0;
    margin-left: -4px;
    border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
    border-radius: 0;
}
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    border-radius: 0 3px 3px 0;
}
.search-query {
    padding-right: 14px;
    padding: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    border-radius: 14px;
}
.form-search input, .form-search textarea, .form-search select, .form-search .help-inline, .form-search .uneditable-input, .form-search .input-prepend, .form-search .input-append, .form-inline input, .form-inline textarea, .form-inline select, .form-inline .help-inline, .form-inline .uneditable-input, .form-inline .input-prepend, .form-inline .input-append, .form-portal input, .form-portal textarea, .form-portal select, .form-portal .help-inline, .form-portal .uneditable-input, .form-portal .input-prepend, .form-portal .input-append {
    display: inline-block;


}
.form-search .hide, .form-inline .hide, .form-portal .hide {
    display: none;
}
.form-portal {
    margin-top: 10px;
}
.form-search label, .form-inline label {
    display: inline-block;
}
.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
    margin-bottom: 0;
}
.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0;
}
.control-group {
    margin-bottom: 16px;
}
legend+.control-group {
    margin-top: 21.875px;
    -webkit-margin-top-collapse: separate;
}
input.special {
    border-radius: 6px;
    border-color: #8c8c8c;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 6px 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
label.required:after {
    content: "*";
    color: #d00;
    font-size: 16.8px;
    font-weight: bold;
    position: relative;
    top: 4px;
    margin-left: 5px;
}
.ticket-form .nested_field .level_2, .ticket-form .nested_field .level_3, .ticket-form .control-tabbed-border, .form-portal .nested_field .level_2, .form-portal .nested_field .level_3, .form-portal .control-tabbed-border, .edit_helpdesk_ticket .nested_field .level_2, .edit_helpdesk_ticket .nested_field .level_3, .edit_helpdesk_ticket .control-tabbed-border {
    display: none;
    border-left: 1px dotted #333;
    padding-left: 15px;
    padding-top: 15px;
}
.company_container {
    border-left: 1px dotted #333;
    margin-bottom: 5px;
}
.company_label {
    padding: 0 0 21px 18px;
    margin-top: 17px;
}
.company_div {
    padding-top: 20px;
}
.cc-emails {

    margin-top: 6px;
}
.cc-emails:before, .cc-emails:after {
    display: table;
    content: ""}
.cc-emails:after {
    clear: both;
}
.cc-emails .cc-label, .cc-emails input[type=text] {
    float: left;
}
.cc-emails .cc-label {
    width: 10%;
    border: 1px solid #ccc;
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #f8f8f8;
    height: 30.875px;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 21.875px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
}
.cc-emails input[type=text] {
    width: 90%;
    border-radius: 0 3px 3px 0;
    border-left-width: 0;
}
.cc-emails .select2-container {
    width: 90%}
.cc-emails .select2-container .select2-choices {
    border-left-color: #efefef;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.cc-emails .select2-input {
    height: 26px;
}
.cc-emails .select2-search-field input {
    height: 26px;
}
.cc-emails .select2-search-choice-close::after {
    top: -2px;
}
.attachments-form {
    margin-top: 5px;

}
.attachments-form:before, .attachments-form:after {
    display: table;
    content: ""}
.attachments-form:after {
    clear: both;
}
.ticket-sidebar select, .ticket-sidebar textarea, .ticket-sidebar input[type="text"], .ticket-sidebar input[type="password"], .ticket-sidebar input[type="datetime"], .ticket-sidebar input[type="datetime-local"], .ticket-sidebar input[type="date"], .ticket-sidebar input[type="month"], .ticket-sidebar input[type="time"], .ticket-sidebar input[type="week"], .ticket-sidebar input[type="number"], .ticket-sidebar input[type="email"], .ticket-sidebar input[type="url"], .ticket-sidebar input[type="search"], .ticket-sidebar input[type="tel"], .ticket-sidebar input[type="color"], .ticket-sidebar .uneditable-input {
    width: 100%}
#errorExplanation h2, #errorExplanation p, .errorExplanation h2, .errorExplanation p {
    display: none;
}
#errorExplanation ul, .errorExplanation ul {
    margin-bottom: 0;
}
.select2-container .select2-choice {
    height: 40px;
}
.select2-container .select2-choice .select2-chosen {
    padding: 6px;
}
.select2-container .select2-choice abbr:after {
    top: 7px;
}
.select2-container .select2-choice .select2-arrow b:after {
    top: 18px;
}
#vote-feedback-form-link {
    color: #2753d7;
}
.form-portal .control-group {
    margin-bottom: 21.875px;

}
.form-portal .control-group:before, .form-portal .control-group:after {
    display: table;
    content: ""}
.form-portal .control-group:after {
    clear: both;
}
.form-portal .control-label {
    float: left;
    width: 140px;
    padding-top: 4px;
}
.form-portal .control-label a[data-toggle='tooltip'], .form-portal label.checkbox a[data-toggle='tooltip'] {
    margin-left: 4px;
}
.form-portal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 160px;
    *margin-left: 0;
}
.form-portal .controls:first-child {
    *padding-left: 160px;
}
.form-portal .controls .disabled-field {
    padding-top: 4px;
}
.form-portal .help-block {
    margin-top: 10.9375px;
    margin-bottom: 0;
}
.form-portal .form-actions {
    padding-left: 160px;
}
input, textarea {
    width: 210px;
}
@media (max-width: 45em) {
    .form-portal .form-actions {
        padding-left: 0;
    }
    .form-portal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
    }
    .form-portal .controls {
        margin-left: 0;
    }
    input, textarea {
        width: 100%;
        max-width: 100%}
    input.span1, textarea.span1 {
        width: 100%}
    input.span2, textarea.span2 {
        width: 100%}
    input.span3, textarea.span3 {
        width: 100%}
    input.span4, textarea.span4 {
        width: 100%}
    input.span5, textarea.span5 {
        width: 100%}
    input.span6, textarea.span6 {
        width: 100%}
    input.span7, textarea.span7 {
        width: 100%}
    input.span8, textarea.span8 {
        width: 100%}
    input.span9, textarea.span9 {
        width: 100%}
    input.span10, textarea.span10 {
        width: 100%}
    input.span11, textarea.span11 {
        width: 100%}
    input.span12, textarea.span12 {
        width: 100%}
    textarea {
        height: auto;
    }
}.controls .dateClear {
     top: 2px;
     position: absolute;
     right: 9px;
     padding: 5px;
     cursor: pointer;
 }
.controls .dateClear .ficon-cross:before {
    font-size: 1.2em;
    color: #999999;
}
.company_form_date+.dateClear {
    right: 25px;
}
.support-date-field input.date {
    width: 100%}
.support-date-field .dateClear {
    top: 3px;
    position: absolute;
    right: 9px;
    padding: 5px;
    cursor: pointer;
}
.support-date-field .dateClear .ficon-cross:before {
    font-size: 1.2em;
    color: #999999;
}
.form-portal .checkbox input[type="checkbox"], .ticket-form-sidebar .checkbox input[type="checkbox"] {
    margin-top: 0;
}
.form-portal .checkbox input[type="checkbox"]:focus:before, .form-portal .checkbox input[type="checkbox"]:before, .ticket-form-sidebar .checkbox input[type="checkbox"]:focus:before, .ticket-form-sidebar .checkbox input[type="checkbox"]:before {
    top: 2px;
}
.form-portal .checkbox.required input[type="checkbox"], .ticket-form-sidebar .checkbox.required input[type="checkbox"] {
    margin-top: 2px;
}
.login-form .checkbox input[type="checkbox"]:before {
    top: -1px;
}
.profile-edit-form .checkbox input[type="checkbox"] {
    margin-left: 0;
    margin-top: 1px;
}
.profile-edit-form .checkbox input[type="checkbox"]+label {
    margin-left: 5px;
}
.btn {
    display: inline-block;


    padding: 5px 15px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    *line-height: 18px;
    color: var(--color-accent-2);
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background-color: var(--color-accent);
    border: 1px solid #a66a00;
    *border: 0;
    border-bottom-color: #c07a00;
    border-radius: 6px;
    *margin-left: .3em;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:first-child {
    *margin-left: 0;
}
.btn:hover {
    color: var(--color-accent-2);
    text-decoration: none;
    background-color: #ffb127;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    -webkit-transition: background-position .1s linear;
    transition: background-position .1s linear;
}
.btn:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}
.btn.active, .btn:active {
    background-color: #f3f5f7;
    background-image: none;
    outline: 0;
    color: var(--color-accent-2);
}
.btn.disabled, .btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: .65;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.gform-button{
    border-radius: 2px;
    background-color: var(--color-accent);
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #0e0e0e;
    padding: 5px 20px;
    text-transform: uppercase;
    line-height: 2;
    float: left;
    margin-right: 10px;
    max-width: 150px;
}
.btn.gform-button:hover {
    background-color: var(--color-accent-2);
}
.redactor_btns_box .btn {
    border-radius: 2px;
    background-color: var(--color-accent);
    border: solid 1px #f39b00;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: var(--color-accent-2);
    padding: 5px 20px;
    text-transform: uppercase;
    margin-left: 10px;
}
.redactor_btns_box .btn:hover {
    background-color: #ffb127;
}
.btn-large {
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal;
    border-radius: 5px;
}
.btn-large [class^="icon-"] {
    margin-top: 1px;
}
.btn-small {
    padding: 3px 16px;
    font-size: 12px;
    line-height: 21px;
    border-radius: 4px;
}
.btn-small [class^="icon-"] {
    margin-top: -1px;
}
.list-lead .btn-small {
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px #DADFE3;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--color-accent-2);
}
.list-lead .btn-small:hover {
    background-color: #f3f5f7;
    color: var(--color-accent-2);
}
.btn-mini {
    padding: 2px 6px;
    font-size: 12px;
    line-height: 19.875px;
}
.btn-mini [class^="icon-"] {
    margin-right: -3px;
    margin-left: -3px;
}
.btn-quoted {
    padding: 0 7px 0 8px;
    font-size: 12px;
    line-height: 0.8;
    height: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-radius: 3px;
}
.btn-quoted:before {
    content: "..."}
.btn.default-pic {
    padding: 6px 6px 6px 8px;
}
.dropdown-toggle.btn {
    padding: 6px;
}
.btn-icon {
    padding: 3px 6px;
}
#datepicker input[type="text"] {
    height: 40px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-accent-2);
}
.btn-primary, .btn-primary:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active {
    color: rgba(255, 255, 255, 0.75);
}
.btn-danger, .btn-danger:hover {
    color: #9aa1a6;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.btn-danger.active {
    color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
    background-image: -moz-linear-gradient(top,  var(--color-primary),  var(--color-secondary));
    background-image: -ms-linear-gradient(top,  var(--color-primary),  var(--color-secondary));
    background-image: -webkit-gradient(linear,  0 0,  0 100%,  from(var(--color-primary)),  to(var(--color-secondary)));
    background-image: -webkit-linear-gradient(top,  var(--color-primary),  var(--color-secondary));
    background-image: -o-linear-gradient(top,  var(--color-primary),  var(--color-secondary));
    background-image: linear-gradient(to bottom,  var(--color-primary), var(--color-secondary));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3863',  endColorstr='#342f52',  GradientType=0);
    border-color: var(--color-secondary) var(--color-secondary) #171525;
    background-color: var(--color-secondary);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: var(--color-secondary);
    *background-color: #2c2845;
}
.btn-primary:active, .btn-primary.active {
    background-color: #211e35 \9;
}
.btn-danger {
    background-color: #c54130;
    background-image: -moz-linear-gradient(top,  #d34836,  #b03626);
    background-image: -ms-linear-gradient(top,  #d34836,  #b03626);
    background-image: -webkit-gradient(linear,  0 0,  0 100%,  from(#d34836),  to(#b03626));
    background-image: -webkit-linear-gradient(top,  #d34836,  #b03626);
    background-image: -o-linear-gradient(top,  #d34836,  #b03626);
    background-image: linear-gradient(to bottom,  #d34836, #b03626);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d24432',  endColorstr='#ab3526',  GradientType=0);
    border-color: #b03626 #b03626 #712319;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #b03626;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #b03626;
    *background-color: #9b3022;
}
.btn-danger:active, .btn-danger.active {
    background-color: #86291d \9;
}
button.btn, input[type="submit"].btn {
    *padding-top: 2px;
    *padding-bottom: 2px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
    border-radius: 2px;
    background-color: var(--color-accent);
    border: solid 1px #a66a00;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: var(--color-accent-2);
    padding: 5px 20px;
    text-transform: uppercase;
}

button.btn.btn-primary, input[type="submit"].gform-button {
    width: auto;
    border-radius: 2px;
    background-color: var(--color-primary);
    border: solid 1px #171525;
    background-image: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-shadow: none;
    text-transform: uppercase;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 20px;
    color: #fff;
    line-height: 2;
}
button.btn.btn-primary:hover, input[type="submit"].gform-button:hover {
    background-color: var(--color-primary);
    text-decoration: none;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}
button.btn.btn-primary.pull-right {
    margin: 0;
}
.btn-group>.btn {
    position: relative;
    float: left;
    margin-left: -1px;
    border-radius: 0;
}
.btn-group>.btn:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group>.btn:last-child, .btn-group>.dropdown-toggle {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group>.btn.large:first-child {
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.btn-group>.btn.large:last-child, .btn-group>.large.dropdown-toggle {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active {
    z-index: 2;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group>.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    *padding-top: 4px;
    *padding-bottom: 4px;
}
.btn-group>.btn-mini.dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
}
.btn-group>.btn-small.dropdown-toggle {
    *padding-top: 4px;
    *padding-bottom: 4px;
}
.btn-group>.btn-large.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    background-image: none;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
    background-color: #ffb127;
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: var(--color-secondary);
}
.btn .caret {
    margin-top: 7px;
    margin-left: 0;
    color: var(--color-accent-2);
}
.btn:hover .caret, .open.btn-group .caret {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000);
    opacity: 100;
}
.btn-mini .caret {
    margin-top: 5px;
}
.btn-small .caret {
    margin-top: 6px;
}
.btn-large .caret {
    margin-top: 6px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
}
.dropup .btn-large .caret {
    border-bottom: 5px solid var(--color-accent-2);
    border-top: 0;
}
.dynamic-icon-sprite, .dynamic-icon-article-dark, .dynamic-icon-article, .dynamic-icon-cog-dark, .dynamic-icon-cog-drop-dark, .dynamic-icon-cog-drop-light, .dynamic-icon-cog-light, .dynamic-icon-dd-tick-dark, .dynamic-icon-dd-tick-light, .dynamic-icon-nav-contact-dark, .dynamic-icon-nav-contact, .dynamic-icon-nav-menu-dark, .dynamic-icon-nav-menu, .dynamic-icon-nav-newticket-dark, .dynamic-icon-nav-newticket, .dynamic-icon-nav-status-dark, .dynamic-icon-nav-status, .dynamic-icon-search-dark, .dynamic-icon-search, .page-faq-tabs .mobile-icon-nav-menu:before, .mobile-icon-search:before, .mobile-icon-nav-contact:before, .mobile-icon-nav-newticket:before, .mobile-icon-nav-status:before {
    background-repeat: no-repeat;
}
.dynamic-icon-article-dark {
    background-position: 0 0;
    height: 26px;
    width: 29px;
}
.dynamic-icon-article {
    background-position: 0 -26px;
    height: 27px;
    width: 29px;
}
.dynamic-icon-cog-dark {
    background-position: 0 -53px;
    height: 15px;
    width: 15px;
}
.dynamic-icon-cog-drop-dark {
    background-position: 0 -68px;
    height: 15px;
    width: 22px;
}
.dynamic-icon-cog-drop-light {
    background-position: 0 -83px;
    height: 15px;
    width: 22px;
}
.dynamic-icon-cog-light {
    background-position: 0 -98px;
    height: 15px;
    width: 15px;
}
.dynamic-icon-dd-tick-dark {
    background-position: 0 -113px;
    height: 20px;
    width: 20px;
}
.dynamic-icon-dd-tick-light {
    background-position: 0 -133px;
    height: 20px;
    width: 20px;
}
.dynamic-icon-nav-contact-dark {
    background-position: 0 -153px;
    height: 22px;
    width: 22px;
}
.dynamic-icon-nav-contact {
    background-position: 0 -175px;
    height: 22px;
    width: 22px;
}
.dynamic-icon-nav-menu-dark {
    background-position: 0 -197px;
    height: 22px;
    width: 22px;
}
.dynamic-icon-nav-menu {
    background-position: 0 -219px;
    height: 22px;
    width: 22px;
}
.dynamic-icon-nav-newticket-dark {
    background-position: 0 -241px;
    height: 22px;
    width: 22px;
}
.dynamic-icon-nav-newticket {
    background-position: 0 -263px;
    height: 22px;
    width: 22px;
}
.dynamic-icon-nav-status-dark {
    background-position: 0 -285px;
    height: 22px;
    width: 22px;
}
.dynamic-icon-nav-status {
    background-position: 0 -307px;
    height: 22px;
    width: 22px;
}
.dynamic-icon-search-dark {
    background-position: 0 -329px;
    height: 20px;
    width: 20px;
}
.dynamic-icon-search {
    background-position: 0 -349px;
    height: 20px;
    width: 20px;
}
.nav {
    margin-left: 0;
    margin-bottom: 21.875px;
    list-style: none;
}
.nav>li>a {
    display: block;
}
.nav>li>a:hover {
    text-decoration: none;
    background-color: #f3f3f3;
}
.nav>.pull-right {
    float: right;
}
.nav .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 21.875px;
    color: #6f7c87;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.nav li+.nav-header {
    margin-top: 9px;
}
.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}
.nav-list>li>a, .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list>li>a {
    padding: 3px 15px;
}
.nav-list>.active>a, .nav-list>.active>a:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--color-accent-2);
}
.nav-list [class^="icon-"] {
    margin-right: 2px;
}
.nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9.9375px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
}
.nav-tabs, .nav-pills {

}
.nav-tabs:before, .nav-tabs:after, .nav-pills:before, .nav-pills:after {
    display: table;
    content: ""}
.nav-tabs:after, .nav-pills:after {
    clear: both;
}
.nav-tabs>li, .nav-pills>li {
    float: left;
}
.nav-tabs>li>a, .nav-pills>li>a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
    margin-bottom: -1px;
}
.nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 21.875px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {
    border-color: #dcdcdc #dcdcdc #ddd;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover {
    color: #f8f9fa;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills>li>a {
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 5px;
    padding: 6px 12px;
    margin-left: 10px;
    border: solid 1px #fff;
}
.nav-pills>li>a:hover {
    border-radius: 2px;
    background-color: #f3f5f7;
    border: solid 1px #ebeef0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-accent-2);
}
.nav-pills>.active>a, .nav-pills>.active>a:hover {
    border-radius: 2px;
    background-color: #f3f5f7;
    border: solid 1px #ebeef0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-accent-2);
}
.nav-stacked>li {
    float: none;
}
.nav-stacked>li>a {
    margin-right: 0;
}
.nav-tabs.nav-stacked {
    border-bottom: 0;
}
.nav-tabs.nav-stacked>li>a {
    border: 1px solid #ddd;
    border-radius: 0;
}
.nav-tabs.nav-stacked>li:first-child>a {
    border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked>li:last-child>a {
    border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked>li>a:hover {
    border-color: #ddd;
    z-index: 2;
}
.nav-pills.nav-stacked>li>a {
    margin-bottom: 3px;
}
.nav-pills.nav-stacked>li:last-child>a {
    margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
    border-radius: 0 0 5px 5px;
}
.nav-pills .dropdown-menu {
    border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
    border-top-color: var(--color-accent-2);
    border-bottom-color: var(--color-accent-2);
    margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
    border-top-color: #4169e1;
    border-bottom-color: #4169e1;
}
.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
    border-top-color: #9aa1a6;
    border-bottom-color: #9aa1a6;
}
.nav>.dropdown.active>a:hover {
    color: var(--color-accent-2);
    cursor: pointer;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav>li.dropdown.open.active>a:hover {
    color: #fff;
    background-color: #6f7c87;
    border-color: #6f7c87;
}
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000);
    opacity: 100;
}
.tabs-stacked .open>a:hover {
    border-color: #6f7c87;
}
.tabbable {

}
.tabbable:before, .tabbable:after {
    display: table;
    content: ""}
.tabbable:after {
    clear: both;
}
.tab-content {
    overflow: auto;
}
.tabs-below>.nav-tabs, .tabs-right>.nav-tabs, .tabs-left>.nav-tabs {
    border-bottom: 0;
}
.tab-content>.tab-pane, .pill-content>.pill-pane {
    display: none;
}
.tab-content>.active, .pill-content>.active {
    display: block;
}
.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd;
}
.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0;
}
.tabs-below>.nav-tabs>li>a {
    border-radius: 0 0 4px 4px;
}
.tabs-below>.nav-tabs>li>a:hover {
    border-bottom-color: transparent;
    border-top-color: #ddd;
}
.tabs-below>.nav-tabs>.active>a, .tabs-below>.nav-tabs>.active>a:hover {
    border-color: transparent #ddd #ddd #ddd;
}
.tabs-left>.nav-tabs>li, .tabs-right>.nav-tabs>li {
    float: none;
}
.tabs-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}
.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}
.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    border-radius: 4px 0 0 4px;
}
.tabs-left>.nav-tabs>li>a:hover {
    border-color: #dcdcdc #ddd #dcdcdc #dcdcdc;
}
.tabs-left>.nav-tabs .active>a, .tabs-left>.nav-tabs .active>a:hover {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #fff;
}
.tabs-right>.nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}
.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
}
.tabs-right>.nav-tabs>li>a:hover {
    border-color: #dcdcdc #dcdcdc #dcdcdc #ddd;
}
.tabs-right>.nav-tabs .active>a, .tabs-right>.nav-tabs .active>a:hover {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #fff;
}
.nav-filter {
    margin-bottom: 13px;
    margin-top: 10px;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.table {
    width: 100%;
    margin-bottom: 21.875px;
}
.table th, .table td {
    padding: 8px;
    line-height: 21.875px;
    vertical-align: top;
    border-top: 1px solid #eee;
}
.table th.text-right, .table td.text-right {
    text-align: right;
}
.table th {
    font-weight: bold;
}
.table thead th {
    vertical-align: bottom;
}
.table caption+thead tr:first-child th, .table caption+thead tr:first-child td, .table colgroup+thead tr:first-child th, .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0;
}
.table tbody+tbody {
    border-top: 2px solid #eee;
}
table [class*=span], .row-fluid table [class*=span] {
    display: table-cell;
    float: none;
    margin-left: 0;
}
.table tbody tr.success td {
    background-color: #dff0d8;
}
.table tbody tr.error td {
    background-color: #f2dede;
}
.table tbody tr.warning td {
    background-color: #fcf8e3;
}
.table tbody tr.info td {
    background-color: #d9edf7;
}
.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
    background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 21.875px;
    color: var(--color-accent-2);
    text-shadow: 0 1px 0 #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=2000);
    opacity: 20;
}
.close:hover {
    color: var(--color-accent-2);
    text-decoration: none;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4000);
    opacity: 40;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.alert, .errorExplanation {
    padding: 8px 35px 8px 14px;
    margin-bottom: 21.875px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    color: var(--color-accent-2);
    font-weight: 600;
}
.alert-heading {
    color: inherit;
}
.alert-page {
    margin: 10px 0 0;
}
.errorExplanation h2 {
    font-size: 1em;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}
.alert-success, .alert-notice {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert-danger, .alert-error, .errorExplanation {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.errorExplanation.alert-danger-dark {
    background-color: #B56463;
    border-color: #9B4A49;
    color: #FFF;
}
.errorExplanation.credentialError ul {
    list-style: none;
    text-align: center;
    text-shadow: none;
}
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
.alert-block>p, .alert-block>ul {
    margin-bottom: 0;
}
.alert-block p+p {
    margin-top: 5px;
}
.alert-solid {
    text-align: center;
    margin: 0;
    border-radius: 0;
}
.alert-ticket-status {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
    font-size: 15px;
    font-weight: 300;
}
.alert-ticket-status a {
    color: #2753d7;
    font-weight: 400;
}
.alert-assume-agent {
    padding: 8px 0 8px 0;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #FCF8E3;
    color: #82683C;
    font-size: 13px;
}
.alert-assume-agent a {
    color: #2753d7;
}
.alert-assume-agent .ficon-unverified {
    color: #ffb50f;
    padding: 0 5px;
}
.alert-invalid {
    text-decoration: line-through;
    color: #888;
    background: transparent;
    border: 0;
    padding-left: 0;
}
.alert-invalid-text {
    color: #b94a48;
    float: right;
}
.alert-invalid-attach-text {
    color: #b94a48;
}
.alert-with-close {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
}
.alert-with-close a.close {
    position: absolute;
    top: 8px;
    right: 20px;
    line-height: 18px;
}
.alert-with-close a.close::before {
    content: "\00d7";
    font-size: 18px;
    font-weight: bold;
    color: #888;
}
.no-padding {
    padding: 0 20px 0 10px;
}
.page-faq-tabs {
    background-color: var(--color-primary);
    color: #fff;
    line-height: 35px;
    min-height: 17px;
    border-radius: 0;
    -moz-box-shadow: 0 1px 2px 0 rgba(63, 63, 68, 0.15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(63, 63, 68, 0.15);
    box-shadow: 0 1px 2px 0 rgba(63, 63, 68, 0.15);
    border: 0 !important;
}
.page-faq-tabs:before, .page-faq-tabs:after {
    display: table;
    content: ""}
.page-faq-tabs:after {
    clear: both;
}
.page-faq-tabs, .page-faq-tabs .nav-link a {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.page-faq-tabs .nav-link {
    margin: -2px 0 0 0;
}
.page-faq-tabs .nav-link a {
    float: left;
    border-width: 0 1px 0 0;
    text-align: center;
    margin: 0 30px 0 0;
    padding: 6px;
    color: inherit;
    font-size: 14px;
    min-width: 90px;
}
.page-faq-tabs .nav-link a:first-child {
    border-bottom-left-radius: 0;
}
.page-faq-tabs .nav-link a.active {
    text-decoration: none;
    background: transparent;
    border-top: 3px solid var(--color-accent);
    padding: 3px 6px 6px 6px;
    font-weight: 600;
}
.page-faq-tabs .nav-link a:hover {
    text-decoration: none;
    background: transparent;
    border-top: 3px solid rgba(255, 186, 64, 0.3);
    padding: 3px 6px 6px 6px;
    font-weight: 600;
}
.page-faq-tabs .mobile-icon-nav-menu:before {
    content: "";
    background-position: 0 -219px;
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}
.logo, .portal-logo {
    display: inline;
    float: left;
    margin: -3px 10px 0 -5px;
    text-align: center;
    width: auto;
}
.portal-img {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}
.portal-img * {
    vertical-align: middle;
}

@media (max-width: 45em) {
    .portal-img {
        display: block;
        height: auto;
    }
    .portal-img img {
        max-width: 80%
    }

    .page-faq-tabs {
        padding: 0;
        text-align: right;
        cursor: pointer;
        position: relative;
        z-index: 2;
        border-width: 1px 0;
        -moz-box-shadow: 0 3px 4px 0 #eee;
        -webkit-box-shadow: 0 3px 4px 0 #eee;
        box-shadow: 0 3px 4px 0 #eee;
    }
    .page-faq-tabs, .page-faq-tabs .nav-link a:first-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .page-faq-tabs .mobile-icon-nav-menu {
        z-index: 3;
        padding: 6px;
        display: inline-block;
    }
    .page-faq-tabs .mobile-icon-nav-menu:hover {
        text-decoration: none;
    }
    .page-faq-tabs .mobile-icon-nav-menu:before {
        display: inline-block;
        vertical-align: middle;
        background: none;
        font-size: 20px;
        color: #6f7c87;
        content: "\f2ba"}
    .page-faq-tabs .nav-link {
        display: none;
        margin-top: 10px;
        position: absolute;
        width: 100%;
        -moz-box-shadow: 0 1px 2px 0 rgba(63, 63, 68, 0.15);
        -webkit-box-shadow: 0 1px 2px 0 rgba(63, 63, 68, 0.15);
        box-shadow: 0 1px 2px 0 rgba(63, 63, 68, 0.15);
        margin-left: -10px;
        background-color: #fff;
    }
    .page-faq-tabs .nav-link, .page-faq-tabs .nav-link a.active, .page-faq-tabs .nav-link a:hover {
        background-color: var(--color-primary);
    }
    .page-faq-tabs .nav-link a {
        float: none;
        font-weight: normal;
        border-width: 1px 0 0 0;
        display: block;
        min-width: auto;
        text-align: left;
        background: #fff;
        color: var(--color-accent-2);
        margin: 0;
        padding: 3px 16px;
        border-bottom: solid 1px rgba(24, 50, 71, 0.17);
        font-size: 16px;
    }
    .page-faq-tabs .nav-link a:last-child {
        padding-bottom: 0;
    }
    .page-faq-tabs .nav-link a:hover, .page-faq-tabs .nav-link a.active {
        padding: 3px 16px;
        background: #DADFE3;
        border-top: 0;
    }
    .logo, .portal-logo {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}.help-center {
     z-index: 3;
     background-color: #fff;
     border: 0;
     color: var(--color-accent-2) !important;
     border-bottom: 1px solid #DADFE3;
 }
.help-center:before, .help-center:after {
    display: table;
    content: ""}
.help-center:after {
    clear: both;
}
.help-center-sc {
    background-color: #fff;
    border: solid 1px var(--color-accent);
    border-radius: 0;
    padding: 2px 0;
}
.help-center-sc .hc-search {
    width: 50%;
    border-right: 0;
}
.help-center-sc .hc-search .hc-search-input {
    width: 88%;
    float: right;
}
.help-center-sc .hc-search .hc-search-input input.special {
    padding: 0 0 3px 0;
}
.help-center-sc .hc-search .hc-search-button {
    position: absolute;
    width: 4%;
    float: left;
    margin-left: 32px;
}
.hc-search-button .fa-search,
.hc-search-button .fa-times {
    left: auto;
    right: 15px;
    position: absolute;
    top: 13px;
}
.help-center-sc .hc-search .hc-search-button .btn-primary {
    background-color: white;
}
.help-center-sc .hc-nav .sub-nav {
    float: right;
}
.help-center-sc .hc-nav .sub-nav div {
    float: left;
    clear: right;
    padding-left: 12px;
}
.help-center-sc .hc-nav .sub-nav div a {
    margin-right: 15px;
}
.help-center {
    padding: 15px 0 15px 20px;
    margin-bottom: 26px;
}
.hc-search {
    position: relative;
}
.hc-search h2 {
    margin-bottom: 20px;
}
.help-center .hc-search-form {
    padding: 0;
    border-radius: 4px;
    width: 80%;
    background: transparent;
    border: 1px solid #DADFE3;
    position: relative;
}
.help-center .hc-search-form:focus-within {
    border: 1px solid #f1d0d0;
    box-shadow: 0 0 5px rgba(113, 110, 110, 0.6);
}
.hc-search-form:after {
    content: "";
    display: table;
    clear: both;
}
.hc-search-form.active {
    -moz-box-shadow: #aaa 0 6px 10px;
    -webkit-box-shadow: #aaa 0 6px 10px;
    box-shadow: #aaa 0 6px 10px;
    border-radius: 6px 6px 0 0;
}
.hc-search-input {
    position: relative;
}
.hc-search-input input, .hc-search-button .btn {
    height: 40px;
}
.hc-search-input input {
    width: 100%}
.hc-search-button .btn {
    width: 100%;
    text-transform: uppercase;
    padding: 5px;
}
.hc-nav nav:before, .hc-nav nav:after {
    display: table;
    content: ""}
.hc-nav nav:after {
    clear: both;
}
.new-ticket, .check-status {
    font-weight: bold;
}
.new-ticket, .check-status, .contact-info {
    padding: 3px 8px 3px 2px;
    float: left;
    margin-right: 15px;
}
.new-ticket:before, .check-status:before, .contact-info:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 2em;
    margin-top: -1px;
    background-color: #ebebeb;
}
.new-ticket:hover, .check-status:hover, .contact-info:hover {
    text-decoration: none;
}
.mobile-icon-search:before {
    content: "";
    background-position: 0 -349px;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
.mobile-icon-nav-contact:before {
    content: "";
    background-position: 0 -153px;
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}
.mobile-icon-nav-newticket:before {
    content: "";
    background-position: 0 -241px;
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}
.mobile-icon-nav-status:before {
    content: "";
    background-position: 0 -285px;
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}
.hc-search-input {
    width: 90%;
    float: left;
}
.hc-search-input input.special {
    padding: 6px 13px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    border: 0;
    color: var(--color-accent-2);
    border-radius: 4px 0 0 4px;
}
.hc-search-button {
    position: relative;
    width: 10%;
    float: left;
}
.hc-search-button:focus {
    outline: 0;
    box-shadow: 0 0 5px rgba(65, 105, 225, 0.6);
}
.hc-search-button .btn {
    background-color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    border: 0;
    padding: 10px 16px 7px 0;
    border-radius: 0 4px 4px 0;
}
.hc-search-button .btn:hover {
    text-shadow: none;
    background-color: #fff;
}
.hc-search-button .btn:focus {
    outline: 0;
    box-shadow: 0 0 5px rgba(65, 105, 225, 0.6);
}
.hc-search-button .btn .hide-in-mobile {
    display: none;
    text-shadow: none;
}
.hc-search-button .btn .hide-tablet {
    display: block;
}
.hc-search-button .btn.btn-primary {
    border: 0;
    width: 100%;
    padding: 0;
    background-color: white;
}
.hc-search-button .btn.btn-primary:hover {
    background-color: white;
}
.hc-search {
    width: 68%;
    padding-right: 2%;
    border-right: 1px solid #ebebeb;
}
.hc-nav {
    display: block;
    width: 100%;
    margin: 12px 0 6px 0;
    padding: 0;
}
.hc-nav a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: var(--color-accent);
    font-weight: normal;
    padding: 6px 0;
    margin-right: 30px;
    background: none;
    border: 0;
    text-transform: capitalize;
}
.hc-nav p{
    font-size: 14px;
}
.hc-nav a:hover{
    color: var(--color-accent);
}
.hc-nav a span {
    display: inline-block;
    vertical-align: middle;
}
.hc-nav a span:hover {
    color: var(--color-accent);
    text-decoration: underline;
}
.hc-search, .hc-nav {
    display: inline-block;
    vertical-align: middle;
    border: 0;
}
.ui-state-focus {
    color: var(--color-accent);
}
@media (max-width: 45em) {
    .help-center .page-faq, .help-center-sc .page-faq {
        padding: 0;
    }
    .help-center-sc {
        margin-left: 12px;
    }
    .help-center .hc-search-input {
        width: 100%
    }
    .help-center .hc-search-input input {
        width: 100%;
        padding-right: 15px;
        border-radius: 0;
        background: transparent;
    }
    .help-center .hc-search-button {
        width: 30px;
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
    }
    .help-center .hc-search-button .btn-primary {
        height: 40px;
        border: 0;
        margin: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
    }
    .help-center .mobile-icon-search {
        display: none;
    }
    .hc-search-button .btn {
        font-size: 12px;
    }
    .onfocus-hide {
        opacity: 0;
        display: none;
    }
    .onfocus-mobile-button {
        border-color: rgba(65, 105, 225, 0.8);
        outline: 0;
        -moz-box-shadow: inset 0 1px 1px rgba(65, 105, 225, 0.075);
        -webkit-box-shadow: inset 0 1px 1px rgba(65, 105, 225, 0.075);
        box-shadow: inset 0 1px 1px rgba(65, 105, 225, 0.075);
    }
    .hc-search, .onfocus-mobile {
        -moz-transition: width .2s ease;
        -o-transition: width .2s ease;
        -webkit-transition: width .2s ease;
        transition: width .2s ease;
    }

    .hc-nav nav span {
        display: none;
    }
    .hc-nav nav a {
        text-align: center;
        padding: 0;
        width: 20%;
        display: inline-block;
        margin-right: 16px;
    }
    .help-center-sc .hc-search {
        position: absolute;
        width: 50%;
        background-color: #f8f9fa;
        margin-top: 2px;
        border: 1px solid #ebeef0;
        padding: 0;
    }
    .help-center-sc .hc-search .hc-search-input {
        width: 95%}
    .help-center-sc .hc-search input {
        padding: 6px 12px;
        background: transparent;
    }
    .help-center-sc .hc-search .hc-search-button {
        position: absolute;
        width: 20%;
        float: right;
        right: 0;
        background: transparent;
    }
    .help-center-sc .hc-search .hc-search-button .btn {
        padding: 10px 0 7px 0;
        background-color: #f8f9fa;
    }
    .help-center-sc .hc-nav .sub-nav {
        float: none;
    }
    .help-center-sc .hc-nav .sub-nav div {
        padding-left: 6px;
        float: none;
    }
    .onfocus-mobile {
        width: 95% !important;
    }
    .ficon-create-ticket-new:before, .mobile-icon-nav-newticket.new-ticket:before, .ficon-ticket-status-new:before, .mobile-icon-nav-status.check-status:before {
        width: 20px;
    }
    .new-ticket, .check-status, .contact-info {
        margin-right: 0;
    }
    .new-ticket:before, .check-status:before, .contact-info:before {
        margin-right: 0;
        border-radius: 0;
        margin-top: 0;
        background-color: transparent;
    }
}@media (min-width: 721px) and (max-width: 960px) {
    .help-center-sc .hc-search {
        width: 35%
    }
    .help-center-sc .hc-search .hc-search-input input.special {
        padding: 0 0 3px 25px;
    }
    .help-center-sc .hc-nav nav div {
        padding-left: 6px;
    }
}.attach-link-wrap {
     position: relative;
     cursor: pointer;
 }
.attach-link-wrap .attach-link-file, .attach-link-wrap input[type="file"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    z-index: 99999;
    width: 100%;
    cursor: pointer;
}
.attach-link-wrap .attach-link-file {
    width: 20px;
}
.content, .content-form, .content-light {
    margin-top: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    padding: 10px 40px;
}
.sidebar {
    background-color: #f8f9fa;
}
.cs-s {
    border-top: 0;
}
.cs-s h3 {
    font-size: 18px;
    border-bottom: solid 1px #4169e1;
    border-top: 0;
    width: 100%}
.cs-s h3 a {
    color: #9aa1a6;
}
.cs-s h3 a:hover {
    color: #7f888e;
}
.ellipsis a {
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-secondary);
}
.fc-solution-category h2, .fc-discussion-category h2 {
    font-weight: 400;
    border-bottom: 1px solid #4169e1;
}
.fc-community-content .start-topic {
    margin-top: -25px;
}
.fc-forum-list .list-lead {
    font-weight: 600;
}
div#related_articles {
    margin-top: 20px;
}
.see-more {
    font-size: 13px;
    color: #2753d7;
    padding-left: 30px;
}
.help-text, .p-info, .info-text, .list-noinfo, .description-text {
    font-size: 12px;
    line-height: 1.9;
    color: #6f7c87;
}
.item-count {
    font-size: 16px;
    color: #9aa1a6;
    font-weight: normal;
}
#topic-vote-up-button:nth-child(3):before {
    color: var(--color-accent);
}
.p-content {
    background-color: #f8f9fa;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #DADFE3;
    padding: 10px 16px;
}
.p-content hr {
    margin-left: -1em;
    margin-right: -1em;
}
.p-content a {
    color: #2753d7;
}
.p-content form a.btn {
    color: var(--color-accent-2);
}
.comment-by-agent .p-content {
    background-color: #f8f9fa;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #DADFE3;
    padding: 10px 16px;
}
.c-list {
    border-bottom: 1px solid #f3f3f3;
}
.c-row {
    border-top: 1px solid #f3f3f3;
    padding: 16px 0;
}
.c-row:hover {
    background-color: rgba(241,239,236,0.3);
}
.uv-row {
    border-bottom: 1px solid #f3f3f3;
}
hr.content-divider {
    margin-left: -2em;
    margin-right: -2em;
}
.fc-new-ticket {
    border-right: 1px solid #DADFE3;
}
.fc-new-ticket h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 16px 0 26px 0;
}
@media (min-width: 60em) {
    .c-wrapper.no-form-selected {
        background-color: #fff;
    }
    .c-wrapper.no-form-selected .fc-new-ticket {
        border-right: none;
    }
    .c-wrapper.no-form-selected .sidebar {
        display: none;
    }
}.ticket-search h4 {
     font-size: 18px;
     font-weight: 600;
     margin: 16px 0;
 }
.recaptcha_input_area input {
    height: auto;
}
.fc-new-topic {
    border-right: 1px solid #DADFE3;
}
.fc-new-topic h3 {
    margin: 20px 0;
}
.fc-new-topic input {
    height: auto;
}
.fc-new-topic .clearfix {
    display: none;
}
.fc-new-topic #attachment-type {
    margin: 0;
    padding: 0;
}
@media (max-width: 45em) {
    .page-faq p {
        margin: 0 0 10.15625px;
    }
    .page-faq p small {
        font-size: 11px;
    }
    .lead, .lead-small, .list-lead {
        line-height: 26.40625px;
    }
    .lead-small {
        font-size: 14px;
    }
    .page-faq h1 {
        font-size: 26px;
        line-height: 41px;
    }
    .page-faq h1 small {
        font-size: 18px;
    }
    .page-faq h2 {
        font-size: 18px;
        line-height: 33px;
    }
    .page-faq h2 small {
        font-size: 16px;
    }
    .page-faq h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .page-faq h3 small {
        font-size: 13px;
    }
    .page-faq h4, .page-faq h5, .page-faq h6 {
        line-height: 20px;
    }
    .page-faq h4 {
        font-size: 13px;
    }
    .page-faq h4 small {
        font-size: 11px;
    }
    .page-faq h5 {
        font-size: 11px;
    }
    .page-faq h6 {
        font-size: 10px;
    }
    .page-faq-header {
        padding-bottom: 19px;
        margin: 20px 0;
    }
    .page-faq ul, .page-faq ol {
        padding: 0;
        margin: 0 0 10px 15px;
    }
    .page-faq li {
        line-height: 20px;
    }
    .page-faq dl {
        margin-bottom: 20px;
    }
    .page-faq dt, .page-faq dd {
        line-height: 20px;
    }
    .page-faq dt {
        line-height: 19px;
    }
    .page-faq dd {
        margin-left: 10px;
    }
    .page-faq hr {
        margin: 16px 0;
    }
    .page-faq blockquote {
        margin: 0 0 20px;
    }
    .page-faq blockquote p {
        font-size: 16px;
        font-weight: 300;
        line-height: 25px;
    }
    .page-faq blockquote small {
        line-height: 20px;
    }
    .rounded-6 {
        border-radius: 0;
    }
    .show-in-mobile, .hide-tablet {
        display: block;
    }
    .hide-in-mobile {
        display: none;
    }
    address {
        margin-bottom: 20px;
        line-height: 20px;
    }
    .min-height-on-desktop {
        min-height: auto;
    }
    .ui-datepicker.ui-widget-content {
        width: auto !important;
        left: 25px !important;
        right: 25px !important;
    }
    .c-ticket-row .label {
        float: none;
    }
    .agent-details {
        padding: 1em;
        margin-top: -1em;
        margin-left: -1em;
        margin-right: -1em;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
    }
    .ticket-brief {
        padding-top: 5px;
    }
    .btn-signup, .btn-newticket, .btn-login {
        width: 100%}
    .btn-login {
        float: none;
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .login-form {
        max-width: none;
    }
    .login-form button[type="submit"] {
        width: 100%;
        margin: 15px 0;
    }
    .login-form button[type="button"] {
        width: 100%;
        margin-bottom: 10px;
    }
    .alt-login-button {
        border-left: 0;
        padding-left: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    a.btn-signup {
        width: 100%}
    section#signup-container p.info-text {
        width: 100%}
    .alt-login-button {
        width: 100%;
        float: none;
        padding-top: 16px;
    }
    .alt-login-button a.btn {
        display: inline-block;
        background-color: #fff;
        border: 1px solid #DADFE3;
        color: var(--color-accent-2);
        width: 30%;
        font-size: 13px;
        font-weight: normal;
        text-transform: none;
        padding: 22px 4px 22px;
        text-align: center;
        margin-right: 10px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.04);
    }
    .alt-login-button a.btn:hover {
        color: var(--color-accent-2);
    }
    .alt-login-button a.btn:last-child {
        margin-right: 0;
    }
    .alt-login-button a.btn:before {
        display: block;
        padding-bottom: 16px;
        margin: 0 auto;
        width: 24px;
        height: 22px;
        font-size: 30px;
    }
    .alt-login-button a.btn.btn-google {
        background-color: #fff;
        padding-left: 4px;
    }
    .alt-login-button a.btn.btn-google:before {
        color: #d34836;
        margin: 0 auto;
        background-size: 55px 55px;
        background-position: 52% 62%}
    .alt-login-button a.btn.btn-twitter {
        background-color: #fff;
    }
    .alt-login-button a.btn.btn-twitter:before {
        color: #24a9e6;
    }
    .alt-login-button a.btn.btn-facebook {
        background-color: #fff;
    }
    .alt-login-button a.btn.btn-facebook:before {
        color: #3b5998;
    }
    .freshid_login .alt-login-button {
        min-height: auto;
    }
    .ui-datepicker .ui-datepicker-header {
        padding: 0;
    }
    .ui-datepicker .ui-datepicker-month, .ui-datepicker .ui-datepicker-year {
        height: auto;
    }
    .show_results {
        color: #2753d7;
    }
    .login-form, .alt-login-button {
        width: auto;
        float: none;
        border: 0;
        padding: 0;
    }
    .page-faq-stamp {
        display: none;
    }
    .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
        float: none;
        width: auto;
        margin-right: auto;
        display: block;
    }
    .page-faq {
        padding: 10px;
    }
    .page-faq.no-header-tabs {
        min-height: 66px;
    }
    .label {
        border-radius: 3px;
    }
    .modal {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        width: auto !important;
        margin-left: 0 !important;
    }
    .modal.fade.in {
        top: 10px;
        margin-top: 0;
        border-top-left-radius: 6px;
    }
    .modal-body {
        padding: 20px 20px 30px;
        height: auto;
        max-height: none;
    }
    .modal-header h3 {
        min-height: 45px;
        line-height: 2.1em;
    }
    .modal-header .close, .modal-header .close:focus, .modal-header .close:hover {
        left: auto;
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 18px;
        font-weight: bold;
        padding: 0;
        height: 50px;
        width: 50px;
        right: 0;
        top: 92%;
        left: 40%;
        background: var(--color-accent-2);
        border-radius: 50px;
        color: #fff;
    }
    .modal-header .close:before {
        content: none;
        background: none;
        width: 0;
        height: 0;
    }
    .modal-footer {
        padding-bottom: 50px;
    }
    .modal-footer .btn:first-child {
        display: none;
    }
    .modal-footer .btn.btn-primary {
        width: 100%}
    #export-modal .close {
        top: 96%}
    .modal-backdrop {
        background-color: rgba(24, 50, 71, 0.5);
    }
    .pagination li:first-child a, .pagination li:last-child a, .pagination .active a .pagination li:first-child span, .pagination li:last-child span {
        display: block;
    }
    .c-row .help-text {
        margin-left: 76px;
    }
    .c-row.c-article-row .description-text, .c-row.c-article-row .help-text {
        margin-left: 36px;
        font-size: 13px;
    }

    .c-row.c-ticket-row .description-text, .c-row.c-ticket-row .help-text {
        margin-left: 46px;
        font-size: 13px;
    }
    input#post-submit-button {
        padding: 5px 10px;
    }
    input[type="checkbox"]:before {
        top: 0;
        left: -1px;
    }
    .signup-wrapper {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100% !important;
    }
    .toolbar-actions {
        margin-top: 3px;
        margin-bottom: 15px;
    }
    .toolbar-actions, .topic-list .topic-labels {
        float: none;
    }
    #topic-toolbar .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cs-s {
        margin: 0.5em 0;
    }
    .cs-s h3 {
        border-top-width: 4px;
    }
    .content, .content-form, .content-light {
        margin-top: 0;
        padding: 1em;
    }
    .user-comment .user-pic-thumb {
        clear: right;
    }
    hr.content-divider {
        margin-left: 0;
        margin-right: 0;
    }
    .main, .sidebar {
        padding: 10px 16px !important;
    }
}@media (min-width: 45em) {
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }
    .ui-datepicker-multi .ui-datepicker-group {
        float: left;
    }
    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }
    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 50%}
    .ui-datepicker-multi-3 .ui-datepicker-group {
        width: 33.3%}
    .ui-datepicker-multi-4 .ui-datepicker-group {
        width: 25%}
    .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
        border-left-width: 0;
    }
    .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
        border-left-width: 0;
    }
    .ui-datepicker-multi .ui-datepicker-buttonpane {
        clear: left;
    }
    .ui-datepicker-row-break {
        clear: both;
        width: 100%;
        font-size: 0em;
    }
    .cs-g {
        width: 48.14815%;
        float: left;
        margin-right: 3.7037%;
        width: 46%;
        margin-bottom: 10px;
        margin-right: 4.7037%;
        clear: left;
    }
    .cs-g:nth-child(even) {
        width: 48.14815%;
        float: right;
        margin-right: 0;
        clear: right;
        width: 46%;
        margin-bottom: 10px;
        float: left;
    }
    .cs-g-3 {
        width: 30%;
        float: left;
        margin-right: 5%}
    .cs-g-3:nth-child(3n+3) {
        width: 30%;
        float: right;
        margin-right: 0;
    }
    .cs-g-3:nth-child(3n+1) {
        clear: left;
    }
}@media (max-width: 60em) {
    #new_topic .related-topics {
        overflow: scroll;
        height: 100%}
    #new_topic .title {
        padding: 10px 0 5px 0;
    }
    #new_topic .topic-title {
        font-size: 14px;
    }
    .modal {
        top: 12%;
        margin-top: 0;
    }
    .modal.fade.in {
        top: 10%}
    .c-wrapper {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border: 0;
    }
    .main, .sidebar {
        float: none;
        width: auto;
        margin-right: auto;
        border: 1px solid #DADFE3;
        -moz-box-shadow: 0 1px 2px 0 rgba(63, 63, 68, 0.15);
        -webkit-box-shadow: 0 1px 2px 0 rgba(63, 63, 68, 0.15);
        box-shadow: 0 1px 2px 0 rgba(63, 63, 68, 0.15);
        border-radius: 6px;
        background: #fff;
        padding: 16px 26px;
    }
    .page-faq .main{
        margin-bottom: 20px;
    }
    .signup-wrapper {
        width: 80%}
}@media (min-width: 721px) and (max-width: 960px) {
    #login-container {
        min-height: 340px;
    }
    #login-container .login-form {
        padding-right: 20px;
        float: none;
    }
    .alt-login-button {
        float: left;
        margin-top: 18px;
        border: none;
        padding-left: 0;
    }
}@media (min-width: 60em) {
    .min-height-on-desktop {
        min-height: 630px;
    }
    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        height: auto;
    }
    .sidebar .cs-g {
        float: none;
        width: auto;
        margin-right: auto;
    }
    .sidebar .cs-g-3 {
        float: none;
        width: auto;
        margin-right: auto;
    }
    .sidebar .cs-g-3 a {
        font-size: 14px;
        font-weight: 400;
    }
    .help-text a {
        font-size: 13px;
        font-weight: 400;
        color: #2753d7;
    }
}.bg-0 {
     background-color: #cdebc4;
     box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
     color: rgba(0, 0, 0, 0.3);
 }
.bg-1 {
    background-color: #ffc2c6;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.3);
}
.bg-2 {
    background-color: #eed8f7;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.3);
}
.bg-3 {
    background-color: #ffd8c2;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.3);
}
.bg-4 {
    background-color: #d1e4ff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.3);
}
.bg-5 {
    background-color: #dbd6f5;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.3);
}
.bg-6 {
    background-color: #f3f1f1;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.3);
}
.bg-7 {
    background-color: #ffc2c6;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.3);
}
.bg-8 {
    background-color: #faea79;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.3);
}
.bg-9 {
    background-color: #d1e4ff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.3);
}
div.avatar-text {
    color: #fff;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    text-align: center;
}
div.thumb {
    border-radius: 10%;
    width: 47px;
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    font-weight: 200;
    color: #638699;
}
div.medium {
    border-radius: 10%;
    width: 127px;
    height: 127px;
    line-height: 127px;
    font-size: 60px;
    font-weight: 100;
    text-align: right;
    padding: 25px 20px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 0 0 8px #fff;
}
div.small {
    border-radius: 10%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
}
.circle {
    border-radius: 50% !important;
}
.circle img {
    border-radius: 50% !important;
}
img.preview_pic {
    margin-left: 0;
}
img.thumb {
    width: 40px;
    height: 40px;
}
img.medium {
    width: 127px;
    height: 127px;
}
img.small {
    width: 25px;
    height: 25px;
}
.recaptcha-frame {
    border: none;
    overflow: auto;
    max-width: 350px;
    max-height: 500px;
}
#attachment-type {
    padding: 10px 12px 0;
}
#attachment-type .add_attachment {
    color: #1272de;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    z-index: 1;
}
#attachment-type a {
    color: #049cdb !important;
    cursor: pointer !important;
    text-decoration: none;
}
#attachment-type .attachments-list-wrap {
    position: relative;
}
#attachment-type .attachments-list-wrap .attachments-list-form {
    word-break: break-all;
}
#attachment-type .attachments-list-wrap .attachments-list-form .item {
    font-size: 13px;
    color: #555;
}
#attachment-type .attachments-list-wrap .attachments-list-form .item>span:first-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 175px;
    display: inline-block;
}
#attachment-type .attachments-list-wrap .attachments-list-form .item .attachment-close {
    position: relative;
    top: -7px;
}
#attachment-type .attachments-list-wrap .multiple-file-names-wrap {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-right: 20px;
}
#attachment-type .attachments-list-wrap .multiple-file-names-wrap .attachment-close {
    position: absolute;
    left: 0;
    top: 0;
}
#attachment-type .attachments-list-wrap .multiple-file-names-wrap .multiple-file-names {
    border-left: 1px #bbb solid;
    margin-left: 20px;
    padding: 0 0 0 10px;
    font-size: 13px;
    color: #555;
}
#attachment-type .hidden_upload input[type="file"] {
    cursor: pointer;
    height: 25px;
    opacity: 0;
    position: relative;
    right: 0;
    top: -30px;
    width: 100px;
    font-size: 0;
    z-index: 1;
}
#attachment-type .attachments-wrap .attachment-close::before {
    color: #666;
    content: "×";
    font-size: 20px;
    font-weight: bold;
}
#attachment-type .attachments-wrap .attachment-close {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
#attachment-type a {
    color: #000;
    text-decoration: none;
}
#attachment-type .alert-text {
    color: red;
}
#attachment-type .screenshot-wrapper-30 {
    padding-top: 5px;
}
#attachment-type .dropdown-menu a {
    clear: both;
    color: #333 !important;
    display: block;
    font-weight: normal;
    line-height: 16px;
    padding: 3px 24px;
    white-space: nowrap;
}
#attachment-type input[type="file"] {
    cursor: pointer;
    height: 26px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
    font-size: 0;
}
#attachment-type input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
.encrypted_text.encrypted-text-field {
    background-color: #FFF7EC;
}
.encrypted {
    color: #F5A623;
}
.encrypted-lock {
    color: #F5A623;
    float: left;
    padding: 4px 5px 0 0;
}

header .banner-wrapper.page-faq {
    display: flex;
    align-items: center;
}

nav.page-faq-tabs, .help-center-nav {
    display: none;
}
.links-inherit a, .list-lead a {
    font-weight: 800;
}
.yellow {
    color: var(--color-accent);
}
.bg-yellow {
    background: var(--color-accent);
}
.blue {
    color: var(--color-primary);
}
.bg-blue {
    background: var(--color-primary);
}
#custom-cta-section {
    height: 422px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#custom-cta-section .inner-content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 58px;
    text-align: center;
    color: white;
}
#custom-cta-section .inner-content .sub-title {
    margin-top: 8px;
    font-size: 25px;
    line-height: 36px;
    text-align: center;
    color: white;
}
#custom-cta-section .inner-content .button-container {
    border-radius: 8px;
    padding: 10px 20px;
    width: fit-content;
    margin:10px auto;
}
#custom-cta-section .inner-content .button-container a {
    text-transform: uppercase;
    font-weight: 600;
}
#custom-cta-section .inner-content .button-container a:hover {
    text-decoration: none;
    text-transform: uppercase;
    opacity: .9;
}
@media (max-width: 45em) {
    #custom-cta-section .inner-content h2 {
        font-size: 26px;
        font-weight: 600;
        line-height: 31px;
    }
}

@media (min-width: 45em) {
    .help-center.main-search-section.bg-blue {
        border-radius: 0 !important;
    }
    .hc-search-button .btn.btn-primary {
        border: 0;
        width: 102%
    }
    .main-search-section .hc-search-c {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main-search-section form ::placeholder, .main-search-section form inputp[type="text"] {
        color: var(--color-primary);
        font-weight: 600;
    }
}.c-wrapper {
     box-shadow: none;
     border: none;
 }
.entry-title{
    margin-top: 20px;
    font-size: 31px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 20px;
    border-bottom: 0;
}
.content.rounded-6.min-height-on-desktop h3 {
    border-bottom: 2px solid gray;
}
.content.rounded-6.min-height-on-desktop h3 a {
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
    color: black;
}
.content.rounded-6.min-height-on-desktop h3 a:hover {
    text-decoration: none;
    opacity: .8;
}
.content.rounded-6.min-height-on-desktop .list-lead a, .item-count {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    color: var(--color-accent);
}
.content.rounded-6.min-height-on-desktop .list-lead a:hover {
    text-decoration: none;
    opacity: .8;
}
.tax-faq_category .content.rounded-6.min-height-on-desktop .ellipsis a {
    color: var(--color-accent);
    font-size: 14px;
    font-weight: 600;
}
.content.rounded-6.min-height-on-desktop .ellipsis a {
    color: var(--color-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
}
.content.rounded-6.min-height-on-desktop li {
    padding: 0;
}
.content.rounded-6.min-height-on-desktop li:before, .content.rounded-6.min-height-on-desktop .ficon-solution-article-new:before {
    display: none;
}
.see-more {
    padding: 5px 10px;
    color: white;
    border-radius: 6px;
    border: 1px solid var(--color-accent);
    transition: all .3s linear;
}
.see-more:hover {
    text-decoration: none;
    background: white !important;
    color: var(--color-accent) !important;
}
.see-more span{
    font-size: 15px;
    color: var(--color-primary);
    cursor: pointer!important;
    line-height: 100%;
}
.breadcrumb a {
    color: var(--color-primary);
}
.fc-article-show p {
    color: black;
}
strong, .strong {
    font-weight: 500;
}
.article-body p, .article-body span {
    font-size: 18px !important;
    line-height: 23px;
}
@media (max-width: 60em) {
    .main, .sidebar {
        border: none !important;
        box-shadow: none !important;
    }
}
@media (max-width: 45em) {
    .page-faqs-search-section .help-center-sc .hc-nav.help-center-nav {
        display: none !important;
    }
    .help-center-sc .hc-search {
        width: 118%}
    .content h2 {
        font-size: 22px !important;
        line-height: 28px !important;
        margin-top: 20px;
    }
}.main.content.rounded-6.min-height-on-desktop.fc-article-show {
     color: black;
 }
@media (min-width: 45em) {
    .article-vote {
        margin-top: 30px;
        height: 100px;
        display: flex;
        align-items: center;
        background: var(--color-primary);
        color: white !important;
        font-size: 25px;
        font-weight: bold;
        line-height: 36px;
        padding-left: 30px;
    }
    .article-vote .vote-down, .article-vote .vote-up {
        background: white;
        padding: 6px 17px;
        color: var(--color-primary);
    }
    #article_thumbs_up {
        margin-left: 50px;
    }
    #article_thumbs_up:before, #article_thumbs_down:before, .vote-down-container:before {
        display: none;
    }
}.thumb.avatar-text.circle.text-center.bg-2 {
     display: none !important;
 }
@media (min-width: 45em) {
    .article-vote .vote-down, .article-vote .vote-up {
        font-size: 16px;
        transition: all .3s linear;
        display: inherit;
    }
    .article-vote .vote-down:hover, .article-vote .vote-up:hover {
        text-decoration: none;
        background: var(--color-accent);
        color: var(--color-primary);
    }
}
.icon-print.solution-print-icon {
    display: none !important;
}

ul.ui-autocomplete {
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px 0 rgba(63,63,68,0.15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(63,63,68,0.15);
    box-shadow: 0 1px 2px 0 rgba(63,63,68,0.15);
    margin: 0;
    padding-left: 10px;
}
ul.ui-autocomplete li.article-item{
    padding-left: 10px;
    list-style: none;
}
ul.ui-autocomplete li {
    padding: 14px 0 14px 10px;
    border-bottom: 1px solid #efefef;
}
ul.ui-autocomplete li a {
    font-size: 14px;
    color: var(--color-primary);
}
ul.ui-autocomplete li .label-light {
    background-color: transparent;
    color: var(--color-primary);
    text-shadow: none;
    border: 1px solid #DADFE3;
    padding: 2px 10px;
    font-size: 10px;
    margin: 0 10px;
    border-radius: 4px;
}
#faq-search-results {
    position: absolute;
    width: 100%;
    text-align: left;
    z-index: 9999;
    top: 42px;
}
#faq-search-results .faq-title, #faq-search-results .faq-no-results {
    background: white;
    margin: 0;
    padding: 10px;
}
#faq-search-results .faq-title a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FBFBFB;
}
#faq-search-results .faq-title:hover a {
    text-decoration-thickness: 0!important;
    color: var(--color-accent);
}
#faq-search-loader {
    background: transparent;
    margin: 14px 0;
    text-align: center;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    top: 42px;
}
.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.categories-dropdown-list {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 10px;
    gap: 10px;
}
ul.categories-dropdown-list{
    padding: 10px;
}
.categories-dropdown-list .categories-dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px;
    max-height: 37px;
    flex-shrink:0;
}
.categories-dropdown-list .categories-dropdown-item a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #81859D;
    padding: 15px;

}
.categories-dropdown-list .categories-dropdown-item:hover {
    background: var(--color-accent);
    padding: 5px 10px;
    color: white;
    border-radius: 6px;
    border: 1px solid var(--color-accent);
    transition: all .3s linear;
}
.categories-dropdown-list .categories-dropdown-item:hover a{
    color: white;
    text-decoration: none;
}
.categories-dropdown-list .active {
    background: var(--color-accent);
    padding: 5px 10px;
    color: white;
    border-radius: 6px;
    border: 1px solid var(--color-accent);
    transition: all .3s linear;
}
.faq-breadcrumb {
    padding-left: 0;
    padding-bottom: 20px;
    list-style: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: var(--color-primary);
    mix-blend-mode: normal;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
}
.main-search-section {
    border: none !important;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.main-search-section .hc-search-c h2 {
    color: white !important;
    font-size: 25px;
    font-weight: normal;
    line-height: 36px;
}

@media (max-width: 991px) {
    .faq-breadcrumb {
        display: none;
    }
}
@media (max-width: 1024px){
    .categories-dropdown-list {
        margin-bottom: 2rem;
        gap: 0.75rem;
    }
    .categories-dropdown-list .categories-dropdown-item {
        min-width: 130px;
        padding: 1px 24px;
    }
}
@media (max-width: 900px){
    .c-wrapper .fc-portal-solution-home .cs-g-c .article-list,
    .c-wrapper .fc-solution-home .cs-g-c .article-list {
        flex: 0 0 45%;
        max-width: 45%;
    }
    .categories-dropdown-list {
        margin-bottom: 2rem;
        gap: 0.75rem;
    }
    .categories-dropdown-list .categories-dropdown-item {
        max-height: 44px;
    }
    ul.ui-autocomplete li .label-light{
        display: none;
    }
}
@media (max-width: 600px){
    .c-wrapper .fc-portal-solution-home .cs-g-c .article-list,
    .c-wrapper .fc-solution-home .cs-g-c .article-list {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hc-search{
        width: 100%;
    }
    .hc-nav-cta,
    .main-search-section .hc-search-c h2{
        text-align: center;
    }
}
.faq-breadcrumb::-webkit-scrollbar:horizontal {
    height: 0;
    width: 0;
    display: none;
}

.faq-breadcrumb::-webkit-scrollbar-thumb:horizontal {
    display: none;
}

.faq-breadcrumb .breadcrumb-item {
    padding-right: .5rem !important;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.faq-breadcrumb .breadcrumb-item.active {
    color: var(--color-primary);
}

.faq-breadcrumb .breadcrumb-item:last-child {
    font-weight: 700;
}

.faq-breadcrumb .breadcrumb-item a {
    color: var(--color-primary);
}

.faq-breadcrumb .breadcrumb-item a:hover {
    color: var(--color-accent);
    text-decoration: unset;
}

.faq-breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}

.faq-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block !important;
    padding-right: .5rem !important;
    color: var(--color-primary) !important;
    content: "/" !important;
    line-height: 25px !important;
}
.page-faq .faq-breadcrumb {
    margin: 5px 0 25px 5px;
}

i.icon-article-table-row{
    margin-left: 0;
    margin-right: 12px;
    float: left;
}
.icon-article-table-row {
    background: none;
    margin: 0 5px 0 0;
    padding: 0;
    width: 34px;
    height: 84px;
    font-size: 28px;
    color: #9aa1a6;
    line-height: 84px;
    -moz-box-shadow: -8px 0 10px -10px rgba(0,0,0,0.5) inset;
    -webkit-box-shadow: -8px 0 10px -10px rgba(0,0,0,0.5) inset;
    box-shadow: -8px 0 10px -10px rgba(0,0,0,0.5) inset;
    overflow: hidden;
}
.pagination {
    height: 44px;
    margin: 22px 0;
    text-align: center;
}
.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination li {
    display: inline;
}
.pagination li:first-child a,
.pagination li:first-child span {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #6f7c87;
    background-color: transparent;
    cursor: default;
    text-decoration: none;
}
.pagination a,
.pagination span {
    float: left;
    padding: 0 14px;
    line-height: 42px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}
span.current {
    border-left-width: 1px;
}
.pagination .active a,
.pagination .active span {
    color: var(--color-accent);
    cursor: default;
    background-color: #f8f9fa;
    text-decoration: none;
    font-weight: 600;
}
.pagination a:hover, .pagination .active a {
    color: #f5f5f5;
    background-color: var(--color-accent);
}
.hc-nav-cta {
    color: rgba(255,255,255,0.5);
    padding-right: 4px;
    font-size: 14px;
    margin-top: 20px;
}
.help-center.main-search-section .hc-search-c {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.entry-content a{
    color: var(--color-secondary);
}

.loadmore-button {
    padding: 10px 15px;
    background-color: var(--color-secondary);
    color: white;
    text-align: center;
    border-radius: 5px;
    display: block;
    margin: 20px auto;
    cursor: pointer;
    transition: background-color 0.2s;
    font-weight: 600;
}

.loadmore-button:hover {
    background-color: var(--color-accent);
}

.type-faq .entry-content img{
    max-width: 100%;
}