/* Increase body font */
body {
font-size: 14px;
}

/* Increase font weight on Call TCS text in Social Region */
.social-region * {
font-weight: 400;
}

/* increase font size of top text in main menu items */
#wap-menu ul.sf-menu li a {
font-size: 20px;
}



/* Reduce sub-menus down to original 18px */
#wap-menu ul.sf-menu li .leaf a, #mobileMenu_mm1 {
font-size: 18px;
}

/* Set sub-menu width */
.sf-menu ul {
width: 300px !important;
}
 

/* Change footer colour */
#footer-region {
/* background: rgb(62,88,158); */
color: #eee;
background: #aaa;
}

/* #footer-region a, #footer-region li a {
color: #fff;
}

#footer-region a:visited {
color: #aaa !important;
}*/

#footer-region a:hover {
color: #fff !important;
}

/* Reduce text heading on block numbered heading on home page */
.numbered-heading {
font-size: 23px;
}

/* Reduce title region height */
#title-region .inner {
padding: 2px 28px 5px 28px;
}

/* Style footer titles */
#footer-region .titlecontainer h4 {
color: #323232;
}

/* Reduce gap below span */
.page-node-11 .field-items .span6 > p {
height: 0;
}
/* Change styling of Newsletter block */
#highlighted_2 {
background-color: #aaa !important;
border-left: 4px solid #ccc;
}



/* Increase padding above copyright */
#footer-note .inner {
padding-top: 10px;
}

/* Fix the width on Live Chat graphic */
#lhnchatimg {
width: 144px;
}


/* Reduce width of contact page subject field */
input#edit-submitted-subject {
width: 72%;
}

/* reduce height of highlighted 2 block (enewsletter block) on homepage */
#highlighted_2 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* Remove gap under first child drop down in menu */
.sf-menu li li.first {
  margin-top: -11px !important;
}


/* Move read more buttons down */
.page-taxonomy.page-taxonomy-term .node-product-display.node-teaser .readmore {
  top: 230px !important;
}


/* Reduce height of Bottom1 block */
#bottom_1 {
height: 300px !important;
}


/* Change colour of eNewsletter Header */
#highlighted_2 h3 {
color: #323232 !important;
}


#bottom-region a {
    color: #b2bcd8;
    text-decoration: underline;
}


