/* line 2, neat/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 8, kentucky/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 23, kentucky/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/* line 29, kentucky/_normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/* line 33, kentucky/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 38, kentucky/_normalize.scss */
[hidden] {
  display: none; }

/* line 46, kentucky/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 52, kentucky/_normalize.scss */
body {
  margin: 0; }

/* line 60, kentucky/_normalize.scss */
a:focus {
  outline: thin dotted; }

/* line 65, kentucky/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* line 73, kentucky/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 78, kentucky/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 82, kentucky/_normalize.scss */
dfn {
  font-style: italic; }

/* line 86, kentucky/_normalize.scss */
hr {
  display: block;
  height: 1px;
  margin: 40px 0;
  background: #ddd;
  border: none; }

/* line 94, kentucky/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 102, kentucky/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em; }

/* line 107, kentucky/_normalize.scss */
pre {
  white-space: pre-wrap; }

/* line 111, kentucky/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/* line 115, kentucky/_normalize.scss */
small {
  font-size: 80%; }

/* line 120, kentucky/_normalize.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 127, kentucky/_normalize.scss */
sup {
  top: -.5em; }

/* line 131, kentucky/_normalize.scss */
sub {
  bottom: -.25em; }

/* line 139, kentucky/_normalize.scss */
img {
  border: 0; }

/* line 143, kentucky/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 151, kentucky/_normalize.scss */
figure {
  margin: 0; }

/* line 159, kentucky/_normalize.scss */
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #ccc; }

/* line 165, kentucky/_normalize.scss */
legend {
  padding: 0;
  border: 0; }

/* line 173, kentucky/_normalize.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%; }

/* line 180, kentucky/_normalize.scss */
button,
input {
  line-height: normal; }

/* line 185, kentucky/_normalize.scss */
button,
select {
  text-transform: none; }

/* line 192, kentucky/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 198, kentucky/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/* line 203, kentucky/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

/* line 207, kentucky/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield; }

/* line 212, kentucky/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 217, kentucky/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 222, kentucky/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top; }

/* line 233, kentucky/_normalize.scss */
ul,
ol,
dl {
  margin: 0; }

/* line 241, kentucky/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 70, kentucky/_defaults.scss */
html {
  font-family: "Maven Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #666666;
  -webkit-font-smoothing: antialiased; }

/* line 87, kentucky/_defaults.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Maven Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }

/* line 93, kentucky/_defaults.scss */
h1 {
  color: #92b206;
  letter-spacing: -2px;
  font-size: 40px;
  line-height: 1em; }

/* line 99, kentucky/_defaults.scss */
h2 {
  color: #009fb2;
  font-size: 22px;
  line-height: 1em; }

/* line 104, kentucky/_defaults.scss */
h3 {
  color: #888;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1em; }

/* line 110, kentucky/_defaults.scss */
h4 {
  font-size: 24px;
  line-height: 1em; }

/* line 114, kentucky/_defaults.scss */
h5 {
  font-size: 19px;
  line-height: 1em; }

/* line 118, kentucky/_defaults.scss */
h6 {
  font-size: 14px;
  line-height: 1em; }

/* line 123, kentucky/_defaults.scss */
.smallprint {
  font-size: 12px;
  line-height: 1em; }

/* line 130, kentucky/_defaults.scss */
a {
  color: #444444;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

/* line 140, kentucky/_defaults.scss */
p {
  margin-top: 0;
  margin-bottom: 1em; }

/* line 145, kentucky/_defaults.scss */
blockquote {
  margin: 0;
  font-family: "Noto Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: italic; }
  /* line 150, kentucky/_defaults.scss */
  blockquote p {
    font-size: 13px; }
  /* line 154, kentucky/_defaults.scss */
  blockquote strong {
    font-weight: 700; }
  /* line 158, kentucky/_defaults.scss */
  blockquote .source {
    display: block;
    margin-top: 20px;
    font-family: "Maven Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #e18300;
    text-transform: uppercase;
    font-style: normal; }

/* line 174, kentucky/_defaults.scss */
::selection,
::-moz-selection {
  background: #92b206;
  color: #fff; }

/* line 179, kentucky/_defaults.scss */
img::selection,
img::moz-selection {
  background: transparent; }

/* line 182, kentucky/_defaults.scss */
body {
  -webkit-tap-highlight-color: #92b206; }

/* line 8, kentucky/_helpers.scss */
.is-shown {
  display: block; }

/* line 11, kentucky/_helpers.scss */
.is-hidden {
  display: none; }

/* line 19, kentucky/_helpers.scss */
.gp-logo, .rra, .alertlogic, .bundle-full,
.bundle-network,
.bundle-video {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/* line 75, kentucky/_helpers.scss */
html,
body {
  height: 100%; }

/* line 79, kentucky/_helpers.scss */
.gp-content {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto-400px; }

/* line 88, kentucky/_helpers.scss */
footer,
.footer,
.push {
  height: 400px; }

/* line 112, kentucky/_helpers.scss */
.media {
  display: block;
  *zoom: 1; }
  /* line 18, bourbon/addons/_clearfix.scss */
  .media:before, .media:after {
    content: " ";
    display: table; }
  /* line 23, bourbon/addons/_clearfix.scss */
  .media:after {
    clear: both; }
  /* line 116, kentucky/_helpers.scss */
  .media .media-img {
    float: left;
    margin-right: 1; }
  /* line 120, kentucky/_helpers.scss */
  .media .media-img-flipped {
    float: right;
    margin-left: 1; }
  /* line 125, kentucky/_helpers.scss */
  .media .media-body {
    overflow: hidden; }
    /* line 129, kentucky/_helpers.scss */
    .media .media-body, .media .media-body > :last-child {
      margin-bottom: 0; }

/* line 8, kentucky/_shame.scss */
.bucket-1 [class*="icon-"] {
  margin: 55px 0 40px !important; }

/* line 12, kentucky/_shame.scss */
.bucket-2 [class*="icon-"] {
  margin: 50px 0 40px !important; }

/* line 16, kentucky/_shame.scss */
.bucket-3 [class*="icon-"] {
  margin: 55px 0 58px !important; }

/* line 23, kentucky/_shame.scss */
.icon-arrow-right-green {
  width: 15px;
  height: 25px;
  margin: 0 0 -3px 15px;
  background: url("../img/arrow-right-green.png");
  background: url("../img/arrow-right-green.png"); }

/* line 31, kentucky/_shame.scss */
.cta.double {
  padding-top: 35px; }
  /* line 34, kentucky/_shame.scss */
  .cta.double > .cta-action {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    text-transform: capitalize;
    font-size: 30px; }

/* line 44, kentucky/_shame.scss */
.cta-divider {
  display: inline-block;
  margin: 0 60px;
  width: 1px;
  height: 132px;
  background: url("../img/cta-divider.png") no-repeat; }

/* line 51, kentucky/_shame.scss */
#mediacont {
  margin-bottom: 30px; }

/* line 55, kentucky/_shame.scss */
.investor-content-item {
  margin-bottom: 15px; }

/* line 58, kentucky/_shame.scss */
.investor-content-title {
  margin-bottom: 0; }

/* line 5, glowpoint/_sprite.scss */
[class*="icon-"] {
  display: inline-block; }

/* line 9, glowpoint/_sprite.scss */
.icon-arrow-down {
  width: 12px;
  height: 7px;
  background: url("../img/glowpoint-sprite.png") no-repeat 0px -36px; }

/* line 14, glowpoint/_sprite.scss */
.icon-arrow-right {
  width: 8px;
  height: 14px;
  background: url("../img/glowpoint-sprite.png") no-repeat -36px -36px; }

/* line 19, glowpoint/_sprite.scss */
.icon-arrow-right-orange {
  width: 5px;
  height: 9px;
  background: url("../img/glowpoint-sprite.png") no-repeat -36px -72px; }

/* line 24, glowpoint/_sprite.scss */
.icon-arrow-right-lg {
  width: 15px;
  height: 28px;
  background: url("../img/glowpoint-sprite.png") no-repeat -36px -108px; }

/* line 29, glowpoint/_sprite.scss */
.icon-chat {
  width: 19px;
  height: 18px;
  background: url("../img/glowpoint-sprite.png") no-repeat 0px -72px; }

/* line 34, glowpoint/_sprite.scss */
.icon-download {
  width: 17px;
  height: 13px;
  background: url("../img/glowpoint-sprite.png") no-repeat 0px -108px; }

/* line 41, glowpoint/_sprite.scss */
.icon-video-conference {
  width: 92px;
  height: 80px;
  background: url("../img/glowpoint-sprite.png") no-repeat -72px -36px; }

/* line 46, glowpoint/_sprite.scss */
.icon-support {
  width: 86px;
  height: 84px;
  background: url("../img/glowpoint-sprite.png") no-repeat -72px -144px; }

/* line 51, glowpoint/_sprite.scss */
.icon-global {
  width: 76px;
  height: 76px;
  background: url("../img/glowpoint-sprite.png") no-repeat -72px -252px; }

/* line 5, glowpoint/_buttons.scss */
.btn {
  display: block;
  width: auto;
  padding: 10px 0;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px 0 #7f7f7f;
  text-transform: uppercase;
  box-shadow: 0 1px 0 #5f5f5f;
  background-color: #a6a6a6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a6a6a6), color-stop(100%, #7f7f7f));
  background-image: -webkit-linear-gradient(#a6a6a6, #7f7f7f);
  background-image: linear-gradient(#a6a6a6, #7f7f7f); }
  /* line 18, glowpoint/_buttons.scss */
  .btn:hover {
    background-color: #b3b3b3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3b3b3), color-stop(100%, #7f7f7f));
    background-image: -webkit-linear-gradient(#b3b3b3, #7f7f7f);
    background-image: linear-gradient(#b3b3b3, #7f7f7f); }
  /* line 23, glowpoint/_buttons.scss */
  .page-content .btn {
    display: inline-block;
    margin: 15px 0 15px;
    padding: 10px;
    color: #fff; }

/* line 31, glowpoint/_buttons.scss */
.btn-primary {
  box-shadow: 0 1px 0 #576b03;
  background-color: #94b506;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #94b506), color-stop(100%, #758f05));
  background-image: -webkit-linear-gradient(#94b506, #758f05);
  background-image: linear-gradient(#94b506, #758f05); }
  /* line 35, glowpoint/_buttons.scss */
  .btn-primary:hover {
    background-color: #a8ce07;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8ce07), color-stop(100%, #758f05));
    background-image: -webkit-linear-gradient(#a8ce07, #758f05);
    background-image: linear-gradient(#a8ce07, #758f05); }

/* line 40, glowpoint/_buttons.scss */
.btn-trial {
  background-color: #e38100;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e38100), color-stop(100%, #c07000));
  background-image: -webkit-linear-gradient(#e38100, #c07000);
  background-image: linear-gradient(#e38100, #c07000); }
  /* line 43, glowpoint/_buttons.scss */
  .btn-trial:hover {
    background-color: #fc8f00;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc8f00), color-stop(100%, #c07000));
    background-image: -webkit-linear-gradient(#fc8f00, #c07000);
    background-image: linear-gradient(#fc8f00, #c07000); }

/* line 48, glowpoint/_buttons.scss */
.btn-cta {
  padding: 10px 15px;
  font-size: 30px;
  text-transform: capitalize;
  background-color: #94b506;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #94b506), color-stop(100%, #758f05));
  background-image: -webkit-linear-gradient(#94b506, #758f05);
  background-image: linear-gradient(#94b506, #758f05); }
  /* line 54, glowpoint/_buttons.scss */
  .btn-cta:hover {
    background-color: #a8ce07;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a8ce07), color-stop(100%, #758f05));
    background-image: -webkit-linear-gradient(#a8ce07, #758f05);
    background-image: linear-gradient(#a8ce07, #758f05); }
  /* line 58, glowpoint/_buttons.scss */
  .btn-cta span {
    margin: 0 0 -4px 10px; }

/* line 63, glowpoint/_buttons.scss */
.btn-sidebar {
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center; }

/* line 69, glowpoint/_buttons.scss */
.btn-print {
  padding: 5px 10px; }

@font-face {
  font-family: 'Flaticons Social';
  src: url("http://glowpoint.com/fonts/flaticons-social.eot");
  src: url("../fonts/flaticons-social.eot") format("embedded-opentype"), url("../fonts/flaticons-social.woff") format("woff"), url("../fonts/flaticons-social.ttf") format("truetype"), url("../fonts/flaticons-social.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 15, glowpoint/_icons.scss */
.flaticon.social:before {
  font-family: 'Flaticons Social';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* line 25, glowpoint/_icons.scss */
.flaticon.social.facebook-1:before,
.flaticon.social.facebook:before,
.flaticon.social.A1:before {
  content: "\e7d0"; }

/* line 29, glowpoint/_icons.scss */
.flaticon.social.twitter-1:before,
.flaticon.social.twitter:before,
.flaticon.social.A2:before {
  content: "\e7d1"; }

/* line 33, glowpoint/_icons.scss */
.flaticon.social.linkedin-1:before,
.flaticon.social.linkedin:before,
.flaticon.social.A11:before {
  content: "\e7da"; }

/* line 37, glowpoint/_icons.scss */
.flaticon.social.rss-1:before,
.flaticon.social.rss:before,
.flaticon.social.B4:before {
  content: "\e7e0"; }

/* line 40, glowpoint/_icons.scss */
.flaticon.social.facebook-2:before,
.flaticon.social.B12:before {
  content: "\e7e8"; }

/* line 43, glowpoint/_icons.scss */
.flaticon.social.twitter-2:before,
.flaticon.social.B13:before {
  content: "\e7e9"; }

/* line 46, glowpoint/_icons.scss */
.flaticon.social.linkedin-2:before,
.flaticon.social.C4:before {
  content: "\e7ed"; }

/* line 49, glowpoint/_icons.scss */
.flaticon.social.facebook-3:before,
.flaticon.social.C5:before {
  content: "\e7ee"; }

/* line 52, glowpoint/_icons.scss */
.flaticon.social.twitter-3:before,
.flaticon.social.C6:before {
  content: "\e7ef"; }

/* line 56, glowpoint/_icons.scss */
.flaticon.social.youtube-1:before,
.flaticon.social.youtube:before,
.flaticon.social.C13:before {
  content: "\e7f6"; }

/* line 59, glowpoint/_icons.scss */
.flaticon.social.facebook-4:before,
.flaticon.social.D1:before {
  content: "\e7f7"; }

/* line 62, glowpoint/_icons.scss */
.flaticon.social.twitter-4:before,
.flaticon.social.D2:before {
  content: "\e7f8"; }

/* line 65, glowpoint/_icons.scss */
.flaticon.social.linkedin-3:before,
.flaticon.social.D11:before {
  content: "\e801"; }

/* line 68, glowpoint/_icons.scss */
.flaticon.social.rss-2:before,
.flaticon.social.D12:before {
  content: "\e802"; }

/* line 5, glowpoint/_layout.scss */
[class*="wrapper"] {
  display: block;
  width: 100%; }
  /* line 13, glowpoint/_layout.scss */
  [class*="wrapper"] > div,
  [class*="wrapper"] > header,
  [class*="wrapper"] > footer,
  [class*="wrapper"] > section,
  [class*="wrapper"] > article {
    position: relative;
    width: 1000px;
    margin: 0 auto; }

/* line 25, glowpoint/_layout.scss */
.cta-wrapper {
  background: #eee;
  border-top: 1px solid #ddd; }
  /* line 29, glowpoint/_layout.scss */
  .cta-wrapper.home {
    background: #fff; }

/* line 34, glowpoint/_layout.scss */
.cta {
  height: 200px;
  padding: 80px 0 0;
  font-size: 30px;
  text-align: center; }
  /* line 40, glowpoint/_layout.scss */
  .cta-wrapper.home .cta {
    padding: 70px 0 0; }

/* line 46, glowpoint/_layout.scss */
.cta-tagline,
.cta-action {
  display: inline; }

/* line 50, glowpoint/_layout.scss */
.cta-tagline {
  line-height: 55px; }

/* line 5, glowpoint/_header.scss */
.header-wrapper {
  background: #ddd; }

/* line 9, glowpoint/_header.scss */
header {
  height: 110px;
  padding: 20px 0;
  text-transform: uppercase; }
  /* line 14, glowpoint/_header.scss */
  header .btn {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px; }

/* line 21, glowpoint/_header.scss */
.gp-logo {
  display: block;
  background: url("../img/gp-logo.gif") no-repeat 0 0;
  position: absolute;
  bottom: 25px;
  width: 193px;
  height: 32px; }

/* line 29, glowpoint/_header.scss */
.top-nav {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 0px; }
  /* line 34, glowpoint/_header.scss */
  .top-nav .top-nav-item {
    margin-left: 25px;
    color: #888;
    text-shadow: 1px 1px 0 #fff; }
    /* line 39, glowpoint/_header.scss */
    .top-nav .top-nav-item.btn {
      color: #fff;
      text-shadow: none; }
    /* line 43, glowpoint/_header.scss */
    .top-nav .top-nav-item.btn-primary {
      margin-left: 5px; }

/* line 49, glowpoint/_header.scss */
.main-nav {
  font-size: 16px;
  font-weight: 700;
  text-shadow: 1px 1px 0 #eee;
  position: absolute;
  right: 0px;
  bottom: 20px; }
  /* line 55, glowpoint/_header.scss */
  .main-nav .main-nav-item {
    display: table-cell;
    padding-left: 50px;
    text-align: center;
    vertical-align: middle; }
    /* line 61, glowpoint/_header.scss */
    .main-nav .main-nav-item:first-child {
      padding-left: 0; }

/* line 69, glowpoint/_header.scss */
.login-popup {
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 99;
  padding: 15px;
  box-shadow: 0 1px 0 #b2b2b2;
  border-radius: 4px;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(white, #eeeeee);
  background-image: linear-gradient(white, #eeeeee); }
  /* line 79, glowpoint/_header.scss */
  .login-popup a {
    display: block;
    color: #e18300;
    font-size: 14px; }
    /* line 84, glowpoint/_header.scss */
    .login-popup a:first-child {
      margin-bottom: 10px; }

/* line 5, glowpoint/_home.scss */
.hero-wrapper {
  background: #eeeeee url("../img/hero-map.png");
  background-position: top center;
  border-bottom: 1px solid #dfdfdf; }

/* line 11, glowpoint/_home.scss */
.hero {
  height: 497px;
  font-weight: 700;
  text-shadow: 1px 1px 0 #FFF; }
  /* line 16, glowpoint/_home.scss */
  .hero .btn {
    position: absolute;
    top: 65px;
    left: 630px;
    padding: 15px;
    box-shadow: 0 1px 0 #360;
    font-size: 16px; }

/* line 24, glowpoint/_home.scss */
.hero-title {
  position: absolute;
  top: 35px;
  left: 55px;
  width: 540px;
  color: #444; }
  /* line 29, glowpoint/_home.scss */
  .hero-title strong {
    position: absolute;
    top: 40px;
    left: 110px;
    color: #e18300; }

/* line 67, glowpoint/_home.scss */
.hero-devices {
  display: block;
  background: url("../img/hero-devices.png") no-repeat;
  position: absolute;
  bottom: -10px;
  left: -85px;
  width: 1204px;
  height: 371px; }

/* line 79, glowpoint/_home.scss */
.buckets-wrapper {
  *zoom: 1; }
  /* line 18, bourbon/addons/_clearfix.scss */
  .buckets-wrapper:before, .buckets-wrapper:after {
    content: " ";
    display: table; }
  /* line 23, bourbon/addons/_clearfix.scss */
  .buckets-wrapper:after {
    clear: both; }

/* line 83, glowpoint/_home.scss */
[class*="bucket-"] {
  float: left;
  display: block;
  margin: 70px 0 70px 45px;
  border-radius: 4px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  width: 300px;
  height: 300px; }
  /* line 93, glowpoint/_home.scss */
  [class*="bucket-"]:first-child {
    margin-left: 0; }
  /* line 97, glowpoint/_home.scss */
  [class*="bucket-"] [class*="icon-"] {
    margin: 0 auto 20px; }
  /* line 101, glowpoint/_home.scss */
  [class*="bucket-"] p {
    height: 70px;
    line-height: 1.5; }

/* line 107, glowpoint/_home.scss */
.bucket-1 {
  background: #e18300;
  text-shadow: 1px 1px 0 #ae6500; }

/* line 111, glowpoint/_home.scss */
.bucket-2 {
  background: #009fb2;
  text-shadow: 1px 1px 0 #00717f; }

/* line 115, glowpoint/_home.scss */
.bucket-3 {
  background: #92b206;
  text-shadow: 1px 1px 0 #6a8104; }

/* line 125, glowpoint/_home.scss */
.features-wrapper {
  background: #eee;
  box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.25); }

/* line 130, glowpoint/_home.scss */
.features {
  height: 540px;
  padding-top: 100px; }

/* line 136, glowpoint/_home.scss */
.feature-testimonial,
.feature-draft {
  float: left;
  width: 450px;
  height: 345px; }

/* line 141, glowpoint/_home.scss */
.feature-testimonial {
  margin-right: 90px;
  padding: 35px 40px;
  background: url("../img/glowpoint-home-quote.jpg") no-repeat 0 0;
  font-size: 20px; }

/* line 148, glowpoint/_home.scss */
.feature-draft {
  background: url("../img/glowpoint_espn_ad.png") no-repeat 0 0;
  margin-right: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

/* line 6, glowpoint/_interior.scss */
.main-content-wrapper {
  height: 100%;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66%, white), color-stop(66%, #169eb4));
  background-image: -webkit-linear-gradient(-360deg, white 66%, #169eb4 66%);
  /*background-image: linear-gradient(90deg,white 66%, #169eb4 66%);*/
  background-attachment: fixed; }
  @media screen and (min-width: 1700px) {
    /* line 6, glowpoint/_interior.scss */
    .main-content-wrapper {
      background-color: white;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(63%, white), color-stop(63%, #169eb4));
      background-image: -webkit-linear-gradient(-360deg, white 63%, #169eb4 63%);
      background-image: linear-gradient(90deg,white 63%, #169eb4 63%); } }

/* line 16, glowpoint/_interior.scss */
.no-cssgradients .main-content-wrapper {
  height: 100%;
  background: url("../img/no-gradient-bg.jpg") repeat-y top center; }

/* line 21, glowpoint/_interior.scss */
.main-content {
  *zoom: 1; }
  /* line 18, bourbon/addons/_clearfix.scss */
  .main-content:before, .main-content:after {
    content: " ";
    display: table; }
  /* line 23, bourbon/addons/_clearfix.scss */
  .main-content:after {
    clear: both; }

/* line 26, glowpoint/_interior.scss */
.page-content,
.sidebar {
  float: left;
  height: 100%; }

/* line 36, glowpoint/_interior.scss */
.page-content {
  width: 630px;
  margin-right: 160px;
  padding: 40px 0 70px;
  letter-spacing: -1pt; }
  /* line 42, glowpoint/_interior.scss */
  .page-content .page-title {
    margin-bottom: 35px; }
  /* line 46, glowpoint/_interior.scss */
  .page-content h1 {
    margin-bottom: 10px; }
  /* line 50, glowpoint/_interior.scss */
  .page-content h2 {
    margin: 25px 0; }
    /* line 53, glowpoint/_interior.scss */
    .page-content h2 a {
      color: #009fb2; }
  /* line 58, glowpoint/_interior.scss */
  .page-content h3 {
    font-weight: 400; }
  /* line 62, glowpoint/_interior.scss */
  .page-content a {
    color: #e18300; }
  /* line 66, glowpoint/_interior.scss */
  .page-content ul {
    margin-bottom: 1em;
    padding-left: 40px; }
  /* line 71, glowpoint/_interior.scss */
  .page-content li {
    margin-bottom: 10px; }
  /* line 75, glowpoint/_interior.scss */
  .page-content img {
    margin: 30px 0; }
  /* line 79, glowpoint/_interior.scss */
  .page-content.leadership img {
    margin: 10px 30px 0 0; }
  /* line 84, glowpoint/_interior.scss */
  .page-content .learn-more {
    margin-bottom: 40px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase; }
    /* line 90, glowpoint/_interior.scss */
    .page-content .learn-more [class*="icon-"] {
      margin: 0 0 -1px 5px; }
  /* line 95, glowpoint/_interior.scss */
  .page-content table {
    border-collapse: collapse; }
  /* line 99, glowpoint/_interior.scss */
  .page-content td {
    padding: 30px;
    background: #444;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    vertical-align: top; }
    /* line 107, glowpoint/_interior.scss */
    .page-content td:nth-child(even) {
      background: #fff;
      color: #444;
      border: 1px solid #ccc; }
  /* line 114, glowpoint/_interior.scss */
  .page-content th {
    padding: 15px 20px;
    background: #92b206 !important;
    border: 1px solid #fff;
    color: #fff !important;
    font-size: 16px;
    text-align: left; }
  /* line 124, glowpoint/_interior.scss */
  .page-content .media {
    margin-bottom: 15px; }
  /* line 138, glowpoint/_interior.scss */
  .page-content .callout {
    padding: 35px 40px calc(35px - 1em);
    padding: 35px 40px -webkit-calc(35px - 1em);
    background: #92b206;
    color: #fff; }
    /* line 144, glowpoint/_interior.scss */
    .page-content .callout a {
      color: #444;
      font-weight: bold; }
      /* line 147, glowpoint/_interior.scss */
      .page-content .callout a:hover {
        color: #fff; }
  /* line 153, glowpoint/_interior.scss */
  .page-content .logo-list {
    margin-bottom: 30px; }
    /* line 156, glowpoint/_interior.scss */
    .page-content .logo-list .logo {
      display: inline-block;
      padding: 0 50px;
      border-right: 1px solid #ddd;
      width: auto;
      height: 80px; }
      /* line 162, glowpoint/_interior.scss */
      .page-content .logo-list .logo img {
        margin: 0; }
      /* line 166, glowpoint/_interior.scss */
      .page-content .logo-list .logo:first-child {
        padding-left: 0; }

/* line 174, glowpoint/_interior.scss */
.partner-logos img {
  margin: 0 15px 0 0; }

/* line 183, glowpoint/_interior.scss */
.sidebar {
  width: 210px;
  padding: 80px 0 70px;
  color: #bbe4ec; }
  /* line 188, glowpoint/_interior.scss */
  .sidebar hr {
    border: solid #bbe4ec;
    border-width: 1px 0 0 0; }
  /* line 193, glowpoint/_interior.scss */
  .sidebar .icon-chat {
    margin: 0 0 -5px 5px; }
  /* line 198, glowpoint/_interior.scss */
  .sidebar .media {
    margin: 0 0 40px -105px;
    padding-top: 15px; }
  /* line 203, glowpoint/_interior.scss */
  .sidebar .media-img {
    margin-left: -1px; }
  /* line 207, glowpoint/_interior.scss */
  .sidebar .media-body {
    width: 210px;
    margin: -15px 0 0 105px;
    padding: 25px;
    background: #fff;
    color: #444;
    border-radius: 5px;
    font-size: 12px; }
  /* line 216, glowpoint/_interior.scss */
  .sidebar .source {
    font-size: 13px;
    font-style: normal; }
  /* line 222, glowpoint/_interior.scss */
  .sidebar .page-fact {
    margin-bottom: 40px;
    padding: 30px;
    background: #e18300;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #fff; }
    /* line 231, glowpoint/_interior.scss */
    .sidebar .page-fact a {
      color: #444; }
      /* line 233, glowpoint/_interior.scss */
      .sidebar .page-fact a:hover {
        color: #fff; }
    /* line 238, glowpoint/_interior.scss */
    .sidebar .page-fact p {
      margin-bottom: 0; }
    /* line 242, glowpoint/_interior.scss */
    .sidebar .page-fact ul {
      padding-left: 0;
      list-style-type: circle; }
      /* line 246, glowpoint/_interior.scss */
      .sidebar .page-fact ul li {
        margin-bottom: 5px; }
  /* line 252, glowpoint/_interior.scss */
  .sidebar .partner {
    display: block;
    padding: 20px 0;
    border-top: 1px solid #36aec1;
    text-align: center; }
  /* line 259, glowpoint/_interior.scss */
  .sidebar.news-events {
    font-size: 14px; }
    /* line 262, glowpoint/_interior.scss */
    .sidebar.news-events a {
      color: #fff; }
    /* line 265, glowpoint/_interior.scss */
    .sidebar.news-events strong {
      color: #fff;
      line-height: 30px;
      text-transform: uppercase; }
  /* line 272, glowpoint/_interior.scss */
  .sidebar [id*="LiveChat"] {
    margin-bottom: 30px; }

/* line 282, glowpoint/_interior.scss */
.sidebar-logo-al {
  width: 210px;
  height: 54px;
  margin-left: 105px;
  background: url("../img/logos/sidebar-logo-alertlogic.jpg") center bottom no-repeat; }

/* line 288, glowpoint/_interior.scss */
.sidebar-logo-rra {
  width: 210px;
  height: 87px;
  margin: -40px 0 40px 0;
  background: url("../img/logos/sidebar-logo-rra.jpg") center bottom no-repeat; }

/* line 294, glowpoint/_interior.scss */
.sidebar-logo-wittkieffer {
  width: 210px;
  height: 50px;
  margin-top: -40px;
  background: url("../img/logos/sidebar-logo-wittkieffer.jpg") center bottom no-repeat; }

/* line 300, glowpoint/_interior.scss */
.sidebar-logo-aicpa {
  width: 210px;
  height: 75px;
  margin: -40px 0 40px 0;
  background: url("../img/logos/sidebar-logo-aicpa.jpg") center bottom no-repeat; }

/* line 306, glowpoint/_interior.scss */
.leadership .media {
  margin-bottom: 30px; }
  /* line 309, glowpoint/_interior.scss */
  .leadership .media .media-body {
    padding-top: 15px; }

/* line 314, glowpoint/_interior.scss */
.leader-name-title {
  color: #e18300;
  text-transform: uppercase; }

/* line 319, glowpoint/_interior.scss */
.rra {
  display: block;
  background: url("../img/logo-russellreynolds.png") no-repeat 0 0;
  width: 318px;
  height: 17px; }

/* line 326, glowpoint/_interior.scss */
.alertlogic {
  display: block;
  background: url("../img/logo-alertlogic.png") no-repeat 0 0;
  width: 202px;
  height: 44px; }

/* line 335, glowpoint/_interior.scss */
.icon-glowpoint-now,
.icon-managed-vc,
.icon-video-ms {
  float: left;
  display: inline-block;
  margin: 0 15px -15px 0; }

/* line 341, glowpoint/_interior.scss */
.icon-glowpoint-now {
  margin: -2px 15px 0 0;
  background: url("../img/glowpoint-sprite.png") no-repeat 0px -144px;
  width: 61px;
  height: 54px; }

/* line 347, glowpoint/_interior.scss */
.icon-managed-vc {
  margin-top: -5px;
  background: url("../img/glowpoint-sprite.png") no-repeat 0px -216px;
  width: 62px;
  height: 47px; }

/* line 353, glowpoint/_interior.scss */
.icon-video-ms {
  margin-top: 3px;
  background: url("../img/glowpoint-sprite.png") no-repeat 0px -288px;
  width: 57px;
  height: 56px; }

/* line 363, glowpoint/_interior.scss */
.icon-video-cs,
.icon-bc-support,
.icon-network-services,
.icon-video-cb,
.icon-unified-cs {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin: 0 25px -20px 0; }

/* line 369, glowpoint/_interior.scss */
.icon-video-cs {
  background: url("../img/icon-video-blue.png") no-repeat 0 0; }

/* line 373, glowpoint/_interior.scss */
.icon-bc-support {
  background: url("../img/icon-support.png") no-repeat 0 0; }

/* line 377, glowpoint/_interior.scss */
.icon-network-services {
  background: url("../img/icon-network.png") no-repeat 0 0; }

/* line 381, glowpoint/_interior.scss */
.icon-video-cb {
  background: url("../img/icon-bundles.png") no-repeat 0 0; }

/* line 385, glowpoint/_interior.scss */
.icon-unified-cs {
  background: url("../img/icon-unified-cs.png") no-repeat 0 0; }

/* line 391, glowpoint/_interior.scss */
.bundle-full,
.bundle-network,
.bundle-video {
  display: block; }

/* line 396, glowpoint/_interior.scss */
.bundle-full {
  background: url("../img/video-collaboration-bundle-1.jpg") no-repeat 0 0;
  width: 419px;
  height: 81px; }

/* line 400, glowpoint/_interior.scss */
.bundle-network {
  background: url("../img/video-collaboration-bundle-2.jpg") no-repeat 0 0;
  width: 291px;
  height: 76px; }

/* line 404, glowpoint/_interior.scss */
.bundle-video {
  background: url("../img/video-collaboration-bundle-3.jpg") no-repeat 0 0;
  width: 327px;
  height: 77px; }

/* line 409, glowpoint/_interior.scss */
.year-select {
  margin-bottom: 30px;
  *zoom: 1; }
  /* line 18, bourbon/addons/_clearfix.scss */
  .year-select:before, .year-select:after {
    content: " ";
    display: table; }
  /* line 23, bourbon/addons/_clearfix.scss */
  .year-select:after {
    clear: both; }
  /* line 413, glowpoint/_interior.scss */
  .year-select div {
    float: left;
    margin-right: 15px; }
  /* line 419, glowpoint/_interior.scss */
  .year-select .activeYear a {
    color: #92b206; }

/* line 5, glowpoint/_footer.scss */
.footer-wrapper {
  background: #666;
  color: #ccc;
  text-shadow: 1px 1px 0 #444; }
  /* line 10, glowpoint/_footer.scss */
  .footer-wrapper footer {
    height: 400px;
    padding: 90px 0 85px; }

/* line 17, glowpoint/_footer.scss */
.footer-nav,
.footer-social-nav {
  float: left;
  width: 200px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  list-style: none; }
  /* line 26, glowpoint/_footer.scss */
  .footer-nav li,
  .footer-social-nav li {
    padding: 5px 0; }
    /* line 29, glowpoint/_footer.scss */
    .footer-nav li:first-child,
    .footer-social-nav li:first-child {
      padding-top: 0; }

/* line 35, glowpoint/_footer.scss */
.footer-nav-item {
  color: #ccc;
  font-weight: 700; }
  /* line 39, glowpoint/_footer.scss */
  .footer-nav-item:hover {
    color: #e6e6e6; }
  /* line 43, glowpoint/_footer.scss */
  .footer-nav-item .flaticon {
    margin-right: 10px; }

/* line 48, glowpoint/_footer.scss */
.footer-contact {
  float: right;
  font-size: 18px; }
  /* line 52, glowpoint/_footer.scss */
  .footer-contact h5 {
    margin-bottom: 15px;
    text-transform: uppercase; }
  /* line 56, glowpoint/_footer.scss */
  .footer-contact a {
    display: block;
    margin: 0;
    color: #ccc; }
  /* line 61, glowpoint/_footer.scss */
  .footer-contact .email {
    margin-top: 10px; }

/* line 66, glowpoint/_footer.scss */
.copyright {
  float: left;
  clear: both;
  font-size: 14px;
  text-transform: uppercase; }
