/* This file contains all of the global constructs for the site, this would  include things like, Quote boxes, default headings, buttons etc, for use uin all screen resolutions, if modification is needed this should be done in the responsive css files */
/** Quote box */
.quotebox, blockquote { -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ color: #243843; background-color: #dde2e6; color: #444; font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; font-size: 1.1em; /* reset the parent */ margin: 0 0 1.5em 0; padding: 0; width: 97%; padding: 2.2em 1.9em 1.9em 1.9em; }
.quotebox:before, blockquote:before { content: ""; display: block; float: left; width: 52px; height: 43px; margin: -1.3em 0.8em 0 -1em; background: transparent url('images/sprites-s566abdd177.png') 0 -412px no-repeat; }
.quotebox p, blockquote p { margin-bottom: 1em; font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; font-size: 1.1em; }
.quotebox p:last-child, blockquote p:last-child { margin-bottom: 0; }
.quotebox .company, .quotebox .Company, blockquote .company, blockquote .Company { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 300; }

/** Call out buttons */
.button { display: inline-block; padding: 0 0.8em; color: #444; border: 0; cursor: pointer; text-decoration: none; font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; font-weight: normal; line-height: 2em; margin: 2em 0 1em 0; font-size: 1rem; /* Rounded borders */ -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; /* call to actions have arrows */ /* size options */ /* outline buttons  */ }
.button:hover { text-decoration: none; }
.button.call-to-action { color: #fff; background-color: #d9002a; /* display the arrow */ }
.button.call-to-action:hover { background-color: #b00022; }
.button.call-to-action:after { content: " "; display: inline-block; width: 13px; height: 25px; background: transparent url('images/sprites-s566abdd177.png') 0 -70px no-repeat 0 0; margin: 0 0 -0.17em 0.7em; padding: 0; }
.button.red { color: #fff; background-color: #d7192d; background-image: -webkit-gradient(linear, left top, left bottom, left, right); background-image: -webkit-linear-gradient(top, #d7192d, #b40017); background-image: -moz-linear-gradient(top, #d7192d, #b40017); background-image: -o-linear-gradient(top, #d7192d, #b40017); background-image: -ms-linear-gradient(top, #d7192d, #b40017); background-image: linear-gradient(to bottom, #d7192d, #b40017); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d7192d', EndColorStr='#b40017'); /* display the arrow */ /* add in the arrow */ }
.button.red:after { content: " "; display: inline-block; width: 13px; height: 25px; background: transparent url('images/sprites-s566abdd177.png') 0 -70px no-repeat 0 0; margin: 0 0 -0.17em 0.7em; padding: 0; }
.button.red:hover { background-color: #d7192d; background-image: -webkit-gradient(linear, left top, left bottom, left, right); background-image: -webkit-linear-gradient(top, #d7192d, #cc1c1f); background-image: -moz-linear-gradient(top, #d7192d, #cc1c1f); background-image: -o-linear-gradient(top, #d7192d, #cc1c1f); background-image: -ms-linear-gradient(top, #d7192d, #cc1c1f); background-image: linear-gradient(to bottom, #d7192d, #cc1c1f); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d7192d', EndColorStr='#cc1c1f'); }
.button.text { background-color: transparent; color: #253741; padding: 0 0 0 0; margin: 0 0 0 0; }
.button.text.medium:after { content: " "; display: inline-block; width: 9px; height: 17px; background: transparent url('images/sprites-s566abdd177.png') 0 -35px no-repeat; margin: 0 0 -0.066em 0.7em; padding: 0; }
.button.text.large:after { content: " "; display: inline-block; width: 13px; height: 25px; background: transparent url('images/sprites-s566abdd177.png') 0 -95px no-repeat; margin: 0 0 -0.17em 0.7em; padding: 0; }
.button.text:hover { text-decoration: underline; }
.button.grey { color: #fff; background-color: #415560; /* add in the arrow */ }
.button.grey:hover { background-color: #56707e; }
.button.clear { color: #fff; border: 1px solid; }
.button.light-grey { color: #415560; background-color: #e7ecef; /* add in the arrow */ }
.button.light-grey:hover { background-color: #c8d4db; }
.button.large { font-size: 1.5rem; }
.button.large:after { content: " "; display: inline-block; width: 13px; height: 25px; background: transparent url("../images/call-to-action-arrow.png") no-repeat 0 0; margin: 0 0 -0.17em 0.7em; padding: 0; }
.button.medium { font-size: 1.2rem; }
.button.medium:after { content: " "; display: inline-block; width: 9px; height: 17px; background: transparent url("../images/call-to-action-arrow-medium.png") no-repeat 0 0; margin: 0 0 -0.066em 0.7em; padding: 0; }
.button.small { font-size: 0.9em; }
.button.small:after { display: none; }
.button.outline-red { border: 1px solid #d9002a; padding: 0 0.8em; }
.button.outline-grey { border: 1px solid #aaa; padding: 0 0.8em; }
.button.outline-white { border: 1px solid #fff; padding: 0 0.8em; }

/* WHY CHOOSE? */
.why-choose { background-color: #e7ecef; padding: 1em; font-weight: bold; font-size: 1em; }
.why-choose ul { padding: 0; margin: 0; }
.why-choose ul li { font-size: 1em; margin-bottom: 0.5em; list-style: none; color: #253741; display: block; margin-left: 2em; }
.why-choose ul li:before { content: ""; display: block; width: 20px; height: 21px; float: left; margin: 0.002em 0 0 -1.8em; background: transparent url('images/sprites-s566abdd177.png') 0 -455px no-repeat; }
.why-choose h2 { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; font-size: 1.7em; line-height: 1.2em; font-weight: normal; }

/* Lists */
.points { padding: 0; margin: 0; margin-bottom: 2em; }
.points.red li:before { background: transparent url('images/sprites-s566abdd177.png') 0 -9px no-repeat; }
.points.grey li:before { background: transparent url('images/sprites-s566abdd177.png') 0 0 no-repeat; }
.points li { list-style: none; padding: 0; margin: 0 0 0.3em 2em; }
.points li:before { content: " "; display: block; float: left; width: 9px; height: 9px; margin-top: 0.4em; margin-left: -1.6em; }

/* TABS */
#tab-container { /* A special layout for tabs with Susy */ }
#tab-container h2 { color: #d9002a; font-size: 2em; }
#tab-container ul.etabs { margin: 0 0 2em 0; padding: 0; /* Three tab version for Spain */ }
#tab-container ul.etabs:after { content: ""; display: table; clear: both; }
#tab-container ul.etabs li.tab { padding: 0; margin: 0; list-style: none; float: left; text-align: center; position: relative; /* use our special little tabs */ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 25%; float: left; padding-left: 0%; padding-right: 0%; }
#tab-container ul.etabs li.tab:last-child { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 25%; float: right; padding-left: 0%; padding-right: 0%; }
#tab-container ul.etabs li.tab.last a:before, #tab-container ul.etabs li.tab.last a:after { display: none; }
#tab-container ul.etabs li.tab a { display: block; background-color: #e7ecef; font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; font-weight: normal; color: #415560; text-transform: uppercase; line-height: 4em; margin-right: 2px; font-size: 80%; }
#tab-container ul.etabs li.tab a:before, #tab-container ul.etabs li.tab a:after { top: 50%; transform: translateY(-50%); right: -17px; border: solid transparent; content: " "; height: 0; width: 0; z-index: 8; position: absolute; pointer-events: none; border-left-color: #E7ECEF; border-width: 10px; margin-left: 0; }
#tab-container ul.etabs li.tab a:after { border-left-color: white; border-width: 13px; margin-left: 0; right: -24px; top: 50%; z-index: 6; }
#tab-container ul.etabs li.tab a.active { background-color: #d9002a; color: #FFF; text-decoration: none; /* arrow */ }
#tab-container ul.etabs li.tab a.active:before { border-left-color: #d9002a; }
#tab-container ul.etabs li.tab a.active:hover { color: #e7ecef; text-decoration: none; }
#tab-container ul.etabs li.tab a:hover { background-color: #415560; color: #fff; text-decoration: none; }
#tab-container ul.etabs li.tab a:hover:before { border-left-color: #415560; }
#tab-container ul.etabs.three li.tab { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 33.33333%; float: left; padding-left: 0%; padding-right: 0%; }
#tab-container ul.etabs.three li.tab:last-child { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 33.33333%; float: right; padding-left: 0%; padding-right: 0%; }

.flowplayer.is-playing { background-color: transparent; }

.flowplayer .fp-progress { background-color: #d9002a; }

.is-paused.flowplayer .fp-ui { background: url("/sites/all/themes/claranet_responsive_2015/images/flowplayer-play.png") center no-repeat; }

/*.is-paused.flowplayer .fp-ui:hover { background: url("/sites/all/themes/claranet_responsive_2015/images/flowplayer-play-hover.png") center no-repeat;
}*/
select { min-height: 30px; }

.footnote { font-size: 0.8em; color: #AAAAAA; }
.footnote a { color: #AAAAAA; }

.resources-view .views-row { margin-bottom: 3.44828%; width: 18.85246%; float: left; position: relative; }
.resources-view .views-row:nth-child(4n + 1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; }
.resources-view .views-row:nth-child(4n + 2) { margin-left: 27.04918%; margin-right: -100%; clear: none; }
.resources-view .views-row:nth-child(4n + 3) { margin-left: 54.09836%; margin-right: -100%; clear: none; }
.resources-view .views-row:nth-child(4n + 4) { margin-left: 81.14754%; margin-right: -100%; clear: none; }
.resources-view .views-row p { margin-bottom: 3px; }

/* @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.  To FORCE PRINT all selectors you can search and replace a single { (opening curly brace) and insert an empty comment. This is very useful in conjuction with FireSass: https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/  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: #fff; }

body { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 300; font-size: 87.5%; }

/* ============================================================================= HTML Elements ========================================================================== */
h1 { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; font-size: 3.5em; line-height: 1.1em; color: #253741; }

h2 { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; font-size: 2.5em; line-height: 1.1em; font-weight: normal; color: #253741; margin-bottom: 0.5em; }

h3 { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; font-size: 2em; line-height: 1.1em; font-weight: normal; color: #253741; margin-bottom: 0.5em; }

h4 { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; font-size: 1.7em; line-height: 1.1em; font-weight: normal; color: #253741; margin-bottom: 0.5em; }

h5 { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; font-size: 1.3em; line-height: 1.1em; font-weight: normal; color: #253741; margin-bottom: 0.5em; }

p { color: #253741; font-size: 1.2rem; line-height: 1.3em; font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 300; }

ul { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 300; }

li { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 300; }
li.last { float: none; }

.node li { font-size: 1.2rem; }

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. You can style the .container class but do not add width such as border, padding, margins etc. */
#page.container { margin: auto 0; max-width: 1140px; }

/* Wraps all header elements - branding and .region-header */
/* Wraps the sidebars the content column */
/* Main content column wrapper */
/* Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column */
/* Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style */
/* Footer wrapper */
/* Panels may need additional margin wrangling when in the $content region */
/* 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 */
/* Wraps the header */
#header-wrapper { /* Debug styles, is this working */ }

/* Wraps the nav elements */
#nav-wrapper { background-color: #415560; }
#nav-wrapper .menu-wrapper { margin: 0; }
#nav-wrapper .nav { margin: 0; }
#nav-wrapper span.caret { display: none; }
#nav-wrapper #menu-bar .tb-megamenu { margin: 0; /* link styling */ background-color: #415560; font-size: 1.2em; }
#nav-wrapper #menu-bar .tb-megamenu .no-link { pointer-events: none; }
#nav-wrapper #menu-bar .tb-megamenu .nav li a { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; display: block; padding: 0 10px; border: 0; font-size: 15px; }
#nav-wrapper #menu-bar .tb-megamenu .nav li a:focus, #nav-wrapper #menu-bar .tb-megamenu .nav li a:hover { background-color: #e7ecef; color: #415560; }
#nav-wrapper #menu-bar .tb-megamenu .nav li.dropdown.open > .dropdown-toggle { background-color: #e7ecef; color: #415560; }
#nav-wrapper #menu-bar .tb-megamenu .nav .claranet-soho.dropdown.open > .dropdown-toggle { background-color: #D6E1EA; }
#nav-wrapper #menu-bar .tb-megamenu .dropdown-menu { display: visible; background-color: #e7ecef; border: 0; border-bottom: 0; padding: 1em 0 0 0; margin: 0; }
#nav-wrapper #menu-bar .tb-megamenu .dropdown-menu ul ul { padding: 0; }
#nav-wrapper #menu-bar .tb-megamenu .dropdown-menu ul ul a { display: block; padding: 0 0 0 0; display: block; float: left; }
#nav-wrapper #menu-bar .tb-megamenu .mega-inner { padding: 0; }
#nav-wrapper #menu-bar .tb-megamenu ul li .tb-megamenu-submenu { /* remove the red arrow from top level menus */ /* change the sub menu to have white arrows */ }
#nav-wrapper #menu-bar .tb-megamenu ul li .tb-megamenu-submenu a { display: block; }
#nav-wrapper #menu-bar .tb-megamenu ul li .tb-megamenu-submenu a:before { content: ""; display: block; float: left; width: 5px; height: 9px; background: transparent url('images/sprites-s566abdd177.png') 0 -200px no-repeat; margin: 5px 10px 0 -15px; }
#nav-wrapper #menu-bar .tb-megamenu ul li .tb-megamenu-submenu .level-2 a.mega-group-title { padding: 0; margin-bottom: 0.5em; }
#nav-wrapper #menu-bar .tb-megamenu ul li .tb-megamenu-submenu .level-2 a.mega-group-title:before { content: ""; display: block; float: left; background: none; }
#nav-wrapper #menu-bar .tb-megamenu ul li .tb-megamenu-submenu .level-3 a.mega-group-title { margin-bottom: 0; }
#nav-wrapper #menu-bar .tb-megamenu ul li .tb-megamenu-submenu .level-3 a.mega-group-title:before { content: ""; display: block; float: left; width: 5px; height: 9px; background: transparent url('images/sprites-s566abdd177.png') 0 -200px no-repeat; margin: 5px 10px 0 -15px; }
#nav-wrapper #menu-bar .tb-megamenu ul li .tb-megamenu-submenu div.tb-megamenu-row .tb-megamenu-column ul { margin: 0.2em 0 1em 1em; }
#nav-wrapper #menu-bar .tb-megamenu ul li .tb-megamenu-submenu div.tb-megamenu-row .tb-megamenu-column ul ul { margin: none; }
#nav-wrapper #menu-bar .tb-megamenu ul li .tb-megamenu-submenu ul.level-2 .level-3 a { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; }
#nav-wrapper #menu-bar .tb-megamenu ul li .tb-megamenu-submenu ul.level-2 .level-3 .level-4 a { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 300; }
#nav-wrapper #menu-bar .tb-megamenu ul li .tb-megamenu-submenu ul.level-2 .level-3 .level-4 a:before { content: ""; display: block; float: left; width: 5px; height: 9px; background: transparent url('images/sprites-s566abdd177.png') 0 -209px no-repeat; margin: 5px 10px 0 -15px; }
#nav-wrapper #menu-bar .tb-megamenu ul.level-0 { line-height: 2em; background-color: transparent; }
#nav-wrapper #menu-bar .tb-megamenu ul.level-0 .active > a { color: #eee; background-color: #d9002a; text-decoration: none; outline: 0; background-image: none; }
#nav-wrapper #menu-bar .tb-megamenu ul.level-0 .active > a:hover { color: #415560; background-color: #e7ecef; }
#nav-wrapper #menu-bar .tb-megamenu ul.level-1 .active > a, #nav-wrapper #menu-bar .tb-megamenu ul.level-2 .active > a, #nav-wrapper #menu-bar .tb-megamenu ul.level-3 .active > a { background-color: transparent; color: #d9002a; }
#nav-wrapper #menu-bar .tb-megamenu ul.level-1 .actie a.mega-group-title { background-color: transparent; color: #415560; }
#nav-wrapper #menu-bar .tb-megamenu ul.level-0 .mega-group-title { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; text-transform: none; font-size: 1.2em; }
#nav-wrapper #menu-bar .tb-megamenu ul.level-0 .mega-group-title a, #nav-wrapper #menu-bar .tb-megamenu ul.level-0 .mega-group-title .active > a { color: #415560; }
#nav-wrapper #menu-bar .tb-megamenu li.level-3 a.mega-group-title { font-size: 1em; font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; }
#nav-wrapper #menu-bar .tb-megamenu ul.level-2 a:hover, #nav-wrapper #menu-bar .tb-megamenu ul.level-2 .active > a:hover, #nav-wrapper #menu-bar .tb-megamenu ul.level-3 a:hover, #nav-wrapper #menu-bar .tb-megamenu ul.level-3 .active > a:hover { color: #415560; text-decoration: underline; }
#nav-wrapper #menu-bar .tb-megamenu .active > a, #nav-wrapper #menu-bar .tb-megamenu .active > a:hover { color: #415560; background-color: transparent; text-decoration: none; outline: 0; background-image: none; }
#nav-wrapper .claranet-soho .claranet-soho-column .tb-megamenu-column { background-color: #D6E1EA; margin-top: -1em; }
#nav-wrapper .claranet-soho .claranet-soho-column .tb-megamenu-column a { color: #fff; font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; font-weight: 500 !important; font-size: 1.3em; text-align: center; margin-bottom: 0; line-height: 2.5em; }
#nav-wrapper .claranet-soho .claranet-soho-column .tb-megamenu-column a:before { display: none !important; }
#nav-wrapper .claranet-soho .claranet-soho-column .tb-megamenu-column p:first-child { margin-top: 1.2em; margin-bottom: 0.5em; }
#nav-wrapper .claranet-soho .claranet-soho-column .tb-megamenu-column p:last-child { margin-bottom: 0.8em; }

/* Wraps breadcrumb */
/* Wraps messages and help */
#messages .error { margin-bottom: 1em; }

/* Wraps the secondary content/preface region */
/* Wraps the main content column */
#content-wrapper { margin-top: 2em; }

/* Wraps the tertiary content/postfix region */
/* Wraps the pre-footer content/postfix region */
#pre-footer-content-wrapper { background-color: #707c8a; }

/* Footer wrapper */
#footer-wrapper { /* Debug styles, is this working? */ background: #253741; color: #eee; }
#footer-wrapper a { color: #eee; }
#footer-wrapper a:visited { color: #eee; }
#footer-wrapper a:active { color: #eee; }
#footer-wrapper a:hover { color: #eee; }

/* ============================================================================= Branding ========================================================================== */
/* Wrapper for the site name and slogan */
/* Site name (h1) */
#site-name { margin: 0; }
#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 */
/* The main page title (h1) */
#page-title { margin: 0 0 0.6em 0; }

/* ============================================================================= Misc Global Styles ========================================================================== */
/* Feed icons */
/* 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 */
/* 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; }

/* Attribution message and link */
.attribution { display: block; opacity: 0.65; padding: 1em 0; text-align: center; }
.attribution a { text-decoration: none; color: inherit; }
.attribution a:hover, .attribution a:focus { text-decoration: underline; }

/* ============================================================================= Regions ========================================================================== */
/* Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc */
/* Regions have an inner div - perfect for adding margin, padding or borders */
/* Regions can be nested, such as when using Panels */
/* Header region, embedded in the #header */
/* Generally used to output Drupals help block, if the help module is enabled */
/* Secondary content */
/* Sits above the main content header, like a content-top region */
/* Sits below the main content, like a content-bottom region */
/* Sidebars - targets both */
/* First sidebar */
/* Second sidebar */
/* Tertiary content */
/* Footer region */
/* ============================================================================= Links ========================================================================== */
a { color: #d9002a; text-decoration: none; }
a:visited { color: #253741; }
a:hover, a:focus { text-decoration: underline; }

/* ============================================================================= Primary, Secondary and Menu Bar region menus ========================================================================== */
.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 .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 li:hover, ul.sf-menu li.sfHover { outline: 0; }
ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active { outline: 0; }

/* Superfish blocks */
.block-superfish ul { margin: 0 !important; padding: 0 !important; }
.block-superfish li { margin: 0 !important; padding: 0 !important; }

/* Vertical style */
.sf-vertical { width: 100%; }
.sf-vertical li { width: 100%; }
.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 li { margin: 0; }

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

/** Blocks for staff profiles, added for DE */
#block-views-staff-profiles-block { overflow: hidden; *zoom: 1; background-color: #e7ecef; }
#block-views-staff-profiles-block .view-content .views-row { text-align: center; margin-bottom: 4em; }
#block-views-staff-profiles-block .view-content .views-row h3 { margin: 0.7em 0 0.3em; }
#block-views-staff-profiles-block .view-content .views-row h4 { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 300; margin: 0; font-size: 1.2rem; min-height: 2.2em; }
#block-views-staff-profiles-block .view-content .views-row .button { margin-top: 1em; }
#block-views-staff-profiles-block .block-title { /* max-width:1140px; */ /* margin: 1em auto !important; */ }

/* ============================================================================= Book navigation menu ========================================================================== */
.book-navigation .page-up { /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */ 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; }

/* ============================================================================= 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: 500; }

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

/* Theme the various states of pager links */
/* ============================================================================= 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:hover, ul.secondary li a.active { border-bottom: none; text-decoration: underline; }

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

/* ============================================================================= Field Styling ========================================================================== */
/* Wrapper for any field */
/* Above and inline classes are on the field wrapper */
/* When labels are set to inline in field display settings the clearfix class is automatically added */
.field-label-inline { /* Remove the margin on inline field lables to preserve vertical formatting */ }
.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: 500; font-family: inherit; line-height: inherit; margin-bottom: 0; }

/* Field types (Core) */
/* Image fields use the <figure> and <figcaption> elements from HTML5 */
/* Removes the top margin on the first element within fields */
.field-items .field-item *:first-child { margin-top: 0; }

/* 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 */
/* Long text */
/* Text with summary */
/* File */
/* Number/Integer */
/* Decimal */
/* Number float */
/* List */
/* List boolean */
/* List integer */
/* List float */
/* Field types (Contrib) */
/* Named fields */
/* Underscores in field name are replaced with dashes */
/* Image Alignment Theme Settings - included here so you can easily override */
/* Float none setting */
/* 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 */
/* The first block in the region */
/* The last block in the region */
/* Zebra striping for each block in the region */
/* Zebra striping for each block in the region */
/* Block title */
.block-title { margin: 0; }

/* Block content wrapper */
/* Match item list and block menu margin and padding */
.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 for the latest news items in the first feed */
/* First block created with "Add block" link */
/* "Recent blog posts" block */
/* "Book navigation" block for the current book's table of contents */
/* "Recent comments" block */
/* "Active forum topics" block */
/* "New forum topics" block */
/* Language switcher block */
/* Custom menu block */
/* "Recent content" block */
/* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */
/* "Most recent poll" block */
/* "Author information" block for the profile of the page's author */
/* "Search form" block */
/* "Shortcuts" block */
/* "Popular content" block */
/* "Main menu" block */
/* "Management" block for Drupal management menu */
/* "Navigation" block for Drupal navigation menu */
/* "User menu" block for Drupal user menu */
/* "System help" block */
/* "Main page content" block */
/* "Powered by Drupal" block */
/* "User login form" block */
/* "Who's new" block for a list of the newest users */
/* "Who's online" block for a list of the online users */
/* ============================================================================= Node Styling ========================================================================== */
.node { margin-bottom: 20px; }
.node .node-title { margin: 0; }

/* 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-type-events section.field-label-inline { margin-bottom: 1rem; }

/* ============================================================================= Comment Styling - Comments, comment wrapper, comment form ========================================================================== */
/* Wrapper for the list of comments and its titles */
#comments { margin: 1.5em 0; }
#comments h2.comment-title { margin: 0; }
#comments h2.comment-form { margin: 0; }

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

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

/* Comment states */
/* Preview of the comment before submitting new or updated comment */
/* "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 input.error, .form-item textarea.error, .form-item select.error { border: 1px solid #c00; }
.form-item label { font-weight: 500; }
.form-item .description { font-size: 0.85em; }

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

/* The submit button */
.container-inline div, .container-inline label { display: inline; }

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

/* Tips for Drupal's input formats */
/* Buttons used by contrib modules like Media */
/* 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; }

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

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

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

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

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

tr { /* Table row striping */ }
tr.odd { background: #fff; }
tr.info, tr.even, tr:nth-child(2n+2) { border-bottom: 0; background-color: #f5f5f5; }
tr.odd td.active { background-color: #eee; }
tr.even td.active { background-color: #ebebeb; }

/* Forum tables Core sets white-space to nowrap, which makes no sense */
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager { white-space: normal; }

/* ============================================================================= Messages ========================================================================== */
div.messages { margin-bottom: 10px; margin-top: 10px; }
div.messages ul { margin-top: 0; margin-bottom: 0; }

/* Unpublished nodes */
.node-unpublished p.unpublished, .comment-unpublished p.unpublished { color: pink; color: rgba(239, 170, 170, 0.4); font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif; font-size: 50px; font-weight: 700; line-height: 1.2; height: 0; margin: 0; padding: 0; overflow: visible; text-align: center; text-transform: uppercase; word-wrap: break-word; }

/* ============================================================================= Maintenance pages ========================================================================== */
.maintenance-page .container { padding: 40px 0; }
.maintenance-page #site-name, .maintenance-page #page-title { margin: 0; }

.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; }

/*

akzidenzgroteskbqsuper
akzidenzgroteskbqbolditalic
akzidenzgroteskbqbold
akzidenzgroteskbqmediumitalic
akzidenzgroteskbqitalic
akzidenzgroteskbqmedium
akzidenzgroteskbqregular
akzidenzgroteskbqlight
akzidenzgroteskexpbqlightosf
akzidenzgroteskbqitalic

*/
/* mega menu */
.tb-megamenu .mega > .mega-dropdown-menu { width: 100%; }

/* Header wrapper  */
#header-wrapper { margin-bottom: 10px; /* reset a lot of the margins to 0 */ /* styling for the menu here */ }
#header-wrapper div { margin: 0; }
#header-wrapper .block { margin: 0; }
#header-wrapper .container { margin: 0 auto; }
#header-wrapper #branding { width: 20.16807%; float: left; margin-right: 0.84034%; height: 70px; }
#header-wrapper .region-header { width: 78.9916%; float: right; margin-right: 0; /* Country Menu */ /* SUB MENU */ }
#header-wrapper .region-header #block-menu-menu-country-selector { position: relative; height: 70px; }
#header-wrapper .region-header #block-menu-menu-country-selector .block-inner { position: absolute; bottom: 0px; }
#header-wrapper .region-header #block-menu-menu-country-selector .menu { padding: 0; margin: 0 0 0.5em 0; }
#header-wrapper .region-header #block-menu-menu-country-selector .menu li { float: left; list-style: none; margin: 0 0.5em 0 0; padding: 0 0.5em 0 0; border-right: 1px solid #333; font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 300; line-height: 1em; }
#header-wrapper .region-header #block-menu-menu-country-selector .menu li:last-child { margin-right: none; border-right: none; }
#header-wrapper .region-header #block-menu-menu-country-selector .menu li a { color: #253741; }
#header-wrapper .region-header #block-menu-menu-country-selector .menu li a:visited { color: #253741; }
#header-wrapper .region-header #block-menu-menu-country-selector .menu li a:active { color: #d9002a; }
#header-wrapper .region-header #block-menu-menu-country-selector .menu li a:hover { color: #253741; text-decoration: underline; }
#header-wrapper .region-header #block-menu-menu-header-menu-sub { position: relative; height: 70px; line-height: 1.8em; }
#header-wrapper .region-header #block-menu-menu-header-menu-sub .block-inner { position: absolute; bottom: 0px; }
#header-wrapper .region-header #block-claranet-2015-blocks-phone-numbers { position: relative; height: 70px; text-align: right; }
#header-wrapper .region-header #block-claranet-2015-blocks-phone-numbers p { margin: 0; }
#header-wrapper .region-header #block-claranet-2015-blocks-phone-numbers img { float: left; margin-top: 0.3em; margin-left: 1.5em; }
#header-wrapper .region-header #block-claranet-2015-blocks-phone-numbers .phone-number { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; font-size: 1.4em; line-height: 1.3em; color: #253741; }
#header-wrapper .region-header #block-claranet-2015-blocks-phone-numbers .phone-number span.support, #header-wrapper .region-header #block-claranet-2015-blocks-phone-numbers .phone-number span.sales { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; color: #d9002a; }
#header-wrapper .region-header #block-claranet-2015-blocks-phone-numbers .block-content { position: absolute; bottom: 0px; right: 0; width: 100%; }
#header-wrapper #logo { z-index: 10; height: 70px; position: relative; }
#header-wrapper #logo img { width: 100%; height: auto; }
#header-wrapper #logo a { position: absolute; bottom: 0px; width: 100%; }
#header-wrapper #block-menu-menu-header-menu-sub ul.menu { padding: 0; margin: 0; }
#header-wrapper #block-menu-menu-header-menu-sub ul.menu li { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; font-size: 1.3em; margin: 0; padding: 0; list-style: none; }
#header-wrapper #block-menu-menu-header-menu-sub ul.menu li:last-child { margin: 0; }
#header-wrapper #block-menu-menu-header-menu-sub ul.menu li.leaf { padding: 0; }
#header-wrapper #block-menu-menu-header-menu-sub ul.menu li a { color: #253741; }
#header-wrapper #block-menu-menu-header-menu-sub ul.menu li a:visited { color: #253741; }
#header-wrapper #block-menu-menu-header-menu-sub ul.menu li a:before { content: ""; display: block; float: left; width: 5px; height: 9px; background: transparent url('images/sprites-s566abdd177.png') 0 -200px no-repeat; margin: 10px 5px 0 0; }

/* ============================================================================= */
/*  1. BLOCKS                                                                    */
/* ============================================================================= */
/* same is true for this one */
#block-claranet-2015-blocks-copyright-info { text-align: center; font-size: 0.9em; }
#block-claranet-2015-blocks-copyright-info p { margin: 0; }

/* Menu blocks */
.block-menu .last { float: none; }

/* */
#block-claranet-2015-blocks-homepage-video { margin: 1px 0 0 0; }
#block-claranet-2015-blocks-homepage-video .block-inner { margin: 0; }
#block-claranet-2015-blocks-homepage-video .block-inner .homepage-video { overflow: hidden; position: relative; background-color: transparent; height: 0; /* see next line */ padding-top: 33%; /* this is a test it seems to work fine probably doesnt though */ }
#block-claranet-2015-blocks-homepage-video .block-inner .homepage-video h1 { position: absolute; top: 50%; left: 50%; width: 660px; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); z-index: 10; margin: auto auto; color: #fff; text-align: center; font-size: 4.2em; font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; }
#block-claranet-2015-blocks-homepage-video .block-inner .homepage-video h2 { position: absolute; top: 52%; left: 0; z-index: 10; width: 100%; margin: auto 0; color: #fff; text-align: center; font-size: 4.2em; }
#block-claranet-2015-blocks-homepage-video .block-inner .homepage-video .cycle-slideshow, #block-claranet-2015-blocks-homepage-video .block-inner .homepage-video video { position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); z-index: -10; min-width: 100%; width: auto; height: auto; background-size: cover; }
#block-claranet-2015-blocks-homepage-video .block-inner .homepage-video .slide { position: relative; }
#block-claranet-2015-blocks-homepage-video .block-inner .homepage-video .slide li { height: 100%; }
#block-claranet-2015-blocks-homepage-video .block-inner .homepage-video .slide li img { width: 100%; }
#block-claranet-2015-blocks-homepage-video .block-inner .homepage-video .slide ul.slides { padding: 0; }
#block-claranet-2015-blocks-homepage-video .block-inner .homepage-video .cycle-slideshow { z-index: -5; /*.poster { padding-top: 40.7%; background: url(/sites/all/assets/uk/poster.jpg) no-repeat; background-size: contain;
}*/ }
#block-claranet-2015-blocks-homepage-video .block-inner .homepage-video .cycle-slideshow img { width: 100%; }
#block-claranet-2015-blocks-homepage-video.uk-amazing-things .main-message { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }
#block-claranet-2015-blocks-homepage-video.uk-amazing-things .main-message h1 { position: initial; transform: initial; -webkit-transform: initial; -moz-transform: initial; -ms-transform: initial; -o-transform: initial; }

#block-claranet-2015-blocks-accreditations p { margin-bottom: 0; }

#block-claranet-2015-blocks-copyright-info a { font-weight: bold; }
#block-claranet-2015-blocks-copyright-info a:hover { text-decoration: underline; }

#block-claranet-2015-blocks-main-menu .last { float: none; }

#block-block-13 p { font-size: 1em; }
#block-block-13 a { line-height: 3em; margin: 0; }

/*body.sidebar-first { #block-block-15 { display:none;
 }
}*/
#footer-wrapper #block-claranet-2015-blocks-copyright-info { font-size: 0.8em; }
#footer-wrapper #block-claranet-2015-blocks-copyright-info p, #footer-wrapper #block-claranet-2015-blocks-copyright-info a { color: #7F92A1; }

.social-media-block .share-button span { cursor: pointer; }

#block-search-form { position: absolute; bottom: -43px; z-index: 9999; width: 320px; height: 33px; right: 0; }
#block-search-form .block-inner { float: right; margin-top: 5px; }
#block-search-form .block-inner input[type="search"] { padding: 3px; }

#header { position: relative; }

/* artificially increase specifity on this style block by adding two ids the same */
#nav-wrapper #menu-bar#menu-bar { /* block inside menu */ }
#nav-wrapper #menu-bar#menu-bar .main-menu-sub-menu ul { padding: 0; margin: 0; }
#nav-wrapper #menu-bar#menu-bar .main-menu-sub-menu ul li { padding: 0; margin: 0 0 0 1em; }
#nav-wrapper #menu-bar#menu-bar .main-menu-sub-menu ul li a { padding: 0; line-height: 1.3em; font-size: 90%; }
#nav-wrapper #menu-bar#menu-bar .main-menu-sub-menu a.button { line-height: 2em; color: #eee; font-weight: 500; }
#nav-wrapper #menu-bar#menu-bar .main-menu-sub-menu a.button:before { display: none; }
#nav-wrapper #menu-bar#menu-bar .main-menu-sub-menu h4, #nav-wrapper #menu-bar#menu-bar .main-menu-sub-menu h5 { font-size: 1em; margin: 0; padding: 0; }
#nav-wrapper #menu-bar#menu-bar .main-menu-sub-menu h4 { font-size: 1.2em; margin-bottom: 0.7em; }
#nav-wrapper #menu-bar#menu-bar .main-menu-sub-menu h5 { margin-bottom: 0.5em; }

/* ============================================================================= */
/*  2. NODES                                                                     */
/* ============================================================================= */
.zebra { padding: 2em 0.5em; }
.zebra.on { background-color: #e7ecef; }
.zebra.off { background-color: #fff; }
.zebra:first-of-type { padding-top: 0; }

/* case studies */
.case-study-image-banner { margin-bottom: 0; }
.case-study-image-banner .field-name-field-company-logo { max-width: 1140px; margin: 0 auto; }
.case-study-image-banner .field-name-field-company-logo .field-items { padding-top: 25px; }
.case-study-image-banner .banner-image-background { margin-top: 1px; height: 299px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: 50% 50%; }
.case-study-image-banner .field { margin-bottom: 0; }

/*

More homepage

*/
body.front .what-we-do, .content-pane4 .what-we-do { margin-bottom: 2em; }
body.front .services, .content-pane4 .services { margin: 2em 0; }
body.front .why-us, .content-pane4 .why-us { margin-bottom: 2em; border-bottom: 1px solid #e7ecef; padding: 1em 0; }
body.front .why-ush2:first-child, .content-pane4 .why-ush2:first-child { text-align: center; }
body.front .why-us .grid-row, .content-pane4 .why-us .grid-row { padding-top: 1.5em; }
body.front .why-us .grid-row.last, .content-pane4 .why-us .grid-row.last { float: clear; /* overrides the .last class */ border-bottom: 1px solid #e7ecef; margin-bottom: 4em; padding-bottom: 2em; }
body.front .amazing-things, .content-pane4 .amazing-things { padding-top: 1em; color: #253741; overflow: hidden; *zoom: 1; }
body.front .expertise, .content-pane4 .expertise { border-bottom: 1px solid #e7ecef; padding: 1em 0; margin-bottom: 2em; @clearfix; }
body.front .security, .content-pane4 .security { border-bottom: 1px solid #e7ecef; padding: 1em 0; margin-bottom: 2em; }
body.front .case-study p, .content-pane4 .case-study p { margin: 1em auto; }
body.front .case-study .introduction, .content-pane4 .case-study .introduction { width: 49.15254%; float: left; margin-right: 1.69492%; }
body.front .case-study .introduction:first-child, .content-pane4 .case-study .introduction:first-child { margin-top: 0; }
body.front .case-study .introduction p, .content-pane4 .case-study .introduction p { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; font-size: 1.2em; }
body.front .case-study .detail, .content-pane4 .case-study .detail { width: 49.15254%; float: right; margin-right: 0; }
body.front .case-study h2, .content-pane4 .case-study h2 { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 300; font-size: 4em; margin: 0 0 0.5em 0; }
body.front .case-study h2 span, .content-pane4 .case-study h2 span { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; color: #d9002a; }

/* Service pages, build manage design etc  */
/*awards page */
div.awards div { text-align: center; width: 32.20339%; float: left; margin-bottom: 3em; }
div.awards div:nth-child(3n + 1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; }
div.awards div:nth-child(3n + 2) { margin-left: 33.89831%; margin-right: -100%; clear: none; }
div.awards div:nth-child(3n + 3) { margin-left: 67.79661%; margin-right: -100%; clear: none; }

.view-blog h2 { margin-bottom: 0.2em; }
.view-blog .blog-image { float: left; margin-right: 1em; max-width: 195px; }
.view-blog .blog-image img { width: 100%; height: auto; }
.view-blog .date-and-time { margin-bottom: 1.2em; font-size: 1.2em; color: #415560; font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; }
.view-blog .views-row { overflow: hidden; *zoom: 1; margin-bottom: 3em; }

.node-type-blog .field-type-image { float: left; margin: 0 1em 0 0; }
.node-type-blog .field-type-taxonomy-term-reference { overflow: hidden; *zoom: 1; }
.node-type-blog .field-type-taxonomy-term-reference ul { padding: 0; margin: 0; }
.node-type-blog .field-type-taxonomy-term-reference ul li { list-style: none; padding: 0; float: left; margin: 0; display: inline-block; }
.node-type-blog .field-type-taxonomy-term-reference ul li a { margin-right: 1em; }
.node-type-blog .author-datetime { margin-bottom: 0; }

.which-applications { padding: 2em; text-align: center; overflow: hidden; *zoom: 1; }
.which-applications .second-options { display: none; }
.which-applications .see-apps { border-top: 1px solid #e7ecef; }
.which-applications .see-apps .see-all-applications { cursor: pointer; }
.which-applications p { margin: 0; }
.which-applications .button.text { line-height: 1.4em; }
.which-applications .grid-row { margin: 2em auto; }
.which-applications .option-1 img, .which-applications .option-2 img, .which-applications .option-3 img, .which-applications .option-4 img { max-width: 80%; }
.which-applications .button { margin-bottom: 0; }

.grid-row .soho p { font-size: 1em; }

/*.grid-row.hosting.communications.it-as-a-service, .grid-row .grid-4.hosting { h3 { margin-top:0; } ul { margin:0; padding:0; li { font-size:1em; list-style:none; padding:0; margin:0; @include claranet-font('medium'); ul { padding-left:1em; } a {
 &:before { content: ""; display:block; float:left; width:5px; height: 9px; background: transparent sprite($sprites, menu-red-arrow) no-repeat; margin: 7px 5px 0 0; }
 } } }
}*/
/* ============================================================================= */
/*  3. GRIDS                                                                     */
/* ============================================================================= */
.grid-1 { width: 6.77966%; float: left; margin-right: 1.69492%; }

.grid-2 { width: 15.25424%; float: left; margin-right: 1.69492%; }

.grid-3 { width: 23.72881%; float: left; margin-right: 1.69492%; }

.grid-4 { width: 32.20339%; float: left; margin-right: 1.69492%; }

.grid-5 { width: 40.67797%; float: left; margin-right: 1.69492%; }

.grid-6 { width: 49.15254%; float: left; margin-right: 1.69492%; }

.grid-7 { width: 57.62712%; float: left; margin-right: 1.69492%; }

.grid-8 { width: 66.10169%; float: left; margin-right: 1.69492%; }

.grid-9 { width: 74.57627%; float: left; margin-right: 1.69492%; }

.grid-10 { width: 83.05085%; float: left; margin-right: 1.69492%; }

.grid-11 { width: 91.52542%; float: left; margin-right: 1.69492%; }

.grid-12 { width: 100%; float: left; margin-left: 0; margin-right: 0; }

.last { margin-right: 0; float: right; }

.grid-row { overflow: hidden; *zoom: 1; }

.gallery { margin-bottom: 2em; overflow: hidden; *zoom: 1; }
.gallery.gallery-1 .item { width: 6.77966%; float: left; }
.gallery.gallery-1 .item:nth-child(12n + 1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; }
.gallery.gallery-1 .item:nth-child(12n + 2) { margin-left: 8.47458%; margin-right: -100%; clear: none; }
.gallery.gallery-1 .item:nth-child(12n + 3) { margin-left: 16.94915%; margin-right: -100%; clear: none; }
.gallery.gallery-1 .item:nth-child(12n + 4) { margin-left: 25.42373%; margin-right: -100%; clear: none; }
.gallery.gallery-1 .item:nth-child(12n + 5) { margin-left: 33.89831%; margin-right: -100%; clear: none; }
.gallery.gallery-1 .item:nth-child(12n + 6) { margin-left: 42.37288%; margin-right: -100%; clear: none; }
.gallery.gallery-1 .item:nth-child(12n + 7) { margin-left: 50.84746%; margin-right: -100%; clear: none; }
.gallery.gallery-1 .item:nth-child(12n + 8) { margin-left: 59.32203%; margin-right: -100%; clear: none; }
.gallery.gallery-1 .item:nth-child(12n + 9) { margin-left: 67.79661%; margin-right: -100%; clear: none; }
.gallery.gallery-1 .item:nth-child(12n + 10) { margin-left: 76.27119%; margin-right: -100%; clear: none; }
.gallery.gallery-1 .item:nth-child(12n + 11) { margin-left: 84.74576%; margin-right: -100%; clear: none; }
.gallery.gallery-1 .item:nth-child(12n + 12) { margin-left: 93.22034%; margin-right: -100%; clear: none; }
.gallery.gallery-2 .item { width: 15.25424%; float: left; }
.gallery.gallery-2 .item:nth-child(6n + 1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; }
.gallery.gallery-2 .item:nth-child(6n + 2) { margin-left: 16.94915%; margin-right: -100%; clear: none; }
.gallery.gallery-2 .item:nth-child(6n + 3) { margin-left: 33.89831%; margin-right: -100%; clear: none; }
.gallery.gallery-2 .item:nth-child(6n + 4) { margin-left: 50.84746%; margin-right: -100%; clear: none; }
.gallery.gallery-2 .item:nth-child(6n + 5) { margin-left: 67.79661%; margin-right: -100%; clear: none; }
.gallery.gallery-2 .item:nth-child(6n + 6) { margin-left: 84.74576%; margin-right: -100%; clear: none; }
.gallery.gallery-3 .item { width: 23.72881%; float: left; }
.gallery.gallery-3 .item:nth-child(4n + 1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; }
.gallery.gallery-3 .item:nth-child(4n + 2) { margin-left: 25.42373%; margin-right: -100%; clear: none; }
.gallery.gallery-3 .item:nth-child(4n + 3) { margin-left: 50.84746%; margin-right: -100%; clear: none; }
.gallery.gallery-3 .item:nth-child(4n + 4) { margin-left: 76.27119%; margin-right: -100%; clear: none; }
.gallery.gallery-4 .item { width: 32.20339%; float: left; }
.gallery.gallery-4 .item:nth-child(3n + 1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; }
.gallery.gallery-4 .item:nth-child(3n + 2) { margin-left: 33.89831%; margin-right: -100%; clear: none; }
.gallery.gallery-4 .item:nth-child(3n + 3) { margin-left: 67.79661%; margin-right: -100%; clear: none; }
.gallery.gallery-5 .item { width: 40.67797%; float: left; }
.gallery.gallery-5 .item:nth-child(2n + 1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; }
.gallery.gallery-5 .item:nth-child(2n + 2) { margin-left: 42.37288%; margin-right: -100%; clear: none; }
.gallery.gallery-6 .item { width: 49.15254%; float: left; }
.gallery.gallery-6 .item:nth-child(2n + 1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; }
.gallery.gallery-6 .item:nth-child(2n + 2) { margin-left: 50.84746%; margin-right: -100%; clear: none; }
.gallery.gallery-7 .item { width: 57.62712%; float: left; }
.gallery.gallery-7 .item:nth-child(1n + 1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; }
.gallery.gallery-8 .item { width: 66.10169%; float: left; }
.gallery.gallery-8 .item:nth-child(1n + 1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; }
.gallery.gallery-9 .item { width: 74.57627%; float: left; }
.gallery.gallery-9 .item:nth-child(1n + 1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; }
.gallery.gallery-10 .item { width: 83.05085%; float: left; }
.gallery.gallery-10 .item:nth-child(1n + 1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; }
.gallery.gallery-11 .item { width: 91.52542%; float: left; }
.gallery.gallery-11 .item:nth-child(1n + 1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; }
.gallery.gallery-12 .item { width: 100%; float: left; }
.gallery.gallery-12 .item:nth-child(1n + 1) { margin-left: 0; margin-right: -100%; clear: none; }

.gallery-spaced { margin-bottom: 2em; overflow: hidden; *zoom: 1; }
.gallery-spaced.gallery-4 .item { width: 27.86885%; float: left; }
.gallery-spaced.gallery-4 .item:nth-child(3n + 1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; }
.gallery-spaced.gallery-4 .item:nth-child(3n + 2) { margin-left: 36.06557%; margin-right: -100%; clear: none; }
.gallery-spaced.gallery-4 .item:nth-child(3n + 3) { margin-left: 72.13115%; margin-right: -100%; clear: none; }
.gallery-spaced.gallery-6 .item { width: 45.90164%; float: left; }
.gallery-spaced.gallery-6 .item:nth-child(2n + 1) { margin-left: 0; margin-right: -100%; clear: both; margin-left: 0; }
.gallery-spaced.gallery-6 .item:nth-child(2n + 2) { margin-left: 54.09836%; margin-right: -100%; clear: none; }

blockquote { clear: both; }

/* ============================================================================= */
/*  4. GENERAL                                                                   */
/* ============================================================================= */
.center { text-align: center; }

.left { text-align: left; }

.right { text-align: right; }

.hide { display: none; }

.toback { z-index: -20; }

.lightfont { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 300; }

.shadow-square { -moz-box-shadow: rgba(136, 136, 136, 0.55) 8px 8px 16px; -webkit-box-shadow: rgba(136, 136, 136, 0.55) 8px 8px 16px; box-shadow: rgba(136, 136, 136, 0.55) 8px 8px 16px; }

.shadow-circle { -moz-box-shadow: rgba(136, 136, 136, 0.55) 8px 8px 16px; -webkit-box-shadow: rgba(136, 136, 136, 0.55) 8px 8px 16px; box-shadow: rgba(136, 136, 136, 0.55) 8px 8px 16px; border-radius: 50%; }

.amazing-things { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; font-size: 1.7em; }
.amazing-things span { color: #d9002a; }

/* search box */
#search-block-form #edit-actions { margin-top: 2px; float: right; margin-left: 0.5em; }
#search-block-form input[type="search"] { width: 220px; }
#search-block-form input.form-submit { background: transparent url("../images/search.png") no-repeat 0 0; width: 23px; height: 23px; border: 0; display: block !important; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; float: right; }

/* EU Cookie compliance popup */
#sliding-popup { color: #111; }
#sliding-popup.sliding-popup-bottom { background: #e7ecef; padding: 1em; }
#sliding-popup .popup-content #popup-text p { font-size: 1.1em; }
#sliding-popup .popup-content #popup-buttons button { background: #415560; color: #eee; text-shadow: none; box-shadow: none; border-radius: 2px; padding: 10px; border: 0; }
#sliding-popup .popup-content #popup-buttons button.agree-button { background: #d9002a; }
#sliding-popup .popup-content #popup-buttons button:hover { background: #253741; }

.stat-block { position: relative; margin-top: 1em; border-top: 1px solid #ddd; padding-top: 3em; }
.stat-block .image { text-align: right; width: 23.72881%; float: right; margin-right: 0; }
.stat-block .introduction { margin-left: 8.47458%; width: 66.10169%; float: left; margin-right: 1.69492%; }
.stat-block .introduction:before { content: ""; display: block; height: 59px; width: 79px; background: transparent url('images/sprites-s566abdd177.png') 0 -256px no-repeat; position: absolute; top: 2.4em; left: 0.5em; }
.stat-block .introduction p { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; font-size: 2.5em; margin-bottom: 0.4em; }
.stat-block .introduction span { font-size: 2.5em; display: block; margin-right: 0.2em; margin-bottom: -0.1em; float: left; line-height: 1em; color: #d9002a; }
.stat-block .introduction .source { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 300; font-size: 1.6em; margin-bottom: 1em; margin-bottom: 1em; }
.stat-block .introduction .download { font-size: 1.2em; }

/* fix for stat-block with sidebar */
.one-sidebar .stat-block { padding-top: 2em; }
.one-sidebar .stat-block .introduction { margin-left: 12.60504%; width: 62.18487%; float: left; margin-right: 0.84034%; }
.one-sidebar .stat-block .introduction p { font-size: 2.2em; }
.one-sidebar .stat-block .introduction .source { font-size: 1.6em; }
.one-sidebar .stat-block .introduction .download { font-size: 1.2em; }

/* ============================================================================= */
/*  5. VIEWS                                                                     */
/* ============================================================================= */
/* executive team and bloggers */
.view-executive-team .views-row, .view-bloggers .views-row { margin-bottom: 2em; }
.view-executive-team .views-row h2, .view-bloggers .views-row h2 { margin-top: 0; }
.view-executive-team .views-row:after, .view-bloggers .views-row:after { display: table; content: " "; clear: both; }

/* INDUSTRY PAGE VIEW */
/* this will be a view eventually but not yet */
.industry-content-view div { text-align: center; }
.industry-content-view div.blog:before, .industry-content-view div.news:before { content: url("/sites/all/assets/uk/icon-blog.png"); }
.industry-content-view div.events:before { content: url("/sites/all/assets/uk/icon-events.png"); }
.industry-content-view div.case.Study:before { content: url("/sites/all/assets/uk/icon-brochures.png"); }
.industry-content-view div.brochure:before { content: url("/sites/all/assets/uk/icon-brochures.png"); }
.industry-content-view div.whitepaper:before { content: url("/sites/all/assets/uk/icon-whitepaper.png"); }
.industry-content-view div h2 { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 300; margin: 0 0 0.3em 0; font-size: 2.4em; }
.industry-content-view div img { margin-bottom: 0.3em; }
.industry-content-view div p { margin: 0; }
.industry-content-view div p.title { min-height: 3em; }
.industry-content-view .button.text { padding-right: 0; margin: 0; }
.industry-content-view > div, .industry-content-view .blog, .industry-content-view .news, .industry-content-view .whitepaper, .industry-content-view .events, .industry-content-view .brochure { width: 23.72881%; float: left; margin-right: 1.69492%; }
.industry-content-view > div:last-child, .industry-content-view .blog:last-child, .industry-content-view .news:last-child, .industry-content-view .whitepaper:last-child, .industry-content-view .events:last-child, .industry-content-view .brochure:last-child { float: right; margin-right: 0; }

/* events landing page */
.view-id-events.view-display-id-page .pretend_h1 { font-size: 3.5em; }
.view-id-events.view-display-id-page .view-content { margin-bottom: 2em; }
.view-id-events.view-display-id-page .attachment-after { border-top: 1px solid #ddd; }
.view-id-events.view-display-id-page .views-row { position: relative; padding-bottom: 2em; }
.view-id-events.view-display-id-page .views-row p.more-link { position: absolute; margin: 0; bottom: 0; right: 0; }
.view-id-events.view-display-id-page .views-row h2 a { color: #253741; }
.view-id-events.view-display-id-page .Exhibition:before { content: url("/sites/all/assets/uk/exhibition.png"); float: left; margin-right: 2em; }
.view-id-events.view-display-id-page .Conference:before { content: url("/sites/all/assets/uk/conference.png"); float: left; margin-right: 2em; }
.view-id-events.view-display-id-page .Seminar:before { content: url("/sites/all/assets/uk/seminar.png"); float: left; margin-right: 2em; }
.view-id-events.view-display-id-page .Webinar:before { content: url("/sites/all/assets/uk/webinar.png"); float: left; margin-right: 2em; }
.view-id-events.view-display-id-page .Roundtable:before { content: url("/sites/all/assets/uk/seminar.png"); float: left; margin-right: 2em; }

/* Reserch and whitepapers */
.view-id-whitepapers.view-display-id-block_1 { margin-top: 2em; }
.view-id-whitepapers.view-display-id-block_1 h3 { font-size: 1.4em; }
.view-id-whitepapers.view-display-id-block_1 .views-row { text-align: center; margin-bottom: 4em; }
.view-id-whitepapers.view-display-id-block_1 .views-row img { -moz-box-shadow: rgba(136, 136, 136, 0.55) 8px 8px 16px; -webkit-box-shadow: rgba(136, 136, 136, 0.55) 8px 8px 16px; box-shadow: rgba(136, 136, 136, 0.55) 8px 8px 16px; max-width: 80%; }

/* brochures */
.view-id-brochures.view-display-id-page .view-content { overflow: hidden; *overflow: visible; *zoom: 1; }
.view-id-brochures.view-display-id-page .views-row { text-align: center; margin-bottom: 4em; }
.view-id-brochures.view-display-id-page .views-row h3 { font-size: 1.4em; }
.view-id-brochures.view-display-id-page .views-row img { -moz-box-shadow: rgba(136, 136, 136, 0.55) 8px 8px 16px; -webkit-box-shadow: rgba(136, 136, 136, 0.55) 8px 8px 16px; box-shadow: rgba(136, 136, 136, 0.55) 8px 8px 16px; max-width: 80%; }

/* Vacancies list page */
.view-id-vacancies.view-display-id-page .views-row { padding: 1em; }
.view-id-vacancies.view-display-id-page .views-row-odd { background-color: #FAFAFA; }
.view-id-vacancies.view-display-id-page .views-row .arrow a { font-weight: 400; font-size: 1.2em; }
.view-id-vacancies.view-display-id-page .views-row .arrow a:before { content: ""; display: block; float: left; width: 5px; height: 9px; background: transparent url('images/sprites-s566abdd177.png') 0 -200px no-repeat; margin: 8px 8px 0 0; }

/* News list page */
.view-display-id-page_1 .views-row { padding: 1em; }
.view-display-id-page_1 .views-row-odd { background-color: #FAFAFA; }
.view-display-id-page_1 .views-row .arrow a { font-weight: 400; font-size: 1.2em; color: #253741; }
.view-display-id-page_1 .views-row .arrow { margin-left: 0.7em; font-size: 1.5em; }
.view-display-id-page_1 .views-row .arrow a:before { content: ""; display: block; float: left; width: 5px; height: 9px; background: transparent url('images/sprites-s566abdd177.png') 0 -200px no-repeat; margin: 0.25em 0 0 -0.6em; }
.view-display-id-page_1 .views-field-created { margin-left: 1.2em; font-size: 1.2em; }

.view-id-videos.view-display-id-page .views-row { margin-bottom: 2em; }
.view-id-videos.view-display-id-page .views-row .flowplayer { width: 85%; border: 1px solid #eee; }
.view-id-videos.view-display-id-page .views-row h2 { font-size: 1.8em; }

.view-id-service_announcements .pretend_h1 { font-size: 3.5em; }

/* twitter */
.view-tweets .item-list ul { padding: 0; margin: 0; }
.view-tweets .item-list ul li { list-style: none; padding: 0; margin: 0 0 1.5em 0; font-size: 90%; overflow: hidden; *zoom: 1; font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 300; }
.view-tweets .item-list ul li .views-field-profile-image-url { width: 23.72881%; float: left; margin-right: 1.69492%; }

.amazing-things-video { margin-bottom: 0; }
.amazing-things-video .block-inner { margin: 0; }

.page-amazing-things .views-row { border-top: 1px solid #ddd; }
.page-amazing-things .views-row .reveal { display: none; }
.page-amazing-things .revealer.active { -moz-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); -webkit-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); transition-duration: .1s; }

/* ============================================================================= */
/*  6. REGIONS                                                                   */
/* ============================================================================= */
.region-sidebar-first h2, region-sidebar-last h2 { font-size: 2.2em; }
.region-sidebar-first h3, region-sidebar-last h3 { font-size: 2em; }
.region-sidebar-first h4, region-sidebar-last h4 { font-size: 1.8em; }
.region-sidebar-first h5, region-sidebar-last h5 { font-size: 1.5em; }

.sidebar-first #main-content { margin-right: 2em; }
.sidebar-first h2.block-title { margin-bottom: 0.3em; }

.region-footer { padding-top: 2em; }

/* ============================================================================= */
/*  7. NAVIGATION                                                                */
/* ============================================================================= */
/* Footer nav menu */
#block-claranet-2015-blocks-main-menu { margin-bottom: 4em; font-size: 1.2em; }
#block-claranet-2015-blocks-main-menu ul.menu { margin: 0 0 0 0; /* top level headings */ }
#block-claranet-2015-blocks-main-menu ul.menu li { list-style: none; }
#block-claranet-2015-blocks-main-menu ul.menu li a { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; }
#block-claranet-2015-blocks-main-menu ul.menu li a:before { content: ""; display: block; float: left; width: 5px; height: 9px; background: transparent url('images/sprites-s566abdd177.png') 0 -200px no-repeat; margin: 7px 5px 0 0; }
#block-claranet-2015-blocks-main-menu ul.menu li.last { margin-right: 0; }
#block-claranet-2015-blocks-main-menu ul.menu li ul { padding: 0; /* sub headings */ }
#block-claranet-2015-blocks-main-menu ul.menu li ul li.leaf, #block-claranet-2015-blocks-main-menu ul.menu li ul li.expanded, #block-claranet-2015-blocks-main-menu ul.menu li ul li, #block-claranet-2015-blocks-main-menu ul.menu li ul li.collapsed { width: 100%; float: left; margin-left: 0; margin-right: 0; width: 99%; list-style: none; margin-left: 0.7em; /* sub sub headings */ }
#block-claranet-2015-blocks-main-menu ul.menu li ul li.leaf a, #block-claranet-2015-blocks-main-menu ul.menu li ul li.expanded a, #block-claranet-2015-blocks-main-menu ul.menu li ul li a, #block-claranet-2015-blocks-main-menu ul.menu li ul li.collapsed a { font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 300; }
#block-claranet-2015-blocks-main-menu ul.menu li ul li.leaf a:before, #block-claranet-2015-blocks-main-menu ul.menu li ul li.expanded a:before, #block-claranet-2015-blocks-main-menu ul.menu li ul li a:before, #block-claranet-2015-blocks-main-menu ul.menu li ul li.collapsed a:before { content: ""; display: block; float: left; width: 5px; height: 9px; background: transparent url('images/sprites-s566abdd177.png') 0 -209px no-repeat; margin: 7px 5px 0 0; }
#block-claranet-2015-blocks-main-menu ul.menu li ul li.leaf ul li, #block-claranet-2015-blocks-main-menu ul.menu li ul li.expanded ul li, #block-claranet-2015-blocks-main-menu ul.menu li ul li ul li, #block-claranet-2015-blocks-main-menu ul.menu li ul li.collapsed ul li { display: none; }

/* blocks etc */
#block-claranet-2015-blocks-local-menu ul.menu, .sidebar ul.menu { background-color: #e7ecef; padding: 0; margin: 0; }
#block-claranet-2015-blocks-local-menu ul.menu li, .sidebar ul.menu li { padding: 0; margin: 0; list-style: none; }
#block-claranet-2015-blocks-local-menu ul.menu li a, .sidebar ul.menu li a { display: block; padding: 0.3em 0.8em; font-family: akzidenz-grotesk, helvetica,arial, sans-serif; font-weight: 500; line-height: 2em; border-bottom: 1px solid #FFF; font-size: 1.1em; color: #253741; }
#block-claranet-2015-blocks-local-menu ul.menu li a:before, .sidebar ul.menu li a:before { content: ""; display: block; float: left; width: 5px; height: 9px; background: transparent url('images/sprites-s566abdd177.png') 0 -200px no-repeat; margin: 10px 5px 0 0; }
#block-claranet-2015-blocks-local-menu ul.menu li a:hover, #block-claranet-2015-blocks-local-menu ul.menu li a.active, .sidebar ul.menu li a:hover, .sidebar ul.menu li a.active { background-color: #d9002a; color: #fff; text-decoration: none; }
#block-claranet-2015-blocks-local-menu ul.menu li a:hover:before, #block-claranet-2015-blocks-local-menu ul.menu li a.active:before, .sidebar ul.menu li a:hover:before, .sidebar ul.menu li a.active:before { content: ""; display: block; float: left; width: 5px; height: 9px; background: transparent url('images/sprites-s566abdd177.png') 0 -209px no-repeat; margin: 10px 5px 0 0; }

/**  Claranet newsletter added for Germany  */
.view-id-newsletter .image-style-resources-landing-pdf { max-width: 80%; }
.view-id-newsletter .views-field-title { text-align: center; }
.view-id-newsletter .views-field-field-preview-image { text-align: center; }
.view-id-newsletter .views-field-field-preview-image img { -moz-box-shadow: rgba(136, 136, 136, 0.55) 8px 8px 16px; -webkit-box-shadow: rgba(136, 136, 136, 0.55) 8px 8px 16px; box-shadow: rgba(136, 136, 136, 0.55) 8px 8px 16px; }

/** Re-captcha */
.region-pre-footer .webform-callouts .rc-anchor-compact-footer { display: none; }
