/*****************************************************************
	Colors
*****************************************************************/
/*****************************************************************
	Imports
*****************************************************************/
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  background: #fff;
  color: #6a7073; }

.offscreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

a {
  color: #22bef2;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  color: #9a59d7; }

/**
 * Content Images
 */
.wp-caption.aligncenter {
  margin: 0 auto; }

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * 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 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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; }

.cta-buttons {
  margin: 0 auto;
  display: table;
  clear: both; }

.full-cta {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: 700;
  background: #9a59d7;
  text-transform: uppercase;
  padding: 16px 30px 15px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  float: left;
  cursor: pointer; }
  .full-cta i {
    margin: 0px 0 0 5px; }

.full-cta:hover {
  background: #22bef2;
  color: #fff; }

.border-cta {
  font-size: 14px;
  line-height: 14px;
  color: #9a59d7;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 27px 12px 27px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  border: 3px solid #9a59d7;
  float: left;
  cursor: pointer; }
  .border-cta i {
    margin: 0 0 0 5px; }

.border-cta:hover {
  border: 3px solid #22bef2;
  color: #22bef2; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px; }

h1 {
  font-size: 36px;
  font-weight: 600; }

h2 {
  font-size: 27px;
  margin: 30px 0 0 0;
  color: #22bef2; }

h3 {
  font-size: 19px;
  color: #22bef2;
  border-bottom: 2px solid #edeeee;
  padding: 0 0 13px 0; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase; }

h6 {
  font-size: 12px; }

#sub-main p {
  font-size: 16px;
  line-height: 26px; }
#sub-main blockquote {
  border-left: 2px solid #edeeee;
  padding: 0 0 0px 25px;
  margin: 56px 40px; }
  #sub-main blockquote p {
    font-size: 16px;
    line-height: 26px;
    font-style: italic; }
  #sub-main blockquote cite {
    clear: both;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    color: #22bef2;
    display: block;
    margin: 10px 0 0 0; }
#sub-main ul, #sub-main ol {
  padding: 0 0 0 40px;
  font-size: 16px;
  line-height: 26px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.row {
  width: 100%; }

.col-3 {
  width: 100%; }

@media (min-width: 767px) {
  .row {
    clear: both;
    width: 100%; }

  .col-3 {
    float: left;
    width: 31%;
    margin-right: 1.5%; } }
.col-3:last-child {
  margin-right: 0; }

.page-title {
  text-transform: uppercase;
  font-size: 1em;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #eee; }

/* Start Styles for Animated Elastic Bubbles */
.bubble-wrapper {
  position: relative;
  top: 0;
  left: 0;
  max-width: 775px; }

@media (min-width: 767px) {
  .bubble-wrapper {
    margin-bottom: 2em; } }
.bubble-item {
  /* position:absolute; */
  float: left;
  margin-right: 3%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 30%;
  height: 30%;
  padding-bottom: 30%;
  box-shadow: -5px 5px 0 0 rgba(89, 89, 89, 0.15); }

.bubble {
  /* padding-top:20%; */
  height: 100%;
  width: 100%;
  display: table; }

.bubble-content {
  padding-top: 15%;
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.bubble-content p {
  margin: 0; }

.bubble-content .icon {
  max-width: 50px;
  width: 100%;
  height: auto;
  /* display: none; */ }

@media (min-width: 767px) {
  .bubble-content .icon {
    max-width: 75px; } }
@media (min-width: 767px) {
  .bubble-content .icon {
    max-width: 140px; } }
.icon-label {
  color: white;
  margin: 0 0 1.5em;
  font-size: 1em;
  text-transform: uppercase;
  border-bottom: 0px; }

@media (min-width: 500px) {
  .icon-label {
    font-size: 1.125em; } }
.bubble-item:hover {
  cursor: pointer;
  transition: background .25s linear; }

.bubble-item:nth-child(1) {
  /* margin-top:10%; */
  left: 0;
  background-color: #8d979c; }

.bubble-item:nth-child(1):hover {
  background-color: #808a8e; }

.bubble-item:nth-child(2) {
  /* margin-top:10%; */
  left: 35%;
  background-color: #24bff2; }

.bubble-item:nth-child(2):hover {
  background-color: #1fb5e2; }

.bubble-item:nth-child(3) {
  /* margin-top:10%; */
  color: 000;
  left: 70%;
  background-color: #af82da; }

.bubble-item:nth-child(3):hover {
  background-color: #a37ac9; }

.arrow {
  position: absolute;
  width: 100%;
  max-width: 40px; }

.content-item {
  border-radius: 6px; }

@media (min-width: 500px) {
  .content-item {
    padding: 1.5em .75em; } }
.highlight {
  background: #f7f7f7;
  transition: background .25s linear; }

.home #top-area {
  height: 615px; }
.home #home-block {
  display: block;
  height: 100%;
  position: relative; }
.home #navigation a {
  color: #fff; }
.home #top-area {
  background: url(../img/banner.jpg) no-repeat;
  background-size: cover;
  padding: 0px; }
.home #navigation-container {
  background: none;
  -webkit-box-shadow: 0px 3px 15px 0px transparent;
  -moz-box-shadow: 0px 3px 15px 0px transparent;
  box-shadow: 0px 3px 15px 0px transparent; }

.darkHeader {
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1) !important;
  background: #fff !important; }
  .darkHeader #navigation ul li a {
    color: #6a7073; }

#home-block {
  display: none; }

.slide {
  float: left;
  width: 100%; }
  .slide span {
    color: #fff;
    float: left;
    width: 100%;
    display: block;
    text-align: center; }
  .slide .full-cta {
    background: #22bef2;
    margin: 0px auto 0 auto;
    display: table;
    float: none; }
  .slide .full-cta:hover {
    background: #9a59d7; }

#slide-top {
  font-size: 44px;
  line-height: 44px;
  margin: 140px 0 0 0; }

#slide-bot {
  font-size: 72px;
  line-height: 72px;
  margin: 15px 0 60px 0; }

#news-block {
  width: 1090px;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#news-block-left, #news-block-mid li:before {
  background: #9a59d7;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 40px;
  float: left;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  z-index: 50;
  padding: 0;
  width: 80px !important;
  height: 49px; }

#news-block-mid {
  float: left;
  font-size: 16px;
  color: #797e81;
  padding: 14px 0 0 40px;
  height: 49px;
  width: calc( 95% - 80px ) !important;
  z-index: 100;
  position: relative; }
  #news-block-mid .bx-viewport {
    overflow: visible !important; }
  #news-block-mid ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    height: 49px; }
    #news-block-mid ul li {
      float: left;
      margin: 0px;
      padding: 0px;
      list-style-type: none; }
  #news-block-mid a {
    color: #797e81; }
  #news-block-mid li {
    position: relative; }
    #news-block-mid li:before {
      content: 'News';
      background: none;
      position: absolute;
      top: -14px;
      width: 80px;
      padding: 15px 0 0;
      left: -120px;
      text-align: center;
      z-index: 100; }
    #news-block-mid li.event:before {
      content: 'Event'; }

#news-block-right {
  float: right;
  margin: 13px 13px 0 0;
  color: #c9cbcd;
  position: relative;
  z-index: 200; }
  #news-block-right i {
    position: relative; }
  #news-block-right a {
    text-indent: -9999999px;
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 0px; }
  #news-block-right .fa-chevron-right {
    margin: 0 0 0 4px; }
  #news-block-right i:hover {
    color: #797e81; }

#home-top {
  float: left;
  width: 100%;
  padding: 80px 0 0 0;
  position: relative; }
  #home-top .col-530:first-child {
    height: 300px;
    position: relative; }
    #home-top .col-530:first-child img {
      position: absolute;
      bottom: 0px; }
  #home-top .col-530:last-child {
    float: right; }
  #home-top p {
    font-size: 19px;
    line-height: 31px; }
  #home-top i {
    font-size: 21px; }
  #home-top ul {
    margin: 0px;
    padding: 0px; }
  #home-top .bx-wrapper .bx-prev, #home-top .bx-wrapper .bx-next {
    display: none; }
  #home-top .bx-pager {
    position: absolute;
    top: 40% !important;
    padding: 0px !important;
    right: -20px !important; }
    #home-top .bx-pager a {
      display: block;
      width: 15px !important;
      height: 15px !important;
      margin: 0 0 15px 0 !important;
      background: #edecec !important;
      -webkit-border-radius: 18px !important;
      -moz-border-radius: 18px !important;
      border-radius: 18px !important; }
    #home-top .bx-pager .active {
      background: #f9f9f9 !important;
      border: 2px solid #9a59d7; }
    #home-top .bx-pager a:last-child {
      margin-bottom: 0px; }

#features-pager {
  position: absolute;
  top: 50%;
  right: 37px;
  margin-top: -27px; }
  #features-pager a {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 0 18px 0;
    background: #edecec;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px; }
  #features-pager .active {
    background: #fff;
    border: 2px solid #9a59d7; }
  #features-pager a:last-child {
    margin-bottom: 0px; }

#home-customers {
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding: 35px 0 55px 0; }
  #home-customers h5 {
    text-align: center; }
  #home-customers .full-cta {
    margin: 0 14px 0 0; }
  #home-customers .border-cta {
    margin: 0 0 0 14px; }

#all-customers {
  float: left;
  width: 100%;
  padding: 70px 0; }

.indiv-customer {
  float: left;
  margin: 0 19px;
  height: 50px; }
  .indiv-customer img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

#home-featured {
  float: left;
  width: 100%;
  background: #24b8ea;
  padding: 45px 0; }

#inner-featured {
  float: left;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 90px; }
  #inner-featured h5 {
    border-bottom: 2px solid #edeeee;
    padding-bottom: 30px; }

.indiv-featured {
  float: left;
  width: 100%;
  border-bottom: 2px solid #eeefef;
  padding: 30px 0; }
  .indiv-featured .post-title {
    font-size: 24px;
    line-height: 36px; }

.indiv-featured:last-child {
  border-bottom: 0px;
  padding-bottom: 0px; }

#home-feed {
  float: left;
  width: 100%;
  background: #4f5c63;
  padding: 70px 0; }
  #home-feed .col-437:last-child {
    float: right; }
  #home-feed .col-437:first-child {
    border-right: 1px solid #7e878d;
    -webkit-box-sizing: content-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;
    /* Firefox, other Gecko */
    box-sizing: content-box;
    padding: 0 14px 0 0; }

.feed-title {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 36px;
  font-weight: 400; }

.indiv-feed {
  float: left;
  width: 100%;
  color: #a4a9ac;
  margin: 25px 0 0 0; }
  .indiv-feed a {
    display: block;
    float: left;
    width: 100%;
    margin: 5px 0 0 0; }

.headline {
  float: left;
  width: 100%;
  font-style: italic; }

#top-sidebar {
  float: left;
  padding: 20px 20px 5px 20px;
  width: 100%; }
  #top-sidebar span {
    font-size: 16px;
    color: #22bef2;
    font-weight: 600;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
  #top-sidebar p {
    font-size: 14px;
    color: #7b8083;
    line-height: 24px; }
  #top-sidebar img {
    width: 100% !important;
    height: auto !important; }

#mid-sidebar {
  background: #f1f1f1;
  float: left;
  width: 100%;
  padding: 20px; }
  #mid-sidebar .full-cta {
    width: 100%;
    text-align: center; }

#bot-sidebar {
  float: left;
  width: 100%;
  padding: 5px 20px 20px 20px; }
  #bot-sidebar img {
    width: 100%;
    height: auto;
    margin: 15px 0 20px 0;
    float: left; }
  #bot-sidebar p {
    font-style: italic;
    font-size: 14px;
    line-height: 24px; }
  #bot-sidebar span {
    color: #22bef2;
    font-size: 14px; }

.share {
  margin: 30px 0 10px;
  padding: 0 !important;
  height: 20px;
  clear: both; }
  .share li {
    list-style: none;
    margin: 0;
    float: left;
    width: 70px;
    overflow: hidden; }
  .share .rss {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    text-indent: 25px;
    line-height: 20px;
    margin-left: 5px;
    /* create circle */
    /* create the two arcs */ }
    .share .rss:before, .share .rss:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0; }
    .share .rss:before {
      width: 4px;
      height: 4px;
      background: #22bef2;
      /* css3 */
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
    .share .rss:after {
      width: 9px;
      height: 9px;
      border-style: double;
      border-width: 10px 10px 0 0;
      border-color: #22bef2;
      /* css3 */
      -moz-border-radius: 0 20px 0 0;
      -webkit-border-radius: 0 20px 0 0;
      border-radius: 0 20px 0 0; }

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

.blog .white-bar {
  padding: 80px 0; }

#featured-top {
  float: left;
  width: 100%; }
  #featured-top .grey-bar {
    padding-top: 159px; }
  #featured-top .indiv-blog {
    border-bottom: 0px;
    padding: 60px 0 40px 0; }
    #featured-top .indiv-blog p {
      font-style: italic;
      font-size: 19px;
      line-height: 30px; }
  #featured-top .thumbnail {
    float: left;
    width: 100%;
    margin: 5px 0 25px 0; }

.single .indiv-blog {
  padding: 0px;
  border: 0px; }

.indiv-blog {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  padding: 60px 0 80px 0; }
  .indiv-blog .post-title {
    font-size: 27px;
    font-weight: 600;
    width: 100%; }
  .indiv-blog .read-more {
    font-size: 16px; }
    .indiv-blog .read-more i {
      font-size: 12px;
      margin: 0 0 0 5px; }
  .indiv-blog .excerpt {
    float: left;
    width: 100%;
    margin: 15px 0 25px 0; }
    .indiv-blog .excerpt img {
      width: 55px;
      height: auto;
      -webkit-border-radius: 55px;
      -moz-border-radius: 55px;
      border-radius: 55px;
      float: left; }
  .indiv-blog .excerpt-info {
    float: left;
    margin: 8px 0 0 20px;
    font-size: 14px;
    color: #999; }
  .indiv-blog p {
    font-size: 16px;
    line-height: 30px; }
  .indiv-blog .attachment-blog-square {
    float: left;
    margin: 9px 25px 0 0; }

#all-posts {
  float: left;
  width: 100%; }
  #all-posts .indiv-blog:first-child {
    padding-top: 0px; }
  #all-posts .indiv-blog {
    float: left;
    width: 100%; }
  #all-posts .indiv-blog:last-child {
    border-bottom: 0px;
    padding-bottom: 0px; }

.page-numbers {
  margin: 10px 2px;
  padding: 5px 12px;
  display: block;
  float: left; }

.page-numbers.current {
  background: #f9f9f9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.next, .prev {
  color: #a369da; }

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }

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

.page-template-page-landing-php {
  /*****************************************************************
      Overrides
  *****************************************************************/
  /*****************************************************************
      Elements
  *****************************************************************/
  /*****************************************************************
      Header
  *****************************************************************/
  /*****************************************************************
      Sections
  *****************************************************************/
  /*****************************************************************
      Testimonials
  *****************************************************************/ }
  .page-template-page-landing-php .container {
    width: 1184px; }
  .page-template-page-landing-php .bx-wrapper .bx-prev, .page-template-page-landing-php .bx-wrapper .bx-next {
    display: none; }
  .page-template-page-landing-php .bx-pager {
    position: absolute;
    top: 40% !important;
    padding: 0px !important;
    right: -20px !important; }
    .page-template-page-landing-php .bx-pager a {
      display: block;
      width: 15px !important;
      height: 15px !important;
      margin: 0 0 15px 0 !important;
      background: #DBDADA !important;
      -webkit-border-radius: 18px !important;
      -moz-border-radius: 18px !important;
      border-radius: 18px !important; }
    .page-template-page-landing-php .bx-pager .active {
      background: #eee !important;
      border: 2px solid #9a59d7; }
    .page-template-page-landing-php .bx-pager a:last-child {
      margin-bottom: 0px; }
  .page-template-page-landing-php .landing-button {
    background-color: #9a63d9;
    border-radius: 6px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 19px;
    text-transform: uppercase; }
    .page-template-page-landing-php .landing-button:hover {
      background-color: #fff;
      color: #9a63d9 !important;
      transition: all 0.2s ease; }
  .page-template-page-landing-php .masthead {
    background-color: #3FC0EB;
    background-image: url("../img/masthead_background.png");
    background-position: center top;
    background-size: cover;
    height: 604px;
    padding-top: 72px;
    text-align: center; }
    .page-template-page-landing-php .masthead .masthead-logo {
      background-image: url("../img/logo_white.png");
      height: 53px;
      margin: 0 auto;
      width: 225px; }
      .page-template-page-landing-php .masthead .masthead-logo a {
        display: block;
        height: 100%;
        text-indent: -9999px;
        width: 100%; }
    .page-template-page-landing-php .masthead .masthead-content {
      color: white;
      margin: 123px 0 60px; }
      .page-template-page-landing-php .masthead .masthead-content h1 {
        font-size: 44px;
        font-weight: 600; }
      .page-template-page-landing-php .masthead .masthead-content p {
        margin: 0;
        font-size: 24px;
        font-weight: 400;
        line-height: 33px; }
    .page-template-page-landing-php .masthead .masthead-cta a {
      background-color: white;
      border-radius: 6px;
      box-shadow: 1px 2px 3.72px 0.28px rgba(0, 0, 0, 0.19);
      color: #9a63d9;
      font-size: 15px;
      font-weight: 700;
      line-height: 26px;
      padding: 17px 39px;
      text-transform: uppercase;
      transition: all 0.2s ease; }
      .page-template-page-landing-php .masthead .masthead-cta a:hover {
        background-color: #9a63d9;
        color: white; }
  .page-template-page-landing-php .landing-section {
    color: #666;
    float: left;
    line-height: 31px;
    width: 100%; }
    .page-template-page-landing-php .landing-section h1 {
      font-size: 36px;
      font-weight: 600; }
    .page-template-page-landing-php .landing-section p {
      font-size: 19px;
      font-weight: 400;
      margin: 26px 0; }
    .page-template-page-landing-php .landing-section a {
      color: #24bff2;
      transition: all 0.2s ease; }
      .page-template-page-landing-php .landing-section a:hover {
        color: #9a63d9; }
    .page-template-page-landing-php .landing-section.landing-section-gray {
      background-color: #eee;
      padding: 60px 0; }
      .page-template-page-landing-php .landing-section.landing-section-gray .landing-section-left {
        float: left;
        margin-top: 60px;
        width: 65%; }
      .page-template-page-landing-php .landing-section.landing-section-gray .landing-section-right {
        float: right;
        width: 33%; }
    .page-template-page-landing-php .landing-section.landing-section-white {
      padding: 60px 0 34px; }
      .page-template-page-landing-php .landing-section.landing-section-white h1 {
        text-align: center; }
      .page-template-page-landing-php .landing-section.landing-section-white p {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 68px;
        -moz-column-gap: 68px;
        column-gap: 68px;
        letter-spacing: 1px; }
  .page-template-page-landing-php .landing-testimonials {
    background-color: #eee;
    float: left;
    padding: 60px 0;
    width: 100%; }
    .page-template-page-landing-php .landing-testimonials #landing-slider .landing-slide .landing-slide-logo {
      float: left;
      width: 20%; }
    .page-template-page-landing-php .landing-testimonials #landing-slider .landing-slide .landing-slide-divider {
      background-image: url("../img/slider_divider.png");
      float: left;
      height: 155px;
      margin: 0 31px 0 23px;
      width: 13px; }
    .page-template-page-landing-php .landing-testimonials #landing-slider .landing-slide .landing-slide-quote {
      float: left;
      height: 155px;
      position: relative;
      width: 63%; }
      .page-template-page-landing-php .landing-testimonials #landing-slider .landing-slide .landing-slide-quote p {
        color: rgba(67, 75, 81, 0.85);
        font-size: 19px;
        font-style: italic;
        line-height: 31px;
        margin: 0; }
      .page-template-page-landing-php .landing-testimonials #landing-slider .landing-slide .landing-slide-quote .landing-slide-quote-meta {
        bottom: 6px;
        position: absolute; }
        .page-template-page-landing-php .landing-testimonials #landing-slider .landing-slide .landing-slide-quote .landing-slide-quote-meta p {
          color: #00b9f5;
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: 24px; }

@media all and (max-width: 1224px) and (min-width: 1020px) {
  .page-template-page-landing-php .container {
    width: 960px; } }
@media all and (max-width: 1019px) {
  .page-template-page-landing-php .container {
    width: 100%; }
  .page-template-page-landing-php .bx-pager {
    right: 0 !important; }
  .page-template-page-landing-php .masthead .masthead-content {
    margin-top: 36px; }
    .page-template-page-landing-php .masthead .masthead-content h1 {
      font-size: 36px;
      line-height: 1.2em;
      margin-bottom: 20px; }
  .page-template-page-landing-php .landing-section.landing-section-gray h1 {
    line-height: 1.2em; }
  .page-template-page-landing-php .landing-section.landing-section-gray .landing-section-left {
    margin-top: 0;
    width: 100%; }
  .page-template-page-landing-php .landing-section.landing-section-gray .landing-section-right {
    float: left;
    text-align: center;
    width: 100%; }
  .page-template-page-landing-php .landing-section.landing-section-white {
    padding: 29px 0 44px; }
    .page-template-page-landing-php .landing-section.landing-section-white h1 {
      line-height: 1.2em; }
    .page-template-page-landing-php .landing-section.landing-section-white p {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0;
      letter-spacing: normal; }
  .page-template-page-landing-php .landing-testimonials {
    padding: 22px 0; }
    .page-template-page-landing-php .landing-testimonials #landing-slider .landing-slide .landing-slide-logo {
      margin-bottom: 6px;
      width: 100%; }
    .page-template-page-landing-php .landing-testimonials #landing-slider .landing-slide .landing-slide-divider {
      display: none; }
    .page-template-page-landing-php .landing-testimonials #landing-slider .landing-slide .landing-slide-quote {
      height: 100%;
      width: 95%; }
      .page-template-page-landing-php .landing-testimonials #landing-slider .landing-slide .landing-slide-quote .landing-slide-quote-meta {
        margin-top: 6px;
        position: relative; } }
.news-nav {
  float: left;
  width: 100%;
  border-top: 2px solid #edeeee;
  border-bottom: 2px solid #edeeee;
  padding: 10px 0;
  margin: 0 0 40px 0; }
  .news-nav ul {
    float: left;
    margin: 0px !important;
    padding: 0px !important;
    width: 100%; }
    .news-nav ul li {
      width: 33%;
      float: left;
      border-right: 1px solid #edeeee;
      text-align: center;
      text-transform: uppercase;
      font-size: 18px;
      list-style-type: none;
      cursor: pointer; }
    .news-nav ul li:last-child {
      border-right: 0px; }

#news-releases {
  display: block; }

.news-page {
  display: none;
  float: left;
  width: 100%; }

.active {
  display: block; }

.notactive {
  display: none; }

.left-col-feed {
  float: left;
  width: 20%;
  margin: 0 5% 0 0;
  min-height: 40px; }
  .left-col-feed img {
    width: 100%;
    height: auto; }

.right-col-feed {
  width: 75%;
  float: left; }

.event-image {
  float: left;
  margin: 10px 0;
  width: 100%; }

#news-and-events .indiv-feed {
  border-bottom: 1px solid #edeeee;
  padding: 0 0 25px 0; }

.single-event .indiv-blog .excerpt-info, .single-news-items .indiv-blog .excerpt-info {
  margin: 0px; }

#featured-top.news {
  margin-bottom: -100px; }
  #featured-top.news .thumbnail {
    width: 230px;
    margin: 0 auto;
    height: 230px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #dbdada; }
    #featured-top.news .thumbnail img {
      display: block;
      height: auto;
      width: 230px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #featured-top.news .content {
    margin-left: 295px; }
    #featured-top.news .content.noimage {
      margin-left: 0; }
    #featured-top.news .content .label {
      margin: 0 0 20px;
      color: #a4a9ac;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase; }
    #featured-top.news .content h1 {
      font-weight: 600;
      font-size: 27px;
      line-height: 30px;
      margin: 20px 0; }
    #featured-top.news .content p {
      font-style: italic;
      font-weight: 600;
      font-size: 19px;
      line-height: 30px; }
    #featured-top.news .content .link {
      font-style: normal;
      font-size: 16px; }
      #featured-top.news .content .link i {
        font-size: 12px;
        margin-left: 5px;
        -webkit-transition: margin-left .25s ease;
        transition: margin-left .25s ease; }
      #featured-top.news .content .link a:hover i {
        margin-left: 10px; }

.resources-list .resource-category {
  margin-bottom: 4em; }
  .resources-list .resource-category h3 {
    margin-bottom: 1em; }
  .resources-list .resource-category .resource {
    margin-bottom: 2em; }
    .resources-list .resource-category .resource .icon {
      width: 33px;
      float: left;
      margin-top: 5px;
      height: 37px; }
      .resources-list .resource-category .resource .icon svg,
      .resources-list .resource-category .resource .icon path,
      .resources-list .resource-category .resource .icon rect {
        fill: #24BFF2; }
    .resources-list .resource-category .resource .resource-content {
      margin-left: 60px; }
    .resources-list .resource-category .resource h4 {
      margin-bottom: 0; }
    .resources-list .resource-category .resource p {
      margin-top: 0; }

.single-resource .gform_fields {
  padding-left: 0 !important; }
  .single-resource .gform_fields input {
    font-family: 'Open Sans', sans-serif; }
  .single-resource .gform_fields input[type="text"], .single-resource .gform_fields input[type="email"], .single-resource .gform_fields select {
    font-size: 1.1em;
    background: #f9f9f9;
    border: 0px;
    padding: 12px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
.single-resource .button {
  border: 0;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: 700;
  background: #9a59d7;
  text-transform: uppercase;
  padding: 16px 30px 15px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  float: left;
  cursor: pointer; }
  .single-resource .button i {
    margin: 0px 0 0 5px; }

#featured-top.resource {
  margin-bottom: -100px; }
  #featured-top.resource .thumbnail {
    width: 230px;
    margin: 0 auto;
    border-radius: 50%;
    height: 230px;
    background: #22bef2;
    position: relative; }
    #featured-top.resource .thumbnail img {
      display: block;
      width: 230px;
      height: 230px;
      border-radius: 50%;
      opacity: .35; }
    #featured-top.resource .thumbnail:before {
      content: '';
      background: url(../img/icon-whitepaper-01.svg) 50% no-repeat;
      background-size: contain;
      display: block;
      width: 50%;
      height: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -25% 0 0 -25%;
      z-index: 100; }
    #featured-top.resource .thumbnail.datasheets:before {
      background-image: url(../img/icon-datasheet-01.svg); }
    #featured-top.resource .thumbnail.analyst-reports:before {
      background-image: url(../img/icon-analyst-reports-01.svg); }
    #featured-top.resource .thumbnail.videos:before {
      background-image: url(../img/icon-play.svg); }
  #featured-top.resource .content {
    margin-left: 295px; }
    #featured-top.resource .content .label {
      margin: 0 0 20px;
      color: #a4a9ac;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase; }
    #featured-top.resource .content h1 {
      font-weight: 600;
      font-size: 27px;
      line-height: 30px;
      margin: 20px 0; }
    #featured-top.resource .content p {
      font-style: italic;
      font-weight: 600;
      font-size: 19px;
      line-height: 30px; }
    #featured-top.resource .content .link {
      font-style: normal;
      font-size: 16px; }
      #featured-top.resource .content .link i {
        font-size: 12px;
        margin-left: 5px;
        -webkit-transition: margin-left .25s ease;
        transition: margin-left .25s ease; }
      #featured-top.resource .content .link a:hover i {
        margin-left: 10px; }

.career-category {
  margin-bottom: 60px; }
  .career-category .career-category-title {
    color: #707679;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase; }
  .career-category .career-accordion dt {
    border-top: 2px solid #edeeee;
    color: #22bef2;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; }
    .career-category .career-accordion dt a {
      display: block;
      height: 62px;
      line-height: 62px;
      width: 100%; }
      .career-category .career-accordion dt a:hover .career-action {
        background: rgba(237, 238, 238, 0.6); }
    .career-category .career-accordion dt .career-action {
      display: block;
      float: right;
      font-size: 32px;
      font-weight: 400;
      height: 100%;
      text-align: center;
      width: 58px; }
  .career-category .career-accordion dd {
    display: none; }

header {
  float: left;
  width: 100%; }

#search-icon {
  float: right;
  margin: 29px 25px 0 0; }
  #search-icon img {
    cursor: pointer; }
  #search-icon #searchform {
    display: none;
    position: absolute;
    top: 67px;
    right: 20px;
    width: 300px;
    background: white;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 1.732px 0px 0px rgba(0, 0, 0, 0.1); }
    #search-icon #searchform input[type=text] {
      width: 233px;
      height: 30px;
      padding: 5px;
      border: 1px solid #dfdfdf;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      float: left; }
    #search-icon #searchform input[type=submit] {
      float: right;
      width: 30px;
      height: 30px;
      padding: 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      border: none;
      background: #ccc;
      font-weight: bold;
      color: white;
      text-transform: uppercase;
      font-size: 12px; }

#mobile-nav-icon {
  display: none;
  float: right; }

#mobile-menu {
  position: absolute;
  top: 73px;
  width: 100%;
  border-top: 1px solid #edeeee;
  border-bottom: 1px solid #edeeee;
  background: #fff;
  display: none; }
  #mobile-menu ul {
    margin: 0px;
    padding: 0px;
    width: 100%; }
    #mobile-menu ul li {
      width: 100%;
      padding: 5px 20px;
      border-bottom: 1px solid #edeeee; }
      #mobile-menu ul li ul {
        border-top: 1px solid #edeeee;
        margin: 5px 0 -5px 0; }
        #mobile-menu ul li ul li {
          list-style-type: none;
          padding: 5px 10px;
          margin: 0px; }
    #mobile-menu ul li:last-child {
      border-bottom: 0px; }
    #mobile-menu ul a {
      display: block;
      width: 100%; }

#top-nav {
  padding: 0px; }

.logged-in #navigation-container {
  top: 32px; }

#navigation-container {
  background: #fff;
  padding: 0 0 16px 0;
  float: left;
  position: fixed;
  top: 0px;
  width: 100%;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 8009; }

#logo {
  float: left;
  margin-left: 40px;
  margin-top: 17px;
  width: 203px; }
  #logo img {
    width: 100%;
    height: auto; }

#navigation {
  margin-right: 7px;
  margin-top: 29px;
  z-index: 99;
  float: right;
  position: relative; }
  #navigation ul {
    margin: 0px; }
    #navigation ul li {
      float: left;
      list-style-type: none;
      font-size: 16px;
      font-weight: 600;
      padding: 0 25px;
      position: relative; }
      #navigation ul li a {
        color: #6a7073;
        text-decoration: none;
        position: relative;
        z-index: 100; }
      #navigation ul li ul {
        position: absolute;
        top: -15px;
        left: 9px;
        margin: 0px;
        background: #fff;
        padding: 55px 15px 15px 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: 180px;
        display: none;
        box-shadow: 0px 1.732px 0px 0px rgba(0, 0, 0, 0.1); }
        #navigation ul li ul li:first-child a {
          padding-top: 0px; }
        #navigation ul li ul li {
          list-style-type: none;
          float: left;
          width: 100%;
          padding: 0px;
          border-bottom: 2px solid #edecec; }
          #navigation ul li ul li a {
            font-size: 14px;
            color: #6a7073 !important;
            padding: 8px 0;
            display: block; }
          #navigation ul li ul li a:hover {
            color: #22bef2 !important; }
        #navigation ul li ul li:last-child {
          border-bottom: 0px; }
          #navigation ul li ul li:last-child a {
            padding-bottom: 0px; }
        #navigation ul li ul .current_page_item a {
          background: none;
          color: #6a7073 !important; }
        #navigation ul li ul .current_page_item a:hover {
          color: #22bef2 !important; }
    #navigation ul li:hover a {
      color: #22bef2; }
    #navigation ul li:hover ul {
      display: block; }
  #navigation .current_page_item a, #navigation .current-menu-parent a {
    background: #22bef2;
    color: #fff !important;
    padding: 8px 10px;
    margin: 0 -10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  #navigation .current_page_item ul li, #navigation .current-menu-parent ul li {
    list-style-type: none;
    float: left;
    width: 100%;
    border-bottom: 2px solid #edecec; }
    #navigation .current_page_item ul li a, #navigation .current-menu-parent ul li a {
      font-size: 14px;
      color: #6a7073 !important;
      padding: 8px 0;
      display: block;
      background: #fff;
      margin: 0px; }
    #navigation .current_page_item ul li a:hover, #navigation .current-menu-parent ul li a:hover {
      color: #22bef2 !important; }
  #navigation .current_page_item:hover a {
    background: #fff !important;
    color: #22bef2 !important; }
  #navigation .current_page_item:hover ul li a {
    color: #6a7073 !important; }
  #navigation .current_page_item:hover ul li a:hover {
    color: #22bef2 !important; }

.single-news-items #menu-item-73 a {
  background: #22bef2;
  color: #fff !important;
  padding: 8px 10px;
  margin: 0 -10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
.single-news-items #menu-item-73 ul li {
  list-style-type: none;
  float: left;
  width: 100%;
  border-bottom: 2px solid #edecec; }
  .single-news-items #menu-item-73 ul li a {
    font-size: 14px;
    color: #6a7073 !important;
    padding: 8px 0;
    display: block;
    background: #fff;
    margin: 0px; }
  .single-news-items #menu-item-73 ul li a:hover {
    color: #22bef2 !important; }

.current_page_item:hover a {
  background: #fff !important;
  color: #22bef2 !important; }
.current_page_item:hover ul li a {
  color: #6a7073 !important; }
.current_page_item:hover ul li a:hover {
  color: #22bef2 !important; }

#sub-footer {
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding: 40px 0; }

#sub-footer-left {
  float: left;
  width: 40%; }
  #sub-footer-left h2 {
    margin: 0px; }

#sub-footer-right {
  float: right;
  width: 40%; }
  #sub-footer-right a {
    float: right;
    margin: 25px 0 0 0; }

footer {
  float: left;
  width: 100%; }

#top-footer {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #434b51; }
  #top-footer ul {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: 600; }
    #top-footer ul > li {
      width: 100%;
      float: left;
      list-style-type: none;
      padding: 0px;
      margin: 0 0 10px 0;
      text-transform: uppercase; }
      #top-footer ul > li a {
        color: #fff; }
      #top-footer ul > li > ul {
        margin: 10px 0 0 0; }
        #top-footer ul > li > ul > li {
          text-transform: none;
          margin: 0 0 10px 0; }

#bot-footer {
  float: left;
  width: 100%;
  background: #3c4349;
  padding: 15px 0 15px 0;
  position: relative; }

#social {
  float: left;
  font-size: 40px;
  position: relative;
  z-index: 99; }
  #social i {
    float: left;
    margin: 0 8px 0 0; }
  #social a {
    color: #8d979c; }
  #social a:hover {
    color: #fff; }

#copyright {
  float: left;
  width: 100%;
  position: absolute;
  top: 12px;
  left: 0px;
  text-align: center;
  font-size: 12px;
  font-weight: 600; }
  #copyright a:hover {
    color: #fff; }

#terms {
  float: right;
  margin: 11px 0 0 0;
  position: relative;
  z-index: 99; }
  #terms ul {
    margin: 0px;
    padding: 0px;
    float: right; }
    #terms ul li {
      list-style-type: none;
      float: left;
      padding: 0 0 0 5px;
      font-size: 12px;
      font-weight: 600; }
  #terms a {
    color: #8d979c; }
  #terms a:hover {
    color: #fff; }

.footer-col {
  width: 16.6%;
  padding-right: 2%;
  float: left; }
  .footer-col .border-cta {
    color: #fff; }
    .footer-col .border-cta i {
      color: #9158ca; }
  .footer-col .border-cta:hover i {
    color: #24b8ea; }

.footer-button {
  padding-right: 0% !important; }

.container {
  width: 1090px;
  margin: 0 auto;
  position: relative; }

.sidebar-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%; }

#sidebar {
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  width: 252px;
  float: right;
  /* float right for a right aligned sidebar */
  overflow: hidden;
  z-index: 1000; }
  #sidebar.is_sticky {
    position: fixed !important;
    margin-left: 840px; }

#main {
  float: left;
  width: 100%;
  position: relative; }

#sub-main {
  float: left;
  width: 100%;
  position: relative;
  margin: 160px 0 0px 0;
  min-height: 600px; }

#solution #main {
  height: 3000px; }

.col-810 {
  float: left;
  width: 810px; }

.col-530 {
  float: left;
  width: 530px; }

.col-437 {
  float: left;
  width: 437px; }

.col-252 {
  float: left;
  width: 252px; }

.offset-93 {
  margin: 0 0 0 93px; }

.offset-28 {
  margin: 0 0 0 28px; }

.page-title {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #6a7073;
  border-bottom: 2px solid #edeeee;
  text-transform: uppercase;
  padding: 0 0 25px 0; }

#sticky-sidebar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 252px; }

.grey-bar {
  background: #eee;
  float: left;
  width: 100%;
  padding: 40px 0; }
  .grey-bar .page-title {
    border-bottom: 2px solid #C4C7C8; }

.white-bar {
  float: left;
  width: 100%;
  background: #fff;
  padding: 40px 0; }
  .white-bar .bx-pager {
    position: absolute;
    top: 40% !important;
    padding: 0px !important;
    right: 20px !important; }
    .white-bar .bx-pager a {
      display: block;
      width: 15px !important;
      height: 15px !important;
      margin: 0 0 15px 0 !important;
      background: #edecec !important;
      -webkit-border-radius: 18px !important;
      -moz-border-radius: 18px !important;
      border-radius: 18px !important; }
    .white-bar .bx-pager .active {
      background: #f9f9f9 !important;
      border: 2px solid #9a59d7; }
    .white-bar .bx-pager a:last-child {
      margin-bottom: 0px; }
  .white-bar h2 {
    margin: 0 0 20px 0; }

.three-columns {
  float: left;
  width: 100%; }
  .three-columns .col-252 {
    margin: 0 27px; }
    .three-columns .col-252 span {
      float: left;
      width: 100%;
      font-size: 21px;
      color: #24b8ea;
      text-transform: uppercase;
      font-weight: 600;
      display: block;
      margin: 0 0 10px 0; }
    .three-columns .col-252 p {
      font-size: 16px !important;
      line-height: 24px !important; }
  .three-columns .col-252:first-child {
    margin: 0px; }
  .three-columns .col-252:last-child {
    margin: 0px; }

.image-slider {
  margin: 0px;
  padding: 0px !important;
  position: relative; }
  .image-slider li {
    padding: 0px;
    margin: 0px; }

.check-boxes {
  float: left;
  width: 100%;
  margin: 20px 0 0 0; }
  .check-boxes .check-box:last-child {
    margin: 0px; }

.check-box {
  float: left;
  width: 100%;
  margin: 0 0 30px 0; }

.check-box-left {
  float: left;
  width: 8%;
  margin: 0 5% 0 0;
  background: #22bef2;
  color: #fff;
  font-size: 27px;
  padding: 13px 0;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  text-align: center; }

.check-box-right {
  float: left;
  width: 87%; }
  .check-box-right span {
    font-size: 21px;
    color: #22bef2;
    font-weight: 600;
    display: block;
    width: 100%;
    float: left; }
  .check-box-right p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 0px; }

.cta-buttons h2 {
  text-align: center;
  padding: 40px 0 0 0; }

.cta-button {
  width: 267px;
  padding: 0 10px;
  text-align: center;
  margin: 25px 0 0 0;
  float: left; }
  .cta-button i {
    display: table;
    margin: 0 auto;
    font-size: 29px;
    color: #22bef2; }
  .cta-button p {
    font-size: 19px; }

.all-cta-buttons {
  margin: 0 auto;
  display: table; }

.aligncenter .wp-caption-text {
  text-align: center !important; }

.wp-caption-text {
  font-size: 12px !important;
  line-height: 16px !important; }

.customer-quote {
  color: #24bff2; }

#free-trial {
  position: fixed;
  top: 0px;
  right: -450px;
  color: #fff;
  width: 375px;
  background: #434b51;
  height: 100%;
  z-index: 999999;
  padding: 0 45px;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }
  #free-trial i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #7c8186;
    font-size: 24px;
    cursor: pointer; }

.logged-in #free-trial {
  top: 32px; }

.show-form {
  right: 0px !important;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }

#free-trial-header {
  font-size: 24px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 45px 0 0 0; }

#free-trial-form {
  float: left;
  width: 100%; }
  #free-trial-form .gform_wrapper {
    max-width: 100%; }
    #free-trial-form .gform_wrapper input.large {
      width: 100%; }
    #free-trial-form .gform_wrapper .ginput_container {
      margin-top: 20px; }
    #free-trial-form .gform_wrapper .gform_footer {
      margin: 4px 0 0 0; }
    #free-trial-form .gform_wrapper input {
      font-family: 'Open Sans', sans-serif;
      font-size: 14px; }
    #free-trial-form .gform_wrapper input[type="text"], #free-trial-form .gform_wrapper input[type="email"], #free-trial-form .gform_wrapper select {
      border: 0px;
      padding: 12px 8px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    #free-trial-form .gform_wrapper input[type="submit"] {
      font-size: 14px;
      line-height: 14px;
      color: #fff;
      font-weight: 700;
      background: #22bef2;
      text-transform: uppercase;
      padding: 16px 30px 15px 30px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      display: block;
      float: left;
      width: 100%;
      border: 0px; }
    #free-trial-form .gform_wrapper input[type="submit"]:hover {
      background: #9a59d7;
      color: #fff; }
    #free-trial-form .gform_wrapper select {
      appearance: none;
      -webkit-appearance: none;
      border: 0px;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px;
      width: 100%;
      background: url(../img/down-arrow.png) no-repeat top 13px right 10px #fff;
      background-size: 16px auto; }

@media all and (max-width: 1019px) and (min-width: 0) {
  #search-icon #searchform {
    width: 100%;
    left: 0;
    right: 0; }
    #search-icon #searchform input[type=text] {
      width: calc(100% - 35px); } }
@media all and (max-width: 860px) and (min-width: 768px) {
  #search-icon {
    margin: 4px 10px 0 0; }

  #mobile-nav-icon {
    display: block !important;
    margin: 5px 20px 0 0;
    cursor: pointer; }

  #navigation {
    display: none; }

  #navigation-container {
    position: relative !important;
    padding: 15px 0; }

  #logo {
    margin: 0px 0 0 20px; }

  #slide-top {
    font-size: 26px !important; }

  #slide-bot {
    font-size: 64px; } }
@media all and (max-width: 1019px) and (min-width: 768px) {
  .container {
    width: 100%;
    padding: 0 20px; }

  #search-icon {
    margin: 4px 10px 0 0; }

  #navigation ul li {
    padding: 0 7px;
    font-size: 14px; }
    #navigation ul li ul {
      left: -5px; }

  #sub-main {
    margin: 90px 0 0px 0; }

  #slide-top {
    font-size: 30px;
    margin: 80px 0 0 0; }

  #home-top .col-530 img {
    width: 100%;
    height: auto; }

  .col-530, .col-437 {
    width: 48%; }

  .offset-93 {
    margin: 0px; }

  .col-810 {
    width: 70%; }

  #sidebar {
    margin-left: 70%; }

  #news-block {
    width: 100%;
    float: left;
    position: relative;
    margin: 160px 0 0 0; }

  #news-block-left, #news-block-mid li:before {
    float: left;
    text-align: center; }

  #news-block-mid {
    float: left; }

  #news-block-right {
    width: 5%;
    margin: 15px 0 0 0;
    float: left; }

  #sticky-sidebar {
    right: 20px;
    width: 25%; }

  .footer-col .border-cta {
    padding: 13px 10px 12px 10px; }

  .wp-image-299, .wp-image-581, .wp-image-586, .wp-image-304 {
    width: 100% !important;
    height: auto !important;
    margin: 0px !important; }

  #mobile-nav-icon {
    display: block !important;
    margin: 5px 20px 0 0;
    cursor: pointer; }

  #navigation {
    display: none; }

  #navigation-container {
    position: relative !important;
    padding: 15px 0; }

  #logo {
    margin: 0px 0 0 20px; } }
@media all and (max-width: 1089px) and (min-width: 1020px) {
  .container {
    width: 100%;
    padding: 0 20px; }

  #navigation ul li {
    padding: 0 10px; }
    #navigation ul li ul {
      left: -5px; }

  #slide-top {
    font-size: 34px; }

  #home-top .col-530 img {
    width: 100%;
    height: auto; }

  .col-530 {
    width: 48%; }

  .col-810 {
    width: 70%; }

  #news-block {
    width: 100%;
    float: left;
    position: relative;
    margin: 160px 0 0 0; }

  #news-block-left, #news-block-mid li:before {
    width: 10%;
    float: left;
    text-align: center;
    padding: 15px 0; }

  #news-block-mid {
    width: 85%;
    float: left; }

  #news-block-right {
    width: 5%;
    margin: 15px 0 0 0;
    float: left; }

  #sticky-sidebar {
    right: 20px;
    width: 25%; } }
@media all and (max-width: 1260px) and (min-width: 1090px) {
  #navigation ul li {
    padding: 0 10px; }
    #navigation ul li ul {
      left: -5px; } }
@media all and (max-width: 479px) and (min-width: 0px) {
  .container {
    width: 100%;
    padding: 0 20px; }

  #search-icon {
    margin: 4px 10px 0 0; }

  #mobile-nav-icon {
    display: block !important;
    margin: 5px 10px 0 0;
    cursor: pointer; }

  .col-810, .col-530, .col-437, .col-252 {
    width: 100%; }
    .col-810 img, .col-530 img, .col-437 img, .col-252 img {
      width: 100%;
      height: auto; }

  .col-252 {
    margin: 0px !important; }

  .offset-93 {
    margin: 0px; }

  .three-columns {
    margin: 0px; }

  #sticky-sidebar, #navigation {
    display: none; }

  #logo {
    margin: 0px 0 0 20px;
    width: 180px; }

  .logged-in #navigation-container {
    top: 0px; }

  #sub-main {
    margin: 40px 0 0 0; }

  #navigation-container {
    position: relative !important;
    padding: 15px 0; }

  #news-block {
    display: none; }

  #slide-top {
    margin: 60px 0 0 0;
    font-size: 26px;
    line-height: 30px; }

  #slide-bot {
    font-size: 26px;
    margin: 20px 0 40px 0;
    line-height: 30px; }

  #home-top {
    padding: 0px; }
    #home-top .col-530:first-child {
      height: auto; }
    #home-top .col-530:last-child {
      margin: 20px 0 0 0; }

  #home-feed .col-437:first-child {
    padding: 0px;
    border: 0px;
    margin: 0 0 30px 0; }

  #inner-featured {
    padding: 20px; }

  #all-customers {
    padding: 35px 0; }

  .indiv-customer {
    width: 60%;
    margin: 0 auto 10px auto !important;
    display: table;
    float: none; }
    .indiv-customer img {
      width: 100%;
      height: auto; }

  .indiv-customer:last-child {
    display: none; }

  .cta-buttons .full-cta {
    margin: 0 0 10px 0 !important;
    width: 100%;
    text-align: center; }
  .cta-buttons .border-cta {
    width: 100%;
    margin: 0px !important;
    text-align: center; }

  .check-box-left {
    width: 23%; }

  .check-box-right {
    width: 72%; }

  #sub-footer-left, #sub-footer-right {
    width: 100%; }

  #sub-footer-right a {
    width: 100%;
    text-align: center; }

  #featured-top .grey-bar {
    padding: 40px 0 0 0; }

  .footer-col {
    width: 50%;
    margin: 0 0 15px 0; }
    .footer-col .border-cta {
      padding: 13px 13px 12px 13px; }

  #social {
    text-align: center;
    margin: 0 auto;
    display: table;
    float: none; }

  #copyright {
    float: left;
    position: relative;
    padding: 10px 0; }

  #terms {
    float: left;
    width: 100%; }
    #terms ul {
      display: table;
      margin: 0 auto;
      float: none; }

  .bubble-wrapper {
    margin-bottom: 0px;
    margin-top: 0px; }

  .row {
    padding: 0px; }

  .full-width {
    width: 100% !important;
    margin: 0px !important;
    height: auto !important; }

  #featured-top.resource,
  #featured-top.news {
    margin-bottom: 0; }
    #featured-top.resource .thumbnail,
    #featured-top.news .thumbnail {
      width: 60px;
      height: 60px; }
      #featured-top.resource .thumbnail img,
      #featured-top.news .thumbnail img {
        width: 60px;
        height: 60px; }
    #featured-top.resource .content,
    #featured-top.news .content {
      margin-left: 75px; }
      #featured-top.resource .content .label,
      #featured-top.news .content .label {
        margin: 0 0 10px;
        font-size: 11px;
        line-height: 11px; }
      #featured-top.resource .content h1,
      #featured-top.news .content h1 {
        font-size: 18px;
        line-height: 20px;
        margin: 10px 0; }
      #featured-top.resource .content p,
      #featured-top.news .content p {
        font-size: 14px;
        line-height: 20px; }
      #featured-top.resource .content .link,
      #featured-top.news .content .link {
        font-size: 14px; }
        #featured-top.resource .content .link i,
        #featured-top.news .content .link i {
          font-size: 10px; } }
@media all and (max-width: 767px) and (min-width: 480px) {
  .container {
    width: 100%;
    padding: 0 20px; }

  #search-icon {
    margin: 4px 10px 0 0; }

  #mobile-nav-icon {
    display: block !important;
    margin: 5px 20px 0 0;
    cursor: pointer; }

  .col-810, .col-530, .col-437, .col-252 {
    width: 100%; }
    .col-810 img, .col-530 img, .col-437 img, .col-252 img {
      width: 100%;
      height: auto; }

  .col-252 {
    margin: 0px !important; }

  .offset-93 {
    margin: 0px; }

  .three-columns {
    margin: 0px; }

  #sticky-sidebar, #navigation {
    display: none; }

  #logo {
    margin: 0px 0 0 20px;
    width: 180px; }

  .logged-in #navigation-container {
    top: 0px; }

  #sub-main {
    margin: 40px 0 0 0; }

  #navigation-container {
    position: relative !important;
    padding: 15px 0; }

  #news-block {
    display: none; }

  #slide-top {
    margin: 60px 0 0 0;
    font-size: 26px;
    line-height: 30px; }

  #slide-bot {
    font-size: 26px;
    margin: 20px 0 40px 0;
    line-height: 30px; }

  #home-top {
    padding: 0px; }
    #home-top .col-530:first-child {
      height: auto; }
    #home-top .col-530:last-child {
      margin: 20px 0 0 0; }

  #home-feed .col-437:first-child {
    padding: 0px;
    border: 0px;
    margin: 0 0 30px 0; }

  #inner-featured {
    padding: 20px; }

  #all-customers {
    padding: 35px 0; }

  .indiv-customer {
    width: 60%;
    margin: 0 auto 10px auto !important;
    display: table;
    float: none; }
    .indiv-customer img {
      width: 100%;
      height: auto; }

  .indiv-customer:last-child {
    display: none; }

  .cta-buttons .full-cta {
    margin: 0 0 10px 0 !important;
    width: 100%;
    text-align: center; }
  .cta-buttons .border-cta {
    width: 100%;
    margin: 0px !important;
    text-align: center; }

  .check-box-left {
    width: 23%; }

  .check-box-right {
    width: 72%; }

  #sub-footer-left, #sub-footer-right {
    width: 100%; }

  #sub-footer-right a {
    width: 100%;
    text-align: center; }

  #featured-top .grey-bar {
    padding: 40px 0 0 0; }

  .footer-col {
    width: 50%;
    margin: 0 0 15px 0; }
    .footer-col .border-cta {
      padding: 13px 13px 12px 13px; }

  #social {
    text-align: center;
    margin: 0 auto;
    display: table;
    float: none; }

  #copyright {
    float: left;
    position: relative;
    padding: 10px 0; }

  #terms {
    float: left;
    width: 100%; }
    #terms ul {
      display: table;
      margin: 0 auto;
      float: none; }

  .bubble-wrapper {
    margin-bottom: 0px;
    margin-top: 0px; }

  .row {
    padding: 0px; }

  .full-width {
    width: 100% !important;
    margin: 0px !important;
    height: auto !important; }

  #featured-top.resource,
  #featured-top.news {
    margin-bottom: 0; }
    #featured-top.resource .thumbnail,
    #featured-top.news .thumbnail {
      width: 115px;
      height: 115px; }
      #featured-top.resource .thumbnail img,
      #featured-top.news .thumbnail img {
        width: 115px;
        height: 115px; }
    #featured-top.resource .content,
    #featured-top.news .content {
      margin-left: 140px; }
      #featured-top.resource .content .label,
      #featured-top.news .content .label {
        margin: 0 0 20px;
        font-size: 14px;
        line-height: 14px; }
      #featured-top.resource .content h1,
      #featured-top.news .content h1 {
        font-size: 22px;
        line-height: 26px;
        margin: 10px 0; }
      #featured-top.resource .content p,
      #featured-top.news .content p {
        font-size: 14px;
        line-height: 20px; }
      #featured-top.resource .content .link,
      #featured-top.news .content .link {
        font-size: 14px; }
        #featured-top.resource .content .link i,
        #featured-top.news .content .link i {
          font-size: 10px; } }

/*# sourceMappingURL=main.css.map */
