/**
 * Global Stylesheet for Lambda Labs website.
 */
/*mixins */
/* Dirs */
/* Fonts */
/* Colors */
/* Spacing */
/* Footer Settings */
/* Grid Modifications */
.row {
  margin-bottom: 18px; }

.columns p {
  max-width: 680px; }

/* legal page */
.legal ul, .legal ol {
  max-width: 680px; }

/* Utility */
blockquote {
  color: #333; }

.success {
  color: #00cc6d; }

pre {
  font-family: Monaco, monospace;
  font-size: 0.8em; }

pre.code, pre.sh_sourceCode, .rawarea {
  font-family: Monaco, monospace;
  overflow: auto;
  background: #FEFEFE;
  padding: 18px;
  -webkit-border-radius: 4.5px;
  -moz-border-radius: 4.5px;
  -o-border-radius: 4.5px;
  -ms-border-radius: 4.5px;
  border-radius: 4.5px;
  border: 1px solid #DEDEDE;
  margin-bottom: 10px;
  margin-top: 30px; }

.rawarea {
  width: 80%;
  min-height: 128px;
  min-width: 262px;
  margin: 0 0 30px 0; }

hr {
  margin-top: 18px;
  margin-bottom: 18px; }

.margin-0 {
  margin: 0; }

.list, .list ul {
  margin-left: 36px;
  list-style-type: disc; }

p.grouping {
  max-width: none; }

.grouping {
  margin: 0 0 18px 0;
  padding: 18px;
  border: 1px solid #DEDEDE;
  -webkit-border-radius: 4.5px;
  -moz-border-radius: 4.5px;
  -o-border-radius: 4.5px;
  -ms-border-radius: 4.5px;
  border-radius: 4.5px; }

.grouping-col {
  padding: 18px;
  border: 1px solid #DEDEDE;
  margin-bottom: 18px !important;
  margin-left: 0 !important; }

.grouping-cta {
  border-color: #04C;
  background: #EFF; }

.grouping-thin {
  padding: 9px;
  margin-bottom: 30px; }

.pill {
  display: block;
  width: 260px;
  margin: 2em auto; }

.pill-right {
  float: right; }

.bold {
  font-weight: bold; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.unit-padding {
  padding: 18px 0; }

.unit-padding-bottom {
  padding: 0 0 18px 0; }

.unit-margin-bottom {
  margin-bottom: 18px; }

.clear-both {
  clear: both; }

.no-height {
  height: 1px; }

.align-center {
  text-align: center; }

.overflow-hidden {
  overflow: hidden; }

.large-font {
  font-weight: 100;
  font-size: 2em;
  line-height: 2em; }

img {
  -webkit-border-radius: 4.5px;
  -moz-border-radius: 4.5px;
  -o-border-radius: 4.5px;
  -ms-border-radius: 4.5px;
  border-radius: 4.5px; }

img.align-center {
  margin: 0 auto;
  display: block;
  text-align: center; }

/* FORM Settings */
input[type="email"], input[type="text"] {
  width: 100%;
  padding: 9px;
  font-size: 18px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

input {
  -webkit-border-radius: 4.5px;
  -moz-border-radius: 4.5px;
  -o-border-radius: 4.5px;
  -ms-border-radius: 4.5px;
  border-radius: 4.5px;
  border: 1px solid #DEDEDE;
  padding: 9px; }

@media only screen and (max-width: 767px) {
  hr {
    margin-top: 9px;
    margin-bottom: 9px; }

  p {
    margin-bottom: 9px; }

  h1, h2 {
    font-size: 1.5em; }

  h3, h4, h5, h6 {
    font-size: 1.3em; }

  h3.subheader {
    margin-bottom: 1em; }

  .large-font {
    font-size: 1.5em; }

  .row, h2, h3, h4, h5 {
    margin-bottom: 0.5em; }

  h1 {
    padding: 0.5em 0;
    margin-bottom: 0; } }
@media only screen and (max-width: 479px) {
  body {
    font-size: 0.8em; }

  h1, h2 {
    font-size: 1.4em; }

  h3, h4, h5, h6 {
    font-size: 1.2em; }

  h3.subheader {
    margin-bottom: 1em; }

  .large-font {
    font-size: 1.2em; } }
/* BEGIN DECLARATIONS */
@font-face {
  font-family: "Monaco";
  font-weight: normal;
  font-style: monospace;
  src: url(../fonts/Monaco.ttf) format("truetype"); }
@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype"); }
@font-face {
  font-family: "Open Sans";
  font-weight: 100;
  font-style: normal;
  src: url(../fonts/OpenSans-Light.ttf) format("truetype"); }
@font-face {
  font-family: "Open Sans";
  font-weight: 100;
  font-style: italic;
  src: url(../fonts/OpenSans-LightItalic.ttf) format("truetype"); }
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 100; }

html {
  overflow-y: scroll;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  background-color: #FFFFFF; }

body {
  background: none;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  color: #191919;
  padding: 0;
  margin: 0; }

p.centered {
  text-align: center;
  max-width: 600px;
  margin: 0 auto; }

a {
  color: #006dcc;
  text-decoration: none; }

/* use css3 transitions for *everything* */
a, p, h1, h2, h3, h4, h5, h6, div, span, strong, img, input, button, pre, code, li {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s; }

a.current, li.current {
  font-weight: bold; }

a:active {
  color: #006dcc; }

a:visited {
  color: #004480; }

a:hover {
  color: #6EB2E6; }

.toplogo {
  background: url(../images/lambda-labs_logo-title.png);
  display: block;
  width: 174px;
  height: 37px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .toplogo {
    background: url(../images/lambda-labs_logo-title@2x.png);
    background-size: 174px 37px; } }
nav#top {
  margin-top: 18px;
  height: 54px;
  border-bottom: 1px solid #DEDEDE; }

nav#top .navigation-bar {
  float: right; }

/* Mobile Navigation */
#mobile-navigation-bar {
  display: none; }

@media only screen and (max-width: 767px) {
  nav#top {
    margin-top: 4px;
    height: 40px;
    margin-bottom: 0; }

  #mobile-navigation-bar, .hamburger, .mobile-navigation-menu {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  #mobile-navigation-bar {
    width: 40px;
    display: block;
    position: absolute;
    right: 0px;
    text-align: right; }

  .hamburger {
    cursor: pointer;
    font-size: 25px;
    font-weight: 100;
    margin-top: 8px; }

  .mobile-navigation-menu {
    position: relative;
    left: -260px;
    z-index: -9000;
    /* transitions */
    opacity: 0;
    height: 0;
    visibility: hidden;
    margin-top: 25px;
    background: white;
    border: 1px solid #DEDEDE;
    font-size: 1.5em;
    width: 300px;
    border-bottom: none; }

  .mobile-navigation-menu li {
    margin-bottom: 0;
    border-bottom: 1px solid #DEDEDE; }

  .mobile-navigation-menu li a {
    display: block;
    padding: 1em; }

  .mobile-navigation-menu li:hover {
    background: #D1E9FC; }

  /* opening the menu */
  .mobile-navigation-menu.open {
    z-index: 9001;
    opacity: 1;
    height: auto;
    visibility: visible; }

  #mobile-navigation-bar h1 {
    font-size: 25px; }

  #mobile-navigation-bar a {
    color: black;
    font-weight: bold; } }
/* Customer logos */
.italic-subtitle {
  margin-top: 9px;
  font-size: 17px;
  font-style: italic;
  text-align: center; }

.logo-img {
  width: 100%; }

footer {
  padding-top: 18px;
  border-top: 1px solid #DEDEDE;
  color: #797E86; }

footer a, footer a:visited {
  color: #797E86;
  font-size: 1em; }

footer a:hover {
  color: #6EB2E6; }

ul.horizontal {
  display: inline;
  margin: 0;
  padding: 0;
  padding-top: 9px; }

ul.horizontal li {
  list-style-type: none;
  margin: 0 18px 0 0;
  display: inline; }

ul.horizontal-right {
  float: right; }

ul.horizontal-right li {
  float: right;
  margin: 0 0 0 36px; }

ul.horizontal li.right-button {
  float: right;
  margin-right: 0; }

ul.horizontal li.right-button a.button {
  margin: -5px 0 -10px 0; }

#bottom-name {
  color: #CCCCCC;
  text-align: right; }

@media only screen and (max-width: 767px) {
  #top-navigation-bar {
    display: none; }

  #bottom-name {
    display: block;
    margin-top: 18px;
    text-align: center; }

  ul.horizontal li.right-button {
    display: none; } }
@media only screen and (max-width: 479px) {
  footer {
    text-align: center; }

  #privacy-terms {
    display: block;
    width: 100%;
    margin-top: 18px; }

  #bottom-name {
    font-size: 0.8em; } }
a.primary {
  font-weight: normal;
  color: #006dcc; }

/* button mods */
.button-primary {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  color: white !important; }

button.button-primary {
  font-size: 1.2em;
  font-weight: normal; }

.button-primary-thin {
  margin: 0;
  margin-right: 4px;
  padding: 4px 10px; }

.button-primary:hover,
.button-primary:active,
.button-primary:visited,
.button-primary.active,
.button-primary.disabled,
.button-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
  border-color: #0033bb; }

.button-primary:active,
.button-primary.active {
  background-color: #003399 \9; }

/* end button mods */
.media-logos {
  width: 100%;
  clear: both;
  height: 107px;
  background: url(../images/media-logos.jpg) no-repeat 50%;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out; }

.media-logos:hover {
  background: url(../images/media-logos-color.jpg) no-repeat 50%;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out; }

@media only screen and (max-width: 959px) {
  .media-logos, .media-logos:hover {
    background-size: 959px; } }
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .media-logos, .media-logos:hover {
    height: 80px;
    background-size: 758px; } }
@media only screen and (max-width: 767px) {
  .media-logos, .media-logos:hover {
    background-size: 767px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .media-logos, .media-logos:hover {
    height: 40px;
    background-size: 410px; } }
@media only screen and (max-width: 479px) {
  .media-logos, .media-logos:hover {
    height: 20px;
    background-size: 280px; } }
/* Bottom Page Style */
div.responsive {
  border-radius: 4.5px;
  overflow: hidden; }

div.responsive > img {
  width: 100% !important; }

@media only screen and (max-width: 767px) {
  div.responsive {
    width: 100%;
    height: 128px;
    overflow: hidden;
    margin-top: 18px; }

  div.responsive > img {
    margin-top: -50%; } }
/* Image Squares */
.image-squares {
  margin-bottom: 18px !important; }

.image-squares li > img {
  width: 60px;
  height: 60px; }

.image-squares li {
  overflow: hidden;
  float: left;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  background-color: white;
  border: 1px solid #DEDEDE;
  margin: 9px;
  padding: 9px;
  width: 60px;
  height: 60px; }

.image-squares.no-padding li {
  width: 69px;
  height: 69px;
  padding: 0; }

.image-squares.no-padding li > img {
  width: 69px;
  height: 69px; }

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