a
{
    text-decoration:none;
}

h1, h2, h3, h4, li, p
{
    font-family: inherit;
}

.textjustified {
    text-align: justify;
}

/*
.header
{
    position: static !important;
}
*/

h1
{
    font-size: 2.25em;
}

.kb a
{
    text-decoration: none;
}

#headerSection {
    background-color: #f5fae7;
    border-bottom: 1px solid #0a5b0c;
    overflow: hidden;
}

#headerSection.categoryPage .searchFormLeft {
    width: 29%;
    float: left;
    color: #0a5b0c;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 0;
}

#headerSection.categoryPage .searchFormFrame {
    margin: 0 !important;
    float: right !important;
    padding: 0;
}

#headerSection.categoryPage .rowCenter {
    padding: 20px 0;
}

/*
.row {
    position: relative;
    padding-left: 15px !important;
    padding-right: 15px !important;
} */

#headerSection .rowCenter {
    padding: 43px 0;
}

.row .rowCenter {
    max-width: 58.75em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#headerSection h1 {
    color: #0a5b0c;
    text-align: center;
    font-weight: bold;
    font-size: 2.5em;
    letter-spacing: -1px;
    padding: 0 0 10px 0;
}

#headerSection .largeText {
    font-size: 1.1em;
    max-width: 600px;
    margin: auto;
    padding: 0 15px;
    text-align: center;
}

#headerSection .searchFormFrame {
    width: 70%;
    margin: auto;
    padding: 20px 0 10px 0;
}

#headerSection .searchFormFrame #searchField {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #adadad;
    float: none;
    width: 80%;
    background: #fff !important;
    height: 56px;
    line-height: 56px;
    font-size: 1.2em;
    padding: 0 10px;
    color: #333;
}

#headerSection .searchFormFrame #searchSubmit {
    background-color: #fe843c;
    background-image: -webkit-linear-gradient(#fe843c,#e25501);
    background-image: linear-gradient(#fe843c,#e25501);
    border: 1px solid #d34f01;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 56px;
    line-height: 50px;
    float: right;
    width: 20%;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 1px;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    cursor: pointer;
    position: relative;
}

#mostPopular {
    background: #f2f2f2;
}

#mostPopular .rowCenter {
    padding: 20px 0;
}

#mostPopular .rowCenter h5 {
    padding-bottom: 10px;
    font-size: 1em;
}

#mostPopular .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
}

#mostPopular .column ul {
    list-style: disc;
    padding-left: 15px;
    color: #0a5b0c;
}

#mostPopular .column ul li {
    font-size: 0.9em;
    padding-bottom: 10px;
}

#mostPopular .column ul li a {
    color: #000;
    text-decoration: underline;
}

#mainContent .rowCenter {
    padding: 30px 0 0 0;
}

#mainContent .rowCenter .column:last-child {
    margin-right: 0;
}

#mainContent .rowCenter .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
}

@media screen and (min-width: 40em) {
    #mainContent .rowCenter .column .tabbable .accordion-tabs-minimal li.tab-header {
        display: inline;
    }
}

#mainContent .rowCenter .column .tabbable .accordion-tabs-minimal li.tab-header {
    text-align: center;
    text-transform: uppercase;
}

#mainContent .rowCenter .column .tabbable .accordion-tabs-minimal li.tab-header.active a.tab-link {
    border-bottom: 0;
    border: 1px solid #DDD;
    border-bottom-color: #f5fae7;
    margin-bottom: -1px;
    color: #0c68af;
}

@media screen and (max-width: 40em)
{
    #mainContent .rowCenter .column .tabbable .accordion-tabs-minimal li.tab-header.active a.tab-link {
        background: #f5fae7;
    }
}

#mainContent .rowCenter .column .tabbable .accordion-tabs-minimal li.tab-header a.tab-link {
    background-color: #fff;
    border-top: 1px solid #DDD;
    color: #333;
    display: block;
    font-weight: bold;
    padding: 0.5em 1.618em;
}

@media screen and (min-width: 40em) {
    #mainContent .rowCenter .column .tabbable .accordion-tabs-minimal li.tab-header a.tab-link {
        display: inline-block;
        border-top: 0;
    }
}

#mainContent .rowCenter .column .tabbable .accordion-tabs-minimal:after {
    content: "";
    display: table;
    clear: both;
}

#mainContent.row
{
    position: relative;
    padding-left: 15px !important;
    padding-right: 15px !important;
    min-height: 500px;
    margin-bottom: 30px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

#mainContent .rowCenter .column .tabbable .tab-pane.active .tab-content {
    border-top: 1px solid #DDD;
    display: block;
}

#mainContent .rowCenter .column .tabbable .tab-content {
    display: block !important;
}

#mainContent .rowCenter .column .tabbable .tab-content {
    display: none;
    padding: 1.5em 0;
}

#mainContent .rowCenter .column .grid-items-lines {
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 53.75em) {
    #mainContent .rowCenter .column .grid-items-lines .grid-item {
        width: 25% !important;
    }
}

#mainContent .rowCenter .column .grid-items-lines .grid-item {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 16em;
    background: #fff;
    width: 100%;
    float: left;
    padding: 2em;
    border-right: 1px solid rgba(51,51,51,0.2);
    border-bottom: 1px solid rgba(51,51,51,0.2);
    cursor: pointer;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 40em)
{
    #mainContent .rowCenter .column .grid-items-lines .grid-item {
        height: auto;
        padding: 1em 1em 0em 1em;
    }
}

#mainContent .rowCenter .column .grid-items-lines .grid-item .tagIcon {
    font-size: 80px;
    line-height: 95px;
    color: #0c68af;
}

#mainContent .rowCenter .column .grid-items-lines .grid-item h1 {
    color: black;
    font-size: 1.3em;
    margin-bottom: .4em;
    font-weight: bold;
}

#mainContent .rowCenter .column .grid-items-lines .grid-item p {
    color: rgba(51,51,51,0.6);
}

#mainContent .rowCenter .column .grid-items-lines .grid-item .whiteBorderZ {
    position: absolute;
    width: 1px;
    height: 40px;
    bottom: -21px;
    right: -1px;
    background: #fff;
    display: block;
    z-index: 2;
}

#mainContent .rowCenter .column .grid-items-lines .grid-item .whiteBorderX {
    position: absolute;
    width: 40px;
    height: 1px;
    bottom: -1px;
    right: -21px;
    background: #fff;
    display: block;
    z-index: 2;
}

#mainContent .rowCenter .column .grid-items-lines .right-cover {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 4px;
    background: #fff;
}

#mainContent .rowCenter .column .grid-items-lines .bottom-cover {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #fff;
}

#mainContent .rowCenter .column .grid-items-lines .grid-item:hover {
    background: rgba(51,51,51,0.05);
}

#footer {
    background: #f2f2f2;
    padding: 35px 0;
    z-index: 0;
}

#footer .rowCenter .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
}

#footer .rowCenter .column .text {
    padding: 15px 0;
    font-size: 0.9em;
}

#footer.row
{
    position: relative;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin:0;
}

#categoryMainContent .rowCenter {
    padding: 30px 0 30px 0;
}

#categoryMainContent.row
{
    position: relative;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.row .columnSmall {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
}

@media screen and (max-width: 40em)
{
    .row .columnSmall {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
    }
}

.backtohome {
    padding: 0 0 10px 0;
    color: #0a5b0c;
    line-height: 2em;
}

.backtohome a {
    font-size: 0.9em;
    text-decoration: underline;
    color: #0c68af;
}

#categoryMainContent .rowCenter .columnSmall h6 {
    width: 90%;
    border-top: 1px solid #DDD;
    padding-top: 15px;
}

@media screen and (max-width: 40em)
{
    #categoryMainContent .rowCenter .columnSmall h6 {
        border: 1px solid #0a5b0c;
        padding: 10px;
        cursor: pointer;
        width: 100%;
    }
}

#categoryMainContent .rowCenter .columnSmall .categoryList, 
#categoryMainContent .rowCenter .columnSmall .mobileCategoryList {
    padding-top: 15px;
}

#categoryMainContent .rowCenter .columnSmall .categoryList li a, 
#categoryMainContent .rowCenter .columnSmall .mobileCategoryList li a {
    display: block;
    width: 90%;
    border-top: 1px solid #DDD;
    color: #333;
    padding: 9px 15px 9px 10px;
    font-size: 14px;
    font-weight: bold;
}

ul.categoryList ul.categories.active, ul.mobileCategoryList ul.categories.active {
    display: block;
}

ul.categoryList ul.categories, ul.mobileCategoryList ul.categories {
    display: none;
}

#categoryMainContent ul,
#categoryMainContent ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#categoryMainContent {
    min-height: 600px;
}

#categoryMainContent .rowCenter .columnSmall .categoryList li a.active,
#categoryMainContent .rowCenter .columnSmall .categoryList li a:hover,
#categoryMainContent .rowCenter .columnSmall .mobileCategoryList li a.active,
#categoryMainContent .rowCenter .columnSmall .mobileCategoryList li a:hover {
    background-color: #f5fae7;
}

#categoryMainContent .rowCenter .columnSmall .categoryList li ul li a, 
#categoryMainContent .rowCenter .columnSmall .mobileCategoryList li ul li a {
    padding: 9px 15px 9px 30px;
    font-weight: normal;
}

#categoryMainContent .rowCenter .columnSmall .categoryList li a, 
#categoryMainContent .rowCenter .columnSmall .mobileCategoryList li a {
    display: block;
    width: 90%;
    border-top: 1px solid #DDD;
    color: #333;
    padding: 9px 15px 9px 10px;
    font-size: 14px;
    font-weight: bold;
}

#categoryMainContent .rowCenter .columnSmall .mobileCategoryList {
    display: none;
}

@media screen and (max-width: 40em)
{
    #categoryMainContent .rowCenter .columnSmall .categoryList {
        display: none;
    }
}

#categoryMainContent .rowCenter .columnLarge {
    margin-right: 0;
}

.row .columnLarge:last-child {
    margin-right: 0;
}

.row .columnLarge {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    padding-right: 20px;
}

@media screen and (max-width: 40em)
{
    .row .columnLarge {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        padding-right: 0;
    }
}

#categoryMainContent .rowCenter .columnLarge h1 {
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #999;
    padding: 0 0 8px 0;
    margin: 0;
    position: relative;
}

@media screen and (max-width: 40em)
{
    #categoryMainContent .rowCenter .columnLarge h1 {
        font-size: 1.7em;
        padding: 20px 0 8px 0;
    }
}

#categoryMainContent .rowCenter .columnLarge h1 span.titleCaret {
    display: block;
    position: absolute;
    width: 26px;
    height: 14px;
    bottom: -13px;
    left: 30px;
}

#categoryMainContent .rowCenter .columnLarge .articleList {
    padding-top: 10px;
}

#categoryMainContent .rowCenter .columnLarge .articleList li {
    border-bottom: 1px solid #DDD;
    padding: 15px 0;
}

#categoryMainContent .rowCenter .columnLarge .articleList li a.title {
    font-size: 1.3em;
    font-weight: bold;
}

#categoryMainContent .rowCenter .columnLarge .articleList li .tags {
    padding: 3px 0 3px 0;
    font-size: 0.8em;
    color: #333;
}

#categoryMainContent .rowCenter .columnLarge .articleList li .tags span {
    color: #333;
    font-style: italic;
}

#categoryMainContent .rowCenter .columnLarge .articleList li .tags a {
    color: #333;
    display: inline-block;
}

#categoryMainContent .rowCenter .columnLarge .articleList li .description {
    color: #333;
    font-size: 0.9em;
}

#categoryMainContent .rowCenter .columnLarge .articleList li .stats {
    padding-top: 3px;
    color: #999;
    font-size: 0.8em;
}

#categoryMainContent .rowCenter .columnLarge .pagination {
    padding: 30px 0 0 0;
}

#categoryMainContent .rowCenter .columnLarge .pagination li {
    float: left;
    margin-bottom: 5px;
}

#categoryMainContent .rowCenter .columnLarge .pagination li a.active, #categoryMainContent .rowCenter .columnLarge .pagination li a:hover {
    background-color: #f55050;
}

#categoryMainContent .rowCenter .columnLarge .pagination li a {
    display: block;
    width: 1.7em;
    text-align: center;
    margin-right: 4px;
    line-height: 25px;
    background: #823131;
    color: #fff;
    font-size: 0.9em;
    position: relative;
}

#categoryMainContent .rowCenter .columnSmall h6 .mobileTrigger {
    display: none;
}

@media screen and (max-width: 40em)
{
    #categoryMainContent .rowCenter .columnSmall h6 .mobileTrigger {
        display: block;
        float: right;
        font-size: 1.3em;
    }
}

#questionMainContent .subheader {
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    padding: 5px 0;
    font-size: 0.9em;
}

.kb.article h2,
.kb.article h3 {
    color: #000;
    padding: 15px 0 15px 0;
}

.kb.article h2 {
    font-size: 123.1%;
}

.kb.article h3 {
    font-size: 105%;
}

.kb.article .rowCenter {
    padding: 30px 0;
}

.kb.article h1 {
    font-weight: normal;
    padding: 15px 0 0 0;
}

.kb.article .columnLarge .content {
    padding-top: 20px;
    padding-bottom: 20px;
}

@font-face {
    font-family: 'mainiconfont';
    src: url('/fonts/mainiconfont.eot?g59eyb');
    src: url('/fonts/mainiconfont.eot?g59eyb#iefix') format('embedded-opentype'), url('/fonts/mainiconfont.ttf?g59eyb') format('truetype'), url('/fonts/mainiconfont.woff?g59eyb') format('woff'), url('/fonts/mainiconfont.svg?g59eyb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="my-icon-"], [class*=" my-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'mainiconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-lifebuoy:before {
    content: "\e941";
}

.icon-download:before {
    content: "\e960";
}

.icon-licensing:before {
    content: "\e93f";
}

.icon-install:before {
    content: "\e962";
}

.icon-instructions:before {
    content: "\ea04";
}

.icon-newversions:before {
    content: "\e91a";
}

/* Colour schemes */
html.netop #headerSection {
    background-color: #fe843c;
    background-image: -webkit-linear-gradient(#68ade2,#8fc8f3);
    background-image: linear-gradient(#68ade2,#8fc8f3);
    color:white;
}

html.netop #headerSection h1,
html.netop #headerSection.categoryPage .searchFormLeft
{
    color: white;
}

html.netop #headerSection .searchFormFrame button[type='submit']
{
    background-color: #fe843c;
    background-image: -webkit-linear-gradient(#fe843c,#e25501);
    background-image: linear-gradient(#fe843c,#e25501);
    border: 1px solid #d34f01;
}

html.netop #mainContent .rowCenter .column .tabbable .accordion-tabs-minimal li.tab-header.active a.tab-link,
html.netop #mainContent .rowCenter .column .grid-items-lines .grid-item h1 {
    color: #0c68af;
    margin-top:10px;
}

html.netop #mainContent .rowCenter .column .grid-items-lines .grid-item .tagIcon [class^="my-icon-"], [class*=" my-icon-"] {
    color: #0c68af;
}

.kb.article h1
{
    font-size: 1.9em;
    margin-bottom: 20px;
    margin-top: 20px;
}

.kb.article p
{
    font-size: 14px;   
    margin-top: 1.4em;
}

.kb.article #mainContent .subheader
{
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    padding: 5px 0;
    font-size: 0.9em;
}

.kb.article ol
{
    margin-top: 10px;
    list-style-type: decimal;
    padding-left:40px;
}

.kb.article ul
{
    margin-top: 10px;
    list-style-type: disc;
    padding-left:40px;
}

.kb.article ol li,
.kb.article ul li
{
    font-size:14px;
}

.kb.article h2
{
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;    
}

.kb .searchFormFrame
{
    margin-bottom:20px;
}

.kb .netop-blue
{
    background-color: #fe843c;
    background-image: -webkit-linear-gradient(#68ade2,#8fc8f3);
    background-image: linear-gradient(#68ade2,#8fc8f3);
}

.kb #searchSubmit
{
    background-color: #fe843c;
    background-image: -webkit-linear-gradient(#fe843c,#e25501);
    background-image: linear-gradient(#fe843c,#e25501);
    border: 1px solid #d34f01;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 56px;
    line-height: 50px;
    float: right;
    width: 20%;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 1px;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    cursor: pointer;
    position: relative;    
}

.kb #searchField
{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #adadad;
    float: left;
    width: 80%;
    background: #fff !important;
    height: 56px;
    line-height: 56px;
    font-size: 1.2em;
    padding: 0 10px;
    color: #333;    
}

.kb.article .pageheader.netop-blue
{
    padding-top:0;
}
