/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

html {
background-color:#ebeeee;
}


body {
  font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 87.5%;
}


/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1 {
font-family:"roboto";
font-weight:bold;
}

h2 {font-family:"roboto";
font-weight:bold;
}

h3 {font-family:"roboto";
font-weight:bold;}

h4 {font-family:"roboto";
font-weight:bold;}

h5 {font-family:"roboto";
font-weight:lighter;}

h6 {font-family:"roboto";
font-weight:lighter;}

p {
font-family: "open sans";
font-weight:lighter;
}

b,
strong {}

i,
em {}

dfn {}

sup {}

sub {}

del {}

ins {}

blockquote {}

cite {}

q {}

address {}

ul {}

ol {}

.section-customers #content-wrapper li,.section-blogs-view #content-wrapper li.section-it-services #content-wrapper li,
.section-features #content-wrapper li{
font-family: "open sans";
font-weight: lighter;
}

dl {}

dd {}

dt {}

abbr {}

acronym {}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}


/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings.
 */
#page-wrapper {}
#page {}
#page .container {}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {}

/*
 * Wraps the sidebars the content column
 */
#columns {}

/*
 * Main content column wrapper
 */
#content-column {}

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this
 * wrapper to style the entire main content column
 */
#main-content {}

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used
 * mainly for position and invisible gutters and can be problematic to style
 */
#content {}

/*
 * Footer wrapper
 */
#footer {}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
#content .panel-display {}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width - you can style this but never
 * add any width/margin/padding/borders etc to .container
 */

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {}
#leaderboard-wrapper .container {}

/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}
#header-wrapper .container {}

/*
 * Wraps the nav elements
 */
#nav-wrapper {}
#nav-wrapper .container {}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {}
#breadcrumb-wrapper .container {}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {}
#messages-help-wrapper .container {}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {}
#secondary-content-wrapper .container {}

/*
 * Wraps the main content column
 */
#content-wrapper {}
#content-wrapper .container {}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {}
#tertiary-content-wrapper .container {}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}
#footer-wrapper .container {}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {}

/*
 * Logo
 */
#logo {
  padding: 10px 0;
}

#logo img {
  vertical-align: bottom;
}

/*
 * Wrapper for the site name and slogan (hgroup)
 */
#name-and-slogan {}

/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
}

#site-name a {}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {}

/*
 * The main page title (h1)
 */
#page-title {
  margin: 0;
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {}

/*
 * Generic styles for links. See the ul.links declaration in node and comment
 * stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
  padding: 0;
}


/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the
 * layout - no margin, padding or borders etc
 */
.region {}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.region-inner {}

/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {}

/*
 * Header region, embedded in the #header
 */
.region-header {}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
.region-help {}

/*
 * Secondary content
 */
.region-secondary-content {}

/*
 * Sits above the main content header, like a content-top region
 */
.region-highlighted {}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {}

/*
 * Sidebars - targets both
 */
.sidebar {}

/*
 * First sidebar
 */
.region-sidebar-first {}

/*
 * Second sidebar
 */
.region-sidebar-second {}

/*
 * Tertiary content
 */
.region-tertiary-content {}

/*
 * Footer region
 */
.region-footer {}


/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
}

a:link,
a:visited {
color:#E79B2D;
}

a:active,
a.active {
color:#E79B2D;
}

a:hover,
a:focus {
color:#E79B2D;
text-decoration:none;
opacity:0.7;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
.nav {
  clear: both;
  margin: 10px 0;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}


/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {}

.block-superfish .block-inner .content {}

.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish ul ul {}

.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}




/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */

.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.at-mt .at-menu-toggle-button {
  margin: 0;
}

.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}




/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu ul ul {}

ul.menu ul ul ul {}

ul.menu li {
  margin: 0;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {}

ul.menu li a {}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {}

ul.menu li.active a,
ul.menu li.active-trail a {}

ul.menu li.first,
ul.menu li.last {}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {}

.book-navigation .page-links {}

.book-navigation .page-previous {}

.book-navigation .page-next {}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes the string is two chars */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 10px 0;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb li.crumb-first {}

#breadcrumb li.crumb-last {}

#breadcrumb a {}

#breadcrumb a:link,
#breadcrumb a:visited {}

#breadcrumb a:active,
#breadcrumb a.active {}

#breadcrumb a:hover,
#breadcrumb a:focus {}

#breadcrumb .crumb-separator {}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

/*
 * When labels are set to inline in field display settings the clearfix class is
 * automatically added
 */
.field-label-inline {}

.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
 * ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}




/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {}

/*
 * Long text
 */
.field-type-text-long {}

/*
 * Text with summary
 */
.field-type-text-with-summary {}

/*
 * File
 */
.field-type-file {}

/*
 * Number/Integer
 */
.field-type-number-integer {}

/*
 * Decimal
 */
.field-type-number-decimal {}

/*
 * Number float
 */
.field-type-number-float {}

/*
 * List
 */
.field-type-list-text {}

/*
 * List boolean
 */
.field-type-list-boolean {}

/*
 * List integer
 */
.field-type-list-integer {}

/*
 * List float
 */
.field-type-list-float {}

/*
 * Field types (Contrib)
 */
.field-type-datetime {}

.field-type-node-reference {}

.field-type-user-reference {}

/*
 * Named fields
 */
.field-name-body {}

.field-name-field-image {}

.field-name-field-tags {}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}


/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
  margin-bottom: 20px;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders,
 * block_system_main does not have it
 */
.block-inner {}

/*
 * The first block in the region
 */
.block.first {}

/*
 * The last block in the region
 */
.block.last {}

/*
 * Zebra striping for each block in the region
 */
.block.odd {}

/*
 * Zebra striping for each block in the region
 */
.block.even {}

/*
 * Block title
 */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
.block-content {}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}

.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
#block-aggregator-category-1 {}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {}

/*
 * First block created with "Add block" link
 */
#block-block-1 {}

/*
 * "Recent blog posts" block
 */
#block-blog-recent {}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {}

/*
 * "Recent comments" block
 */
#block-comment-recent {}

/*
 * "Active forum topics" block
 */
#block-forum-active {}

/*
 * "New forum topics" block
 */
#block-forum-new {}

/*
 * Language switcher block
 */
#block-locale-language {}

/*
 * Custom menu block
 */
#block-menu-menu-NAME {}

/*
 * "Recent content" block
 */
#block-node-recent {}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {}

/*
 * "Most recent poll" block
 */
#block-poll-recent {}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {}

/*
 * "Search form" block
 */
#block-search-form {}

/*
 * "Shortcuts" block
 */
#block-shortcut-shortcuts {}

/*
 * "Popular content" block
 */
#block-statistics-popular {}

/*
 * "Main menu" block
 */
#block-system-main-menu {}

/*
 * "Management" block for Drupal management menu
 */
#block-system-management {}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {}

/*
 * "System help" block
 */
#block-system-help {}

/*
 * "Main page content" block
 */
#block-system-main {}

/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {}

/*
 * "User login form" block
 */
#block-user-login {}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {}


/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin-bottom: 20px;
}

.node.node-promoted {}

.node.node-sticky {}

.node.node-by-viewer {}

.node.node-teaser {}

.node.node-full {}

.node.odd {}

.node.even {}

.node .node-title {
  margin: 0;
}

.node .user-picture {}

.node .submitted {}

.node .submitted .username {}

.node .submitted time {}

.node .node-content {}

.node ul.links {}

.node ul.links li {}

.node ul.links li a {}

.node ul.links li.node-read-more a {}

.node ul.links li.comment-add a {}

.node ul.links li.comment-comments a {}

.node ul.links li.comment-new-comments a {}

.node ul.links li.blog-sernames-blog a {}

.node ul.links li.print-html a {}

.node ul.links li.print-email a {}

.node ul.links li.print-pdf a {}

.preview .node {}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {}

.node-article {}

.node-book {}

.node-forum {}

.node-poll {}


/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
}

.comment.first {}

.comment.last {}

.comment.odd {}

.comment.even {}

.comment .user-picture {}

.comment .submitted {}

.comment .submitted p {}

.comment .submitted .username {}

.comment .submitted time {}

.comment .user-signature {}

.comment ul.links {}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
}

/*
 * Comment states
 */
.comment-new {}

.comment-by-anonymous {}

.comment-by-node-author {}

.comment-by-viewer {}

.comment-title-hidden {}

.comment-with-picture {}

.comment-with-signature {}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */
.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
  border: 1px solid #ccc;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #ccc;
  /*border-color: transparent;*/
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;

}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody {
	border-top: 0;
}

tbody tr {
 /*border-top: 1px solid #ccc;*/
}

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2) {
  border-bottom: 0;
  background-color: #f5f5f5;
}

tr.drag {}

tr.drag-previous {}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

.lt-ie8 tr {}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: normal;
}



/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}


/****Slide AD****/

#slidead-popup{
float:left !important;
position:inherit;
}

/***Features Theming****/
.html.not-front.node-type-feature .group-left{
width:60%;
float:left;
}
.html.not-front.node-type-feature .group-right{
width:30%;
float:right;
}
.html.not-front.node-type-feature .group-right .field-name-field-custom-paragraph .field-label	{
display:none;
}

/***Pricing Theming****/

.page-pricing  .pane-title.block-title{
font-size: 30px;
}

.page-pricing .pane-product-prices .pane-title.block-title,.page-pricing .pane-product-prices .field-items .field-label{
border:none;
color:black;
text-transform:initial;
}
.page-pricing .pane-title .block-content{
font-family: "open sans";
font-size: 16px;
margin-top: 12px;
}
.page-pricing .field.field-name-field-range.field-type-text{
float: left;
width: 78%;
}
.page-pricing .field.field-name-field-range.field-type-text .field-label{
width:56%;
}
.page-pricing.i18n-es .field.field-name-field-range.field-type-text .field-label {
width: 64%;
}

.page-pricing .panel-pane.pane-views.pane-product-prices.block .block-content{
margin-top: 15px;
border-width: 2px;
border-style: solid;
border-color: #3366AD;
border-radius: 13px;
}

/****Footer view****/
.page-pricing .panel-pane.pane-views.pane-product-prices.block .view-footer p{
text-align:center;
}


/*** UK Header********************************************************************************************************/
#header .region.region-header.sidebar{
float:none;
}

#block-panels-mini-clone-of-header,
#block-panels-mini-header
{
width: 100%;
}

#mini-panel-clone_of_header,
#mini-panel-header{
display: inline-block;
width:100%;
}

#mini-panel-clone_of_header .row-1{
display: block;
float: left;
}

#mini-panel-clone_of_header .row-2{
display: block;
float: right;
}

/**Telephone number**/
#header-wrapper{
background-color:#21221f;
height: 44px; /*38px;*/
z-index: 1000;
margin:auto;
}

.ff #header-wrapper{
background-color:#21221f;
  /*height: 56px;*/z-index: 1000;
margin:auto;
}

.ie #header-wrapper{
background-color:#21221f;
  /*height: 56px; /*40px;*/*/z-index: 1000;
margin:auto;
}
.chrome #header-wrapper{	/*height: 56px; /*40px;*/*/}#block-panels-mini-clone-of-header .region.region-four-first,
#block-panels-mini-header .region.region-four-first{
width: 100%;
}

#call-us{
  font-family: "open sans";
  color: #FFF;
  font-size: 14px;
  font-weight: lighter;
  float: left;
  margin-right: 10px;
  display: inline-block;
}
#phone-number{
  font-family: "open sans";
  color: #FFF;
  font-size: 14px;
  font-weight: bolder;
  margin:auto;

}
#def-head-tel {
  display: inline-block;
  white-space: nowrap;
}
#pink-verify-div{
  display: inline-block;
  float: right;
  position: relative;
  top: -8px;
  right: 10%;
}
#block-panels-mini-clone-of-header .panel-row.row-1.clearfix .panel-pane.pane-custom.no-title.block,
#block-panels-mini-header .panel-row.row-1.clearfix .panel-pane.pane-custom.no-title.block{
margin-top:8px;
margin-bottom:0px
}
/***Customer login***/
.ie.ff .panel-row.row-2 .region.region-four-fourth{

}
.panel-row.row-2 .region.region-four-fourth{

}
#customer-login a{
color: white;
font-family: "roboto";
font-weight: lighter;
display: block;
font-size: 11px;
float: right;
margin-right: 7px;
margin-top: 3px;
text-decoration:none;
padding-left: 29px;
}

#customer-login{
margin-top: 7px;
border-radius: 5px;
width: 128px;
height: 25px;
float: right;
background-color: #0f5eba;
background-image: url("/sites/default/files/home-page/locker.png");
background-repeat: no-repeat;
background-position: 9px 5px;
}
#customer-login:hover{
margin-top: 7px;
border-radius: 5px;
width: 128px;
height: 25px;
float: right;
background-color: #0f5eba;
background-image: url("/sites/default/files/home-page/locker.png");
background-repeat: no-repeat;
background-position: 9px 5px;
opacity:0.7;
}

/**search block**/
#block-panels-mini-clone-of-header #edit-search-block-form--2,
#block-panels-mini-header #edit-search-block-form--2{
outline: none;
width: 169px;/*234px;*/
border-style: none;
height: 24px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
background-color: #393939;
text-transform: uppercase;
padding-left: 15px;
font-family: "open sans";
font-size: 10px;
color: #b8b8b8;
}

#block-panels-mini-clone-of-header #edit-submit,
#block-panels-mini-header #edit-submit{
background-color: #4a4a4a;
border-style: none;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
outline: none;
}

#block-panels-mini-clone-of-header .contextual-links-region.panel-pane.pane-block.pane-search-form.no-title.block,
#block-panels-mini-header .contextual-links-region.panel-pane.pane-block.pane-search-form.no-title.block{
float:right;
}
.ff #block-panels-mini-clone-of-header .contextual-links-region.panel-pane.pane-block.pane-search-form.no-title.block,
.ff #block-panels-mini-header .contextual-links-region.panel-pane.pane-block.pane-search-form.no-title.block{
margin-bottom: 4px;
width: 100%;
}

#block-panels-mini-clone-of-header .block-content .form-item.form-type-textfield.form-item-search-block-form,
#block-panels-mini-header .block-content .form-item.form-type-textfield.form-item-search-block-form{
margin-right: -4px;
float: left;
margin-top: 6px;
}


#block-panels-mini-clone-of-header .form-actions.form-wrapper,
#block-panels-mini-header .form-actions.form-wrapper{
float: right;
/*position: relative;*/
/*top: -40px;
right: -43px;/*-66px;*/
margin-top: 6px;
}
.logged-in #block-panels-mini-clone-of-header .form-actions.form-wrapper,
.logged-in #block-panels-mini-header .form-actions.form-wrapper{
float: right;
position: relative;
top: -40px;
right: -43px;
}

/***Language flags***/

#block-panels-mini-clone-of-header .region.region-four-second,
#block-panels-mini-header .region.region-four-second{
width: 14%;
float: right;
}

.panel-row.row-1 .block-content .en.first.active,
.panel-row.row-1 .block-content .es.last,
.panel-row.row-1 .block-content .en.first,
.panel-row.row-1 .block-content .es.last.active{
list-style:none;
}
.html.i18n-en .en.first.active{
display:none;
}
.html.i18n-en .language-switcher-locale-url{
margin-top: 7px;
padding: 0px;
}
.html.i18n-en .language-switcher-locale-url .language-icon{
height: 25px;
width: 25px;
}
.html.i18n-es .es.last.active{
display:none;
}
.html.i18n-es .language-switcher-locale-url{
margin-top: 7px;
padding: 0px;
}
.html.i18n-es .language-switcher-locale-url .language-icon{
height: 25px;
width: 25px;
}
@media only screen and (max-width:917px){
}

/** Mini Panel Header 2014 **********************************************/
#block-panels-mini-header-2014{
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
#block-panels-mini-header-2014 .block{
  margin-bottom: 0;
}
#block-panels-mini-header-2014 .four-4x25 .panel-row .region-four-first{
  width: 60%;
  padding-top: 8px;
}
#block-panels-mini-header-2014 .four-4x25 .panel-row .region-four-second{
  width: 40%;
  padding-top: 0;
}
#block-panels-mini-header-2014 .four-4x25 .panel-row .region-four-second .block-inner{
  text-align: center;
}
#block-panels-mini-header-2014 .four-4x25 .panel-row .region-four-second .block-content{
  width: 100px;
  margin: 0 auto;
}
#block-panels-mini-header-2014 .four-4x25 .panel-row .region-four-third{
  padding-top: 6px;
}
#block-panels-mini-header-2014 .four-4x25 .panel-row .region-four-fourth{

}
#block-panels-mini-header-2014 #phone-number{
  font-family: "open sans";
  color: #FFF;
  font-size: 14px;
  font-weight: bolder;
  margin:auto;

}
#block-panels-mini-header-2014 #def-head-tel {
  display: inline-block;
  white-space: nowrap;
}
#block-panels-mini-header-2014 #pink-verify-div{
  display: inline-block;
  position: relative;
  top: 0;
  width: 100px;
  margin: 0 auto;
}
#block-panels-mini-header-2014 #pink-verify-div a{
  display: inline-block;
  width: 100px;
  margin: 0 auto;
}
/**Search Block ****/
#block-panels-mini-header-2014 #edit-search-block-form--2{
  outline: none;
  width: 224px; /*169px;/*234px;*/
  border-style: none;
  height: 24px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #393939;
  text-transform: uppercase;
  padding-left: 15px;
  font-family: "open sans";
  font-size: 10px;
  color: #b8b8b8;
}
#block-panels-mini-header-2014 #edit-submit{
  background-color: #4a4a4a;
  border-style: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  outline: none;
}
#block-panels-mini-header-2014 .form-actions.form-wrapper{
  float: right;
  position: relative;
  top: -26px;
  right: -26px;/*-66px;*/
}
/*** MENU ********************************************************************************************************/

#nav-wrapper{
margin-top: -10px;
background-image:url("/sites/all/themes/webmaster_base_theme/images/background-menu.png");
height: 62px;
}

#menu-bar #block-panels-mini-logo{
display: block;
float: left;
margin-top: 13px;
margin-left:0px;
}

#menu-bar #block-superfish-1{
display: block;
float: right;
}
/*.ff #menu-bar #block-superfish-1{
  margin-top: -18px;
}
.ff #menu-bar #block-panels-mini-logo{
  margin-top: 0;
}
.ie #menu-bar #block-superfish-1{
  margin-top: -17px;
}
.ie #menu-bar #block-panels-mini-logo{
  margin-top: 0;
}
*/@media only screen and (max-width:784px){
#menu-bar #block-superfish-1{
display: block;
float: left;
}
#superfish-1-select{
color: #154479;
text-transform: uppercase;
margin-top: 15px;
width: 140px;
height: 32px;
font-family: "open sans";
font-weight: bold;
}
}

#menu-bar #menu-1751-1{
background-image: url("/sites/all/themes/webmaster_base_theme/images/home-image.png");
height: 62px;
width: 58px;
background-repeat: no-repeat;
}
#menu-bar .menu.sf-menu.sf-main-menu.sf-horizontal.sf-style-none.sf-total-items-6.sf-parent-items-0.sf-single-items-6.superfish-processed.sf-js-enabled.sf-shadow{
font-family: "open sans";
font-weight: bold;
color: #154479;
font-size: 13px;
}

#menu-1751-1 .sf-depth-1
{
text-indent:-9999px;
}

#menu-1751-1 .sf-depth-1,#menu-1926-1 .sf-depth-1,#menu-1758-1 .sf-depth-1,#menu-2036-1 .sf-depth-1,#menu-3347-1 .sf-depth-1{
color: #154479;
text-transform:uppercase;
padding-right: 50px;
margin-top:15px;
}
#menu-1751-1 .sf-depth-1{
margin-top:0px;
padding-left: 8px;
padding-bottom: 28px;
}
#menu-1926-1 .sf-depth-1{
margin-left:35px;
}

#menu-2677-1 .sf-depth-1{
margin-top:10px;
padding-left: 30px;
padding-top: 1px;
text-transform: uppercase;
color: #ff9c0f;
height: 34px;
width: 97px;
background: white;
border-style: solid;
border-width: 3px;
border-radius: 7px;
border-color: #ff9c0f;
}
/**HOVER**/

#menu-bar #menu-1751-1:hover{
background-image: url("/sites/all/themes/webmaster_base_theme/images/home-image.png");
height: 62px;
width: 58px;
padding-right: 50px;
margin-top:15px;
opacity:0.7;
opacity:0.7;
}

#menu-1751-1 .sf-depth-1:hover,#menu-1926-1 .sf-depth-1:hover,#menu-1758-1 .sf-depth-1:hover,#menu-2036-1 .sf-depth-1:hover,#menu-3347-1 .sf-depth-1:hover{
color: #FFAD38;
text-transform:uppercase;
padding-right: 50px;
margin-top:15px;
opacity:0.7;
}
#menu-1751-1 .sf-depth-1:hover{
margin-top:0px;
}
#menu-1926-1 .sf-depth-1:hover{
margin-left:35px;
opacity:0.7;
}

#menu-2677-1 .sf-depth-1:hover{
margin-top:10px;
padding-left: 30px;
padding-top: 1px;
text-transform: uppercase;
color: #ff9c0f;
height: 34px;
width: 97px;
background: white;
border-style: solid;
border-width: 3px;
border-radius: 7px;
border-color: #ff9c0f;
opacity:0.7;
}
#menu-1751-1 .sf-depth-1.active,#menu-1926-1 .sf-depth-1.active,#menu-1758-1 .sf-depth-1.active,#menu-2036-1 .sf-depth-1.active,#menu-3347-1 .sf-depth-1.active{
color: #FFAD38;
}

@media only screen and (max-width:800px){
#menu-1751-1 .sf-depth-1,#menu-1926-1 .sf-depth-1,#menu-1758-1 .sf-depth-1,#menu-2036-1 .sf-depth-1,#menu-3347-1 .sf-depth-1{
color: #154479;
text-transform:uppercase;
padding-right: 45px;
margin-top:15px;
}
#menu-1751-1 .sf-depth-1:hover,#menu-1926-1 .sf-depth-1:hover,#menu-1758-1 .sf-depth-1:hover,#menu-2036-1 .sf-depth-1:hover,#menu-3347-1 .sf-depth-1:hover{
color: #FFAD38;
text-transform:uppercase;
padding-right: 45px;
margin-top:15px;
opacity:0.7;
}
}

@media only screen and (max-width: 962px){
.desktop #menu-bar #block-panels-mini-logo{
display:none;
}
}
/******INTERNAL PAGE ***********/
.not-front #content-wrapper{
background-image:url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg");
background-color:#f5f5f5;
background-repeat:no-repeat;

}
.not-front #content-column{
margin-top: 125px;
}
.ie.not-front #content-column{
margin-top: 60px;
}
/** following added for page /it-services text creeping up into background image **/
.ie.not-front #main-content .block-system.no-title{
	margin-top: 55px;
}
/*****************CUSTOMERS********************/
.section-customers #page-title{
font-size: 30px;
}
.section-customers #content .view-content .node-testimonial{
display: inline-block;
padding: 17px;
background: #2F3424;
border: 1px solid #5BB031;
border-width: 3px;
border-radius: 28px;
color: white;
font-style: italic;
font-size: 17px;
margin-top: 40px;
}
.section-customers #content .view-content .node-case-study{
margin-bottom: 50px;
padding: 30px;
}
.section-customers .related-features-case-study a{
display:inline-block;
background-color: rgba(214, 198, 176, 0.2);
padding-left: 5px;
padding-right: 5px;
border-radius: 12px;
margin-top: 10px;
border-style: solid;
border-width: 2px;
margin-right: 8px;
white-space: nowrap;
text-decoration:none;
}
.section-customers .related-features-case-study a:hover{
display:inline-block;
background-color: rgba(214, 198, 176, 0.2);
padding-left: 5px;
padding-right: 5px;
border-radius: 12px;
margin-top: 10px;
border-style: solid;
border-width: 2px;
margin-right: 8px;
white-space: nowrap;
text-decoration:none;
opacity:0.7;
}
.section-customers .label-above.related-features-case-study{
text-transform: uppercase;
font-weight: bold;
}

/****Testimonial view_testimonial_node****/
.not-front .node-testimonial.node-testimonial-node.view-mode-testimonial_node{
padding: 12px;
background: #2F3424;
border: 1px solid #5BB031;
border-width: 3px;
border-radius: 28px;
color: white;
font-style: italic;
font-size: 17px;
margin-bottom: 40px;
margin-top: 40px;
}


/****Services LINK Bottom main-area****/
.front .region.region-content-aside.sidebar{
float:none;
}
.front #content-wrapper{
background-image:url("/sites/all/themes/webmaster_base_theme/images/blue-background.jpg");
background-size:cover;
}
.front #block-panels-mini-aside-region .views-view-grid.cols-3{
border-style:none;
}
.front #block-panels-mini-aside-region .views-view-grid.cols-3 .row-1.row-first.row-last{
border-style:none;
}

.front #block-panels-mini-aside-region .row-1.row-first.row-last td{
text-align:center;
width: 88px;
}
.front #block-panels-mini-aside-region .row-1.row-first.row-last .col-1.col-first{
padding-bottom: 34px;
}

.front #block-panels-mini-aside-region .views-view-grid.cols-3{
margin-top:25px;
}
.front #block-panels-mini-aside-region .row-1.row-first.row-last  .views-field.views-field-field-icon{
margin-bottom: 15px;
}
.front #block-panels-mini-aside-region .row-1.row-first.row-last a{
color: white;
font-family: roboto;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
}
#mini-panel-aside_region div.panel-panel.panel-col-first .col-1.col-first img{
margin-top:0px;
}
#mini-panel-aside_region div.panel-panel.panel-col-first .col-3.col-last img{
margin-top: -35px;
}
#mini-panel-aside_region div.panel-panel.panel-col-first .col-2 img{
margin-top: -61px;
}


/*****Service Link hover*****/
.front #wrapped-wrapper{
position:relative;
z-index:99;
}
.front #content-wrapper .container{
position:relative;
z-index:100;
}

#mini-panel-aside_region > div.panel-panel.panel-col-first > div > div > div > div > div > div.view-content > table > tbody > tr > td.col-1.col-first > span > span > a{
display: inline-block;
background-image: url("/sites/all/themes/webmaster_base_theme/images/service-desk.png");
background-repeat: no-repeat;
height: 65px;
width: 88px;
padding-top: 101px;
}
#mini-panel-aside_region > div.panel-panel.panel-col-first > div > div > div > div > div > div.view-content > table > tbody > tr > td.col-1.col-first > span > span > a:hover{
display: inline-block;
background-image: url("/sites/all/themes/webmaster_base_theme/images/service-desk-green.png");
background-repeat: no-repeat;
height: 65px;
width: 88px;
padding-top: 101px;
color: #5BB031;
text-decoration:none;
opacity:1;
}
#mini-panel-aside_region > div.panel-panel.panel-col-first > div > div > div > div > div > div.view-content > table > tbody > tr > td.col-2 > span > span > a{
display: inline-block;
background-image: url("/sites/all/themes/webmaster_base_theme/images/cmdb.png");
background-repeat: no-repeat;
height: 98px;
width: 90px;
padding-top: 105px;
}
#mini-panel-aside_region > div.panel-panel.panel-col-first > div > div > div > div > div > div.view-content > table > tbody > tr > td.col-2 > span > span > a:hover{
display: inline-block;
background-image: url("/sites/all/themes/webmaster_base_theme/images/cmdb-green.png");
background-repeat: no-repeat;
height: 98px;
width: 90px;
padding-top: 105px;
color: #5BB031;
text-decoration:none;
opacity:10;
}
#mini-panel-aside_region > div.panel-panel.panel-col-first > div > div > div > div > div > div.view-content > table > tbody > tr > td.col-3.col-last > span > span > a{
background-image: url("/sites/all/themes/webmaster_base_theme/images/reporting-and-kpi.png");
	display: inline-block;
	background-position-x: 5px;
	background-repeat: no-repeat;
	height: 94px;
	width: 110px;
	padding-top: 100px;
}

.ff #mini-panel-aside_region > div.panel-panel.panel-col-first > div > div > div > div > div > div.view-content > table > tbody > tr > td.col-3.col-last > span > span > a,
.ie #mini-panel-aside_region > div.panel-panel.panel-col-first > div > div > div > div > div > div.view-content > table > tbody > tr > td.col-3.col-last > span > span > a{
display: inline-block;
background-image: url("/sites/all/themes/webmaster_base_theme/images/reporting-and-kpi.png");
background-position: 8px 0px;
background-repeat: no-repeat;
height: 94px;
width: 110px;
padding-top: 100px;
}
#mini-panel-aside_region > div.panel-panel.panel-col-first > div > div > div > div > div > div.view-content > table > tbody > tr > td.col-3.col-last > span > span > a:hover{
background-image: url("/sites/all/themes/webmaster_base_theme/images/reporting-and-kpi-green.png");
/*
	display: inline-block;
	background-position-x: 5px;
	background-repeat: no-repeat;
	height: 94px;
	width: 110px;
	padding-top: 100px;
*/
	color: #5BB031;
	text-decoration:none;
	opacity:10;
}
.ff #mini-panel-aside_region > div.panel-panel.panel-col-first > div > div > div > div > div > div.view-content > table > tbody > tr > td.col-3.col-last > span > span > a:hover,
.ie #mini-panel-aside_region > div.panel-panel.panel-col-first > div > div > div > div > div > div.view-content > table > tbody > tr > td.col-3.col-last > span > span > a:hover{
display: inline-block;
background-image: url("/sites/all/themes/webmaster_base_theme/images/reporting-and-kpi-green.png");
background-position: 8px 0px;
background-repeat: no-repeat;
height: 94px;
width: 110px;
padding-top: 100px;
color: #5BB031;
text-decoration:none;
opacity:10;
}
/***FREE TRIAL*****/
#free-trial{
display: block;
height: 48px;
background-image: url("/sites/all/themes/webmaster_base_theme/images/free-trial-button.png");
background-repeat: no-repeat;
width: 170px;
padding-left: 39px;
padding-top: 11px;
color: white;
font-family: "roboto";
font-weight: bold;
font-size: 17px;
}
#free-trial:hover{
display: block;
height: 48px;
background-image: url("/sites/all/themes/webmaster_base_theme/images/free-trial-button.png");
background-repeat: no-repeat;
width: 170px;
padding-left: 39px;
padding-top: 11px;
color: white;
font-family: "roboto";
font-weight: bold;
font-size: 17px;
opacity:0.8;
text-decoration:none;
}
/************Slogan****************/
#block-panels-mini-aside-region .panel-pane.pane-custom.pane-1.no-title.block .block-inner.clearfix{
margin:0px;
}
#block-panels-mini-aside-region #slogan-top{
font-family: roboto;
font-weight: bold;
font-size: 36px;
color: #5BB031;
text-transform: uppercase;
margin-bottom: -40px;
word-spacing: 0px;
letter-spacing: 2pt;
}
.ie8 #block-panels-mini-aside-region #slogan-top{
word-spacing: 4px;
}
#block-panels-mini-aside-region #slogan-bottom{
font-family: roboto;
font-weight: lighter;
font-size: 33px;
color: #5BB031;
text-transform: uppercase;
margin-bottom: -22px;
word-spacing: 3px;
}
@media only screen and (max-width:967px){
#block-panels-mini-aside-region #slogan-top{
word-spacing:0px;
letter-spacing:0pt;

}
#block-panels-mini-aside-region #slogan-bottom{
word-spacing: 0px;
letter-spacing: -3px;
}

}
#block-panels-mini-aside-region #slogan-description{
color:white;
}


/************************************************** TOP FOOTER******************************************************************/
#footer{
padding-top:18px;
}
#mini-panel-clone_of_top_footer,
#mini-panel-top_footers{
display: inline-block;
width: 100%;
}
#mini-panel-clone_of_top_footer .panel-row.row-1,
#mini-panel-top_footers .panel-row.row-1{
float:left;
width:50%;
}
#mini-panel-clone_of_top_footer .panel-row.row-2,
#mini-panel-top_footers .panel-row.row-2{
float:right;
width:50%;
}
#block-panels-mini-clone-of-top-footer  .pane-title.block-title,
#block-panels-mini-top-footers .pane-title.block-title{
border-style: none;
color: black;
padding: initial;
}
.region.region-tertiary-content{
width:100%;
}
#tertiary-content-wrapper .container.clearfix{
margin-top: 50px;
}
#mini-panel-clone_of_top_footer .panel-row .region-four-third,
#mini-panel-top_footers .panel-row .region-four-third{
float:left;
width:50%;
}
#mini-panel-clone_of_top_footer .panel-row .region-four-fourth,
#mini-panel-top_footers .panel-row .region-four-fourth{
float:right;
width:50%;
}
/****ADDRESS******/
#block-panels-mini-clone-of-top-footer .block-title,
#block-panels-mini-top-footers .block-title{
  font-family:"open sans";
  font-weight:bold;
  font-size:18px;
}
#block-panels-mini-clone-of-top-footer #address-footer,
#block-panels-mini-top-footers #address-footer-uk,
#block-panels-mini-top-footers #address-footer-nz{
  background-image: url("/sites/all/themes/webmaster_base_theme/images/address-icon.png");
  background-repeat: no-repeat;
  margin-left: 0px;
  padding-left: 35px;
  margin-top: 16px;
  font-family: "open sans";
  background-position: 0 4px;
}
#block-panels-mini-clone-of-top-footer #phone-footer,
#block-panels-mini-top-footers #phone-footer-uk,
#block-panels-mini-top-footers #phone-footer-nz{
  background-image: url("/sites/all/themes/webmaster_base_theme/images/phone-icon.png");
  background-repeat: no-repeat;
  margin-left: 0px;
  padding-left: 35px;
  margin-top: 16px;
  font-family: "open sans";
  background-position: 0 50%;
}
#block-panels-mini-clone-of-top-footer #email-footer,
#block-panels-mini-top-footers #email-footer-uk,
#block-panels-mini-top-footers #email-footer-nz{
  background-image: url("/sites/all/themes/webmaster_base_theme/images/email-icon.png");
  background-repeat: no-repeat;
  margin-left: 0px;
  padding-left: 35px;
  margin-top: 16px;
  font-family: "open sans";
  background-position: 0 50%;
}
#block-panels-mini-clone-of-top-footer .region.region-four-second .block-inner.clearfix,
#block-panels-mini-top-footers .region.region-four-second .block-inner.clearfix{
width:100%;
}

/***SERIOPLUS menu***/
#block-panels-mini-clone-of-top-footer .panel-row.row-2.clearfix .region.region-four-third .block-inner.clearfix,
#block-panels-mini-top-footers .panel-row.row-2.clearfix .region.region-four-third .block-inner.clearfix{
margin-left:25%;
}

.panel-row.row-2.clearfix .menu.clearfix{
padding-left:0px;
}
.panel-row.row-2.clearfix .menu.clearfix li{
background-image: url("/sites/all/themes/webmaster_base_theme/images/list-leaf.png");
background-repeat: no-repeat;
padding-top: 0px;
list-style: none;
padding-left: 26px;
padding-bottom: 6px;
background-position-y: 9px;
font-family: "open sans";
}
.ff .panel-row.row-2.clearfix .menu.clearfix li{
background-image: url("/sites/all/themes/webmaster_base_theme/images/list-leaf.png");
background-repeat: no-repeat;
list-style: none;
padding-left: 26px;
background-position:0px 9px;
font-family: "open sans";
}


/**********Footer*************/
#footer .region.region-footer.sidebar{
float:none;
}
#block-panels-mini-footer .panel-panel.panel-col-last{
float: right;
}
#footer-wrapper{
background-color:#070e19;
height:68px;
}

#footer-wrapper .panel-panel.panel-col-last .panel-pane.pane-custom{
margin-top:-10px;
}

#footer-wrapper #copyright-footer{
margin-bottom:-13px;
float:left;
width: 100%;
}
#footer-wrapper #information-footer a,#copyright-footer{
color:white;
}
#information-footer{
float:left;
}
#block-panels-mini-footer .panel-col-last .block-inner.clearfix{
margin-left:10%;
}
@media only screen and (max-width:828px){
#block-panels-mini-footer .panel-pane .block-inner.clearfix{
margin-left:0%;
}
}
/*HOME PAGE CLICKABLE SQUARES


/********* Square image resolutions******/
.region.region-wrapped.sidebar{
float:none;
}

#block-block-4,
#block-block-3{
	padding-top: 2em;
}

@media only screen and (max-width:985px){
#block-block-4 .block-content.content div{
	margin:0 auto;
	}
	.front #content-column{
	margin-top:-10px;
	}

}
@media only screen and (min-width:986px) and (max-width: 1400px){

	.front #content-column{
	margin-top:-40px;
	}

	#block-block-3 .block-content.content div{
	margin:0 auto;
	}
}

@media only screen and (min-width:1401px)and (max-width:1599px) {

	.front #content-wrapper>div:first-child{
	margin:auto;
	margin-left: 20%;
	}

	.front #content-column{
	margin-top:-120px;
	}
}

@media only screen and (min-width:1599px) and (max-width:1824px){

	.front #content-wrapper>div:first-child{
	margin:auto;
	margin-left: 160px;
	}

	.front #content-column{
	margin-top:-120px;
	}

}


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

	.front #content-wrapper>div:first-child{
	margin:auto;
	margin-left: 330px;
	}

	.front #content-column{
	margin-top:-70px;
	}
}

/*********ie**************/
.front.ie8 #wrapped-wrapper .block-content.content div{
margin:auto;
}
.ie8 #nav-wrapper{
  /*margin-top:0px;*/
}
.ie8 #menu-bar{
position:relative;
  top: 5px;
}
/********FEATURES PAGE*************/

.page-features li.ul{
font-family:open sans;
}

.page-features h3{
font-size: 25px;
}

.page-features .views-view-grid{
border:none;
}

.page-features .views-view-grid tbody tr{
border-style:none;
}

.page-features #block-system-main .views-view-grid.cols-1 tr:nth-child(2n+1) > .views-field.views-field-field-icon{
display: block;
float: left;
width: 32%;
margin-left: 125px;
}

.page-features #block-system-main .views-view-grid.cols-1 tr:nth-child(2n+1) > .views-field.views-field-body{
display: block;
float: right;
width: 340px;
margin-top: 54px;
margin-right: 0px;
text-transform: uppercase;
}

.page-features #block-system-main .views-view-grid.cols-1 tr:nth-child(2n){
background-color:transparent;
}

.page-features #block-system-main .views-view-grid.cols-1 tr:nth-child(2n) .views-field.views-field-field-icon{
display: block;
float: right;
width: 32%;
margin-left: 0px;
margin-right: -24px;
}

.page-features #block-system-main .views-view-grid.cols-1 tr:nth-child(2n) .views-field.views-field-field-icon:hover{
display: block;
float: right;
width: 32%;
margin-left: 0px;
margin-right: -24px;
opacity:0.7;
}

.page-features #block-system-main .views-view-grid.cols-1 tr:nth-child(2n) .views-field.views-field-body{
color: #154479;
display: block;
float: left;
width: 484px;
margin-top: 34px;
margin-right: 0px;
font-size: 18px;
font-weight: 900;
font-style: italic;
}

.page-features #block-system-main .views-view-grid.cols-1 tr:nth-child(2n+1) .views-field.views-field-field-icon{
display: block;
float: left;
width: 32%;
margin-left: -40px;
}

.page-features #block-system-main .views-view-grid.cols-1 tr:nth-child(2n+1) .views-field.views-field-field-icon:hover{
display: block;
float: left;
width: 32%;
margin-left: -40px;
opacity:0.7;
}

.page-features #block-system-main .views-view-grid.cols-1 tr:nth-child(2n+1) .views-field.views-field-body{
color: #154479;
display: block;
float: right;
width: 484px;
margin-top: 34px;
margin-right: 0px;
font-size: 18px;
font-weight: 900;
font-style: italic;
}
/**** Features Content****/
.html.not-front.node-type-feature .group-left{
width:75%;
}
.html.not-front.node-type-feature .group-right{
width:22%;
}
.html.not-front.node-type-feature .node-icon-only{
display: inline-block;
}
.html.not-front.node-type-feature .node-icon-only:hover{
display: inline-block;
opacity:0.7;
}
	/****FEATURES BACKGROUND****/
@media only screen and (min-width: 1400px){
.desktop.page-node-5 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/unified_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-21% 191px;
background-size: 100%,34%;
}

.desktop.page-node-34 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/asset_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-21% 191px;
background-size: 100%,34%;
}

.desktop.page-node-18 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/incident_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-12% 230px;
background-size: 100%,34%;
}

.desktop.page-node-19 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/service_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-21% 191px;
background-size: 100%,34%;
}

.desktop.page-node-20 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/problem_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-21% 191px;
background-size: 100%,34%;
}

.desktop.page-node-21 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/change_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-8% 213px;
background-size: 100%,34%;
}

.desktop.page-node-22 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/service_level_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-21% 191px;
background-size: 100%,34%;
}

.desktop.page-node-24 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/knowledge_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-3% 191px;
background-size: 100%,34%;
}

.desktop.page-node-26 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/configurable_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-21% 191px;
background-size: 100%,34%;
}

.desktop.page-node-23 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/email_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-21% 191px;
background-size: 100%,34%;
}

.desktop.page-node-25 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/active_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-21% 191px;
background-size: 100%,34%;
}

.desktop.page-node-27 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/scheduled_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-7% 191px;
background-size: 100%,34%;
}

.desktop.page-node-28 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/remote_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-5% 191px;
background-size: 100%,34%;
}

.desktop.page-node-33 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/web_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-5% 191px;
background-size: 100%,34%;
}

.desktop.page-node-35 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/contract_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-7% 191px;
background-size: 100%,34%;
}

.desktop.page-node-7 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/report_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-21% 191px;
background-size: 100%,34%;
}

.desktop.page-node-36 #content-wrapper{
background-image: url("/sites/all/themes/webmaster_base_theme/images/internal-background.jpg"),url("/sites/all/themes/webmaster_base_theme/images/customer_background.png");
background-color: #f5f5f5;
background-repeat: no-repeat,no-repeat;
background-position: right top,-8% 169px;
background-size: 100%,34%;
}
}

/****FEATURES MENU****/
.page-features #cmdb{
margin-left: 80px;
margin-top: -17px;
}

.page-features #reporting-kpi{
margin-top: -27px;
margin-left: -10px;
}

.region.region-sidebar-first.sidebar{
margin-top:20px;
}

.page-features #service-desk:hover{
opacity:0.7;
}

.page-features #cmdb:hover{
margin-left: 80px;
margin-top: -17px;
opacity:0.7;
}

.page-features #reporting-kpi:hover{
margin-top: -27px;
margin-left: -10px;
opacity:0.7;
}

/***********TRY IT FREE*************/
.section-request-trial .webform-submit.button-primary.form-submit{
padding: 6px;
color: #ff9c0f;
background: white;
border-style: solid;
border-width: 3px;
border-radius: 7px;
border-color: #ff9c0f;
font-weight: bolder;
}

.section-request-trial .webform-client-form .form-item input{
background-color: rgba(255,151,3,0.2);
height: 36px;
padding-left: 10px;
border-radius: 12px;
outline: 0px;
margin-top:10px;
border-style: solid;
border-color: rgb(255,151,3);
}

.section-request-trial .webform-client-form #edit-submitted-country{
background-color: rgba(255,151,3,0.7);
height: 36px;
padding-left: 10px;
border-radius: 12px;
border-style: none;
outline: 0px;
margin-top: 10px;
}

.section-request-trial .webform-client-form .form-item label{
font-family: "open sans";
}

.section-request-trial .webform-client-form .form-item textarea{
background-color: rgba(255,151,3,0.2);
padding-left: 10px;
border-radius: 12px;
outline: 0px;
margin-top:10px;
border-style: solid;
border-color: rgb(255,151,3);
border-width: 2px;
}

/***
  Extra classes added to test the aove not working
  as the section seems to have been renamed section-request-trial-or-make-enquiry
***/
/***********TRY IT FREE*************/
.section-request-trial-or-make-enquiry .webform-submit.button-primary.form-submit{
padding: 6px;
color: #ff9c0f;
background: white;
border-style: solid;
border-width: 3px;
border-radius: 7px;
border-color: #ff9c0f;
font-weight: bolder;
}

.section-request-trial-or-make-enquiry .webform-client-form .form-item input{
background-color: rgba(255,151,3,0.2);
height: 36px;
padding-left: 10px;
border-radius: 12px;
outline: 0px;
margin-top:10px;
border-style: solid;
border-color: rgb(255,151,3);
}

.section-request-trial-or-make-enquiry .webform-client-form #edit-submitted-country{
background-color: rgba(255,151,3,0.7);
height: 36px;
padding-left: 10px;
border-radius: 12px;
border-style: none;
outline: 0px;
margin-top: 10px;
}

.section-request-trial-or-make-enquiry .webform-client-form .form-item label{
font-family: "open sans";
}

.section-request-trial-or-make-enquiry .webform-client-form .form-item textarea{
background-color: rgba(255,151,3,0.2);
padding-left: 10px;
border-radius: 12px;
outline: 0px;
margin-top:10px;
border-style: solid;
border-color: rgb(255,151,3);
border-width: 2px;
}
/******************************************************************************/
/***IT SERVICE VIEW****/

.page-it-services .panels-flexible-region{
font-family: "open sans";
font-size:14px;
}

/**Download button**/
.section-it-services .panels-flexible-row .field.field-name-field-download a{
padding: 4px;
text-transform: uppercase;
color: #ff9c0f;
background: white;
border-style: solid;
border-width: 3px;
border-radius: 7px;
border-color: #ff9c0f;
}

.section-it-services .panels-flexible-row .field.field-name-field-download a:hover{
padding: 4px;
text-transform: uppercase;
color: #ff9c0f;
background: white;
border-style: solid;
border-width: 3px;
border-radius: 7px;
border-color: #ff9c0f;
opacity:0.6;
}

/****Custom paragraph CKeditor****/
.custom-paragraph{
padding: 12px;
background: #2F3424;
border: 1px solid #5BB031;
border-width: 3px;
border-radius: 28px;
color: white;
font-style: italic;
font-size: 17px;
margin-bottom: 40px;
margin-top: 40px;
}
.related-link a{
background-color: rgba(214, 198, 176,0.2);
padding-left: 5px;
padding-right: 5px;
border-radius: 12px;
margin-top: 10px;
border-style: solid;
border-width: 2px;
margin-right: 8px;
white-space: nowrap;
text-decoration: none;
color: #E79B2D;
border-color: #E79B2D;
}



/******Page title Style*******/
#main-content-header h1, .section-features h3, .section-features h2{
color: #5BB031;
border-bottom-style: outset;
padding-left: 30px;
padding-bottom: 10px;
border-bottom-color: lightgrey;
margin-bottom:20px;
border-bottom-width: 2px;
}
.ie #main-content-header h1, .section-features h3,.section-features h2{
color: #5BB031;
border-bottom-style: outset;
padding-left: 30px;
padding-bottom: 10px;
border-bottom-color: lightgrey;
margin-bottom:20px;
border-bottom-width: 2px;
margin-top:50px;
}
.page-it-services #main-content h2{
color: #5BB031;
border-bottom-style: outset;
padding-left: 30px;
padding-bottom: 10px;
border-bottom-color: lightgrey;
margin-bottom:20px;
border-bottom-width: 2px;
margin-top:50px;
}
#colorbox {
     overflow: visible!important;
}


/** added following as the header logo link was unclickable in certain browser re Ana 5th June 2014**/
#mini-panel-logo {
  position: relative;
}

html body.admin-menu{
  margin-top: 48px !important;
}
body.front .field-name-body{
	background-color: transparent;
	color: #FFF;
	margin-top: -20px;
}

body.front #block-panels-mini-aside-region{

}

body.front #mini-panel-aside-region .panel-col-first .pane-services-link{
	margin-bottom: 0;
}
#homecopy{	border: 0 none transparent;	width: 90%;	margin: 0 auto;}

#homecopy tr,#homecopy tbody{	background-color: transparent;	border: 0 none transparent;}

#homecopy td{	background-color: transparent;	vertical-align: top;	width: 50%;}

#homecopy td a,#homecopy td a:link,#homecopy td a:visited{	color: #5BE031;}

#homecopy td a:hover{	color: #0F0;}

#homecopy p {	border-radius: 8px;	padding: 8px;	border: solid 1px;	height: 100%;}

/** new layout **/
#homecopy2{
	border: 0 none transparent;
	width: 100%;
	margin: 0 auto;
	border-spacing: 10px;
	border-collapse: separate;
	border: 1px solid #FFF;
	border-radius: 8px;
	/*	background: url("../images/bg_fade_table.png") repeat-x scroll 0px 0 transparent;	color: rgb(15, 37, 78);	*/
}
/*#homecopy2 strong{	color: rgb(30,107,175);}*/

#homecopy2 tr,
#homecopy2 tbody{
	background-color: transparent;
	border: 0 none transparent;
}
#homecopy2 td{
	background-color: transparent;
	vertical-align: top;
	width: 50%;
	padding: 1em;
	border: 0px none transparent;
}
#homecopy2 td a,
#homecopy2 td a:link,
#homecopy2 td a:visited{
	color: #5BE031;
}
#homecopy2 td a:hover{
	color: #0F0;
}
/*#homecopy2 p {	border-radius: 8px;	padding: 8px;	border: solid 1px;	height: 100%;}*/



/******************************************************************************/
#header-wrapper{
	box-sizing: border-box;
}
#nav-wrapper{
	box-sizing: border-box;
	margin-top: 0;
	/*height: 67px;*/
}

#menu-bar{
	box-sizing: border-box;
	margin: 0;
	height: 60px;
}

#menu-bar #block-panels-mini-logo{
	box-sizing: border-box;
	margin-top: 0;
}

#menu-bar #block-panels-mini-logo p{
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 14px 0;
}
#menu-bar #block-superfish-1{
	margin-right: 0;
}
#menu-bar #menu-1751-1{
	/*height: 60px;*/
}
#block-panels-mini-header-2014 .four-4x25 > .panel-row{
	height: 44px;
}
#block-panels-mini-header-2014 .four-4x25 .panel-row .region-four-third{
	height: 36px;
}
/******************************************************************************/