/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: 'Open Sans', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  color: #303030; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  width: 100%; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #303030; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

/* start Smith Micro styles */
body {
  background: white url("../Images/bg_repeatable.jpg") center top repeat; }

.main-header .top-nav {
  background: #303030;
  font-size: 14px; }
  .main-header .top-nav .nav-container {
    width: 960px;
    margin: 0 auto; }
  .main-header .top-nav ul {
    margin: 0 10px 0 0;
    padding: 0;
    text-transform: uppercase;
    list-style: none outside;
    float: right; }
  .main-header .top-nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 15px;
    line-height: 40px; }
  .main-header .top-nav .selected a, .main-header .top-nav a:hover {
    background: #0068b1; }
  .main-header .top-nav li {
    float: left;
    position: relative; }
  .main-header .top-nav .submenu {
    display: none;
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 10;
    width: 185px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 5px 20px 0;
    font-size: 14px; }
    .main-header .top-nav .submenu li {
      float: none;
      line-height: 45px;
      border-bottom: 1px solid #f0f0f0; }
    .main-header .top-nav .submenu li:last-child {
      border: none; }
    .main-header .top-nav .submenu a {
      background: #fff !important;
      color: #000;
      line-height: 45px; }
  .main-header .top-nav .submenu:before {
    position: absolute;
    left: 38px;
    top: -6px;
    display: inline-block;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
    content: ''; }
  .main-header .top-nav li:hover .submenu {
    display: block; }
.main-header .header-content {
  border-bottom: 1px solid #d9d9d9;
  position: relative; }
  .main-header .header-content .header-leftcolor {
    width: 50%;
    float: left;
    background: #fff;
    height: 85px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .main-header .header-content .header-rightcolor {
    width: 50%;
    float: right;
    background: #f0f0f0;
    height: 85px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1; }
  .main-header .header-content .header-container {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    background: white url("../Images/bg-header.jpg") center top no-repeat;
    height: 85px; }
.main-header .logo {
  background: transparent url("../Images/logo.png") left top no-repeat;
  width: 168px;
  height: 45px;
  margin: 19px 0 22px 0;
  float: left; }
  .main-header .logo h1 {
    text-indent: -9999px;
    margin: 0; }
.main-header .main-nav {
  font-size: 18px;
  text-transform: uppercase;
  /* dropdowns */ }
  .main-header .main-nav > div > ul.k-menu, .main-header .main-nav ul {
    list-style: none outside;
    margin: 0 25px 0 0;
    padding: 0;
    float: right;
    line-height: 85px; }
  .main-header .main-nav ul.k-group:before {
    position: absolute;
    left: 38px;
    top: -10px;
    display: inline-block;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
    content: ''; }
  .main-header .main-nav > div > ul.k-menu > li {
    line-height: 85px; }
  .main-header .main-nav > div > ul.k-menu > li > a {
    padding: 0;
    line-height: 1.2;
    display: inline; }
  .main-header .main-nav li {
    float: left;
    margin-left: 40px; }
  .main-header .main-nav a {
    color: #303030;
    text-decoration: none;
    font-weight: normal; }
  .main-header .main-nav a:hover, .main-header .main-nav .selected a {
    border-bottom: 3px solid #0068b1; }
  .main-header .main-nav .k-icon {
    display: none; }
  .main-header .main-nav > div > ul > li.k-item {
    border: none; }
  .main-header .main-nav > div > ul > li.k-item:first-child {
    margin-left: 0; }
  .main-header .main-nav > div > ul > li > ul {
    background: #fff;
    border: none;
    font-size: 14px;
    padding: 0 30px;
    margin: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 50; }
    .main-header .main-nav > div > ul > li > ul li {
      margin: 0;
      line-height: 45px; }
    .main-header .main-nav > div > ul > li > ul a.k-link {
      padding: 0 !important;
      display: block;
      margin: 0;
      line-height: 45px;
      font-weight: normal !important;
      border-bottom: 1px solid #f0f0f0; }
    .main-header .main-nav > div > ul > li > ul li:last-child a.k-link {
      border: none; }
    .main-header .main-nav > div > ul > li > ul a.k-link.sfSel {
      padding: 0 0 0 15px !important;
      background: transparent none left center no-repeat; }
.main-header .breadcrumbs-bar {
  height: 35px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 12px;
  color: #303030;
  background: #eaeaea url("../Images/bg-breadcrumbs.png") left top repeat-x; }
  .main-header .breadcrumbs-bar .breadcrumbs-container {
    width: 960px;
    margin: 0 auto;
    line-height: 35px;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px; }
  .main-header .breadcrumbs-bar .breadcrumbs {
    float: left;
    width: 580px; }
  .main-header .breadcrumbs-bar .breadcrumbs ul {
    list-style: none outside;
    font-family: 'open sans', sans-serif; }
    .main-header .breadcrumbs-bar .breadcrumbs ul a {
      font-size: 12px;
      color: #303030;
      text-decoration: none; }
    .main-header .breadcrumbs-bar .breadcrumbs ul a:hover {
      text-decoration: none; }
.main-header .searchbox {
  float: right;
  width: 250px;
  margin-right: 25px; }
  .main-header .searchbox .gsc-search-box {
    line-height: 20px; }
    .main-header .searchbox .gsc-search-box .gsib_a {
      padding-top: 2px; }
    .main-header .searchbox .gsc-search-box .gsc-search-button {
      padding: 3px 10px; }
    .main-header .searchbox .gsc-search-box td.gsc-search-button {
      padding-right: 0; }
    .main-header .searchbox .gsc-search-box .gsc-input {
      padding-right: 0;
      font-size: 14px; }

/* google search styles */
.gssb_c {
  z-index: 2 !important; }

.gstl_52 {
  min-width: 536px; }

.content .gsc-input-box td.gsib_a {
  padding-top: 1px; }

.content .gsc-input-box td.gsib_a input[style] {
  height: 21px !important; }

.main.solution-page {
  padding: 0; }

.main.audience-page {
  padding: 0; }
  .main.audience-page h1 {
    padding: 0;
    margin: 0;
    padding-top: 65px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 60px;
    text-transform: uppercase; }
  .main.audience-page p.subhead {
    padding: 0;
    margin: 0 0 50px 0;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center; }

.no-css3transition .main.homepage .solutions-list > ul li a > div, .no-css3transition .main.homepage .solutions-list > ul li .enterprise-span > div {
  zoom: 1;
  position: relative; }

.main.homepage {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  background: transparent url("../images/huge-bg-test.jpg") center -50px no-repeat; }
  .main.homepage .container {
    position: relative;
    z-index: 3;
/*    padding: 90px 0 0 0; */
    padding: 45px 0 0 0; }
  .main.homepage h1 {
    font-size: 90px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px 0;
    line-height: 1;
    color: #0068b1; }
  .main.homepage h1 > a {
  	color: #0068b1;
  	text-decoration: none; }
  .main.homepage h1 > a:link a:visited {
  	color: #0068b1;
  	text-decoration: none; }
  .main.homepage h1 > a:hover {
  	color: #000000;
  	text-decoration: none; }
  .main.homepage .hp-subhead {
    text-align: center;
    color: #384448;
    font-size: 22px;
    text-transform: uppercase; }
  .main.homepage .solutions-list p {
    text-transform: uppercase;
    font-size: 15px;
    text-align: center; }
  .main.homepage .solutions-list > ul {
    list-style: none outside;
/*	Original spacing between "See our solutions for..." text and diamonds
    margin: 60px 0 0 0; */
    margin: 40px 0 0 0;
    padding: 0;
    height: 180px;
    position: relative; }
    .main.homepage .solutions-list > ul > li {
      float: left;
      position: relative;
      width: 140px; }
    .main.homepage .solutions-list > ul li a > div, .main.homepage .solutions-list > ul li .enterprise-span > div {
      position: relative;
      z-index: 2;
      width: 140px;
      height: 140px;
      margin: 0;
      -webkit-transition: width 0.4s, height 0.4s, margin 0.4s;
      -moz-transition: width 0.4s, height 0.4s, margin 0.4s;
      -ms-transition: width 0.4s, height 0.4s, margin 0.4s;
      transition: width 0.4s, height 0.4s, margin 0.4s; }
    .main.homepage .solutions-list > ul li.operator {
      margin-left: 70px; }
    .main.homepage .solutions-list > ul li.enterprise, .main.homepage .solutions-list > ul li.oem, .main.homepage .solutions-list > ul li.consumer, .main.homepage .solutions-list > ul li.m2m {
      margin-left: 30px; }
    .main.homepage .solutions-list > ul li.operator a div.diamond {
      background-color: #ff3c00;
      background-color: rgba(255, 60, 0, 0.7); }
    .main.homepage .solutions-list > ul li.enterprise a div.diamond {
      background-color: #fab717;
      background-color: rgba(250, 183, 23, 0.7); }
/*    .main.homepage .solutions-list > ul li.enterprise .enterprise-span div.diamond {
      background-color: #fab717;
      background-color: rgba(250, 183, 23, 0.7); }*/
    .main.homepage .solutions-list > ul li.oem a div.diamond {
      background-color: #00b326;
      background-color: rgba(0, 179, 38, 0.7); }
    .main.homepage .solutions-list > ul li a {
      color: #fff;
      text-decoration: none; }
    .main.homepage .solutions-list > ul li.consumer a div.diamond {
      background-color: #853db2;
      background-color: rgba(133, 61, 178, 0.7); }
    .main.homepage .solutions-list > ul li.m2m a div.diamond {
      background-color: #009ed5;
      background-color: rgba(0, 158, 213, 0.7); }
    .main.homepage .solutions-list > ul li.operator a > div:hover .diamond {
      background-color: #ff3c00;
      background-color: #ff3c00; }
    .main.homepage .solutions-list > ul li.enterprise a > div:hover .diamond {
      background-color: #fab717;
      background-color: #fab717; }
/*    .main.homepage .solutions-list > ul li.enterprise .enterprise-span > div:hover .diamond {
      background-color: #fab717;
      background-color: #fab717; }*/
    .main.homepage .solutions-list > ul li.oem a > div:hover .diamond {
      background-color: #00b326;
      background-color: #00b326; }
    .main.homepage .solutions-list > ul li.consumer a > div:hover .diamond {
      background-color: #853db2;
      background-color: #853db2; }
    .main.homepage .solutions-list > ul li.m2m a > div:hover .diamond {
      background-color: #009ed5;
      background-color: #009ed5; }
    .main.homepage .solutions-list > ul li a > div:hover, .main.homepage .solutions-list > ul li .enterprise-span > div:hover {
      z-index: 5 !important;
      width: 300px;
      height: 300px;
      margin: -80px; }
    .main.homepage .solutions-list > ul li {
      display: block;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      font-size: 16px; }
    .main.homepage .solutions-list > ul ul {
      display: none;
      list-style: none outside;
      float: none;
      text-align: center;
      font-size: 14px;
      margin-top: 20px;
      margin-left: 0;
      padding: 0; }
      .main.homepage .solutions-list > ul ul li {
        display: block;
        float: none;
        text-transform: none;
        line-height: 28px; }
    .main.homepage .solutions-list > ul li div.diamond {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg); }
    .main.homepage .solutions-list > ul .diamond-content {
      position: relative; }
    .main.homepage .solutions-list > ul .diamond-content p {
      display: none;
      font-size: 14px;
      line-height: 1.4;
      text-transform: none;
      width: 280px;
      margin: 20px auto 0; }
    .main.homepage .solutions-list > ul li.operator a > div > div.diamond-content {
      background: transparent url("../images/diamond-icon-operator.png") center 12px no-repeat;
      padding-top: 75px; }
    .main.homepage .solutions-list > ul li.enterprise a > div > div.diamond-content {
      background: transparent url("../images/diamond-icon-enterprise.png") center 20px no-repeat;
      padding-top: 75px; }
/*    .main.homepage .solutions-list > ul li.enterprise .enterprise-span > div > div.diamond-content {
      background: transparent url("../images/diamond-icon-enterprise.png") center 20px no-repeat;
      padding-top: 75px; }*/
    .main.homepage .solutions-list > ul li.oem a > div > div.diamond-content {
      background: transparent url("../images/diamond-icon-oem.png") center 20px no-repeat;
      padding-top: 75px; }
    .main.homepage .solutions-list > ul li.m2m a > div > div.diamond-content {
      background: transparent url("../images/diamond-icon-m2m.png") center 20px no-repeat;
      padding-top: 75px; }
    .main.homepage .solutions-list > ul li.consumer a > div > div.diamond-content {
      background: transparent url("../images/diamond-icon-partner.png") center 20px no-repeat;
      padding-top: 75px; }

/* contact form */
.sfFormsEditor input, .sfFormsEditor textarea {
  margin-bottom: 10px;
  border: 1px solid #ccc; }
.sfFormsEditor textarea {
  width: 300px; }
.sfFormsEditor .sfFormSubmit input {
  border: none;
  color: #fff;
  padding: 0 15px;
  line-height: 40px; }

/*.bg-left { background: #0068b1 none; height: 100%; width: 50%; position: absolute; top: 0; left: 0; z-index: 1; }
	.bg-right { background: #0068b1 url('../images/bg-devices.gif') right bottom; height: 100%; width: 50%; position: absolute; top: 0; right: 0; z-index: 1; }
	.bg-full { z-index:2;  height: 100%; width: 960px; position: absolute; top: 0; left: 50%; margin-left: -480px;
		.para { box-shadow: 30px 0 100px rgba(0,0,0,0.7); width: 1420px; height: 100%; -webkit-transform: skew(-48deg); -moz-transform: skew(-48deg); -o-transform: skew(-48deg); background: #ccc url('../images/bg.gif') repeat; margin-left: -128px; position:relative;
			.main-footer { bottom: 0; position: absolute; }
			.latest-news-hp { -webkit-transform: skew(48deg); -moz-transform: skew(48deg); -o-transform: skew(48deg); }
		}
	}*/
.main {
  background: transparent url("../images/bg_top.jpg") center -156px no-repeat;
  padding: 0 0 50px; }
  .main a.btn {
    display: block;
    float: left;
    color: #fff !important;
    text-decoration: none;
    padding: 0 15px;
    line-height: 40px; }
  .main .container {
    width: 960px;
    margin: 0 auto; }
  .main .solution-header {
    background: transparent none center top no-repeat; }
    .main .solution-header h1 {
      text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
      color: #fff;
      font-size: 50px;
      margin: 0 0 20px 0;
      line-height: 1;
      letter-spacing: -0.01em; }
    .main .solution-header p {
      font-size: 14px;
      margin: 0 0 30px 0; }
    .main .solution-header .solution-text {
      width: 550px;
      float: right;
      margin: 85px 0 0 0; }
    .main .solution-header .featured-resources {
      clear: both;
      background: #303030;
      color: #fff;
      font-size: 14px;
      padding: 45px 0 30px; }
      .main .solution-header .featured-resources .resources-header {
        float: left;
        width: 265px;
        margin-left: 10px; }
      .main .solution-header .featured-resources h2 {
        font-weight: 600;
        font-size: 24px;
        margin: 0 0 15px 0;
        line-height: 1; }
      .main .solution-header .featured-resources a {
        outline: none; }
      .main .solution-header .featured-resources a.view-all {
        display: block;
        background: transparent none !important;
        text-decoration: none;
        text-transform: uppercase; }
      .main .solution-header .featured-resources a.view-all:hover {
        text-decoration: none;
        color: #fff; }
      .main .solution-header .featured-resources a:hover {
        text-decoration: underline; }
      .main .solution-header .featured-resources li > a {
        color: #fff !important;
        background: transparent none left 7px no-repeat;
        text-decoration: none;
        display: block;
        padding-left: 15px;
        line-height: 24px; }
      .main .solution-header .featured-resources ul {
        margin: 0;
        padding: 0;
        list-style: none outside;
        width: 685px;
        float: right; }
        .main .solution-header .featured-resources ul li {
          width: 49%;
          float: left;
          margin: 0 0 15px 0; }
        .main .solution-header .featured-resources ul li:nth-child(3) {
          clear: left; }
  .main ul.by-the-numbers {
    list-style: none outside;
    margin: 0;
    padding: 0; }
    .main ul.by-the-numbers li {
      float: left;
      width: 119px;
      text-align: center;
      border-right: 1px solid #dfdfdf;
      padding: 0 20px; }
    .main ul.by-the-numbers li:last-child {
      border: none; }
    .main ul.by-the-numbers span {
      display: block;
      font-size: 48px; }
  .main .content-img.img-left img {
    float: left; }
  .main .content-img.img-left h2, .main .content-img.img-left p, .main .content-img.img-left ul, .main .content-img.img-left blockquote, .main .content-img.img-left cite {
    margin-left: 510px;
    font-weight: 400; }
  .main .content-img.img-right img {
    float: right; }
  .main .content-img.img-right h2, .main .content-img.img-right p, .main .content-img.img-right ul, .main .content-img.img-right blockquote, .main .content-img.img-right cite {
    margin-right: 510px; }
  .main .content-img {
    width: 960px;
    margin: 0 auto;
    clear: both;
    font-size: 14px;
    padding: 75px 0 !important; }
    .main .content-img h2 {
      font-size: 36px;
      font-weight: 600;
      margin-top: 0; }
    .main .content-img blockquote {
      font-size: 30px;
      margin-left: 0;
      margin-right: 0; }
    .main .content-img blockquote:before {
      content: open-quote; }
    .main .content-img blockquote:after {
      content: close-quote; }
    .main .content-img cite {
      text-align: right;
      font-weight: 600;
      font-style: italic;
      display: block; }
  .main .altbg-content {
    background: #303030;
    color: #fff;
    font-size: 14px; }
  .main .altbg-content h2, .main .transbg-content h2, .main .nobg-content h2 {
    font-size: 36px;
    font-weight: 400; }
  .main .altbg-content .group, .main .transbg-content .group, .main .nobg-content .group {
    padding-top: 1px; }
  .main .transbg-content {
    background: rgba(0, 0, 0, 0.1) none; }
  .main .video-content .container {
    padding-top: 1px;
    background: transparent none center top no-repeat; }
  .main .video-content .play-video {
    width: 480px;
    height: 240px;
    text-indent: -9999px;
    display: block;
    float: right;
    outline: none; }
  .main .video-content .video-text-area {
    margin-left: 480px;
    margin-top: 30px; }
  .main .video-content a.btn {
    margin-bottom: 50px;
    margin-top: 30px; }
  .main .video-content h2 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 36px; }
  .main .video-content p {
    margin-bottom: 10px; }
  .main .altbg-content .video-content {
    color: #fff; }
  .main .video-content.left .container {
    background-position: right bottom; }
  .main .video-content.left .play-video {
    float: left; }
  .main .video-content.left .video-text-area {
    margin-left: 480px;
    margin-right: 0; }
  .main .video-content.right .video-text-area {
    margin-right: 480px;
    margin-left: 0; }
  .main .rotator {
    font-size: 14px; }
  .main .slide {
    padding-top: 150px;
    position: absolute; }
    .main .slide h2 {
      font-size: 36px;
      font-weight: 600; }
    .main .slide img {
      float: right;
      padding-left: 50px; }
  .main ul.pager {
    margin: 0;
    padding: 0 0 50px;
    list-style: none outside;
    text-align: center;
    clear: both; }
    .main ul.pager li {
      display: inline-block; }
      .main ul.pager li a {
        color: #fff;
        text-decoration: none; }
  .main .content-callout {
    width: 960px;
    margin: 150px auto;
    font-size: 14px; }
    .main .content-callout img {
      float: left; }
    .main .content-callout h2 {
      font-size: 36px; }
    .main .content-callout h2, .main .content-callout p {
      margin-left: 440px; }
  .main .full-width-content {
    padding: 75px 0; }
  .main .img-right .full-width-content-box {
    padding-right: 430px; }
  .main .img-left .full-width-content-box {
    padding-left: 430px; }
  .main .callout {
    background: #303030;
    color: #fff;
    height: 60px;
    padding: 30px 0;
    margin-top: 50px;
    width: 960px;
    margin: -50px auto 0; }
    .main .callout h3 {
      font-size: 30px;
      font-weight: 600;
      line-height: 60px;
      padding-left: 45px;
      float: left;
      margin: 0; }
    .main .callout a {
      float: right;
      line-height: 60px;
      border-left: 1px solid #fff;
      padding: 0 50px 0 60px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none; }
  .main .solutions-footer {
    padding: 125px 0;
    font-size: 14px; }
    .main .solutions-footer h2 {
      color: #fff;
      font-size: 36px;
      font-weight: 600;
      margin-top: 0;
      margin-bottom: 15px; }
    .main .solutions-footer h3 {
      color: #303030;
      font-size: 20px;
      font-weight: 400;
      margin-top: 0; }
    .main .solutions-footer .btn {
      background: #000 !important; }
    .main .solutions-footer .btn:hover {
      background: #333 !important; }
    .main .solutions-footer .contact {
      float: left;
      width: 530px; }
      .main .solutions-footer .contact p {
        font-size: 18px;
        margin-top: 0; }
    .main .solutions-footer .continue {
      float: right;
      width: 300px;
      border-left: 1px solid #e5a916;
      padding: 0 0 0 50px; }
      .main .solutions-footer .continue ul {
        margin: 0;
        padding: 0;
        list-style: none outside; }
      .main .solutions-footer .continue li {
        line-height: 2.2; }
      .main .solutions-footer .continue a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none; }
      .main .solutions-footer .continue a:hover {
        text-decoration: underline; }
  .main .audience-header {
    margin: 0 auto 80px auto;
    max-width: 1450px;
    min-width: 960px;
    width: auto; }
    .main .audience-header .container {
      margin: 0 auto; }
    .main .audience-header .item {
      width: 236px;
      height: 235px;
      float: left;
      background: #333;
      margin-bottom: 2px;
      position: relative;
      overflow: hidden;
      color: #fff; }
      .main .audience-header .item a {
        color: #fff;
        display: block;
        width: 100%;
        height: 100%; }
      .main .audience-header .item a:hover {
        background: rgba(0, 0, 0, 0.1); }
      .main .audience-header .item div {
        position: absolute;
        bottom: 20px;
        left: 20px; }
        .main .audience-header .item div strong {
          display: block; }
      .main .audience-header .item img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; }
    .main .audience-header .item.image a {
      background: transparent url("../Images/highlight-overlay-lg.png") right bottom repeat-x;
      position: relative;
      z-index: 3; }
    .main .audience-header .item.image a:hover {
      background-color: rgba(0, 0, 0, 0.1); }
    .main .audience-header .item.w2 div {
      font-size: 30px; }
    .main .audience-header .item.w2.h2 div {
      font-size: 36px; }
    .main .audience-header .item div {
      font-size: 20px; }
    .main .audience-header .item.grey {
      background: #303030;
      background: rgba(48, 48, 48, 0.8); }
    .main .audience-header .item.w2 {
      width: 472px; }
    .main .audience-header .item.h2 {
      height: 472px; }
  .main .audience-rotator .rotator-container-outside {
    width: 960px;
    margin: 0 auto;
    position: relative; }
  .main .audience-rotator .left, .main .audience-rotator .right {
    width: 43px;
    height: 82px;
    background-position: 0 0;
    display: block;
    text-indent: -9999px;
    background: transparent url("../Images/slideshow-arrow-left.png") left top no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -41px;
    right: 0;
    outline: none; }
  .main .audience-rotator .left {
    left: 0;
    z-index: 6; }
  .main .audience-rotator .right {
    background: transparent url("../Images/slideshow-arrow-right.png") left top no-repeat; }
  .main .audience-rotator .left.disabled, .main .audience-rotator .right.disabled {
    background-position: 0 -82px; }
  .main .audience-rotator .slide {
    padding-top: 50px;
    text-align: center;
    width: 960px;
    float: left; }
  .main .audience-rotator h3 {
    font-size: 40px;
    font-weight: normal;
    margin: 10px auto 60px;
    width: 610px; }
  .main .audience-rotator .content-header {
    color: #0068b1;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1; }
  .main .audience-rotator .btn {
    float: none;
    display: inline-block; }
  .main .audience-rotator .pager li {
    cursor: pointer;
    width: 10px;
    height: 10px;
    text-indent: -9999px; }
  .main .audience-rotator .pager li.current {
    color: #fff; }
  .main .audience-rotator .rotator-container {
    overflow: hidden; }
  .main .audience-rotator .slides-container {
    width: 100000px;
    position: relative; }
  .main .audience-rotator .reason {
    float: left;
    width: 380px;
    margin: 0 50px; }
    .main .audience-rotator .reason h3 {
      width: auto;
      font-family: 'Open Sans', sans-serif;
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 0;
      line-height: 1;
      margin-top: 90px; }
    .main .audience-rotator .reason h4 {
      font-weight: 600;
      font-size: 18px;
      margin: 0; }
    .main .audience-rotator .reason p {
      font-size: 14px;
      margin-top: 0; }
  .main .audience-rotator small {
    clear: both;
    display: block;
    margin-top: 30px; }
  .main .nobg-content .pager li, .main .transbg-content .pager li {
    background: transparent url("../Images/paginate.png") left top no-repeat; }
  .main .nobg-content .pager li.current, .main .transbg-content .pager li.current {
    background-position: 0 -10px; }
  .main .altbg-content .pager li {
    background: transparent url("../Images/paginate-light.png") left top no-repeat; }
  .main .altbg-content .pager li.current {
    background-position: 0 -10px; }
  .main .altbg-content.audience-rotator .left {
    background-image: url("../Images/slideshow-arrow-left-light.png"); }
  .main .altbg-content.audience-rotator .right {
    background-image: url("../Images/slideshow-arrow-right-light.png"); }
  .main div.sidebar {
    width: 240px;
    float: left;
    font-size: 14px;
    color: #303030; }
    .main div.sidebar ul {
      margin: 0;
      padding: 0;
      list-style: none outside; }
    .main div.sidebar nav.sidebar {
      text-transform: uppercase;
      background: #eaeaea url("../Images/bg-sidebar.gif") right top repeat-y;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .main div.sidebar nav.sidebar a {
        padding: 0 0 0 30px;
        line-height: 48px;
        display: block; }
      .main div.sidebar nav.sidebar a.sfSel {
        font-weight: normal; }
      .main div.sidebar nav.sidebar li.first {
        border-top: none; }
      .main div.sidebar nav.sidebar li {
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #dedede;
        background: transparent none; }
      .main div.sidebar nav.sidebar li:hover, .main div.sidebar nav.sidebar li.selected, .main div.sidebar nav.sidebar li.selected:hover {
        border-color: transparent;
        background: #303030 url("../Images/sidebar-here.png") 30px center no-repeat; }
        .main div.sidebar nav.sidebar li:hover a, .main div.sidebar nav.sidebar li.selected a, .main div.sidebar nav.sidebar li.selected:hover a {
          color: #fff;
          padding-left: 45px; }
      .main div.sidebar nav.sidebar li:hover {
        background-image: none; }
        .main div.sidebar nav.sidebar li:hover a {
          padding-left: 30px; }
    .main div.sidebar a {
      color: #303030;
      text-decoration: none; }
    .main div.sidebar .widgets {
      margin: 30px 0 0 0;
      background: #eaeaea url("../Images/bg-sidebar.gif") right top repeat-y;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .main div.sidebar .widget:first-child {
      border-top: none; }
    .main div.sidebar .widget {
      padding: 30px;
      border-bottom: 1px solid #dedede;
      border-top: 1px solid #fff; }
  .main .two-col {
    margin-top: 30px; }
    .main .two-col .column {
      width: 48%;
      float: left; }
    .main .two-col .column.last {
      width: 48%;
      float: right; }
  .main .news-years {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 12px; }
    .main .news-years h6 {
      margin: 0;
      text-transform: uppercase;
      font-size: 14px; }
    .main .news-years a:hover {
      color: #333; }
  .main div.content {
    background: #fff;
    width: 720px;
    float: right;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .main div.content h4 {
      text-transform: uppercase;
      margin-bottom: 0.5em;
      font-size: 14px;
      font-weight: 600; }
    .main div.content table {
      width: 100%; }
      .main div.content table th {
        font-weight: 400;
        text-align: left; }
      .main div.content table tr td, .main div.content table tr th {
        line-height: 2; }
      .main div.content table tbody tr:nth-child(2n-1) {
        background: #eee; }
    .main div.content p strong, .main div.content strong {
      font-weight: 600; }
    .main div.content .highlights .highlight-large {
      width: 478px;
      height: 478px;
      position: relative;
      margin: 0 5px 0 0;
      float: left; }
      .main div.content .highlights .highlight-large img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .main div.content .highlights .highlight-large a {
        line-height: 1;
        font-size: 23px;
        padding: 412px 22px 0 22px;
        color: #fff;
        position: relative;
        z-index: 2;
        display: block;
        height: 66px;
        width: 434px;
        background: transparent url("../Images/highlight-overlay-lg.png") left bottom repeat-x; }
        .main div.content .highlights .highlight-large a span {
          font-weight: 700;
          display: block; }
      .main div.content .highlights .highlight-large a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .main div.content .highlights .highlight-small {
      width: 237px;
      height: 237px;
      position: relative;
      margin: 0 0 5px 0;
      float: left; }
      .main div.content .highlights .highlight-small img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      .main div.content .highlights .highlight-small a {
        line-height: 1;
        font-size: 23px;
        padding: 170px 22px 0 22px;
        color: #fff;
        height: 67px;
        width: 193px;
        position: relative;
        z-index: 2;
        display: block;
        background: transparent url("../Images/highlight-overlay-sm.png") left bottom repeat-x; }
        .main div.content .highlights .highlight-small a span {
          font-weight: 700;
          display: block; }
      .main div.content .highlights .highlight-small a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .main div.content .content-area {
      padding: 50px;
      clear: both; }
      .main div.content .content-area h1 {
        margin-top: 0;
        font-size: 30px;
        color: #0068b1;
        font-weight: 600; }
      .main div.content .content-area h2 {
        font-size: 16px;
        margin-top: 0;
        font-weight: 600; }
      .main div.content .content-area h3 {
        font-size: 14px; }
      .main div.content .content-area p:first-child {
        margin-top: 0; }
      .main div.content .content-area .team-member {
        padding: 30px 0;
        border-bottom: 1px solid #eee; }
        .main div.content .content-area .team-member img {
          float: left;
          margin-right: 30px; }
        .main div.content .content-area .team-member h3 {
          margin: 0; }
        .main div.content .content-area .team-member h4 {
          margin: 0;
          color: #666; }
        .main div.content .content-area .team-member h3, .main div.content .content-area .team-member h4, .main div.content .content-area .team-member p {
          float: right;
          width: 512px; }
        .main div.content .content-area .team-member p:last-child {
          margin-bottom: 0; }
      .main div.content .content-area .team-member:first-child {
        padding-top: 0; }
      .main div.content .content-area .team-member:last-child {
        border: none;
        padding-bottom: 0; }
    .main div.content a {
      text-decoration: none; }
  .main .product-nav {
    background: #303030;
    padding: 30px 0; }
    .main .product-nav .logo {
      width: 390px;
      float: left; }
    .main .product-nav .navigation {
      float: right;
      width: 570px;
      text-transform: uppercase; }
      .main .product-nav .navigation a {
        color: #fff;
        text-decoration: none; }
      .main .product-nav .navigation .sfSel, .main .product-nav .navigation a:hover {
        border-bottom: 3px solid #0068b1; }
      .main .product-nav .navigation ul {
        margin: 0;
        padding: 0;
        float: right;
        line-height: 39px; }
      .main .product-nav .navigation li {
        margin-left: 35px; }
      .main .product-nav .navigation .sfSel {
        font-weight: normal; }

/* news */
.sfnewsDetails .sfnewsAuthorAndDate {
  font-size: 12px;
  margin: 1em 0; }
.sfnewsDetails .sfnewsSummary {
  font-size: 18px; }

.sfnewsList {
  list-style: none outside;
  margin: 0;
  padding: 0; }
  .sfnewsList h2 {
    margin: 0; }
  .sfnewsList .sfnewsMetaInfo {
    font-size: 12px;
    margin: 0 0 10px 0; }
  .sfnewsList li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .sfnewsList .sfnewsFullStory {
    margin-top: 15px;
    display: block; }

.sfnewsList.sfnewsListTitlesOnly li {
  border: none;
  padding: 0;
  margin: 0; }

.sf_pagerNumeric a {
  display: inline-block;
  margin: 0 10px 0 0; }
.sf_pagerNumeric a.sf_PagerCurrent {
  color: #000 !important; }

.main-container {
  width: 960px;
  margin: 0 auto; }

.main-container-outside {
  padding: 50px 0 0 0;
  background: transparent url("../Images/bg-shadow.png") left top repeat-x; }

.main-footer .latest-news {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 0 35px 0; }
  .main-footer .latest-news h6 {
    font-size: 12px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto;
    width: 960px; }
  .main-footer .latest-news .sfnewsList {
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto;
    width: 960px;
    list-style: none outside;
    padding: 0; }
    .main-footer .latest-news .sfnewsList a {
      text-decoration: none;
      color: #0068b1; }
.main-footer .footer-content {
  background: #2f3235 url("../Images/bg-footer.gif") left top repeat-x;
  padding: 20px 0; }
  .main-footer .footer-content .footer-container {
    width: 960px;
    margin: 0 auto; }
  .main-footer .footer-content .company-info {
    width: 430px;
    float: left;
    font-size: 16px;
    color: #999999; }
    .main-footer .footer-content .company-info a {
      color: #fff;
      text-decoration: none; }
    .main-footer .footer-content .company-info a.tel {
      display: block;
      line-height: 1.5;
      font-size: 14px; }
    .main-footer .footer-content .company-info address {
      font-style: normal;
      margin: 30px 0 20px 0; }
      .main-footer .footer-content .company-info address strong {
        color: #fff; }
    .main-footer .footer-content .company-info .copyright {
      font-size: 11px; }
  .main-footer .footer-content .footer-logo {
    width: 170px;
    height: 45px;
    text-indent: -9999px;
    display: block;
    background: transparent url("../Images/logo-footer.png") left top no-repeat; }
  .main-footer .footer-content .footer-links {
    background: #303336;
    float: left;
    width: 490px;
    padding: 20px; }
    .main-footer .footer-content .footer-links ul {
      margin: 0;
      padding: 0;
      list-style: none outside;
      line-height: 1.5; }
    .main-footer .footer-content .footer-links h3 {
      margin: 0;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }
    .main-footer .footer-content .footer-links a {
      color: #999;
      text-decoration: none;
      font-size: 12px; }
    .main-footer .footer-content .footer-links .column {
      width: 200px;
      float: left;
      margin-right: 90px; }
    .main-footer .footer-content .footer-links .column.last {
      margin: 0; }
    .main-footer .footer-content .footer-links .social {
      width: 200px;
      float: right;
      margin-top: 45px; }
.main-footer .social h3 {
  margin-bottom: 10px !important; }
.main-footer .social li {
  float: left;
  margin-right: 5px; }
.main-footer .social li a {
  width: 25px;
  height: 25px;
  background: transparent none left top no-repeat;
  display: block;
  text-indent: -9999px; }
.main-footer .social li a:hover {
  background-position: left -25px; }
.main-footer .social .facebook a {
  background-image: url("../images/social-facebook.png"); }
.main-footer .social .twitter a {
  background-image: url("../images/social-twitter.png"); }
.main-footer .social .youtube a {
  background-image: url("../images/social-youtube.png"); }
.main-footer .social .gplus a {
  background-image: url("../images/social-gplus.png"); }
.main-footer .social .linkedin a {
  background-image: url("../images/social-linkedin.png"); }

.sfnewsListItem a:hover {
  text-decoration: underline !important; }

.footer-homepage {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.1) url("../Images/hp-social.gif") left bottom repeat-x;
  /* homepage corner news area */ }
  .footer-homepage .latest-news {
    background: transparent none; }
    .footer-homepage .latest-news ul {
      width: auto !important; }
    .footer-homepage .latest-news h3, .footer-homepage .latest-news h6 {
      width: auto; }
  .footer-homepage .footer-left {
    width: 710px;
    float: left; }
  .footer-homepage .footer-right {
    width: 250px;
    float: right;
    position: relative;
    background: transparent url("../Images/hp-social-grey.gif") bottom left repeat-x; }
  .footer-homepage .footer-container-outside {
    width: 960px; }
  .footer-homepage .footer-grow, .footer-homepage .footer-container-outside {
    display: table-cell; }
  .footer-homepage .footer-grow {
    position: relative; }
  .footer-homepage .corner-news {
    right: auto;
    bottom: 0;
    margin-left: -250px;
    width: 618px;
    height: 619px;
    background: transparent url("../Images/corner.png") left bottom no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    right: auto;
    bottom: 0;
    margin-left: -250px; }
    .footer-homepage .corner-news .pager {
      text-align: right;
      position: absolute;
      right: 15px;
      bottom: 0; }
      .footer-homepage .corner-news .pager li {
        text-align: left;
        cursor: pointer;
        text-indent: -9999px;
        background: transparent url("../Images/paginate-light.png") left top no-repeat;
        width: 10px;
        height: 10px;
        display: inline-block;
        color: #fff; }
      .footer-homepage .corner-news .pager li.current {
        background-position: 0 -10px; }
  .footer-homepage .hp-social p {
    float: left;
    margin: 0;
    font-size: 11px;
    line-height: 29px; }
  .footer-homepage .hp-social a {
    color: #0068b1;
    text-decoration: none; }
  .footer-homepage .hp-social a:hover {
    text-decoration: underline; }
  .footer-homepage .social-mini {
    height: 29px;
    margin: 0;
    padding: 0;
    list-style: none outside;
    float: right; }
    .footer-homepage .social-mini li {
      float: left; }
    .footer-homepage .social-mini a {
      text-indent: -9999px;
      display: block;
      height: 29px; }
    .footer-homepage .social-mini .facebook a {
      background: url("../Images/hp-social-facebook.gif") left top no-repeat;
      width: 46px; }
    .footer-homepage .social-mini .twitter a {
      background: url("../Images/hp-social-twitter.gif") left top no-repeat;
      width: 44px; }
    .footer-homepage .social-mini .youtube a {
      background: url("../Images/hp-social-youtube.gif") left top no-repeat;
      width: 52px; }
    .footer-homepage .social-mini .google a {
      background: url("../Images/hp-social-google.gif") left top no-repeat;
      width: 39px; }
    .footer-homepage .social-mini .linkedin a {
      background: url("../Images/hp-social-linkedin.gif") left top no-repeat;
      width: 56px; }
    .footer-homepage .social-mini a:hover {
      background-position: 0 -29px; }
  .footer-homepage .corner-news-content {
    min-width: 120px;
    max-width: 300px;
    margin-top: 400px;
    text-align: center;
    color: #fff;
    float: right;
    margin-right: 50px;
    font-size: 36px; }
    .footer-homepage .corner-news-content p {
      margin: 0; }
      .footer-homepage .corner-news-content p span {
        font-size: 12px;
        display: block;
        text-transform: uppercase; }
    .footer-homepage .corner-news-content a {
      color: #fff;
      text-decoration: none; }
    .footer-homepage .corner-news-content a:hover {
      text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5); }
  @media screen and (max-width: 1625px) {
    .footer-homepage .corner-news {
      right: auto !important;
      bottom: 0 !important; }
    .footer-homepage .corner-news-content {
      max-width: 275px; } }
  @media screen and (max-width: 1570px) {
    .footer-homepage .corner-news {
      right: auto !important;
      bottom: 0 !important; }
    .footer-homepage .corner-news-content {
      margin-top: 430px;
      max-width: 260px; } }
  @media screen and (max-width: 1480px) {
    .footer-homepage .corner-news {
      right: auto !important;
      bottom: 0 !important; }
    .footer-homepage .corner-news-content {
      margin-right: 25px;
      font-size: 30px;
      margin-top: 450px; } }
  @media screen and (max-width: 1400px) {
    .footer-homepage .corner-news {
      right: auto !important;
      bottom: 0 !important; }
    .footer-homepage .corner-news-content {
      margin-right: 25px;
      font-size: 25px;
      margin-top: 470px; } }
  @media screen and (max-width: 1350px) {
    .footer-homepage .corner-news {
      right: auto !important;
      bottom: 0 !important; }
    .footer-homepage .corner-news-content {
      margin-right: 25px;
      font-size: 20px;
      margin-top: 450px;
      max-width: 200px; } }
  @media screen and (max-width: 1265px) {
    .footer-homepage .corner-news {
      right: auto !important;
      bottom: 0 !important; }
    .footer-homepage .corner-news-content {
      margin-right: 25px;
      font-size: 20px;
      margin-top: 480px;
      max-width: 170px; } }
  @media screen and (max-width: 1150px) {
    .footer-homepage .corner-news {
      right: auto !important;
      bottom: 0 !important; }
    .footer-homepage .corner-news-content {
      margin-right: 25px;
      font-size: 20px;
      margin-top: 510px;
      max-width: 170px; } }
  @media screen and (max-width: 1084px) {
    .footer-homepage .corner-news {
      right: auto !important;
      bottom: 0 !important; }
    .footer-homepage .corner-news-content {
      margin-right: 15px;
      font-size: 18px;
      margin-top: 500px;
      max-width: 150px; } }
  @media screen and (max-width: 1050px) {
    .footer-homepage .corner-news {
      right: auto !important;
      bottom: 0 !important; }
    .footer-homepage .corner-news-content {
      margin-right: 15px;
      font-size: 14px;
      margin-top: 505px;
      max-width: 121px; } }
  @media screen and (min-width: 1601px) {
    .footer-homepage .footer-right {
      position: static !important; }
    .footer-homepage .corner-news {
      right: auto !important;
      left: auto !important;
      right: 0 !important;
      bottom: 0 !important; } }

/* audience page */
@media screen and (max-width: 1435px) {
  .audience-header {
    max-width: 960px !important; } }
/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
/*       IE FIXES        */
/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
.no-rgba .main .transbg-content {
  background: transparent url("../Images/semitrans.png") left top repeat; }

.no-rgba .main-footer .latest-news {
  background: transparent url("../Images/semitrans.png") left top repeat; }

.no-rgba .footer-homepage {
  background: #d8d8d8 url("../Images/hp-social.gif") left bottom repeat-x; }

/*.no-rgba .footer-homepage { background: transparent url('../Images/semitrans.png') left top repeat; }*/
.no-rgba .footer-homepage .latest-news {
  background: transparent none; }

/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
/*     Color Schemes     */
/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
.main-header .top-nav li.selected.company a, .main-header li.company:hover a {
  background: #0068b1; }

.main-header .top-nav li.selected.operator a, .main-header .top-nav li.operator:hover a {
  background: #ff3c00; }

.main-header .top-nav li.selected.enterprise a, .main-header .top-nav li.enterprise:hover a {
  background: #fab717; }

.main-header .top-nav li.selected.oem a, .main-header .top-nav li.oem:hover a {
  background: #00b326; }

.main-header .top-nav li.selected.consumer a, .main-header .top-nav li.consumer:hover a {
  background: #853db2; }

.main-header .top-nav li.selected.m2m a, .main-header .top-nav li.m2m:hover a {
  background: #009ed5; }

.main-header .top-nav li.enterprise .submenu a:hover {
  color: #fab717 !important; }

body.company .main-nav a:hover, body.company .main-nav .selected a {
  border-bottom: 3px solid #0068b1; }
body.company .main-nav ul ul a:hover {
  color: #0068b1; }
body.company .main a.btn {
  background-color: #0068b1; }
body.company .main a.btn:hover {
  background-color: #004f86; }
body.company .sfFormSubmit input {
  background-color: #0068b1; }
body.company .main .product-nav .navigation a.sfSel, body.company .main .product-nav .navigation a:hover {
  border-color: #0068b1 !important; }
body.company div.content .content-area h1 {
  color: #0068b1; }
body.company div.content a {
  color: #0068b1; }
body.company .solution-header {
  background-color: #0068b1; }
body.company .main .solutions-footer .continue {
  border-left: 1px solid #004f86; }
body.company .main-footer .footer-content .company-info a:hover {
  color: #0068b1; }
body.company .main-footer .footer-content .footer-links a:hover {
  color: #0068b1; }
body.company .main .solution-header .featured-resources a {
  color: #6ebbf1; }
body.company .main .callout a {
  color: #0068b1; }
body.company .solutions-footer {
  background: #0068b1 none; }
body.company .main .audience-header .item.classcolor {
  background: #0068b1 none; }
body.company .altbg-content p a {
  color: #6ebbf1; }
body.company .transbg-content p a {
  color: #004f86; }
body.company .nobg-content p a {
  color: #004f86; }
body.company .main .solution-header .featured-resources a, body.company .main div.sidebar nav.sidebar li.selected, body.company .main div.sidebar nav.sidebar li.selected:hover {
  background-image: url("../Images/sidebar-here.png"); }
body.company .main-nav ul.k-group a.k-link.sfSel {
  background-image: url("../Images/sidebar-here.png"); }
body.company .top-nav .company a {
  background: #0068b1 none; }
body.company .solutions-footer, body.company .solutions-footer h3 {
  color: #f4f4f4; }
body.company .main .solution-header p {
  color: #fff; }

body.operator .main-nav a:hover, body.operator .main-nav .selected a {
  border-bottom: 3px solid #ff3c00; }
body.operator .main-nav ul ul a:hover {
  color: #ff3c00; }
body.operator .main a.btn {
  background-color: #ff3c00; }
body.operator .main a.btn:hover {
  background-color: #e63600; }
body.operator .sfFormSubmit input {
  background-color: #ff3c00; }
body.operator .main .product-nav .navigation a.sfSel, body.operator .main .product-nav .navigation a:hover {
  border-color: #ff3c00 !important; }
body.operator div.content .content-area h1 {
  color: #ff3c00; }
body.operator div.content a {
  color: #ff3c00; }
body.operator .solution-header {
  background-color: #ff3c00; }
body.operator .main .solutions-footer .continue {
  border-left: 1px solid #e63600; }
body.operator .main-footer .footer-content .company-info a:hover {
  color: #ff3c00; }
body.operator .main-footer .footer-content .footer-links a:hover {
  color: #ff3c00; }
body.operator .main .solution-header .featured-resources a {
  color: #ff5d2b; }
body.operator .main .callout a {
  color: #ff3c00; }
body.operator .solutions-footer {
  background: #ff3c00 none; }
body.operator .main .audience-header .item.classcolor {
  background: #ff3c00 none; }
body.operator .altbg-content p a {
  color: #ff5d2b; }
body.operator .transbg-content p a {
  color: #e63600; }
body.operator .nobg-content p a {
  color: #e63600; }
body.operator .main .solution-header .featured-resources a, body.operator .main div.sidebar nav.sidebar li.selected, body.operator .main div.sidebar nav.sidebar li.selected:hover {
  background-image: url("../Images/sidebar-red.png"); }
body.operator .main-nav ul.k-group a.k-link.sfSel {
  background-image: url("../Images/sidebar-red.png"); }
body.operator .top-nav .operator a {
  background: #ff3c00 none; }
body.operator .solutions-footer, body.operator .solutions-footer h3 {
  color: #f4f4f4; }
body.operator .main .solution-header p {
  color: #fff; }

body.enterprise .main-nav a:hover, body.enterprise .main-nav .selected a {
  border-bottom: 3px solid #fab717; }
body.enterprise .main-nav ul ul a:hover {
  color: #fab717; }
body.enterprise .main a.btn {
  background-color: #fab717; }
body.enterprise .main a.btn:hover {
  background-color: #d59d18; }
body.enterprise .sfFormSubmit input {
  background-color: #fab717; }
body.enterprise .main .product-nav .navigation a.sfSel, body.enterprise .main .product-nav .navigation a:hover {
  border-color: #fab717 !important; }
body.enterprise div.content .content-area h1 {
  color: #fab717; }
body.enterprise div.content a {
  color: #fab717; }
body.enterprise .solution-header {
  background-color: #fab717; }
body.enterprise .main .solutions-footer .continue {
  border-left: 1px solid #d59d18; }
body.enterprise .main-footer .footer-content .company-info a:hover {
  color: #fab717; }
body.enterprise .main-footer .footer-content .footer-links a:hover {
  color: #fab717; }
body.enterprise .main .solution-header .featured-resources a {
  color: #fab717; }
body.enterprise .main .callout a {
  color: #fab717; }
body.enterprise .solutions-footer {
  background: #fab717 none; }
body.enterprise .main .audience-header .item.classcolor {
  background: #fab717 none; }
body.enterprise .altbg-content p a {
  color: #fab717; }
body.enterprise .transbg-content p a {
  color: #d59d18; }
body.enterprise .nobg-content p a {
  color: #d59d18; }
body.enterprise .main .solution-header .featured-resources a, body.enterprise .main div.sidebar nav.sidebar li.selected, body.enterprise .main div.sidebar nav.sidebar li.selected:hover {
  background-image: url("../Images/sidebar-yellow.png"); }
body.enterprise .main-nav ul.k-group a.k-link.sfSel {
  background-image: url("../Images/sidebar-yellow.png"); }
body.enterprise .top-nav .enterprise a {
  background: #fab717 none; }

body.oem .main-nav a:hover, body.oem .main-nav .selected a {
  border-bottom: 3px solid #00b326; }
body.oem .main-nav ul ul a:hover {
  color: #00b326; }
body.oem .main a.btn {
  background-color: #00b326; }
body.oem .main a.btn:hover {
  background-color: #00921f; }
body.oem .sfFormSubmit input {
  background-color: #00b326; }
body.oem .main .product-nav .navigation a.sfSel, body.oem .main .product-nav .navigation a:hover {
  border-color: #00b326 !important; }
body.oem div.content .content-area h1 {
  color: #00b326; }
body.oem div.content a {
  color: #00b326; }
body.oem .solution-header {
  background-color: #00b326; }
body.oem .main .solutions-footer .continue {
  border-left: 1px solid #00921f; }
body.oem .main-footer .footer-content .company-info a:hover {
  color: #00b326; }
body.oem .main-footer .footer-content .footer-links a:hover {
  color: #00b326; }
body.oem .main .solution-header .featured-resources a {
  color: #27e54f; }
body.oem .main .callout a {
  color: #00b326; }
body.oem .solutions-footer {
  background: #00b326 none; }
body.oem .main .audience-header .item.classcolor {
  background: #00b326 none; }
body.oem .altbg-content p a {
  color: #27e54f; }
body.oem .transbg-content p a {
  color: #00921f; }
body.oem .nobg-content p a {
  color: #00921f; }
body.oem .main .solution-header .featured-resources a, body.oem .main div.sidebar nav.sidebar li.selected, body.oem .main div.sidebar nav.sidebar li.selected:hover {
  background-image: url("../Images/sidebar-green.png"); }
body.oem .main-nav ul.k-group a.k-link.sfSel {
  background-image: url("../Images/sidebar-green.png"); }
body.oem .top-nav .oem a {
  background: #00b326 none; }

body.consumer .main-nav a:hover, body.consumer .main-nav .selected a {
  border-bottom: 3px solid #853db2; }
body.consumer .main-nav ul ul a:hover {
  color: #853db2; }
body.consumer .main a.btn {
  background-color: #853db2; }
body.consumer .main a.btn:hover {
  background-color: #6b2795; }
body.consumer .sfFormSubmit input {
  background-color: #853db2; }
body.consumer .main .product-nav .navigation a.sfSel, body.consumer .main .product-nav .navigation a:hover {
  border-color: #853db2 !important; }
body.consumer div.content .content-area h1 {
  color: #853db2; }
body.consumer div.content a {
  color: #853db2; }
body.consumer .solution-header {
  background-color: #853db2; }
body.consumer .main .solutions-footer .continue {
  border-left: 1px solid #6b2795; }
body.consumer .main-footer .footer-content .company-info a:hover {
  color: #853db2; }
body.consumer .main-footer .footer-content .footer-links a:hover {
  color: #853db2; }
body.consumer .main .solution-header .featured-resources a {
  color: #c88fec; }
body.consumer .main .callout a {
  color: #853db2; }
body.consumer .solutions-footer {
  background: #853db2 none; }
body.consumer .main .audience-header .item.classcolor {
  background: #853db2 none; }
body.consumer .altbg-content p a {
  color: #c88fec; }
body.consumer .transbg-content p a {
  color: #6b2795; }
body.consumer .nobg-content p a {
  color: #6b2795; }
body.consumer .main .solution-header .featured-resources a, body.consumer .main div.sidebar nav.sidebar li.selected, body.consumer .main div.sidebar nav.sidebar li.selected:hover {
  background-image: url("../Images/sidebar-purple.png"); }
body.consumer .main-nav ul.k-group a.k-link.sfSel {
  background-image: url("../Images/sidebar-purple.png"); }
body.consumer .top-nav .consumer a {
  background: #853db2 none; }
body.consumer .solutions-footer, body.consumer .solutions-footer h3 {
  color: #f4f4f4; }
body.consumer .main .solution-header p {
  color: #fff; }

body.m2m .main-nav a:hover, body.m2m .main-nav .selected a {
  border-bottom: 3px solid #009ed5; }
body.m2m .main-nav ul ul a:hover {
  color: #009ed5; }
body.m2m .main a.btn {
  background-color: #009ed5; }
body.m2m .main a.btn:hover {
  background-color: #0085b3; }
body.m2m .sfFormSubmit input {
  background-color: #009ed5; }
body.m2m .main .product-nav .navigation a.sfSel, body.m2m .main .product-nav .navigation a:hover {
  border-color: #009ed5 !important; }
body.m2m div.content .content-area h1 {
  color: #009ed5; }
body.m2m div.content a {
  color: #009ed5; }
body.m2m .solution-header {
  background-color: #009ed5; }
body.m2m .main .solutions-footer .continue {
  border-left: 1px solid #0085b3; }
body.m2m .main-footer .footer-content .company-info a:hover {
  color: #009ed5; }
body.m2m .main-footer .footer-content .footer-links a:hover {
  color: #009ed5; }
body.m2m .main .solution-header .featured-resources a {
  color: #48c6f2; }
body.m2m .main .callout a {
  color: #009ed5; }
body.m2m .solutions-footer {
  background: #009ed5 none; }
body.m2m .main .audience-header .item.classcolor {
  background: #009ed5 none; }
body.m2m .altbg-content p a {
  color: #48c6f2; }
body.m2m .transbg-content p a {
  color: #0085b3; }
body.m2m .nobg-content p a {
  color: #0085b3; }
body.m2m .main .solution-header .featured-resources a, body.m2m .main div.sidebar nav.sidebar li.selected, body.m2m .main div.sidebar nav.sidebar li.selected:hover {
  background-image: url("../Images/sidebar-blue2.png"); }
body.m2m .main-nav ul.k-group a.k-link.sfSel {
  background-image: url("../Images/sidebar-blue2.png"); }
body.m2m .top-nav .m2m a {
  background: #009ed5 none; }

