/*
 * @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.
 */
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto_thin_macroman/Roboto-Thin-webfont.eot");
  src: url("../fonts/roboto_thin_macroman/Roboto-Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto_thin_macroman/Roboto-Thin-webfont.ttf") format("truetype"), url("../fonts/roboto_thin_macroman/Roboto-Thin-webfont.woff") format("woff"), url("../fonts/roboto_thin_macroman/Roboto-Thin-webfont.svg#robotothin") format("svg");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto_light_macroman/Roboto-Light-webfont.eot");
  src: url("../fonts/roboto_light_macroman/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto_light_macroman/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/roboto_light_macroman/Roboto-Light-webfont.woff") format("woff"), url("../fonts/roboto_light_macroman/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot");
  src: url("../fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot");
  src: url("../fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto_medium_macroman/Roboto-Medium-webfont.ttf") format("truetype"), url("../fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff") format("woff"), url("../fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg#robotomedium") format("svg");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot");
  src: url("../fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto_bold_macroman/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-style: normal;
  font-weight: 700;
}

html {
  background: #fff; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 87.5%;
  min-width: 1000px; }

body.product-modal {
  min-width:0;
}

body.maintenance-page {
  background:#293f6a;
  color:white;
}

body.maintenance-page #main-content {
  position:absolute;
  text-align:center;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
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-wrapper {
  background: url(images/fnet_site_background.png) 0 0 repeat-x transparent; }

#page {
  background: url(images/header_bg_hompage.jpg) center 0 no-repeat transparent; }

/*
 * Wraps all header elements - branding and .region-header
 */
#header {
  position: relative; }

/*
 * Wraps the sidebars the content column
 */
/*
 * Main content column wrapper
 */
#columns {
  /* padding: 0 40px; */
}

.columns-inner {

}
/*
 * 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
 */
/*
 * Wraps the nav elements
 */
/*
 * Wraps breadcrumb
 */
/*
 * Wraps messages and help
 */
/*
 * Wraps the secondary content/preface region
 */
/*
 * Wraps the main content column
 */
#content-wrapper {
  background-color: #fff;
}

/*
 * Wraps the tertiary content/postfix region
 */
/*
 * Footer wrapper
 */
#footer-wrapper {
  background-color: #eee;
  border-top: 1px solid #ddd; }

/*
 * Homepage wrappers must behave differently then the rest of the site.
 */
body.front #content-wrapper {
  background-color: transparent; }

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding { float: left; margin-right: 0;}

/*
 * Logo
 */
#logo {  padding: 10px 0;margin-left: 12px; }
  #logo img {
    vertical-align: bottom; }

/*
 * 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)
 */
h1.node-title {
  font-size: 24px;
  color: #666666;
  font-family:Arial, Helvetica, sans-serif;
}
/* =============================================================================
 *   Homepage Elements
 * ========================================================================== */
.content_hp_expertise_box_title {
  color: #293f6a;
  font-family: "Roboto", Arial,Helvetica,sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0.3em 0 0.5em 1em;
  text-align: left;
  font-style:italic;
}

#homepage-expertise {
  padding-top:3em;
}
#homepage-expertise .col-1-4 {
  background: transparent no-repeat top left;
  min-height:139px;
}
#homepage-expertise .col-1-4 ul {
  list-style:none;
  padding: 0 1.5em;
}
#homepage-expertise #homepage-box-versiv {
  background-image: url('images/versiv-bg.png');
}
#homepage-expertise #homepage-box-versiv .content_hp_expertise_box_title {
  visibility:hidden;
}
#homepage-expertise #homepage-box-lwl {
  background-image: url('images/lwl-bg.png');
}
#homepage-expertise #homepage-box-lwl .content_hp_expertise_box_title {
  visibility:hidden;
}
#homepage-expertise #homepage-box-support {
  background-image: url('images/support-bg.png');
}


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

/*
 * Horizontal Rules
 */
hr {}

hr.fade {
  border: 0;
  margin:0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* =============================================================================
 *   Views helper CSS
 * ========================================================================== */
.views-row:after {
  content: "";
  display: table;
  clear: both; }

/*
 * 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
 */
.region-header {
  float: right; }

/*
 * 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 {
  text-decoration: none; }
  a:hover, a:focus {
  /*  text-decoration: underline; */}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */
.nav,
.region-header .block {
  clear: both;
  margin: 10px 0; }
  .nav ul,
  .nav ul.menu,
  .region-header .block ul,
  .region-header .block ul.menu {
    margin: 0;
    padding: 0; }
  .nav li,
  .nav ul.menu li,
  .region-header .block li,
  .region-header .block ul.menu li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav li a,
  .nav ul.menu li a,
  .region-header .block li a,
  .region-header .block ul.menu li a {
    display: block;
    white-space: nowrap;
    padding: 0 10px; }
    .nav li a:hover, .nav li a:focus,
    .nav ul.menu li a:hover,
    .nav ul.menu li a:focus,
    .region-header .block li a:hover,
    .region-header .block li a:focus,
    .region-header .block ul.menu li a:hover,
    .region-header .block ul.menu li a:focus {
      text-decoration: none; }
  .nav .block,
  .region-header .block .block {
    margin-bottom: 0; }

/* .nav, .region-header .block */
#menu-bar nav {
  margin: 0; }
  #menu-bar nav ul.tb-megamenu-nav > li > a {
    background: url(images/fnet_btn_gradient.png) 0 0 repeat-x #d4a623;
    /* PNG image fallback */
    /*background-image: -webkit-gradient(linear, top, bottom, from(#fec727), to(#d4a623));*/
    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
    background-image: -webkit-linear-gradient(top, #fec727, #d4a623);
    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background-image: -moz-linear-gradient(top, #fec727, #d4a623);
    /* Firefox 3.6 - 15 */
    background-image: -o-linear-gradient(top, #fec727, #d4a623);
    /* Opera 11.1 - 12 */
    background-image: linear-gradient(to bottom, #fec727, #d4a623);
    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    padding: 0.75em 0;
    width: 166px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999; }
    #menu-bar nav ul.tb-megamenu-nav > li > a:hover, #menu-bar nav ul.tb-megamenu-nav > li > a:focus {
      background: url(images/fnet_btn_gradient_hover.png) 0 0 repeat-x #d8d8d8;
      /* PNG image fallback */
      /*background-image: -webkit-gradient(linear, top, bottom, from(#eee), to(#d8d8d8));*/
      /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
      background-image: -webkit-linear-gradient(top, #eee, #d8d8d8);
      /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
      background-image: -moz-linear-gradient(top, #eee, #d8d8d8);
      /* Firefox 3.6 - 15 */
      background-image: -o-linear-gradient(top, #eee, #d8d8d8);
      /* Opera 11.1 - 12 */
      background-image: linear-gradient(to bottom, #eee, #d8d8d8);
      /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */ }
  #menu-bar nav ul.tb-megamenu-nav > li.open > a {
    background: url(images/fnet_btn_gradient_hover.png) 0 0 repeat-x #d8d8d8;
    /* PNG image fallback */
    /*background-image: -webkit-gradient(linear, top, bottom, from(#eee), to(#d8d8d8));*/
    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
    background-image: -webkit-linear-gradient(top, #eee, #d8d8d8);
    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background-image: -moz-linear-gradient(top, #eee, #d8d8d8);
    /* Firefox 3.6 - 15 */
    background-image: -o-linear-gradient(top, #eee, #d8d8d8);
    /* Opera 11.1 - 12 */
    background-image: linear-gradient(to bottom, #eee, #d8d8d8);
    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */ }
  #menu-bar nav ul.tb-megamenu-nav > li:first-of-type > a {
    border-left: 1px solid #999;
    border-top-left-radius: 0.4em;
    border-bottom-left-radius: 0.4em; }
  #menu-bar nav ul.tb-megamenu-nav > li:last-of-type > a {
    border-right: 1px solid #999;
    border-top-right-radius: 0.4em;
    border-bottom-right-radius: 0.4em; }
  #menu-bar #topnav a.topnav_link { text-transform: uppercase; }

/* #primary-menu-bar */
.region-header .block {
  font-size: 0.8em;
  display: inline-block;
  display: -moz-inline-stack;
  vertical-align: baseline;
  zoom: 1;
  *display: inline; }
  .region-header .block ul.menu li {
    border-right: 1px solid #fff;
    vertical-align: text-top; }
    .region-header .block ul.menu li a {
      color: #fff; }
  .region-header .block ul.menu li.last {
    border-right: 0; }

/* .region-header .block */
.tb-megamenu {
  background-color: transparent; }
  .tb-megamenu .nav li.level-1 > a,
  .tb-megamenu .nav li.level-1 > a.dropdown-toggle,
  .tb-megamenu .nav li.level-1.active > a,
  .tb-megamenu .nav li.level-1.active > a.dropdown-toggle,
  .tb-megamenu .nav li.level-1.dropdown > a,
  .tb-megamenu .nav li.level-1.dropdown > a.dropdown-toggle,
  .tb-megamenu .nav li.level-1.dropdown.open > a,
  .tb-megamenu .nav li.level-1.dropdown.open > a.dropdown-toggle,
  .tb-megamenu .nav li.level-1.dropdown.open.active > a,
  .tb-megamenu .nav li.level-1.dropdown.open.active > a.dropdown-toggle {
    background: url(images/fnet_btn_gradient.png) 0 0 repeat-x #d4a623;
    /* PNG image fallback */
    /*background-image: -webkit-gradient(linear, top, bottom, from(#fec727), to(#d4a623));*/
    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
    background-image: -webkit-linear-gradient(top, #fec727, #d4a623);
    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background-image: -moz-linear-gradient(top, #fec727, #d4a623);
    /* Firefox 3.6 - 15 */
    background-image: -o-linear-gradient(top, #fec727, #d4a623);
    /* Opera 11.1 - 12 */
    background-image: linear-gradient(to bottom, #fec727, #d4a623);
    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    color: #333;
    width: 163px;
    padding: 0.75em 0;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999; }
    .tb-megamenu .nav li.level-1 > a .caret,
    .tb-megamenu .nav li.level-1 > a.dropdown-toggle .caret,
    .tb-megamenu .nav li.level-1.active > a .caret,
    .tb-megamenu .nav li.level-1.active > a.dropdown-toggle .caret,
    .tb-megamenu .nav li.level-1.dropdown > a .caret,
    .tb-megamenu .nav li.level-1.dropdown > a.dropdown-toggle .caret,
    .tb-megamenu .nav li.level-1.dropdown.open > a .caret,
    .tb-megamenu .nav li.level-1.dropdown.open > a.dropdown-toggle .caret,
    .tb-megamenu .nav li.level-1.dropdown.open.active > a .caret,
    .tb-megamenu .nav li.level-1.dropdown.open.active > a.dropdown-toggle .caret {
      border-top-color: #333;
      border-bottom-color: #333; }
    .tb-megamenu .nav li.level-1 > a:hover,
    .tb-megamenu .nav li.level-1 > a.dropdown-toggle:hover,
    .tb-megamenu .nav li.level-1.active > a:hover,
    .tb-megamenu .nav li.level-1.active > a.dropdown-toggle:hover,
    .tb-megamenu .nav li.level-1.dropdown > a:hover,
    .tb-megamenu .nav li.level-1.dropdown > a.dropdown-toggle:hover,
    .tb-megamenu .nav li.level-1.dropdown.open > a:hover,
    .tb-megamenu .nav li.level-1.dropdown.open > a.dropdown-toggle:hover,
    .tb-megamenu .nav li.level-1.dropdown.open.active > a:hover,
    .tb-megamenu .nav li.level-1.dropdown.open.active > a.dropdown-toggle:hover {
      background: url(images/fnet_btn_gradient_hover.png) 0 0 repeat-x #d8d8d8;
      /* PNG image fallback */
      /*background-image: -webkit-gradient(linear, top, bottom, from(#eee), to(#d8d8d8));*/
      /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
      background-image: -webkit-linear-gradient(top, #eee, #d8d8d8);
      /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
      background-image: -moz-linear-gradient(top, #eee, #d8d8d8);
      /* Firefox 3.6 - 15 */
      background-image: -o-linear-gradient(top, #eee, #d8d8d8);
      /* Opera 11.1 - 12 */
      background-image: linear-gradient(to bottom, #eee, #d8d8d8);
      /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */ }
  .tb-megamenu .nav li.level-1 .dropdown-menu li a,
  .tb-megamenu .nav li.level-1.active .dropdown-menu li a,
  .tb-megamenu .nav li.level-1.dropdown .dropdown-menu li a,
  .tb-megamenu .nav li.level-1.dropdown.open .dropdown-menu li a,
  .tb-megamenu .nav li.level-1.dropdown.open.active .dropdown-menu li a {
    color: #333; }
  .tb-megamenu .nav li.level-1.dropdown.open > a,
  .tb-megamenu .nav li.level-1.dropdown.open > a.dropdown-toggle,
  .tb-megamenu .nav li.level-1.dropdown.open.active > a,
  .tb-megamenu .nav li.level-1.dropdown.open.active > a.dropdown-toggle {
    background: url(images/fnet_btn_gradient_hover.png) 0 0 repeat-x #d8d8d8;
    /* PNG image fallback */
    /*background-image: -webkit-gradient(linear, top, bottom, from(#eee), to(#d8d8d8));*/
    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
    background-image: -webkit-linear-gradient(top, #eee, #d8d8d8);
    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background-image: -moz-linear-gradient(top, #eee, #d8d8d8);
    /* Firefox 3.6 - 15 */
    background-image: -o-linear-gradient(top, #eee, #d8d8d8);
    /* Opera 11.1 - 12 */
    background-image: linear-gradient(to bottom, #eee, #d8d8d8);
    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */ }
  .tb-megamenu .nav li.level-2 a,
  .tb-megamenu .nav li.level-2.active {
    background: none; }
    .tb-megamenu .nav li.level-2 a:hover,
    .tb-megamenu .nav li.level-2.active:hover {
      background: none; }
  .tb-megamenu .nav li[data-class='first'] > a {
    border-left: 1px solid #999;
    border-top-left-radius: 0.4em;
    border-bottom-left-radius: 0.4em; }
  .tb-megamenu .nav li[data-class='last'] > a {
    border-right: 1px solid #999;
    border-top-right-radius: 0.4em;
    border-bottom-right-radius: 0.4em; }
  .tb-megamenu .dropdown-menu {
    border-bottom: 3px solid #ddd;
    background-color: #f9f9f9; }

/* .tb-megamenu */
#block-menu-menu-footer-menu ul.menu {
  padding: 0; }
  #block-menu-menu-footer-menu ul.menu li.menu-depth-1 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 20%;
    text-transform: uppercase; }
    #block-menu-menu-footer-menu ul.menu li.menu-depth-1 a {
      color: #666;
      text-decoration: none;
      display: block;
      border-bottom: 1px solid #999;
      margin-right: 2em; }
    #block-menu-menu-footer-menu ul.menu li.menu-depth-1 ul li.menu-depth-2 {
      list-style: none;
      text-transform: none; }
      #block-menu-menu-footer-menu ul.menu li.menu-depth-1 ul li.menu-depth-2 a {
        display: inline;
        border-bottom: 0;
        margin: 0; }

/* #block-menu-menu-footer-menu */
/* =============================================================================
 *   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: 0 0 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; }

.crumb-title {
  color: #b4b4b4;
  font-size: 11px;
}

/* =============================================================================
 *   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 0 15px 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
 */
#search-block-form {

}

#search-block-form #edit-actions {
  padding: 0 11px 0 0;
  background: transparent url("images/css-sprites.png") no-repeat scroll 43px -64px;
}

#search-block-form input[type = 'submit'] {
  background: transparent;
  margin: 0;
  border: 0;
  color: #fff;
}

#search-block-form input[type = 'submit']:hover {
  color:#ffc20e;
}

/* Alternate Search form using Search API */
#block-views-exp-main-site-search-page {
  float:right;
  margin-top:20px;
}

#views-exposed-form-main-site-search-page {}

#views-exposed-form-main-site-search-page .views-exposed-form, #views-exposed-form-main-site-search-page .views-exposed-form .views-exposed-widget {
  float:none;
  padding: 0 0.5em 0 0;
}

#views-exposed-form-main-site-search-page .views-exposed-form div {
  display:inline;
}

#views-exposed-form-main-site-search-page .views-exposed-form label {
  display:none;
}

#views-exposed-form-main-site-search-page .views-submit-button {
  padding: 0 11px 0 0;
  background: transparent url("images/css-sprites.png") no-repeat scroll 43px -64px;
}

#views-exposed-form-main-site-search-page input[type="submit"] {
  background: transparent none repeat scroll 0 0;
  margin: 0;
  padding: 0 1.25em 0 0;
  border: 0;
  color: #fff;
}

#views-exposed-form-main-site-search-page input[type="submit"]:hover {
  color:#ffc20e;
}

.view-main-site-search .title {
  text-align: left;
  font-size: 1.25em;
  margin: 20px 0;
}


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

/*
.node-content p {
  font-size: 12px;
} */
/*
 * 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: 0;
  /* 1px solid $border; */ }

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


table,
th {
  vertical-align: middle; }

/*
table,
td {
  vertical-align: top; }
*/
/*
caption,
th,
td {
  text-align: left; }
*/

thead tr,
tr.table-head {
  font-weight: 700;
  /* background-color: #e5e5e5; */ }

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

tbody {
  border-top: 0; }

tbody tr {
  border-top: 0;
  /* 1px solid $border; */ }

tr {
  /* Table row striping */ }
  tr.odd {
    border-bottom: 0;
    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; }
  .ie6-7 .node-unpublished p.unpublished > *, .ie6-7
  .comment-unpublished p.unpublished > * {
    position: relative; }

/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */
.maintenance-page .container {
  padding: 40px 0; }
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
  font:300 3em "Roboto", Arial, sans-serif;
  color: white;
}

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

/* ==========================================================================
   JCarousel Overrides
   ========================================================================== */
.jcarousel-pagination {
  position: relative;
  left:auto;
  margin: -30px auto 0;
  text-align:center;
}

.jcarousel-pagination a {
  padding:4px;
  border-radius:6px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25) inset;
}
/* =============================================================================
 *   Fnet custom buttons
 * ========================================================================== */
.btn_default,
.btn_143w,
.btn_143w_2lines,
.btn_143w_2lines_v2,
.btn_160w_2lines,
.btn_186w,
.btn_186w_2lines,
.btn_186w_3lines,
.btn_245w_2lines {
  width: 180px; }

.btn_auto, .btn_fat {
  width: auto;
  min-width: 180px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.btn_100p {
  width: 100%; }

.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: 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: #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn_auto a {
  padding: 5px 10px; }

.btn_fat a {
  padding: 15px;
}

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

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


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

/* =======================================================================================
 *   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 */
/* =======================================================================================
 *   Customizing/Overriding jQuery UI Tabs default theme styles
 * ==================================================================================== */
/* Tabs menu items */
.ui-tabs .ui-tabs-nav {
  border-bottom: 1px solid #999; }

.ui-tabs .ui-tabs-nav li {
  border: 1px solid #6b92b9;
  border-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #d8ecff;
  /* Fallback (could use .jpg/.png alternatively) */
  /*background-image: url();*/
  /* SVG fallback for IE 9 (could be data URI, or could use filter) */
  /*background-image: -webkit-gradient(linear, top, bottom, from(#d8ecff), to(#fff));*/
  /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  background-image: -webkit-linear-gradient(top, #d8ecff, #fff);
  /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
  background-image: -moz-linear-gradient(top, #d8ecff, #fff);
  /* Firefox 3.6 - 15 */
  background-image: -o-linear-gradient(top, #d8ecff, #fff);
  /* Opera 11.1 - 12 */
  background-image: linear-gradient(to bottom, #d8ecff, #fff);
  /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */ }

.ui-tabs .ui-tabs-nav li.ui-tabs-active,
.ui-tabs .ui-tabs-nav li:hover {
  background-color: #eff7ff;
  /* Fallback (could use .jpg/.png alternatively) */
  /*background-image: url();*/
  /* SVG fallback for IE 9 (could be data URI, or could use filter) */
  /*background-image: -webkit-gradient(linear, top, bottom, from(#eff7ff), to(#fff));*/
  /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  background-image: -webkit-linear-gradient(top, #eff7ff, #fff);
  /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
  background-image: -moz-linear-gradient(top, #eff7ff, #fff);
  /* Firefox 3.6 - 15 */
  background-image: -o-linear-gradient(top, #eff7ff, #fff);
  /* Opera 11.1 - 12 */
  background-image: linear-gradient(to bottom, #eff7ff, #fff);
  /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */ }

.ui-tabs .ui-tabs-nav a {
  outline: 0;
  font-weight: normal; }

/* Tabs panel */
.ui-tabs .ui-tabs-panel {
  padding: 1em 0; }

/* ==========================================================================
   Responsive Columns
   ========================================================================== */
.column-grid {
  font-size: 12px;
  font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
  color: #666666;
}
.column-grid:after {
  content: "";
  display: table;
  clear: both; }

.column-grid .col-1-2,
.column-grid .col-1-3,
.column-grid .col-2-3,
.column-grid .col-1-4,
.column-grid .col-2-4,
.column-grid .col-3-4,
.column-grid .col-1-5,
.column-grid .col-2-5,
.column-grid .col-3-5,
.column-grid .col-4-5 {
  float: left; }

.column-grid.float-right .col-1-2,
.column-grid.float-right .col-1-3,
.column-grid.float-right .col-2-3,
.column-grid.float-right .col-1-4,
.column-grid.float-right .col-2-4,
.column-grid.float-right .col-3-4,
.column-grid.float-right .col-1-5,
.column-grid.float-right .col-2-5,
.column-grid.float-right .col-3-5,
.column-grid.float-right .col-4-5 {
  float: right; }

.column-grid .col-1-2 {
  width: 50%; }

.column-grid .col-1-3 {
  width: 30%; }

.column-grid .col-2-3 {
  width: 70%; }

.column-grid .col-2-3 .column-grid {
  padding:1em 0;
}

.column-grid .col-2-3 .column-grid .col-1-3 .image-cell {
  padding:1em;
}

.column-grid .col-2-3 .column-grid .col-1-3 .image-cell img {
  width:auto;
  max-width:100%;
}

.column-grid .col-1-4 {
  width: 25%; }

.column-grid .col-2-4 {
  width: 50%; }

.column-grid .col-3-4 {
  width: 75%; }

.column-grid .col-1-5 {
  width: 20%; }

.column-grid .col-2-5 {
  width: 40%; }

.column-grid .col-3-5 {
  width: 60%; }

.column-grid .col-4-5 {
  width: 80%; }

.column-grid .col-1-3 h5 {
  font-size: 13px;
  font-weight: bold;
  color: #293F6a;
}
.column-grid .col-2-3 h5 {
  font-size: 16px;
  font-weight: bold;
  color: #293F6a;
}
/* This is disabled until we have a responsive site.
@media (max-width: 700px) {
  .column-grid .col-1-2,
  .column-grid .col-1-3,
  .column-grid .col-2-3,
  .column-grid .col-1-4,
  .column-grid .col-2-4,
  .column-grid .col-3-4,
  .column-grid .col-1-5,
  .column-grid .col-2-5,
  .column-grid .col-3-5,
  .column-grid .col-4-5,
  .column-grid.float-right .col-1-2,
  .column-grid.float-right .col-1-3,
  .column-grid.float-right .col-2-3,
  .column-grid.float-right .col-1-4,
  .column-grid.float-right .col-2-4,
  .column-grid.float-right .col-3-4,
  .column-grid.float-right .col-1-5,
  .column-grid.float-right .col-2-5,
  .column-grid.float-right .col-3-5,
  .column-grid.float-right .col-4-5 {
    float:none;
    width:auto;
  }
}
*/
.column-grid .grid-inner-padding {
  padding: 0 1em; }

/* ==========================================================================
   Nested Content Column Region 1-3 classes
   ========================================================================== */
#nested-content-columns {
  padding: 0;
}
.nested-content-column:after {
  content: "";
  display: table;
  clear: both; }

.nested-content-columns-2 .nested-content-column {
  float: left;
  width: 50%; }

.nested-content-columns-3 .nested-content-column {
  float: left;
  width: 33%; }

/* ==========================================================================
   Product Page
   ========================================================================== */
body.node-type-product-display #main-content {
  padding-top: 0; }

article.node-product-display {
  padding-top: 6em; }

.product-page-section-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #336699;
  padding-bottom: 10px;
  margin: 0;
  text-align: center;
  background: url(images/dot-blue.gif) 0 25px repeat-x transparent; }
  .product-page-section-title span {
    display: inline-block;
    position: relative;
    padding: 0 1em;
    background-color: #fff; }

.product-page-section {
  margin: 3em 0 0; }

.product-feature-title,
.product-moa-title {
  color: #336699; }

/* Product: At a Glance Buttons */
#At_A_Glance_Wrapper table.at-a-glance-buttons {
  border-collapse: separate;
  border-spacing: 0.5em; }

#At_A_Glance_Wrapper table.at-a-glance-buttons td {
  background: url(images/button-gradient-yellow.gif) 0 0 repeat-x #dbac21;
  background-image: linear-gradient(180deg, #fec727, #dbac21 75%);
  padding: 0 3px;
  height: 32px;
  border: 1px solid #333;
  border-radius: 2px;
  /* display:block; */
  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;
  width: 50%;
  cursor: pointer; }

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

#At_A_Glance_Wrapper table.at-a-glance-buttons td a {
  color: #000000; }

#At_A_Glance_Wrapper table.at-a-glance-buttons td:hover a {
  color: #000000; }

/* Product: Blue Buttons */
#At_A_Glance_Wrapper table.at-a-glance-buttons td.blue {
  background: url(images/button-gradient-blue.gif) 0 0 repeat-x #a0b5c4;
  background-image: linear-gradient(180deg, #aec6d7, #a0b5c4 75%); }

#At_A_Glance_Wrapper table.at-a-glance-buttons td.blue:hover {
  background: url(images/button-gradient-blue-light.gif) 0 0 repeat-x #cccccc;
  background-image: linear-gradient(180deg, #eaeef2, #cccccc 75%); }

/* Product: Features */
.product-feature-title {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
  background-image: -moz-linear-gradient(top, #fff, #eee);
  /* Firefox 3.6 - 15 */
  background-image: -o-linear-gradient(top, #fff, #eee);
  /* Opera 11.1 - 12 */
  background-image: linear-gradient(to bottom, #fff, #eee);
  /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */ }

.product-page .ui-accordion-header {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #bbb; }

.product-page .ui-accordion-content {
  border-bottom: 3px solid #bbb; }

.product-page .ui-icon {
  width: 16px;
  height: 16px; }

.product-page .ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png); }

.product-page .ui-icon-plus {
  background-position: -16px -128px; }

.product-page .ui-icon-minus {
  background-position: -48px -128px; }

/* Product: Models & Accessories */
.product-moa-title {
  font-weight: 700; }

/*
.support-options {
  margin: 1em;
  padding: 1em;
  border: 1px solid #ddd;
  background-color: #eee; }
*/
/* Product: Specifications */
.tableHead,
.tableHead:nth-child(2n+2) {
  background-color: #ccc; }

/* Product: Related Products */
#product-page-related-products ul {
  text-align: center;
  list-style: none;
  padding: 0; }
  #product-page-related-products ul li {
    display: inline-block;
    padding: 1em; }

/* Product: Carousel */
/** Stage container **/
.connected-carousels .stage {
  width: 488px;
  margin: 20px auto;
  position: relative; }

.connected-carousels .photo-credits {
  position: absolute;
  right: 15px;
  bottom: 0;
  font-size: 13px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
  opacity: .66; }

.connected-carousels .photo-credits a {
  color: #fff; }

/** Navigation container **/
.connected-carousels .navigation {
  width: 400px;
  margin: 20px auto;
  position: relative; }

/** Shared carousel styles **/
.connected-carousels .carousel {
  overflow: hidden;
  position: relative; }

.connected-carousels .carousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.connected-carousels .carousel li {
  float: left; }

/** Stage carousel specific styles **/
.connected-carousels .carousel-stage {
  height: 399px;
/*  border: 10px solid #fff; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
/*  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999; */ }

/** Navigation carousel specific styles **/
.connected-carousels .carousel-navigation {
  height: 64px;
  width: 399px;
  background: #fff;
/*  padding: 10px; */
/*  border: 10px solid #fff; */
  border: 1px solid #ccc;
/*  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; */
/*  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999; */
}

.connected-carousels .carousel-navigation li {
  cursor: pointer; }

.connected-carousels .carousel-navigation li img {
  display: block;
  border: 5px solid #fff; }

.connected-carousels .carousel-navigation li.active img {
  border-color: #ccc; }

/** Stage carousel controls **/
.connected-carousels .prev-stage,
.connected-carousels .next-stage {
  display: block;
  position: absolute;
  top: 0;
  width: 399px;
  height: 410px;
  text-decoration: none;
  color: #fff; }

.connected-carousels .prev-stage {
  left: 0; }

.connected-carousels .next-stage {
  right: 0; }

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
  display: none; }

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
  display: none;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
/*  background: #4E443C; */
/*  color: #fff; */
  text-decoration: none;
/*  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999; */ }

.connected-carousels .prev-stage span {
  left: -18px;
}

.connected-carousels .next-stage span {
  right: -19px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
  display: block; }

/** Navigation carousel controls **/
.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
  float:left;
  width:22px;
  position: absolute;
  height:66px;
  line-height:66px;
  background-color:#ccc;
  color: #293F6A;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  text-decoration: none;
/*  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 16px/29px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999; */ }

.connected-carousels .prev-navigation {
  left: -22px;
  top: 0;
  text-indent: 7px;
}

.connected-carousels .next-navigation {
  right: -23px;
  top: 0;
  text-indent: 7px; }

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
  opacity: .5;
  cursor: default;  }

/* START: FNET BLOGS */
.view-id-blog_articles .blog-title,
.node-blog-article .blog-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #336699;
  padding: 0;
  margin: 1em 0;
  text-align: center;
  font-weight: normal;
  background: url(images/dot-blue.gif) 0 20px repeat-x transparent; }

.view-id-blog_articles .blog-title span,
.node-blog-article .blog-title span {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  background-color: #fff; }

.view-id-blog_articles .views-row {
  padding: 3em 0;
  border-bottom: 2px solid #ebebeb; }

.view-id-blog_articles .views-row.views-row-last {
  border-bottom: 0; }

.blog-author-details .blog-author-picture {
  float: left;
  margin: 0 1em 0 0; }

.blog-author-details .blog-author-picture img {
  width: 60px; }

.blog-author-details .blog-author-name,
.blog-author-details .blog-author-date {
  margin: 0.25em 0;
  font-size: 16px; }

.blog-author-details .clearboth {
  clear: both; }

#blog-header-all {
  font-size: 100%;
  text-align: center;
  border-bottom: 4px solid #ebebeb; }

#blog-header-all h1,
#blog-header-all h2,
#blog-header-all h3,
#blog-header-all h4,
#blog-header-all h5,
#blog-header-all h6 {
  color: #336699; }

#blog-header-all ul.blog-list {
  text-align: center;
  margin: 0;
  padding: 0; }

#blog-header-all ul.blog-list li {
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 2em; }

#blog-header-all ul.blog-list.columns-1 li {
  width: 30%;
  margin-left: 10%;
  margin-right: 10%; }

#blog-header-all ul.blog-list.columns-2 li {
  font-size: 130%;
  width: 30%;
  margin-left: 5%;
  margin-right: 5%; }

#blog-header-all ul.blog-list.columns-3 li {
  width: 30%;
  margin-left: 1%;
  margin-right: 1%; }

#blog-header-all ul.blog-list.columns-4 li {
  width: 20%;
  margin-left: 2%;
  margin-right: 2%; }

#blog-header-all ul.blog-list li img.thumbnail {
  width: 40%;
  max-width: 200px;
  float: left;
  margin: 0 0.5em 1em 0; }

#blog-header-all ul.blog-list li h2 {
  margin-top: 0;
  line-height: 1;
  font-size: 1.5em; }

#blog-header-all ul.blog-list li .copy {
  /* height:100px; */
  clear: both; }

#blog-header-all ul.blog-list li .btn_100p {
  clear: both;
  width: 50%; }

#blog-header-all .hero-image img {
  width: 100%; }

body.page-blog.page-views h1#page-title {
  display: none; }

.page-news-events .container .block-content a {
  /*font-weight: bold;*/
}

/* END: FNET BLOGS */
/* ==========================================================================
   Special hide/show classes for reglang pages
   ========================================================================== */
body.region-us .hide-us,
body.region-au .hide-au,
body.region-ca .hide-ca,
body.region-eu .hide-eu,
body.region-in .hide-in,
body.region-ln .hide-ln,
body.region-su .hide-su,
body.region-kr .hide-kr,
body.region-br .hide-br,
body.region-zh .hide-zh,
body.region-ja .hide-ja,
body.region-ru .hide-ru {
  display: none !important; }

/*# sourceMappingURL=global.styles.css.map */

/* ==========================================================================
   Sitemap (not sitemap.xml)
   ========================================================================== */
.sitemap.container {
  position:relative;
  width:100%;
}

.sitemap.container h3 {
  font-size:24px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.sitemap.container h4 {
  font-size:14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666;
}

.sitemap.container .column-left {
  float: left; width: 33%;
}

.sitemap.container .column-right {
  float: right;
  width: 33%;
}

.sitemap.container .column-center {
  display: inline-block; width: 33%;
}

/* FNET Specific */
/* Content Area */
#content_main {
  clear:both;
  background-color:#FFFFFF;
}

#content_wrapper {
  width:1000px;
  margin:0 auto;
  clear:both;
}

#content_inner_full {
  padding:30px 30px 30px 30px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#666666;
  text-align:left;
}

#content_inner_ln {
  float:left;
  width:664px;
  margin:35px 0 30px 30px;
  text-align:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#666666;
}

#content_inner_ln_rn {
  float:left;
  width:464px;
  margin:35px 0 30px 30px;
  text-align:left;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#666666;
}

#content_inner_left_nav {
  float:left;
  width:276px;
  padding-top:10px;
}

#content_inner_left_nav ul {
  margin:0;
  padding:0;
  list-style:none;
}

.clear {
  clear:both;
}

.clear_0px {
  clear:both;
  height:0;
  line-height:0;
}

.clear_1px {
  clear:both;
  height:1px;
  line-height:1px;
}

.clear_5px {
  clear:both;
  height:5px;
  line-height:5px;
}

.clear_10px {
  clear:both;
  height:10px;
  line-height:10px;
}

.clear_15px {
  clear:both;
  height:15px;
  line-height:15px;
}

.clear_20px {
  clear:both;
  height:20px;
  line-height:20px;
}


/* Product Landing Page */
.product_industry_title {
  padding:7px 7px 7px 10px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:24px;
  color:#666666;
}

.product_family_title {
  padding:5px 5px 5px 15px;
  color:#FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
}

.product_family_title a {
  color:#333333;
  text-decoration:none;
}

.product_family_title a:hover {
  color:#9CA1A7;
}

.product_item_title {
  padding:5px 5px 5px 30px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

.product_item_title a {
  color:#293f6a;
  text-decoration:none;
}

.product_item_title a:hover {
  color:#9CA1A7;
}
/* Datasheet Styles */
#ds_type_title {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

.ds_type_name {
  float: right;
  font-weight: bold;
  font-size: 13px;
  padding-top: 7px;
  padding-right:20px;
}

.ds_title {
  font-family:Arial, Helvetica, sans-serif;
  font-size:24px;
  font-weight:bold;
  line-height:normal;
  color:#293F6A;
}

.ds_subtitle {
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  font-style:italic;
  font-weight:bold;
  color:#293F6A;
}

.ds_content {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color:#FFFFFF;
}

.ds_specification {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

.ds_moa {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

.ds_footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #FFFFFF;
  padding: 10px;
}

.DS_SM_TXT-Header_Footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #293F6A;
  text-align: right;
  vertical-align: top;
}
.DS_Screens {
  text-align: center;
  padding: 3px;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.DS_Captions {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
  font-variant: normal;
  color: #000;
  text-align: left;
}
.DS_Table_Header_Row {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #293F6a;
  padding: 2px;
  text-align: left;
}
.DS_Table_Row_Grey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000;
  background-color: #EDEDED;
  text-align: left;
  padding: 2px;
}
.DS_FootNotes {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}
.DS_Table_Row_White {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000;
  background-color: #ffffff;
  text-align: left;
  padding: 2px;
}

.DS_Body_Copy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}
.DS_Headline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #293F6a;
  text-align: left;
  vertical-align: top;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  letter-spacing: normal;
  word-spacing: normal;
}
.DS_Web_CTA {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #FFF;
}

.DS_Product_Image {
  text-align: right;
  vertical-align: top;
  white-space: normal;
  padding: 4px;
}
.DS_Overview_TXT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  color: #000;
}

div.region-page-bottom {
  background-color: #eee;
}

#views-ajax-popup {
  background-color: #fff;
  border: 1px solid #ccc;
}

#breadcrumb-wrapper a {
  color: #B4B4B4;
  font-size: 11px;
}

#breadcrumb-wrapper .crumb-separator {
  color: #B4B4B4;
}

body.node-type-edoc .field-name-body {
  clear:both;
}

/*
#tabs-1,#tabs-2,#tabs-3 {
  padding: 0 40px 0 40px;
} */

/* ==========================================================================
   Promotions Page
   ========================================================================== */
.view-promotions .page-section-title {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 32px;
  color:#336699;
  margin:30px 0 10px;
  padding-bottom:10px;
  text-align:center;
  background: url(images/dot-blue.gif) 0 20px repeat-x transparent;
}

.view-promotions .page-section-title span {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  background-color: #fff;
}

.view-promotions .promotion-instance {
  padding-bottom:20px;
  margin-bottom:30px;
  border-bottom:1px solid #ddd;
}

.view-promotions .promotion-thumbnail {
  float:left;
  width:75px;
  margin-right:20px;
}
.view-promotions .promotion-thumbnail img {
  width:100%;
}
.view-promotions .promotion-details {
  float:left;
  width:600px;
  font-size:125%;
}
.view-promotions .promotion-details .promotion-title,
.view-promotions .promotion-details .promotion-description {
  margin:0 0 5px;
}
.view-promotions .promotion-details .promotion-description p {
  margin:0 !important;
  padding:0 !important;
}
.view-promotions .promotion-button {
  text-align:center;
  float:right;
  width:auto;
}
.view-promotions .promotion-button .promotion-date {
  margin:0 0 5px;
}

/* Thank You Page Templates */
#form-thankyou-page {
  font-size: 100%;
  text-align:center;
}
#form-thankyou-page h1,
#form-thankyou-page h2,
#form-thankyou-page h3,
#form-thankyou-page h4,
#form-thankyou-page h5,
#form-thankyou-page h6 {
  color: #293f6a;
}

#form-thankyou-page h2 {
  font-size: 19px;
  font-weight: bold;
}

#form-thankyou-page ul.more-offers {
  text-align:center;
  margin:50px 0 0;
  padding:0;
}
#form-thankyou-page ul.more-offers li {
  text-align:left;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-family:Arial, Helvetica, sans-serif;
  margin-top:2em;
  margin-bottom:3em;
}
#form-thankyou-page ul.more-offers.columns-1 li {
  width:30%;
  margin-left:10%;
  margin-right:10%;
}
#form-thankyou-page ul.more-offers.columns-2 li {
  width:30%;
  margin-left:5%;
  margin-right:5%;
}
#form-thankyou-page ul.more-offers.columns-3 li {
  width:30%;
  margin-left:1%;
  margin-right:1%;
}
#form-thankyou-page ul.more-offers li img.thumbnail {
  width:40%;
  max-width:200px;
  float:left;
  margin:0 0.5em 1em 0;
}
#form-thankyou-page ul.more-offers li h2 {
  margin-top:0;
  padding-top:1em;
}
#form-thankyou-page ul.more-offers li .copy {
  height:60px;
  clear:both;
}
#form-thankyou-page ul.more-offers li .btn_100p {
  clear:both;
  width:50%;
}
#form-thankyou-page .hero-image img { width:100%; }

#about-box-wrapper {
  width:938px;
  border:solid 1px #CCCCCC;
}
.suites-tab-desc-box {
  display:none;
  height:340px;
}
.suites-tab-desc-box-inner {
  padding:20px;
}
.suites-tab-desc-box-inner table {
  width:900px;
  border:0;
}
.suites-tab-desc-box-inner table td {
  vertical-align:top;
  padding: 0 10px;
  font-family: Arial, Helvetica, sans-serif;
}
.suites-tab-desc-box-title {
  font-size: 1.5em;
  color: #293f6a;
  letter-spacing:.040em;
  font-weight:bold;
}

#about-us-tabs {
  width:938px;
  height:95px;
  margin:0;
}

#about-us-tabs td {
  width: 20%;
  vertical-align: top;
  border-right: solid 1px #999999;
  border-top: solid 1px #999999;
  text-align:center;
  font-weight:normal;
  font-size:12px;
  cursor:pointer;
  background: #dddddd; /* Old browsers */
  background: -moz-linear-gradient(top,  #dddddd 50%, #999999 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#dddddd), color-stop(100%,#999999)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #dddddd 50%,#999999 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #dddddd 50%,#999999 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #dddddd 50%,#999999 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #dddddd 50%,#999999 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}
#about-us-tabs td.last {
  border-right:none;
}
#about-us-tabs td:hover {
  background: #bbbbbb; /* Old browsers */
  background: -moz-linear-gradient(top,  #bbbbbb 50%, #999999 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#bbbbbb), color-stop(100%,#999999)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #bbbbbb 50%,#999999 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #bbbbbb 50%,#999999 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #bbbbbb 50%,#999999 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #bbbbbb 50%,#999999 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}

#about-us-tabs td.active, #about-us-tabs td.active:hover {
  background: #ffffff;
  border-top:none;
}

#about-us-tabs td h4 {
  font-size:14px;
  font-weight:bold;
}

.suites-spotlight-box {
  border:1px solid #cccccc;
  float:left;
  height:170px;
  margin:0 0 0 17px;
  width:300px;
}

.suites-spotlight-box.first {
  margin:0;
}

.suites-spotlight-box-inner {
  padding:10px;
}

.suites-spotlight-box .suites-spotlight-title {
  border-bottom:1px solid #cccccc;
  color:#333333;
  font-size:13px;
  font-weight:bold;
  padding-bottom:5px;
}

.suites-spotlight-box .suites-spotlight-image {
  float:left;
  margin: 0 10px 0 0;
}

.suites-spotlight-box .suites-spotlight-desc {
  float:left;
  width:155px;
}

.suites-spotlight-box .suites-spotlight-desc p {
  margin:0 0 10px;
  font-size:13px;
}

/* ==========================================================================
   Solutions Pages
   ========================================================================== */

.solutions-row {
  clear:both;
}

.solutions-image-right {
  float:right;
  margin:0 0 0 1em;
}

/*----------------------------------------------
 * Extranet Styles
 *---------------------------------------------*/


.extranet {

}
.extranet #content-wrapper {
  background-color: #fff;
  margin: 1em 0;
}
.extranet #content-wrapper .content-inner {
  border: none;
  margin:1em 0;
  padding:0;
}

/* Sales Insider 'Logo' area */
.extranet .block {
  padding:1em 0;
}

.extranet h2.block-title {
  font-size:1.5em;
}

.extranet #content-wrapper .content-inner #extranet-header-block {
  color: #324d81;
  padding:0;
}
.extranet #content-wrapper .content-inner #extranet-header-block .extranet-logo-block {

}
.extranet #content-wrapper .content-inner #extranet-header-block .extranet-logo-block .block-title {
  font:400 2.5em "Roboto", Arial, sans-serif;
  margin:0;
  color: #324d81;
}

.extranet #content-wrapper .content-inner .extranet-topnav {
  margin:0;
  position:relative;
}

.extranet #content-wrapper .content-inner .extranet-topnav .region .region-inner {
  position:relative;
}

.extranet ul.extranet.responsive-menu,
.extranet ul.menu-extranet.responsive-menu{
  margin:0;
}

.extranet ul.extranet.responsive-menu li,
.extranet ul.menu-extranet.responsive-menu li {
  display:inline-block;
}

.extranet ul.extranet.responsive-menu.menu-toggled li,
.extranet ul.menu-extranet.responsive-menu.menu-toggled li {
  display:block;
  border-bottom:1px solid white;
}

.extranet ul.extranet.responsive-menu li a,
.extranet ul.menu-extranet.responsive-menu li a{
  color:#ffffff;
  font:700 0.85em/2.85rem 'Roboto', Arial, sans-serif;
  text-transform:uppercase;
}

.extranet ul.extranet.responsive-menu li a:hover,
.extranet ul.menu-extranet.responsive-menu li a:hover{
  color:#ffc20e;
}

.extranet ul.extranet.responsive-menu .sub-menu,
.extranet ul.menu-extranet.responsive-menu .sub-menu
{
  background:#eeeeee;
  margin:0;
  padding:0;
  top:2.85rem;
}
.extranet ul.extranet.responsive-menu .sub-menu li,
.extranet ul.menu-extranet.responsive-menu .sub-menu li{
  background-color:#dddddd;
  padding:1em;
  border-bottom:1px solid #999999;
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  display:block;
  min-width:200px;
}

.extranet ul.extranet.responsive-menu .sub-menu li a,
.extranet ul.menu-extranet.responsive-menu .sub-menu li a {
  color:#000000;
  font:500 0.8em 'Roboto', Arial, sans-serif;
}

.extranet ul.extranet.responsive-menu .sub-menu li a:hover,
.extranet ul.menu-extranet.responsive-menu .sub-menu li a:hover{
  color:#555555;
}

.extranet #content-wrapper .content-inner .extranet-topnav #block-responsive-dropdown-menus-extranet,
.extranet #content-wrapper .content-inner .extranet-topnav #block-responsive-dropdown-menus-menu-extranet{
  background:#293f6a;
  padding:0;
}
.extranet #content-wrapper .content-inner .extranet-topnav .extranet-search {
  position:absolute;
  top:0;
  right:1em;
  padding:0.85em;
}

.extranet #content-wrapper .content-inner .extranet-topnav .extranet-search label {
  display:none;
}

.extranet-region {
  font-size:11px;
  padding-top:10px;
  text-transform:uppercase;
}

ul.admin-list {
  margin:0;
  padding:0;
}

ul.admin-list li {
  background: rgba(0, 0, 0, 0) url("images/list-item.png") no-repeat scroll 0 11px;
  border-top: 1px solid #ccc;
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 30px;
  padding-top: 9px;
  position: relative;
  min-height:1.75em;
}


/*  end menu */

/* search start */

.extranet #content-wrapper #block-views-exp-extranet-search-page-1 {
  background-color:#324d81;
  color:white;
  margin-bottom:25px;
}

#block-views-exp-extranet-search-page-1 label {
  display:none;
}

#block-views-exp-extranet-search-page-1 #edit-submit-extranet-search {
  padding-left:5px;
  background-color:transparent;
  border:0 solid;
  color:white;
}


#block-views-exp-extranet-search-page-1 div {
  display:inline-block;
}

#block-views-exp-extranet-search-page-1 .views-exposed-form .views-exposed-widget .form-submit {
  margin:0;
}

#views-exposed-form-extranet-search-page-1 {
  width:auto;
  background-color:#324d81;
  color:white;
  font-size:10px;
  line-height:1em;
}

#views-exposed-form-extranet-search-page-1  .views-exposed-widgets {
  margin: 0 0 0 5px;
}

.extranet .views-exposed-form .views-exposed-widget .form-submit {
  padding: 0 1em;
  margin:0 0.5em;
  font:400 0.85em "Roboto", Arial, sans-serif;
}

.extranet .views-exposed-form .views-exposed-widgets .views-exposed-widget {
  padding: 0;
}

/* Exposed Filters */
.extranet .view-filters .views-exposed-form .views-exposed-widgets {
  display: -webkit-flex;
  display:flex;
  -webkit-align-items: flex-start;
  align-items:flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #eeeeee;
  border:1px solid #cccccc;
  padding:0 1em;
}

.extranet .view-filters .views-exposed-form .views-exposed-widgets #edit-product-wrapper {
  page-break-after: always;
}

.extranet .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget {
  padding: 1em;
  flex: 0 1 auto;
}

.extranet .view-filters .views-exposed-form .views-exposed-widgets .views-exposed-widget a {
  font-weight:bold;
  color:#333333;
}

.extranet .view-filters .views-exposed-form .views-exposed-widget .form-submit {
  padding: 0 1em;
  margin:15px 0 0;
}









/* search end */


/* Content Pages start */

.extranet .nested-content-column {

  margin:0;
  padding:0;

}

.extranet #content-wrapper .block-inner {
  margin:0;
  padding:0;
}

.extranet #main-content {
  margin:0;
  padding:0;
}

.extranet .column-view-row {
  padding-left:25px;
}

.extranet .column-view-row .views-field-title a {
  font-size:1.2em;
  font-weight:bold;
}



/* Content Pages end */


/* Landing Page start */

.extranet .nested-content-column h2.block-title {
  padding-left:30px;
  font-size:18px;
}
/* Landing Page end */

/* admin menu start */

#admin_extranet_groups,
#extranet_admin_menu
{
  width:100%;
  background-color:#324d81;
  text-align:center;
}

#admin_extranet_groups div,
#extranet_admin_menu div
{
  display:inline-block;
  background-color:#324d81;
  color:white;
}


#admin_extranet_groups a ,
#admin_extranet_groups a:visited,
#admin_extranet_groups a:active
{
  color:white;
  font-family: "Lucia Grande", Verdana, sans-serif;
  font-size:11px;
  margin-right:20px;
  padding-right:20px;
}


#admin_extranet_groups a:hover {
  color:#fdc128;
}

#extranet_admin_menu ul li {
  list-style: outside none none;
  display:inline-block;
}

/* admin menu end */




/*  product asset page start */

.asset-list-title {
  text-transform:uppercase;
}

.asset-list-entry {
  width:90%;
}

.list-entry-field {
  padding: 0 20px;
}
/*  product asset page end */



.sidebar-first .content-inner {
  margin-left: 210px;
  margin-right: 0;
}

.extranet .view-extranet-group-membership {

  border: 2px solid #475e80;

}

/* Node view page */

.extranet h1.node-title {
  font-weight: bold;
}

.extranet .node-content h1.node-title {
  font-weight: normal;
}

/*  promotion */

.extranet .node-content .field-name-field-date-range {

  font-weight:bold;
  border:0 none;

}

.block_class {
  display:block;
}

/*  view output
*/

.extranet .view-display-id-page_1,
.extranet .view-display-id-page_2,
.extranet .view-display-id-page_3,
.extranet .view-display-id-page_4,
.extranet .view-display-id-page_5,
.extranet .view-display-id-page_6,
.extranet .view-display-id-page_7 {
  width:auto;
}

.extranet .view-extranet-da .view-content h3 {

  text-transform:uppercase;
}


.page-extranet .view .views-row {
  margin: 0.75em;
}

.page-extranet .view .views-field-title {
  font: 700 1.5em "Roboto", Arial, sans-serif;
}

.page-extranet .view.view-display-id-product_page h3 {
  text-transform:uppercase;
  font:400 1.25em "Roboto", Arial, sans-serif;
  background:#666666;
  color:#ffffff;
  padding:0.5em;
}

.page-extranet .view.view-display-id-product_page .views-row {
  margin:0;
}
.page-extranet .view.view-display-id-product_page .views-field-title {
  font: 400 1em "Roboto", Arial, sans-serif;
}

.page-extranet .view .views-field-created {
  font:italic 0.85em "Roboto", Arial, sans-serif;
}

.page-extranet .view .views-field-body {
  font:300 87.5% "Roboto", Arial, sans-serif;
  padding:0.25em 0;
}

/**
* Menu toggle base styling
*/
.menu-toggle{
  display: block;
  cursor: pointer;
  height:36px;
}
.menu-toggle .lines {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 3px;
  width: 36px;
  border-radius: 3px;
}
.menu-toggle .toggle-help {
  float: left;
  height:36px;
  line-height: 36px;
  color:white;
}
.menu-toggle .line {
  display: block;
  height: 2px;
  width: 26px;
  margin: 5px auto 5px auto;
  background-color: #AAA;
  border-bottom: 1px solid #CCC;
}
/**
 * Ensures in mobile our menus stack
 */
.responsive-menu {
  clear: both;
}
.responsive-menu,
.responsive-menu.links.inline {
  max-height: 0;
  overflow:hidden;
}
.responsive-menu.menu-toggled,
.responsive-menu.links.inline.menu-toggled {
  max-height: none;
}
.responsive-menu li,
.responsive-menu.inline li {
  position: relative;
  display: block;
}

/**
 * Default media query for Omega and narrow
 */
@media all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape) {
  .menu-toggle {
    display: none;
  }
  .responsive-menu,
  .responsive-menu.links.inline {
    max-height: none;
    overflow: visible;
  }
  .responsive-menu li {
    display: inherit;
  }
  .responsive-menu.inline li {
    display: inline-block;
  }
  .responsive-menu .sub-menu {
    position: absolute;
    z-index: 100;
    max-height: 0;
    overflow: hidden;
  }
  /* Display does not animate, max-height does. Max-weight will not animate from 0 - none, so default 900px added.
      if your sub menu goes past 900px, well..uhh.. */
  .responsive-menu .sub-menu.active {
    max-height: none;
    overflow: visible;
  }
  /* Chances are your submenu should stack...if not override this. */
  .responsive-menu .sub-menu li {
    display: block;
  }
}

.blog-article-social-icons{text-align:left !important;}

/* Begin Ben's edits */
/* Grid
------------------------- */
.node-type-edoc .wrapper-section {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.node-type-edoc .column, .node-type-edoc .columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 550px */
@media (min-width: 550px) {
  .node-type-edoc .wrapper-section {
    width: 95%; }
  .node-type-edoc .column,
  .node-type-edoc .columns {
    margin-left: 4%; }
  .node-type-edoc .column:first-child,
  .node-type-edoc .columns:first-child {
    margin-left: 0; } }
.node-type-edoc .one.column, .node-type-edoc .one.columns {
  width: 4.66666666667%; }
.node-type-edoc .two.columns {
  width: 13.3333333333%; }
.node-type-edoc .three.columns {
  width: 22%; }
.node-type-edoc .four.columns {
  width: 30.6666666667%; }
.node-type-edoc .five.columns {
  width: 39.3333333333%; }
.node-type-edoc .six.columns {
  width: 48%; }
.node-type-edoc .seven.columns {
  width: 56.6666666667%; }
.node-type-edoc .eight.columns {
  width: 65.3333333333%; }
.node-type-edoc .nine.columns {
  width: 74.0%; }
.node-type-edoc .ten.columns {
  width: 82.6666666667%; }
.node-type-edoc .eleven.columns {
  width: 91.3333333333%; }
.node-type-edoc .twelve.columns {
  width: 100%;
  margin-left: 0; }
.node-type-edoc .one-third.column {
  width: 30.6666666667%; }
.node-type-edoc .two-thirds.column {
  width: 65.3333333333%; }
.node-type-edoc .one-half.column {
  width: 48%; }

/* Offsets */
.node-type-edoc .offset-by-one.column,
.node-type-edoc .offset-by-one.columns {
  margin-left: 8.66666666667%; }
.node-type-edoc .offset-by-two.column,
.node-type-edoc .offset-by-two.columns {
  margin-left: 17.3333333333%; }
.node-type-edoc .offset-by-three.column,
.node-type-edoc .offset-by-three.columns {
  margin-left: 26%; }
.node-type-edoc .offset-by-four.column,
.node-type-edoc .offset-by-four.columns {
  margin-left: 34.6666666667%; }
.node-type-edoc .offset-by-five.column,
.node-type-edoc .offset-by-five.columns {
  margin-left: 43.3333333333%; }
.node-type-edoc .offset-by-six.column,
.node-type-edoc .offset-by-six.columns {
  margin-left: 52%; }
.node-type-edoc .offset-by-seven.column,
.node-type-edoc .offset-by-seven.columns {
  margin-left: 60.6666666667%; }
.node-type-edoc .offset-by-eight.column,
.node-type-edoc .offset-by-eight.columns {
  margin-left: 69.3333333333%; }
.node-type-edoc .offset-by-nine.column,
.node-type-edoc .offset-by-nine.columns {
  margin-left: 78.0%; }
.node-type-edoc .offset-by-ten.column,
.node-type-edoc .offset-by-ten.columns {
  margin-left: 86.6666666667%; }
.node-type-edoc .offset-by-eleven.column,
.node-type-edoc .offset-by-eleven.columns {
  margin-left: 95.3333333333%; }
.node-type-edoc .offset-by-one-third.column,
.node-type-edoc .offset-by-one-third.columns {
  margin-left: 34.6666666667%; }
.node-type-edoc .offset-by-two-thirds.column,
.node-type-edoc .offset-by-two-thirds.columns {
  margin-left: 69.3333333333%; }
.node-type-edoc .offset-by-one-half.column,
.node-type-edoc .offset-by-one-half.columns {
  margin-left: 52%; }

/* Layout
------------------------- */
#print_view .node-type-edoc {
  /* Offsets */ }
#print_view .node-type-edoc .edocs_page_wrapper, #print_view .node-type-edoc .edocs_page_wrapper_first, #print_view .node-type-edoc .edocs_page_wrapper_last {
  clear: both; }
#print_view .node-type-edoc .wrapper-container {
  width: 100%; }
#print_view .node-type-edoc .row {
  width: 100%; }
#print_view .node-type-edoc .one.column, #print_view .node-type-edoc .one.columns {
  width: 4.66666666667%; }
#print_view .node-type-edoc .two.columns {
  width: 13.3333333333%; }
#print_view .node-type-edoc .three.columns {
  width: 22%; }
#print_view .node-type-edoc .four.columns {
  width: 30.6666666667%; }
#print_view .node-type-edoc .five.columns {
  width: 39.3333333333%; }
#print_view .node-type-edoc .six.columns {
  width: 48%; }
#print_view .node-type-edoc .seven.columns {
  width: 56.6666666667%; }
#print_view .node-type-edoc .eight.columns {
  width: 65.3333333333%; }
#print_view .node-type-edoc .nine.columns {
  width: 74.0%; }
#print_view .node-type-edoc .ten.columns {
  width: 82.6666666667%; }
#print_view .node-type-edoc .eleven.columns {
  width: 91.3333333333%; }
#print_view .node-type-edoc .twelve.columns {
  width: 100%;
  margin-left: 0; }
#print_view .node-type-edoc .one-third.column {
  width: 30.6666666667%; }
#print_view .node-type-edoc .two-thirds.column {
  width: 65.3333333333%; }
#print_view .node-type-edoc .one-half.column {
  width: 48%; }
#print_view .node-type-edoc .offset-by-one.column,
#print_view .node-type-edoc .offset-by-one.columns {
  margin-left: 8.66666666667%; }
#print_view .node-type-edoc .offset-by-two.column,
#print_view .node-type-edoc .offset-by-two.columns {
  margin-left: 17.3333333333%; }
#print_view .node-type-edoc .offset-by-three.column,
#print_view .node-type-edoc .offset-by-three.columns {
  margin-left: 26%; }
#print_view .node-type-edoc .offset-by-four.column,
#print_view .node-type-edoc .offset-by-four.columns {
  margin-left: 34.6666666667%; }
#print_view .node-type-edoc .offset-by-five.column,
#print_view .node-type-edoc .offset-by-five.columns {
  margin-left: 43.3333333333%; }
#print_view .node-type-edoc .offset-by-six.column,
#print_view .node-type-edoc .offset-by-six.columns {
  margin-left: 52%; }
#print_view .node-type-edoc .offset-by-seven.column,
#print_view .node-type-edoc .offset-by-seven.columns {
  margin-left: 60.6666666667%; }
#print_view .node-type-edoc .offset-by-eight.column,
#print_view .node-type-edoc .offset-by-eight.columns {
  margin-left: 69.3333333333%; }
#print_view .node-type-edoc .offset-by-nine.column,
#print_view .node-type-edoc .offset-by-nine.columns {
  margin-left: 78.0%; }
#print_view .node-type-edoc .offset-by-ten.column,
#print_view .node-type-edoc .offset-by-ten.columns {
  margin-left: 86.6666666667%; }
#print_view .node-type-edoc .offset-by-eleven.column,
#print_view .node-type-edoc .offset-by-eleven.columns {
  margin-left: 95.3333333333%; }
#print_view .node-type-edoc .offset-by-one-third.column,
#print_view .node-type-edoc .offset-by-one-third.columns {
  margin-left: 34.6666666667%; }
#print_view .node-type-edoc .offset-by-two-thirds.column,
#print_view .node-type-edoc .offset-by-two-thirds.columns {
  margin-left: 69.3333333333%; }
#print_view .node-type-edoc .offset-by-one-half.column,
#print_view .node-type-edoc .offset-by-one-half.columns {
  margin-left: 52%; }

/* Typography
------------------------- */
#print_view .node-type-edoc h1 {
  font-size: 1.5em; }
#print_view .node-type-edoc h2 {
  font-size: 1.35em;
  color: #293F6a;
  font-style: italic; }
#print_view .node-type-edoc h3 {
  font-size: 1.25em; }
#print_view .node-type-edoc h4 {
  font-size: 1.2em; }
#print_view .node-type-edoc h5 {
  font-size: 1.15em; }
#print_view .node-type-edoc h6 {
  font-size: 1.1em; }
#print_view .node-type-edoc a {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: .875em;
  font-weight: bold;
  text-decoration: none;
  color: #336699; }
#print_view .node-type-edoc a:hover {
  color: #9ca1a7;
  text-decoration: none; }
#print_view .node-type-edoc .body-copy {
  font-size: .938em;
  line-height: 1.35em;
  font-weight: normal; }
#print_view .node-type-edoc .overview-frame {
  position: relative;
  border: thin solid #293F6a;
  box-sizing: border-box;
  width: 100%; }
#print_view .node-type-edoc .overview-frame p {
  font-family: "Arial", Helvetica, sans-serif;
  color: #000;
  font-style: italic;
  font-size: .938em;
  line-height: 1.3;
  margin: 8px 18px; }
#print_view .node-type-edoc .overview-frame img {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0; }
#print_view .node-type-edoc .body-copy {
  font-size: .938em;
  line-height: 1.35em;
  font-weight: normal; }
#print_view .node-type-edoc .overview-frame {
  position: relative;
  border: thin solid #293F6a;
  box-sizing: border-box;
  width: 100%; }
#print_view .node-type-edoc .overview-frame p {
  font-family: "Arial", Helvetica, sans-serif;
  color: #000;
  font-style: italic;
  font-size: .938em;
  line-height: 1.3;
  margin: 8px 18px; }
#print_view .node-type-edoc .overview-frame img {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0; }
#print_view .node-type-edoc .headline {
  font-size: 1.125em;
  color: #293F6a;
  line-height: 1.25;
  font-weight: bold;
  text-align: left;
  margin: 24px 0 3px 0; }
#print_view .node-type-edoc .subhead {
  font-weight: bold;
  font-size: 1.0em;
  line-height: 1.25;
  color: #293F6a;
  margin: 0 0 5px 0; }
#print_view .node-type-edoc .caption {
  font-size: .813em;
  line-height: 1.25;
  font-weight: normal;
  margin: 8px 0 0 0; }
#print_view .node-type-edoc table {
  width: 100%; }
#print_view .node-type-edoc th {
  font-size: 1.0em;
  font-weight: bold;
  color: #FFF;
  background-color: #293F6a;
  padding: 8px 8px 8px 5px;
  border-bottom: medium solid #FFF;
  text-align: left;
  vertical-align: middle; }
#print_view .node-type-edoc tr, #print_view .node-type-edoc td {
  font-size: .875em;
  line-height: 1.15em;
  font-weight: normal;
  padding: 5px; }
#print_view .node-type-edoc .gray {
  color: #000;
  background-color: #e2e2e2;
  border-bottom: thin solid #000;
  border-right: thin solid #000;
  border-left: thin solid #000; }
#print_view .node-type-edoc .dark-gray {
  color: #000;
  background-color: #9ca1a7;
  border-bottom: thin solid #000;
  border-right: thin solid #000;
  border-left: thin solid #000; }
#print_view .node-type-edoc .blue {
  color: #FFF;
  background-color: #293F6a;
  border-bottom: thin solid #000;
  border-right: thin solid #000;
  border-left: thin solid #000; }
#print_view .node-type-edoc .blank {
  color: #000;
  border: none; }
#print_view .node-type-edoc .body-list {
  width: 95%; }
#print_view .node-type-edoc .body-list ul {
  list-style: disc outside none;
  margin: 0 0 0 18px; }
#print_view .node-type-edoc .body-list ul ul {
  list-style: disc outside none;
  margin: 0 0 0 -20px; }
#print_view .node-type-edoc .body-list ul ol {
  list-style: decimal outside none;
  margin: 0 0 0 -20px; }
#print_view .node-type-edoc .body-list ol {
  list-style: decimal outside none;
  margin: 0 0 0 -20px; }
#print_view .node-type-edoc .body-list ol ol {
  list-style: lower-roman outside none;
  margin: 0 0 0 -20px; }
#print_view .node-type-edoc .body-list ol ul {
  list-style: disc outside none;
  margin: 0 0 0 18px; }
#print_view .node-type-edoc .body-list ol {
  list-style: decimal outside none;
  margin: 0 0 0 -20px; }
#print_view .node-type-edoc .body-list ol ol {
  list-style: lower-roman outside none;
  margin: 0 0 0 -20px; }
#print_view .node-type-edoc .body-list ol ul {
  list-style: disc outside none;
  margin: 0 0 0 18px; }
#print_view .node-type-edoc .body-list li {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  padding-left: 0; }
#print_view .node-type-edoc .body-list li::after {
  margin-bottom: 5px; }
#print_view .node-type-edoc .overview-frame ol {
  padding: 0 18px;
  display: block;
  list-style-position: outside; }
#print_view .node-type-edoc .overview-frame ol li {
  font-size: .938em;
  line-height: 1.25;
  font-style: italic;
  margin: 10px 5px -10px 10px;
  padding-left: 0; }
#print_view .node-type-edoc .edoc_TOC {
  width: 100%; }
#print_view .node-type-edoc .TOC-copy {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.5;
  font-style: italic;
  color: #000;
  display: inline-block; }
#print_view .node-type-edoc .edoc_TOC ul {
  display: inline-block;
  list-style: none outside none; }
#print_view .node-type-edoc .edoc_TOC ul li::before {
  content: "\00BB";
  color: #fdb924;
  font-weight: bold;
  list-style-image: none;
  list-style-type: none;
  margin-left: 10px;
  margin-right: 8px; }
#print_view .node-type-edoc .edoc_TOC ul > p {
  font-family: "Arial", Helvetica, sans-serif;
  color: #293F6a;
  font-weight: bold;
  width: 250px;
  border: 1px solid #fdb924;
  display: block;
  text-align: center;
  padding: 8px 0; }

/* Extras
------------------------- */
#print_view .node-type-edoc .fnet-box {
  border: 1pt solid #293F6a; }
#print_view .node-type-edoc hr.style-one {
  border: 0;
  border-bottom: 1px dashed #9ca1a7;
  background: #e2e2e2; }
#print_view .node-type-edoc hr.style-two {
  display: none; }
#print_view .node-type-edoc .print-view-divider {
  border-bottom: thin solid #000;
  width: 100%;
  margin: 12px 0 24px 0; }

#print_view .node-type-edoc .focus-content {
  width: 100%; }
#print_view .node-type-edoc .focus-content-title {
  font-size: 1.125em;
  line-height: 1;
  font-weight: bold;
  color: #293F6a;
  margin: 0 0 18px 0;
  border-bottom: thin solid #293F6a;
  padding-bottom: 3px; }
#print_view .node-type-edoc .focus-content-subhead {
  font-size: .813em;
  line-height: .813em;
  text-transform: uppercase;
  color: #888;
  margin: 3px 0 0 0;
  letter-spacing: 1px; }
#print_view .node-type-edoc .focus-content-copy {
  font-size: 1em;
  line-height: 1;
  margin: -18px 0 20px 0; }

/* Structure
------------------------- */
.edocs_page_wrapper {
  width: 100%;
  margin: 0 auto; }

.edocs_page_wrapper_first {
  overflow: hidden; }

.edocs_page_wrapper_last {
  overflow: visible;
  margin-top: -15px; }

.node-type-edoc .edocs-TOC {
  width: 100%; }
.node-type-edoc .row {
  width: 100%; }
.node-type-edoc .overview-frame {
  position: relative;
  border: thin solid #293F6a;
  box-sizing: border-box;
  width: 100%; }
.node-type-edoc .overview-frame p {
  font-family: "Arial", Helvetica, sans-serif;
  color: #000;
  font-style: italic;
  font-size: .938em;
  line-height: 1.3;
  margin: 8px 18px; }
.node-type-edoc .overview-frame img {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0; }

/* Typography
------------------------- */
.node-type-edoc h1 {
  font-size: 1.75em; }
.node-type-edoc h2 {
  font-size: 1.5em;
  color: #293F6a;
  font-style: italic;
  margin: 0 0 18px 0; }
.node-type-edoc h3 {
  font-size: 1.35em;
  margin: 0 0 15px 0; }
.node-type-edoc h4 {
  font-size: 1.25em;
  margin: 0 0 12px 0; }
.node-type-edoc h5 {
  font-size: 1em;
  color: #9ca1a7;
  margin: 0 0 8px 0; }
.node-type-edoc h6 {
  font-size: .938em;
  color: #9ca1a7;
  margin: 0 0 8px 0; }
.node-type-edoc .headline {
  font-family: "Arial", Helvetica, sans-serif;
  color: #293F6a;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  margin: 24px 0 3px 0; }
.node-type-edoc .subhead {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.25;
  color: #293F6a;
  margin: 0 0 5px 0; }
.node-type-edoc .lede {
  font-family: "Arial", Helvetica, sans-serif;
  color: #000;
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0 0 8px 0; }
.node-type-edoc .body-copy {
  font-family: "Arial", Helvetica, sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.25;
  text-align: left;
  margin: 0 0 12px 0; }
.node-type-edoc .body-copy-sm {
  font-family: "Arial", Helvetica, sans-serif;
  color: #000;
  font-size: .875em;
  line-height: 1.35;
  text-align: left;
  margin: 0 0 8px 0; }
.node-type-edoc .caption {
  font-family: "Arial", Helvetica, sans-serif;
  font-style: italic;
  color: #000;
  font-size: .813em;
  line-height: 1.25;
  margin: 8px 0 0 0; }
.node-type-edoc .footnote {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: .813em;
  line-height: 1.25;
  font-weight: normal;
  margin: 8px 0 0 8px; }
.node-type-edoc .left {
  text-align: left;
  padding: 0 0 0 10px; }
.node-type-edoc .right {
  text-align: right;
  padding: 0 10px 0 0; }
.node-type-edoc .center {
  text-align: center;
  padding: 0 10px 0 0; }
.node-type-edoc .text-left {
  text-align: left; }
.node-type-edoc .text-right {
  text-align: right; }
.node-type-edoc .text-center {
  text-align: center; }
.node-type-edoc .highlight-red {
  color: red; }

/* links
------------------------- */
/* images
------------------------- */
.node-type-edoc img {
  max-width: 100%; }

/* Quotes
------------------------- */
.node-type-edoc blockquote {
  font-size: 1.75em;
  line-height: 2;
  color: #e2e2e2; }
.node-type-edoc blockquote::before {
  content: '\201C';
  font-size: 5em;
  color: #e2e2e2;
  display: block; }
.node-type-edoc blockquote::after {
  content: '\201D';
  font-size: 5em;
  color: #e2e2e2;
  display: block; }

/* Lists
------------------------- */
.node-type-edoc .body-list {
  width: 95%; }
.node-type-edoc .body-list ul {
  list-style: disc outside none;
  margin: 0 0 0 -20px; }
.node-type-edoc .body-list ul ul {
  list-style: disc outside none;
  margin: 0 0 0 -20px; }
.node-type-edoc .body-list ul ol {
  list-style: decimal outside none;
  margin: 0 0 0 -20px; }
.node-type-edoc .body-list ol {
  list-style: decimal outside none;
  margin: 0 0 0 -20px; }
.node-type-edoc .body-list ol ol {
  list-style: lower-roman outside none;
  margin: 0 0 0 -20px; }
.node-type-edoc .body-list ol ul {
  list-style: disc outside none;
  margin: 0 0 0 -20px; }
.node-type-edoc .body-list li {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  padding-left: 0; }
.node-type-edoc .body-list li::after {
  margin-bottom: 5px; }
.node-type-edoc .overview-frame ol {
  padding: 0 18px;
  display: block;
  list-style-position: outside; }
.node-type-edoc .overview-frame ol li {
  font-size: .938em;
  line-height: 1.25;
  font-style: italic;
  margin: 10px 5px -10px 10px;
  padding-left: 0; }

/* Tables
------------------------- */
.node-type-edoc table {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #000;
  width: 100%;
  background-color: #FFF;
  border-radius: 0;
  border-collapse: collapse;
  margin: 8px 0; }
.node-type-edoc tbody {
  border: none; }
.node-type-edoc th {
  font-size: 1.0em;
  font-weight: bold;
  color: #FFF;
  background-color: #293F6a;
  padding: 8px 8px 8px 5px;
  border-bottom: medium solid #FFF;
  text-align: left;
  vertical-align: middle; }
.node-type-edoc tr, .node-type-edoc td {
  font-size: .875em;
  text-align: left;
  vertical-align: middle;
  padding: 5px;
  border-bottom: thin solid #000;
  border-right: thin solid #000;
  border-left: thin solid #000; }
.node-type-edoc td > img {
  max-width: 100%; }
.node-type-edoc .gray {
  color: #000;
  background-color: #e2e2e2;
  border-bottom: thin solid #000;
  border-right: thin solid #000;
  border-left: thin solid #000; }
.node-type-edoc .dark-gray {
  color: #000;
  background-color: #9ca1a7;
  border-bottom: thin solid #000;
  border-right: thin solid #000;
  border-left: thin solid #000; }
.node-type-edoc .blue {
  color: #FFF;
  background-color: #293F6a;
  border-bottom: thin solid #000;
  border-right: thin solid #000;
  border-left: thin solid #000; }
.node-type-edoc .blank {
  color: #000;
  border: none; }

/* Table of Contents
------------------------- */
.node-type-edoc .edoc_TOC {
  width: 100%; }
.node-type-edoc .TOC-copy {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.5;
  font-style: italic;
  color: #000;
  display: inline-block; }
.node-type-edoc .edoc_TOC ul {
  display: inline-block;
  list-style: none outside none; }
.node-type-edoc .edoc_TOC ul li::before {
  content: "\00BB";
  color: #293F6a;
  font-weight: bold;
  list-style-image: none;
  list-style-type: none;
  margin-left: 10px;
  margin-right: 8px; }
.node-type-edoc .edoc_TOC ul > p {
  font-family: "Arial", Helvetica, sans-serif;
  color: #293F6a;
  font-weight: bold;
  width: 250px;
  border: 1px solid #fdb924;
  display: block;
  text-align: center;
  padding: 8px 0; }

/* Extras
------------------------- */
.node-type-edoc .fnet-box {
  border: 1pt solid #293F6a; }
.node-type-edoc hr.style-one {
  border: 0;
  border-bottom: 1px dashed #9ca1a7;
  background: #e2e2e2;
  margin: 12px 0 0 0; }
.node-type-edoc hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.75), transparent);
  margin: 12px 0 0 0; }
.node-type-edoc code {
  margin: 18px 0 10px 0; }

/* Clearing Goodness
------------------------- */
.node-type-edoc .wrapper-section:after, .node-type-edoc .row:after, .node-type-edoc .u-cf {
  content: "";
  display: table;
  clear: both; }

/* Case Study Specific
------------------------- */
.node-type-edoc .focus-content {
  width: 100%; }
.node-type-edoc .focus-content-title {
  font-size: 1.125em;
  line-height: 1;
  font-weight: bold;
  color: #293F6a;
  margin: 0;
  border-bottom: thin solid #293F6a;
  padding-bottom: 3px; }
.node-type-edoc .focus-content-subhead {
  font-size: .813em;
  line-height: .813em;
  text-transform: uppercase;
  color: #888;
  margin: 3px 0 0 0;
  letter-spacing: 1px; }
.node-type-edoc .focus-content-copy {
  font-size: 1em;
  line-height: 1;
  margin: -9px 0 20px 0; }

/*# sourceMappingURL=fnet-style_REV.css.map */

#blog-subscription-form #edit-blog-email{float: left;height: 24px;margin: 0 10px;width: 200px;}
.blog-signup-link{float:left; width:70px}
#mkto-content-main{height:100%;}
#mkto-content-left{float:left; margin-right:20px;}
#mkto-content-right{float:left;}
@media screen and (min-width: 320px) {
    #mkto-content-main {
        width: 320px;
    }
    #mkto-content-left {
        width: 280px;
    }
    .lpeCElement {width:280px !important}
}
@media screen and (min-width: 360px) {
    #mkto-content-main {
        width: 360px;
    }
    #mkto-content-left {
        width: 310px;
    }
}
@media screen and (min-width: 768px) {
    #mkto-content-main {
        width: 768px;
    }
    .lpeCElement {width:380px !important}
}
@media screen and (min-width: 800px) {
    #mkto-content-main {
        width: 800px;
    }
}
@media screen and (min-width: 980px) {
    #mkto-content-main {
        width: 980px;
    }
    #mkto-content-left {
        width:510px;
    }
    #mkto-content-right {
        width:395px;
    }
}
div.gr-member-profile th {border: 1px solid #000; background: #CCC;}
div.gr-member-profile td {border: 1px solid;}
div.gr-member-profile table {white-space: nowrap;}

.mktoButtonRow {
    top: -39px;
    left: 165px;
}

/*Price spider WTB button on Product page and WTB page */
#wtb-price-spider div{width:100%; border: none;}
div#ps-widget-btn .ps-widget span, div#ps-widget-btn .ps-widget small{font-weight:normal !important;}
#wtb-price-spider span, #wtb-price-spider small, .ps-widget span, .ps-widget small{font-size:13px !important;}
#ps-widget-btn div.ps-widget{border: 1px solid #333;border-radius: 5px;background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%) !important;}
#At_A_Glance_Wrapper table.at-a-glance-buttons td#wtb-price-spider{cursor:default; padding :0;}

/*Knowledge base*/
#kb-search {
    padding:20px;
    margin:20px 0;
    background-color:#eee;
    border:1px solid #ccc;
    border-radius: 3px;
}

#article-author {
      padding:10px 20px;
      margin:20px 0 0;
      background-color:#eee;
      border:1px solid #ccc;
      border-radius: 3px;
}
#article-author p.info { display:block; float:left; width:33%; margin:0; padding:0; text-align:center; }

#kb-breadcrumbs { margin:0 0 20px; }
#kb-breadcrumbs #bc-link {
    display:inline-block;
    padding:4px 10px;
    background:#eee;
    border:1px solid #ccc;
    border-radius:3px;
    font-weight:bold;
}

#knowledge-base h2 { font-size:28px; font-weight:normal; margin-top:0; }
#knowledge-base h3 { font-size:20px; font-weight:normal; }

body.page-knowledge-base header#main-content-header {
    display:none; /* Hiding default page title */
}

#taxonomy-menu {
    float:left;
    width:34%;
}
#taxonomy-menu li { margin:0 0 0 1em; }
#taxonomy-menu ul { padding:0; }

#taxonomy-menu li#active-menu-item {
    font-weight:bold;
    background-color:#f5f5f5;
}
#kb-cat-list h3 {
    background-color: #475D80;
    font-size: 16px;
}
#kb-cat-list h3 a {
    color: #FFF;
    font-size: 16px;
}

#kb-article { float:left; }

#kb-article-list caption{
	float: left;
	font-size: 20px;
	padding: 15px 0;
}
#kb-article-list {
    float:right;
    width:64%;
}
#kb-article-list h3{font-size: 20px;}
#kb-article-list .item-list {
    margin-top:15px;
}

#kb-article-list table.views-table { width:100%; }
#kb-article-list table.views-table tr { border-bottom:1px solid #ccc; }
#kb-article-list table.views-table tr.odd { background-color:#fff; }
#kb-article-list table.views-table tr.even { background-color:#f9f9f9; }
#kb-article-list table.views-table td { padding:6px 5px; font-size:1.2em; }
#back-button {
    padding-bottom:15px;
    border-bottom:1px solid #999;
}
.ui-widget-content a.active {
    font-weight: bold;
}
#views-exposed-form-knowledge-base-search-page h2 {
	font-size: 28px;
	font-weight: normal;
	margin-top: 0;
}
#views-exposed-form-knowledge-base-search-page,
#views-exposed-form-blog-articles-cabling-chronicles {
	padding: 15px;
	margin: 20px 0;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
}

#edit-submit-knowledge-base-search,
#edit-submit-blog-articles,
#edit-reset {
	margin-top: auto;
}
.taxonomy-menu{
	float: left;
	width: 34%;
	margin-top: 15px;
}
.taxonomy-menu h2{
	font-size: 20px;
}
.taxonomy-menu h3{
	background-color: #475D80;
	font-size: 16px;
}
.taxonomy-menu h3 a{
	color: #FFF;
	font-size: 16px;
}
#block-views-knowledge-base-accordion-block .ui-corner-all,#block-views-knowledge-base-accordion-block .ui-corner-top {
	border-radius: 3px;
}
#block-system-main div.kb-article-list{
	float: right;
	width: 64%;
	margin-bottom: 40px;
}
#block-system-main div.kb-article-list th{
	font-size: 20px;
	font-weight: normal;
}
.kb-article-list table.views-table td{
	font-size:1.2em;
	padding: 6px 5px;
}
.kb-article-list table.views-table tr.odd {
	background-color: #fff;
}
.kb-article-list table.views-table tr.even {
	background-color: #f9f9f9;
}
.kb-article-list table.views-table tbody tr {
	border-bottom: 1px solid #ccc;
}

/*Recent blog block */

.blog-main-content{
	float: left;
	width: 680px;
}
.node-blog-article a.back-to-blogs, .node-blog-article .blog-title{width: 680px; float:left}
.recent-blogs-block{
	float: right;
	width: 240px;
	padding:0 4px;
}

.blogs-block {
  background-color: #E0E0E0;
  float: right;
  width: 240px;
  padding: 0px 4px;
  margin-bottom: 50px;
}

.blogs-title {
  padding: 0 10px 0px 80px;
  font-size: 18px;
  font-weight: bold;
  color: #0E396E;
  height: 60px;
}

.blogs-block ul li {
  line-height: 17px;
  margin: 11px;
}

.blogs-block ul {
  padding-left: 15px;
}

h3.series101-blog {
  background: url("https://www.flukenetworks.com/sites/all/themes/adaptivetheme_subtheme_fnet/css/images/blogicons/blog-cat-icons-101-cabling.jpg") 10px 0px no-repeat transparent;
}

h3.recent-blog {
  background: url("https://www.flukenetworks.com/sites/all/themes/adaptivetheme_subtheme_fnet/css/images/blogicons/blog-cat-icons-most-recent.jpg") 10px 0px no-repeat transparent;
}

h3.standard-blog {
  background: url("https://www.flukenetworks.com/sites/all/themes/adaptivetheme_subtheme_fnet/css/images/blogicons/blog-cat-icons-standard-related.jpg") 10px 0px no-repeat transparent;
}

.social_media li {
  display: inline-block;
}

.node-type-edoc header#main-content-header > h1#page-title { display:none; }
.node-type-expertise-role header#main-content-header > h1#page-title {
  display: none;
}

.node-type-expertise-role .blue_box {
  padding: 62px 10px 5px 5px !important;
  margin: 0px 14px 0px 0px !important;
}
#block-responsive-share-buttons-share{
  margin-top: 100px;
}

.not-logged-in .contextual-links-wrapper {display: none !important;}

