html, body {
    /*min-height:800px*/
    /*min-height:2500px*/
}

html {
    overflow-y: scroll;
    height: 100%;
}

body {
    font-family: 'Open Sans', 'Segoe UI', 'Roboto', 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
    /*font-family:'Proxima Nova','Segoe UI','Roboto','Droid Sans','Helvetica Neue',Arial,sans-serif;*/
    background: #fff;
    color: #333;
    position: relative;
    speak: none;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;

    /*-webkit-font-smoothing: subpixel-antialiased; !* antialiased | subpixel-antialiased | none *!*/
    /*text-rendering: geometricPrecision !important;*/
    /* 16 * 0.0625 = 1px */
    letter-spacing: 0.0625em !important;
    /*text-shadow: rgba(0, 0, 0, .04) 0 0 1px;*/
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', 'Segoe UI', 'Roboto', 'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
    /*font-family:'Proxima Nova','Segoe UI','Roboto','Droid Sans','Helvetica Neue',Arial,sans-serif;*/
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px
}

p {
    line-height: 1.6
}

table {
    font-size: 14px;
    margin-bottom: 30px
}

ul {
    margin-bottom: 30px
}

a:active, a:focus, input {
    outline: 0;
    outline-style: none;
    outline-width: 0;
}

.form-ol {
    margin-top: 20px;
}

.alert {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1.7
}

.line-highlight {
    background: rgba(255, 255, 255, 0.12) !important
}

.black-bg {
    background-color: #222222 !important;
}

.grey-bg {
    background-color: #808080 !important;
}

.grey {
    color: #808080 !important;
}

.black {
    color: #222222;
}

.label-color {
    color: #545454;
}

.grey-light-bg {
    background-color: #BFBFBF;
}

.grey-light {
    color: #BFBFBF;
}

.medium-blue {
    color: #00CAFE;
}

.medium-blue-bg {
    background-color: #0050F0;
}

.baby-blue {
    color: #E4F4F3;
}

.light-blue {
    color: #80baf1 !important;
}

.bg-light-blue {
    background: rgba(228, 244, 243, 0.5) !important;
}

.borderTop-gray {
    border-top: 1px solid #e9e9e9;
}

.blue {
    color: #0050F0 !important;
}

.alert {
    background-color: #F74840;
    color: #ffffff;
}

.success {
    background-color: #43ac6a;
    color: #ffffff;
}

.red, .RED_EXCLAMATION_MARK {
    color: #F74840;
}

.yellow, .YELLOW_EXCLAMATION_MARK, .YELLOW_QUESTION_MARK {
    color: #FCD209;
}

.white {
    color: #ffffff !important;
}

.green {
    color: #38be35;
}

.green-hover {
    color: #60CB5D;
}

.medium-grey, .circle-bg {
    color: #636363;
}

.medium-light-grey {
    color: #b1b1b1;
}

.light-grey {
    color: #999;
}

.transparent-color-50 {
    color: #fff;
    opacity: 0.5;
    transition: all 225ms ease 0s;
}

.SANCTION {
    color: #B54039;
}

.WATCHLIST {
    color: #EC6660;
}

.PEP {
    color: #F79851;
}

.RELATED {
    color: #FFC341;
}

.NO_RESULTS {
    color: #808080;
}

.High, .HighD, .High_Dup, .High-N, .High_New, .HIGH-STATUS, .OFF {
    /*border: 1px solid #EA5C41; background-color: #EA5C41;*/
    color: #EA5C41;
}

/* High Risk, Medium Risk, Low Risk  */

.Medium, .MediumN, .Medium_New, .MediumD, .Medium_Dup {
    /*border: 1px solid #FEBE12; background-color: #FEBE12;*/
    color: #FEBE12;
}

/* High Risk, Medium Risk, Low Risk  */
.Low, .LowN, .Low-New, .LowD, .Low-Dup, .LOW-STATUS {
    /*border: 1px solid #FEBE12; background-color: #FEBE12;*/
    color: #FEBE12;
}

.Error, .Inactive {
    /*border: 1px solid #737373; background-color: #737373;*/
    color: #737373;
}

.Accepted, .Match_Found, .ON {
    /*border: 1px solid #0F9D58; background-color: #0F9D58;*/
    color: #0F9D58;
}

/* Reviewed Match Accepted */
.False, .No_Match, .No.Match.Found, .Duplicates, .NOT-APPLICABLE-STATUS, .Discounted {
    /*border: 1px solid #CACACA; background-color: #CACACA;*/
    color: #CACACA;
}

/* False Positive */
.Declined {
    /*border: 1px solid #F3E763; background-color: #F3E763;*/
    color: #F3E763;
}

/* Reviewed Match Declined */
.Pending, .Verified, .Errors {
    /*border: 1px solid #B3E0EE; background-color: #B3E0EE;*/
    color: #B3E0EE;
}

/* Review Pending */
.text-align-center {
    text-align: center;
}

.capitalize {
    text-transform: capitalize;
}

#sidebar-rememdiation h5 {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
}

.divider-choice-width {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.divider-choice-height {
    border-top: 1px solid #e0e0e0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.divider-choice-width span {
    -moz-user-select: none;
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    height: 72px;
    left: -36px;
    line-height: 72px;
    margin-top: -36px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 72px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.question {
    font-size: 14px;
    font-weight: 400;
}

.font_weight_400 {
    font-weight: 400;
}

.div-height-30 {
    min-height: 30px;
    height: 30px;
}

.padding-top-2 {
    padding: 2px;
}

.padding-top-3 {
    padding-top: 3px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding: 20px;
}

.padding-left-right-20 {
    padding: 0 20px;
}

.padding-left-none {
    padding-left: 0px !important;
}

.padding-right-none {
    padding-right: 0px !important;
}

.padding-left-xsm {
    padding-left: 10px;
}

.padding-left-sm {
    padding-left: 20px;
}

.padding-left-md {
    padding-right: 40px;
}

.padding-left-lg {
    padding-right: 60px;
}

.padding-right-xsm {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-sm {
    padding-right: 20px;
}

.padding-right-md {
    padding-right: 40px;
}

.padding-right-lg {
    padding-right: 60px;
}

.padding-top-xsm {
    padding-top: 10px !important;
}

.padding-top-sm {
    padding-top: 20px;
}

.padding-top-sm-md {
    padding-top: 30px;
}

.padding-top-md {
    padding-top: 40px;
}

.padding-top-md-lg {
    padding-top: 50px;
}

.padding-top-lg {
    padding-top: 60px;
}

.margin-bottom-lg {
    margin-bottom: 60px;
}

.margin-bottom-sm {
    margin-bottom: 20px !important;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-left-70 {
    margin-left: 70px !important;
}

.login-center {
    display: block;
    margin: 15px auto auto;
    padding: 5px;
    top: 18px;
    width: 500px;
}

.login-logo {
    display: block;
    margin: auto auto;
    padding: 5px;
    top: 18px;
    width: 400px;
}

.scolor-facebook {
    color: #3971B6
}

.scolor-twitter {
    color: #A0D6E2
}

.scolor-google-plus {
    color: #CE443E
}

.scolor-rss {
    color: #EFB758
}

.scolor-email {
    color: #BBB
}

.scolor-facebook:hover {
    color: #5A99E6
}

.scolor-twitter:hover {
    color: #93E7FA
}

.scolor-google-plus:hover {
    color: #F74840
}

.scolor-rss:hover {
    color: #F5C779
}

.scolor-email:hover {
    color: #CCC
}

.sbg-facebook {
    background: #3971B6
}

.sbg-twitter {
    background: #A0D6E2
}

.sbg-google-plus {
    background: #CE443E
}

.sbg-rss {
    background: #fff
}

.sbg-email {
    background: #fff
}

.sbg-stumbleupon {
    background: #EB4823
}

.sbg-facebook:hover {
    background: #5A99E6
}

.sbg-twitter:hover {
    background: #93E7FA
}

.sbg-google-plus:hover {
    background: #F74840
}

.sbg-rss:hover {
    background: #a6a6a6
}

.sbg-email:hover {
    background: #CCC
}

.sbg-stumbleupon:hover {
    background: #ff6e49
}

::selection, *::selection {
    background: #545454;
    color: #FFF !important;
}

::-moz-selection, *::-moz-selection {
    background: #545454;
    color: #FFF !important;
}

#wpadminbar {
    z-index: 9999999999 !important
}

.content-ad {
    display: block;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: #F3F3F3;
    position: relative
}

.content-ad:before {
    content: 'Ad';
    text-transform: uppercase;
    font-size: 11px;
    color: #fff58b;
    padding-top: 2px;
    position: absolute;
    text-align: center;
    height: 20px;
    width: 30px;
    top: 0;
    left: 0;
    background: #0050F0;
    z-index: 9999
}

#header {

}

#header ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#header li {

}

#header a:hover {
    text-decoration: none
}

#main-nav #logo {
    background: #0050F0;
    color: #333;
    /*padding:8px 0; for reseller*/
    padding: 15px 0;
}

#main-nav #logo:before {
    background: url(../images/espear-Logo-Check-Small.png) no-repeat;
    content: '';
    display: none;
    height: 46px;
    width: 46px
}

#main-nav #logo:hover {
    color: #F1F1F1
}

#main-nav {
    background: #0050F0;
    height: 100%;
    position: fixed;
    width: 100px;
    z-index: 99999999999;
}

/*#main-nav a span*/
/*{*/
/*color:#F1F1F1;*/
/*display:block;*/
/*font-size:11px;*/
/*letter-spacing:1px;*/
/*text-transform:uppercase;*/
/*transition:0.5s ease all;*/
/*-moz-transition:0.5s ease all;*/
/*-webkit-transition:0.5s ease all*/
/*}*/
/*#main-nav a*/
/*{*/
/*color:#0050F0;*/
/*display:block;*/
/*line-height:1;*/
/*font-size:26px;*/
/*margin-bottom:10px*/
/*}*/
#main-nav a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0px;
}

#main-nav > ul > li {
}

#main-nav > ul > li > a {
    padding: 23px 0
}

#main-nav > ul > li > a span {

}

#main-nav > ul > li > a:hover {
    background: #111
}

#main-nav > ul > li > a:hover span {

}

#main-nav > ul > li:last-child > a span {
    color: #EE4242
}

#reporting-sub-nav.sub-menu, #upload-sub-nav.sub-menu, #more-sub-nav.sub-menu, #search-sub-nav.sub-menu,
#scout-sub-nav.sub-menu, #scan-customer-sub-nav.sub-menu {
    background: #222;
    display: block;
    height: 100%;
    left: 100%;
    padding-top: 46px;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 9999
}

#site-wrapper {
    -webkit-transition: all 400ms cubic-bezier(.694, .0482, .335, 1);
    -moz-transition: all 400ms cubic-bezier(.694, .0482, .335, 1);
    -ms-transition: all 400ms cubic-bezier(.694, .0482, .335, 1);
    -o-transition: all 400ms cubic-bezier(.694, .0482, .335, 1);
    transition: all 400ms cubic-bezier(.694, .0482, .335, 1);
    -webkit-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    -moz-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    -ms-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    -o-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    height: 100%;
}

#reporting-sub-nav.sub-menu, #upload-sub-nav.sub-menu, #more-sub-nav.sub-menu, #search-sub-nav.sub-menu,
#scout-sub-nav.sub-menu, #scan-customer-sub-nav.sub-menu {
    position: relative;
    left: 0;
    padding-left: 100px;
    background: #F4F7F8;
    z-index: 0;
    height: 500px;
    float: left;
    overflow: hidden;
    width: 0;
    -webkit-transition: all 400ms cubic-bezier(.694, .0482, .335, 1);
    -moz-transition: all 400ms cubic-bezier(.694, .0482, .335, 1);
    -ms-transition: all 400ms cubic-bezier(.694, .0482, .335, 1);
    -o-transition: all 400ms cubic-bezier(.694, .0482, .335, 1);
    transition: all 400ms cubic-bezier(.694, .0482, .335, 1);
    -webkit-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    -moz-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    -ms-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    -o-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    height: 100%;
    width: 30%;
    position: absolute;
    left: -30%
}

#mobile-nav {
    display: none
}

@media only screen and (min-width: 600px) {
    body.show-sub-nav #site-wrapper {
        -ms-transform: translate3d(30%, 0, 0) scale3d(1, 1, 1);
        -o-transform: translate3d(30%, 0, 0) scale3d(1, 1, 1);
        -moz-transform: translate3d(30%, 0, 0) scale3d(1, 1, 1);
        -webkit-transform: translate3d(30%, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(30%, 0, 0) scale3d(1, 1, 1);
        height: 100%;
    }

    body.show-sub-nav {
        overflow: hidden
    }

    .not-visible {
        display: none !important;
    }

    .visible {
        display: block !important;
    }

    #reporting-sub-nav ul, #upload-sub-nav ul, #more-sub-nav ul, #search-sub-nav ul, #scout-sub-nav ul, #scan-customer-sub-nav ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    #reporting-sub-nav li, #upload-sub-nav li, #more-sub-nav li, #search-sub-nav li, #scout-sub-nav li, #scan-customer-sub-nav li {
        width: 100%;
        font-size: 15px;
        color: #0F172A;
        font-weight: 700;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        text-align: center;
        margin: 25px 0
    }

    #reporting-sub-nav.sub-menu a, #upload-sub-nav.sub-menu a, #more-sub-nav.sub-menu a, #search-sub-nav.sub-menu a,
    #scout-sub-nav.sub-menu a, #scan-customer-sub-nav.sub-menu a {
        padding: 10px 40px 10px 30px;
    }

    #reporting-sub-nav li a, #upload-sub-nav li a, #more-sub-nav li a, #search-sub-nav.sub-menu li a,
    #scout-sub-nav.sub-menu li a, #scan-customer-sub-nav.sub-menu li a {
        -webkit-transition: all 250ms cubic-bezier(.694, .0482, .335, 1);
        -moz-transition: all 250ms cubic-bezier(.694, .0482, .335, 1);
        -ms-transition: all 250ms cubic-bezier(.694, .0482, .335, 1);
        -o-transition: all 250ms cubic-bezier(.694, .0482, .335, 1);
        transition: all 250ms cubic-bezier(.694, .0482, .335, 1);
        -webkit-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
        -moz-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
        -ms-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
        -o-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
        transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
        padding: 0 !important;
        width: 100%;
        display: block;
        display: block;
        height: 50px;
        line-height: 50px;
        text-decoration: none
    }

    #reporting-sub-nav li a:hover, #upload-sub-nav li a:hover, #more-sub-nav li a:hover, #search-sub-nav li a:hover,
    #scout-sub-nav li a:hover, #scan-customer-sub-nav li a:hover {
        background: #2A2A2A
    }

    #reporting-sub-nav .fa-bar-chart, #upload-sub-nav .fa-list-alt, #more-sub-nav .fa-plus-square,
    #search-sub-nav .fa-binoculars, #scout-sub-nav .fa-industry, #scan-customer-sub-nav .fa-barcode {
        color: #0F172A;
        font-size: 50px;
        text-align: center;
        display: block;
        width: 100%;
        margin-top: 15px
    }

    #reporting-sub-nav ul li li, #upload-sub-nav ul li li, #more-sub-nav ul li li, #search-sub-nav ul li li,
    #scout-sub-nav ul li li, #scan-customer-sub-nav ul li li {
        margin: 0
    }

    #reporting-sub-nav h3, #upload-sub-nav h3, #more-sub-nav h3, #search-sub-nav h3, #scout-sub-nav h3, #scan-customer-sub-nav h3 {
        color: #0F172A;
        text-align: center;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 0.15em
    }

    .page-header .btn-group, .page-header .btn-group-vertical {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        float: right;
    }

}

#reporting-sub-nav.sub-menu a, #upload-sub-nav.sub-menu a, #more-sub-nav.sub-menu a, #search-sub-nav.sub-menu a,
#scout-sub-nav.sub-menu a, #scan-customer-sub-nav.sub-menu a {
    padding: 10px 40px 10px 30px
}

#reporting-sub-nav.sub-menu ul, #upload-sub-nav.sub-menu ul, #more-sub-nav.sub-menu ul, #search-sub-nav.sub-menu ul,
#scout-sub-nav.sub-menu ul, #scan-customer-sub-nav.sub-menu ul {
    margin-top: 10px
}

#reporting-sub-nav.menu-header, #upload-sub-nav.menu-header, #more-sub-nav.menu-header, #search-sub-nav.menu-header,
#scout-sub-nav.menu-header, #scan-customer-sub-nav.menu-header {
    color: #0050F0;
    letter-spacing: 1px;
    padding: 10px 40px 10px 30px;
    text-transform: uppercase
}

#reporting-sub-nav.sub-menu a:hover, #upload-sub-nav.sub-menu a:hover, #more-sub-nav.sub-menu a:hover,
#search-sub-nav.sub-menu a:hover, #scout-sub-nav.sub-menu a:hover, #scan-customer-sub-nav.sub-menu a:hover {
    color: #0050F0
}

#mobile-toggle {
    display: none
}

#top-nav {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 100px;
    width: 100%;
    z-index: 99999999;
}

#top-nav li {
    display: block;
    float: right;
    height: 46px;
    position: relative;
    width: 80px
}

#top-nav li:last-child a {
    opacity: 1
}

#top-nav a {
    color: #0F172A;
    display: block;
    height: 100%;
    font-size: 20px;
    padding: 10px 0 0;
    width: 100%;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all
}

#top-nav a:hover {

}

#top-nav li.user-button {
    display: block;
    float: right;
    height: 46px;
    position: relative;
    width: auto;
}

#top-nav a.dropdown-toggle, #top-nav a#loggedInUser {
    color: #0F172A;
    display: inline-block !important;
    height: 46px;
    font-size: 14px;
    padding: 12px 20px;
    width: auto;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    float: left;
    position: relative;
}

#top-nav a.dropdown-toggle, #top-nav a#regionOffice {
    color: #0F172A;
    display: inline-block !important;
    height: 46px;
    font-size: 14px;
    padding: 12px 20px;
    width: auto !important;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    float: left;
    position: relative;
}

#top-nav .btn-group {
    display: block;
}

#top-nav .dropdown-menu, #top-nav .dropdown-menu a {
    font-size: 12px !important;
    margin-top: 0;
    padding: 0;

}

#top-nav .li-region .dropdown-menu, #top-nav .li-region .dropdown-menu a {
    background-color: #fff;
}

#top-nav .dropdown-menu > li > a {
    clear: both;
    color: #000;
    display: inline-block;
    text-align: left;
    font-weight: 400;
    line-height: 1.42857;
    padding: 12px 15px;
    white-space: nowrap;;
}

#top-nav .dropdown-menu li {
    float: none;
    display: inline;
    height: auto;
    position: relative;
    width: auto;
}

#top-nav .dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.2);
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    border-top: 1px solid #e1dcdc;
    width: 239px;
    float: none;
    position: relative;
    display: inline-block;
}

.header-social {
    overflow: hidden
}

.header-social a {
    position: absolute
}

.header-social .social-cover {
    z-index: 9999;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all
}

.header-social .social-action {
    color: #fff;
    line-height: 21px;
}

.header-social iframe {
    padding-top: 12px;
    height: 40px !important
}

.header-social:hover .social-cover {
    margin-left: -100px
}

.header-social:hover .social-action {

}

#search-form {
    color: #FFF;
    display: none;
    left: 100px;
    position: absolute
}

#search-form span {
    color: #FFF;
    font-size: 20px;
    left: 20px;
    position: absolute;
    top: 10px
}

#search-form input {
    background: #222;
    border: none;
    font-size: 20px;
    outline: none;
    padding: 9px 0 9px 70px;
    width: 100%;
    z-index: 9999
}

.sidebar {

}

#sidebar-primary {
    background: #E9EAED;
    display: none;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    width: 25%
}

#sidebar-secondary {
    /*background:#222; */ /* Little Darker */
    background: #0050F0 none repeat scroll 0 0;
    color: #e0e0e0;
    height: 100%;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-left: 15px;
    padding-right: 10px;
    position: fixed;
    right: 0;
    width: 340px;
}

.sidebar-section {
    margin-bottom: 25px
}

.sidebar-section h4 {
    border-bottom: 3px solid #ccc;
    color: #ccc;
    font-size: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    text-transform: uppercase;
}

.sidebar-popular ul a {
    font-size: 14px;
    margin-bottom: 5px;
}

.sidebar-popular ul {
    list-style: none outside none;
    padding: 0;
    margin-bottom: 40px !important;
    padding-bottom: 40px !important;
}

.sidebar-popular .popular-img {
    border-radius: 4px;
    display: block;
    float: left;
    height: 50px;
    margin-bottom: 15px;
    margin-right: 8px;
    overflow: hidden;
    width: 50px;
}

.sidebar-popular .popular-icon {
    border-radius: 4px;
    display: block;
    float: left;
    height: 50px;
    margin-bottom: 15px;
    margin-right: 8px;
    margin-top: 10px;
    overflow: hidden;
    width: 50px;
}

.sidebar-popular li {
    margin-bottom: 20px !important;
}

.sidebar-popular .popular-img img {
    height: auto;
    margin-left: -100%;
    width: 150px;
    vertical-align: middle;
}

.sidebar-popular .popular-text {
    padding-left: 60px;
}

.sidebar h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 20px 0;
    text-align: center
}

.sidebar h4 a {
    color: #E0E0E0
}

.sidebar h4 span {
    color: #fff
}

.quick-tip-sidebar {
    margin-bottom: 20px
}

.quick-tip-sidebar a {
    color: #333
}

.quick-tip-sidebar-cat {
    display: block;
    font-size: 12px;
    margin-bottom: 3px
}

.quick-tip-sidebar-cat a {
    color: #0050F0
}

#sidebar-primary .sidebar-email {
    background: #DFDFDF;
    color: #545454;
    margin-top: 50px;
    padding: 20px 30px
}

#sidebar-primary .sidebar-email {
    background: #DFDFDF;
    margin-top: 50px;
    padding: 20px 30px
}

#sidebar-primary .sidebar-article {
    margin-bottom: 25px
}

#sidebar-primary .sidebar-article img {

}

.sidebar-article {
    margin-bottom: 10px
}

.sidebar-article img {
    margin-bottom: 7px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all
}

.sidebar-article h3 {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 5px
}

.sidebar-article h3 a {
    color: #545454
}

.sidebar-article h3 a:hover {
    text-decoration: none
}

.sidebar-popular {
    background: #151515;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px
}

.more-popular {
    display: block;
    text-align: right;
    margin-right: 20px;
    font-size: 11px;
    color: #BBB;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all
}

.more-popular:hover {
    color: #FFF;
    text-decoration: none
}

#sidebar-secondary .sidebar-article h3 a {
    color: #7b7b7b
}

#sidebar-secondary .sidebar-article:hover h3 a {
    color: #c8c8c8;
    text-decoration: none;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all
}

.sidebar-email {
    background: #484848;
    color: #E0E0E0;
    padding: 20px;
    text-align: center
}

.sidebar-email h4 {
    font-size: 20px;
    margin-top: 0;
    padding-top: 0
}

.sidebar-email span {
    display: block;
    font-size: 110px;
    line-height: 1
}

.bsap_1291908 {
    margin-top: 10px
}

.goods-by {
    text-align: center;
    margin-bottom: 12px
}

.goods-by img {
    width: 15px;
    margin-right: 5px
}

.book-promo {
    background: #E0E0E0;
    display: block;
    width: 300px;
    margin: 0 auto
}

.book-promo:hover {
    text-decoration: none
}

.book-promo:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.book-promo:hover button {
    background: #E0E0E0
}

.book-promo h3, .book-promo img, .book-promo button {
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all
}

.book-promo h3 {
    color: #333;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    margin: 0
}

.book-promo img {
    max-height: 200px
}

.book-promo-panels {
    background: #840A00;
    padding: 20px 0
}

.book-promo-footer {
    text-align: center
}

.book-promo-footer button {
    background: #E0E0E0;
    color: #333;
    border: none;
    padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.article-row .g {
    overflow: inherit
}

.article-grid.sponsor-box {
    display: block;
    min-height: 400px;
    overflow: hidden
}

.article-grid .sponsor-box-img {
    position: absolute;
    top: 0;
    left: 0
}

.article-grid .sponsor-box-img img {
    max-width: 100%
}

.article-grid .sponsor-box-content {
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    bottom: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    display: block
}

.article-grid .sponsor-box-content h2 {
    margin-bottom: 10px
}

.article-grid .sponsor-box-content p {
    margin-bottom: 5px
}

.article-grid .sponsor-box-book {
    text-align: center
}

.article-grid .sponsor-box-book img {
    margin: 20px auto 0;
    width: 200px
}

.article-content .content-promo {
    background: #FFF;
    padding: 20px
}

.article-content .content-promo h2 {
    margin-top: 0;
    margin-bottom: 15px
}

.article-content .content-promo h2 span {
    display: none
}

.article-content .content-promo h3 {
    margin-top: 0;
    margin-bottom: 15px
}

.article-content .content-promo img {
    margin: 20px auto
}

#main {
    background: #fff;
    padding: 46px 340px 0 100px;
    margin-bottom: 20px;
}

#main_no_side {
    background: #fff;
    padding: 46px 0px 0 100px;
    margin-bottom: 20px;
}

.wordwrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.col {
    float: left;
    /*min-height:1000px eSpear */
}

#content {
    padding: 50px;
    width: 100%
}

#content > .page-header {
    margin-top: 0;
}

/*#content>.page-header:first-child span {*/
/*max-width: 300px;*/
/*display: inline-block;*/
/*}*/
#info-box {
    background: #222;
    color: #FFF;
    font-weight: 400;
    letter-spacing: 1px;
    min-height: 390px;
    padding-top: 80px;
    padding-bottom: 40px;
    text-align: center
}

#info-box h1 {
    font-weight: 400
}

#info-box span {
    color: #0050F0;
    font-size: 80px
}

.article-grid {
    background: #FFF;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all
}

.article-grid-content {
    color: #545454;
    padding: 20px;
    position: relative
}

.article-buttons ul.name-button-ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.article-buttons > ul > li > a {
    min-width: 100px;
}

.article-buttons > ul > li > a {
    border-right: 1px solid #1b1b1b;
    text-decoration: none;
}

.article-buttons li > a.name-buttons {
    float: left;
    display: block;
    height: 46px;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
    text-decoration: none;

}

.article-buttons > ul > li > a:hover, .article-buttons > ul > li > a:active, .article-buttons > ul > li > a:focus {

    text-decoration: none;
    border: none;
    outline: 0;
    outline-style: none;
    outline-width: 0;
    border-right: 1px solid #1b1b1b;

}

.article-buttons {
    background-color: #0050F0;
    color: #FFF;
    font-size: 11px;
    left: 0px;

    position: relative;
    display: inline-block;
    bottom: 0px;
    width: 100%;
}

.article-buttons a {
    width: auto;
    color: #FFF;
    padding: 5px 10px;
    line-height: 46px;
}

.article-buttons a:hover {
    text-decoration: none;
}

.article-close {
    background: #fff;
    font-size: 11px;
    right: 5px;
    padding: 0;
    position: absolute;
    top: 5px;
    font-size: 11px;
}

.article-close i:hover {
    cursor: pointer;
}

.article-type {
    background: none repeat scroll 0 0 rgba(42, 42, 42, 0.3);
    color: #fff;
    font-size: 11px;
    right: 5px;
    padding: 0;
    position: absolute;
    top: 5px;
    font-size: 11px;
}

.article-type .btn {
    padding: 2px 10px;
}

.article-file-type {
    background: none repeat scroll 0 0 rgba(42, 42, 42, 0.3);
    color: #fff;
    font-size: 11px;
    padding: 0;
    position: absolute;
    font-size: 11px;
}

.article-file-type .btn {
    padding: 6px 14px;
}

.article-cat {
    background: #0050F0;
    color: #FFF;
    font-size: 12px;
    left: 5px;
    padding: 5px 10px;
    position: absolute;
    top: 5px
}

.article-cat a {
    color: #FFF
}

.article-grid h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center
}

.article-grid h2 a {
    color: #545454;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all
}

.article-grid:hover {

}

.article-grid:hover .extra-first-icon {
    top: -50px
}

.article-grid:hover .extra-second-icon {
    top: 3px
}

.article-grid:hover h2 a {
    color: #000;
    text-decoration: none
}

.article-grid-content .byline {
    margin-bottom: 30px
}

.byline, .byline a {
    color: #BBB;
    font-size: 11px
}

.byline-item {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 20px
}

.byline-item:last-child {
    margin-right: 0
}

.byline-item a span, .byline-item span {
    color: #222
}

.article-grid p {
    color: #AAA;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.article-grid-content .btn-more {
    font-size: 11px
}

#sidebar-primary .sidebar-sticky {
    opacity: 0;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all
}

#sidebar-primary .sidebar-sticky.affix-top {
    position: relative;
    opacity: 0
}

#sidebar-primary .sidebar-sticky.affix {
    opacity: 1;
    position: fixed;
    top: 50px;
    width: 300px
}

#sidebar-secondary .sidebar-sticky.affix-top {
    position: relative
}

#sidebar-secondary .sidebar-sticky.affix {
    position: fixed;
    top: 70px;
    width: 300px
}

#sidebar-secondary .sidebar-sticky.affix .sidebar-email {
    opacity: 1;
    margin-bottom: 10px
}

#sidebar-secondary .sidebar-sticky .sidebar-email {
    opacity: 0;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all
}

.sidebar-social {

}

.sidebar-social .fb-like {
    display: block;
    float: left;
    margin-right: 10px
}

.sidebar-social #twitter-widget-1 {
    display: block;
    float: left;
    margin-top: 2px
}

.category-quick-tips h2 {
    text-align: left
}

.category-quick-tips .article-cat {
    left: 0;
    position: relative;
    top: 0;
    width: auto
}

.category-quick-tips .article-grid-content {
    padding: 10px
}

.about-actions {
    text-align: center
}

.about-actions a {
    color: #FFF;
    display: inline-block;
    font-size: 24px;
    padding: 10px 20px
}

.tw-outside {
    display: block;
    margin: 0 auto;
    position: relative;
    height: 70px;
    width: 70px
}

.tw-text, .tw-click {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 100%
}

.tw-text {
    background: #0081b7;
    height: 100%;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 700;
    z-index: 9999;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all
}

.tw-text img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    opacity: 0;
    transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.tw-text span {
    color: #FFF;
    font-size: 40px;
    padding-top: 7px
}

.tw-click {
    z-index: 8888;
    background: #42e7ff;
    opacity: 0;
    padding: 10px 10px 5px;
    margin-top: 15px;
    margin-left: -40px;
    padding-left: 30px;
    width: auto;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all
}

.tw-outside:hover .tw-text img {
    opacity: 1;
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0)
}

.tw-outside:hover .tw-text {
    margin-left: -70px;
    transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg)
}

.tw-outside:hover .tw-click {
    opacity: 1;
    margin-left: -20px
}

#bsaasw_adsaleswidget .bsaasw_advertisingoptions {
    margin-top: 0 !important
}

.bsaasw_container .hthree {
    display: none !important
}

#advertise-content h3 {
    font-size: 18px;
    margin-top: 0
}

#work-filter {
    margin-bottom: 30px
}

#work-grid .article-grid {
    min-height: 460px
}

article {
    background: #FFF;
    position: relative;
}

.article-content {
    padding: 5px 50px 30px
}

.article.single .article-cat {
    left: 0
}

.article-content ul, .article-content ol {
    font-size: 16px
}

.article-content p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 30px
}

.article-content img {
    margin-bottom: 30px
}

.article-content img, .article-content iframe {
    margin-bottom: 30px
}

.article-content .img-thumbnail {
    margin-bottom: 30px
}

.article-content pre {
    margin-bottom: 30px !important;
    overflow-x: scroll !important;
    width: 100%;
    white-space: pre;
    word-break: normal;
    word-wrap: normal;
    z-index: 9999;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease
}

.article-content pre:hover {
    margin-left: -5%;
    width: 110%
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 40px
}

.article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    font-weight: normal
}

.article-content li {
    margin-bottom: 8px
}

.article-content h2 {
    position: relative
}

.article-content h2 a {
    color: #222
}

.article-content h2 .heading-link {
    color: #eaeaea;
    font-size: 24px;
    left: -32px;
    padding-right: 5px;
    position: absolute;
    top: 14px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease
}

.article-content h2 a:hover {
    text-decoration: none
}

.article-content h2 a:hover .heading-link {
    color: #0050F0
}

.article-content .byline {
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-top: 10px
}

.article-content .byline-item {
    margin-bottom: 0;
    margin-right: 20px
}

.article-content .byline-item span {
    margin-right: 5px
}

.share-buttons {
    text-align: center
}

.share-buttons .fa {
    color: #FFF;
    display: block;
    font-size: 24px;
    height: 50px;
    margin: 10px auto;
    padding-top: 14px;
    width: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.share-buttons ul li a {
    color: #656565;
    display: block;
    font-size: 14px;
    margin-right: 10px
}

.share-buttons ul li:last-child a {
    margin-right: 0
}

.share-buttons ul li a:hover {
    text-decoration: none
}

.social-number {
    background: #DEDEDE;
    border: 1px solid #CDCDCD;
    font-size: 16px;
    padding: 3px 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.action-buttons {
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center
}

.action-buttons a {
    margin-right: 20px
}

.action-buttons a:last-child {
    margin-right: 0
}

#article-secondary {
    margin-top: 50px
}

#article-secondary > div {
    background: #FFF;
    border-bottom: 1px solid #DBDBDB;
    padding: 30px
}

#article-secondary h3, #article-secondary h4 {
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 0
}

#article-secondary .article-ads {
    padding: 10px
}

#related-articles {
    padding-bottom: 15px !important
}

#related-articles .yarpp-related {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

#related-articles .yarpp-related h3 {
    margin-bottom: 20px !important
}

#related-articles {

}

#related-articles img {
    margin-bottom: 5px
}

#related-articles .col-sm-4:hover img {

}

#related-articles .col-sm-4 {
    margin-bottom: 20px
}

#related-articles a {
    color: #606060;
    font-weight: 400 !important;
    font-size: 11px !important;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all
}

#related-articles a:hover {
    color: #000;
    text-decoration: none
}

#author-info {

}

#author-info h3, #author-info p {
    margin-bottom: 20px
}

#author-info a:hover {
    text-decoration: none
}

#author-avatar {
    margin-right: 15px
}

#view-contributions {

}

#view-contributions span {
    margin-right: 5px
}

#author-links {
    padding-top: 30px
}

#stay-connected {

}

#stay-connected h4 {
    font-size: 60px;
    margin-bottom: 10px
}

#stay-connected .li_mail {
    font-size: 60px
}

#stay-connected .connected-container {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    height: 100px;
    letter-spacing: -1px;
    margin-bottom: 40px;
    margin-left: -4px;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: 25%
}

#stay-connected a {
    color: #FFF
}

#stay-connected span {
    font-size: 30px;
    display: block;
    margin-bottom: 5px
}

.connected-cover {
    height: 100px;
    padding-top: 20px;
    position: absolute;
    width: 100%;
    z-index: 999;
    transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
    -webkit-transition: 0.6s ease all
}

.connected-action {
    height: 100px;
    position: absolute;
    z-index: 888;
    width: 100%
}

#connected-twitter .connected-action {
    padding-top: 35px
}

#connected-facebook .connected-action {
    padding-top: 20px
}

#connected-google-plus .connected-action {
    padding-top: 18px
}

#connected-rss:hover .connected-cover {
    margin: 0 !important
}

.connected-container:hover .connected-cover {
    margin-top: -100%
}

#article-secondary #comment-section {
    background: #FFF
}

#article-end {
    font-weight: 400;
    margin-top: 30px
}

#end-nav {
    margin-bottom: 50px
}

#end-nav a {
    color: #444;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all
}

#end-nav a:hover {
    color: #000;
    text-decoration: none
}

#end-sponsors {
    margin-bottom: 50px
}

#sponsor-digital-ocean {
    display: block;
    background: url(img/digital-ocean.png) no-repeat top center;
    height: 61px
}

#sponsor-digital-ocean:hover {
    background-position: bottom
}

#end-copyright {
    border-top: 1px solid #CCC;
    font-size: 11px;
    padding-top: 10px
}

article.tiles {
    background: none
}

article.tiles .wp-post-image {
    margin-bottom: 30px
}

article.tiles .article-content {
    padding: 0
}

.article-white {
    background: #FFF;
    margin-bottom: 30px;
    padding: 20px 50px
}

.article-white .share-links {
    margin-bottom: 0;
    margin-top: 5px
}

.article-white .share-links li {
    margin-bottom: 0
}

#article-secondary {
    background: #FFF
}

article .tile {
    background: #FFF;
    margin-bottom: 30px
}

article .tile-content {
    padding: 40px 50px 30px
}

article .tile-content h2 {
    margin-top: 0
}

video {
    cursor: pointer
}

.video-wrapper {
    margin-bottom: -5px
}

video {
    width: 100%
}

.no-background {
    background: none
}

.no-shadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.no-margin {
    margin: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.no-padding {
    padding: 0 !important
}

.tile-ize.btn {
    margin: 0 !important;
    margin-bottom: 20px !important;
    width: 100%
}

.font-awesome {
    font-family: FontAwesome
}

.width-100 {
    width: 100%;
}

.tile h3 {
    margin-top: 0 !important
}

.tile .shortcut-description {
    padding: 15px 50px
}

.tile table {
    text-align: center
}

.tile table td {
    width: 50%
}

.video-tile {
    position: relative;
    z-index: 9999
}

.apple {
    color: #DC572E
}

.windows {
    color: #2E8DEF
}

.tile h4 {
    text-align: center
}

.video-icon-item {
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    color: #fff;
    font-size: 18px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 47px;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.video-wrapper {
    position: relative
}

.video-icon-item .play {
    display: none
}

video:hover ~ .video-icon-item {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

video:hover ~ .video-icon-item .play {
    display: block
}

video:hover ~ .video-icon-item .pause {
    display: none
}

.article.single.tiles {
    border: none
}

#content {
    -webkit-transition: all 200ms cubic-bezier(.694, .0482, .335, 1);
    -moz-transition: all 200ms cubic-bezier(.694, .0482, .335, 1);
    -ms-transition: all 200ms cubic-bezier(.694, .0482, .335, 1);
    -o-transition: all 200ms cubic-bezier(.694, .0482, .335, 1);
    transition: all 200ms cubic-bezier(.694, .0482, .335, 1);
    -webkit-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    -moz-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    -ms-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    -o-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    transition-timing-function: cubic-bezier(.694, .0482, .335, 1)
}

body.content-reader-mode #content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #E5E5E5;
    z-index: 9999999999999
}

body.content-reader-mode #content article {
    margin: 0 auto;
    max-width: 950px;
    width: 80%
}

body.content-reader-mode #content #article-main-image {
    width: 100%
}

body.content-reader-mode .toggle-reader-mode {
    position: fixed;
    font-size: 27px;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px
}

.toggle-reader-mode {
    position: absolute;
    font-size: 17px;
    color: #F8399C;
    top: 0;
    right: 5px;
    -webkit-transition: all 250ms cubic-bezier(.694, .0482, .335, 1);
    -moz-transition: all 250ms cubic-bezier(.694, .0482, .335, 1);
    -ms-transition: all 250ms cubic-bezier(.694, .0482, .335, 1);
    -o-transition: all 250ms cubic-bezier(.694, .0482, .335, 1);
    transition: all 250ms cubic-bezier(.694, .0482, .335, 1);
    -webkit-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    -moz-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    -ms-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    -o-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
    background: #fff;
    border-radius: 100%;
    display: block;
    width: 25px;
    text-align: center;
    top: 5px
}

.toggle-reader-mode:hover {
    color: #FF6BB7
}

.single-docs {

}

.single-docs #main {
    padding-right: 0
}

.single-docs #content {
    padding: 50px
}

.single-docs article {
    background: #FFF;
    padding: 50px
}

#docs-sidebar-nav {
    width: 215px
}

hr {
    border-top: 1px solid #8e3428;
    margin: 45px auto;
    max-width: 160px;
}

hr {
    /*border: 0 none;*/
    margin-bottom: 22px;
    margin-top: 22px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

.padding-brazil-search {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.cnpj-export-break {
    word-wrap: break-word;
}

.svg-container {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: nowrap;
}

.svg-placeholder {
    display: inline-block;
    width: 40px;
    height: 40px;
}


@media only screen and (min-width: 1500px) {
    #sidebar-primary {
        display: block;
        width: 25%
    }

    #sidebar-secondary {
        top: 46px;
    }

    #content {
        /* Takes out the second sidebar
        width:75%;                           */
        width: 100%;
        padding: 30px
    }

}

@media only screen and (min-width: 600px) {
    .article-content .content-ad {
        margin-left: -50px;
        margin-right: -50px;
        padding-left: 10px
    }

    .photo {
        text-align: center;
        width: 60px;
    }

    .details {
        width: 90%;
    }

    .grid-address {
        width: 215px;
    }

    .citizenship-comments {
        width: 215px;
    }

    .grid-actions {
        text-align: center;
        width: 80px;
    }

    .grid-ctr-sar-actions {
        text-align: center;
        width: 160px;
    }

}

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 320px) {

}

@media only screen and (min-width: 480px) {

}

@media only screen and (max-width: 1500px) {
    #content {
        padding: 35px
    }

    #main-nav > ul > li > a {
        border: 0;
        margin: 0;
        padding: 10px 0 !important;
        /*height: 46px;*/
    }
}

@media only screen and (max-width: 599px) {
    #content {
        padding: 20px
    }

    #main-nav #logo {
        height: 46px;
        overflow: hidden;
        padding: 8px 0 0 8px;
        width: 46px
    }

    #main-nav #logo:before {
        display: block
    }

    #main-nav {
        display: block;
        height: 46px;
        position: fixed;
        width: 100%;

        top: 0;
        left: 0;
    }

    #main-nav > ul > li {
        float: left
    }

    #main-nav > ul > li > a {
        border: 0;
        margin: 0;
        padding: 12px 15px 15px 15px;
        /*height: 46px;*/
    }

    #main-nav > ul > li > a br {
        display: none
    }

    #main-nav > ul > li > a span {
        display: none
    }

    #main-nav > ul > li > a:hover {
        height: 46px;
    }

    #main-nav > ul > li > a:hover span {
        height: 46px;
    }

    #content {
        padding: 35px;
    }

    #top-nav {
        height: 46px;
        left: auto;
        position: relative;
        padding: 0;
        top: auto
    }

    #top-nav li {
        width: 60px
    }

    #search-form {
        left: 0
    }

    #main {
        padding-left: 0;
        padding-top: 0
    }

    #main_no_side {

        padding-left: 0;
        padding-top: 0
    }

    #sidebar-secondary {
        top: 46px
    }

    .reporting-sub-nav.sub-menu, .upload-sub-nav.sub-menu {
        display: none
    }

    .page-header .btn-group, .page-header .btn-group-vertical {
        position: relative;
        display: inline-block;
        vertical-align: middle;

    }

    #content {
        padding: 50px 35px 35px 35px;
    }


}

@media only screen and (max-width: 399px) {
    pre:hover {
        width: 100% !important
    }

    #main-nav > ul > li:gt(1) {
        display: none
    }

    #sidebar-secondary {
        display: none
    }

    #main-nav > ul > li > a {
        font-size: 10px;
        padding: 15px 9px
    }

    #main-nav > ul > li:last-child {
        display: none
    }

    #main {
        padding: 0
    }

    .article-content {
        padding-left: 20px;
        padding-right: 20px
    }

    .article-content h1 {
        font-size: 28px;
        margin-top: 0
    }

    article .tile-content {
        padding: 20px
    }

    .article-white {
        padding: 20px
    }

    .article-content pre:hover {
        margin-left: 0;
        width: 100%
    }

    #main-nav ul li {
        display: none
    }

    #mobile-toggle, #nav-logo {
        display: block !important
    }

    #mobile-toggle {
        float: right !important
    }

    #mobile-toggle a {
        height: 46px;
        width: 46px;
        line-height: 46px;
        padding: 0 !important;
        font-size: 20px !important;
        display: block
    }

    #coming-soon-section {
        display: none !important;
    }

    #mobile-nav {
        display: block;
        top: -354px;
        position: absolute;
        left: 0;
        width: 100%;
        height: 350px;
        overflow: hidden
    }

    #mobile-nav ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    #mobile-nav ul li a {
        text-align: center;
        width: 100%;
        display: block;
        height: 45px;
        line-height: 45px;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 0.2em;
        background: #222;
        -webkit-transition: all 250ms cubic-bezier(.694, .0482, .335, 1);
        -moz-transition: all 250ms cubic-bezier(.694, .0482, .335, 1);
        -ms-transition: all 250ms cubic-bezier(.694, .0482, .335, 1);
        -o-transition: all 250ms cubic-bezier(.694, .0482, .335, 1);
        transition: all 250ms cubic-bezier(.694, .0482, .335, 1);
        -webkit-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
        -moz-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
        -ms-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
        -o-transition-timing-function: cubic-bezier(.694, .0482, .335, 1);
        transition-timing-function: cubic-bezier(.694, .0482, .335, 1)
    }

    #mobile-nav ul li a:hover {
        background: #2A2A2A;
        color: #0050F0
    }

    #mobile-nav form input {
        width: 80%;
        float: left;
        background: #2A2A2A;
        border: none;
        font-size: 20px;
        outline: none;
        padding: 0 0 0 15px;
        z-index: 9999;
        height: 45px;
        line-height: 45px;
        color: #fff
    }

    #mobile-nav button {
        width: 20%;
        float: left;
        outline: none;
        border: none;
        height: 45px;
        line-height: 45px;
        font-size: 25px;
        background: #0050F0;
        color: #fff
    }

    body.show-mobile-nav #site-wrapper {
        -moz-transform: translate3d(0, 400px, 0) scale3d(1, 1, 1);
        -ms-transform: translate3d(0, 400px, 0) scale3d(1, 1, 1);
        -o-transform: translate3d(0, 400px, 0) scale3d(1, 1, 1);
        -webkit-transform: translate3d(0, 400px, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 400px, 0) scale3d(1, 1, 1);
        height: 100%;
    }

    #top-nav {
        display: none
    }

    #mobile-nav .social-mobile a {
        display: none;
        width: 25%;
        float: left;
        height: 45px;
        line-height: 45px;
        color: #fff !important
    }

    #mobile-nav .social-mobile a.rss {
        background: #EFB758
    }

    #mobile-nav .social-mobile a.rss:hover {
        background: #F5C779
    }

    #mobile-nav .social-mobile a.facebook {
        background: #3971B6
    }

    #mobile-nav .social-mobile a.facebook:hover {
        background: #5A99E6
    }

    #mobile-nav .social-mobile a.twitter {
        background: #A0D6E2
    }

    #mobile-nav .social-mobile a.twitter:hover {
        background: #93E7FA
    }

    #mobile-nav .social-mobile a.google {
        background: #CE443E
    }

    #mobile-nav .social-mobile a.google:hover {
        background: #F74840
    }

    body.content-reader-mode #content article {
        width: 100%
    }

    #reporting-sub-nav, #upload-sub-nav, #more-sub-nav, #search-sub-nav, #scout-sub-nav, #scan-customer-sub-nav {
        display: none !important
    }

    .photo {
        text-align: center;
        width: 60px;
    }

    .details {
        width: 90%;
    }

    .grid-address {
        width: 145px;
    }

    .citizenship-comments {
        width: 145px;
    }

    .grid-actions {
        text-align: center;
        width: 40px;
    }

    .grid-ctr-sar-actions {
        text-align: center;
        width: 160px;
    }

}

@media only screen and (max-width: 480px) {
    #content article {
        border: none
    }

    .action-buttons a {
        padding: 15px 25px
    }

    .toggle-reader-mode {
        display: none
    }


}

@media only screen and (max-width: 320px) {

}


