body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url(https://global-uploads.webflow.com/5b462a409d2fee4de0d4deaf/5b462a409d2feea965d4deb8_notatek-landing-bg.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(https://global-uploads.webflow.com/5b462a409d2fee4de0d4deaf/5b462a409d2feea965d4deb8_notatek-landing-bg.jpg);
    background-size: cover, cover;
}

#mainContentSF {
    position: relative;
  	max-width: 1000px;
  	width: 100%;
  
}

.tag {
    font-family: "Open Sans", sans-serif;
    color: #666666;
    font-size: 9px;
    line-height: 1.2em;
}

.boldbody {
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
}

.smallbody {
    color: #66666;
    font-family: "Open Sans", sans-serif;
    font-size: 10pt;
}

.tinybody {
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-size: 9px;
}

.tinybodysup {
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    vertical-align: text-top;
}

.signoff {
    font-family: "Open Sans", sans-serif;
    color: #336699;
    font-size: 11px;
    line-height: 1.2em;
}

.login {

    font-family: "Roboto", sans-serif;
    font-size: 10px;
    font-style: bold;
    background-color: transparent;

}

a.login {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;

}

a.login:hover {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    background: transparent;
}

table.tableLogin {
    width: auto;
    position: fixed;
    display: block;
    top: 15px;
    left: 16px;
    z-index: 12;
    background-color: transparent;
}

table.tableMain {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    width: 100%;
    top: 42px;
}

.tableSiteBanner {
    margin-top: 12px;
    margin-bottom: 0px;
}

.tableSiteBanner img {
    height: 75px;
}

a {
    font-family: Arial, Helvetica, sans-serif;
}

A {
    color: #000000;
    text-decoration: none;
    /*font-weight:bold;*/
}

A:hover {
    color: #414348;
    text-decoration: underline;
}

/******************************************************************************************
* MAIN NAVIGATION MENU *
*******************************************************************************************/
#mainNavBG {
    background: rgba(0, 0, 0, .75);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 42px;
    width: 100%;
    z-index: 10;
}

#navWrapper {
    position: fixed;
    z-index: 12;
    width: 1000px;
    top: 0;
    left: 50%;
    margin-left: -500px;
}

#menu {
    width: auto;
    height: 42px;
    margin-left: -10px;
    background: transparent;
    position: relative;
    top: 1px;
    float: right;
}

#menu:before {
    content: "";
    position: relative;
    top: 4px;
    left: -10px;
    background-image: url('/user/publiclogos/.png');
    background-size: 32px 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left;
}

ul#menu li {
    width: auto;
    padding: 3px 10px;
    text-align: center;
    margin: 0;
    line-height: 33px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

#menu li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    font-family: Roboto, sans-serif;
}

#menu li a:hover,
#menu li.menuG a,
#menu li:hover>a {
    color: #8bc63f;
    text-decoration: none;

}

#menu li:hover,
#menu li.menuG {
    color: #8bc63f;
    text-decoration: none;
    border-top: 1px solid #8bc63f;
    border-bottom: 1px solid #8bc63f;
}

ul#menu li:first-child {}

/******************************************************************************************
* END MAIN NAVIGATION MENU *
*******************************************************************************************/
.checkoutProgress {
    background: transparent;
    top: 42px;
    z-index: 9;
}

/* LOGIN BOX*/
#bigbox {
    background-color: #ffffff;
    border: 1px solid #414348;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: rgba(0, 0, 0, 0.25);
}

/* END Login Box */

/*CATEGORY HEADER TEXT*/
.source {
    color: #000;
}


.homeTable {
    color: #005D40;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.homeTable a {
    color: #005D40;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.homeTable a:hover {
    color: #009900;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

/* Page Heading */
.pageHeading {
    color: #005D40;
    font-size: 25px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    float: right;
    padding-right: 20px;
}

/* END Page Heading */

/* HOME PAGE TABS */

/*******************************************************************************************
* Shopping Cart *
*******************************************************************************************/

#cartIcon {
    color: #5E5D5D;
    position: absolute;
    right: 4px;
    padding: 0;
    font-size: 28pt;
}

#cartCountBadge {
    background: #99C456;
    position: absolute;
    right: 0;
    margin: 0;
    border-radius: 100px;
    padding: 0px 2px;
    line-height: 19px;
}

#cartDesc {
    display: none;
}

#cartCount {
    background: transparent;
    border: none;
}

#cartContainer.floatClass {
    top: -75px;
}

/******************************************************************************************
* HTML Pages *
*******************************************************************************************/

.html-page-header {
    background: #CCCCCC;
    position: relative;
    width: 100%;
    height: 80px;
    color: #5E5F5F;
    font-family: "Open Sans", sans-serif;
    font-size: 38px;
    padding: 0 0 0 10px;
    line-height: 80px;
}

.html-page-body {
    position: relative;
    float: left;
    background: transparent url('../user/images/globals/html-page-bg.png') 100% top/360px 302px no-repeat;
    min-height: 380px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.html-page-body h3,
.html-page-body p {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #5D5E5E;
}

.html-page-body p {
    font-size: 14px;
}

#reorderBtnSpace {
    display: block;
}

#getStarted {
    color: #5D5E5E;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
}

#getStartedBtn {
    float: right;
    position: relative;
    top: -4px;
    background-color: #99C456;
    color: #ffffff;
    padding: 4px;
    margin: 0;
}

#getStartedBtn i {
    color: #fff;
}

#rightArrowLG {
    background: url('../user/images/globals/rightArrow.png') no-repeat;
    position: relative;
    top: 4px;
    padding: 0 3px;
}

#rightFolder {
    background: url('../user/images/globals/rightFolder.png') no-repeat;
    background-size: 35px 35px;
    position: relative;
    top: 6px;
    padding: 10px 18px;
}

#homeFooter {
    position: relative;
    width: 100%;
    height: 500px;
    color: #5D5E5E;
}

#homeFooter header {
    text-align: center;
    width: 950px;
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    margin: 30px 0;
}

#homeFooter header img {
    position: absolute;
    top: 30px;
    margin-left: 10px;
}

#homeFooter h3 {
    font-size: 16px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}

#homeFooter p {
    font-size: 14px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}

#leftSect {
    float: left;
    position: absolute;
    left: 120px;
}

#rightSect {
    float: right;
    position: absolute;
    right: 120px;
}

#custSat,
#times,
#oneonone,
#delivery,
#prices,
#busSolu {
    position: relative;
    width: 350px;
    height: 130px;
}

.homeSprite {
    float: left;
    background: url(../user/images/globals/default/homeSprite.png) no-repeat;
    width: 100px;
    height: 100px;
    margin: 0 20px 20px 0;
}

#readMore {
    font-family: "Open Sans", sans-serif;
    padding: 0 0 30px 0;
}

/**Home Sprite**/

#delivery div.homeSprite {
    background-position: -100px 0;
}

#times div.homeSprite {
    background-position: 0 -123px;
}

#prices div.homeSprite {
    background-position: -105px -128px;
}

#oneonone div.homeSprite {
    background-position: 0 -245px;
}

#busSolu div.homeSprite {
    background-position: -105px -249px;
}

/*** FOOTER***/
footer {
    position: relative;
    width: 100%;
    padding: 20px 0;
    color: #333;
    font-size: 14px;
    background: #eee;
    min-height: 100px;
    height: 100%;
}

#footerContent {
    width: 1000px;
    margin: 0 auto;
}

/* End Footer*/

#tabProducts {
    background-image: url(user/images/Global/HomePage/tabProducts.png);
    left: 0;
    width: 100%;

}

/***ToolTip Home Page ***/

#homeFooter div.BToolTip-tl {
    left: 68px;
    top: 94px;
}

.body {
    font-family: "Open Sans", sans-serif;
    color: #333333;
    font-size: 13px;
    line-height: 1.2em;
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.2em;
}

.h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
}

h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.2em;
}

.h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
}

h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.2em;
}

.h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
}

.tableC {
    border: 1px solid #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    line-height: 1.2em;
}

.inputBody {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    text-decoration: none;
}

.tableYHead {
    background: #FFCC00;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.tableYLabel {
    background: #FFCC00;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.tableYBody {
    background: #FFF2BF;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
}

/* context help */
a.glossaryTerm,
a.glossaryTerm:link,
a.glossaryTerm:visited {
    border-bottom: 1px dotted #027FC2;
    color: #282828;
    text-decoration: none;
    cursor: help;
}

a.glossaryTerm:hover {
    border-bottom: 1px solid #027FC2;
}

th a.glossaryTerm,
th a.glossaryTerm:link,
th a.glossaryTerm:visited {
    border-bottom: 1px dotted #FFFFFF;
    color: #FFFFFF;
}

th a.glossaryTerm:hover {
    border-bottom: 1px solid #FFFFFF;
}

/* tabular data */
.dataQuantity,
.dataQuantityNegative {
    text-align: right;
}

.dataQuantityNegative {
    color: #A30A0D;
}

.textInfo {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.6em;
    color: #1D239A;
}

/* cart image */
table.tblImage {
    border: 1px solid #CCCCCC;
}

table.tblImage td {
    background-color: #FFFFFF;
    padding: 0em;
    margin: 0em;
    text-align: center;
    vertical-align: middle;

}



/* fancy form buttons */
button {
    margin-top: 0px;
    padding: 1px 5px 4px 8px;
    /* text within button */
    border: none;
    color: #FFFFFF;
    background: url(/img/button/buttonSecondary.gif) no-repeat top left;
    font: bold 12px "Open Sans", sans-serif;
    height: 18px;
    overflow: visible;
    cursor: pointer;
}

.button_a {
    margin-top: 0px;
    padding: 1px 5px 4px 8px;
    /* text within button */
    border: none;
    color: #FFFFFF;
    background: url(/img/button/buttonSecondary.gif) no-repeat top left;
    font: bold 12px "Open Sans", sans-serif;
    height: 18px;
    overflow: visible;
    cursor: pointer;
}

span.button {
    padding-right: 3px;
    float: left;
    display: block;
    background: url(/img/button/buttonSecondaryRt.gif) no-repeat top right;
    height: 18px;
    overflow: visible;
}

button.action {
    padding-left: 25px;
    /* space for arrow */
    margin-top: 0px;
    background: url(/img/button/buttonPrimary.gif) no-repeat top left;
    padding-bottom: 4px;
    padding-top: 1px;
}

span.action {
    padding-right: 3px;
    float: left;
    padding-top: 0px;
    display: block;
    background: url(/img/button/buttonPrimaryRt.gif) no-repeat top right;
    font-size: 1.2em;
    text-transform: uppercase;
    height: 18px;
    vertical-align: top;
    overflow: visible;
}

.buttonContainer {
    /*         float: right; */
    padding: 5px;
    clear: both;
    /*         text-align: right; */
}

.buttonContainer span.action,
.buttonContainer span.button {
    margin: 5px;
    /* was 10px */
}

.buttonContainerSmall {
    padding: 0px 0px;
    margin-left: 5px;
}

button.small {
    padding: 0px 5px 3px 8px;
    /* text within button */
    border: 0px none #FFFFFF;
    margin-top: 0px;
    color: #FFFFFF;
    background: url(/img/button/buttonSecondarySmall.gif) no-repeat top left;
    font-size: 11px;
    font-weight: 900;
    height: 15px;
    overflow: visible;
    cursor: pointer;
}

span.small {
    padding-right: 3px;
    float: left;
    /*         margin-right: 3px; */
    background: url(/img/button/buttonSecondarySmallRt.gif) no-repeat top right;
    height: 15px;
}

button.smallAction {
    padding: 0px 5px 4px 18px;
    /* text within button */
    margin-top: 0;
    margin-right: 3px;
    background: url(/img/button/buttonPrimarySmall.gif) no-repeat top left;
    font-size: 11px;
    font-weight: 900;
    height: 15px;
}

span.smallAction {
    padding-right: 3px;
    float: left;
    background: url(/img/button/buttonPrimarySmallRt.gif) no-repeat top right;
    text-transform: uppercase;
    height: 15px;
}

button.nonAction {
    border: none;
    padding: 0 0 0 12px;
    margin-right: 15px;
    background: transparent url(/img/button/linkSecondary.gif) no-repeat 0px 4px;
    color: #0B6997;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: capitalize;
}

button.nAction {
    background: transparent url(/img/button/linkPrimary.gif) no-repeat scroll 2px 8px;
    color: #0B6997;
    height: auto;
    padding: 5px 0pt 0pt 14px;
}

/******************************************************************************************
* PRODUCT SIDE MENU *
*******************************************************************************************/

#TCtable {
    background: #ffffff;
    border: 0;
}

ul.TreeControl {
    float: inherit;
    position: relative;
    background-color: transparent;
    padding: 10px;
}

ul.TreeControl {
    color: #414348;
}

ul.TreeControl li.TCopen,
ul.TreeControl li.TCclosed {
    padding: 5px 0px 5px 0px;
}

ul.TreeControl li.TCopen div.anchorCatalog,
ul.TreeControl li.TCclosed div.anchorCatalog,
.style1 {
    float: inherit;
    position: relative;
    color: #414348;
    font-weight: bold;
    font: 20px/34px Colaborate-RegularRegular, "Open Sans", sans-serif;
    margin: 5px 0px 5px 0px;
    padding: 0;
}

ul.TreeControl li {
    list-style: none;
}

ul.TreeControl,
ul.TreeControl ul,
ul.TreeControl li {
    margin-bottom: 5px;
    padding: 0;
    font-size: 10pt;
}

ul.TreeControl ul {
    padding-left: 5px;
}

ul.TreeControl li a {
    padding-left: 5px;
    cursor: pointer;
    text-decoration: underline;
    color: #414348;
}

ul.TreeControl li a:hover {
    padding-left: 5px;
    cursor: pointer;
    text-decoration: underline;
    color: #224390;
}

ul.TreeControl li.TCopen a {
    list-style: none;
    background: none;
    text-decoration: none;
    color: #414348;
}

ul.TreeControl li.TCclosed a {
    list-style: none;
    background: none;
    text-decoration: none;
    color: #414348;
}

ul.TreeControl ul li {
    border-bottom: 1px solid #B8C7D2;
}

ul.TreeControl li.TCbullet a {
    list-style: disc;
    background: none;
    color: #414348;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0px;
    text-align: left;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

ul.TreeControl li.TCbullet a:hover {
    color: #99C456;
}

ul.TreeControl li.TCopen ul {
    display: block;
}

ul.TreeControl li.TCclosed ul {
    display: none;
}

/******************************************************************************************
* END PRODUCT SIDE MENU *
*******************************************************************************************/
/*FORGOT PASSWORD STYLES*/
html,
body {
    height: 100%;
    position: relative;
    margin: 0
}

#mainContentSF {
    height: 100%;
    width: 100% !important
}

form[action="/support/password_forgot.php"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(https://global-uploads.webflow.com/5b462a409d2fee4de0d4deaf/5b4a4d03847c0024eca52fb1_Space-Background.jpg);
    background-color: #000;
    background-position: 50% 0;
    background-size: cover
}

form[action="/support/password_forgot.php"]>table,
form[action="/support/password_forgot.php"]>table>tbody,
form[action="/support/password_forgot.php"]>table>tbody>tr,
form[action="/support/password_forgot.php"]>table>tbody>tr>td,
#userProfileSection {
    height: 100%
}

#userProfileSection * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#userProfileSection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#userProfileSection header {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 2em;
    line-height: 1.2em;
    font-style: italic
}

#userProfileSection>section {
    width: 600px;
    background: rgba(0, 0, 0, .5);
    border: 0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 60px
}

#userProfileSection .body {
    color: #fff
}

#userProfileSection a {
    color: #8dc449
}

form[action="/support/password_forgot.php"] section>table>tbody>tr:nth-of-type(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

form[action="/support/password_forgot.php"] section>table>tbody>tr:nth-of-type(2) td {
    width: 100%
}

#userProfileSection input[name=password_account] {
    height: 32px;
    background: rgba(255, 255, 255, .125);
    border: 0 !important;
    color: #fff !important;
    padding: .25em 1em;
    font-size: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100% !important;
    margin-bottom: .5em
}

#userProfileSection ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .75)
}

#userProfileSection ::-moz-placeholder {
    color: rgba(255, 255, 255, .75)
}

#userProfileSection :-ms-input-placeholder {
    color: rgba(255, 255, 255, .75)
}

#userProfileSection ::placeholder {
    color: rgba(255, 255, 255, .75)
}

#userProfileSection button {
    height: 40px;
    line-height: 0px;
    margin: 0 0 1em 0 !important;
    border: 0 !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: bolder;
    padding: .25em 1em;
    background: #8dc449;
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

#userProfileSection button:hover {
    background: #8ecf3f !important
}

#userProfileSection button span {
    display: none
}

/*MAIN STYLE OVERRIDES*/
table.tableMain {
    margin: 0 auto;
    /*display: flex;*/
    height: 100%;
    background: transparent;
}

#TCtable {
    background: #272628;
    border-radius: 5px;
}

ul.TreeControl li.TCopen,
ul.TreeControl li.TCclosed {
    margin: 0;
    padding: 0;
}

ul.TreeControl li.TCopen {
    overflow: hidden;
}

ul.TreeControl li.TCopen a {
    color: #fff;
    padding: 1em;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12)
}

ul.TreeControl li.TCopen ul li:nth-last-child(1) a {
    border-bottom: 0;
}

ul.TreeControl ul {
    margin: 0;
    padding: 0;
}

ul.TreeControl ul li {
    border: 0;
}

#catalogWrap {
    background: #fff;
}
.copyright {
    font-size:18px;
    color:#fff;
    text-align:center;
    padding-left:1em;
    padding-right:1em;
}
.copyright A {
    font-weight:bolder;
    display:block;
    color:#8DC449;
}
#QLcatalog {display: none;}