.main-container {
    width: 980px;
    margin: 0 auto;
}

.faq-section {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #363636;
    background: #fff;
    font: 12px/1.55 gothambook,Helvetica,Tahoma,sans-serif;
}

input,
select,
textarea,
button {
    vertical-align: middle;
}

input {
    font: 13px/15px Arial, Helvetica, sans-serif;
    color: #5d5d5d;
    font-weight: 400;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 21.875px;
    color: #555;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
    -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
    -o-transition: border linear 0.2s,box-shadow linear 0.2s;
    -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
    transition: border linear 0.2s,box-shadow linear 0.2s;
}

.content_area.pic{
    text-align: center;
}

.faq-section .banner {
    text-align: left;
    background-color: #fff;
    padding: 0.9em 1.6em;
    color: #000;
    border-bottom-width: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-box-shadow: rgba(255,255,255,0.5) 0 1px inset;
    -webkit-box-shadow: rgba(255,255,255,0.5) 0 1px inset;
    box-shadow: rgba(255,255,255,0.5) 0 1px inset;
    *zoom: 1;
    border: none;
}

.faq-section .container {
    display: block;
    max-width: none;
}

.faq-section .hide {
    display: none;
}

.faq-section input.special {
    border-radius: 6px;
    border-color: #8c8c8c;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 6px 10px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 2px inset;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 2px inset;
    box-shadow: rgba(0,0,0,0.3) 0 1px 2px inset;
    box-sizing: border-box;
}

.faq-section a,
.faq-section .a-link {
    color: #363636;
    text-decoration: none;
}

.faq-section img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.faq-section .cs-g {
    width: 48.14815%;
    float: left;
    margin-right: 3.7037%
}

.faq-section .cs-g:nth-child(even) {
    width: 48.14815%;
    float: right;
    margin-right: 0;
    clear: right
}

.faq-section .cs-g-3 {
    width: 30%;
    float: left;
    margin-right: 5%
}

.faq-section .cs-g-3:nth-child(3n+3) {
    width: 30%;
    float: right;
    margin-right: 0
}

.faq-section .cs-g-3:nth-child(3n+1) {
    clear: left
}

.faq-section .cs-s {
    border-top: 3px solid #eee;
    text-align: center
}

.faq-section .cs-s h3 {
    border-top: none;
    margin-top: 20px;
    text-align: center
}

.faq-section .list-lead {
    text-align: center;
    font-family: gotham, Arial, Helvetica, sans-serif
}

.faq-section .forum-folder a {
    text-decoration: none;
    color: #464746;
    font-size: 18px
}

.faq-section .ellipsis {
    white-space: normal
}

.search-results-list .ticket-item a,.search-results-list .topic-item a,.search-results-list .article-item a {
    color: #1ea78b;
    font-weight: 600;
    font-size: 16px
}

.search-results-list .ticket-item,.search-results-list .topic-item,.search-results-list .article-item {
    border-bottom: 1px solid #dbdbdb;
    margin-top: 10px
}

.faq-section .match {
    background-color: #fcffb7;
    padding: 0 3px;
    border-radius: 2px
}

.faq-section .ticket-brief .ellipsis a {
    color: #333;
    font-weight: 400
}

.faq-section input.special:focus {
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}

.faq-section input.special::-webkit-input-placeholder {
    color: #444444;
    opacity: 0.7
}

.list-lead
{
    text-align:center;
    font-family: gotham, Arial, Helvetica, sans-serif;
    margin: 7.29167px 0;
}

.faq-section .lead,
.faq-section .lead-small,
.faq-section .list-lead {
    line-height: 28.4375px;
    font-size: 18px;
    font-weight: 200;
    color: inherit
}

.faq-section .lead b,
.faq-section .lead-small b,
.faq-section .list-lead b {
    font-weight: 500
}

.faq-section .links-inherit a,
.faq-section .links-inherit a:hover,
.faq-section .list-lead a,
.faq-section .list-lead a:hover {
    color: inherit
}

.faq-section .lead-small {
    font-size: 16px
}

.faq-section .list-lead {
    margin: 7.29167px 0
}

.faq-section .no-results {
    color: #ccc;
    font-size: 14px
}

.faq-section .see-more {
    color: rgba(54,54,54,0.5)
}

.faq-section .form-portal .control-group {
    margin-bottom: 21.875px;
}

.faq-section label,
.faq-section input,
.faq-section button,
.faq-section select,
.faq-section textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
}

.faq-section label {
    display: block;
    margin-bottom: 5px;
}

.faq-section label.required:after {
    content: "*";
    color: #d00;
    font-size: 16.8px;
    font-weight: bold;
    position: relative;
    top: 4px;
    margin-left: 5px;
}

.faq-section .form-portal .controls {
    margin-left: 160px;
}

.faq-section .span12 {
    width: 100%;
    float: left;
    margin-right: 1.20482%;
    display: inline;
}

.faq-section .form-portal .control-label {
    float: left;
    width: 140px;
    padding-top: 4px;
}

.faq-section .form-portal .control-group:before,
.faq-section .form-portal .control-group:after {
    display: table;
    content: "";
}

.faq-section .form-portal .control-group:after {
    clear: both;
}

.faq-section #attachment-type .add_attachment {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    z-index: 2;
    color: #464746;
    background: #e2e2e2;
    padding: 10px;
}

.faq-section #attachment-type input[type="file"] {
    display: inline-block;
    cursor: pointer;
    height: 26px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.faq-section #attachment-type .hidden_upload input[type="file"] {
    cursor: pointer;
    height: 22px;
    opacity: 0;
    position: relative;
    right: 0;
    top: -15px;
    width: 140px;
    z-index: 10;
}

.faq-section .form-actions {
    margin-top: 10.9375px;
    padding-top: 10.9375px;
    margin-bottom: 21.875px;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
    padding-left: 160px;
}

.faq-section .form-actions:before,
.faq-section .form-actions:after {
    display: table;
    content: "";
}

.faq-section .form-actions:after {
    clear: both;
}

.faq-section .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 15px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    *line-height: 18px;
    color: #333;
    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: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e3e3e3', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #d9d9d9;
    *border: 0;
    border-bottom-color: #bfbfbf;
    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);
    border-radius: 0;
}

.faq-section .btn-primary {
    background-image: -moz-linear-gradient(top, #363636, #1d1d1d);
    background-image: -ms-linear-gradient(top, #363636, #1d1d1d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#363636), to(#1d1d1d));
    background-image: -webkit-linear-gradient(top, #363636, #1d1d1d);
    background-image: -o-linear-gradient(top, #363636, #1d1d1d);
    background-image: linear-gradient(to bottom, #363636,#1d1d1d);
    background-repeat: repeat-x;
    border-color: #1d1d1d #1d1d1d #000;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #1d1d1d;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-color: #363837;
    border: none;
    margin-left: 10px;
    text-transform: none;
    border-radius: 0;
}

.faq-section .btn-primary, .btn-primary:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.c-wrapper:after, .cs-g-c:after {
    content: "";
    display: table;
    clear: both;
}


.help-center {
    z-index: 3;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    color: #000;
    *zoom:1}

.help-center:before,.help-center:after {
    display: table;
    content: ""
}

.help-center:after {
    clear: both
}

.help-center {
    margin-top: 5px;
    padding: 1em 2em
}

.hc-search {
    position: relative
}

.help-center .hc-search-form {
    background-color: #e5e5e5;
    padding: 5px;
    border-radius: 6px
}

.hc-search-form {
    *zoom:1}

.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: 35px
}

.hc-search-input input {
    width: 100%
}

.hc-search-button .btn {
    width: 100%;
    text-transform: uppercase;
    padding: 5px
}

.breadcrumb {
    margin: 0 0 5.46875px
}

.breadcrumb .divider {
    padding: 0 5px;
    color: #999
}

.breadcrumb a {
    margin-right: 7px;
    color: rgba(54,54,54,0.5)
}

.breadcrumb a:hover {
    color: inherit;
    text-decoration: none
}

.breadcrumb a:before,.breadcrumb span:before {
    content: "/";
    margin-right: 10px;
    color: #bbbbbb;
    font-size: 16px;
    font-weight: 200;
    position: relative;
    top: 1px
}

.breadcrumb a:before:hover {
    text-decoration: none
}

.breadcrumb a:first-child:before {
    content: none
}

.breadcrumb span {
    color: #888
}

.help-text,.p-info,.info-text,.list-noinfo,.description-text {
    color: #999;
    line-height: 19.88636px
}

.c-article-row .article-title {
    margin-top: 6px;
}

.c-link {
    font-weight: bold;
    font-size: 1.16em;
}

.c-row {
    padding: 10px;
    border-top: 1px solid #f3f3f3;
    font-size: 14px;
}

.c-row:hover {
    background-color: rgba(241,239,236,0.3);
}

.c-article-row {
    padding-left: 50px;

}

hr {
    margin: 16.82692px 0;
    border: 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #fff
}

.article-body p, .article-body li, .article-body div {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

.article-body code, .article-body pre, .article-body p, .article-body li, .article-body div {
    word-break: normal;
    word-wrap: break-word;
}

.vote-up, .vote-down {
    font-weight: bold;
    margin-left: 10px;
}

.vote-down-container:before {
    content: "-";
    color: #e5e5e5;
    margin-left: 10px;
}

div .main {
    width: 66.26506% !important;
    display: inline
}

.sidebar {
    width: 32.53012%;
    float: right;
    margin-right: 0;
    margin-left: -10px;
    display: inline
}

.footer-container {
    width: 100%;
}

section.main.content {
    float: left;
}




header-tabs a:nth-child(2){
    display:none;
}
.page-tabs .nav-link a:first-child {
    border-bottom-left-radius: 0;
}

h3{
    font-family: gothambook, Helvetica, Verdana, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: #464746;
}

div.menu{
    margin: 0 8px !important;
}
/*----------------------------------------------------------------------------------------------------------*/
/*--
--*/

.Freshsearchbar{
    width: 90%;
    background: none;
    color: #444444;
    font-size: 14px;
    text-align: center;
    padding: 0 0 20px 0;

}

.carimages{
    max-width: 100%;
}
.latestcars>h1{
    font-family: "OpenSans-Light";
    font-size: 41px;
    letter-spacing: 10px;
    padding-top: 66px;
    padding-bottom: 70px;
    color: #020243;
}
.sortby{
    font-family: "OpenSans Regular";
    font-size: 16px;
    color: #262626;
}
.latestlist{
    color: #6D6D6D;
    font-family: "OpenSans Regular";
    font-size: 14px;
    color: #262626;

}
.latest-navleft{
    width: 152px;
    margin-left: auto!important;
    margin-right: auto!important;
    border: 0;
    float: none!important;

}
.latest-navleft>li:last-child{
    padding-left: 216px;
}
.latest-navleft>li>a{
    color: #6D6D6D;
    font-family: "gothambook, Helvetica, Verdana, sans-serif";
    font-size: 14.8px;
    border: 0;
    padding-top: 0;

}
.latest-navleft > li > a:hover,
.latest-navleft > li > a:focus {
    text-decoration: none;
    background-color: #fff;
    outline: none;
}
.latest-navleft>li>button{
    background: none;
    border: 0;
    font-size: 15pt;
    color: #F8C72D;
}
.latest-navleft>li>button:hover{
    color: #3F86D2;
}

.latest-navleft>li>a:hover{
    background: none;
    border: 0;

}
@media screen and (min-width: 1366px){
    .latest-navleft{
        width: 810px;

    }
}
@media screen and (max-width: 767px){
    .latestcars>h1{
        font-size: 18px;
        letter-spacing: 5px;
        padding-top: 20px;
        margin-top: 0;
        padding-bottom: 40px;
    }
    .latest-navleft{
        padding-bottom: 0;
        padding-bottom: 0;
        height: 186px;
    }
    .latest-navleft>li{
        float: none;

    }
    .latestcars{
        padding-bottom: 0!important;
    }



    .li-sortby{
        padding-bottom: 20px;
    }
    .sortby{
        font-weight: bold;
    }

    .latestcars{
        text-align: center;
        padding-bottom: 20px;
    }
    #hideonmobile{
        visibility: hidden;
    }
    .latest-navleft{
        width: 260px;

    }
}
@media screen and (min-width: 768px) and (max-width: 1067px){
    .sortby{
        font-family: "gothambook, Helvetica, Verdana, sans-serif";
        font-size: 14px;
        color: #262626;
    }
    .latestlist{
        font-size: 12px;

    }
    .latest-navleft>li>a{
        padding-left: 0;
    }
    .latest-navleft{
        width: 675px;

    }
}

.kbasehome{
    width:650px;
}


c-wrapper, .footer-wrapper {
    max-width: 1019px;
    margin: 0 auto;
}

.content{
    border: none;
    padding: 1em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.7) 0 1px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.7) 0 1px inset;
    box-shadow: rgba(255, 255, 255, 0.7) 0 1px inset;
    position: relative;
    background-color: #fff;
}

.heading{
    font-family: gothambook, Helvetica, Verdana, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

.sub-heading {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 20px;
    text-align:center;
    font-family: gotham,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 20px;
}

.icon-folder-home {
    float: left;
    width: 50px;
    height: 50px;
    background: #469ad1;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin-right: 15px;
    display: block;

}

.icon-community-home {
    float: left;
    width: 50px;
    height: 50px;
    background: #469ad1;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin-right: 15px;
    display: block;

}

.article-list, .topic-list {
    margin-top: 0;
}


.blurb {
    float: left;
    margin-left: 13%;
    margin-top: -4px;
    width: 240px;
    min-height: 81px;
}

.home-h2 {
    display: block;
    font-family: gothambook, Helvetica, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 31px;
    line-height: 31px;
    margin-left:7%;
}

.home-p {
    margin-left: 10%;
    font-size: 13px;
    display: block;
    font-family: gothambook, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 81px;
    line-height: 18px;
}

.forum-sidebar {
    margin: 0 0 30px 0;
    background: #f9f9f9;
    padding: 20px 20px 10px 20px;
    font-size: 12px;
    width:300px;
}
.forum-sidebar {
    margin: 0 0 30px 0;
    background: #f9f9f9;
    padding: 20px 20px 10px 20px;
    font-size: 12px;
    width:300px;
}
.forum-sidebar {
    margin: 0 0 30px 0;
    background: #f9f9f9;
    padding: 20px 20px 10px 20px;
    font-size: 12px;
    width:300px;
}

h4 {
    font-size: 23px;
    line-height: 26px;
    font-family: gotham, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
}

p {
    font-size: 13px;
    line-height: 22px;
    color: #363636;
    margin-bottom: 22px;
    font-family: gotham, Helvetica, sans-serif;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    margin: 0 15px;
    float: left;
}

.col3 {
    width: 225px;
}
.news-grids,.event-grids{
    margin:3em 0 0;
}
.news-grd img {
    min-height: 248px;
}
.news-grd img {
    width: 100%;
    min-height: auto;
}
.news-grd-text{
    padding: 1.45em;
    border: 1px dotted #999;
    border-top: none;
}
.news-grd-text h4 a,.news-grd-text1 h4 a{
    color: #F16E6E;
    font-size: 1.3em;
    margin: 0.5em 0 0;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
}
.news-grd-text a span,.news-grd-text1 a span,.event-grid a span{
    color: #37D2C3;
}
.news-grd-text h4 a, .news-grd-text1 h4 a {
    font-size: 1em;
}
.TweetAuthor {
    max-width: 100%;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    word-wrap: normal!important;
}
user agent stylesheet
div {
    display: block;
}
.cs-s {
    border-top: 3px solid #eee;
    text-align:center;
}

.cs-s h3 {
    border-top: none;
    margin-top: 20px;
    text-align:center;
}


.forum-folder a {
    text-decoration: none;
    color: #464746;
    font-size: 18px;
}

.ellipsis {
    white-space: normal;
}

/* Search Page */
.search-results-list .ticket-item a, .search-results-list .topic-item a, .search-results-list .article-item a{
    color: #1ea78b;
    font-weight: 600;
    font-size: 16px;
}
.search-results-list .ticket-item, .search-results-list .topic-item, .search-results-list .article-item{
    border-bottom:1px solid #dbdbdb;
    margin-top: 10px;
}
.match {
    background-color: #fcffb7;
    padding: 0 3px;
@include border-radius(2px);
}

/* Tickets page */

.ticket-brief .ellipsis a{
    color: #333;
    font-weight: 400;
}
/*-------------------------------------------------------------------------------------------------------------------------------------*/
/* Profile edit page */

input.special::-webkit-input-placeholder {
    color:#444444; opacity: 0.7; }

.header-container .social-links span {

    height: 22px;
    margin-right: 5px;
    width: 1px;

}
element {
}
a:link, a:visited {
}
.explorebtn {
    right: -40px !important;
    padding: 3px !important;
}
.explorebtn {
    border: 1px solid #959595;
    color: #959595;
    display: inline-block;
    font: 13px/16px gothambook,Arial,Helvetica,sans-serif;
    margin-top: 4px;
    padding: 1px 10px 2px;
    vertical-align: bottom;
}
a {
    text-decoration: none;
}
a, a:active {
    outline: none;
}
a {
    outline: none;
}
element {
    line-height: 21px;
    font-size: 13px;
    text-align: center;
}
.main {
    text-align: left;
}
.headerlogo
{
    padding: 40px;
}

/*----------------------------------------------------------------------------------------------------------*/

#solutions-home {
    min-height: 300px !important;
    width: 100% !important;
}

/*----------------------------------------------------------------------------------------------------------*/
.page-tabs {
    color: #414241;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    text-transform: uppercase;
    font-family: gothambook, Helvetica, sans-serif;
    font-size: 13px;
    border: 0;
}

.page-tabs .nav-link a {
    float: left;
    border-width: 0 1px 0 0;
    text-align: center;
    padding: 0 15px;
    color: inherit;
    min-width: 100px;
    border: 1px solid #bbbbbb;
    margin-left: 7px;
    margin-right: 7px;
}

.article-list li:before, .topic-list li:before, .ticket-list li:before, li.article-item:before, li.topic-item:before, li.ticket-item:before, li.note-item:before
{
    display:none;
}
.page-stamp
{
    display:none;
}
.content, .content-form, .content-light {
    padding: 0
}
.article-list li, .topic-list li, .ticket-list li {
    padding: 15px;
    margin-bottom: 10px;
    background: #f4f4f4;
    font-size: 14px;
    color: #444;
    font-family: gotham,Helvetica,sans-serif;
}
ul li:hover
{
    background: #eee;
}
.icon-print
{
    display:none;
}
.hc-search-button .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-family: gotham, Helvetica, Verdana, sans-serif;
    letter-spacing: 2px;
    width: 100%;
    text-transform: uppercase;
    padding: 5px;
}
.redactor_box
{
    border-radius: 0;
}
.redactor_editor
{
    font-family:gotham!important;
}
.item-count
{
    display:none;
}
.hc-search-input input.special {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-color: #ccc;
    font-family: gotham, Helvetica, Verdana, sans-serif;
}
.btn-primary {
    background-color: #363837;
    border:none;
    margin-left: 10px;
    text-transform: none;
    border-radius: unset;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
input.special {
    border-color: #ccc;
    /* -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 2px inset; */
    /* box-shadow: rgba(0,0,0,0.3) 0 1px 2px inset; */
}
.banner
{
    border:none;
}
.heading {
    font-family: gotham, Helvetica, Verdana, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    color: #363636;
}
.page-tabs
{
    padding-bottom: 50px;
}
.hc-search-input {
    width: 80%;
    float: left;
}
.hc-search-button {
    width: 20%;
    position: relative;
    float: left;
}
.content-light {
    border: none;
}
.cs-s h3 a {
    color: #363636;
    font-weight: normal;
    font-family: gotham,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 20px;
}

cs-g article-list
{
    width:100%;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
    border-radius: 0;
}
.btn
{
    border-radius: 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}
#attachment-type .add_attachment {
    color: #464746;
    background: #e2e2e2;
    padding:10px;
    width: 120px;
}
.search-results-list .ticket-item a, .search-results-list .topic-item a, .search-results-list .article-item a {
    color: #464847;
}
.c-link {
    font-weight: bold;
}
.c-article-row .icon-article-table-row
{
    display:none;
}
.match {
    background-color: #eee;
    padding: 2px 3px;
    border-radius: 0;
}

.helpbutton {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 10px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    letter-spacing:1px;
}


.helpbutton5 {
    background-color: white;
    color: #959595;
    border: 1px solid #959595;
    margin-top: 20px;
    padding: 10px 10px;
    font-size:12px;
    font-family: gotham,Helvetica,sans-serif;
    letter-spacing: 0;
}
.helpbutton6 {
    background-color: white;
    color: #959595;
    border: 1px solid #959595;
    margin-top: 20px;
    padding: 10px 10px;
    font-size:12px;
    font-family: gotham,Helvetica,sans-serif;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.helpbutton5:hover {
    background-color: #959595;
    color: white;
}
.helpbutton6:hover {
    background-color: #959595;
    color: white;
}

.article-list, .topic-list
{
    text-align:center;
}

.unstyled
{
    margin-left: 20px !important;
    text-align: left;
}
