/* CSS Document */
/* apply a natural box layout model to all elements, but allowing components to change */

.Safaricss *, .Safaricss *:before, .Safaricss *:after {
    box-sizing: inherit;
}

/* Style for the "scroll to top" button */
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #9e0933;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 99;
}
header, article, aside, nav, footer, section {
    display: block;
    padding: 0px;
    margin: 0px;
}

body.body {
    background-color: #fff;
    margin: 0px auto
}

body, td {
    font-family: Arial, Helvetica, sans-serif;
    color: #5c5c5c;
    font-size: 12px;
    line-height: 150%;
    text-align: justify
}

.body {
    background-image: url(../images/niscbg.jpg);
    background-position: 0 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#bottombg {
    background-image: url(../images/bgoverlay.png);
    background-repeat: repeat-x;
    height: 304px;
    bottom: 0;
    z-index: 0;
    position: absolute
}

#wrapper {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    left: 0;
    right: 0
}

#header {
    background-repeat: no-repeat;
    background-position: right;
    display: table;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center
}

#header .maxwidth {
    background-image: url("../images/slogan.png");
    background-position: 140px 38px;
    background-repeat: no-repeat;
    padding: 10px 0;
}

#logo {
    float: right;
    margin-right: 20px;
}

#navmenu {
    display: block;
    float: left;
    margin: 80px 0 0;
}

#navmenu ul, #subnav ul, #navmenu ul li, #subnav ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

#navmenu .menu li, #subnav ul li {
    list-styl-type: none;
    float: left;
    text-align: left;
    display: block;
}

#navmenu .menu li a, #subnav .subnavcats li a {
    background-color: #777777;
    border-right: 1px solid #a5a5a5;
    color: #FFFFFF;
    display: block;
    font-size: 120%;
    font-weight: bold;
    padding: 11px 15px;
    text-align: center;
    text-transform: uppercase;
}

#navmenu .menu li:first-child a, #navmenu .menu li ul li a {
    border-left: 1px solid #999;
}

#navmenu .menu li a:hover, #navmenu .menu li:hover a, #navmenu .menu li a.active, #subnav .subnavcats li:hover a, #subnav .subnavcats li a:hover {
    background-color: #9e0933;
    text-decoration: none
}

#navmenu .menu li ul {
    display: none;
    position: absolute;
    margin: 0 auto;
    width: 150px;
    z-index: 1000;
}

#navmenu .menu li ul li {
    float: none;
    border-bottom: 1px dotted #999
}

#navmenu .menu li:hover ul {
    display: table
}

#navmenu .menu li:hover ul li ul {
    display: none;
}

#navmenu .menu li:hover ul li:hover ul {
    display: table
}

#navmenu .menu li ul li a {
    font-size: 100%;
}

#navmenu .menu li ul li a.active {
    background-color: #9e0933;
}

#navmenu .menu li ul li {
    position: relative
}

#navmenu .menu li ul li ul {
    left: 144px;
    top: 0;
    width: 190px;
}

/*{*/
/*border-left: 0 none*/
/*;*/
/*display: table-cell*/
/*;*/
/*height: 60px*/
/*;*/
/*padding: 0 20px*/
/*;*/
/*vertical-align: middle*/
/*;*/
/*width: 100%*/
/*;*/
/*}*/
#navmenu .menu li ul li a, #navmenu .menu li ul li a {
    border-left: 0;
    border-right: 0;
}

#navmenu .menu li:last-child a, #subnav .subnavcats li:last-child a {
    border-right: 0;
}

#navmenu .menu li:first-child a, #subnav .subnavcats li:first-child a {
    border-left: 0;
}

.subnavcats, #searchbox, .socials {
    float: left;
}

#subnav {
    display: table;
    width: 100%;
    background-color: #ababab;
}

#subnav .socials a, #searchbox input[type=submit] {
    background-image: url(../images/headericons.png);
    display: block;
    text-indent: -9999px;
    width: 27px;
    height: 26px;
    margin: 6px 4px 5px;
    text-indent: -9999px;
    background-position: -188px -12px
}

#searchbox input {
    display: table;
    float: left;
    background-color: transparent;
    border: 0;
}

#searchbox input[type=submit] {
    width: 31px;
    height: 27px;
    background-position: 0 -13px;
    cursor: pointer;
    margin: 5px 0px;
}

#searchbox input[type=submit]:hover {
    background-position: 0 -59px;
}

#searchbox input[type=text] {
    background-color: #FFFFFF;
    border-radius: 10px;
    font-family: arial;
    margin: 5px 10px;
    padding: 5px 10px;
}

#subnav .subnavcats li a {
    background-color: #ababab;
    padding: 11px 21px;
}

#subnav .subnavcats li ul li a {
    border-right: 0;
}

#subnav .subnavcats li a.active, #subnav .subnavcats li a:hover, #subnav .subnavcats li:hover a {
    background-color: #e1dfd3;
    color: #4c4c48
}

#subnav .socials a.facebook {
    background-position: -87px -12px;
}

#subnav .socials a.facebook:hover {
    background-position: -87px -58px;
}

#subnav .socials a.twitter {
    background-position: -121px -12px;
}

#subnav .socials a.twitter:hover {
    background-position: -121px -58px;
}

#subnav .socials a.linkedin {
    background-position: -154px -12px;
}

#subnav .socials a.linkedin:hover {
    background-position: -154px -58px;
}

#subnav .socials a.googleplus {
    background-position: -188px -12px;
}

#subnav .socials a.googleplus:hover {
    background-position: -188px -58px;
}

#subnav .socials .payli {
    margin: 0 10px;
    padding: 0 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

#subnav .socials a.payonline {
    background-position: -242px -9px;
    width: 44px;
    height: 32px;
    margin: 4px 4px
}

#subnav .socials a.payonline:hover {
    background-position: -242px -55px;
}

#subnav .socials a.openicon {
    background-position: -321px -11px;
    width: 18px;
    height: 29px;
}

#subnav .socials a.openicon:hover {
    background-position: -321px -57px;
}

#subnav ul.socials {
    float: right;
    margin-right: 10px;
}

#content {
    clear: both;
    padding-bottom: 5px
}

#main {
    width: 100%;
}

#left {
    display: none
}

.boxcontent {
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    display: table;
    margin: 0 0 20px;
    padding: 10px 20px;
    width: 988px;
    width: calc(100% - 42px);
    /*width: -moz-calc(100% - 42px);*/
    /*width: -webkit-calc(100% - 42px);*/
    /*width: -o-calc(100% - 42px);*/
    /*width: -ms-calc(100% - 42px);*/
}

.Safaricss.leftcss .boxcontent {
    width: 100%;
}

.Safaricss.leftcss #left .boxcontent {
    width: 198px;
    width: calc(100% - 42px);
    /*width: -moz-calc(100% - 42px);*/
    /*width: -webkit-calc(100% - 42px);*/
    /*width: -o-calc(100% - 42px);*/
    /*width: -ms-calc(100% - 42px);*/
}

.toprow {
    display: table;
    width: 100%;
}

.toprow span {
    display: block;
    float: left;
    height: 7px;
}

.toprow .mid {
    background-color: #eae3e3;
    max-width: 932px;
    width: calc(100% - 58px);
    /*width: -moz-calc(100% - 58px);*/
    /*width: -o-calc(100% - 58px);*/
    /*width: -ms-calc(100% - 58px);*/
    /*width: -webkit-calc(100% - 58px);*/
}

.Safaricss.leftcss .toprow .mid {
    /*100%;*/
}

.Safaricss.leftcss #left .toprow .mid {
    width: 100%;
    max-width: 140px;
    display: block;
}

.toprow .l, .toprow .r {
    background-image: url(../images/nisc_03.png);
    width: 29px;
}

.toprow .r {
    float: right;
    background-image: url(../images/nisc_06.png);
}

#footer {
    background-image: url("../images/slogan_36.png");
    background-repeat: repeat-x;
    bottom: 0;
    clear: both;
    font-size: 90%;
    height: 46px;
    padding: 11px 0;
    position: fixed;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: auto;
    width: 100%;
}

.Safaricss #footer {
    height: 67px;
}

.maxwidth {
    width: 990px;
    display: table;
    margin: 0 auto;
    position: relative;
}

.leftcss #left, .leftcss #main, .productscss.leftcss.bycategorycss #main, .productscss.leftcss.bycategorycss #left {
    float: right;
    display: table
}

.leftcss #left, .productscss.leftcss.bycategorycss #left {
    width: 20%;
    margin: 0 2% 0 0
}

.productscss.leftcss #left, .productscss.leftcss #main {
    float: left;
}

.productscss.leftcss #left {
    margin: 0 0% 0 2%
}

.leftcss #main {
    width: 78%;
}

.Safaricss.leftcss #main {
    max-width: 770px;
    display: block;
}

.Safaricss.leftcss .toprow .mid {
    max-width: 932px;
}

.Safaricss.leftcss #main .toprow .mid {
    max-width: 712px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    font-size: 100%;
    margin-bottom: 10px;
    padding: 0px;
    font-weight: normal;
    line-height: normal;
    text-align: left
}

h1 {
    font-size: 200%;
    margin: 10px 0 20px;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 150%;
}

h5 {
    font-size: 120%;
    font-style: italic;
}

a, a:visited, a:active {
    outline: 0;
    color: #222;
    text-decoration: none
}

a:hover {
    color: #222;
    text-decoration: underline
}

input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    font-size: 11px;
    border: 1px solid #aaa
}

img {
    border: 0px;
}

select {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    font-family: arial;
    font-size: 100%;
    padding: 3px 0;
    text-align: center;
    width: 100%;
}

p {
    margin-bottom: 15px;
    margin-top: 0px;
}

input.contact {
    width: 95%;
}

hr {
    border: 0;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0px;
}

.bread {
    font-size: 80%;
    line-height: normal;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.newsling {
    margin-bottom: 20px;
    clear: both;
}

.newsling .text {
    margin-left: 60px;
}

.newsling .img {
    float: left;
    margin: 0px 5px 5px 5px;
    border: 1px solid #ddd
}

.newsling img {
    border: 5px solid #fff;
    width: 80px;
    height: 80px;
}

.row2 {
    background: #eee;
}

.row1 {
    background: #ddd;
}

table.banner td {
    line-height: normal;
    font-family: verdana;
    font-size: 1px
}

#navbar td {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.date {
    font-size: 80%;
    margin-top: 0px;
    font-weight: normal;
    text-transform: uppercase
}

.nav1 td a {
    color: #fff;
}

.headline {
    font-size: 11px;
}

.hide {
    display: none;
}

.intro {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 12px;
    line-height: normal;
    text-align: justify
}

.niframe {
    display: none;
    width: 1px;
    height: 1px;
}

.thumb {
    text-align: center;
    width: 142px;
    height: 140px;
    float: left;
    margin: 2px;
    border: 1px solid #eee;
    margin-bottom: 2px;
    margin-top: 2px;
}

.thumb:hover {
    text-align: center;
    width: 142px;
    height: 140px;
    float: left;
    margin: 2px;
    border: 1px solid #bbb;
    margin-bottom: 2px;
    margin-top: 2px;
}

.thumb2 {
    text-align: center;
    width: 120px;
    height: 100px;
    float: left;
    margin: 15px;
    border: 1px solid #eee;
    margin-bottom: 2px;
    margin-top: 2px;
}

.thumb2:hover {
    text-align: center;
    width: 120px;
    height: 100px;
    float: left;
    margin: 15px;
    border: 1px solid #bbb;
    margin-bottom: 2px;
    margin-top: 2px;
}

.thumb td, .thumb2 td {
    text-align: center;
}

.sidenav .headnav {
    font-size: 13px;
    font-weight: bold;
}

.sidenav .navitem {
    font-size: 11px;
    font-weight: bold;
    padding: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
}

.itemcode {
    font-size: 10px;
    font-weight: normal
}

.itemname {
    font-size: 11px;
    font-weight: bold;
}

.pagethis {
    border: 1px solid #ddd;
    padding: 2px;
    background: #eee;
}

.page {
    border: 1px solid #ddd;
    padding: 2px;
}

.page:hover {
    border: 1px solid #ddd;
    background: #eee
}

.pageof {
    float: left;
    color: #666;
}

.pagit {
    text-align: right;
    margin-top: 10px;
    font-size: 11px;
    margin-bottom: 10px;
}

#results tr td {
    font-size: 10px;
}

.req {
    float: right;
    font-size: 10px;
}

.NavMenu td {
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 10px;
}

.quote {
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.testimonial {
    margin: 20px;
}

.testname {
    font-style: italic;
    padding-left: 25px;
    margin-top: 7px;
}

.sitemap, .sitemap ul, .sitemap ul ul {
    list-style-type: none;
    margin-left: 0px;
    display: block
}

.sitemap ul li.closed ul {
    display: none
}

.sitemap li.closed ul {
    display: none
}

.sitemap ul li.open ul {
    display: block
}

.sitemap li.open ul {
    display: block
}

.submenu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.submenu ul li a {
    display: block;
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
    font-weight: bold
}

.submenu ul li li a {
    padding-left: 5%;
    width: 95%;
    font-size: 90%;
    font-weight: normal
}

.staff {
    clear: both;
    margin-top: 20px;
}

.management {
    margin-top: 10px;
    width: 48%;
    margin-right: 1%;
    float: left;
    padding-bottom: 10px;
    height: auto;
    min-height: 160px
}

.management .position {
    font-size: 90%;
    margin-bottom: 5px;
}

.management .img {
    float: left;
    width: 90px;
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #9FAECD;
    margin-bottom: 5px;
}

.management .img img {
    width: 90px;
    float: left;
}

.management h3 {
    padding-top: 5px;
    margin-bottom: 0px;
    padding: 0px;
}

.management .bio {
    font-size: 100%;
    float: left;
    width: 225px;
}

.management .text {
    text-align: justify;
    font-size: 90%;
    line-height: normal
}

.faq {
    margin-bottom: 20px;
}

.btt {
    text-align: right;
    font-size: 80%;
    font-weight: bold;
}

.box table.month {
    margin-left: 26px;
    width: 175px;
    margin-top: 0px
}

.thumbb {
    float: left;
    width: 75px;
    height: 75px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0px 9px 9px 0px;
}

ul.sitemap, ul.sitemap ul {
    margin: 0 p;
    padding: 0px;
}

.sitemap li {
    list-style-type: none;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}

.sitemap li li {
    padding-left: 0px;
    font-size: 80%;
    font-weight: normal;
    line-height: normal;
    margin-top: 5px;
}

.productling {
    margin-bottom: 25px;
}

.productling .price {
    float: right;
    margin-top: -20px;
}

.prodserv h2 {
    font-size: 120%;
    font-weight: bold;
}

.prodserv h3 {
    font-size: 110%;
    font-weight: bold;
}

input[type=radio] {
    border: 0px;
}

.fieldrow {
    display: table;
    width: 100%;
    float: none;
    clear: both;
    margin: 10px 0px
}

.fieldrow input {
    width: 50%;
}

.birthday label input {
    width: 50px;
}

input, textarea {
    font-family: "open sans", "trebuchet ms", verdana, arial;
    color: #333;
    font-size: 100%;
    border: 1px solid #aaa
}

select {
    font-family: arial;
    color: #333;
    font-size: 100%;
}

label, .fieldrow span {
    display: block;
    float: left;
}

.subscribebox label, .subscribebox input[type=text] {
    width: 100%;
}
.subscribebox input[type=text] , .subscribebox input[type=email] {
    padding: 3px;
}
.newscss.leftcss #left {
    top: auto;
}

.fieldrow .textarea span, .fieldrow .bigtextarea span {
    float: none;
    width: auto;
}

.fieldrow .bigtextarea {
    width: 100%;
}

.fieldrow .bigtextarea textarea {
    width: 100%;
}

.fieldrow label {
    width: 100%;
}

.fieldrow label span {
    width: 49%;
    text-align: left
}

.experiencetable td input {
    width: 50%;
}

.experiencetable td.yearfld input {
    width: 50px;
    text-align: center
}

.vehiclecondition label {
    width: 20%;
    float: left
}

#tradein {
    display: none;
}

.ling {
    display: table;
    width: 100%;
    clear: both;
    padding: 0px 0px 10px;
    margin: 0px 0px 10px;
    border-bottom: 1px solid #ddd;
}

.img {
    float: left;
    width: 200px;
    margin-right: 10px;
}

.profilepage {
    display: table;
    width: 100%;
}

.profilepage .img {
    width: 370px;
    float: right;
    margin-left: 20px;
}

.nextpre {
    clear: both;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding: 15px 0px;
    line-height: 100%;
    display: table;
    width: 100%;
}

.nextpre .npleft, .nextpre .npright {
    float: left;
    display: block;
    width: 49%;
    font-size: 90%;
    font-weight: bold
}

.nextpre .npleft a {
    float: left;
    display: block;
    width: 100%;
    text-align: left
}

.nextpre .npright {
    text-align: right;
}

.gallery {
    display: table;
    width: 100%;
}

.contactleft, .contactright {
    float: left;
    margin: 0 1% 20px 0;
    width: 49%;
}

fieldset.contactleft, fieldset.contactright {
    border: 1px solid #ddd;
    width: 46%;
    margin: 20px 1% 20px 0;
}

.contactright {
    margin: 0 0 0 1%;
}

.fieldrow.submitfield > input {
    display: table;
    margin: 0 auto;
    width: auto;
}

.fieldrow.textarea span {
    width: 100%;
    margin-bottom: 5px;
}

.fieldrow textarea {
    height: 100px;
    width: 99%;
}

.newsling .text.noleftmargin {
    margin-left: 0;
}

.subnav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.subnav ul li a {
    display: block;
    text-align: left;
    padding: 5px 5px 5px 0px;
}

.footerlogo {
    float: left;
}

.footertext {
    float: right;
    padding: 17px 0;
}

.footertext, .footertext a {
    color: #777777;
    text-transform: uppercase;
    font-weight: bold
}

.footertext a:hover {
    text-decoration: underline;
}

.newsling img {
    border: 0 none;
    border-radius: 5px;
    height: auto;
    width: 100%;
}

.ling.newsling {
    margin: 0 0 20px;
    border-bottom: 1px dotted #999;
}

.newsling .img {
    border: 0 none;
    float: left;
    margin: 0 10px 10px 0;
    width: auto;
}

.profile .img {
    float: none;
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
}

.mainimg {
    height: auto;
    width: 100%;
}

.lbox {
    border-bottom: 1px dotted #999999;
    margin: 10px auto;
    padding-bottom: 15px;
}

.product {
    clear: none;
    display: table;
    float: left;
    height: 380px;
    margin: 10px 2% 60px;
    width: 21%;
}

.product .img {
    margin: 0;
    padding: 0;
    float: none;
    display: table;
    width: 100%;
}

.product .img img {
    width: 100%;
    height: auto;
}

.product h3 {
    font-size: 110%;
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
}

.prodhead .img {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 30%;
    width: auto;
}

.prodhead .img > img {
    height: auto;
    max-width: 100%;
}

/* TABS */
#tabs {
    width: 100%;
    clear: both;
    margin: 40px auto;
}

#tabs .tabmenu li a.selectedtab, #tabs .tabmenu li a:hover {
    color: #4C4C48;
    background-color: #E1DFD3;
    background-image: none;
}

#tabs .tabmenu li {
    float: left;
    margin-right: 0px;
}

.tabtext .specs.dateonline {
    text-align: left;
}

#tabs .tabmenu li a {
    background-color: #ABABAB;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin: 0 1px 0 0;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.tabmenu {
    border-bottom: 1px solid #E1DFD3;
    display: table;
    list-style: none outside none;
    margin: 10px auto;
    padding: 0;
    width: 100%;
}

.tourtopp {
    display: table;
    width: 100%;
}

#tabs .tab {
    display: none;
    width: 100%;
}

#tabs .tab.active {
    display: table;
}

/* END TABS */

.specs {
    margin: 0 0 10px;
}

.authorname:hover .authoraffiliation {
    display: block
}

.authorname:hover .author {
    text-decoration: underline;
    cursor: pointer
}

.authoraffiliation {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    z-index: 1;
    display: none;
    margin: 10px 0 0 20px;
    padding: 5px;
    position: absolute;
    width: 320px;
}

.tabtitle {
    display: none;
}

.journalinfo img {
    max-width: 150px;
}

.column.third {
    float: left;
    margin: 10px 1%;
    width: 31%;
}

.column ul, .column ul li {
    list-style: none outside none;
    margin: 0 0 0 12px;
    padding: 0;
}

.column ul li {
    list-style: square outside none;
    margin: 0 0 5px;
    text-align: left;
}

.abstract {
    clear: none;
    float: left;
    height: 190px;
    margin: 0 3% 20px 0;
    width: 47%;
}

#morejournals {
    margin: 10px 0;
    overflow: hidden;
    padding: 0 20px 10px;
    position: relative;
}

#morejournals .viewport {
    height: 125px;
    overflow: hidden;
    position: relative;
}

#morejournals .buttons {
    background: none repeat scroll 0 0 #ABABAB;
    border-radius: 15px;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    left: 0;
    line-height: 15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    width: 15px;
}

#morejournals .next {
    right: 0;
    left: auto;
    top: 50%;
}

#morejournals .buttons:hover {
    color: #C01313;
    background: #fff;
}

#morejournals .disable {
    visibility: hidden;
}

#morejournals .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0;
}

#morejournals .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 121px;
    border: 1px solid #dcdcdc;
    width: 236px;
}

#owl-example {
    width: 150px
}

.body .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    background: none repeat scroll 0 0 #ABABAB;
}

.body .owl-theme .owl-controls {
    margin-top: 0;
}

#left h3 {
    text-align: center;
}

#left .actions a {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.twitterfeed {
    display: table;
    margin: 20px auto 30px;
    width: 580px;
}

.twitterfeed {
    display: table;
    list-style: none outside none;
    margin: 0px auto;
    padding: 30px 0 0;
    width: 45%;
    height: 80px;
    float: none;
}

.twitterfeed {
    margin: 20px auto 30px;
}

.twitterfeed li {
    background-image: url("../images/twbgg.png");
    background-position: left 13px;
    background-repeat: no-repeat;
    display: table;
    font-size: 90%;
    margin: 0 auto;
    max-width: 520px;
    padding: 0 0 0 58px;
    text-align: left;
}

.twitterfeed li .tweetbox {
    border: 3px solid #888;
    border-radius: 6px;
    display: table;
    background-color: #888888;
    margin: 10px auto 0;
    text-align: center;
    padding: 10px;
}

.twitteractions {
    display: table;
    font-size: 90%;
    margin: 0 auto;
    text-transform: lowercase;
}

.tweetbox a {
    color: #fff;
}

.tweetbox a:hover {
    text-decoration: none;
}

.item a img {
    width: 100%;
}

.column h4 {
    font-size: 140%;
    font-weight: bold;
    text-transform: uppercase;
}

.homeproduct .img {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 10px;
    text-align: center;
    width: 230px;
    max-height: 300px;
}

#products {
    float: left;
    width: 70%;
    width: 660px;
}

.homeproduct .text {
    float: left;
    width: 420px;
}

.homeproduct h3 {
    background-color: #ababab;
    color: #ffffff;
    font-weight: normal;
    line-height: normal;
    margin: 10px 0;
    padding: 10px;
}

.homeproduct h3 a {
    color: #fff;
    display: table;
    text-decoration: none;
    width: 100%;
}

.homeproduct .text {
    float: left;
    width: 400px;
}

.homeproduct .img img {
    border: 1px solid #dddddd;
    display: block;
    margin: 0 auto;
    max-height: 300px;
    max-width: 100%;
    width: auto;
}

#homecats {
    display: table;
    float: left;
    list-style: none outside none;
    margin: 10px 0 0 20px;
    padding: 0;
    width: 280px;
}

.ling.cat {
    border-bottom: 3px solid #ffffff;
    font-size: 170%;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: none;
}

.ling.cat a {
    background-color: #ababab;
    color: #ffffff;
    display: table;
    padding: 13px 10px 10px;
    text-align: left;
    text-decoration: none;
    width: calc(100% - 20px);
}

.ling.cat .icon {
    background-image: url("../images/niscbuttons.png");
    background-position: -19px -26px;
    display: table;
    float: left;
    height: 47px;
    margin: -1px 5px 0 0;
    width: 51px;
}

.ling.cat .divider {
    background-color: #9d9d9d;
    background-image: none;
    display: table;
    float: left;
    height: 45px;
    margin: 0 10px 0 0;
    width: 2px;
}

.ling.cat .dividerb {
    background-color: #bababa;
    width: 1px;
    height: 45px;
    float: right;
}

.ling.cat a:hover .divider {
    background-color: #920f35;
}

.ling.cat a:hover .dividerb {
    background-color: #ae1b45;
}

.ling.cat a:hover {
    background-color: #9e0933;
}

.ling.cat a:hover .divider {
    background-position: -110px -107px;
}

.atext {
    margin: 3px 0 0;
}

.ling.catpublish a {
    background-color: #ababab;
}

.ling.catpublish .icon {
    background-position: -21px -279px;
}

.ling.cat.cat2 .icon {
    background-position: -22px -108px;
}

.ling.cat3 .icon {
    background-position: -24px -192px;
}

.subtext {
    display: block;
    font-size: 70%;
    line-height: normal;
    margin: 3px 0 0;
    text-transform: lowercase;
}

.homecats .ling.cat {
    border-bottom: 3px solid #ffffff;
    font-size: 170%;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

.boxcontent.homeboxcontent {
    padding: 10px;
    width: 968px;
    width: calc(100% - 22px);
    /*width: -moz-calc(100% - 22px);*/
    /*width: -webkit-calc(100% - 22px);*/
    /*width: -o-calc(100% - 22px);*/
    /*width: -ms-calc(100% - 22px);*/
}

.Safaricss .boxcontent.homeboxcontent, .Safaricss .boxcontent, .Safaricss .ling.cat a {
    width: 100%;
}

#tabs .tabmenu li a, .owl-controls, .subnavcats a, #navmenu a, .ling.cat a, .ling.cat a span {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

/* .contentsling { 
    clear: none;
    float: none;
    height: auto;
    margin: 0 0 20px;
    width: 100%;
}  */
.contentsling {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

.contentsling .specs {
    font-size: 90%;
    margin: 0 0 0px;
    padding: 0 0 0 20px;
}

.contentsling .specs.text {
    margin: 0 0 10px;
}

/* CSS Tree menu styles */
ol.tree {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0
}

.tree li {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    list-style: none;
}

.tree li.file {
    margin-left: -1px !important;
}

.tree li.file h5 a {
    text-decoration: none; /*/	display: block;	background: url(document.png) 0 0 no-repeat; 			padding-left: 21px;		/*/
}

/*/.tree li.file a[href *= '.pdf']	{ background: url(document.png) 0 0 no-repeat; }
.tree li.file a[href *= '.html']	{ background: url(document.png) 0 0 no-repeat; }
.tree li.file a[href $= '.css']	{ background: url(document.png) 0 0 no-repeat; }
.tree li.file a[href $= '.js']		{ background: url(document.png) 0 0 no-repeat; }/*/
.tree li input {
    position: absolute;
    margin-left: 0;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    cursor: pointer;
}

.tree li input + ol {
    background: url(toggle-small-expand.png) 40px 0 no-repeat;
    margin: -1px 0 0 -42px; /* 15px */
    height: 15px;
}

.tree li input + ol > li {
    display: none;
    margin-left: -14px !important;
    padding-left: 1px;
}

.tree li label {
    background: url(folder-horizontal.png) 15px 1px no-repeat;
    cursor: pointer;
    display: block;
    padding-left: 37px;
}

.tree li input:checked + ol {
    background: url(toggle-small.png) 40px 5px no-repeat;
    margin: -6px 0 0 -42px; /* 20px */
    padding: 30px 0 0 70px;
    height: auto;
}

.tree li input:checked + ol > li {
    display: table;
    width: 100%;
    margin: 0 0 10px; /* 2px */
}

.tree li input:checked + ol > li:last-child {
    margin: 0 0 0.063em; /* 1px */
}

.fulltextlink, .subscribelink {
    background-image: none; /*/ url("../images/dlpdf.png"); /*/
    background-position: 0 0;
    background-repeat: no-repeat;
    display: table;
    float: none;
    margin: 10px auto;
    padding: 5px 0 5px 30px;
}

.subscribelink {
    background-image: url(../images/srss.png);
    background-position: 0 50%
}

.fulltextlink, .fulltextlink:visited {
    background-color: #ababab;
    text-decoration: none;
    text-decoration: none;
    background-image: none;
    border-radius: 3px;
    color: #fff;
    padding: 1px 5px;
}

.fulltextlink:hover {
    background-color: #E1DFD3;
    color: #4C4C48;
    text-decoration: none
}

.contentsling:hover .fulltextlink, .contentsling:hover .subscribelink {
    opacity: 1;
}

.specs.dateonline {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

.specs.keywords {
    text-align: center;
}

.portrait .mainimg {
    max-width: 100%;
}

.profile .img.portrait {
    display: inline;
    float: right;
    margin-left: 2%;
    width: 50%;
}

.file .specs.dateonline {
    text-align: left;
    margin: 0;
}

.searchresult .img {
    float: left;
    margin-right: 10px;
    width: 90px;
}

.searchresult .img img {
    display: table;
    height: auto;
    margin: 0 auto;
    max-height: 110px;
    max-width: 100%;
    width: auto;
}

.searchresult h3 {
    font-size: 130%;
}

#resultsol {
    margin: 20px 0 0 20px;
    padding: 0;
}

#loadmore {
    background-color: #5C5C5C;
    border-radius: 3px;
    color: #FFFFFF;
    display: table;
    font-size: 120%;
    font-weight: bold;
    margin: 30px auto;
    padding: 3px 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#loadmore:hover {
    background-color: #B20837;
}

.newresults {
    display: none;
}

.MSIEcss .lazy {
    display: none;
}

.Netscapecss .lazy, .MSIEcss .lazy {
    display: inherit;
}

.column.twothirds {
    width: 65%;
}

.journalinfo {
    text-align: center;
}

#left .boxcontent h4 {
    text-align: center;
}

.twitterbox {
    display: table;
    margin: 0 auto;
    width: 100%;
}

.rowprods {
    display: table;
    margin: 0 auto;
    float: none
}

.rowprods .product {
    margin: 10px 2% 20px;
    height: auto;
    border-bottom: 0
}

.viewall {
    border-bottom: 1px dotted #DDDDDD;
    font-size: 80%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
}

h2.productlanding {
    text-align: center;
}

.catling2 {
    width: 66%;
    margin: 0 auto
}

.catling2 .rowprods .product {
    width: 29%;
}

#frmInput {
    border: 5px solid #ABABAB;
    border-radius: 7px;
    margin: 20px auto;
    max-width: 410px;
    padding: 10px 20px;
}

.fieldrow.submitfld input {
    width: auto;
}

.payfooter {
    text-align: center;
    font-size: 80%;
}


.fieldrow.checkbox > label {
    display: flex;
    flex-direction: row;
}

.fieldrow.checkbox label span {
    width: auto;
    text-align: left;
    float: none;
    order: 1;
}

.fieldrow.checkbox input {
    width: auto !important;
    border: 0;
    float: none;
    order: 0;
    margin-right: 5px;
}
.subscribebox .fieldrow.checkbox {
    font-size: 10px;
    line-height: 1.4;
}

.subscribebox .very + .fieldrow {
    font-size: 10px;
    line-height: normal;
}

.required em {
    float: right;
    margin: 0 5px 0 0;
}

#subscribeform .fieldrow input, .fieldrow input[type=text] {
    width: calc(49% - 6px);
}

.fieldrow.very img {
    display: table;
    margin: 0 auto;
    width: auto;
}

.fieldrow input[type="submit"], .fieldrow.submitfld {
    background-color: #9E0933;
    cursor: pointer;
    border: 0 none;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 90%;
    font-weight: bold;
    border: 1px solid #fff;
    text-transform: uppercase;
    width: auto;
}

.fieldrow input[type="submit"]:hover {
    border: 1px solid #9E0933;
    background-color: #FFFFFF;
    color: #9E0933
}

.contactcss iframe {
    width: 100%;
}

.ie7_body .boxcontent {
    width: 966px
}

.ie7_body .toprow .mid {
    width: 950px
}

.ie7_body.leftcss #main .boxcontent {
    width: 740px;
}

.ie7_body.leftcss #left .boxcontent {
    width: 155px;
}

.ie7_body.leftcss #main .toprow .mid {
    width: 724px;
}

.ie7_body.leftcss #left .toprow .mid {
    width: 143px;
}

.ie7_body.leftcss.productscss #left {
    margin: 0 0% 0 1%;
}

.speclabel, .specvalue {
    display: table;
    float: left;
}

.specs.tablespecs {
    display: table;
    float: left;
    text-align: left;
    width: 60%;
}

.specs.abouttext {
    clear: both;
    display: table;
    float: none;
    width: 100%;
}

.specrow {
    display: table;
    margin: 0 0 0px;
    width: 100%;
}

.speclabel {
    width: 20%;
}

.specvalue {
    width: 80%;
}

.specs.tablespecs {
    display: table;
    float: left;
    text-align: left;
    width: 70%;
}

.abhr {
    display: table;
    margin: 10px 0;
    width: 100%;
}

.specs.abstractions {

    float: right;
    text-align: center;
    width: auto;
}

.tabtext .specs.abstractions {
    opacity: 0;
}

.ling.abstract:hover .specs.abstractions, .specs.abstractions:hover {
    opacity: 1
}

.ling.abstract {
    border-bottom: 1px solid #ddd;
    clear: both;
    float: none;
    height: auto;
    margin: 0 0 10px;
    padding: 0 0 0px;
    width: 100%;
}

.abcats {
    margin: 0 0 10px;
    padding: 0 0 0px;
    border-bottom: 0;
}

.ling.abstract h5, .ling.contentsling h5 {
    font-style: normal;
    margin: 0;
}

.abstract .specs.tablespecs {
    margin: 10px 0 10px;
}

.ling.contentsling .specs.abstractions {
    width: auto;
    opacity: 0;
}

.ling.contentsling:hover .specs.abstractions {
    opacity: 1;
}

.ling.contentsling .specs.tablespecs {
    padding-left: 3%;
    width: 67%;
}

/* old */
.ling.contentsling .specs.tablespecs {
    padding-left: 0;
    width: 70%;
}

.tree li label {
    background-image: none;
    padding-left: 17px;
    font-weight: bold;
}

.subtitle {
    color: #999999;
    margin: -15px 0 20px;
    font-size: 200%;
}

.specs.abstractions.purchaseissue {
    float: right;
    margin: 0;
}

.purchaseissue .fulltextlink {
    float: right;
    margin: 0;
}

#subnav .subnavcats li ul {
    position: absolute;
    width: 154px;
    display: none;
    z-index: 1000;
}

#subnav .subnavcats li ul {
    display: none;
    margin: 0;
    position: absolute;
    width: 117px;
    z-index: 1000;
}

#subnav .subnavcats li ul li {
    width: 100%;
}

#subnav .subnavcats li:hover ul {
    display: block;
}

.productsgrouping {
    display: table;
    width: 100%;
}

.fieldrow select {
    width: 50%;
}

.fieldrow.wideselect select {
    width: 100%;
}

.footertestimonials .testimonial {
    display: table;
    font-size: 130%;
    line-height: 140%;
    margin: 20px;
    position: relative;
}

.footertestimonials .quote {
    color: #9e0933;
    font-size: 530%;
    left: 0;
    position: absolute;
    top: 20px;
}

.footertestimonials .quotetext {
    display: block;
    padding: 10px 0 0 33px;
    text-align: left;
}

.footertestimonials .testimonial {
    display: table;
    font-size: 120%;
    line-height: 140%;
    margin: 20px;
}

.footertestimonials .testname {
    font-size: 80%;
    font-style: italic;
    margin-top: 7px;
    padding-left: 25px;
}

.quote.rightquote {
    bottom: 0;
    color: #9e0933;
    font-size: 530%;
    left: auto;
    right: 0;
    top: auto;
}

.footertestimonials {
    min-height: 180px;
    width: 60%;
    float: left;
}

.boxcontent .twitterbox {
    float: left;
    width: 40%;
}

.Safaricss .boxcontent .twitterbox {
    display: block;
}

.boxcontent .twitterfeed {
    width: 95%;
}

.pageinfo {
    display: table;
    width: 100%;
}

.paymentnote {
    display: table;
    margin: 10px auto;
    width: 600px;
}

.product {
    clear: none;
    display: block;
    float: left;
    height: 290px;
    margin: 10px 1% 60px;
    width: 18%;
}

.product .img {
    display: block;
    float: none;
    text-align: center;
    margin: 0;
    overflow: hidden;
    padding: 0;
    min-height: 225px;
    width: 100%;
}

.product .img img {
    max-height: 220px;
    width: 100%;
}

.catsearch {
    display: table;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 95%;
}

.catsearch ul {
    width: 100%;
    display: table;
    list-style: none outside none;
}

.catsearch > li {
    background-color: #d2ca99;
    border-radius: 5px;
    display: table;
    float: left;
    font-size: 130%;
    line-height: normal;
    list-style: none outside none;
    margin: 0 1%;
    padding: 1%;
    width: 21%;
}

.catsearch li ul li, .catsearch li ul {
    display: table;
    float: none;
    font-size: 90%;
    margin: 0;
    padding: 5px 0;
    text-align: left;
    width: 100%;
}

.catsearch .haschildren ul {
    background-color: #d2ca99;
    border-radius: 0 0 10px 10px;
    display: none;
    left: 0;
    position: absolute;
    top: 40px;
    z-index: 1000;
}

.catsearch .haschildren ul li:hover {
    color: #fff;
    background-color: #9e0933
}

.catsearch .haschildren:hover ul {
    display: block;
}

.catsearch input[type="checkbox"] {
    display: none;
}

.haschildren {
    position: relative;
}

.catsearch li label {
    display: block;
    float: none;
    padding: 3px 3px 3px 3px;
}

.catsearch li label .ch {
    background-image: url("../images/selectbuttons.png");
    background-position: -29px -82px;
    display: block;
    float: left;
    height: 14px;
    margin: 1px 5px 0 0;
    width: 14px;
}

.catsearch li label.checked .ch {
    background-position: -29px -61px;
}

.haschildren label {
    background-image: url("../images/selectbuttons.png");
    background-position: 115% -22px;
    background-repeat: no-repeat;
}

.haschildren li label {
    background-image: none;
}

.catsearch li ul li label {
    margin: 0 8px;
}

.catsearchcolumn {
    float: left;
    margin: 0 1%;
    text-align: left;
    width: 31%;
}

#catsearchresults {
    display: table !important;
    margin: 20px auto;
    width: 100%;
}

#catsearchform input[type="submit"] {
    background-color: #d2ca99;
    border: 1px solid #d2ca99;
    border-radius: 5px;
    color: #5c5c5c;
    float: left;
    font-weight: bold;
    width: 4%;
    padding: 11px 0;
}

.catsearchform {
    display: table;
    margin: 0 0 20px;
    width: 100%;
}

.catsearchresults {
    display: none;
}

.browsesection {
    min-height: 400px;
}

.catsearch li ul li label {
    margin: 0 8px;
    padding-left: 22px;
    text-indent: -26px;
}

.catsearch li ul li label .ch {

    margin: 1px 32px 0 -20px;
}

.checkcount {
    visibility: hidden;
}

.checkcount {
    color: #a5a189;
    float: right;
    font-size: 100%;
    font-style: italic;
    margin-right: 17%;
}

.checkcount.show {
    visibility: visible;
}

.includeyourj {
    background-color: #e1dfd3;
    border-radius: 3px;
    color: #9e0933;
    display: table;
    margin: 5px auto;
    padding: 5px;
    text-decoration: none;
}

.includeyourj:hover {
    text-decoration: none;
}

.journals-authorscss.leftcss #main {
    float: right;
}

.journals-authorscss.leftcss #left {
    margin: 0 2% 0 0;
    max-width: 200px;
}

#left {
    max-width: 200px;
}

.jauthors, .jauthors li, .jauthors ul {
    list-style: none outside none;
    margin: 0;
    text-align: left;
    padding: 0;
}

.lbox.jauthors a {
    display: block;
    line-height: normal;
    padding: 5px 0;
    text-align: left;
}

th {
    background-color: #d1c898;
    padding: 5px 0;
    text-align: center;
}

td {
    padding: 5px;
    vertical-align: top;
}

tr:nth-child(2n+1) td {
    background-color: #faf9f4;
}

tr:nth-child(2n) td {
    background-color: #f4f2e6;
}

table {
    box-shadow: 1px 1px 10px #ddd;
    margin: 0 auto 20px;
}

.journals-authorscss h3 {
    display: table;
    font-weight: normal;
    padding: 10px 0;
}

.purchaseissue {
    display: none;
}

.tree li input:checked + a.purchaseissue {
    display: table;
    float: right;
    font-weight: bold;
    margin-top: -20px;
}

.abstract h4 {
    font-size: 120%;
    font-weight: bold;
}

.publishcss .boxcontent #homecats {
    float: none;
    margin: 0 auto;
    width: 50%;
}

.productscss
.specs.bread {
    margin: 90px 0 -20px;
}

.productscss .subscribelink {
    background-image: url("../images/srss.png");
    background-position: 0 50%;
    float: left;
    margin: 30px -40px 0 50px;
}

.aboutuscss .aboutusbuttons {
    background-color: #a3a3a3;
    color: #ffffff;
    float: left;
    margin: 0 14px 0 0;
    padding: 6px 24px;
    font-weight: bold;
}

.aboutuscss .aboutusbuttons a {
    color: #FFF;
    text-decoration: none;
}

.aboutuscss .aboutusbuttons a:hover {
    color: #FFF;
    text-decoration: none;
}

.fulltextlink.journalsa {
    margin: 12px auto 10px 134px;
}

.prodgrid.cat1 {
    -moz-columns: 3;
    -ms-columns: 3;
    -o-columns: 3;
    -webkit-columns: 3;
    columns: 3;
}

.journalonly h3 {
    border: 0 none;
    font-size: 100%;
    margin: 0;
}

.ling.journalonly {
    border: 0 none;
    margin: 0 0 10px;
    padding: 0;
}

.midbutton {
    background-color: #eae3e3;
    border-radius: 5px;
    display: table;
    line-height: 100%;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.midbutton img {
    border-radius: 5px;
    overflow: hidden;
}

.midbutton span {
    background-color: #fff;
    border-radius: 5px;
    color: #ababab;
    display: table;
    font-size: 150%;
    line-height: normal;
    margin: 0 auto;
    text-decoration: none;
    max-width: 190px;
    padding: 5px;
}

.midbutton:hover {
    text-decoration: none;
}

.tabtext h4, .abstractcategory {
    background-color: #e1dfd3;
    display: block;
    font-size: 100%;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    width: auto;
}

.productscss .subscribelink {
    background-position: 0 50%;
    display: table;
    float: none;
    margin: 0 auto;
}

.calltoaction, .calltoaction:visited, .calltoaction:active {
    background-color: #888888;
    border-radius: 5px;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
    text-transform: uppercase;
}

.calltoaction:hover {
    text-decoration: none;
    color: #fff;
    background-color: #9E0933;
}

.loadingup {
    border-radius: 35px;
    display: table;
    margin: 50px auto;
    padding: 20px 0;
    text-align: center;
    width: 160px;
}

.loadingup img {
    display: table;
    float: none;
    margin: 10px auto;
}

.cat2css .product .img {
    min-height: 170px;
}

.cat2css .product .img img {
    width: auto;
}

.cat2css .product {
    height: auto;
    min-height: 280px;
    width: 31%;
}

.ling.snews h4 {
    text-align: left !important;
    margin: 0;
}

.dateview {
    font-size: 80%;
}

.ling.snews {
    text-align: left;
}

.file.categoryheading {
    margin: 0 0 5px !important;
}

.categoryheading h4 {
    margin: 0;
}

#issuealerts .formfield label, #issuealerts .formfield input {
    display: table;
    float: none !important;
    margin: 5px auto !important;
    padding: 5px;
    text-align: center;
    width: 200px;
}

#overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

#issuealerts {
    background-color: #fff;
    border: 10px solid #eae3e3;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 20%;
    width: 240px;
    z-index: 2;
    max-height: 400px;
}

#issuealerts input[type="submit"], #issuealerts input[type="button"] {
    clear: none;
    cursor: pointer;
    display: table;
    float: left !important;
    margin: 5px !important;
    width: auto;
}

#overlay, #issuealerts {
    display: none;
}

#issuealerts h3 {
    text-align: center;
}

#loadingimg {
    position: absolute;
}

.subscribebox input {
    margin: 5px 0;
}

.formfield.buttons {
    display: table;
    margin: 0 auto;
}

.specs.abstractions.purchaseissue {
    display: table;
    opacity: 1;
}

#homecats2 .ling.cat {
    border-bottom: 3px solid #ffffff;
    clear: none;
    float: left;
    font-size: 170%;
    margin: 0 1% 1%;
    padding: 0;
    text-align: center;
    text-transform: none;
    width: 48%;
}

#homecats2 {
    margin: 0 auto;
    max-width: 630px;
}

#homecats2 .ling.cat .subtext {
    text-transform: none;
}

.img.landscape {
    float: right;
    margin: 0 0 0 2%;
    width: 50%;
}

.topicsbox, .subscribebox, .archivesbox, .topicsbox, .jauthors, .sharethis {
    border: 0;
}

<!--
.newscss #left .boxcontent {
    margin: 0 0 5px;
    padding: 10px 20px 0px 20px;
}

-->

.ling.latestabstracts h3 {
    font-size: 120%;
}

.nontree, .nontree li {
    list-style: outside none none;
    margin: 5px 0;
    padding: 0;
}

/*Cookie policy*/

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active, .cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus, .cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

/*Customisation*/
.cc-link {
    display: none;
}

.cc-banner {
    font-size: 12px;
}

.cc-banner .cc-message {
    padding-right: 20px;
}

/* End Cookie Policy */