@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300);
/* @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: "Roboto", Arial, Helvetica, sans-serif; font-size: 100%; }

/* ============================================================================= HTML Elements ========================================================================== */
h2 { font-size: 1.875em; }

.section-header h2 { font-weight: normal; text-align: center; padding: 4.3125rem 0 1.3125rem; margin: 0; line-height: 1; }

h3 { font-size: 1.8em; }

.section-header h3 { text-align: center; margin: 0; font-weight: normal; }

blockquote { font: 400 1.5em "Roboto", Arial, sans-serif; line-height: 1.75; padding: .5em 1.5em 0; position: relative; margin: 0; }
blockquote p { font-size: 1.5rem; }
blockquote:before, blockquote p:last-child:after { color: #ccc; font-style: normal; font-weight: 400; font-size: 1.875em; }
blockquote:before { content: open-quote; position: absolute; top: -0.2em; left: 0.2em; }
blockquote p:last-child:after { display: inline; content: close-quote; line-height: 0; vertical-align: text-bottom; margin-left: 0.125em; }
blockquote + figcaption { margin-right: 2em; text-align: right; font-size: 1.25em; }

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. */
/* 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 */
#main-content { margin-left: 0; margin-right: 0; margin-top: 70px; position: relative; }

/* 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 */
#footer { background-color: #ebebeb; color: #959595; margin: 0; padding: 2em 2em 3em; text-align: center; }
#footer #block-menu-menu-social-media ul.menu { margin: 0 auto; padding: 0; text-align: center; }
#footer #block-menu-menu-social-media ul.menu li { list-style: outside none none; margin: 0; padding: 0; vertical-align: baseline; display: inline; }
#footer #block-menu-menu-social-media ul.menu li a { margin: 0 0.5em; padding: 0; text-indent: -9999px; display: inline-block; }
#footer #block-menu-menu-social-media ul.menu li a#menu-social-twitter { background: transparent url("images/icons-social-twitter.png") no-repeat scroll 0 0; height: 27px; width: 32px; }
#footer #block-menu-menu-social-media ul.menu li a#menu-social-facebook { background: transparent url("images/icons-social-facebook.png") no-repeat scroll 0 0; height: 27px; width: 27px; }
#footer #block-menu-menu-social-media ul.menu li a#menu-social-youtube { background: transparent url("images/icons-social-youtube.png") no-repeat scroll 0 0; height: 27px; width: 33px; }

/* 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 */ background: rgba(255, 192, 203, 0.5); }

/* Wraps the nav elements */
/* Wraps breadcrumb */
/* Wraps messages and help */
/* Wraps the secondary content/preface region */
/* Wraps the main content column */
/* Wraps the tertiary content/postfix region */
/* Footer wrapper */
#footer-wrapper { /* Debug styles, is this working? */ background: rgba(255, 192, 203, 0.5); }

/* ============================================================================= Branding ========================================================================== */
/* Wraps all the branding elements, logo, name and slogan */
#branding { height: 72px; position: relative; }

/* Logo */
#logo { padding: 1em 1em 0; max-width: 980px; margin: 0 auto; position: relative; }
#logo img { vertical-align: bottom; }
#logo #linkware-live-logo { display: inline; margin: 0 0 0 1em; }

#ia_logo { font-weight: bold; padding: 0px 15px; position: absolute; left: 200px; top: 1.2em; border-left: 1px #707070 solid; }
#ia_logo a { color: #293f6a; text-decoration: none; padding: 10px 20px 0 0; font-size: 21px; line-height: 29px; }

#sign-in-wrapper { position: absolute; top: 0.5em; right: 0; }
#sign-in-wrapper a { display: block; padding: 1em 4em; font-size: 0.9em; font-weight: 700; text-transform: uppercase; border-radius: 4px; color: white; background: #fec10e; /* Old browsers */ background: -moz-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fec10e), color-stop(100%, #d29d00)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* IE10+ */ background: linear-gradient(to bottom, #fec10e 0%, #d29d00 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec10e', endColorstr='#d29d00', GradientType=0); /* IE6-9 */ }
#sign-in-wrapper a:hover { text-decoration: none; }

#hamburger { display: none; }

/* 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 */
.node-type-microsite-page #main-content-header { background-color: #293f6a; }
.node-type-microsite-page #main-content-header #main-content-header-inner, .node-type-microsite-page #main-content-header #tasks { max-width: 980px; padding: 1em; margin: 0 auto; width: auto; }
.node-type-microsite-page #main-content-header #main-content-header-inner h1, .node-type-microsite-page #main-content-header #tasks h1 { font: 400 2.5em "Roboto", Arial, sans-serif; color: #eeeeee; letter-spacing: 0; line-height: 1em; text-align: left; }
.node-type-microsite-page #main-content-header #main-content-header-inner h1:after, .node-type-microsite-page #main-content-header #tasks h1:after { margin: 0.5em 0 0; background-color: #ffc20e; border-top: 0 none; clear: both; height: 3px; top: 0; width: 150px; content: ""; display: block; }

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

/* ============================================================================= Misc Global Styles ========================================================================== */
/* Feed icons */
/* Action Buttons */
.action-button { padding: 1.25em 1.5em; font-size: 0.85em; font-weight: 700; text-transform: uppercase; border-radius: 4px; color: white; letter-spacing: 0.125em; line-height: 1.25em; white-space: nowrap; background: #fec10e; /* Old browsers */ background: -moz-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fec10e), color-stop(100%, #d29d00)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* IE10+ */ background: linear-gradient(to bottom, #fec10e 0%, #d29d00 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec10e', endColorstr='#d29d00', GradientType=0); /* IE6-9 */ }
.action-button:hover { text-decoration: none; }

/* 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 */
.region-footer { margin: 0; padding: 0 0 2em; text-align: center; }

#footer-message { font-size: 0.75em; }

/* Content styles */
.light { color: #16386e; }
.light hr { width: 10%; background-color: #999999; height: 3px; border: medium none; margin: 0 auto 2.875rem; }

.dark { background-color: #293f6a; color: #EEEEEE; }
.dark hr { width: 10%; background-color: #ddab17; height: 4px; border: medium none; margin: 0 auto 2.875rem; }
.dark hr.prod-separator { width: auto; background-color: #CCC; height: 1px; margin: 0 0 1.5em; }

#intro { color: #eeeeee; background: #293f6a url("../images/intro-background-big.jpg") no-repeat scroll center 0; }
#intro #intro-inner { max-width: 980px; display: flex; margin: 0 auto; padding: 30px 1em; }
#intro #intro-inner #intro-left { max-width: 401px; padding: 0; }
#intro #intro-inner #intro-right { flex-grow: 1; padding: 0 2em; }
#intro #intro-inner #intro-right .text { padding: 1em 2em; background-color: rgba(22, 56, 110, 0.6); margin-bottom: 2em; max-width: 445px; }
#intro #intro-inner #intro-right .text h2 { font: 400 1.875em/1.5em "Roboto", Arial, sans-serif; margin: 0; }
#intro #intro-inner #intro-right .text h2 strong { color: #ffc20f; }
#intro #intro-inner #intro-right .text p { font-size: 1.5rem; margin: 1em 0; }

#overview #overview-inner { max-width: 980px; text-align: center; font-size: 1.8em; padding: 0 1em 4.1875rem; margin: 0 auto; }

#what-it-does { color: #eeeeee; }
#what-it-does #what-it-does-inner { max-width: 980px; display: flex; margin: 0 auto; padding: 0 1em 6.875rem; }
#what-it-does #what-it-does-inner #what-it-does-left { max-width: 367px; padding: 0; }
#what-it-does #what-it-does-inner #what-it-does-right { flex-grow: 1; padding: 0 1em 0 0; }

#test-result-management { padding: 1em 0; }
#test-result-management #test-result-management-inner { margin: 1em auto; max-width: 980px; display: flex; justify-content: center; flex-flow: row wrap; align-items: center; padding: 0 1em; }
#test-result-management #test-result-management-inner div { margin: 0 2%; }
#test-result-management #test-result-management-inner div#test-result-management-left { flex: 1 1 50%; }
#test-result-management #test-result-management-inner div#test-result-management-left p { font-size: 1.25em; }
#test-result-management #test-result-management-inner div#test-result-management-right { flex: 1 1 30%; }
#test-result-management #test-result-management-inner div#test-result-management-right img { max-width: 367px; }

#manage-your-testers { padding: 1em 0; }
#manage-your-testers #manage-your-testers-inner { margin: 1em auto; max-width: 980px; display: flex; justify-content: center; flex-flow: row wrap; align-items: center; padding: 1em; }
#manage-your-testers #manage-your-testers-inner div { margin: 0 2%; }
#manage-your-testers #manage-your-testers-inner div#manage-your-testers-left { flex: 1 1 auto; }
#manage-your-testers #manage-your-testers-inner div#manage-your-testers-left img { max-width: 367px; }
#manage-your-testers #manage-your-testers-inner div#manage-your-testers-right { flex: 1 1 50%; }
#manage-your-testers #manage-your-testers-inner div#manage-your-testers-right p { font-size: 1.25em; }

#turbocharge, #support { padding: 1em; }
#turbocharge #turbocharge-inner, #turbocharge #support-inner, #support #turbocharge-inner, #support #support-inner { margin: 1em auto; max-width: 980px; display: flex; justify-content: center; flex-flow: row wrap; align-items: center; }
#turbocharge #turbocharge-inner div, #turbocharge #support-inner div, #support #turbocharge-inner div, #support #support-inner div { margin: 0 2%; }
#turbocharge #turbocharge-inner div#turbocharge-left, #turbocharge #turbocharge-inner div#support-left, #turbocharge #support-inner div#turbocharge-left, #turbocharge #support-inner div#support-left, #support #turbocharge-inner div#turbocharge-left, #support #turbocharge-inner div#support-left, #support #support-inner div#turbocharge-left, #support #support-inner div#support-left { flex: 1 1 50%; }
#turbocharge #turbocharge-inner div#turbocharge-left p, #turbocharge #turbocharge-inner div#support-left p, #turbocharge #support-inner div#turbocharge-left p, #turbocharge #support-inner div#support-left p, #support #turbocharge-inner div#turbocharge-left p, #support #turbocharge-inner div#support-left p, #support #support-inner div#turbocharge-left p, #support #support-inner div#support-left p { font-size: 1.25em; }
#turbocharge #turbocharge-inner div#turbocharge-left .button-wrapper, #turbocharge #turbocharge-inner div#support-left .button-wrapper, #turbocharge #support-inner div#turbocharge-left .button-wrapper, #turbocharge #support-inner div#support-left .button-wrapper, #support #turbocharge-inner div#turbocharge-left .button-wrapper, #support #turbocharge-inner div#support-left .button-wrapper, #support #support-inner div#turbocharge-left .button-wrapper, #support #support-inner div#support-left .button-wrapper { text-align: right; padding: 1.25em 1.5em; }
#turbocharge #turbocharge-inner div#turbocharge-right, #turbocharge #support-inner div#turbocharge-right, #support #turbocharge-inner div#turbocharge-right, #support #support-inner div#turbocharge-right { flex: 1 1 30%; }
#turbocharge #turbocharge-inner div#turbocharge-right img, #turbocharge #support-inner div#turbocharge-right img, #support #turbocharge-inner div#turbocharge-right img, #support #support-inner div#turbocharge-right img { max-width: 367px; }

#setup-testers { padding: 1em; }
#setup-testers #setup-testers-inner { margin: 0 auto; max-width: 980px; display: flex; justify-content: center; flex-flow: row wrap; align-items: center; padding: 1em 0; }
#setup-testers #setup-testers-inner div { margin: 0 2%; }
#setup-testers #setup-testers-inner div#setup-testers-left { flex: 1 1 50%; }
#setup-testers #setup-testers-inner div#setup-testers-left p { font-size: 1.25em; }
#setup-testers #setup-testers-inner div#setup-testers-right { flex: 1 1 30%; text-align: center; }
#setup-testers #setup-testers-inner div#setup-testers-right img { max-width: 367px; }

#maximize-the-benefit { margin: 0 auto; padding: 2em 0; }
#maximize-the-benefit #maximize-the-benefit-inner { max-width: 980px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-flow: row-wrap; flex-flow: row wrap; -webkit-align-items: flex-start; align-items: flex-start; margin: 2em auto; }
#maximize-the-benefit #maximize-the-benefit-inner div { -webkit-flex: 1 0 50%; flex: 1 0 50%; }
#maximize-the-benefit #maximize-the-benefit-inner div p { font-size: 1.25em; }

#visibility #visibility-inner { display: flex; justify-content: center; flex-flow: row wrap; align-items: flex-start; margin: 0 auto; max-width: 980px; padding: 2em 0; }
#visibility #visibility-inner #visibility-left { flex: 1 1 25%; }
#visibility #visibility-inner #visibility-right { flex: 1 1 55%; margin: 0 5%; }
#visibility #visibility-inner #visibility-right h2 { font-weight: 700; margin: 0.25em 0; }
#visibility #visibility-inner #visibility-right p { font-size: 1.25em; }

#enter-to-win #enter-to-win-inner { max-width: 980px; /* text-align: center; */ font-size: 1em; padding: 0 1em 6.875rem; margin: 0 auto; }
#enter-to-win #enter-to-win-inner p { font-size: 1.8em; margin: 0 0 0.9em; text-align: center; }
#enter-to-win #enter-to-win-inner p.fine-print { font-size: 0.75em; }
#enter-to-win #enter-to-win-inner li { font-size: 1.8em; text-align: center; list-style-position: inside; }
#enter-to-win #enter-to-win-inner div { padding: 20px 0; margin: 10px 0; text-align: center; }
#enter-to-win #enter-to-win-inner div a:hover { text-decoration: none; }

.learn.dark { padding: 0 0 6.875rem; text-align: center; }
.learn.light #learn-light-inner { max-width: 980px; padding: 0 1em; margin: 0 auto; }
.learn.light #learn-light-inner > div { clear: both; overflow: hidden; border-bottom: 1px solid #cccccc; padding: 30px 0; }
.learn.light #learn-light-inner > div h3 { font-weight: 300; text-align: center; margin: 0 0 1em; }
.learn.light #learn-light-inner > div#track-certification h3 { text-align: left; }
.learn.light #learn-light-inner > div#upload img#ipad { float: right; margin: 0 0 0 1em; }
.learn.light #learn-light-inner > div#upload img#illustration { display: block; margin: 0 auto; clear: both; }
.learn.light #learn-light-inner > div#projx img { margin: 0 auto; display: block; }
.learn.light #learn-light-inner > div#get-notified #get-notified-images { display: flex; align-items: center; justify-content: center; }
.learn.light #learn-light-inner > div #compatibility-inner { display: flex; }
.learn.light #learn-light-inner > div #compatibility-inner #compatibility-left { flex-grow: 1; padding: 0 1em 0 0; }
.learn.light #learn-light-inner > div #compatibility-inner #compatibility-left ul { list-style-type: none; }
.learn.light #learn-light-inner > div #compatibility-inner #compatibility-right { width: 439px; padding: 0; margin: 0; }
.learn.light #learn-light-inner > div#plans table { width: 80%; border: none; margin: 0 auto; }
.learn.light #learn-light-inner > div#plans table tbody { border-top: none; }
.learn.light #learn-light-inner > div#plans table tr { background-color: transparent; border-top: none; }
.learn.light #learn-light-inner > div#plans table tr td { width: 50%; }

#learning-inner { color: white; max-width: 980px; margin: 0 auto; padding: 1em 0; }
#learning-inner #resources-inner { text-align: center; display: flex; box-sizing: border-box; justify-content: center; flex-direction: row; }
#learning-inner #resources-inner .linkware-resource { -webkit-flex: 0 1 25%; flex: 0 1 25%; margin: 2%; background-color: #efebeb; border-radius: 10px; position: relative; }
#learning-inner #resources-inner .linkware-resource .linkware-blue { background-color: #293f6a; color: #eeeeee; border-radius: 10px 10px 0 0; padding: 20px 5px; font-size: 1.6em; }
#learning-inner #resources-inner .linkware-resource .linkware-grey { color: #293f6a; font-size: 1em; padding: 5px 30px 60px; position: relative; text-align: left; }
#learning-inner #resources-inner .linkware-resource .button-wrapper { padding: 18px 0; width: 100%; position: absolute; bottom: 10px; left: 0; }
#learning-inner #resources-inner .linkware-resource .button-wrapper .action-button { padding: 18px 20px; font-size: 0.9em; font-weight: 800; text-transform: uppercase; border-radius: 4px; color: white; background: #fec10e; /* Old browsers */ background: -moz-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fec10e), color-stop(100%, #d29d00)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* IE10+ */ background: linear-gradient(to bottom, #fec10e 0%, #d29d00 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec10e', endColorstr='#d29d00', GradientType=0); /* IE6-9 */ }

#resources { border-bottom: 1px solid #cccccc; padding: 2em 1em; margin: 0 auto; max-width: 980px; }
#resources #resources-inner { text-align: center; display: flex; box-sizing: border-box; justify-content: center; flex-direction: row; }
#resources #resources-inner .linkware-resource { -webkit-flex: 0 1 25%; flex: 0 1 25%; margin: 2%; background-color: #efebeb; border-radius: 10px; position: relative; }
#resources #resources-inner .linkware-resource .linkware-blue { background-color: #293f6a; color: #eeeeee; border-radius: 10px 10px 0 0; padding: 20px 5px; font-size: 1.6em; }
#resources #resources-inner .linkware-resource .linkware-grey { color: #293f6a; font-size: 1em; padding: 5px 30px 60px; position: relative; text-align: left; }
#resources #resources-inner .linkware-resource .button-wrapper { padding: 18px 0; width: 100%; position: absolute; bottom: 10px; left: 0; }
#resources #resources-inner .linkware-resource .button-wrapper .action-button { padding: 18px 20px; font-size: 0.9em; font-weight: 800; text-transform: uppercase; border-radius: 4px; color: white; background: #fec10e; /* Old browsers */ background: -moz-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fec10e), color-stop(100%, #d29d00)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* IE10+ */ background: linear-gradient(to bottom, #fec10e 0%, #d29d00 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec10e', endColorstr='#d29d00', GradientType=0); /* IE6-9 */ }

#faq { border-bottom: 1px solid #cccccc; }
#faq #faq-inner { max-width: 980px; padding: 0 1em 6.875rem; margin: 0 auto; font-family: "Roboto", Arial, sans-serif; }
#faq #faq-inner h3 { font-size: 1.75em; border: none; background: none; position: relative; font-weight: 300; cursor: pointer; line-height: 1.1em; }
#faq #faq-inner h3 span { position: absolute; top: 5px; left: -20px; }
#faq #faq-inner .underline { text-decoration: underline; }
#faq #faq-inner div.ui-widget-content { padding: 5px 10px; margin: 10px 0; background: transparent none repeat scroll 0 0; border: none; }

#customers-think { padding: 2em 1em 1em; }
#customers-think #customers-think-inner { max-width: 980px; padding: 1em 0; margin: 0 auto; }
#customers-think #customers-think-inner h2 { margin: 0.83em; }
#customers-think #customers-think-inner .button-wrapper { padding: 1.25em 1.5em; margin: 0 1em; }

#related-products .related-products-inner { padding: 0 1em 6.875rem; }
#related-products .related-products-inner #related-products-images { display: flex; align-items: center; justify-content: center; }
#related-products .related-products-inner ul { list-style: none; margin: 0; padding: 0; text-align: center; }
#related-products .related-products-inner ul li { display: inline; }
#related-products .related-products-inner ul li a { display: inline-block; padding: 10px; color: #293f6a; }
#related-products .related-products-inner .prod-all { display: flex; text-align: center; justify-content: center; flex-direction: row; }
#related-products .related-products-inner .prod-all .prod-details { flex: 0 1 32%; margin: 2%; }
#related-products .related-products-inner .prod-all .prod-details .prod-name { padding: 30px 0 25px 0; margin: 0 auto; font-size: 20px; }
#related-products .related-products-inner .prod-all .prod-details ul { padding: 0 0 0 15px; }
#related-products .related-products-inner .prod-all .prod-details ul li { text-align: left; padding-bottom: 20px; list-style: disc; display: list-item; }
#related-products .related-products-inner .cta-wrapper { padding: 1em 2em; margin: 0 auto; float: left; width: 90%; }
#related-products .related-products-inner .cta-wrapper a:first-child { padding: 1.25em 4em; margin: 4em; }

.node-microsite-page ul.resources, .node-microsite-page ul.rants-raves { padding: 0; margin: 0; list-style: none; float: none; background-color: transparent; }
.node-microsite-page ul.resources li, .node-microsite-page ul.rants-raves li { padding: 0; margin: 1em 0; list-style: none; }
.node-microsite-page ul.resources li:after, .node-microsite-page ul.rants-raves li:after { content: ""; display: table; clear: both; }
.node-microsite-page ul.resources li .thumbnail, .node-microsite-page ul.rants-raves li .thumbnail { float: right; margin: 0 0 1em 1em; width: 15%; text-align: center; }
.node-microsite-page ul.resources li .thumbnail img, .node-microsite-page ul.rants-raves li .thumbnail img { width: auto; max-width: 100%; }
.node-microsite-page ul.resources li p, .node-microsite-page ul.rants-raves li p { font: 300 1.6em "Roboto", Arial, sans-serif; margin: 1em 0; line-height: 1.25em; }
.node-microsite-page ul.resources li p.smaller, .node-microsite-page ul.rants-raves li p.smaller { font-size: 1.25em; margin: 0.8em 0; }
.node-microsite-page ul.resources li p strong, .node-microsite-page ul.rants-raves li p strong { font-weight: 400; }

.node-type-microsite-page #content { margin: 0 auto; max-width: 980px; padding: 1em; width: auto; }
.node-type-microsite-page #content h3 { font: 300 2em "Roboto", Arial, sans-serif; line-height: 1.1em; color: #293f6a; margin: 1em 0 0.25em; }

div.section-header.header-truview.page-header span:after { margin: 0.5em 0 0; }

/* ============================================================================= Links ========================================================================== */
a { text-decoration: none; }
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; }

#block-responsive-dropdown-menus-linkwarelive, #block-responsive-dropdown-menus-menu-industrialautomation { background-color: #293f6a; left: 0; opacity: 0.9; position: absolute; min-height: 70px; width: 100%; z-index: 999; font-family: "Roboto", Arial, sans-serif; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4); }
#block-responsive-dropdown-menus-linkwarelive .menu-toggle, #block-responsive-dropdown-menus-menu-industrialautomation .menu-toggle { margin: 1em 0 0; }
#block-responsive-dropdown-menus-linkwarelive .menu-toggle .toggle-help, #block-responsive-dropdown-menus-menu-industrialautomation .menu-toggle .toggle-help { color: white; }
#block-responsive-dropdown-menus-linkwarelive.main-nav-scrolled, #block-responsive-dropdown-menus-menu-industrialautomation.main-nav-scrolled { position: fixed; width: 100%; top: 0; }
#block-responsive-dropdown-menus-linkwarelive ul, #block-responsive-dropdown-menus-menu-industrialautomation ul { margin: 0 auto; padding: 0.5em 0; text-align: center; }
#block-responsive-dropdown-menus-linkwarelive ul#menu-industrialautomation, #block-responsive-dropdown-menus-menu-industrialautomation ul#menu-industrialautomation { width: 100%; align-items: stretch; justify-content: space-around; max-width: 1180px; }
#block-responsive-dropdown-menus-linkwarelive ul li, #block-responsive-dropdown-menus-menu-industrialautomation ul li { list-style: none; display: inline-block; padding: 0; margin: 0; display: -moz-inline-stack; vertical-align: baseline; zoom: 1; *display: inline; flex: 0 1 auto; }
#block-responsive-dropdown-menus-linkwarelive ul li a, #block-responsive-dropdown-menus-menu-industrialautomation ul li a { background-image: none; border: 1px solid transparent; border-radius: 0.25em; color: #ffffff; cursor: pointer; display: block; font-size: 0.85em; font-weight: 700; letter-spacing: 0.125em; line-height: 1.25em; margin: 0; padding: 1.25em 1em; position: relative; text-align: center; text-decoration: none; text-transform: uppercase; vertical-align: baseline; white-space: nowrap; }
@media all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation: landscape) { #block-responsive-dropdown-menus-linkwarelive ul li a.home-icon, #block-responsive-dropdown-menus-menu-industrialautomation ul li a.home-icon { background: transparent url("images/icon-homepage.png") no-repeat scroll 13px 18px; text-indent: -10000px; width: 16px; margin-right: 1em; }
  #block-responsive-dropdown-menus-linkwarelive ul li a.home-icon:hover, #block-responsive-dropdown-menus-menu-industrialautomation ul li a.home-icon:hover { background: transparent url("images/icon-homepage.png") no-repeat scroll -32px 18px; } }
#block-responsive-dropdown-menus-linkwarelive ul li a.lwl-logo, #block-responsive-dropdown-menus-menu-industrialautomation ul li a.lwl-logo { background: transparent url("images/lwl-logo-sprite.png") no-repeat scroll 0 -23px; text-indent: -10000px; width: 96px; margin-right: 1em; margin-top: -21px; padding: 0; border-radius: 0; height: 22px; }
#block-responsive-dropdown-menus-linkwarelive ul li a.lwl-logo:hover, #block-responsive-dropdown-menus-menu-industrialautomation ul li a.lwl-logo:hover { background: transparent url("images/lwl-logo-sprite.png") no-repeat scroll 0 -1px; }
#block-responsive-dropdown-menus-linkwarelive ul li a.active, #block-responsive-dropdown-menus-linkwarelive ul li a:visited, #block-responsive-dropdown-menus-menu-industrialautomation ul li a.active, #block-responsive-dropdown-menus-menu-industrialautomation ul li a:visited { color: #fff; }
#block-responsive-dropdown-menus-linkwarelive ul li a:hover, #block-responsive-dropdown-menus-linkwarelive ul li a.current, #block-responsive-dropdown-menus-menu-industrialautomation ul li a:hover, #block-responsive-dropdown-menus-menu-industrialautomation ul li a.current { color: #ffc20e; }
#block-responsive-dropdown-menus-linkwarelive ul li a.btn, #block-responsive-dropdown-menus-menu-industrialautomation ul li a.btn { padding: 1.25em 1em; border-color: #79b19e; background-color: #79b19e; color: #fff; }
#block-responsive-dropdown-menus-linkwarelive ul li a.menu-sign-in, #block-responsive-dropdown-menus-menu-industrialautomation ul li a.menu-sign-in { display: none; padding: 1em 2em; font-size: 0.9em; font-weight: 700; text-transform: uppercase; border-radius: 4px; color: white; background: #fec10e; /* Old browsers */ background: -moz-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fec10e), color-stop(100%, #d29d00)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #fec10e 0%, #d29d00 100%); /* IE10+ */ background: linear-gradient(to bottom, #fec10e 0%, #d29d00 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec10e', endColorstr='#d29d00', GradientType=0); /* IE6-9 */ }

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

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

.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: 700; font-family: inherit; line-height: inherit; margin-bottom: 0; }

/* Field types (Core) */
/* Image fields use the <figure> and <figcaption> elements from HTML5 */
/* 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: 0; }
.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. */
/* ============================================================================= 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: 700; }
.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 */
a.button { -moz-appearance: button; -webkit-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; }

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

/* ======================================================================================= Translations.com classes for hiding/showing elements based on current region/language ==================================================================================== */
/* OneLink */
.OneLinkNoTx { /* no-op */ }

/* this text will NOT be translated */
.OneLinkHide { /* no-op */ }

/* this text will NOT be translated and NOT visible on translated sites */
.OneLinkTxShow { display: none; }

/* this English text that gets translated and shown ONLY on translated sites */
.OneLinkTxShow_es { display: none; }

/* this text is in English and translated for the specific language */
.OneLinkTxShow_ru { display: none; }

.OneLinkTxShow_zh { display: none; }

.OneLinkTxShow_ja { display: none; }

.OneLinkTxShow_pt { display: none; }

.OneLinkTxShow_de { display: none; }

.OneLinkTxShow_fr { display: none; }

.OneLinkTxShow_ko { display: none; }

.OneLinkShow_es { display: none; }

/* this text is already translated and only shows for the specific language */
.OneLinkShow_ru { display: none; }

.OneLinkShow_zh { display: none; }

.OneLinkShow_ja { display: none; }

.OneLinkShow_pt { display: none; }

.OneLinkShow_de { display: none; }

.OneLinkShow_fr { display: none; }

.OneLinkShow_ko { display: none; }

/* ============================================================================= Fnet Select Region Box ========================================================================== */
#selectRegionBox { width: 270px; top: 40%; text-align: center; position: absolute; left: 50%; margin-left: -150px; background-color: #F7F7F7; font-family: Arial, Helvetica, sans-serif; font-size: 13px; border: solid 1px #0e396e; box-shadow: 0 10px 6px -6px #333; z-index: 1000; }

#selectRegionBoxTitle { text-align: center; font-size: 15px; font-weight: bold; background-color: #0e396e; color: #FFFFFF; padding: 5px; }

/* ======================================================================================= EU Cookie Notice element styles ==================================================================================== */
/* START: EU Cookie Notice */
#eucookie { display: none; text-align: left; background: none repeat scroll 0 0 #fff; border: 2px solid #999; border-radius: 10px; bottom: 0; box-shadow: 0 1px 3px 0 #000; color: #737373; left: 50%; margin: 0 0 5px -372px; padding: 10px 20px; position: fixed; width: 700px; font-size: 15px; font-family: Arial, Helvetica, sans-serif; }

#eucookie a { float: right; margin: 10px; padding: 5px 10px; background: none #ccc; color: #737373; text-decoration: none; border-radius: 3px; border: 2px solid #999; display: block; font-weight: bold; box-shadow: 0 14px 1px 0 #ddd inset; }

#eucookie p { margin: 0 0 10px; padding: 0; }

#eucookie a#btnClose { position: absolute; top: 0; right: 0; }

/* END: EU Cookie Notice */
.btn_143w { width: 180px; }

.btn_143w a { background: url(images/button-gradient-yellow.gif) 0 0 repeat-x #dbac21; background-image: linear-gradient(180deg, #fec727, #dbac21 75%); padding: 5px 3px; border: 1px solid #333; border-radius: 2px; display: block; width: 100%; line-height: normal; text-align: center; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.btn_143w a:hover { background: url(images/button-gradient-grey.gif) 0 0 repeat-x #a2a2a2; background-image: linear-gradient(180deg, #c3c3c3, #a2a2a2 75%); }

#block-responsive-share-buttons-share { margin-top: 100px; }

#block-fnet-header-footer-fnet-header-footer-top-menu-b .block-inner { float: right; }

/*--- OLD website yellow buttons ---*/
.btn_186w, .btn_186w_2lines, .btn_186w_3lines, .btn_245w_2lines { width: 180px; }

.btn_default a, .btn_143w a, .btn_143w_2lines a, .btn_143w_2lines_v2 a, .btn_160w_2lines a, .btn_186w a, .btn_186w_2lines a, .btn_186w_3lines a, .btn_245w_2lines a, .btn_auto a, .btn_100p a, .btn_fat a { background-image: linear-gradient(180deg, #fec727, #dbac21 75%); padding: 5px 3px; border: 1px solid #333; border-radius: 2px; display: block; width: 100%; line-height: normal; text-align: center; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.btn_default a:hover, .btn_143w a:hover, .btn_143w_2lines a:hover, .btn_143w_2lines_v2 a:hover, .btn_160w_2lines a:hover, .btn_186w a:hover, .btn_186w_2lines a:hover, .btn_186w_3lines a:hover, .btn_245w_2lines a:hover, .btn_auto a:hover, .btn_100p a:hover, .btn_fat a:hover { background: url(images/button-gradient-grey.gif) 0 0 repeat-x #a2a2a2; background-image: linear-gradient(180deg, #c3c3c3, #a2a2a2 75%); }

.lwl-cntry-switch { margin-right: 200px; }

.lwl-content-video { text-align: center; }
.lwl-content-video iframe { width: 90%; height: 500px; }
