@charset "UTF-8";
/*
Theme Name: Moovweb Time
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css v2.1.2 | 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 styling not present in IE 8/9.
 */
[hidden] {
  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: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 */
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; }

@font-face {
  font-family: 'icomoon';
  src: url("styles/icons/fonts/icomoon.eot"); }
@font-face {
  font-family: 'icomoon';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-googeplus:before, .icon-moovweblogo:before, .main-header-logo:before, .blog-logo:before, .icon-wifi:before, .icon-twitter:before, .icon-speechbubble:before, .icon-speech:before, .icon-rocket:before, .icon-linkedin:before, .icon-lightning:before, .icon-facebook:before, .icon-clipboard:before, .icon-round-wifi:before, .category-icon-news:before, .icon-round-twitter:before, .icon-round-speechbubble:before, .category-icon-oped:before, .icon-round-speech:before, .icon-round-rocket:before, .category-icon-launch:before, .icon-round-linkedin:before, .icon-round-lightning:before, .icon-round-facebook:before, .icon-round-clipboard:before, .icon-round-googleplus:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-moovweblogo:before, .main-header-logo:before, .blog-logo:before {
  content: "\e000"; }

.icon-round-googleplus:before {
  content: "\e001"; }

.icon-googeplus:before {
  content: "\e002"; }

.icon-wifi:before {
  content: "\e003"; }

.icon-twitter:before {
  content: "\e004"; }

.icon-speechbubble:before {
  content: "\e005"; }

.icon-speech:before {
  content: "\e006"; }

.icon-rocket:before {
  content: "\e007"; }

.icon-linkedin:before {
  content: "\e008"; }

.icon-lightning:before {
  content: "\e009"; }

.icon-facebook:before {
  content: "\e00a"; }

.icon-clipboard:before {
  content: "\e00b"; }

.icon-round-wifi:before, .category-icon-news:before {
  content: "\e00c"; }

.icon-round-twitter:before {
  content: "\e00d"; }

.icon-round-speechbubble:before, .category-icon-oped:before {
  content: "\e00e"; }

.icon-round-speech:before {
  content: "\e00f"; }

.icon-round-rocket:before, .category-icon-launch:before {
  content: "\e010"; }

.icon-round-linkedin:before {
  content: "\e011"; }

.icon-round-lightning:before {
  content: "\e012"; }

.icon-round-facebook:before {
  content: "\e013"; }

.icon-round-clipboard:before {
  content: "\e014"; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.invisible {
  visibility: hidden; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.round-button, .blog-share, .round-button-green, .home-banner-link-circle, .form-submit-button, .feature2-item:nth-of-type(2n) .feature2-item-link, .comment-form #submit, .panel-item:nth-of-type(2n) .panel-link {
  display: inline-block;
  padding: 10px 25px;
  background: #00ac4d;
  text-align: center;
  text-decoration: none;
  color: white;
  line-height: 20px;
  border-radius: 20px;
  margin: 6px 0 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .18em;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .round-button:visited, .blog-share:visited, .round-button:link, .blog-share:link, .round-button-green:visited, .home-banner-link-circle:visited, .form-submit-button:visited, .feature2-item:nth-of-type(2n) .feature2-item-link:visited, .comment-form #submit:visited, .panel-item:nth-of-type(2n) .panel-link:visited, .round-button-green:link, .home-banner-link-circle:link, .form-submit-button:link, .feature2-item:nth-of-type(2n) .feature2-item-link:link, .comment-form #submit:link, .panel-item:nth-of-type(2n) .panel-link:link {
    background: #00ac4d;
    text-decoration: none;
    color: white; }
  .round-button:hover, .blog-share:hover, .round-button-green:hover, .home-banner-link-circle:hover, .form-submit-button:hover, .feature2-item:nth-of-type(2n) .feature2-item-link:hover, .comment-form #submit:hover, .panel-item:nth-of-type(2n) .panel-link:hover {
    background: #00c658; }

.round-button-cyan, .feature2-item:nth-of-type(4n) .feature2-item-link, .feature2-item-link, .panel-item:nth-of-type(4n) .panel-link, .panel-link {
  display: inline-block;
  padding: 10px 25px;
  background: #00b4ea;
  text-align: center;
  text-decoration: none;
  color: white;
  line-height: 20px;
  border-radius: 20px;
  margin: 6px 0 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .18em;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .round-button-cyan:visited, .feature2-item:nth-of-type(4n) .feature2-item-link:visited, .feature2-item-link:visited, .panel-item:nth-of-type(4n) .panel-link:visited, .panel-link:visited, .round-button-cyan:link, .feature2-item:nth-of-type(4n) .feature2-item-link:link, .feature2-item-link:link, .panel-item:nth-of-type(4n) .panel-link:link, .panel-link:link {
    background: #00b4ea;
    text-decoration: none;
    color: white; }
  .round-button-cyan:hover, .feature2-item:nth-of-type(4n) .feature2-item-link:hover, .feature2-item-link:hover, .panel-item:nth-of-type(4n) .panel-link:hover, .panel-link:hover {
    background: #04c5ff; }

.round-button-blue, .feature2-item:nth-of-type(3n) .feature2-item-link, .panel-item:nth-of-type(3n) .panel-link {
  display: inline-block;
  padding: 10px 25px;
  background: #037bac;
  text-align: center;
  text-decoration: none;
  color: white;
  line-height: 20px;
  border-radius: 20px;
  margin: 6px 0 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .18em;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .round-button-blue:visited, .feature2-item:nth-of-type(3n) .feature2-item-link:visited, .panel-item:nth-of-type(3n) .panel-link:visited, .round-button-blue:link, .feature2-item:nth-of-type(3n) .feature2-item-link:link, .panel-item:nth-of-type(3n) .panel-link:link {
    background: #037bac;
    text-decoration: none;
    color: white; }
  .round-button-blue:hover, .feature2-item:nth-of-type(3n) .feature2-item-link:hover, .panel-item:nth-of-type(3n) .panel-link:hover {
    background: #038dc5; }

.dark-links a, .blog-control a, .blog-title a, .blog-part-category a, .blog-category a, .dark-links a:link, .blog-control a:link, .blog-title a:link, .blog-part-category a:link, .blog-category a:link, .dark-links a:visited, .blog-control a:visited, .blog-title a:visited, .blog-part-category a:visited, .blog-category a:visited {
  color: #4c4c4c; }
.dark-links a:hover, .blog-control a:hover, .blog-title a:hover, .blog-part-category a:hover, .blog-category a:hover, .dark-links a:active, .blog-control a:active, .blog-title a:active, .blog-part-category a:active, .blog-category a:active {
  color: #7f7f7f; }

.m-gray-links a, .blog-subtitle a, .m-gray-links a:link, .blog-subtitle a:link, .m-gray-links a:visited, .blog-subtitle a:visited {
  color: #747474; }
.m-gray-links a:hover, .blog-subtitle a:hover, .m-gray-links a:active, .blog-subtitle a:active {
  color: #a7a7a7; }

.green {
  color: #00ac4d; }

.blue {
  color: #0097d5; }

.cyan {
  color: #00b4ea; }

.greenlink, .event-upcoming-link {
  color: #00ac4d;
  -webkit-transition: all 300 ease;
  -moz-transition: all 300 ease;
  transition: all 300 ease; }
  .greenlink:link, .event-upcoming-link:link, .greenlink:visited, .event-upcoming-link:visited {
    color: #00ac4d; }
  .greenlink:hover, .event-upcoming-link:hover, .greenlink:active, .event-upcoming-link:active {
    color: #00df64; }

.circle-link {
  color: #00ac4d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .circle-link:link, .circle-link:visited {
    color: #00ac4d; }
  .circle-link:hover {
    color: #00df64; }
  .circle-link:after {
    content: '\2022';
    font-size: 50px;
    position: relative;
    top: 9px;
    left: 1px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  height: 100%; 
}

.main-heading {
  position: absolute;
  top: -100%; }

.master-wrapper {
  min-height: 100%;
  margin-bottom: -220px; }
  .master-wrapper:after {
    content: " ";
    display: block;
    height: 220px; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #4c4c4c;
  letter-spacing: 0.05em;
  background: white; }

p {
  line-height: 20px;
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .02em; }
  @media screen and (min-width: 960px) {
    p {
      font-size: 16px;
      line-height: 25px;
      margin: 0 0 20px; } }

a, a:link, a:visited {
  color: #037bac;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }

a:hover, a:active {
  color: #049fde; }
  a:hover .circle-link, a:active .circle-link {
    background: #049fde; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

h1, .h1 {
  margin: 0 0 10px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.02em; }
  @media screen and (min-width: 960px) {
    h1, .h1 {
      font-size: 36px;
      margin: 0 0 15px; } }

h2, .h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 0.02em; }
  @media screen and (min-width: 960px) {
    h2, .h2 {
      font-size: 32px; } }

h3, .h3 {
  margin: 0 0 10px;
  line-height: 30px;
  font-size: 20px; }
  @media screen and (min-width: 960px) {
    h3, .h3 {
      font-size: 22px; } }

h4, .h4 {
  margin: 0 0 10px;
  line-height: 25px;
  font-size: 15px; }
  @media screen and (min-width: 960px) {
    h4, .h4 {
      font-size: 18px; } }

h5, .h5 {
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 13px; }
  @media screen and (min-width: 960px) {
    h5, .h5 {
      font-size: 15px;
      margin: 0 0 15px; } }

h6, .h6 {
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 12px; }
  @media screen and (min-width: 960px) {
    h6, .h6 {
      font-size: 13px;
      margin: 0 0 15px; } }

blockquote, blockquote p {
  color: #747474;
  padding: 0;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative; }
  blockquote > p, blockquote p > p {
    text-indent: -.5em; }
    blockquote > p:before, blockquote p > p:before {
      content: "\201C";
      position: relative; }
    blockquote > p:after, blockquote p > p:after {
      content: "\201D";
      position: relative;
      left: 2px; }

.blog-content img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto; }
.blog-content audio, .blog-content video {
  max-width: 100%; }

.alignright {
  float: right;
  display: inline;
  margin: 0 0 10px 15px; }

.alignleft {
  float: left;
  display: inline;
  margin: 0 15px 10px 0; }

ul, ol {
  margin: 0 0 15px;
  padding: 0 18px; }

li {
  margin: 0 0 5px;
  font-size: 14px; }
  @media screen and (min-width: 960px) {
    li {
      font-size: 16px; } }

b, strong {
  font-weight: 400; }

.main-error {
  margin-top: 20px;
  font-size: 60px;
  line-height: 60px; }

.map {
  position: relative;
  padding-bottom: 350px;
  /* 16:9 */
  height: 0; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.content-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 10px; }
  .content-wrapper:before, .content-wrapper:after {
    content: " ";
    display: table; }
  .content-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .content-wrapper {
      max-width: 60em; } }

.content-item-description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: .06em; }
  @media screen and (min-width: 960px) {
    .content-item-description {
      font-size: 16px;
      line-height: 25px; } }

.content-title {
  color: #037bac;
  font-weight: 400;
  text-transform: uppercase; }
  @media screen and (min-width: 960px) {
    .content-title {
      margin: 0 0 15px;
      line-height: 35px;
      font-size: 30px; } }

.content-item-title {
  color: #037bac;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400; }
  @media screen and (min-width: 960px) {
    .content-item-title {
      font-size: 20px; } }

.content-item-subtitle {
  color: #037bac;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300; }
  @media screen and (min-width: 960px) {
    .content-item-subtitle {
      font-size: 16px; } }

.content-center-wrapper {
  padding: 20px 10px;
  font-size: 16px; }
  .content-center-wrapper p {
    font-size: 16px; }
  @media screen and (min-width: 960px) {
    .content-center-wrapper {
      font-size: 18px;
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 65.5914%;
      margin-left: 17.2043%; }
      .content-center-wrapper p {
        font-size: 18px; }
      .content-center-wrapper:last-child {
        margin-right: 0; } }

.lt-ie9 .footer-gartner {
  display: none !important; }
.lt-ie9 .blog-sidebar,
.lt-ie9 .blog-meta,
.lt-ie9 .blog-content-wrapper,
.lt-ie9 .panel-item,
.lt-ie9 .large-panel-item,
.lt-ie9 .content1-item-imagewrapper,
.lt-ie9 .customer-list-item,
.lt-ie9 .content3-item-wrapper,
.lt-ie9 .flexcontent3-item-wrapper,
.lt-ie9 .date-item,
.lt-ie9 .menu-header-menu-container,
.lt-ie9 .content6-item-subwrapper,
.lt-ie9 .content4-sideimagewrapper,
.lt-ie9 .pressroom-column,
.lt-ie9 .form2-content {
  margin-right: 0 !important; }
.lt-ie9 .pricing-table {
  display: none !important; }
.lt-ie9 .pricing-table-mobile {
  display: table !important; }
.lt-ie9 .pricing-wrapper {
  padding-right: 60px;
  padding-left: 60px; }
.lt-ie9 .content5-item {
  display: inline-block;
  margin-right: 0 !important; }

.page-header {
  background: #f5f6f6; }

.page-header-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 30px 10px; }
  .page-header-wrapper:before, .page-header-wrapper:after {
    content: " ";
    display: table; }
  .page-header-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .page-header-wrapper {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .page-header-wrapper {
      padding: 80px 10px; } }

.page-heading {
  padding: 0 0 10px;
  text-align: center;
  border-bottom: 1px solid #4c4c4c;
  text-transform: uppercase;
  margin: 0 auto 15px; }
  @media screen and (min-width: 960px) {
    .page-heading {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 65.5914%;
      margin-left: 17.2043%; }
      .page-heading:last-child {
        margin-right: 0; } }

.page-description {
  text-align: center;
  font-size: 22px;
  line-height: 25px;
  font-weight: 300;
  margin: 0 auto; }
  @media screen and (min-width: 960px) {
    .page-description {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 65.5914%;
      margin-left: 17.2043%; }
      .page-description:last-child {
        margin-right: 0; } }

.page-content-wrapper {
  padding: 20px 0 0; }
  @media screen and (min-width: 960px) {
    .page-content-wrapper {
      padding: 30px 0 0; } }

.page-column {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%; }
  .page-column:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .page-column {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 48.3871%; }
      .page-column:last-child {
        margin-right: 0; } }

.content-image-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 10px; }
  .content-image-wrapper:before, .content-image-wrapper:after {
    content: " ";
    display: table; }
  .content-image-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .content-image-wrapper {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .content-image-wrapper {
      padding: 0 10px; } }

.content-image {
  max-width: 100%;
  height: auto; }

.image-retina {
  max-width: 50%; }

.home-header {
  background: #f5f6f6;
  background-position: center bottom;
  background-repeat: no-repeat; }

.home-header-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 30px 10px; }
  .home-header-wrapper:before, .home-header-wrapper:after {
    content: " ";
    display: table; }
  .home-header-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .home-header-wrapper {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .home-header-wrapper {
      padding: 100px 10px 80px; } }

.home-heading {
  padding: 0 0 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 35px; }
  .home-heading:after {
    content: '';
    display: block;
    border-bottom: 1px solid #747474;
    max-width: 66%;
    margin: 0 auto;
    padding: 5px; }
  @media screen and (min-width: 960px) {
    .home-heading {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 82.7957%;
      margin-left: 8.60215%;
      max-width: none;
      line-height: 45px;
      font-size: 36px; }
      .home-heading:last-child {
        margin-right: 0; } }

.home-description {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  padding: 0 20px; }
  @media screen and (min-width: 960px) {
    .home-description {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 65.5914%;
      margin-left: 17.2043%;
      padding: 0;
      max-width: none;
      font-size: 22px;
      line-height: 25px;
      margin-bottom: 20px; }
      .home-description:last-child {
        margin-right: 0; } }

.home-link-wrapper {
  text-align: center; }
  @media screen and (min-width: 960px) {
    .home-link-wrapper {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 82.7957%;
      margin-left: 8.60215%; }
      .home-link-wrapper:last-child {
        margin-right: 0; } }

.home-headerbreak {
  display: inline; }
  @media screen and (min-width: 960px) {
    .home-headerbreak {
      display: block; } }

.home-banner-link {
  font-size: 18px; }

.home-banner-link-circle {
  line-height: 35px;
  padding: 0 40px; }

.slider {
  *zoom: 1;
  display: block; }
  .slider:before, .slider:after {
    content: " ";
    display: table; }
  .slider:after {
    clear: both; }

.slider--gray {
  background: #f5f6f6; }

.slider--bordertop {
  border-top: 1px solid #dddddd; }

.slider--borderbottom {
  border-bottom: 1px solid #dddddd; }

.slider-heading {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 1px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 25px; }
  .slider-heading:before, .slider-heading:after {
    content: " ";
    display: table; }
  .slider-heading:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .slider-heading {
      max-width: 60em; } }

.slider-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 10px 40px;
  position: relative; }
  .slider-wrapper:before, .slider-wrapper:after {
    content: " ";
    display: table; }
  .slider-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .slider-wrapper {
      max-width: 60em; } }

.slider-holder {
  overflow: hidden; }

.slider-list {
  *zoom: 1;
  display: block;
  padding: 0;
  margin-bottom: 0;
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  transition: margin 0.3s ease; }
  .slider-list:before, .slider-list:after {
    content: " ";
    display: table; }
  .slider-list:after {
    clear: both; }

.no-js .slider-item {
  display: block;
  float: left;
  margin-right: 14.28571%;
  width: 23.80952%;
  padding: 0;
  text-align: center;
  list-style: none;
  color: white;
  margin-bottom: 0; }
  .no-js .slider-item:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .no-js .slider-item {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 13.97849%;
      margin-bottom: 0; }
      .no-js .slider-item:last-child {
        margin-right: 0; }
      .no-js .slider-item:nth-child(6n) {
        margin-right: 0; }
      .no-js .slider-item:nth-child(6n+1) {
        clear: left; } }

.js .slider-item {
  margin-right: 0;
  float: left;
  list-style: none;
  text-align: center;
  margin-bottom: 0;
  padding: 5px; }
  @media screen and (min-width: 960px) {
    .js .slider-item {
      margin-right: 0;
      margin-bottom: 0; } }

@media screen and (max-width: 60em) {
  .slider-item:nth-child(3n) {
    margin-right: 0; } }

.slider-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00ac4d;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  .slider-next:hover {
    background: #00df64; }
  .slider-next:before {
    content: '>';
    position: absolute;
    left: -15px;
    font-size: 18px;
    top: -1px;
    color: white; }

.slider-prev {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00ac4d;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  .slider-prev:hover {
    background: #00df64; }
  .slider-prev:before {
    content: '<';
    position: absolute;
    left: -15px;
    font-size: 18px;
    top: -1px;
    color: white; }

.slider-image {
  max-width: 100%;
  height: auto; }

.form-wrapper {
  position: relative;
  min-height: 320px; }

.form-items-wrapper {
  margin: 0 0 15px; }

.form-input {
  display: block;
  font-size: 16px;
  padding: 5px .5em;
  margin: 0;
  border: 1px solid #b0b0b0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.form-label {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  text-transform: uppercase; }

.form-item {
  *zoom: 1;
  margin: 0 0 5px;
  padding: 0 5px; }
  .form-item:before, .form-item:after {
    content: " ";
    display: table; }
  .form-item:after {
    clear: both; }

.form-submit-wrapper {
  text-align: center; }

.form-submit-button {
  padding: 10 40px; }

.form--error {
  background: #FF9696;
  color: #522C31;
  border-color: #522C31; }

.form-item[name="FirstName"] {
  width: 50%;
  float: left; }

.form-item[name="LastName"] {
  width: 50%;
  float: left; }

.form-item[name="State"] {
  width: 33.333%;
  float: left; }

.form-item[name="Phone"] {
  width: 66.666%;
  float: left; }

.form-thankyou {
  position: absolute;
  display: none;
  margin: 10px 0 0 5px;
  width: 100%;
  text-align: center; }

.form-link-wrapper {
  text-align: center; }

.form-link {
  line-height: 35px;
  padding: 0 30px; }

.form-select {
  position: relative; }
  .form-select .form-input {
    background: transparent;
    border: 1px solid #b0b0b0;
    font-size: 16px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    z-index: 99; }
  .form-select .form--error {
    background: #FF9696;
    color: #522C31;
    border-color: #522C31; }
  .form-select:after {
    content: '\25BC';
    position: absolute;
    right: 5px;
    top: 6px;
    color: #4c4c4c;
    pointer-events: none; }

.form-inline-select {
  position: relative;
  margin: 10px 0;
  display: block;
  text-align: center; }
  .form-inline-select select {
    min-width: 100%; }
  @media screen and (min-width: 960px) {
    .form-inline-select {
      display: inline-block;
      margin: 10px 5px; } }

.form2-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 10px 10px 20px; }
  .form2-wrapper:before, .form2-wrapper:after {
    content: " ";
    display: table; }
  .form2-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .form2-wrapper {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .form2-wrapper {
      padding: 30px 10px; } }

.form2-content {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%; }
  .form2-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .form2-content {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 48.3871%; }
      .form2-content:last-child {
        margin-right: 0; } }

.form2-formwrapper {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%; }
  .form2-formwrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .form2-formwrapper {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 48.3871%; }
      .form2-formwrapper:last-child {
        margin-right: 0; } }

.form2-text {
  margin-bottom: 20px; }

.form2-title {
  color: #00b4ea;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 22px; }

.form2-imagewrapper {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 5px 0 0; }
  @media screen and (min-width: 960px) {
    .form2-imagewrapper {
      margin-bottom: 30px; } }

.form2-image {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }

.form2-speakers {
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
  *zoom: 1; }
  .form2-speakers:before, .form2-speakers:after {
    content: " ";
    display: table; }
  .form2-speakers:after {
    clear: both; }

.form2-speaker {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 10px 0;
  *zoom: 1; }
  .form2-speaker:before, .form2-speaker:after {
    content: " ";
    display: table; }
  .form2-speaker:after {
    clear: both; }

.form2-speaker-image-wrapper {
  width: 25%;
  padding-right: 20px;
  float: left; }

.form2-speaker-image {
  max-width: 100%;
  border: 3px solid #dddddd; }

.form2-speaker-name {
  font-weight: 400;
  padding: 20px 20px 0 20px; }

.form2-speaker-title {
  font-weight: 300;
  display: block;
  font-style: italic; }

.form-quote-wrapper {
  border: 1px solid rgba(3, 123, 172, 0.3);
  font-size: 18px;
  margin: 0 0 30px;
  font-style: italic; }
  .form-quote-wrapper p {
    padding: 20px 40px;
    font-size: 16px;
    margin-bottom: 0; }
  @media screen and (min-width: 960px) {
    .form-quote-wrapper p {
      font-size: 18px;
      padding: 30px 40px; } }

.form-attritubtion {
  border-top: 1px solid rgba(3, 123, 172, 0.3); }
  .form-attritubtion p {
    font-weight: 400;
    color: #037bac;
    margin-bottom: 0;
    position: relative;
    padding: 10px 40px; }
    .form-attritubtion p:before {
      content: "—";
      position: absolute;
      left: 15px; }

.pressroom-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 0 10px; }
  .pressroom-wrapper:before, .pressroom-wrapper:after {
    content: " ";
    display: table; }
  .pressroom-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .pressroom-wrapper {
      max-width: 60em; } }

.pressroom-header {
  *zoom: 1;
  display: block;
  margin-bottom: 10px; }
  .pressroom-header:before, .pressroom-header:after {
    content: " ";
    display: table; }
  .pressroom-header:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .pressroom-header {
      margin-bottom: 20px; } }

.pressroom-title {
  color: #00b4ea;
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  font-weight: 400; }

.pressroom-item-title {
  text-transform: uppercase;
  margin: 0;
  font-size: 17px;
  color: #00b4ea;
  font-weight: 400; }

.pressroom-item {
  *zoom: 1;
  display: block;
  margin-bottom: 25px; }
  .pressroom-item:before, .pressroom-item:after {
    content: " ";
    display: table; }
  .pressroom-item:after {
    clear: both; }

.pressroom-itemsecond {
  *zoom: 1;
  display: block;
  margin-bottom: 40px; }
  .pressroom-itemsecond:before, .pressroom-itemsecond:after {
    content: " ";
    display: table; }
  .pressroom-itemsecond:after {
    clear: both; }

.pressroom-image {
  max-width: 100%;
  height: auto; }

.pressroom-side-wrapper {
  height: 40px;
  width: 80px;
  float: left;
  margin: 0 20px 20px 0;
  text-align: center;
  padding: 5px 0 0; }

.pressroom-content-wrapper {
  margin: 0 0 0 100px; }

.pressroom-text {
  margin-bottom: 5px; }

.pressroom-readmore {
  color: #00ac4d;
  -webkit-transition: all 300 ease;
  -moz-transition: all 300 ease;
  transition: all 300 ease; }
  .pressroom-readmore:after {
    content: '\003E';
    position: relative;
    top: 1px; }
  .pressroom-readmore:link, .pressroom-readmore:visited {
    color: #00ac4d; }
  .pressroom-readmore:hover, .pressroom-readmore:active {
    color: #00df64; }

.pressroom-viewall-wrapper {
  *zoom: 1;
  display: block;
  text-align: center; }
  .pressroom-viewall-wrapper:before, .pressroom-viewall-wrapper:after {
    content: " ";
    display: table; }
  .pressroom-viewall-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .pressroom-viewall-wrapper {
      text-align: left; } }

@media screen and (min-width: 960px) {
  .pressroom-viewall {
    margin: 0 0 0 100px; } }

.pressroom-column {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%;
  padding: 0 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd; }
  .pressroom-column:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .pressroom-column {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 48.3871%;
      padding: 0 0 60px;
      border-bottom: 0; }
      .pressroom-column:last-child {
        margin-right: 0; } }

.pressroom-column:last-of-type {
  border-bottom: 0; }

.pressroom-datecircle {
  width: 66px;
  height: 66px;
  background: #dddddd;
  border-radius: 50%;
  margin: 0 auto;
  padding: 3px 0 0; }

.pressroom-day {
  display: block;
  line-height: 20px;
  font-size: 22px;
  font-weight: 400; }

.pressroom-month {
  display: block;
  font-size: 17px;
  line-height: 23px;
  text-transform: capitalize; }

.pressroom-year {
  display: block;
  font-size: 11px;
  line-height: 15px; }

.event-wrapper, .event-content-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 0 10px; }
  .event-wrapper:before, .event-wrapper:after, .event-content-wrapper:before, .event-content-wrapper:after {
    content: " ";
    display: table; }
  .event-wrapper:after, .event-content-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .event-wrapper, .event-content-wrapper {
      max-width: 60em; } }

.event-webinarlist-wrapper, .event-content {
  *zoom: 1;
  display: block;
  border-bottom: 1px solid #dddddd; }
  .event-webinarlist-wrapper:before, .event-webinarlist-wrapper:after, .event-content:before, .event-content:after {
    content: " ";
    display: table; }
  .event-webinarlist-wrapper:after, .event-content:after {
    clear: both; }

.event-upcoming-wrapper {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%; }
  .event-upcoming-wrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .event-upcoming-wrapper {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 31.1828%;
      margin-left: 8.60215%; }
      .event-upcoming-wrapper:last-child {
        margin-right: 0; } }

.event-featured-wrapper {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd; }
  .event-featured-wrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .event-featured-wrapper {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 48.3871%; }
      .event-featured-wrapper:last-child {
        margin-right: 0; } }

.event-webinar-item {
  margin-bottom: 0;
  padding: 0 0 20px;
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 72.41379%; }
  .event-webinar-item:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .event-webinar-item {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 82.7957%; }
      .event-webinar-item:last-child {
        margin-right: 0; } }

.event-webinar-image {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 17.24138%;
  margin-bottom: 10px;
  text-align: center; }
  .event-webinar-image:last-child {
    margin-right: 0; }
  .event-webinar-image img {
    max-width: 100%;
    margin: 0 auto; }
  @media screen and (min-width: 960px) {
    .event-webinar-image {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 13.97849%; }
      .event-webinar-image:last-child {
        margin-right: 0; } }

.event-webinar-title {
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 25px; }

.event-webinar-item-title {
  color: #037bac;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 20px; }

.event-featured-title {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 20px;
  color: #00ac4d;
  text-align: center; }
  .event-featured-title:after {
    content: '';
    display: block;
    width: 66%;
    margin: 5px auto 5px;
    border-bottom: 1px solid #00ac4d; }

.event-featured-description {
  margin-bottom: 20px; }

.event-featured-link-wrapper {
  text-align: center; }

.event-featured-date {
  font-size: 25px;
  text-align: center;
  display: block;
  margin: 0 0 20px; }

.event-featured-link {
  display: inline-block;
  padding: 10px 25px;
  background: #00ac4d;
  text-align: center;
  text-decoration: none;
  color: white;
  line-height: 20px;
  border-radius: 20px;
  margin: 6px 0 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .18em;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  padding: 0 20px; }
  .event-featured-link:visited, .event-featured-link:link {
    background: #00ac4d;
    text-decoration: none;
    color: white; }
  .event-featured-link:hover {
    background: #00c658; }

.event-upcoming-date {
  text-transform: uppercase; }

.event-upcoming-item {
  margin: 0 0 20px; }

.event-upcoming-title {
  font-size: 20px;
  text-align: center; }

.event-webinar-link {
  display: inline-block;
  padding: 10px 25px;
  background: #037bac;
  text-align: center;
  text-decoration: none;
  color: white;
  line-height: 20px;
  border-radius: 20px;
  margin: 6px 0 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .18em;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  padding: 0 20px; }
  .event-webinar-link:visited, .event-webinar-link:link {
    background: #037bac;
    text-decoration: none;
    color: white; }
  .event-webinar-link:hover {
    background: #038dc5; }

.event-viewmore-wrapper {
  text-align: right; }

.careers-benefits-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 20px 10px 0; }
  .careers-benefits-wrapper:before, .careers-benefits-wrapper:after {
    content: " ";
    display: table; }
  .careers-benefits-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .careers-benefits-wrapper {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .careers-benefits-wrapper {
      padding: 30px 10px 0; } }

.careers-content {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 20px 10px; }
  .careers-content:before, .careers-content:after {
    content: " ";
    display: table; }
  .careers-content:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .careers-content {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .careers-content {
      padding: 40px 10px 20px; }
      .careers-content ul {
        padding-left: 0; } }

.careers-video-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 0 10px; }
  .careers-video-wrapper:before, .careers-video-wrapper:after {
    content: " ";
    display: table; }
  .careers-video-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .careers-video-wrapper {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .careers-video-wrapper {
      margin-bottom: 10px; } }

.careers-postions-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 20px 10px; }
  .careers-postions-wrapper:before, .careers-postions-wrapper:after {
    content: " ";
    display: table; }
  .careers-postions-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .careers-postions-wrapper {
      max-width: 60em; } }

.careers-intro-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 30px 10px 20px;
  border-bottom: 1px solid #dddddd; }
  .careers-intro-wrapper:before, .careers-intro-wrapper:after {
    content: " ";
    display: table; }
  .careers-intro-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .careers-intro-wrapper {
      max-width: 60em; } }

@media screen and (min-width: 960px) {
  .careers-main {
    display: block;
    float: left;
    margin-right: 3.22581%;
    width: 56.98925%; }
    .careers-main:last-child {
      margin-right: 0; } }

@media screen and (min-width: 960px) {
  .careers-sub {
    padding: 0 0 0 40px;
    border-left: 1px solid #dddddd;
    display: block;
    float: left;
    margin-right: 3.22581%;
    width: 39.78495%; }
    .careers-sub:last-child {
      margin-right: 0; } }

.careers-image-wrapper img {
  width: 100%;
  height: auto; }
@media screen and (min-width: 960px) {
  .careers-image-wrapper {
    padding: 20px 0 0; } }

.careers-intro-text, .careers-intro-text p {
  text-align: center; }
  @media screen and (min-width: 960px) {
    .careers-intro-text, .careers-intro-text p {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 82.7957%;
      margin-left: 8.60215%;
      font-size: 20px; }
      .careers-intro-text:last-child, .careers-intro-text p:last-child {
        margin-right: 0; } }

.careers-intro-link-wrapper {
  text-align: center; }

.careers-positions {
  background: #f5f6f6;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.careers-intro-link {
  line-height: 35px;
  padding: 0 30px; }

.careers-title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400; }

.job-item {
  margin-bottom: 10px;
  *zoom: 1;
  display: block; }
  .job-item:before, .job-item:after {
    content: " ";
    display: table; }
  .job-item:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .job-item {
      margin-bottom: 15px; } }

.job-title {
  font-size: 16px; }
  @media screen and (min-width: 960px) {
    .job-title {
      float: left; } }

@media screen and (min-width: 960px) {
  .job-location {
    float: right; } }

.horizontal-seperator {
  border-top: 1px solid #dddddd;
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em; }
  .horizontal-seperator:before, .horizontal-seperator:after {
    content: " ";
    display: table; }
  .horizontal-seperator:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .horizontal-seperator {
      max-width: 60em; } }

.casestudy-metacontent-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 0 10px; }
  .casestudy-metacontent-wrapper:before, .casestudy-metacontent-wrapper:after {
    content: " ";
    display: table; }
  .casestudy-metacontent-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .casestudy-metacontent-wrapper {
      max-width: 60em; } }

.casestudy-maincontent-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 20px 10px; }
  .casestudy-maincontent-wrapper:before, .casestudy-maincontent-wrapper:after {
    content: " ";
    display: table; }
  .casestudy-maincontent-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .casestudy-maincontent-wrapper {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .casestudy-maincontent-wrapper {
      padding: 20px 10px 30px; } }

.casestudy-image-wrapper {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%;
  margin-bottom: 10px; }
  .casestudy-image-wrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .casestudy-image-wrapper {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 39.78495%; }
      .casestudy-image-wrapper:last-child {
        margin-right: 0; } }

.casestudy-description {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%; }
  .casestudy-description:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .casestudy-description {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 56.98925%; }
      .casestudy-description:last-child {
        margin-right: 0; } }

.casestudy-quote-wrapper {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%; }
  .casestudy-quote-wrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .casestudy-quote-wrapper {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 39.78495%; }
      .casestudy-quote-wrapper:last-child {
        margin-right: 0; } }

.casestudy-award-wrapper {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%; }
  .casestudy-award-wrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .casestudy-award-wrapper {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 56.98925%; }
      .casestudy-award-wrapper:last-child {
        margin-right: 0; } }

.casestudy-metacontent {
  background: #f5f6f6;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0; }
  @media screen and (min-width: 960px) {
    .casestudy-metacontent {
      padding: 30px 0; } }

.casestudy-meta-wrapper {
  *zoom: 1;
  margin-bottom: 20px; }
  .casestudy-meta-wrapper:before, .casestudy-meta-wrapper:after {
    content: " ";
    display: table; }
  .casestudy-meta-wrapper:after {
    clear: both; }

.casestudy-description-wrapper {
  padding: 20px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.casestudy-panel {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 44.82759%; }
  .casestudy-panel:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .casestudy-panel {
      display: block;
      float: left;
      margin-right: 5.66038%;
      width: 39.62264%; }
      .casestudy-panel:last-child {
        margin-right: 0; } }

.casestudy-award-title {
  text-transform: uppercase; }

.casestudy-award-subtitle {
  text-transform: none;
  display: block;
  font-weight: 300;
  font-size: 16px; }

.casestudy-award-main {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b0b0b0; }

.casestudy-panel {
  background: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 10px 20px; }

.casestudy-panel-link {
  line-height: 30px;
  padding: 0 30px; }

.casestudy-panel-content {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

.casestudy-quote-wrapper {
  background: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px; }

.casestudy-quote-text {
  padding: 20px; }

.casestudy-quote-attribution {
  background: #037bac;
  padding: 20px;
  text-align: center;
  position: relative; }
  .casestudy-quote-attribution:after {
    content: '';
    display: block;
    height: 0px;
    width: 0px;
    border-top: 15px solid white;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px; }

.casestudy-quote-name {
  color: white;
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px; }

.casestudy-quote-title {
  color: white;
  font-style: italic;
  display: block; }

.casestudy-image-wrapper {
  text-align: center; }

.casestudy-image {
  max-width: 100%;
  height: auto; }

.customer-list-content {
  *zoom: 1;
  margin-left: auto;
  font-family: Lato,helvetica,arial sans-serif;
  margin-right: auto;
  max-width: 32.5em;
  box-sizing: border-box;
  padding: 10px 10px; }
  .customer-list-content:before, .customer-list-content:after {
    content: " ";
    display: table; }
  .customer-list-content:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .customer-list-content {
      width: 90%;
      max-width: 60em; } }

.customer-list {
  padding: 0;
  margin: 10px 0 0 0;
  min-height: 135px;
  position: relative;
  *zoom: 1; }
  .customer-list:before, .customer-list:after {
    content: " ";
    display: table; }
  .customer-list:after {
    clear: both; }

.customer-list-item {
  padding: 10px 5px;
  list-style: none;
  font-weight: 300;
  margin: 0;
  line-height: 20px;
  width: 49%;
  border: none;
  text-align: center;
  display: inline-block; }
  @media screen and (min-width: 960px) {
    .customer-list-item {
      width: 32%;
      text-align: left;
      vertical-align: top; } }

.customer-filter {
  display: block;
  list-style: none;
  cursor: pointer; }
  .customer-filter:hover {
    color: #049fde; }
  @media screen and (min-width: 960px) {
    .customer-filter {
      padding: 0 15px;
      float: left;
      border-left: 1px solid #dddddd; }
      .customer-filter:first-child {
        padding-left: 0;
        border-left: 0; } }

.customer-filter-wrapper {
  margin: 0;
  padding: 0;
  *zoom: 1; }
  .customer-filter-wrapper:before, .customer-filter-wrapper:after {
    content: " ";
    display: table; }
  .customer-filter-wrapper:after {
    clear: both; }

.recording-video-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 10px 10px 0; }
  .recording-video-wrapper:before, .recording-video-wrapper:after {
    content: " ";
    display: table; }
  .recording-video-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .recording-video-wrapper {
      max-width: 60em; } }

.recording-content-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 20px 10px 10px;
  margin-bottom: 20px; }
  .recording-content-wrapper:before, .recording-content-wrapper:after {
    content: " ";
    display: table; }
  .recording-content-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .recording-content-wrapper {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .recording-content-wrapper {
      padding: 30px 10px 10px;
      margin-bottom: 30px; } }

.recording-slides-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 0 10px; }
  .recording-slides-wrapper:before, .recording-slides-wrapper:after {
    content: " ";
    display: table; }
  .recording-slides-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .recording-slides-wrapper {
      max-width: 60em; } }

.recording-subcontent-wrapper {
  border-bottom: 1px solid #dddddd;
  padding: 0 0 10px;
  margin-bottom: 20px; }

.recording-subcontent, .recording-description {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%; }
  .recording-subcontent:last-child, .recording-description:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .recording-subcontent, .recording-description {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 48.3871%; }
      .recording-subcontent:last-child, .recording-description:last-child {
        margin-right: 0; } }

.recording-title {
  font-size: 20px;
  font-weight: 400;
  color: #00b4ea; }

.recording-slides-wrapper {
  text-align: center; }

.recording-slide-link {
  line-height: 35px;
  padding: 0 30px; }

.pricing-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 20px 10px; }
  .pricing-wrapper:before, .pricing-wrapper:after {
    content: " ";
    display: table; }
  .pricing-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .pricing-wrapper {
      max-width: 60em; } }

.pricing-content {
  background: #f5f6f6;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.pricing-table {
  margin-bottom: 30px;
  display: none; }
  @media screen and (min-width: 960px) {
    .pricing-table {
      *zoom: 1;
      display: table;
      width: 100%;
      table-layout: fixed; }
      .pricing-table:before, .pricing-table:after {
        content: " ";
        display: table; }
      .pricing-table:after {
        clear: both; } }

.pricing-table-mobile {
  *zoom: 1;
  display: table;
  width: 100%;
  table-layout: fixed; }
  .pricing-table-mobile:before, .pricing-table-mobile:after {
    content: " ";
    display: table; }
  .pricing-table-mobile:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .pricing-table-mobile {
      display: none; } }

.pricing-feature {
  text-align: right;
  color: #037bac;
  font-weight: 400;
  padding: 10px 0;
  display: table-cell;
  padding-right: 3.22581%;
  width: 25.80645%; }
  .pricing-feature:last-child {
    width: 22.58065%;
    padding-right: 0; }

.pricing-row:nth-of-type(4) .pricing-feature {
  padding: 40px 20px 10px; }

.pricing-cell {
  background: white;
  border-left: 20px solid #f5f6f6;
  border-bottom: 1px solid #dddddd;
  text-align: center;
  display: table-cell;
  padding-right: 3.22581%;
  width: 25.80645%;
  padding: 10px; }
  .pricing-cell:last-child {
    width: 22.58065%;
    padding-right: 0; }

.pricing-row:nth-of-type(3) .pricing-feature {
  padding: 30px 5px 10px; }

.pricing-row:nth-of-type(4) .pricing-cell {
  padding: 40px 5px 10px;
  position: relative; }
  .pricing-row:nth-of-type(4) .pricing-cell:before {
    content: ' ';
    display: block;
    width: 100%;
    border-top: 1px solid #dddddd;
    position: absolute;
    left: 0;
    top: 30px; }

@media screen and (min-width: 960px) {
  .pricing-row:nth-of-type(4) .pricing-cell:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    top: 0;
    margin-left: -20px;
    border-top: 15px solid #00b4ea;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent; } }

@media screen and (min-width: 960px) {
  .pricing-row:nth-of-type(4) .pricing-cell:nth-of-type(3):after {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    top: 0;
    margin-left: -20px;
    border-top: 15px solid #00ac4d;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent; } }

@media screen and (min-width: 960px) {
  .pricing-row:nth-of-type(4) .pricing-cell:nth-of-type(4):after {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    top: 0;
    margin-left: -20px;
    border-top: 15px solid #00ac4d;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent; } }

.pricing-header-developer {
  padding: 15px 5px;
  border-left: 20px solid #f5f6f6;
  background: #009ecd;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.02;
  position: relative; }

.pricing-header-starter {
  padding: 15px 5px;
  border-left: 20px solid #f5f6f6;
  background: #037bac;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.02;
  position: relative; }

.pricing-header-enterprise {
  padding: 15px 5px;
  border-left: 20px solid #f5f6f6;
  background: #019543;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.02;
  position: relative; }

.pricing-price-developer {
  padding: 15px 5px;
  border-left: 20px solid #f5f6f6;
  color: white;
  background: #00b4ea;
  color: white;
  font-weight: 300;
  position: relative; }

.pricing-price-starter {
  padding: 15px 5px;
  border-left: 20px solid #f5f6f6;
  color: white;
  background: #0097d5;
  color: white;
  font-weight: 300;
  position: relative; }

.pricing-price-enterprise {
  padding: 15px 5px;
  border-left: 20px solid #f5f6f6;
  color: white;
  background: #00ac4d;
  color: white;
  font-weight: 300;
  position: relative; }

.pricing-smallprint-wrapper {
  *zoom: 1;
  display: block; }
  .pricing-smallprint-wrapper:before, .pricing-smallprint-wrapper:after {
    content: " ";
    display: table; }
  .pricing-smallprint-wrapper:after {
    clear: both; }

.pricing-smallprint {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%;
  margin-bottom: 20px; }
  .pricing-smallprint:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .pricing-smallprint {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 74.19355%;
      margin-left: 25.80645%;
      margin-bottom: 40px; }
      .pricing-smallprint:last-child {
        margin-right: 0; } }

.pricing-smallprint p, .pricing-smallprint li {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px; }

.pricing-link {
  padding: 0 10px;
  display: block;
  width: 100%; }
  @media screen and (min-width: 960px) {
    .pricing-link {
      display: table-cell; } }

.pricing-calltoaction {
  line-height: 20px;
  padding: 10px 30px;
  margin-bottom: 20px; }

.content1-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 20px 10px; }
  .content1-wrapper:before, .content1-wrapper:after {
    content: " ";
    display: table; }
  .content1-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .content1-wrapper {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .content1-wrapper {
      padding: 30px 10px; } }

.content1-item {
  *zoom: 1;
  display: block;
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #dddddd; }
  .content1-item:before, .content1-item:after {
    content: " ";
    display: table; }
  .content1-item:after {
    clear: both; }
  .content1-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0; }

@media screen and (min-width: 960px) {
  .casestudy-individual .content1-item-content {
    display: block;
    float: left;
    margin-right: 3.22581%;
    width: 65.5914%;
    float: right; }
    .casestudy-individual .content1-item-content:last-child {
      margin-right: 0; } }
@media screen and (min-width: 960px) {
  .casestudy-individual .content1-item-imagewrapper {
    display: block;
    float: left;
    margin-right: 3.22581%;
    width: 31.1828%;
    float: right; }
    .casestudy-individual .content1-item-imagewrapper:last-child {
      margin-right: 0; } }
.casestudy-individual .content1-item-image img {
  max-width: 80%; }

.content1-item-title {
  color: #00b4ea;
  text-transform: uppercase;
  margin: 0;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400; }
  @media screen and (min-width: 960px) {
    .content1-item-title {
      font-size: 20px;
      line-height: 25px; } }

.content1-item-subtitle {
  color: #00b4ea;
  text-transform: uppercase;
  margin: 0;
  font-size: 17px;
  font-weight: 300; }

.content1-item-header {
  margin: 0 0 5px; }

@media screen and (min-width: 960px) {
  .content1-item-content {
    display: block;
    float: left;
    margin-right: 3.22581%;
    width: 48.3871%; }
    .content1-item-content:last-child {
      margin-right: 0; } }

@media screen and (min-width: 960px) {
  .content1-item:nth-of-type(2n) .content1-item-content {
    display: block;
    float: left;
    margin-right: 3.22581%;
    width: 48.3871%;
    margin-right: 0;
    float: right; }
    .content1-item:nth-of-type(2n) .content1-item-content:last-child {
      margin-right: 0; } }

.content1-item-imagewrapper {
  text-align: center; }
  @media screen and (min-width: 960px) {
    .content1-item-imagewrapper {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 48.3871%; }
      .content1-item-imagewrapper:last-child {
        margin-right: 0; } }

.content1-item-image, .content1-item-image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.content1-item-description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: .06em; }
  @media screen and (min-width: 960px) {
    .content1-item-description {
      font-size: 16px;
      line-height: 25px; } }

.content2-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 20px 10px; }
  .content2-wrapper:before, .content2-wrapper:after {
    content: " ";
    display: table; }
  .content2-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .content2-wrapper {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .content2-wrapper {
      padding: 30px 10px; } }

.content2-item {
  *zoom: 1;
  display: block;
  margin: 0 0 15px; }
  .content2-item:before, .content2-item:after {
    content: " ";
    display: table; }
  .content2-item:after {
    clear: both; }
  .content2-item:last-child {
    margin-bottom: 0;
    padding: 0; }

@media screen and (min-width: 960px) {
  .content2-item-wrapper {
    display: block;
    float: left;
    margin-right: 3.22581%;
    width: 100%; }
    .content2-item-wrapper:last-child {
      margin-right: 0; } }

.content2-item-title {
  color: #00b4ea;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400; }
  @media screen and (min-width: 960px) {
    .content2-item-title {
      font-size: 20px; } }

.content2-item-subtitle {
  color: #00b4ea;
  text-transform: uppercase;
  margin: 0;
  font-size: 17px;
  font-weight: 300; }

.content2-item-description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: .06em; }
  @media screen and (min-width: 960px) {
    .content2-item-description {
      font-size: 16px;
      line-height: 25px; } }

.content2-item-link {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px; }
  .content2-item-link:after {
    content: " >"; }

.content3-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 20px 10px 0; }
  .content3-wrapper:before, .content3-wrapper:after {
    content: " ";
    display: table; }
  .content3-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .content3-wrapper {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .content3-wrapper {
      padding: 30px 10px 0; } }

.content3-item {
  *zoom: 1;
  display: block;
  margin: 0 0 15px; }
  .content3-item:before, .content3-item:after {
    content: " ";
    display: table; }
  .content3-item:after {
    clear: both; }

.content3-item-date {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 17.24138%; }
  .content3-item-date:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .content3-item-date {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 22.58065%; }
      .content3-item-date:last-child {
        margin-right: 0; } }

@media screen and (min-width: 960px) {
  .content3-item-wrapper {
    display: block;
    float: left;
    margin-right: 3.22581%;
    width: 74.19355%;
    margin-bottom: 20px; }
    .content3-item-wrapper:last-child {
      margin-right: 0; } }

@media screen and (min-width: 960px) {
  .content3-subitem-wrapper {
    display: block;
    float: left;
    margin-right: 3.22581%;
    width: 22.58065%;
    margin-bottom: 10px; }
    .content3-subitem-wrapper:last-child {
      margin-right: 0; } }

.content3-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }

.content3-item-title {
  color: #00b4ea;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 20px; }

.content3-item-subtitle {
  color: #00b4ea;
  text-transform: uppercase;
  margin: 0;
  font-size: 17px;
  font-weight: 300; }

.content3-item-description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: .06em; }
  @media screen and (min-width: 960px) {
    .content3-item-description {
      font-size: 16px;
      line-height: 25px; } }

.content3-item-link {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px; }
  .content3-item-link:after {
    content: " >"; }

.flexcontent3-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 10px 10px;
  border-bottom: 1px solid #dddddd; }
  .flexcontent3-wrapper:before, .flexcontent3-wrapper:after {
    content: " ";
    display: table; }
  .flexcontent3-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .flexcontent3-wrapper {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .flexcontent3-wrapper {
      padding: 20px 10px; } }

.flexcontent3-item {
  *zoom: 1;
  display: block; }
  .flexcontent3-item:before, .flexcontent3-item:after {
    content: " ";
    display: table; }
  .flexcontent3-item:after {
    clear: both; }

.flexcontent3-item-wrapper {
  margin-bottom: 10px; }
  @media screen and (min-width: 960px) {
    .flexcontent3-item-wrapper {
      margin-bottom: 15px;
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 74.19355%; }
      .flexcontent3-item-wrapper:last-child {
        margin-right: 0; } }

.flexcontent3-item-subwrapper {
  margin-bottom: 10px; }
  @media screen and (min-width: 960px) {
    .flexcontent3-item-subwrapper {
      margin-bottom: 15px;
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 22.58065%; }
      .flexcontent3-item-subwrapper:last-child {
        margin-right: 0; } }

.flexcontent3-header {
  margin-bottom: 10px; }
  @media screen and (min-width: 960px) {
    .flexcontent3-header {
      margin-bottom: 15px; } }

.flexcontent3-image-wrapper {
  margin-bottom: 10px;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .flexcontent3-image-wrapper {
      margin-bottom: 15px; } }

.flexcontent3-image {
  max-width: 100%; }

.flexcontent3-item-title {
  color: #00b4ea;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400; }
  @media screen and (min-width: 960px) {
    .flexcontent3-item-title {
      font-size: 20px; } }

.flexcontent3-item-subtitle {
  color: #00b4ea;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300; }
  @media screen and (min-width: 960px) {
    .flexcontent3-item-subtitle {
      font-size: 16px; } }

.flexcontent-subwrapper-title {
  font-weight: 400;
  margin-bottom: 5px;
  display: block; }

.flexcontent3-person-name {
  font-weight: 400;
  font-size: 14px; }

.flexcontent3-person-title {
  font-weight: 300;
  font-style: italic; }

.flexcontent3-person-image {
  width: 104px;
  height: auto;
  border: 2px solid #dddddd; }

.flexcontent3-person-image-wrapper {
  width: 50%;
  padding: 0 5px 0 0;
  float: left; }
  .flexcontent3-person-image-wrapper:nth-child(2n) {
    padding: 0 0 0 5px; }

.flexcontent3-person-image-container {
  *zoom: 1;
  margin-bottom: 5px; }
  .flexcontent3-person-image-container:before, .flexcontent3-person-image-container:after {
    content: " ";
    display: table; }
  .flexcontent3-person-image-container:after {
    clear: both; }

@media screen and (min-width: 960px) {
  .content4-wordswrapper {
    display: block;
    float: left;
    margin-right: 3.22581%;
    width: 65.5914%; }
    .content4-wordswrapper:last-child {
      margin-right: 0; } }

.content4-wrapper {
  padding: 20px 10px; }

.content4-sideimagewrapper {
  display: none; }
  @media screen and (min-width: 960px) {
    .content4-sideimagewrapper {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 31.1828%;
      margin-bottom: 10px; }
      .content4-sideimagewrapper:last-child {
        margin-right: 0; } }

.content5-wrapper {
  padding: 20px 10px; }

.content5-item {
  margin-bottom: 10px; }
  @media screen and (min-width: 960px) {
    .content5-item {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 48.3871%;
      margin-bottom: 20px; }
      .content5-item:last-child {
        margin-right: 0; }
      .content5-item:nth-child(2n) {
        margin-right: 0; } }

.content5-item-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #037bac;
  text-transform: uppercase; }
  .content5-item-title:after {
    content: ' ';
    display: block;
    width: 100%;
    border-bottom: 1px solid #037bac;
    margin: 5px 0;
    max-width: 66%; }
  @media screen and (min-width: 960px) {
    .content5-item-title {
      font-size: 18px; } }

.content6-item-wrapper {
  padding: 10px 0; }
  @media screen and (min-width: 960px) {
    .content6-item-wrapper {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 65.5914%;
      padding: 20px 0; }
      .content6-item-wrapper:last-child {
        margin-right: 0; } }

.content6-item {
  padding: 10px 0; }

.content6-item-subwrapper {
  text-align: center; }
  @media screen and (min-width: 960px) {
    .content6-item-subwrapper {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 31.1828%;
      margin-bottom: 10px; }
      .content6-item-subwrapper:last-child {
        margin-right: 0; } }

.content6-image {
  max-width: 75%;
  max-height: 240px; }
  @media screen and (min-width: 960px) {
    .content6-image {
      max-height: 320px; } }

.menu-skybox-container {
  *zoom: 1;
  display: block; }
  .menu-skybox-container:before, .menu-skybox-container:after {
    content: " ";
    display: table; }
  .menu-skybox-container:after {
    clear: both; }

.main-skybox-navlist {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 0 5px;
  background: white;
  padding: 0;
  text-align: center;
  margin-bottom: 0; }
  .main-skybox-navlist:before, .main-skybox-navlist:after {
    content: " ";
    display: table; }
  .main-skybox-navlist:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .main-skybox-navlist {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .main-skybox-navlist {
      text-align: right;
      padding: 0 10px; } }
  .main-skybox-navlist .menu-item {
    display: inline-block;
    list-style: none;
    padding: 5px 2px 0;
    font-size: 14px;
    line-height: 20px; }
    @media screen and (min-width: 960px) {
      .main-skybox-navlist .menu-item {
        padding: 10px 0 0 10px; } }

.main-header {
  background: #037bac;
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0; 
  border-bottom: 1px solid #eee;
}

@media screen and (min-width: 960px) {
  .main-header-wrapper {
    *zoom: 1;
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    max-width: 32.5em;
    padding: 0 10px; }
    .main-header-wrapper:before, .main-header-wrapper:after {
      content: " ";
      display: table; }
    .main-header-wrapper:after {
      clear: both; } }
  @media screen and (min-width: 960px) and (min-width: 960px) {
    .main-header-wrapper {
      max-width: 60em; } }

.main-header-logo-wrapper {
  width: 50%;
  float: left;
  padding: 0 5px; }
  @media screen and (min-width: 960px) {
    .main-header-logo-wrapper {
      width: auto; } }

.main-header-logo-link {
  display: block; }

.main-header-toggle-wrapper {
  width: 50%;
  float: left;
  padding: 0 10px 0 0;
  text-align: right; }
  @media screen and (min-width: 960px) {
    .main-header-toggle-wrapper {
      display: none; } }

.main-header-subcontent {
  *zoom: 1;
  height: 50px;
  overflow: hidden; }
  .main-header-subcontent:before, .main-header-subcontent:after {
    content: " ";
    display: table; }
  .main-header-subcontent:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .main-header-subcontent {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 22.58065%; }
      .main-header-subcontent:last-child {
        margin-right: 0; } }

.main-header-toggle {
  color: white;
  display: inline-block;
  line-height: 50px; }
  .main-header-toggle:link, .main-header-toggle:visited {
    color: white; }

.main-header-logo:before {
  display: inline-block;
  font-size: 164px;
  line-height: 50px;
  color: white; }

@media screen and (min-width: 960px) {
  .menu-header-menu-container {
    display: block;
    float: left;
    margin-right: 3.22581%;
    width: 74.19355%; }
    .menu-header-menu-container:last-child {
      margin-right: 0; } }

.main-header-navlist {
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
  display: none;
  -webkit-transition: max-height 0.6s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out; 
  z-index: -1;
}

@media screen and (min-width: 960px) {
  .main-header-navlist {
    text-align: right;
    height: 50px;
    position: static;
    width: auto;
    display: block !important; 
  } 
}

.main-header-navlist .sub-menu {
  margin-bottom: 0;
  padding: 0;
  background: #024561;
  min-width: 100%;
  display: none;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out; }
  .main-header-navlist .sub-menu:before, .main-header-navlist .sub-menu:after {
    content: " ";
    display: table; }
  .main-header-navlist .sub-menu:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .main-header-navlist .sub-menu {
      position: absolute;
      display: none !important;
      z-index: 9999; } }

@media screen and (min-width: 960px) {
  .main-header-navlist > .menu-item:hover > .sub-menu {
    display: block !important; } }

.main-header-navlist .sub-menu > .menu-item {
  background: #02577a;
  width: 50%;
  float: left;
  font-size: 14px; }
  @media screen and (min-width: 960px) {
    .main-header-navlist .sub-menu > .menu-item {
      width: auto;
      float: none;
      display: block;
      text-align: left;
      min-width: 160px; } }

.main-header-navlist .sub-menu .menu-item a {
  display: block;
  padding: 10px 5px;
  color: white;
  background: #02577a;
  box-shadow: inset 0 0 1px 0 #024561; }
  .main-header-navlist .sub-menu .menu-item a:link, .main-header-navlist .sub-menu .menu-item a:visited {
    color: white;
    background: #02577a; }
  .main-header-navlist .sub-menu .menu-item a:hover {
    background: #037bac; }
  .main-header-navlist .sub-menu .menu-item a:active {
    background: #024561; }
  @media screen and (min-width: 960px) {
    .main-header-navlist .sub-menu .menu-item a {
      padding: 10px 15px; } }

.main-header-navlist .menu-item {
  background: #036993;
  list-style: none;
  margin-bottom: 0;
  position: relative; }
  .main-header-navlist .menu-item a {
    display: block;
    padding: 10px 5px;
    color: white;
    background: #036993;
    box-shadow: inset 0 0 1px 0 #024561;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .main-header-navlist .menu-item a:link, .main-header-navlist .menu-item a:visited {
      color: white;
      background: #036993; }
    .main-header-navlist .menu-item a:hover {
      background: #037bac; }
    .main-header-navlist .menu-item a:active {
      background: #02577a; }
  @media screen and (min-width: 960px) {
    .main-header-navlist .menu-item {
      background: none;
      display: inline-block;
      text-align: center; }
      .main-header-navlist .menu-item a {
        display: block;
        background: none;
        box-shadow: none;
        padding: 15px 8px; }
        .main-header-navlist .menu-item a:link, .main-header-navlist .menu-item a:visited {
          background: none; }
        .main-header-navlist .menu-item a:hover {
          background: #038dc5; }
        .main-header-navlist .menu-item a:active {
          background: #02577a; } }

.main-header-navlist > .menu-item:last-child a {
  display: inline-block;
  padding: 10px 25px;
  background: #00ac4d;
  text-align: center;
  text-decoration: none;
  color: white;
  line-height: 20px;
  border-radius: 20px;
  margin: 6px 0 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .18em;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 15px;
  line-height: 30px;
  text-transform: none;
  font-weight: 300;
  margin-right: 0;
  margin-left: 0; }
  .main-header-navlist > .menu-item:last-child a:visited, .main-header-navlist > .menu-item:last-child a:link {
    background: #00ac4d;
    text-decoration: none;
    color: white; }
  .main-header-navlist > .menu-item:last-child a:hover {
    background: #00c658; }

.main-header.mw-new-new {
  background: #fff; 
  z-index: 1000}
  .main-header.mw-new-new .main-header-subcontent {
    height: auto; }
  .main-header.mw-new-new .main-header-logo-wrapper {
    padding: 15px 0 15px 5px; }
    .main-header.mw-new-new .main-header-logo-wrapper .main-header-logo {
      background: url(styles/logo.png) no-repeat;
      width: 164px;
      height: 20px;
      display: block; }
      .main-header.mw-new-new .main-header-logo-wrapper .main-header-logo:before {
        display: none;
        font-size: initial;
        line-height: initial; }
  .main-header.mw-new-new .main-header-navlist > .menu-item {
    border-bottom: 1px solid #ccc;
    background: #fff; }
    .main-header.mw-new-new .main-header-navlist > .menu-item > a {
      background: #fff;
      color: #000;
      box-shadow: none;
      font-weight: 400; }
    .main-header.mw-new-new .main-header-navlist > .menu-item:first-child {
      border-top: 1px solid #ccc; }
    .main-header.mw-new-new .main-header-navlist > .menu-item:last-child > a {
      background: #cc3;
      padding: .75rem 1.25rem;
      line-height: initial;
      letter-spacing: initial;
      border-radius: 0;
      font-weight: 700;
      text-transform: uppercase;
      font-size: .875rem;
      margin: 5px 0 0 0; }
  .main-header.mw-new-new .main-header-toggle-wrapper > a {
    color: #000;
    font-weight: 400; }
  @media screen and (min-width: 960px) {
    .main-header.mw-new-new {
      line-height: initial;
      padding: 1.5rem 0 1.5rem;
      border-top: 5px solid #09c;
      background: #fff; }
      .main-header.mw-new-new .main-header-wrapper {
        max-width: 74rem;
        padding: 0 3.5rem;
        position: relative; }
      .main-header.mw-new-new .menu-header-menu-container {
        float: right;
        margin-right: 0;
        display: inline;
        position: absolute;
        right: 0.5rem;
        top: -0.5rem;
        font-size: 1rem;
        line-height: 1;
        font-style: normal;
        overflow: visible; }
      .main-header.mw-new-new .main-header-logo-wrapper {
        padding: 0; }
      .main-header.mw-new-new .main-header-navlist {
        height: auto;
        line-height: 1em; }
        .main-header.mw-new-new .main-header-navlist > .menu-item {
          margin-right: 2.5rem;
          position: relative;
          vertical-align: middle;
          border: none; }
          .main-header.mw-new-new .main-header-navlist > .menu-item > a {
            color: #000;
            padding: 0;
            font-size: 1rem;
            font-weight: 400; }
            .main-header.mw-new-new .main-header-navlist > .menu-item > a:hover {
              background: none; }
          .main-header.mw-new-new .main-header-navlist > .menu-item:first-child {
            border: 0; }
          .main-header.mw-new-new .main-header-navlist > .menu-item:last-child a {
            margin: 0; }
          .main-header.mw-new-new .main-header-navlist > .menu-item:hover {
            background: none; }
          .main-header.mw-new-new .main-header-navlist > .menu-item > .sub-menu {
            left: -15px;
            background: transparent; } }

.features2 {
  *zoom: 1;
  display: block; }
  .features2:before, .features2:after {
    content: " ";
    display: table; }
  .features2:after {
    clear: both; }

.features2-header {
  background-color: white; }

.features2-heading {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 15px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 25px; }
  .features2-heading:before, .features2-heading:after {
    content: " ";
    display: table; }
  .features2-heading:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .features2-heading {
      max-width: 60em; } }

.features2-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 25px 10px 15px;
  margin: 0 auto; }
  .features2-wrapper:before, .features2-wrapper:after {
    content: " ";
    display: table; }
  .features2-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .features2-wrapper {
      max-width: 60em; } }

.feature2-item {
  padding: 15px 25px;
  margin: 0 auto 20px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  background: white;
  max-width: 350px;
  list-style: none; }
  .feature2-item:nth-of-type(2n) .feature2-item-heading, .feature2-item:nth-of-type(2n) .feature2-item-iconwrapper {
    color: #00ac4d; }
  .feature2-item:nth-of-type(2n) .feature2-item-link {
    line-height: 35px;
    min-width: 66%; }
  .feature2-item:nth-of-type(3n) .feature2-item-heading, .feature2-item:nth-of-type(3n) .feature2-item-iconwrapper {
    color: #037bac; }
  .feature2-item:nth-of-type(3n) .feature2-item-link {
    line-height: 35px;
    min-width: 66%; }
  .feature2-item:nth-of-type(4n) .feature2-item-heading, .feature2-item:nth-of-type(4n) .feature2-item-iconwrapper {
    color: #00b4ea; }
  .feature2-item:nth-of-type(4n) .feature2-item-link {
    line-height: 35px;
    min-width: 66%; }
  @media screen and (min-width: 960px) {
    .feature2-item {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 48.3871%;
      max-width: none; }
      .feature2-item:last-child {
        margin-right: 0; }
      .feature2-item:nth-child(2n) {
        margin-right: 0; }
      .feature2-item:nth-child(2n+1) {
        clear: left; } }

.feature2-item-heading {
  text-align: center;
  text-transform: uppercase;
  color: #00b4ea;
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 25px; }

.feature2-item-subheading {
  display: block; }

.feature2-item-content {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 5px; }

.feature2-item-link-wrapper {
  text-align: center; }

.feature2-item-link {
  line-height: 35px;
  min-width: 66%; }

.feature2-item-iconwrapper {
  text-align: center;
  font-size: 54px;
  margin: 0 0 10px;
  color: #00b4ea; }

.main-footer {
  background: #037bac; }

.main-footer-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  *zoom: 1;
  display: block; }
  .main-footer-wrapper:before, .main-footer-wrapper:after {
    content: " ";
    display: table; }
  .main-footer-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .main-footer-wrapper {
      max-width: 60em; } }
  .main-footer-wrapper:before, .main-footer-wrapper:after {
    content: " ";
    display: table; }
  .main-footer-wrapper:after {
    clear: both; }

@media screen and (min-width: 960px) {
  .menu-footer-menu-container {
    display: block;
    float: right;
    margin-left: 3.22581%;
    width: 56.98925%; }
    .menu-footer-menu-container:last-child {
       margin-left: 0; } }

@media screen and (min-width: 960px) {
  .main-footer-subcontent {
    display: block;
    float: right;
    margin-left: 3.22581%;
    width: 22.58065%; }
    .main-footer-subcontent:last-child {
      margin-left: 0; } }

.main-footer-logo-wrapper {
  text-align: center;
  height: 45px;
  overflow: hidden; }

@media screen and (min-width: 960px) {
  .main-footer-logo-wrapper {
    text-align: left;
  }
}
.vendor-footer {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 960px) {
  .vendor-footer {
    display: block;
    float: right;
    margin-left: 3.22581%;
    width: 13.97849%;
    height: 160px;
    margin-bottom: 0; 
  }
}

.footer-gartner {
  background-image: url(data:image/png;base64,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);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  height: 80px;
  width: 100%;
  display: none;
  margin-bottom: 20px; }
  @media screen and (min-width: 960px) {
    .footer-gartner {
	  display: block;
      height: 80px;
      margin-bottom: 0; }
      .footer-gartner:last-child {
        margin-left: 0; } }

.footer-trustee {
  margin-top: 0;
  display: block;
  margin: 0 auto;
  width: 156px;
}

@media screen and (min-width: 960px) {
	.footer-trustee {
		width: 100%;
	}
}

.main-footer-header {
  background: #037bac; }

.main-footer-headerwrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 3px 10px 0;
  overflow: hidden;
  height: 40px; }
  .main-footer-headerwrapper:before, .main-footer-headerwrapper:after {
    content: " ";
    display: table; }
  .main-footer-headerwrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .main-footer-headerwrapper {
      max-width: 60em; } }

.main-footer-headerlogo {
  color: white; }
  .main-footer-headerlogo:before {
    font-size: 156px;
    display: inline-block;
    line-height: 30px; }

.main-footer-navlist .menu-item {
  padding: 0;
  margin: 0 0 5px;
  list-style: none; }
  .main-footer-navlist .menu-item > a, .main-footer-navlist .menu-item > a:visited, .main-footer-navlist .menu-item > a:link {
    color: white;
    font-weight: 300; }
  .main-footer-navlist .menu-item > a:hover, .main-footer-navlist .menu-item > a:active {
    opacity: .6; }

.main-footer-navlist > .menu-item {
  margin: 0 0 15px;
  float: right;
  width: 33%; }
  @media screen and (min-width: 960px) {
    .main-footer-navlist > .menu-item {
      float: none;
      display: inline-block;
      width: auto;
      padding: 0 0 0 30px;
      position: relative; } }
  .main-footer-navlist > .menu-item > a, .main-footer-navlist > .menu-item > a:visited, .main-footer-navlist > .menu-item > a:link {
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    margin-bottom: 10px;
    cursor: default; }
  .main-footer-navlist > .menu-item > a:hover, .main-footer-navlist > .menu-item a:active {
    color: white;
    opacity: 1; }

.main-footer-navlist > .menu-item:nth-child(1) {
  float: left; }
  @media screen and (min-width: 960px) {
    .main-footer-navlist > .menu-item:nth-child(1) {
      float: none; } }

.main-footer-navlist, .main-footer-navlist .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none; }

.main-footer-navlist {
  margin-bottom: 25px;
  width: 90%;
  margin: 0 auto;
  *zoom: 1; }
  .main-footer-navlist:before, .main-footer-navlist:after {
    content: " ";
    display: table; }
  .main-footer-navlist:after {
    clear: both; }
  @media screen and (min-width: 600px) {
    .main-footer-navlist {
      width: 60%;
    }
  }
  @media screen and (min-width: 960px) {
    .main-footer-navlist {
      text-align: right;
      width: auto;
      min-height: 160px; } }

@media screen and (min-width: 960px) {
  .main-footer-navlist .sub-menu {
    position: absolute;
    top: 30px; } }

.main-footer-navlist .sub-menu .menu-item {
  font-size: 14px;
  text-align: left; }

.main-footer-address {
  margin: 0 0 10px;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .main-footer-address {
      text-align: left; } }

.main-footer-addressstreet {
  color: white;
  margin: 0;
  font-weight: 300;
  font-size: 9px;
  line-height: 15px; }
  @media screen and (min-width: 960px) {
    .main-footer-addressstreet {
      font-size: 12px;
      line-height: 20px; } }

.main-footer-content {
  *zoom: 1;
  display: block; }
  .main-footer-content:before, .main-footer-content:after {
    content: " ";
    display: table; }
  .main-footer-content:after {
    clear: both; }

.main-footer-copyright {
  font-size: 9px;
  letter-spacing: .1em;
  line-height: 15px;
  text-align: center;
  color: white; }
  @media screen and (min-width: 960px) {
    .main-footer-copyright {
      *zoom: 1;
      display: block;
      font-size: 12px;
      line-height: 20px; }
      .main-footer-copyright:before, .main-footer-copyright:after {
        content: " ";
        display: table; }
      .main-footer-copyright:after {
        clear: both; } }
  .main-footer-copyright a, .main-footer-copyright a:visited, .main-footer-copyright a:link {
    color: white;
    font-weight: 300; }
  .main-footer-copyright a:hover, .main-footer-copyright a:active {
    opacity: .6; }

.main-footer-metacopyright>span {
  font-weight: 600;
}
.main-footer-sociallist {
  padding: 0;
  margin: 0 0 10px;
  text-align: center; }
  @media screen and (min-width: 960px) {
    .main-footer-sociallist {
      text-align: left;
      margin: 0 0 15px; } }

.main-footer-social-item {
  list-style: none;
  display: inline-block;
  font-size: 25px; }
  @media screen and (min-width: 960px) {
    .main-footer-social-item {
      font-size: 30px;
      margin: 0 5px 0 0; } }
  .main-footer-social-item > a, .main-footer-social-item > a:visited, .main-footer-social-item > a:link {
    color: white; }
  .main-footer-social-item > a:hover, .main-footer-social-item > a:active {
    opacity: .6; }

.footer-sociallink {
  display: block; }

.blog-mainheader {
  width: 100%;
  background: #00b4ea; }

.blog-mainheader-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 0 10px;
  overflow: hidden; }
  .blog-mainheader-wrapper:before, .blog-mainheader-wrapper:after {
    content: " ";
    display: table; }
  .blog-mainheader-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .blog-mainheader-wrapper {
      max-width: 60em; } }

.blog-category-wrapper {
  padding: 20px 0 0;
  text-transform: capitalize; }
  @media screen and (min-width: 960px) {
    .blog-category-wrapper {
      padding: 0 0 20px; } }

.blog-logo {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 44.82759%;
  display: block;
  font-style: italic;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: left; }
  .blog-logo:last-child {
    margin-right: 0; }
  .blog-logo:visited, .blog-logo:link {
    color: white; }
  .blog-logo:before {
    display: block;
    font-size: 184px;
    line-height: 50px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 960px) {
    .blog-logo {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 31.1828%; }
      .blog-logo:last-child {
        margin-right: 0; } }

.blog-companysitewrapper {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 44.82759%;
  text-align: right; }
  .blog-companysitewrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .blog-companysitewrapper {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 22.58065%;
      margin-left: 43.01075%;
      text-align: left; }
      .blog-companysitewrapper:last-child {
        margin-right: 0; } }

.blog-companysite, .blog-companysite:link, .blog-companysite:visited {
  color: white;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 12px; }
  @media screen and (min-width: 960px) {
    .blog-companysite, .blog-companysite:link, .blog-companysite:visited {
      font-size: 16px; } }

.blog-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 30px 10px;
  position: relative; }
  .blog-wrapper:before, .blog-wrapper:after {
    content: " ";
    display: table; }
  .blog-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .blog-wrapper {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .blog-wrapper {
      padding: 120px 10px 0; } }

.blog-main-content {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%; }
  .blog-main-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .blog-main-content {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 74.19355%;
      padding: 0 10px 0 0; }
      .blog-main-content:last-child {
        margin-right: 0; } }

.blog-mainfooter {
  width: 100%;
  padding: 10px 10px;
  background: #00b4ea;
  height: 60px; }

.blog-mainfootercontent {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  text-align: center;
  margin-bottom: 0;
  font-size: 9px;
  line-height: 20px;
  color: white; }
  .blog-mainfootercontent:before, .blog-mainfootercontent:after {
    content: " ";
    display: table; }
  .blog-mainfootercontent:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .blog-mainfootercontent {
      max-width: 60em; } }
  .blog-mainfootercontent a, .blog-mainfootercontent a:link, .blog-mainfootercontent a:visited {
    color: white; }
  .blog-mainfootercontent a:hover, .blog-mainfootercontent a:active {
    opacity: .8; }

.blog-controls {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  margin-bottom: 10px;
  padding: 0 10px; }
  .blog-controls:before, .blog-controls:after {
    content: " ";
    display: table; }
  .blog-controls:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .blog-controls {
      max-width: 60em; } }

.blog-controllist {
  padding: 0 10px;
  margin: 0;
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%; }
  .blog-controllist:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .blog-controllist {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 56.98925%;
      margin-left: 17.2043%;
      padding: 0 15px 0 0; }
      .blog-controllist:last-child {
        margin-right: 0; } }

.blog-control {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 44.82759%;
  padding: 0;
  font-size: 12px; }
  .blog-control:last-child {
    margin-right: 0; }
  .blog-control:nth-of-type(2) {
    text-align: right; }
  .blog-control a, .blog-control a:link, .blog-control a:visited {
    line-height: 45px;
    text-transform: uppercase; }
  @media screen and (min-width: 960px) {
    .blog-control {
      display: block;
      float: left;
      margin-right: 5.66038%;
      width: 39.62264%;
      font-size: 14px; }
      .blog-control:last-child {
        margin-right: 0; }
      .blog-control:nth-of-type(2) {
        text-align: right;
        display: block;
        float: left;
        margin-right: 5.66038%;
        width: 54.71698%; }
        .blog-control:nth-of-type(2):last-child {
          margin-right: 0; } }

.blog-sidebar {
  display: none; }
  @media screen and (min-width: 960px) {
    .blog-sidebar {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 22.58065%; }
      .blog-sidebar:last-child {
        margin-right: 0; } }

.blog-headerimage {
  height: auto;
  margin: 0 auto 10px; }

.blog-share {
  margin-top: 8px;
  float: right; }
  @media screen and (min-width: 960px) {
    .blog-share {
      float: left; } }

.blog-share-wrapper {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 44.82759%;
  line-height: 45px;
  text-align: right;
  padding: 0;
  margin-bottom: 0; }
  .blog-share-wrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .blog-share-wrapper {
      display: block;
      float: left;
      margin-right: 23.07692%;
      width: 100%;
      line-height: 30px;
      text-align: left;
      text-align: center; }
      .blog-share-wrapper:last-child {
        margin-right: 0; } }

.blog-share-icon {
  font-size: 26px;
  margin: 0;
  display: inline-block;
  list-style: none; }
  .blog-share-icon a {
    display: block; }
  @media screen and (min-width: 960px) {
    .blog-share-icon {
      font-size: 28px; } }

.blog-part {
  *zoom: 1;
  display: block;
  margin-bottom: 20px; }
  .blog-part:before, .blog-part:after {
    content: " ";
    display: table; }
  .blog-part:after {
    clear: both; }
  .blog-part:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 960px) {
    .blog-part {
      margin-bottom: 60px; } }

.blog-header {
  *zoom: 1;
  display: block; }
  .blog-header:before, .blog-header:after {
    content: " ";
    display: table; }
  .blog-header:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .blog-header {
      margin-bottom: 10px; } }

.blog-subtitle {
  color: #747474;
  font-weight: 400; }

.blog-headerimage {
  max-width: 100%;
  display: block;
  margin: 0 auto 10px; }

.blog-content, .blog-excerpt {
  *zoom: 1;
  display: block;
  margin: 0 0 10px; }
  .blog-content:before, .blog-content:after, .blog-excerpt:before, .blog-excerpt:after {
    content: " ";
    display: table; }
  .blog-content:after, .blog-excerpt:after {
    clear: both; }

@media screen and (min-width: 960px) {
  .blog-content-wrapper {
    display: block;
    float: left;
    margin-right: 4.34783%;
    width: 76.81159%; }
    .blog-content-wrapper:last-child {
      margin-right: 0; } }

.blog-meta {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%;
  padding: 15px 0 10px;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 10px; }
  .blog-meta:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .blog-meta {
      display: block;
      float: left;
      margin-right: 4.34783%;
      width: 18.84058%;
      padding: 0 0 10px;
      border-bottom: 0; }
      .blog-meta:last-child {
        margin-right: 0; } }

.blog-date {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 44.82759%;
  line-height: 45px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0; }
  .blog-date:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .blog-date {
      display: block;
      float: left;
      margin-right: 23.07692%;
      width: 100%;
      line-height: 40px;
      text-align: center;
      font-size: 16px; }
      .blog-date:last-child {
        margin-right: 0; } }

.blog-author-imagewrapper {
  text-align: center; }
  .blog-author-imagewrapper img {
    height: 68px;
    width: 68px;
    background: lightgray;
    border-radius: 34px;
    border: 4px solid white;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin: 0 auto 10px; }

.blog-readmore {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px; }
  @media screen and (min-width: 960px) {
    .blog-readmore {
      font-size: 14px; } }

.blog-part-footer {
  *zoom: 1;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd; }
  .blog-part-footer:before, .blog-part-footer:after {
    content: " ";
    display: table; }
  .blog-part-footer:after {
    clear: both; }

.blog-author-image {
  height: 68px;
  width: 68px;
  background: lightgray;
  border-radius: 34px;
  border: 4px solid white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin: 0 auto 10px; }

.blog-author-title {
  letter-spacing: 0.05em;
  text-align: center; }

.blog-author {
  *zoom: 1;
  display: block;
  padding: 0 0 5px;
  border-bottom: 1px solid #b0b0b0;
  margin: 0 0 5px;
  display: none; }
  .blog-author:before, .blog-author:after {
    content: " ";
    display: table; }
  .blog-author:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .blog-author {
      display: block;
      float: left;
      margin-right: 23.07692%;
      width: 100%;
      border-bottom: 0; }
      .blog-author:last-child {
        margin-right: 0; } }

.blog-author-name {
  color: #00ac4d;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 20px;
  margin: 0; }

.blog-author-title {
  margin: 0; }

.blog-part-categories, .blog-single-categories {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 44.82759%;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0;
  text-align: right; }
  .blog-part-categories:last-child, .blog-single-categories:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .blog-part-categories, .blog-single-categories {
      display: block;
      float: left;
      margin-right: 4.91803%;
      width: 73.77049%; }
      .blog-part-categories:last-child, .blog-single-categories:last-child {
        margin-right: 0; } }

.cat-item {
  text-transform: capitalize;
  list-style: none; }

.blog-single-categories {
  text-align: left; }
  @media screen and (min-width: 960px) {
    .blog-single-categories {
      display: block;
      float: left;
      margin-right: 6.66667%;
      width: 100%; }
      .blog-single-categories:last-child {
        margin-right: 0; } }

.blog-readmorewrap {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 44.82759%;
  margin-bottom: 5px;
  margin-top: 5px; }
  .blog-readmorewrap:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .blog-readmorewrap {
      display: block;
      float: left;
      margin-right: 4.91803%;
      width: 21.31148%; }
      .blog-readmorewrap:last-child {
        margin-right: 0; } }

.blog-part-category {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 15px 0 0; }
  @media screen and (min-width: 960px) {
    .blog-part-category {
      font-size: 14px; } }

.blog-categorieslist {
  padding: 0;
  margin: 0 0 50px; }

.blog-category {
  list-style: none; }

.blog-comments {
  background: #efecec;
  border-top: 1px solid #d8d0d0;
  padding: 10px; }

.blog-comments-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em; }
  .blog-comments-wrapper:before, .blog-comments-wrapper:after {
    content: " ";
    display: table; }
  .blog-comments-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .blog-comments-wrapper {
      max-width: 60em; } }

.blog-comments-content {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%;
  padding: 10px 0 0 0; }
  .blog-comments-content:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .blog-comments-content {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 56.98925%;
      margin-left: 17.2043%; }
      .blog-comments-content:last-child {
        margin-right: 0; } }

.blog-categoriestitle, .blog-tweetstitle, .blog-socialtitle {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.12em;
  margin-bottom: 5px; }

.blog-tweet {
  font-size: 13px;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #dddddd; }
  .blog-tweet:last-child {
    border-bottom: 0; }
  .blog-tweet .icon-twitter {
    color: #00acee;
    position: relative;
    top: 6px;
    font-size: 22px; }

.blog-tweet-meta {
  *zoom: 1; }
  .blog-tweet-meta:before, .blog-tweet-meta:after {
    content: " ";
    display: table; }
  .blog-tweet-meta:after {
    clear: both; }

.blog-tweet-who {
  font-size: 13px;
  float: left;
  margin: 0 0 5px; }

.blog-tweet-author {
  padding: 0 5px 0 0; }

.blog-tweet-time {
  padding: 0 0 0 5px; }

.blog-tweet-content {
  font-size: 13px;
  margin: 0 0 5px 0; }

.blog-tweet-when {
  color: #747474;
  font-size: 13px;
  margin: 0;
  float: right; }

.blog-sociallist {
  margin: 0;
  padding: 0; }

.blog-social-item {
  list-style: none;
  display: inline-block;
  margin: 0 1px 1px 0;
  font-size: 28px; }

.blog-part-category a:before, .blog-category a:before {
  position: relative;
  margin-right: 5px;
  top: 6px;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.blog-part-category a:hover:before, .blog-category a:hover:before {
  opacity: .7; }

.category-icon-launch:before {
  color: #00b4ea; }

.category-icon-oped:before {
  color: #058eb0; }

.category-icon-news:before {
  color: #00ac4d; }

.blog-social-twitter a:before {
  color: #00acee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.blog-social-twitter a:hover:before {
  color: #22c2ff; }

.blog-social-linkedin a:before {
  color: #0e76a8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.blog-social-linkedin a:hover:before {
  color: #1297d7; }

.blog-social-googleplus a:before {
  color: #de473d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.blog-social-googleplus a:hover:before {
  color: #e57069; }

.blog-social-facebook a:before {
  color: #3b5998;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.blog-social-facebook a:hover:before {
  color: #4c70ba; }

.comment-form {
  *zoom: 1;
  margin: 0 0 30px; }
  .comment-form:before, .comment-form:after {
    content: " ";
    display: table; }
  .comment-form:after {
    clear: both; }
  .comment-form #submit {
    border: 0;
    line-height: 35px;
    float: right;
    padding: 0 20px; }

.comment-form-comment label {
  display: block;
  font-size: 21px;
  margin: 0 0 10px; }
.comment-form-comment textarea {
  width: 100%;
  padding: 10px; }

.comment-form-url, .comment-form-email, .comment-form-author {
  margin: 0 0 5px; }
  .comment-form-url label, .comment-form-email label, .comment-form-author label {
    display: block;
    margin: 0 0 5px; }
  .comment-form-url input, .comment-form-email input, .comment-form-author input {
    line-height: 30px;
    padding: 0 5px; }
  .comment-form-url .required, .comment-form-email .required, .comment-form-author .required {
    display: none; }

.comment-author {
  font-style: normal;
  font-weight: 700; }

.comment {
  margin: 0 0 30px;
  *zoom: 1; }
  .comment:before, .comment:after {
    content: " ";
    display: table; }
  .comment:after {
    clear: both; }
  .comment .avatar {
    float: left;
    margin: 0 10px 0 0;
    border: 4px solid white; }

.comment-content {
  margin: 0 0 0 74px; }

.comment-edit-link {
  font-size: 12px;
  margin: 0 0 0 2px; }

.wp-caption {
  margin: 0 0 15px;
  max-width: 100%; }
  .wp-caption img {
    margin: 0 0 15px;
    max-width: 100%;
    height: auto; }
  .wp-caption .wp-caption-text {
    margin: 10px 0; }

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important; }

.videowrapper4x3 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .videowrapper4x3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.bannerheader {
  background: #f5f6f6;
  background-position: center bottom;
  font-family: Lato,helvetica,arial sans-serif;
  background-repeat: no-repeat; 
}

.bannerheader--blue {
  background-color: #00b4ea;
  color: white; }
  .bannerheader--blue .bannerheader-wrapper {
    padding: 80px 10px 30px 10px; }
    @media screen and (min-width: 960px) {
      .bannerheader--blue .bannerheader-wrapper {
        padding: 180px 10px 80px; } }
  .bannerheader--blue .bannerheader-heading:after {
    content: '';
    display: block;
    max-width: 75%;
    margin: 0 auto;
    border-bottom: 1px solid white;
    padding: 5px; }

.bannerheader--cover {
  background-size: cover; }

@media screen and (min-width: 960px) {
  .bannerheader--small .bannerheader-wrapper {
    padding: 150px 10px 40px; } }

.bannerheader-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 80px 10px; }
  .bannerheader-wrapper:before, .bannerheader-wrapper:after {
    content: " ";
    display: table; }
  .bannerheader-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .bannerheader-wrapper {
      max-width: 60em; } }
  @media screen and (min-width: 960px) {
    .bannerheader-wrapper {
      padding: 130px 10px 60px; } }

.bannerheader-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 30px; }
  .bannerheader-heading:after {
    content: '';
    display: block;
    border-bottom: 1px solid #747474;
    max-width: 66%;
    margin: 0 auto;
    padding: 5px; }
  @media screen and (min-width: 960px) {
    .bannerheader-heading {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 82.7957%;
      margin-left: 8.60215%;
      margin-bottom: 15px;
      padding: 0 0 5px;
      max-width: none;
      line-height: 45px;
      font-size: 36px; }
      .bannerheader-heading:last-child {
        margin-right: 0; } }

.bannerheader-description {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  padding: 0 20px; }
  @media screen and (min-width: 960px) {
    .bannerheader-description {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 65.5914%;
      margin-left: 17.2043%;
      padding: 0;
      max-width: none;
      font-size: 22px;
      line-height: 25px;
      margin-bottom: 20px; }
      .bannerheader-description:last-child {
        margin-right: 0; } }

.bannerheader-link-wrapper {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 11px; }
  @media screen and (min-width: 960px) {
    .bannerheader-link-wrapper {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 82.7957%;
      margin-left: 8.60215%; }
      .bannerheader-link-wrapper:last-child {
        margin-right: 0; } }
  .bannerheader-link-wrapper a {
    margin: 6px 0 11px 0;
    color: white;
    border-radius: 20px;
    background: #CB8E00;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .18em;
    font-weight: 700; }
    .bannerheader-link-wrapper a:hover {
      background: #FFB300; }

.bannerheader-mobilebreak {
  display: inline; }
  @media screen and (min-width: 960px) {
    .bannerheader-mobilebreak {
      display: block; } }

.bannerheader-link {
  padding: 10px 40px; }

.sectionheader-wrapper {
  *zoom: 1;
  font-family: Lato,helvetica,arial sans-serif;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 0 10px; }
  .sectionheader-wrapper:before, .sectionheader-wrapper:after {
    content: " ";
    display: table; }
  .sectionheader-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .sectionheader-wrapper {
      max-width: 60em; } }

.sectionheader {
  background: #f5f6f6; }

.sectionheader--white {
  background: white; }

.sectionheader--bordertop {
  border-top: 1px solid #dddddd; }

.sectionheader--borderbottom {
  border-bottom: 1px solid #dddddd; }

.sectionheader-heading {
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px; }
  @media screen and (min-width: 960px) {
    .sectionheader-heading {
      font-size: 25px;
      line-height: 35px; } }

.calltoaction-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 15px 10px;
  text-align: center; }
  .calltoaction-wrapper:before, .calltoaction-wrapper:after {
    content: " ";
    display: table; }
  .calltoaction-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .calltoaction-wrapper {
      max-width: 60em; } }

.calltoaction {
  background: #f5f6f6; }

.calltoaction--white {
  background: white; }

.calltoaction--bordertop {
  border-top: 1px solid #dddddd; }

.calltoaction--borderbottom {
  border-bottom: 1px solid #dddddd; }

.calltoaction-link {
  margin: 0; }

.panel {
  *zoom: 1;
  display: block;
  background: #f5f6f6; }
  .panel:before, .panel:after {
    content: " ";
    display: table; }
  .panel:after {
    clear: both; }

.panel--bordertop {
  border-top: 1px solid #dddddd; }

.panel--borderbottom {
  border-bottom: 1px solid #dddddd; }

.panel-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 25px 10px 5px;
  margin: 0 auto; }
  .panel-wrapper:before, .panel-wrapper:after {
    content: " ";
    display: table; }
  .panel-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .panel-wrapper {
      max-width: 60em; } }

.panel-item {
  padding: 20px 15px 10px;
  margin: 0 auto 20px;
  background: white;
  max-width: 350px;
  list-style: none; }
  .panel-item:nth-of-type(2n) .panel-heading, .panel-item:nth-of-type(2n) .panel-iconwrapper {
    color: #00ac4d; }
    .panel-item:nth-of-type(2n) .panel-heading:after, .panel-item:nth-of-type(2n) .panel-iconwrapper:after {
      border-color: #00ac4d; }
  .panel-item:nth-of-type(2n) .panel-link {
    line-height: 35px;
    min-width: 66%; }
  .panel-item:nth-of-type(3n) .panel-heading, .panel-item:nth-of-type(3n) .panel-iconwrapper {
    color: #037bac; }
    .panel-item:nth-of-type(3n) .panel-heading:after, .panel-item:nth-of-type(3n) .panel-iconwrapper:after {
      border-color: #037bac; }
  .panel-item:nth-of-type(3n) .panel-link {
    line-height: 35px;
    min-width: 66%; }
  .panel-item:nth-of-type(4n) .panel-heading, .panel-item:nth-of-type(4n) .panel-iconwrapper {
    color: #00b4ea; }
    .panel-item:nth-of-type(4n) .panel-heading:after, .panel-item:nth-of-type(4n) .panel-iconwrapper:after {
      border-color: #00b4ea; }
  .panel-item:nth-of-type(4n) .panel-link {
    line-height: 35px;
    min-width: 66%; }
  @media screen and (min-width: 960px) {
    .panel-item {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 31.1828%;
      max-width: none; }
      .panel-item:last-child {
        margin-right: 0; }
      .panel-item:nth-child(3n) {
        margin-right: 0; }
      .panel-item:nth-child(3n+1) {
        clear: left; } }

.panel-heading {
  text-align: center;
  text-transform: uppercase;
  color: #00b4ea;
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400; }
  .panel-heading:after {
    content: '';
    display: block;
    width: 66%;
    margin: 5px auto 0;
    border-bottom: 1px solid #00b4ea; }

.panel-subheading {
  display: block; }

.panel-content {
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 15px; }

.panel-link-wrapper {
  text-align: center; }

.panel-link {
  min-width: 66%; }

.panel-iconwrapper {
  text-align: center;
  font-size: 54px;
  margin: 0 0 10px;
  color: #00b4ea; }

.panel-image {
  max-width: 100%;
  max-height: 54px; }

.large-panel {
  *zoom: 1;
  display: block; }
  .large-panel:before, .large-panel:after {
    content: " ";
    display: table; }
  .large-panel:after {
    clear: both; }

.large-panel-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 25px 10px 5px;
  margin: 0 auto; }
  .large-panel-wrapper:before, .large-panel-wrapper:after {
    content: " ";
    display: table; }
  .large-panel-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .large-panel-wrapper {
      max-width: 60em; } }

.large-panel-item {
  padding: 20px 15px 10px;
  margin: 0 auto 20px;
  max-width: 350px;
  list-style: none; }
  @media screen and (min-width: 960px) {
    .large-panel-item {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 48.3871%;
      max-width: none; }
      .large-panel-item:last-child {
        margin-right: 0; }
      .large-panel-item:nth-child(2n) {
        margin-right: 0; }
      .large-panel-item:nth-child(2n+1) {
        clear: left; } }

.large-panel-heading {
  text-align: center;
  text-transform: uppercase;
  color: #037bac;
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400; }
  .large-panel-heading:after {
    content: '';
    display: block;
    width: 66%;
    margin: 5px auto 0;
    border-bottom: 1px solid #037bac; }

.large-panel-subheading {
  display: block; }

.large-panel-content {
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 15px; }

.large-panel-link-wrapper {
  text-align: center; }

.large-panel-link {
  min-width: 66%; }

.large-panel-iconwrapper {
  text-align: center;
  font-size: 54px;
  margin: 0 0 15px;
  color: #00b4ea; }

.large-panel-image {
  max-width: 100%;
  max-height: 74px; }

.stack {
  background-color: #f5f6f6;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.stack-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 25px 10px 5px;
  margin: 0 auto;
  text-align: center; }
  .stack-wrapper:before, .stack-wrapper:after {
    content: " ";
    display: table; }
  .stack-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .stack-wrapper {
      max-width: 60em; } }

.stack-list-wrapper {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%; }
  .stack-list-wrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .stack-list-wrapper {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 31.1828%; }
      .stack-list-wrapper:last-child {
        margin-right: 0; } }

.stack-title {
  color: #037bac;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400; }
  @media screen and (min-width: 960px) {
    .stack-title {
      font-size: 20px; } }

.stack-description p {
  margin: 0; }

.stack-list {
  padding: 0;
  *zoom: 1; }
  .stack-list:before, .stack-list:after {
    content: " ";
    display: table; }
  .stack-list:after {
    clear: both; }

.stack-link {
  *zoom: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .stack-link:before, .stack-link:after {
    content: " ";
    display: table; }
  .stack-link:after {
    clear: both; }
  .stack-link:hover img, .stack-link:active img {
    opacity: .6; }

.stack-item {
  list-style: none;
  border-top: 1px solid #f5f6f6;
  border-bottom: 1px solid #f5f6f6;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
  width: 33%;
  float: left; }

.stack-image {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.quote-wrapper {
  border: 1px solid #dddddd;
  margin: 20px 0; }

.quote {
  padding: 0 10px;
  max-width: 50em; }

.quote-content {
  padding: 20px 30px; }

.quote-attribution {
  margin-bottom: 0;
  background: #f5f6f6;
  border-top: 1px solid #dddddd;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  padding: 10px 30px; }
  .quote-attribution p {
    margin-bottom: 0; }
    .quote-attribution p:before {
      content: "—";
      position: absolute;
      left: 15px; }

.quote-content, .quote-content p {
  font-size: 16px;
  margin-bottom: 0; }
  @media screen and (min-width: 960px) {
    .quote-content, .quote-content p {
      font-size: 18px; } }

.quote--blue .quote-wrapper {
  border: 1px solid rgba(3, 123, 172, 0.3); }
.quote--blue .quote-attribution {
  color: white;
  background: #037bac;
  border-top: 1px solid rgba(3, 123, 172, 0.3); }

.partners {
  background-color: #f5f6f6;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  min-height: 135px; }

.partner-list {
  padding: 0;
  font-size: 0;
  min-height: 135px;
  position: relative;
  *zoom: 1; }
  .partner-list:before, .partner-list:after {
    content: " ";
    display: table; }
  .partner-list:after {
    clear: both; }

.partner-list.fail:after {
  content: "No results found!";
  display: block;
  position: absolute;
  width: 100%;
  top: 25px;
  left: 0;
  text-align: center;
  font-size: 25px; }

.partner-link {
  *zoom: 1; }
  .partner-link:before, .partner-link:after {
    content: " ";
    display: table; }
  .partner-link:after {
    clear: both; }
  .partner-link:hover img, .partner-link:active img {
    opacity: .6; }

.partner {
  list-style: none;
  border-top: 1px solid #f5f6f6;
  border-bottom: 1px solid #f5f6f6;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
  width: 33%;
  display: inline-block; }
  @media screen and (min-width: 960px) {
    .partner {
      width: 12.5%; } }

.partner-image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.mwfilter {
  padding: 20px 0; }

.filter-title {
  margin-right: 10px; }

#grid .mix {
  opacity: 0;
  display: none; }

.date-wrapper {
  *zoom: 1;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  max-width: 32.5em;
  padding: 30px 10px; }
  .date-wrapper:before, .date-wrapper:after {
    content: " ";
    display: table; }
  .date-wrapper:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .date-wrapper {
      max-width: 60em; } }

.date-item {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 100%;
  margin-bottom: 10px; }
  .date-item:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .date-item {
      display: block;
      float: left;
      margin-right: 3.22581%;
      width: 48.3871%; }
      .date-item:last-child {
        margin-right: 0; }
      .date-item:nth-child(2n) {
        margin-right: 0;
        margin-bottom: 40px; } }

.date-circle-wrapper {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 17.24138%; }
  .date-circle-wrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .date-circle-wrapper {
      display: block;
      float: left;
      margin-right: 6.66667%;
      width: 28.88889%; }
      .date-circle-wrapper:last-child {
        margin-right: 0; } }

.date-content-wrapper {
  display: block;
  float: left;
  margin-right: 10.34483%;
  width: 72.41379%; }
  .date-content-wrapper:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .date-content-wrapper {
      display: block;
      float: left;
      margin-right: 6.66667%;
      width: 64.44444%; }
      .date-content-wrapper:last-child {
        margin-right: 0; } }

.date-circle {
  background: #dddddd;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 8px;
  color: #4c4c4c;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .date-circle:link, .date-circle:visited {
    color: #4c4c4c; }
  .date-circle:hover {
    opacity: .66; }

.date-month, .date-day, .date-year {
  display: block; }

.date-month {
  font-size: 20px;
  line-height: 20px; }

.date-day {
  font-size: 24px;
  line-height: 25px; }

.date-year {
  line-height: 20px;
  font-size: 14px; }

.date-content p {
  font-size: 14px; }

.date-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0; }

.date-link {
  display: block; }

  
/* ==========================================================================
   Main Header Revisions from October, 2014
   ========================================================================== */
/**
 * 
 */

.mw-new-home {

}

/* a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video { */
/*     margin: 0; */
/* /*     padding: 0; */ */
/*     border: 0; */
/*     font-family: Lato,helvetica,arial sans-serif; */
/*     /* font: inherit; */ */
/*     /* font-size: 100%; */ */
/*     /* vertical-align: baseline; */ */
/* } */

html {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

.content>p {
  margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,td,th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
}

blockquote,q {
    quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
    display: block;
}

@font-face {
    font-family:icomoon;src:url(styles/icons/fonts/icomoon.eot);src:url(styles/icons/fonts/icomoon.eot) format('embedded-opentype'),url(styles/icons/fonts/icomoon.woff) format('woff'),url(styles/icons/fonts/icomoon.ttf) format('truetype'),url(styles/icons/fonts/icomoon.svg) format('svg');font-weight:400;font-style:normal;
}

[class*=" icon-"],[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-iterate:before {
    content: "\e600";
}

.icon-results:before {
    content: "\e601";
}

.icon-launch:before {
    content: "\e602";
}

.bx-nav,.bx-next,.bx-next a,.bx-prev,.bx-prev a,.customer-quote cite p:first-child::before,.each-block .sldr-nav-txt,.newsletter-form input[type=submit],.sidr-btn-ctn,.v-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.h-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.center,.each-customer img,.each-vendor img,.vendor-cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.un-center {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

.bg-center,.each-landing-sldr,.mobile-feature {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

html {
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-font-smoothing: inherit;
}

a {
    -webkit-transition: all .5s cubic-bezier(0.19,1,.22,1);
    transition: all .5s cubic-bezier(0.19,1,.22,1);
    text-decoration: none;
}

.wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .375s cubic-bezier(0.19,1,.22,1);
    transition: opacity .375s cubic-bezier(0.19,1,.22,1);
}

.wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.wrapper.clean-load {
    opacity: 1;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ctn {
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 74rem;
    padding: 0 3.5rem;
}

.ctn:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width:45em) {
    .ctn {
        padding: 0 3rem;
    };
}

@media (max-width:30em) {
    .ctn {
        padding: 0 1.5rem;
    };
}

@media (max-width:20em) {
    .ctn {
        padding: 0 1rem;
    };
}

section.each-section {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    padding: 3.5rem 0;
    text-align: center;
    position: relative;
    z-index: 3;
}

.title {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    margin-bottom: 1.25rem;
    text-align: center;
    text-transform: uppercase;
}

.subtitle {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    text-align: center;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.375;
    font-style: normal;
}

@media (max-width:40em) {
    .subtitle {
        font-size: 1.25rem;
    };
}

.cnt {
    width: 83.19328%;
    float: left;
    display: inline;
    margin-left: 8.40336%;
    margin-right: 8.40336%;
}

.cnt p {
    margin-bottom: 1rem;
}

.cnt p:last-child {
    margin-bottom: 0;
}

.btn-ctn {
    width: 100%;
    float: left;
    display: inline;
    margin: 2rem 0;
}

.btn {
    padding: .75rem 1.25rem;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1;
    font-style: normal;
    background: #09c;
    color: #fff;
    -webkit-transition: all .75s cubic-bezier(0.19,1,.22,1);
    transition: all .75s cubic-bezier(0.19,1,.22,1);
}

@media (max-width:48em) {
    .btn {
        font-size: 1rem;
    };
}

.btn:hover {
    background: #6cf;
}

.header {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    padding: 3rem 0 1.5rem;
    border-top: .5rem solid #09c;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
}

@media (max-width:56em) {
    .header {
        padding: 2.5rem 0 2rem;
    };
}

.logo {
    display: inline-block;
    float: left;
}

.nav {
    width: 66.38655%;
    float: right;
    margin-right: 0;
    display: inline;
    position: absolute;
    right: 3.5rem;
    bottom: 0;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    font-style: normal;
    overflow: visible;
}

@media (max-width:45em) {
    .nav {
        right: 3rem;
    };
}

@media (max-width:30em) {
    .nav {
        right: 1.5rem;
    };
}

@media (max-width:20em) {
    .nav {
        right: 1rem;
    };
}

@media (max-width:56em) {
    .nav {
        display: none;
    };
}

.nav ul {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    text-align: right;
}

.nav ul li {
    display: inline-block;
    margin-right: 2.5rem;
    position: relative;
    vertical-align: middle;
}

@media (max-width:64em) {
    .nav ul li {
        margin-right: 1.5rem;
    };
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li a {
    color: #000;
}

.nav ul li a:hover {
    color: #09c;
}

.nav ul li.nav-download a {
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1;
    font-style: normal;
    padding: .75rem 1.25rem;
    background: #b3d334;
    text-transform: uppercase;
    -webkit-transition: all .75s cubic-bezier(0.19,1,.22,1);
    transition: all .75s cubic-bezier(0.19,1,.22,1);
}

.nav ul li.nav-download a:hover {
    background: #09c;
    color: #000;
}

nav.nav .sub-menu li {
    float: none;
}

nav.nav .sub-menu {
    display: block;
    position: relative;
    top: 100%;
    left: 0;
    z-index: 5;
    text-align: left;
    border: 1px solid #024661;
    width: 10em;
    -webkit-box-shadow: 0 5px 18px rgba(0,0,0,.53);
    box-shadow: 0 5px 18px rgba(0,0,0,.53);
}

nav.nav .sub-menu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #024661;
}

nav.nav .sub-menu li:last-child {
    border-bottom: none;
}

nav.nav .sub-menu li a {
    display: block;
    padding: .75em;
    width: 100%;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    font-style: normal;
    color: #fff;
    background: #02577a;
}

nav.nav .sub-menu li a:hover {
    background: #09c;
}

.nav>ul>li:first-child:before {
    display: none;
}

nav.nav li:hover .drop {
    display: block;
}

.drop {
    display: none;
    position: absolute;
    top: 100%;
    left: -.75rem;
    z-index: 5;
    padding-top: 1.5rem;
}

.landing {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    position: relative;
    color: #fff;
}

@media (max-width:35em) {
    .landing .btn-ctn {
        margin-left: -1rem;
    };
}

@media (max-width:30em) {
    .landing .btn-ctn {
        margin-left: 0;
    };
}

.landing-sldr,.landing-sldr-wrap {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
}

.each-landing-sldr {
    padding: 8rem 0 16rem;
    background-image: url(/shared/content/uploads/2014/09/bg-landing.jpg);
}

@media (max-width:64em) {
    .each-landing-sldr {
        padding: 6rem 0 12rem;
        background-position: 0 center;
        background-size: auto;
    };
}

@media (max-width:53em) {
    .each-landing-sldr {
        padding: 5rem 0 8rem;
    };
}

@media (max-width:48em) {
    .each-landing-sldr {
        background-position: -8rem center;
    };
}

@media (max-width:45em) {
    .each-landing-sldr {
        padding: 6rem 0;
    };
}

@media (max-width:40em) {
    .each-landing-sldr {
        background-size: 180% auto;
        background-position: -5rem center;
    };
}

@media (max-width:35em) {
    .each-landing-sldr {
        padding: 3rem 0 6rem;
    };
}

@media (max-width:30em) {
    .each-landing-sldr {
        padding: 4rem 0;
        background-image: url(/shared/content/uploads/2014/09/bg-landing-mobile.jpg);
        background-position: 0 0;
        background-size: cover;
    };
}

.sldr-heading {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.125;
    font-style: normal;
    margin-bottom: 1.5rem;
}

@media (max-width:35em) {
    .sldr-heading {
        font-size: 2rem;
        margin-left: -1rem;
    };
}

@media (max-width:30em) {
    .sldr-heading {
        margin-left: 0;
        font-size: 1.75rem;
    };
}

@media (max-width:27.5em) {
    .sldr-heading {
        max-width: 15rem;
    };
}

.sldr-heading strong {
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.125;
    font-style: italic;
}

@media (max-width:35em) {
    .sldr-heading strong {
        font-size: 2rem;
    };
}

@media (max-width:30em) {
    .sldr-heading strong {
        font-size: 1.75rem;
    };
}

.sldr-heading-sm {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    max-width: 25rem;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375;
    font-style: normal;
}

@media (max-width:64em) {
    .sldr-heading-sm {
        max-width: 16rem;
    };
}

@media (max-width:35em) {
    .sldr-heading-sm {
        margin-left: -1rem;
    };
}

@media (max-width:30em) {
    .sldr-heading-sm {
        display: none;
    };
}

.sldr-heading-sm strong {
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375;
    font-style: normal;
}

.sldr-heading-sm span {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    margin-top: 1rem;
    font-weight: 400;
    position: relative;
}

.landing-blocks {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    position: absolute;
    left: 0;
}

@media (max-width:45em) {
    .landing-blocks {
        position: relative;
    }

    .landing-blocks .ctn {
        padding: 0;
    };
}

.each-block {
    width: -webkit-calc(33.3333333% - .5rem);
    width: calc(33.3333333% - .5rem);
    float: left;
    margin-right: .75rem;
    padding: 1rem 1.5rem;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.25;
    font-style: normal;
    color: #fff;
    -webkit-transition: background .75s cubic-bezier(0.19,1,.22,1);
    transition: background .75s cubic-bezier(0.19,1,.22,1);
    background: #09c;
    position: relative;
}

@media (max-width:64em) {
    .each-block {
        font-family: Lato,helvetica,arial sans-serif;
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.25;
        font-style: normal;
    };
}

@media (max-width:60em) {
    .each-block {
        padding: 1rem;
    };
}

@media (max-width:56em) {
    .each-block {
        padding: 1rem .75rem;
    };
}

@media (max-width:53em) {
    .each-block {
        font-family: Lato,helvetica,arial sans-serif;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.25;
        font-style: normal;
        height: 8.75rem;
    };
}

@media (max-width:45em) {
    .each-block {
        width: 100%;
        float: left;
        margin-right: 0;
        height: auto;
        padding: 1.5rem;
        border-bottom: 1px solid #fff;
    }

    .each-block:last-child {
        border-bottom: 0;
    };
}

@media (max-width:30em) {
    .each-block {
        padding: 1rem;
    };
}

.each-block:last-child {
    float: right;
    margin-right: 0;
}

.each-block span[class^=icon] {
    font-size: 3.5rem;
    color: #fff;
}

@media (max-width:64em) {
    .each-block span[class^=icon] {
        font-size: 2.5rem;
    };
}

@media (max-width:53em) {
    .each-block span[class^=icon] {
        font-size: 2rem;
    };
}

@media (max-width:45em) {
    .each-block span[class^=icon] {
        font-size: 1.5rem;
    };
}

@media (max-width:30em) {
    .each-block span[class^=icon] {
        font-size: 2rem;
    };
}

.each-block .sldr-nav-txt {
    left: 6.5rem;
}

@media (max-width:64em) {
    .each-block .sldr-nav-txt {
        left: 5rem;
    };
}

@media (max-width:60em) {
    .each-block .sldr-nav-txt {
        left: 4.5rem;
    };
}

@media (max-width:53em) {
    .each-block .sldr-nav-txt {
        left: 4rem;
    };
}

@media (max-width:48em) {
    .each-block .sldr-nav-txt {
        left: 3rem;
    };
}

@media (max-width:45em) {
    .each-block .sldr-nav-txt {
        position: relative;
        left: 0;
        top: -.5rem;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        margin-left: 1rem;
        font-size: 1.25rem;
    };
}

.each-block p {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    margin-top: 1rem;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25;
    font-style: normal;
    text-align: center;
}

@media (max-width:60em) {
    .each-block p {
        font-size: .875rem;
    };
}

.each-block-inner {
    position: relative;
    width: 100%;
}

@media (max-width:45em) {
    .each-block-inner {
        text-align: center;
    };
}

.customers {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    padding: 8rem 0 5rem;
}

@media (max-width:45em) {
    .customers {
        padding-top: 5rem;
    };
}

.customers p {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5;
    font-style: normal;
    color: #666;
    text-align: center;
    margin-bottom: .5rem;
}

.customers p span {
    color: #09c;
}

.customers a {
    display: block;
    text-align: center;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5;
    font-style: normal;
    color: #09c;
}

.customers a:hover {
    color: #6cf;
}

.customers-ctn {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    margin-bottom: 2rem;
}

.each-customer {
    float: left;
    width: -webkit-calc(16.66666666666666666667% - (5 * 1rem / 6));
    width: calc(16.66666666666666666667% - (5 * 1rem / 6));
    display: inline-block;
    height: 9rem;
    margin-right: 1rem;
    position: relative;
}

@media (max-width:64em) {
    .each-customer {
        width: -webkit-calc(25% - (5 * 1rem / 5));
        width: calc(25% - (5 * 1rem / 5));
        margin: 0 .5rem;
    }

    .each-customer:nth-child(4n) {
        float: right;
    };
}

@media (max-width:56em) {
    .each-customer {
        width: -webkit-calc(33% - (5 * 1rem / 5));
        width: calc(33% - (5 * 1rem / 5));
    }

    .each-customer:nth-child(3n) {
        float: right;
    }

    .each-customer:nth-child(4n) {
        float: left;
    };
}

@media (max-width:40em) {
    .each-customer {
        width: 50%;
        margin: 0;
        height: 7.5rem;
    }

    .each-customer:nth-child(3n) {
        float: left;
    }

    .each-customer:nth-child(even) {
        float: right;
    };
}

.each-customer:nth-child(5n) {
    float: right;
    margin-right: 0;
}

@media (max-width:64em) {
    .each-customer:nth-child(5n) {
        float: left;
        margin: 0 .5rem;
    };
}

@media (max-width:40em) {
    .each-customer:nth-child(5n) {
        margin: 0;
    };
}

.each-customer img {
    max-height: 9rem;
    max-width: 8rem;
}

@media (max-width:64em) {
    .each-customer img {
        max-width: 9rem;
    };
}

@media (max-width:48em) {
    .each-customer img {
        max-width: 8rem;
    };
}

@media (max-width:35em) {
    .each-customer img {
        max-height: 7.5rem;
        max-width: 7.5rem;
    };
}

@media (max-width:25em) {
    .each-customer img {
        max-width: 6.5rem;
    };
}

.vendors {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    background: #666;
    padding: 1.5rem 0;
}

.vendors .subtitle {
    color: #fff;
}

.vendors-ctn {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
}

.each-vendor {
    overflow: visible;
    cursor: pointer;
    width: 24.36975%;
    float: left;
    margin-right: .84034%;
    display: inline;
    position: relative;
    vertical-align: top;
    height: 10rem;
}

.each-vendor:nth-child(4n) {
    float: right;
    margin-right: 0;
    display: inline;
}

@media (max-width:64em) {
    .each-vendor {
        width: 49.57983%;
        float: left;
        margin-right: .84034%;
    }

    .each-vendor:nth-child(4n) {
        float: left;
        margin-right: .84034%;
    }

    .each-vendor:nth-child(even) {
        float: right;
        margin-right: 0;
    };
}

@media (max-width:40em) {
    .each-vendor {
        width: 100%;
        float: left;
        margin-right: .84034%;
    }

    .each-vendor:nth-child(even) {
        float: left;
        margin-right: .84034%;
    };
}

.each-vendor img {
    visibility: visible;
    max-width: 11rem;
}

@media (max-width:64em) {
    .each-vendor img {
        max-width: 12rem;
    };
}

.each-vendor:hover img {
    visibility: hidden!important;
}

.each-vendor:hover .vendor-cnt {
    visibility: visible!important;
    opacity: 1!important;
}

.vendor-cnt {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.5;
    font-style: normal;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .75s cubic-bezier(0.19,1,.22,1);
    transition: all .75s cubic-bezier(0.19,1,.22,1);
    padding: 0 .5rem;
    text-align: center;
}

.bx-nav {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    list-style: none;
    left: 0;
    height: 100px;
    z-index: 1;
}

.bx-prev {
    right: -webkit-calc(100% - 1rem);
    right: calc(100% - 1rem);
    width: 3rem;
    height: 3rem;
    cursor: pointer;
}

@media (max-width:48em) {
    .bx-prev {
        right: -webkit-calc(100% - 2rem);
        right: calc(100% - 2rem);
    };
}

.bx-prev a {
    display: block;
    width: 3rem;
    height: 3rem;
    left: 0;
    text-indent: -9999rem;
    overflow: hidden;
}

.bx-next {
    left: -webkit-calc(100% - 1rem);
    left: calc(100% - 1rem);
    width: 3rem;
    height: 3rem;
    cursor: pointer;
}

@media (max-width:48em) {
    .bx-next {
        left: -webkit-calc(100% - 2rem);
        left: calc(100% - 2rem);
    };
}

.bx-next a {
    display: block;
    width: 3rem;
    height: 3rem;
    left: 0;
    text-indent: -9999rem;
    overflow: hidden;
}

.mobile-feature {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    background-image: url(/shared/content/uploads/2014/09/bg-mobile.jpg);
    padding: 7.5rem 0 2.5rem;
}

@media (max-width:60em) {
    .mobile-feature {
        background-position: center left;
    };
}

@media (max-width:53em) {
    .mobile-feature {
        padding: 5rem 0 2.5rem;
    };
}

@media (max-width:48em) {
    .mobile-feature {
        background-position: -2.5rem center;
    };
}

@media (max-width:45em) {
    .mobile-feature {
        background-position: -5rem center;
        padding: 3.5rem 0 2.5rem;
    };
}

@media (max-width:34em) {
    .mobile-feature {
        background-position: 0 center;
    };
}

.mobile-feature-inner {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
}

.mobile-feature-inner>p {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: .95rem;
    line-height: 1.5;
    font-style: normal;
    text-transform: uppercase;
}

@media (max-width:45em) {
    .mobile-feature-inner>p {
        font-size: .875rem;
    };
}

.mobile-feature-inner .btn {
    text-transform: uppercase;
    margin-top: 1.5rem;
}

.customer-quote {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    max-width: 24rem;
    margin-bottom: 5rem;
}

@media (max-width:45em) {
    .customer-quote {
        max-width: 22rem;
    };
}

@media (max-width:40em) {
    .customer-quote {
        margin-bottom: 3.5rem;
    };
}

.customer-quote>p {
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 1.5rem;
}

@media (max-width:45em) {
    .customer-quote>p {
        font-size: 1rem;
    };
}

.customer-quote cite {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: .95rem;
    line-height: 1.5;
    font-style: normal;
    text-transform: uppercase;
    padding-left: 4rem;
}

@media (max-width:45em) {
    .customer-quote cite {
        font-size: .875rem;
        padding-left: 5rem;
    };
}

.customer-quote cite p:first-child {
    position: relative;
}

.customer-quote cite p:first-child::before {
    content: 'â€”';
    display: block;
    right: -webkit-calc(100% + 0.25rem);
    right: calc(100% + 0.25rem);
}

.featured-content {
    background: #ccc;
    padding: 5rem 0;
}

.featured-content .subtitle {
    color: #fff;
}

.featured-content {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    text-align: center;
}

.each-feature {
    width: 49.57983%;
    float: left;
    margin-right: .84034%;
    display: inline;
    padding: 2rem;
    background: #fff;
}

.each-feature:last-child {
    float: right;
    margin-right: 0;
    display: inline;
}

@media (max-width:48em) {
    .each-feature {
        width: 100%;
        float: left;
        margin-right: .84034%;
        margin-bottom: 1rem;
    };
}

.each-feature p {
    width: 100%;
    float: left;
    margin: 0;
    margin-right: .84034%;
    display: inline;
    color: #666;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5;
    font-style: normal;
}

.each-feature p.feat-cnt-title {
    color: #09c;
    font-size: 1.375rem;
}

.feature-logo-ctn {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    height: 8rem;
    position: relative;
}

.feature-logo-ctn img {
    margin: 0 auto;
}

.platform {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    padding: 3.5rem 0;
    text-align: center;
    background: #09c;
}

.platform .subtitle {
    width: 74.78992%;
    float: left;
    display: inline;
    margin-left: 12.60504%;
    margin-right: 12.60504%;
    color: #fff;
}

@media (max-width:53em) {
    .platform .subtitle {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    };
}

.platform .btn {
    background: #6cf;
}

.platform .btn:hover {
    background: #80d4ff;
}

.platform-inner {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
}

.platform-graphic {
    width: 100%;
    float: left;
    display: inline;
    margin: 2rem 0;
}

.experience-testing {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    background: #666;
    color: #fff;
    padding: 3.5rem 0;
}

.experience-testing .subtitle {
    margin-bottom: 3.5rem;
}

.experience-testing-inner {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
}

.experience-testing-inner p {
    width: 49.57983%;
    float: left;
    margin-right: .84034%;
    display: inline;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.5;
    font-style: normal;
    padding: 0 1rem;
}

.experience-testing-inner p:last-child {
    float: right;
    margin-right: 0;
    display: inline;
}

@media (max-width:40em) {
    .experience-testing-inner p {
        width: 100%;
        float: left;
        margin-right: .84034%;
        margin-bottom: 1rem;
    }

    .experience-testing-inner p:last-child {
        float: left;
        margin-right: .84034%;
    };
}

.latest {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    background: #ccc;
    padding: 3.5rem 0;
    color: #fff;
}

.latest-inner {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
}

.videowrapper {
    width: 66.38655%;
    float: left;
    margin-right: .84034%;
    display: inline;
    position: relative;
    height: 0;
    margin-bottom: 1rem;
}

@media (max-width:56em) {
    .videowrapper {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 57.5%;
    };
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
}

.latest-ctn-boxes {
    width: 32.77311%;
    float: right;
    margin-right: 0;
    display: inline;
}

@media (max-width:56em) {
    .latest-ctn-boxes {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    };
}

.latest-box {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    background: #fff;
    padding: 1rem;
    margin-bottom: .5rem;
}

@media (max-width:56em) {
    .latest-box {
        width: 49.57983%;
        float: left;
        margin-right: .84034%;
        padding: 1.25rem;
    }

    .latest-box:nth-child {
        float: right;
        margin-right: 0;
    };
}

@media (max-width:40em) {
    .latest-box {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 1rem;
    };
}

.latest-box:last-child {
    margin-right: 0;
    float: right;
    margin-bottom: 0;
}

.latest-box p {
    width: 100%;
    float: left;
    margin: 0;
    margin-right: .84034%;
    display: inline;
    text-align: center;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.5;
    font-style: normal;
    color: #000;
}

.latest-img {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    margin-bottom: .5rem;
}

.latest-img img {
    margin: 0 auto;
    max-height: 3.25rem;
}

.latest-title {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    line-height: 1.5;
    font-size: 1em;
    font-style: normal;
    color: #09c;
    text-align: center;
    margin-bottom: .5rem;
}

.newsletter {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
    background: #666;
    padding: 1rem 0;
    text-align: center;
}

.newsletter-inner {
    width: 100%;
    float: left;
    margin-right: .84034%;
    display: inline;
}

.newsletter-form {
    width: 20rem;
    margin: 0 auto;
    position: relative;
}

.newsletter-form input[type=submit] {
    right: .25rem;
    background-image: url(/shared/content/uploads/2014/09/arrow.png);
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

input.newsletter-input {
    width: 20rem;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    font-style: normal;
    padding: .25rem;
}

#sidr {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 16rem;
    overflow-x: none;
    overflow-y: auto;
    background: #09c;
    font-family: Lato,helvetica,arial sans-serif;
    font-weight: 700;
    font-size: .9rem;
    line-height: 1;
    font-style: normal;
    letter-spacing: .125rem;
    text-transform: uppercase;
    text-align: left;
}

#sidr.left {
    left: -16em;
    right: auto;
}
    position: absolute;
    right: 2em;
    top: 1em;
}

#sidr ul {
    display: block;
}

#sidr ul.sub-menu {
    display: none;
}

#sidr ul li {
    display: block;
}

#sidr ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .5s cubic-bezier(0.19,1,.22,1);
    transition: all .5s cubic-bezier(0.19,1,.22,1);
    padding: .75rem 0 .75rem 1.5rem;
    border-top: 1px solid #fff;
}

#sidr ul li a:last-child {
    border-bottom: 1px solid #fff;
}

#sidr ul li a:focus,#sidr ul li a:hover {
    color: #fff;
    background: #b3d334;
}

.sidr-logo {
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.sidr-logo img {
    max-width: 9rem;
    margin: 0 auto;
}

.nav-m .nav-download {
    padding: 0;
    background: 0 0;
}

#press {
    display: none;
}

@media (max-width:56em) {
    #press {
        display: inline-block;
        position: relative;
    }

    #press img {
        width: 1.75em;
        height: auto;
    };
}

.sidr-btn-ctn {
    z-index: 100;
    right: 3.5rem;
}

@media (max-width:45em) {
    .sidr-btn-ctn {
        right: 3rem;
    };
}

@media (max-width:30em) {
    .sidr-btn-ctn {
        right: 1.5rem;
    };
}

@media (max-width:20em) {
    .sidr-btn-ctn {
        right: 1rem;
    };
}

.navicon-btn {
    display: inline-block;
    position: relative;
    padding: .75rem 0;
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .8;
}

.navicon-btn .navicon:after,.navicon-btn .navicon:before {
    -webkit-transition: .25s;
    transition: .25s;
}

.navicon-btn:hover {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
}

.navicon-btn:hover .navicon:after,.navicon-btn:hover .navicon:before {
    -webkit-transition: .25s;
    transition: .25s;
}

.navicon-btn:hover .navicon:after {
    top: -.75rem;
}

.navicon-btn:hover .navicon:before {
    top: .75rem;
}

.navicon {
    position: relative;
    width: 2rem;
    height: .25rem;
    background: #ccc;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0;
}

.header-hover .navicon,.header-hover .navicon::after,.header-hover .navicon::before {
    background: #fff;
}

.navicon:after,.navicon:before {
    display: block;
    content: "";
    height: .25rem;
    width: 2rem;
    background: #ccc;
    position: absolute;
    z-index: -1;
    -webkit-transition: .5s .25s;
    transition: .5s .25s;
    border-radius: 0;
}

.navicon:after {
    top: -.625rem;
}

.navicon:before {
    top: .625rem;
}

.open:not(.steps) .navicon:after,.open:not(.steps) .navicon:before {
    top: 0!important;
}

.open .navicon:after,.open .navicon:before {
    -webkit-transition: .5s;
    transition: .5s;
}

.open.x .navicon {
    background: 0 0;
}

.open.x .navicon:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);   
}

.open.x .navicon:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* new stuff */
.main-header.mw-new-new .main-header-navlist .menu-item a {
    font-family: Lato,helvetica,arial sans-serif;
}

.main-header.mw-new-new .main-header-navlist .menu-item .sub-menu {
    padding-top: 24px;
}

.main-header-toggle {
    font-family: Lato,helvetica,arial sans-serif;
}


.landing {
    padding-top: 44px;
}

@media screen and (min-width: 960px) {
    .landing {
        padding-top: 73px;
    } 
    .landing-blocks {
        bottom: -74.5px;
    }
}

.btn-ctn a.btn { color: #fff; }

.each-block-inner { font-size: 1.5rem; }
.image-launch { background: url(/shared/content/uploads/2014/09/launch.png) no-repeat; width: 57px; height: 61px; display: block; }
.image-iterate { background: url(/shared/content/uploads/2014/09/iterate.png) no-repeat; width: 87px; height: 61px; display: block; }
.image-results { background: url(/shared/content/uploads/2014/09/results.png) no-repeat; width: 77px; height: 61px; display: block; }

.videowrapper { height: auto !important; padding-bottom: 39.8%; }

.customer-quote > p:first-child { font-style: italic; margin-bottom: 1.5rem; text-indent: initial; font-size: 1.25rem; line-height: 1.5; padding-left: 0; text-transform: initial; }
.customer-quote > p { font-style: normal; text-indent: 1.5rem; margin-bottom: 0; padding-left: 4rem; font-size: 0.95rem; line-height: initial; color: #000; text-transform: capitalize; }
.customer-quote > p:before { display: none; }
.customer-quote > p:after { display: none; }

.main-footer { font-family: Lato,helvetica,arial sans-serif; }

