@charset "UTF-8";
.antennaextralight {
  font-family: Antenna;
  font-style: normal;
  font-weight: normal; }

.antennamedium {
  font-family: Antenna;
  font-style: normal;
  font-weight: bold; }

.antennaextracondextralight {
  font-family: AntennaCond;
  font-style: normal;
  font-weight: normal; }

.antennaextracondmedium {
  font-family: AntennaCond;
  font-style: normal;
  font-weight: bold; }

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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-family: Antenna, Helvetica, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #63B246;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:hover {
    color: #447b30; }
  a:active, a:focus {
    color: #447b30;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #DDD;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #595959; }

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

.error, #flash_failure {
  background: #FBE3E4;
  color: #96151b;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .error a, #flash_failure a {
    color: #6a0f13; }
    .error a:hover, #flash_failure a:hover {
      color: #110203; }

.notice, #flash_notice {
  background: #FFF6BF;
  color: #8c7800;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .notice a, #flash_notice a {
    color: #594c00; }
    .notice a:hover, #flash_notice a:hover {
      color: black; }

.success, #flash_success {
  background: #E6EFC2;
  color: #56651a;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em; }
  .success a, #flash_success a {
    color: #333c10; }
    .success a:hover, #flash_success a:hover {
      color: black; }

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

body {
  min-width: 960px; }

.container_12, .container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px; }

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px; }

.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11, .push_12, .pull_12, .push_13, .pull_13, .push_14, .pull_14, .push_15, .pull_15 {
  position: relative; }

.container_12 .grid_3, .container_16 .grid_4 {
  width: 220px; }

.container_12 .grid_6, .container_16 .grid_8 {
  width: 460px; }

.container_12 .grid_9, .container_16 .grid_12 {
  width: 700px; }

.container_12 .grid_12, .container_16 .grid_16 {
  width: 940px; }

.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

.container_12 .grid_1 {
  width: 60px; }

.container_12 .grid_2 {
  width: 140px; }

.container_12 .grid_4 {
  width: 300px; }

.container_12 .grid_5 {
  width: 380px; }

.container_12 .grid_7 {
  width: 540px; }

.container_12 .grid_8 {
  width: 620px; }

.container_12 .grid_10 {
  width: 780px; }

.container_12 .grid_11 {
  width: 860px; }

.container_16 .grid_1 {
  width: 40px; }

.container_16 .grid_2 {
  width: 100px; }

.container_16 .grid_3 {
  width: 160px; }

.container_16 .grid_5 {
  width: 280px; }

.container_16 .grid_6 {
  width: 340px; }

.container_16 .grid_7 {
  width: 400px; }

.container_16 .grid_9 {
  width: 520px; }

.container_16 .grid_10 {
  width: 580px; }

.container_16 .grid_11 {
  width: 640px; }

.container_16 .grid_13 {
  width: 760px; }

.container_16 .grid_14 {
  width: 820px; }

.container_16 .grid_15 {
  width: 880px; }

.container_12 .prefix_3, .container_16 .prefix_4 {
  padding-left: 240px; }

.container_12 .prefix_6, .container_16 .prefix_8 {
  padding-left: 480px; }

.container_12 .prefix_9, .container_16 .prefix_12 {
  padding-left: 720px; }

.container_12 .prefix_1 {
  padding-left: 80px; }

.container_12 .prefix_2 {
  padding-left: 160px; }

.container_12 .prefix_4 {
  padding-left: 320px; }

.container_12 .prefix_5 {
  padding-left: 400px; }

.container_12 .prefix_7 {
  padding-left: 560px; }

.container_12 .prefix_8 {
  padding-left: 640px; }

.container_12 .prefix_10 {
  padding-left: 800px; }

.container_12 .prefix_11 {
  padding-left: 880px; }

.container_16 .prefix_1 {
  padding-left: 60px; }

.container_16 .prefix_2 {
  padding-left: 120px; }

.container_16 .prefix_3 {
  padding-left: 180px; }

.container_16 .prefix_5 {
  padding-left: 300px; }

.container_16 .prefix_6 {
  padding-left: 360px; }

.container_16 .prefix_7 {
  padding-left: 420px; }

.container_16 .prefix_9 {
  padding-left: 540px; }

.container_16 .prefix_10 {
  padding-left: 600px; }

.container_16 .prefix_11 {
  padding-left: 660px; }

.container_16 .prefix_13 {
  padding-left: 780px; }

.container_16 .prefix_14 {
  padding-left: 840px; }

.container_16 .prefix_15 {
  padding-left: 900px; }

.container_12 .suffix_3, .container_16 .suffix_4 {
  padding-right: 240px; }

.container_12 .suffix_6, .container_16 .suffix_8 {
  padding-right: 480px; }

.container_12 .suffix_9, .container_16 .suffix_12 {
  padding-right: 720px; }

.container_12 .suffix_1 {
  padding-right: 80px; }

.container_12 .suffix_2 {
  padding-right: 160px; }

.container_12 .suffix_4 {
  padding-right: 320px; }

.container_12 .suffix_5 {
  padding-right: 400px; }

.container_12 .suffix_7 {
  padding-right: 560px; }

.container_12 .suffix_8 {
  padding-right: 640px; }

.container_12 .suffix_10 {
  padding-right: 800px; }

.container_12 .suffix_11 {
  padding-right: 880px; }

.container_16 .suffix_1 {
  padding-right: 60px; }

.container_16 .suffix_2 {
  padding-right: 120px; }

.container_16 .suffix_3 {
  padding-right: 180px; }

.container_16 .suffix_5 {
  padding-right: 300px; }

.container_16 .suffix_6 {
  padding-right: 360px; }

.container_16 .suffix_7 {
  padding-right: 420px; }

.container_16 .suffix_9 {
  padding-right: 540px; }

.container_16 .suffix_10 {
  padding-right: 600px; }

.container_16 .suffix_11 {
  padding-right: 660px; }

.container_16 .suffix_13 {
  padding-right: 780px; }

.container_16 .suffix_14 {
  padding-right: 840px; }

.container_16 .suffix_15 {
  padding-right: 900px; }

.container_12 .push_3, .container_16 .push_4 {
  left: 240px; }

.container_12 .push_6, .container_16 .push_8 {
  left: 480px; }

.container_12 .push_9, .container_16 .push_12 {
  left: 720px; }

.container_12 .push_1 {
  left: 80px; }

.container_12 .push_2 {
  left: 160px; }

.container_12 .push_4 {
  left: 320px; }

.container_12 .push_5 {
  left: 400px; }

.container_12 .push_7 {
  left: 560px; }

.container_12 .push_8 {
  left: 640px; }

.container_12 .push_10 {
  left: 800px; }

.container_12 .push_11 {
  left: 880px; }

.container_16 .push_1 {
  left: 60px; }

.container_16 .push_2 {
  left: 120px; }

.container_16 .push_3 {
  left: 180px; }

.container_16 .push_5 {
  left: 300px; }

.container_16 .push_6 {
  left: 360px; }

.container_16 .push_7 {
  left: 420px; }

.container_16 .push_9 {
  left: 540px; }

.container_16 .push_10 {
  left: 600px; }

.container_16 .push_11 {
  left: 660px; }

.container_16 .push_13 {
  left: 780px; }

.container_16 .push_14 {
  left: 840px; }

.container_16 .push_15 {
  left: 900px; }

.container_12 .pull_3, .container_16 .pull_4 {
  left: -240px; }

.container_12 .pull_6, .container_16 .pull_8 {
  left: -480px; }

.container_12 .pull_9, .container_16 .pull_12 {
  left: -720px; }

.container_12 .pull_1 {
  left: -80px; }

.container_12 .pull_2 {
  left: -160px; }

.container_12 .pull_4 {
  left: -320px; }

.container_12 .pull_5 {
  left: -400px; }

.container_12 .pull_7 {
  left: -560px; }

.container_12 .pull_8 {
  left: -640px; }

.container_12 .pull_10 {
  left: -800px; }

.container_12 .pull_11 {
  left: -880px; }

.container_16 .pull_1 {
  left: -60px; }

.container_16 .pull_2 {
  left: -120px; }

.container_16 .pull_3 {
  left: -180px; }

.container_16 .pull_5 {
  left: -300px; }

.container_16 .pull_6 {
  left: -360px; }

.container_16 .pull_7 {
  left: -420px; }

.container_16 .pull_9 {
  left: -540px; }

.container_16 .pull_10 {
  left: -600px; }

.container_16 .pull_11 {
  left: -660px; }

.container_16 .pull_13 {
  left: -780px; }

.container_16 .pull_14 {
  left: -840px; }

.container_16 .pull_15 {
  left: -900px; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+java+bash+python */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc; }

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc; }

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none; } }
/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray; }

.token.punctuation {
  color: #999; }

.namespace {
  opacity: .7; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
  color: #905; }

.token.selector,
.token.attr-name,
.token.string,
.token.builtin {
  color: #690; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5); }

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a; }

.token.regex,
.token.important {
  color: #e90; }

.token.important {
  font-weight: bold; }

.token.entity {
  cursor: help; }

@font-face {
  font-family: "duo-www";
  src: url("../fonts/duo-www.eot");
  src: url("../fonts/duo-www.eot?#iefix") format("embedded-opentype"), url("../fonts/duo-www.woff") format("woff"), url("../fonts/duo-www.ttf") format("truetype"), url("../fonts/duo-www.svg#duo-www") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "duo-www" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-eyeball:before {
  content: "a"; }

.icon-skull:before {
  content: "b"; }

.icon-bomb:before {
  content: "c"; }

.icon-key-1:before {
  content: "d"; }

.icon-key-2:before {
  content: "e"; }

.icon-hide:before {
  content: "f"; }

.icon-aim-1:before {
  content: "g"; }

.icon-aim-2:before {
  content: "h"; }

.icon-lock-1:before {
  content: "j"; }

.icon-lock-2:before {
  content: "k"; }

.icon-lock-3:before {
  content: "l"; }

.icon-lock-4:before {
  content: "m"; }

.icon-lock-5:before {
  content: "n"; }

.icon-lock-unlock-1:before {
  content: "o"; }

.icon-lock-unlock-2:before {
  content: "p"; }

.icon-magnifier:before {
  content: "q"; }

.icon-pin:before {
  content: "r"; }

.icon-zoom-in:before {
  content: "s"; }

.icon-zoom-out:before {
  content: "t"; }

.icon-edit-3:before {
  content: "u"; }

.icon-cursor:before {
  content: "v"; }

.icon-hand-point:before {
  content: "w"; }

.icon-bookmark-1:before {
  content: "x"; }

.icon-bookmark-3:before {
  content: "y"; }

.icon-bookmark-2:before {
  content: "z"; }

.icon-tag:before {
  content: "A"; }

.icon-board:before {
  content: "B"; }

.icon-pen:before {
  content: "C"; }

.icon-magnet:before {
  content: "D"; }

.icon-magic-wand:before {
  content: "E"; }

.icon-ruler:before {
  content: "F"; }

.icon-spray:before {
  content: "G"; }

.icon-award:before {
  content: "H"; }

.icon-crown:before {
  content: "I"; }

.icon-fire:before {
  content: "J"; }

.icon-flag-1:before {
  content: "K"; }

.icon-flag-2:before {
  content: "L"; }

.icon-star-1:before {
  content: "M"; }

.icon-star-3:before {
  content: "N"; }

.icon-star:before {
  content: "O"; }

.icon-trophy:before {
  content: "P"; }

.icon-star-2:before {
  content: "Q"; }

.icon-antenna-1:before {
  content: "R"; }

.icon-antenna-2:before {
  content: "S"; }

.icon-hotspot-1:before {
  content: "T"; }

.icon-hotspot-2:before {
  content: "U"; }

.icon-link:before {
  content: "V"; }

.icon-megaphone:before {
  content: "W"; }

.icon-radar:before {
  content: "X"; }

.icon-rss-1:before {
  content: "Y"; }

.icon-satellite:before {
  content: "Z"; }

.icon-connection:before {
  content: "1"; }

.icon-spy:before {
  content: "2"; }

.icon-prisoner:before {
  content: "3"; }

.icon-qr:before {
  content: "4"; }

.icon-cloud:before {
  content: "5"; }

.icon-cloud-checked:before {
  content: "6"; }

.icon-check-2:before {
  content: "8"; }

.icon-check-3:before {
  content: "9"; }

.icon-check-4:before {
  content: "\""; }

.icon-check-shield:before {
  content: "#"; }

.icon-cross-shield:before {
  content: "$"; }

.icon-cross:before {
  content: "%"; }

.icon-gear:before {
  content: "&"; }

.icon-adjustment:before {
  content: "'"; }

.icon-scale:before {
  content: "("; }

.icon-balance:before {
  content: ")"; }

.icon-bank:before {
  content: "*"; }

.icon-dollar:before {
  content: "+"; }

.icon-dollar-2:before {
  content: ","; }

.icon-board-2:before {
  content: "-"; }

.icon-box:before {
  content: "."; }

.icon-chart-up:before {
  content: "/"; }

.icon-chart-down:before {
  content: ":"; }

.icon-chart-board:before {
  content: ";"; }

.icon-cash-register:before {
  content: "<"; }

.icon-calculator:before {
  content: "="; }

.icon-business-chart-2:before {
  content: ">"; }

.icon-business-chart-1:before {
  content: "?"; }

.icon-check:before {
  content: "@"; }

.icon-coins-1:before {
  content: "["; }

.icon-coins-2:before {
  content: "]"; }

.icon-court:before {
  content: "^"; }

.icon-credit-card-lock:before {
  content: "_"; }

.icon-dollar-bag:before {
  content: "`"; }

.icon-currency-dollar:before {
  content: "|"; }

.icon-currency-euro:before {
  content: "~"; }

.icon-forklift:before {
  content: "\e150"; }

.icon-hand-coin:before {
  content: "\e000"; }

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

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

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

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

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

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

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

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

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

.icon-factory:before {
  content: "\e00c"; }

.icon-direction-sign:before {
  content: "\e00d"; }

.icon-temple:before {
  content: "\e00e"; }

.icon-treasure-map:before {
  content: "\e00f"; }

.icon-tree:before {
  content: "\e010"; }

.icon-globe-1:before {
  content: "\e011"; }

.icon-globe-2:before {
  content: "\e012"; }

.icon-building-1:before {
  content: "\e013"; }

.icon-building-2:before {
  content: "\e014"; }

.icon-building-3:before {
  content: "\e015"; }

.icon-buildings-1:before {
  content: "\e016"; }

.icon-buildings-2:before {
  content: "\e017"; }

.icon-buildings-3:before {
  content: "\e018"; }

.icon-buildings-4:before {
  content: "\e019"; }

.icon-house:before {
  content: "\e01b"; }

.icon-attention:before {
  content: "\e01c"; }

.icon-bug-1:before {
  content: "\e01d"; }

.icon-bug-2:before {
  content: "\e01e"; }

.icon-css3:before {
  content: "\e01f"; }

.icon-firewall:before {
  content: "\e020"; }

.icon-html5:before {
  content: "\e021"; }

.icon-plugin-1:before {
  content: "\e022"; }

.icon-plugin-2:before {
  content: "\e023"; }

.icon-script:before {
  content: "\e024"; }

.icon-window:before {
  content: "\e025"; }

.icon-window-code-1:before {
  content: "\e028"; }

.icon-window-code-2:before {
  content: "\e029"; }

.icon-window-graph-1:before {
  content: "\e02a"; }

.icon-window-lock:before {
  content: "\e02b"; }

.icon-database:before {
  content: "\e02c"; }

.icon-database-alert:before {
  content: "\e02d"; }

.icon-database-check:before {
  content: "\e02e"; }

.icon-database-delete:before {
  content: "\e02f"; }

.icon-database-lock:before {
  content: "\e030"; }

.icon-database-setting:before {
  content: "\e031"; }

.icon-cd:before {
  content: "\e032"; }

.icon-chip:before {
  content: "\e033"; }

.icon-computer:before {
  content: "\e034"; }

.icon-disc:before {
  content: "\e035"; }

.icon-floppy-disk:before {
  content: "\e036"; }

.icon-kindle:before {
  content: "\e037"; }

.icon-ipod:before {
  content: "\e038"; }

.icon-ipad-2:before {
  content: "\e039"; }

.icon-ipad-1:before {
  content: "\e03a"; }

.icon-harddisk-1:before {
  content: "\e03b"; }

.icon-harddisk-2:before {
  content: "\e03c"; }

.icon-mobile-phone:before {
  content: "\e03e"; }

.icon-mouse:before {
  content: "\e03f"; }

.icon-remote:before {
  content: "\e040"; }

.icon-smartphone:before {
  content: "\e041"; }

.icon-wireless-router-1:before {
  content: "\e042"; }

.icon-usb-2:before {
  content: "\e043"; }

.icon-wireless-router-2:before {
  content: "\e044"; }

.icon-ethernet:before {
  content: "\e045"; }

.icon-bluetooth:before {
  content: "\e046"; }

.icon-ethernet-slot:before {
  content: "\e047"; }

.icon-firewire:before {
  content: "\e048"; }

.icon-network-1:before {
  content: "\e049"; }

.icon-network-2:before {
  content: "\e04a"; }

.icon-server-1:before {
  content: "\e04b"; }

.icon-server-2:before {
  content: "\e04c"; }

.icon-wireless-signal:before {
  content: "\e04d"; }

.icon-usb:before {
  content: "\e04e"; }

.icon-book:before {
  content: "\e04f"; }

.icon-phone-book:before {
  content: "\e050"; }

.icon-bookmark:before {
  content: "\e051"; }

.icon-document-box:before {
  content: "\e052"; }

.icon-shield:before {
  content: "\e053"; }

.icon-stationery:before {
  content: "\e054"; }

.icon-bubble:before {
  content: "\e055"; }

.icon-bubble-conversation:before {
  content: "\e056"; }

.icon-bubble-chat:before {
  content: "\e057"; }

.icon-message:before {
  content: "\e058"; }

.icon-smartphone-1:before {
  content: "\e059"; }

.icon-connection-1:before {
  content: "0"; }

.icon-contacts-2:before {
  content: "\e05a"; }

.icon-thief:before {
  content: "\e05b"; }

.icon-id-1:before {
  content: "\e05c"; }

.icon-id-2:before {
  content: "\e05d"; }

.icon-briefcase:before {
  content: "\e05de"; }

.icon-gears:before {
  content: "\e05e"; }

.icon-clock-1:before {
  content: "\e05f"; }

.icon-alert-1:before {
  content: "\e060"; }

.icon-laptop:before {
  content: "\e100"; }

.icon-screen:before {
  content: "\e101"; }

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

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

.icon-hierarchy-2:before {
  content: "\e01a"; }

.icon-hierarchy-3:before {
  content: "\e026"; }

.icon-network:before {
  content: "\e027"; }

.icon-target:before {
  content: "\e03d"; }

.icon-traffic-light-1:before {
  content: "\e061"; }

.icon-traffic-light-2:before {
  content: "\e062"; }

.icon-beaker-1:before {
  content: "\e063"; }

.icon-beaker-2:before {
  content: "\e064"; }

.icon-pulse-graph:before {
  content: "\e065"; }

.icon-syringe:before {
  content: "\e066"; }

.icon-arrow-right:before {
  content: "\e067"; }

.icon-arrow-left:before {
  content: "\e068"; }

.icon-arrow-point-right:before {
  content: "\e069"; }

.icon-arrow-point-left:before {
  content: "\e06a"; }

.icon-arrow-double-right:before {
  content: "\e06b"; }

.icon-arrow-double-right-1:before {
  content: "\e06c"; }

.icon-arrow-point-down:before {
  content: "\e06d"; }

.icon-arrow-point-up:before {
  content: "\e06e"; }

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

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

.icon-google:before {
  content: "\e071"; }

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

.icon-youtube:before {
  content: "\e073"; }

.icon-mobile-phone-1:before {
  content: "\e074"; }

.icon-phone:before {
  content: "\e075"; }

.icon-profile:before {
  content: "\e076"; }

.icon-user-lock:before {
  content: "\e077"; }

.icon-lightbulb:before {
  content: "\e078"; }

.icon-prison:before {
  content: "\e079"; }

.icon-unicorn:before {
  content: "\e07a"; }

.icon-lab:before {
  content: "\e07b"; }

.icon-key:before {
  content: "\e07c"; }

.icon-iphone:before {
  content: "\e07d"; }

.icon-ipad:before {
  content: "\e07e"; }

.icon-imac:before {
  content: "\e07f"; }

.icon-michigan:before {
  content: "\e080"; }

.icon-minnesota:before {
  content: "\e081"; }

.icon-oregon:before {
  content: "\e082"; }

.icon-massachusetts:before {
  content: "\e083"; }

.icon-windows:before {
  content: "\e085"; }

.icon-apple:before {
  content: "\e086"; }

.icon-android:before {
  content: "\e087"; }

.icon-signal-weak:before {
  content: "!"; }

.icon-phone-vibration:before {
  content: "{"; }

.icon-mobile-phone-2:before {
  content: "}"; }

.icon-paperplane:before {
  content: "\\"; }

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

.icon-file-list:before {
  content: "\e089"; }

.icon-delete:before {
  content: "\e08a"; }

.icon-switch-up:before {
  content: "\e08b"; }

.icon-switch-down:before {
  content: "\e08c"; }

.icon-pulse:before {
  content: "\e08d"; }

.icon-alarm:before {
  content: "\e08e"; }

.icon-timer:before {
  content: "\e08f"; }

.icon-credit-card:before {
  content: "\e090"; }

.icon-marker:before {
  content: "\e091"; }

.icon-globe:before {
  content: "\e092"; }

.icon-window-list:before {
  content: "\e093"; }

.icon-books:before {
  content: "\e094"; }

.icon-shield-2:before {
  content: "\e095"; }

.icon-newspaper:before {
  content: "\e096"; }

.icon-list:before {
  content: "\e097"; }

.icon-beer:before {
  content: "\e098"; }

.icon-briefcase-lock:before {
  content: "\e099"; }

.icon-dice:before {
  content: "\e09a"; }

.icon-cards:before {
  content: "\e09b"; }

.icon-double-tap:before {
  content: "\e09c"; }

.icon-tap:before {
  content: "\e09d"; }

.icon-arrow-triangle-left:before {
  content: "\e09e"; }

.icon-arrow-triangle-right:before {
  content: "\e09f"; }

.icon-lock:before {
  content: "\e084"; }

.icon-mobile-phone-3:before {
  content: "\e0a0"; }

.icon-map-pin:before {
  content: "\e0a1"; }

.icon-clock:before {
  content: "\e0a2"; }

.icon-rss:before {
  content: "\e0a4"; }

.icon-github:before {
  content: "\e0a5"; }

.icon-alert:before {
  content: "\e0a6"; }

.icon-voodoo:before {
  content: "\e0a7"; }

.icon-flick:before {
  content: "\e0a8"; }

.icon-skull-brain:before {
  content: "\e0a9"; }

.icon-bug:before {
  content: "\e0aa"; }

.icon-key-1-solid:before {
  content: "\e0ab"; }

.icon-key-2-solid:before {
  content: "\e0ac"; }

.icon-lock-unlock-2-solid:before {
  content: "\e0ad"; }

.icon-bicycle:before {
  content: "\e0ae"; }

.icon-academic-cap:before {
  content: "\e0b0"; }

.icon-sneakers:before {
  content: "\e0b1"; }

.icon-us-united-states:before {
  content: "\e0af"; }

.icon-duo:before {
  content: "\e0b2"; }

.icon-duo-circle:before {
  content: "\e0b3"; }

.icon-duo-d:before {
  content: "\e0b4"; }

.icon-user:before {
  content: "\e0a3"; }

.icon-user-block:before {
  content: "\e0b5"; }

.icon-user-checked:before {
  content: "\e0b6"; }

.icon-user-search:before {
  content: "\e0b7"; }

.icon-user-delete:before {
  content: "\e0b8"; }

.icon-user-edit:before {
  content: "\e0b9"; }

.icon-user-add:before {
  content: "\e0ba"; }

.icon-check-1:before {
  content: "i"; }

.icon-smartphone-2:before {
  content: "7"; }

.icon-signal-weak-1:before {
  content: "\e0bb"; }

.icon-message-1:before {
  content: "\e0bc"; }

.icon-mobile-phone-1-1:before {
  content: "\e0bd"; }

.icon-mobile-phone-2-1:before {
  content: "\e0be"; }

.icon-phone-2:before {
  content: "\e0bf"; }

.icon-phone-vibration-1:before {
  content: "\e0c0"; }

.icon-call-3:before {
  content: "7"; }

.icon-call-3:before {
  content: "\e0c1"; }

.icon-call-1:before {
  content: "\e0c2"; }

.icon-connection-2:before {
  content: "\e0c3"; }

.icon-connection-3:before {
  content: "\e0c4"; }

.icon-contacts-2-1:before {
  content: "\e0c5"; }

.icon-profile-spy:before {
  content: "\e0c6"; }

.icon-profile-prisoner:before {
  content: "\e0c7"; }

.icon-user-2:before {
  content: "\e0c8"; }

.icon-cloud-1:before {
  content: "\e0c9"; }

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

.icon-file-list-1:before {
  content: "\e0cb"; }

.icon-delete-3:before {
  content: "\e0cc"; }

.icon-check-round-filled:before {
  content: "\e0cd"; }

.icon-check-4-1:before {
  content: "\e0ce"; }

.icon-check-shield-1:before {
  content: "\e0cf"; }

.icon-cross-shield-1:before {
  content: "\e0d0"; }

.icon-setting-gears-2:before {
  content: "\e0d1"; }

.icon-setting-gear:before {
  content: "\e0d2"; }

.icon-clock-3:before {
  content: "\e0d3"; }

.icon-marker-1:before {
  content: "\e0d4"; }

.icon-bug-2-1:before {
  content: "\e0d5"; }

.icon-bug-1-1:before {
  content: "\e0d6"; }

.icon-attention-1:before {
  content: "\e0d7"; }

.icon-hierarchy-2-1:before {
  content: "\e0d8"; }

.icon-hierarchy-4:before {
  content: "\e0d9"; }

.icon-hierarchy-6:before {
  content: "\e0da"; }

.icon-network-2-1:before {
  content: "\e0db"; }

.icon-tap-1:before {
  content: "\e0dc"; }

.icon-double-tap-1:before {
  content: "\e0dd"; }

.icon-arrow-58:before {
  content: "\e0de"; }

.icon-arrow-57:before {
  content: "\e0df"; }

.icon-cloud-2:before {
  content: "\e0e1"; }

.icon-authentication:before {
  content: "\e0e2"; }

.icon-bypass-codes:before {
  content: "\e0e3"; }

.icon-duo-push:before {
  content: "\e0e4"; }

.icon-provisioning:before {
  content: "\e0e5"; }

.icon-windowns-icon:before {
  content: "\e0e6"; }

.icon-device-recovery:before {
  content: "\e0e7"; }

.icon-ellipsis-device:before {
  content: "\e0e8"; }

.icon-network-1-1:before {
  content: "\e0e9"; }

.icon-usb-2-1:before {
  content: "\e0ea"; }

.icon-window-thumbnail-1:before {
  content: "\e0eb"; }

.icon-window-code-3:before {
  content: "\e0ec"; }

.icon-window-edit:before {
  content: "\e0ed"; }

.icon-check-1-1:before {
  content: "\e0ee"; }

.icon-blackberry-icon:before {
  content: "\e0ef"; }

.icon-minus-device:before {
  content: "\e0f0"; }

.icon-plus-device:before {
  content: "\e0f1"; }

.icon-checkmark-device:before {
  content: "\e0f2"; }

.icon-applie-icon:before {
  content: "\e0f3"; }

.icon-android-icon:before {
  content: "\e0f4"; }

.icon-blackberry:before {
  content: "\e0f5"; }

.icon-duo-platform:before {
  content: "\e0e0"; }

.icon-device-insight:before {
  content: "\e0f6"; }

.icon-settings-streamline:before {
  content: "\e0f7"; }

.icon-movie-play-1:before {
  content: "\e0f8"; }

.icon-movie-play-4:before {
  content: "\e0f9"; }

.icon-play-2:before {
  content: "\e0fa"; }

.icon-power-2:before {
  content: "\e0fb"; }

.icon-star-1-1:before {
  content: "\e0fc"; }

.icon-mail-1:before {
  content: "\e0fd"; }

.icon-profile-1:before {
  content: "\e0fe"; }

.icon-rounded-check-2:before {
  content: "\e0ff"; }

.icon-arrow-thick-right:before {
  content: "\e102"; }

.icon-arrow-thick-left:before {
  content: "\e103"; }

.icon-arrow-thick-up:before {
  content: "\e104"; }

.icon-arrow-thick-down:before {
  content: "\e105"; }

.icon-sort:before {
  content: "\e106"; }

.icon-magnifying-glass:before {
  content: "\e107"; }

.icon-x:before {
  content: "\e108"; }

/*
   ###    ##       ######## ######## ########  ##    ##    ###    ######## #### ##    ##  ######   
  ## ##   ##          ##    ##       ##     ## ###   ##   ## ##      ##     ##  ###   ## ##    ##  
 ##   ##  ##          ##    ##       ##     ## ####  ##  ##   ##     ##     ##  ####  ## ##        
##     ## ##          ##    ######   ########  ## ## ## ##     ##    ##     ##  ## ## ## ##   #### 
######### ##          ##    ##       ##   ##   ##  #### #########    ##     ##  ##  #### ##    ##  
##     ## ##          ##    ##       ##    ##  ##   ### ##     ##    ##     ##  ##   ### ##    ##  
##     ## ########    ##    ######## ##     ## ##    ## ##     ##    ##    #### ##    ##  ######   

# ALTERNATING CONTENT SECTION
Alternating image/movie and content sides. Left/right with 2 columns
*/
.section-alternating {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .section-alternating:after {
    content: "";
    display: table;
    clear: both; }

.section-alternating.media-left {
  display: block; }
  .section-alternating.media-left:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 0.0625em) {
    .section-alternating.media-left .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .section-alternating.media-left .content:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 0.0625em) {
    .section-alternating.media-left .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 8.5298%; }
      .section-alternating.media-left .content:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 0.0625em) {
    .section-alternating.media-left .media {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .section-alternating.media-left .media:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 0.0625em) {
    .section-alternating.media-left .media {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .section-alternating.media-left .media:last-child {
        margin-right: 0; } }

.section-alternating.media-right {
  display: block; }
  .section-alternating.media-right:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 0.0625em) {
    .section-alternating.media-right .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .section-alternating.media-right .content:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 0.0625em) {
    .section-alternating.media-right .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 8.5298%; }
      .section-alternating.media-right .content:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 0.0625em) {
    .section-alternating.media-right .media {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .section-alternating.media-right .media:last-child {
        margin-right: 0; } }

.section-alternating {
  margin-bottom: 9em;
  position: relative; }
  @media screen and (min-width: 0.0625em) {
    .section-alternating {
      margin-top: 9em; } }
  .section-alternating .content {
    padding: 0 1em;
    margin-bottom: 3em; }
    @media screen and (min-width: 0.0625em) {
      .section-alternating .content {
        padding: 0;
        margin-bottom: 0; } }
    .section-alternating .content h3 {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
      font-weight: normal;
      color: #405665; }
      @media screen and (min-width: 0.0625em) {
        .section-alternating .content h3 {
          margin-top: 1em; } }
      @media screen and (min-width: 0.0625em) {
        .section-alternating .content h3 {
          margin-top: 0; } }
    .section-alternating .content > p {
      font-size: 14px;
      line-height: 18px; }
    .section-alternating .content .items {
      margin-top: 35px;
      font-size: 15px; }
      .section-alternating .content .items p {
        margin-bottom: 2em; }
        @media screen and (min-width: 0.0625em) {
          .section-alternating .content .items p {
            float: left;
            display: block;
            margin-right: 4.82916%;
            width: 100%; }
            .section-alternating .content .items p:last-child {
              margin-right: 0; } }
        @media screen and (min-width: 0.0625em) {
          .section-alternating .content .items p {
            float: left;
            display: block;
            margin-right: 4.82916%;
            width: 47.58542%; }
            .section-alternating .content .items p:last-child {
              margin-right: 0; }
            .section-alternating .content .items p:nth-child(2n) {
              margin-right: 0; }
            .section-alternating .content .items p:nth-child(2n+1) {
              clear: left; } }
        .section-alternating .content .items p .button {
          margin: 1em 0; }
    .section-alternating .content .button {
      border: 1px solid #43872a;
      border-radius: 3px;
      box-shadow: inset 0 1px 0 0 #93c381;
      color: #333333;
      display: inline-block;
      font-size: inherit;
      font-weight: bold;
      background-color: #63b246;
      background-image: -webkit-linear-gradient(#63b246, #49922e);
      background-image: linear-gradient(#63b246, #49922e);
      padding: 7px 18px;
      text-decoration: none;
      text-shadow: 0 1px 0 #68c746;
      background-clip: padding-box;
      font-size: 1em; }
      .section-alternating .content .button:hover:not(:disabled) {
        box-shadow: inset 0 1px 0 0 #75b45e;
        cursor: pointer;
        background-color: #5b9b43;
        background-image: -webkit-linear-gradient(#5b9b43, #43862b);
        background-image: linear-gradient(#5b9b43, #43862b); }
      .section-alternating .content .button:active:not(:disabled), .section-alternating .content .button:focus:not(:disabled) {
        border: 1px solid #43872a;
        box-shadow: inset 0 0 8px 4px #3e7928, inset 0 0 8px 4px #3e7928; }
      .section-alternating .content .button:disabled {
        opacity: 0.5;
        cursor: not-allowed; }
  .section-alternating .media {
    margin-bottom: 3em; }
    @media screen and (min-width: 0.0625em) {
      .section-alternating .media {
        margin-bottom: 0; } }
    @media screen and (min-width: 0.0625em) {
      .section-alternating .media .player {
        border-radius: 6px;
        overflow: hidden; } }

/*
 #######                 ######   #######  ##       ##     ## ##     ## ##    ## 
##     ##               ##    ## ##     ## ##       ##     ## ###   ### ###   ## 
       ##               ##       ##     ## ##       ##     ## #### #### ####  ## 
 #######     #######    ##       ##     ## ##       ##     ## ## ### ## ## ## ## 
       ##               ##       ##     ## ##       ##     ## ##     ## ##  #### 
##     ##               ##    ## ##     ## ##       ##     ## ##     ## ##   ### 
 #######                 ######   #######  ########  #######  ##     ## ##    ## 

# 3-COLUMN CONTENT SECTION
Headline + 3 columns and icons
*/
.section-threecolumn {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9em;
  padding-bottom: 9em;
  padding-left: 1em;
  padding-right: 1em;
  position: relative; }
  .section-threecolumn:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 0.0625em) {
    .section-threecolumn {
      padding-left: 0;
      padding-right: 0; } }
  .section-threecolumn h3 {
    font-weight: normal;
    color: #405665;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 0.0625em) {
      .section-threecolumn h3 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%; }
        .section-threecolumn h3:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 0.0625em) {
      .section-threecolumn h3 {
        margin-left: 0%; } }
  .section-threecolumn p {
    font-size: 16px;
    line-height: 26px; }
  .section-threecolumn .features {
    display: block; }
    .section-threecolumn .features:after {
      content: "";
      display: table;
      clear: both; }
    .section-threecolumn .features .column {
      padding-bottom: 50px; }
      @media screen and (min-width: 0.0625em) {
        .section-threecolumn .features .column {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 82.94039%;
          margin-left: 8.5298%; }
          .section-threecolumn .features .column:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 0.0625em) {
        .section-threecolumn .features .column {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%;
          margin-left: 0%; }
          .section-threecolumn .features .column:last-child {
            margin-right: 0; }
          .section-threecolumn .features .column:nth-child(3n) {
            margin-right: 0; }
          .section-threecolumn .features .column:nth-child(3n+1) {
            clear: left; } }
      .section-threecolumn .features .column img {
        margin-bottom: 30px; }
      .section-threecolumn .features .column h6 {
        margin: 0 0 13px;
        font-size: 24px;
        font-weight: 500;
        text-transform: none; }
      .section-threecolumn .features .column p {
        font-size: 16px; }

/*
########     ###     ######   ########    ##     ## ########    ###    ########  ######## ########  
##     ##   ## ##   ##    ##  ##          ##     ## ##         ## ##   ##     ## ##       ##     ## 
##     ##  ##   ##  ##        ##          ##     ## ##        ##   ##  ##     ## ##       ##     ## 
########  ##     ## ##   #### ######      ######### ######   ##     ## ##     ## ######   ########  
##        ######### ##    ##  ##          ##     ## ##       ######### ##     ## ##       ##   ##   
##        ##     ## ##    ##  ##          ##     ## ##       ##     ## ##     ## ##       ##    ##  
##        ##     ##  ######   ########    ##     ## ######## ##     ## ########  ######## ##     ## 

######## ##    ## ########  ####  ######     ###    ##                                              
   ##     ##  ##  ##     ##  ##  ##    ##   ## ##   ##                                              
   ##      ####   ##     ##  ##  ##        ##   ##  ##                                              
   ##       ##    ########   ##  ##       ##     ## ##                                              
   ##       ##    ##         ##  ##       ######### ##                                              
   ##       ##    ##         ##  ##    ## ##     ## ##                                              
   ##       ##    ##        ####  ######  ##     ## ########                                        

# Typical Page Header
*/
.pageheader {
  position: relative;
  width: 100%;
  min-height: 170px;
  margin-bottom: 2em;
  color: #fff;
  background-color: #405665;
  background-size: cover;
  background-position: center center; }
  .pageheader .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    padding: 60px 1em 60px 1em; }
    .pageheader .inner:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 0.0625em) {
      .pageheader .inner {
        padding: 60px 0; } }
    .pageheader .inner h1 {
      margin-top: 0;
      color: #fff; }
    .pageheader .inner h2, .pageheader .inner h2 a, .pageheader .inner h3, .pageheader .inner h3 a, .pageheader .inner h4, .pageheader .inner h4 a {
      color: rgba(255, 255, 255, 0.7);
      font-weight: normal;
      text-decoration: none !important; }
    .pageheader .inner a {
      color: rgba(255, 255, 255, 0.7); }
    .pageheader .inner a:hover {
      color: #fff; }
    @media screen and (min-width: 0.0625em) {
      .pageheader .inner p {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-right: 0; }
        .pageheader .inner p:last-child {
          margin-right: 0; } }
    .pageheader .inner p:last-child {
      margin-bottom: 0; }
    .pageheader .inner p a {
      text-decoration: underline; }
  .pageheader .overlay {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(64, 86, 101, 0) 0%, rgba(64, 86, 101, 0.95) 25%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(64, 86, 101, 0)), color-stop(25%, rgba(64, 86, 101, 0.95)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(64, 86, 101, 0) 0%, rgba(64, 86, 101, 0.95) 25%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(64, 86, 101, 0) 0%, rgba(64, 86, 101, 0.95) 25%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(64, 86, 101, 0) 0%, rgba(64, 86, 101, 0.95) 25%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(64, 86, 101, 0) 0%, rgba(64, 86, 101, 0.95) 25%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$duo-blue', endColorstr='$duo-blue',GradientType=1 );
    /* IE6-9 */ }
    @media screen and (min-width: 0.0625em) {
      .pageheader .overlay {
        background: -moz-linear-gradient(left, rgba(64, 86, 101, 0.95) 60%, rgba(64, 86, 101, 0) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(60%, rgba(64, 86, 101, 0.95)), color-stop(100%, rgba(64, 86, 101, 0)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(64, 86, 101, 0.95) 60%, rgba(64, 86, 101, 0) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(64, 86, 101, 0.95) 60%, rgba(64, 86, 101, 0) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(64, 86, 101, 0.95) 60%, rgba(64, 86, 101, 0) 100%);
        /* IE10+ */
        background: linear-gradient(to right, rgba(64, 86, 101, 0.95) 60%, rgba(64, 86, 101, 0) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$duo-blue', endColorstr='$duo-blue',GradientType=1 );
        /* IE6-9 */ } }

.section-intro {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9em;
  margin-bottom: 4.5em;
  text-align: center;
  padding: 0 1em; }
  .section-intro:after {
    content: "";
    display: table;
    clear: both; }
  .section-intro.first {
    margin-top: 4.5em; }
  .section-intro:first-child {
    margin-top: 3em !important; }
  @media screen and (min-width: 0.0625em) {
    .section-intro {
      padding: 0; }
      .section-intro .inner {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%; }
        .section-intro .inner:last-child {
          margin-right: 0; } }
  .section-intro h1, .section-intro h2, .section-intro h3, .section-intro h4 {
    font-family: Antenna, Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #405665; }
    .section-intro h1 i[class^="icon"], .section-intro h2 i[class^="icon"], .section-intro h3 i[class^="icon"], .section-intro h4 i[class^="icon"] {
      position: relative;
      top: 2px;
      color: #63B246; }
  .section-intro h1 {
    font-size: 3em;
    font-weight: normal;
    color: #63B246; }
  .section-intro h2 {
    margin-bottom: 0.5em; }
  .section-intro h3 {
    margin-bottom: 1.5em;
    color: rgba(64, 86, 101, 0.8); }
  .section-intro h4 {
    color: rgba(64, 86, 101, 0.6); }
  .section-intro p {
    margin-top: 1.5em; }
  .section-intro + section {
    margin-top: 0 !important; }

.section-twocolumn {
  margin-bottom: 9em; }
  .section-twocolumn .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em; }
    .section-twocolumn .inner:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 0.0625em) {
      .section-twocolumn .inner {
        padding: 0; } }
    .section-twocolumn .inner div {
      margin-bottom: 4.5em; }
      @media screen and (min-width: 0.0625em) {
        .section-twocolumn .inner div {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          margin-bottom: 0; }
          .section-twocolumn .inner div:last-child {
            margin-right: 0; }
          .section-twocolumn .inner div:nth-child(2n) {
            margin-right: 0; }
          .section-twocolumn .inner div:nth-child(2n+1) {
            clear: left; } }
      .section-twocolumn .inner div.media {
        text-align: center; }
      .section-twocolumn .inner div h3 {
        font-weight: normal;
        color: #63B246;
        margin-bottom: 0.75em; }

.section-three-content-columns {
  margin-bottom: 9em;
  padding: 0 1em; }
  @media screen and (min-width: 0.0625em) {
    .section-three-content-columns {
      padding: 0; } }
  .section-three-content-columns .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .section-three-content-columns .inner:after {
      content: "";
      display: table;
      clear: both; }
    .section-three-content-columns .inner div {
      margin-bottom: 3em; }
      @media screen and (min-width: 0.0625em) {
        .section-three-content-columns .inner div {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%;
          margin-bottom: 0; }
          .section-three-content-columns .inner div:last-child {
            margin-right: 0; }
          .section-three-content-columns .inner div:nth-child(3n) {
            margin-right: 0; }
          .section-three-content-columns .inner div:nth-child(3n+1) {
            clear: left; } }

/*

Quadrants

*/
.section-quadrants {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  margin-top: 9em;
  margin-bottom: 9em; }
  .section-quadrants:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 0.0625em) {
    .section-quadrants {
      padding: 0; } }
  .section-quadrants .intro {
    margin-bottom: 4.5em; }
    .section-quadrants .intro h1, .section-quadrants .intro h2, .section-quadrants .intro h3 {
      text-align: center;
      font-weight: normal; }
    .section-quadrants .intro h2 {
      color: #405665;
      font-size: 250%; }
    .section-quadrants .intro h3 {
      color: #63B246; }
  .section-quadrants p {
    margin-bottom: 3em; }
    @media screen and (min-width: 0.0625em) {
      .section-quadrants p {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .section-quadrants p:last-child {
          margin-right: 0; }
        .section-quadrants p:nth-child(2n) {
          margin-right: 0; }
        .section-quadrants p:nth-child(2n+1) {
          clear: left; } }
    .section-quadrants p i {
      position: relative;
      top: 2px; }

.section-bigimage {
  background-color: #405665;
  background-image: -webkit-linear-gradient(-220deg, #405665 0%, #3c515f 50%, #405665 50%, #3c515f 100%);
  background-image: linear-gradient(-50deg,#405665 0%, #3c515f 50%, #405665 50%, #3c515f 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0.0625em) {
    .section-bigimage {
      min-height: 640px; } }
  .section-bigimage .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .section-bigimage .inner:after {
      content: "";
      display: table;
      clear: both; }
    .section-bigimage .inner .copy {
      margin-top: 320px;
      padding: 1.5em 1em;
      background-color: #fff; }
      @media screen and (min-width: 0.0625em) {
        .section-bigimage .inner .copy {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          margin-top: 160px; }
          .section-bigimage .inner .copy:last-child {
            margin-right: 0; } }
      .section-bigimage .inner .copy h2, .section-bigimage .inner .copy h3 {
        font-weight: normal;
        margin-bottom: 0.75em; }
      .section-bigimage .inner .copy h2 {
        color: #405665; }
      .section-bigimage .inner .copy h3 {
        color: #63B246; }

.section-signup-cta {
  text-align: center;
  background: #63B246;
  padding: 1.5em 1em;
  color: #fff; }
  .section-signup-cta .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .section-signup-cta .inner:after {
      content: "";
      display: table;
      clear: both; }
    .section-signup-cta .inner p {
      margin: 0; }
    .section-signup-cta .inner a {
      color: #fff;
      text-decoration: underline; }
      .section-signup-cta .inner a:hover {
        text-decoration: none;
        color: #405665; }
    .section-signup-cta .inner .button {
      border: 1px solid #20323e;
      border-radius: 3px;
      box-shadow: inset 0 1px 0 0 #677c8a;
      color: white;
      display: inline-block;
      font-size: inherit;
      font-weight: bold;
      background-color: #405665;
      background-image: -webkit-linear-gradient(#405665, #253a48);
      background-image: linear-gradient(#405665, #253a48);
      padding: 7px 18px;
      text-decoration: none;
      text-shadow: 0 1px 0 #172732;
      background-clip: padding-box;
      font-family: Antenna, Helvetica, Arial, sans-serif;
      font-size: 90%;
      text-decoration: none;
      margin-top: 1em; }
      .section-signup-cta .inner .button:hover:not(:disabled) {
        box-shadow: inset 0 1px 0 0 #51626e;
        cursor: pointer;
        background-color: #394853;
        background-image: -webkit-linear-gradient(#394853, #21313d);
        background-image: linear-gradient(#394853, #21313d); }
      .section-signup-cta .inner .button:active:not(:disabled), .section-signup-cta .inner .button:focus:not(:disabled) {
        border: 1px solid #20323e;
        box-shadow: inset 0 0 8px 4px #1c2933, inset 0 0 8px 4px #1c2933; }
      .section-signup-cta .inner .button:disabled {
        opacity: 0.5;
        cursor: not-allowed; }
      @media screen and (min-width: 0.0625em) {
        .section-signup-cta .inner .button {
          margin-top: 0;
          margin-left: 1em; } }
      .section-signup-cta .inner .button:hover {
        border: 1px solid #dbdbdb;
        border-radius: 3px;
        box-shadow: inset 0 1px 0 0 white;
        color: #333333;
        display: inline-block;
        font-size: inherit;
        font-weight: bold;
        background-color: #fff;
        background-image: -webkit-linear-gradient(#fff, #e3e3e3);
        background-image: linear-gradient(#fff, #e3e3e3);
        padding: 7px 18px;
        text-decoration: none;
        text-shadow: 0 1px 0 white;
        background-clip: padding-box;
        border: 1px solid #dfd8d8;
        border-radius: 3px;
        box-shadow: inset 0 1px 0 0 white;
        color: #333333;
        display: inline-block;
        font-size: inherit;
        font-weight: bold;
        background-color: #fff;
        background-image: -webkit-linear-gradient(#fff, #e5e0e0);
        background-image: linear-gradient(#fff, #e5e0e0);
        padding: 7px 18px;
        text-decoration: none;
        text-shadow: 0 1px 0 white;
        background-clip: padding-box;
        font-size: 90%;
        color: #405665; }
        .section-signup-cta .inner .button:hover:hover:not(:disabled) {
          box-shadow: inset 0 1px 0 0 white;
          cursor: pointer;
          background-color: #f2f2f2;
          background-image: -webkit-linear-gradient(#f2f2f2, #dbdbdb);
          background-image: linear-gradient(#f2f2f2, #dbdbdb); }
        .section-signup-cta .inner .button:hover:active:not(:disabled), .section-signup-cta .inner .button:hover:focus:not(:disabled) {
          border: 1px solid #dbdbdb;
          box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4; }
        .section-signup-cta .inner .button:hover:hover:not(:disabled) {
          box-shadow: inset 0 1px 0 0 white;
          cursor: pointer;
          background-color: #f2f2f2;
          background-image: -webkit-linear-gradient(#f2f2f2, #ded8d8);
          background-image: linear-gradient(#f2f2f2, #ded8d8); }
        .section-signup-cta .inner .button:hover:active:not(:disabled), .section-signup-cta .inner .button:hover:focus:not(:disabled) {
          border: 1px solid #dfd8d8;
          box-shadow: inset 0 0 8px 4px #d7d1d1, inset 0 0 8px 4px #d7d1d1; }
        .section-signup-cta .inner .button:hover:disabled {
          opacity: 0.5;
          cursor: not-allowed; }

.section-subnavigation {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em;
  border-bottom: 1px #ddd solid; }
  .section-subnavigation:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 0.0625em) {
    .section-subnavigation {
      padding: 3em 0; } }
  .section-subnavigation h4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    font-size: 100%; }
    .section-subnavigation h4:last-child {
      margin-right: 0; }
  .section-subnavigation ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    text-align: right; }
    .section-subnavigation ul:last-child {
      margin-right: 0; }
    .section-subnavigation ul li {
      display: block;
      font-size: 80%;
      margin: 0; }
      @media screen and (min-width: 0.0625em) {
        .section-subnavigation ul li {
          display: inline-block;
          margin: 0 0 0 1em; } }
      .section-subnavigation ul li a:hover, .section-subnavigation ul li a.is-current {
        color: #405665;
        border-bottom: 1px #405665 solid; }

.section-simple-content {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.5em;
  margin-bottom: 4.5em; }
  .section-simple-content:after {
    content: "";
    display: table;
    clear: both; }
  .section-simple-content .inner {
    padding: 0 1em; }
    @media screen and (min-width: 0.0625em) {
      .section-simple-content .inner {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%;
        padding: 0; }
        .section-simple-content .inner:last-child {
          margin-right: 0; } }
    .section-simple-content .inner h1, .section-simple-content .inner h2, .section-simple-content .inner h3, .section-simple-content .inner h4 {
      font-weight: normal;
      color: #405665;
      margin-top: 1em; }
      .section-simple-content .inner h1:first-child, .section-simple-content .inner h2:first-child, .section-simple-content .inner h3:first-child, .section-simple-content .inner h4:first-child {
        margin-top: 0; }
  @media screen and (min-width: 0.0625em) {
    .section-simple-content.with-sidebar .inner {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 8.5298%;
      padding: 0; }
      .section-simple-content.with-sidebar .inner:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 0.0625em) {
    .section-simple-content.with-sidebar .side {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-right: 0;
      padding: 0; }
      .section-simple-content.with-sidebar .side:last-child {
        margin-right: 0; } }

.section-horizontal-rule {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.5em;
  margin-bottom: 4.5em; }
  .section-horizontal-rule:after {
    content: "";
    display: table;
    clear: both; }
  .section-horizontal-rule hr {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    border: 0;
    border-bottom: 1px #ddd solid; }
    .section-horizontal-rule hr:last-child {
      margin-right: 0; }

.section-video {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .section-video:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 0.0625em) {
    .section-video .inner {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .section-video .inner:last-child {
        margin-right: 0; } }

.section-cta-protect {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  background: #eee url(/assets/img/misc/business-background.png) no-repeat center right;
  padding: 1.5em;
  margin-bottom: 4.5em; }
  .section-cta-protect:after {
    content: "";
    display: table;
    clear: both; }
  .section-cta-protect h2 {
    font-weight: normal;
    color: #405665;
    margin-bottom: 0.75em; }
  .section-cta-protect ul {
    padding-left: 0;
    margin-left: 0 !important;
    margin-bottom: 1.5em; }
    .section-cta-protect ul li {
      list-style: none !important;
      padding-left: 33px;
      background: transparent url(/assets/img/misc/checkmark-bullet.png) no-repeat 5px 3px;
      margin-bottom: 9px !important;
      color: #405665; }
  .section-cta-protect p {
    margin-bottom: 0;
    padding-left: 33px; }

/* Roman: http://www.network-science.de/ascii/

 .oooooo..o  o8o      .                               o8o        .o8            
d8P'    `Y8  `"'    .o8                               `"'       "888            
Y88bo.      oooo  .o888oo  .ooooo.  oooo oooo    ooo oooo   .oooo888   .ooooo.  
 `"Y8888o.  `888    888   d88' `88b  `88. `88.  .8'  `888  d88' `888  d88' `88b 
     `"Y88b  888    888   888ooo888   `88..]88..8'    888  888   888  888ooo888 
oo     .d8P  888    888 . 888    .o    `888'`888'     888  888   888  888    .o 
8""88888P'  o888o   "888" `Y8bod8P'     `8'  `8'     o888o `Y8bod88P" `Y8bod8P' 

*/
/* BODY/HTML */
body,
html {
  background-color: #fff; }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9375em;
  line-height: 1.375em;
  color: #444; }

#statamic_debug {
  display: none; }

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
  color: #405665; }

h1 {
  font-weight: 300;
  font-size: 2em;
  line-height: 1.15em;
  margin-bottom: .75em; }

h2 {
  font-weight: 300;
  font-size: 1.75em;
  line-height: 1.2em;
  margin-bottom: .75em; }

h3 {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: .75em; }

h4 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: .75em; }

h5 {
  font-size: 1em;
  color: #547184; }

/* p, a, strong, em */
p {
  margin-bottom: 1.5em; }

ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em; }

ol li {
  list-style-type: decimal;
  margin-bottom: 1em; }

.floatright {
  float: right;
  margin: 0 0 .5em .5em; }

.paddedborder {
  border: 1px #efefef solid;
  padding: .3em;
  background: #fff; }

.halfwidth {
  max-width: 50%; }

.thirdwidth {
  max-width: 32.5%; }

/* GRID */
.gridcontainer {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .gridcontainer:after {
    content: "";
    display: table;
    clear: both; }
  .gridcontainer #main-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .gridcontainer #main-content:last-child {
      margin-right: 0; }
  .gridcontainer #sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .gridcontainer #sidebar:last-child {
      margin-right: 0; }

.outer-container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .outer-container:after {
    content: "";
    display: table;
    clear: both; }

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

.col1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%; }
  .col1:last-child {
    margin-right: 0; }

.col2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .col2:last-child {
    margin-right: 0; }

.col3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .col3:last-child {
    margin-right: 0; }

.col4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .col4:last-child {
    margin-right: 0; }

.col5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .col5:last-child {
    margin-right: 0; }

.col6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .col6:last-child {
    margin-right: 0; }

.col7 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  .col7:last-child {
    margin-right: 0; }

.col8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .col8:last-child {
    margin-right: 0; }

.col9 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .col9:last-child {
    margin-right: 0; }

.col10 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%; }
  .col10:last-child {
    margin-right: 0; }

.col11 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%; }
  .col11:last-child {
    margin-right: 0; }

.col12 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .col12:last-child {
    margin-right: 0; }

.omega {
  margin-right: 0; }

.shift1 {
  margin-left: 8.5298%; }

.shift2 {
  margin-left: 17.05961%; }

.shift3 {
  margin-left: 25.58941%; }

.shift4 {
  margin-left: 34.11922%; }

.shift5 {
  margin-left: 42.64902%; }

.shift6 {
  margin-left: 51.17883%; }

.shift7 {
  margin-left: 59.70863%; }

.shift8 {
  margin-left: 68.23843%; }

.shift9 {
  margin-left: 76.76824%; }

.shift10 {
  margin-left: 85.29804%; }

.shift11 {
  margin-left: 93.82785%; }

.shift12 {
  margin-left: 102.35765%; }

/* PAGE TYPE: MESSAGE (404, Thanks) */
.message .inner {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 25.58941%;
  padding: 3em 0;
  text-align: center; }
  .message .inner:last-child {
    margin-right: 0; }
.message h2 {
  margin-bottom: 0; }
.message.errorpage h2 {
  font-size: 100px;
  line-height: 100px; }
.message h3 {
  margin-bottom: 1em; }
.message ul {
  list-style: none;
  line-height: 180%; }

/* ICON FIXES */
.icon-arrow-double-right {
  position: relative;
  top: 2px; }

/* LINKS */
a {
  color: #63B246;
  text-decoration: none; }
  a:hover {
    color: #3a6929; }

/* STANDARD TAGS */
em, i {
  font-style: italic; }

strong, b {
  font-weight: bold; }

p.new-to-2fa {
  margin-top: 8px;
  font-weight: bold; }

p.tight {
  line-height: 16px; }

pre {
  margin-bottom: 1.2em; }

blockquote {
  padding: 0 1em;
  margin: 0 1em 1em 1em;
  border-left: 1px dotted #ccc;
  color: #777; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.green {
  color: #63B246; }

hr.dots {
  border: none;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: url("/static/images/dots.png") no-repeat center bottom; }

.keyword, .important {
  font-weight: bold; }

.nobr {
  /* http://davidwalsh.name/nobr-css */
  white-space: nowrap; }

.center {
  text-align: center; }

.note {
  color: #777; }

.minor {
  color: #ccc; }

.clear {
  clear: both; }

.hidden {
  display: none; }

.integration-name {
  font-weight: bold; }

.unix-program {
  font-family: Courier, monospace; }

.learnmore {
  font-weight: bold; }

span.new-to-2fa {
  background-color: #f7f9fa;
  color: #333950;
  padding: 6px 8px; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.calloutbar {
  position: relative;
  z-index: 999; }
  .calloutbar p {
    margin: 0;
    text-align: center; }
  .calloutbar a {
    color: #fff;
    display: block;
    padding: 4px 0 5px;
    background: #63B246;
    font-size: 14px;
    -webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out; }
    .calloutbar a:hover {
      background-color: #405665; }

.navfooter {
  display: none;
  clear: both;
  background: #2c3c46; }

.navfooter .inner,
.more .inner {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 0; }
  .navfooter .inner:after,
  .more .inner:after {
    content: "";
    display: table;
    clear: both; }
  .navfooter .inner .section,
  .more .inner .section {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .navfooter .inner .section:last-child,
    .more .inner .section:last-child {
      margin-right: 0; }
    .navfooter .inner .section h3,
    .more .inner .section h3 {
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      margin-bottom: .5em; }
      .navfooter .inner .section h3.contact,
      .more .inner .section h3.contact {
        margin-top: .7em; }
    .navfooter .inner .section a,
    .more .inner .section a {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.7); }
      .navfooter .inner .section a:hover,
      .more .inner .section a:hover {
        color: #fff; }

.more .inner h3 {
  color: #405665 !important; }

.more .inner a {
  color: #63B246 !important; }

/*
ooooo   ooooo                           .o8                        ooooo      ooo                       
`888'   `888'                          "888                        `888b.     `8'                       
 888     888   .ooooo.   .oooo.    .oooo888   .ooooo.  oooo d8b     8 `88b.    8   .oooo.   oooo    ooo 
 888ooooo888  d88' `88b `P  )88b  d88' `888  d88' `88b `888""8P     8   `88b.  8  `P  )88b   `88.  .8'  
 888     888  888ooo888  .oP"888  888   888  888ooo888  888         8     `88b.8   .oP"888    `88..8'   
 888     888  888    .o d8(  888  888   888  888    .o  888         8       `888  d8(  888     `888'    
o888o   o888o `Y8bod8P' `Y888""8o `Y8bod88P" `Y8bod8P' d888b       o8o        `8  `Y888""8o     `8'
*/
#site-header {
  width: 100%;
  background: #fff;
  max-height: 62px;
  position: relative;
  z-index: 1000; }
  #site-header .navigation-wrapper {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    #site-header .navigation-wrapper:after {
      content: "";
      display: table;
      clear: both; }
    #site-header .navigation-wrapper #logo {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 10.43705%; }
      #site-header .navigation-wrapper #logo:last-child {
        margin-right: 0; }
      #site-header .navigation-wrapper #logo h1 {
        margin-bottom: 0; }
        #site-header .navigation-wrapper #logo h1 a {
          display: block;
          height: 62px;
          background-image: url("/static/images/duo-logo.svg");
          background-repeat: no-repeat;
          background-position: center left;
          background-size: 100%; }
          #site-header .navigation-wrapper #logo h1 a:hover {
            background-image: url("/static/images/duo-logo-solid.svg"); }
        #site-header .navigation-wrapper #logo h1 .hide {
          display: none; }
    #site-header .navigation-wrapper a.nav-link {
      display: inline-block;
      padding: 0 12px;
      color: #405665;
      font-size: 13px;
      height: 62px;
      line-height: 62px;
      text-align: center;
      vertical-align: middle; }
      #site-header .navigation-wrapper a.nav-link:hover, #site-header .navigation-wrapper a.nav-link.current {
        background-color: #f6f6f6; }
    #site-header .navigation-wrapper .nav-search i {
      margin-right: 2px;
      position: relative;
      top: 2px;
      font-size: 13px; }
    #site-header .navigation-wrapper a#trigger-search.hide,
    #site-header .navigation-wrapper a#trigger-search.hide:hover,
    #site-header .navigation-wrapper a#trigger-search.hide:active {
      background-color: #fff;
      color: #fff; }
    #site-header .navigation-wrapper .site-nav {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 55.64502%; }
      #site-header .navigation-wrapper .site-nav:last-child {
        margin-right: 0; }
    #site-header .navigation-wrapper .button-nav {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 29.20262%;
      margin-right: 0;
      position: relative;
      text-align: right; }
      #site-header .navigation-wrapper .button-nav:last-child {
        margin-right: 0; }
      #site-header .navigation-wrapper .button-nav .button {
        font-size: 13px;
        font-weight: bold;
        padding: 7px 10px 8px;
        position: relative;
        top: 5px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      #site-header .navigation-wrapper .button-nav .phone-number {
        color: #666;
        font-weight: normal;
        border: none;
        position: relative;
        top: 5px;
        margin-left: 6px; }
      #site-header .navigation-wrapper .button-nav .icon-magnifier .hide {
        display: none; }
      #site-header .navigation-wrapper .button-nav .nav-login {
        background: #fff;
        border: 1px #efefef solid;
        color: #666;
        font-weight: normal;
        margin-left: .5em; }
        #site-header .navigation-wrapper .button-nav .nav-login:hover {
          background: #efefef; }
      #site-header .navigation-wrapper .button-nav .nav-search {
        background: #fff;
        border: none;
        color: #888;
        font-weight: bold;
        margin-left: .5em;
        padding: 3px 8px 8px; }
        #site-header .navigation-wrapper .button-nav .nav-search:hover {
          background: #efefef; }
        #site-header .navigation-wrapper .button-nav .nav-search i {
          font-size: 18px;
          position: relative;
          top: 3px; }
    #site-header .navigation-wrapper #search-overlay {
      display: none;
      position: absolute;
      z-index: 899;
      left: 0;
      top: 0;
      background: #fff;
      width: 100%;
      height: 63px;
      padding: 0 10px;
      text-align: left;
      height: 62px;
      line-height: 62px;
      border-left: 1px #efefef solid;
      border-right: 1px #efefef solid; }
      #site-header .navigation-wrapper #search-overlay input {
        width: 77%;
        border: 1px #ccc solid;
        background: #fff;
        font-size: 14px;
        padding: 2px; }
      #site-header .navigation-wrapper #search-overlay .search-close:hover {
        color: #aaa; }

/*

oooooooooo.                  .       .                                  
`888'   `Y8b               .o8     .o8                                  
 888     888 oooo  oooo  .o888oo .o888oo  .ooooo.  ooo. .oo.    .oooo.o 
 888oooo888' `888  `888    888     888   d88' `88b `888P"Y88b  d88(  "8 
 888    `88b  888   888    888     888   888   888  888   888  `"Y88b.  
 888    .88P  888   888    888 .   888 . 888   888  888   888  o.  )88b 
o888bood8P'   `V88V"V8P'   "888"   "888" `Y8bod8P' o888o o888o 8""888P'


A basic button.

:hover          - Subtle hover state.
.small          - A smaller version.

Styleguide 1.0.
*/
.green-button {
  background-color: #63B246;
  color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  border-radius: 5px;
  padding: 9px 5px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  border: none;
  width: 100%; }
  .green-button:hover {
    background-color: #4f8d38; }

.button {
  display: inline-block;
  margin: 10px auto 0;
  background-color: #63B246;
  color: white;
  text-align: center;
  font-weight: 300;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 18px 10px;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }
  .button:hover, .button:focus {
    color: #fff;
    background-color: #4f8d38;
    /*@extend .animated, .pulse;*/ }
  .button.small {
    font-size: 15px;
    line-height: 15px;
    padding: 7px 15px 7px;
    margin-right: 5px; }

/*
ooooo             oooo   o8o                             oooooooooo.                  .       .                         
`888'             `888   `"'                             `888'   `Y8b               .o8     .o8                         
 888  ooo. .oo.    888  oooo  ooo. .oo.    .ooooo.        888     888 oooo  oooo  .o888oo .o888oo  .ooooo.  ooo. .oo.   
 888  `888P"Y88b   888  `888  `888P"Y88b  d88' `88b       888oooo888' `888  `888    888     888   d88' `88b `888P"Y88b  
 888   888   888   888   888   888   888  888ooo888       888    `88b  888   888    888     888   888   888  888   888  
 888   888   888   888   888   888   888  888    .o       888    .88P  888   888    888 .   888 . 888   888  888   888  
o888o o888o o888o o888o o888o o888o o888o `Y8bod8P'      o888bood8P'   `V88V"V8P'   "888"   "888" `Y8bod8P' o888o o888o

*/
.inline-button {
  font-family: Antenna, Helvetica, Arial, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background-color: #63B246;
  color: white;
  padding: 6px 12px 5px;
  display: inline-block;
  margin-bottom: 15px;
  color: #EEEAE2; }
  .inline-button:hover, .inline-button:focus {
    color: white;
    background-color: #7c7c7c;
    cursor: pointer; }

.inline-button.big {
  font-size: 15px;
  padding: 10px 14px 7px; }

.inline-button.grey {
  background-color: #ddd;
  color: #333;
  text-shadow: none;
  padding: 4px 11px 3px;
  margin-bottom: 5px; }

.inline-button.grey:hover, .inline-button.grey:focus {
  background-color: #ccc;
  color: black; }

/* HEADLINE */
.hassubtitle {
  margin-bottom: 0; }

div.pre-h1 {
  /* Small text before an h1 */
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
  font-weight: bold; }

div.pre-h2 {
  /* Small text before an h2 */
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  margin-bottom: -4px; }

.subtitle {
  color: #888;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 14px; }

.signup-cta {
  text-align: center;
  background: #63B246;
  padding: 10px 0 18px;
  color: #fff; }
  .signup-cta .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .signup-cta .inner:after {
      content: "";
      display: table;
      clear: both; }
  .signup-cta p {
    margin: 0; }
  .signup-cta a {
    color: #fff;
    text-decoration: underline; }
    .signup-cta a:hover {
      text-decoration: none;
      color: #405665; }
  .signup-cta .button {
    font-family: Antenna, Helvetica, Arial, sans-serif;
    text-decoration: none;
    background: #405665;
    margin-left: 1em; }
    .signup-cta .button:hover {
      background: #fff;
      color: #405665; }

/* Tip Callout for Ebook */
.tip-callout {
  border: 1px solid #ebebeb;
  width: 100%;
  padding: 25px; }
  .tip-callout i {
    float: left;
    font-size: 38px;
    color: #0fb70f;
    padding-right: 20px;
    padding-bottom: 30px; }
  .tip-callout div.tip-container {
    display: block;
    padding-left: 58px; }
  .tip-callout h4 {
    color: #444444;
    font-family: Antenna, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px; }
  .tip-callout p {
    color: #888888;
    margin: 0;
    padding: 0; }
  .tip-callout a {
    cursor: pointer; }

/* Solutions Sidebar */
.solutions-sidebar {
  border: 2px #efefef solid;
  padding: 2em;
  margin: 0 0 2em 0;
  width: 100%;
  float: left; }
  .solutions-sidebar img {
    float: left;
    margin-right: 2em; }
  .solutions-sidebar .solutions-sidebar-fleft {
    float: left;
    width: 81%; }
  .solutions-sidebar p {
    font-size: 12px;
    margin-top: .5em;
    line-height: 1.4em;
    margin-bottom: 0; }

/* /\/\/\/\ Site-wide Unslider Base Styles /\/\/\/\ */
.slider {
  position: relative;
  overflow: auto; }
  .slider ul li {
    float: left; }

/* /\/\/\/\ Small Webinar CTA Partial /\/\/\/\ */
.small-webinar-cta {
  text-align: center;
  background: #405665;
  padding: 10px 0 0;
  color: #fff; }
  .small-webinar-cta .button {
    background: #ffffff;
    margin-left: 10px;
    color: #405665;
    font-size: 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

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

#search-container {
  background: #63B246;
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 998;
  margin-top: -300px;
  transition: all 0.4s; }
  #search-container.show {
    margin-top: 0; }
  #search-container form {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    height: 200px; }
    #search-container form:after {
      content: "";
      display: table;
      clear: both; }
  #search-container input[type="text"] {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    border: none;
    border-bottom: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    font-size: 40px;
    margin-top: 60px;
    outline: none; }
    #search-container input[type="text"]:last-child {
      margin-right: 0; }
    #search-container input[type="text"]::-webkit-input-placeholder {
      color: rgba(250, 250, 250, 0.6); }
    #search-container input[type="text"]:-moz-placeholder {
      color: rgba(250, 250, 250, 0.6); }
    #search-container input[type="text"]::-moz-placeholder {
      color: rgba(250, 250, 250, 0.6); }
    #search-container input[type="text"]:-ms-input-placeholder {
      color: rgba(250, 250, 250, 0.6); }
  #search-container button {
    background: transparent;
    border: none;
    margin-top: 59px;
    margin-left: -75px; }
    #search-container button i {
      color: white;
      font-size: 40px; }
  #search-container p {
    font-size: 12px;
    color: rgba(250, 250, 250, 0.5);
    clear: left;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    margin-top: 10px; }
    #search-container p:last-child {
      margin-right: 0; }

/*
ooooo   ooooo                                                                                 
`888'   `888'                                                                                 
 888     888   .ooooo.  ooo. .oo.  .oo.    .ooooo.  oo.ooooo.   .oooo.    .oooooooo  .ooooo.  
 888ooooo888  d88' `88b `888P"Y88bP"Y88b  d88' `88b  888' `88b `P  )88b  888' `88b  d88' `88b 
 888     888  888   888  888   888   888  888ooo888  888   888  .oP"888  888   888  888ooo888 
 888     888  888   888  888   888   888  888    .o  888   888 d8(  888  `88bod8P'  888    .o 
o888o   o888o `Y8bod8P' o888o o888o o888o `Y8bod8P'  888bod8P' `Y888""8o `8oooooo.  `Y8bod8P' 
                                                     888                 d"     YD            
                                                    o888o                "Y88888P'            

/* HOMEPAGE */
a.button {
  font-family: Antenna, Helvetica, Arial, sans-serif; }

#homesplash {
  background-image: url("/static/images/home-splash-2fa_2x.png");
  background-color: #364955;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: scroll, fixed;
  background-size: 1000px 500px, 100% 100%;
  height: 600px;
  text-align: center; }
  #homesplash .container {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    #homesplash .container:after {
      content: "";
      display: table;
      clear: both; }
  #homesplash h1 {
    font-size: 40px;
    line-height: 50px;
    padding-top: 1em;
    margin-bottom: .5em;
    text-shadow: none;
    font-weight: normal;
    color: #fff; }
  #homesplash h2 {
    max-width: 80%;
    margin: 0 auto .5em;
    font-size: 30px;
    line-height: 110%;
    color: #63B246; }
    #homesplash h2 a {
      color: #fff; }
      #homesplash h2 a .icon-arrow-double-right {
        top: 5px; }
      #homesplash h2 a:hover {
        color: #63B246; }
  #homesplash p {
    font-size: 18px;
    text-shadow: none;
    color: #fff; }
    #homesplash p a.button {
      color: #fff;
      font-family: Antenna, Helvetica, Arial, sans-serif; }
      #homesplash p a.button:hover, #homesplash p a.button:focus {
        background-color: #fff !important;
        color: #63B246 !important; }
    #homesplash p .supported-platforms {
      position: relative;
      top: 4px;
      left: 8px; }

/* Optimizely Test CSS - 2014-07-23 */
#homesplash2 {
  display: none;
  background: #608096;
  background: -moz-radial-gradient(center, ellipse cover, #608096 0%, #405665 59%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #608096), color-stop(59%, #405665));
  background: -webkit-radial-gradient(center, ellipse cover, #608096 0%, #405665 59%);
  background: -o-radial-gradient(center, ellipse cover, #608096 0%, #405665 59%);
  background: -ms-radial-gradient(center, ellipse cover, #608096 0%, #405665 59%);
  background: radial-gradient(ellipse at center, #608096 0%, #405665 59%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#608096', endColorstr='#405665',GradientType=1 );
  height: 400px;
  text-align: left; }
  #homesplash2 .container {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/static/images/header-product-laptopiphone.png);
    background-position: bottom right;
    background-size: 700px auto;
    background-repeat: no-repeat;
    height: 400px; }
    #homesplash2 .container:after {
      content: "";
      display: table;
      clear: both; }
  #homesplash2 h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 2.5em;
    margin-bottom: .5em;
    text-shadow: none;
    font-weight: normal;
    color: #fff; }
  #homesplash2 h2 {
    max-width: 55%;
    font-size: 30px;
    line-height: 110%;
    color: #63B246; }
    #homesplash2 h2 a {
      color: #fff; }
      #homesplash2 h2 a:hover {
        color: #63B246; }
  #homesplash2 p {
    font-size: 18px;
    text-shadow: none;
    color: #fff; }
    #homesplash2 p a.button {
      color: #fff;
      font-family: Antenna, Helvetica, Arial, sans-serif; }
      #homesplash2 p a.button:hover, #homesplash2 p a.button:focus {
        background-color: #fff !important;
        color: #63B246 !important; }
    #homesplash2 p .supported-platforms {
      position: relative;
      top: 4px;
      left: 8px; }

#forwho {
  background: #63b246;
  /* Old browsers */
  background: -moz-linear-gradient(left, #63b246 0%, #63b246 50%, #5da742 50%, #5da742 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #63b246), color-stop(50%, #63b246), color-stop(50%, #5da742), color-stop(100%, #5da742));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #63b246 0%, #63b246 50%, #5da742 50%, #5da742 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #63b246 0%, #63b246 50%, #5da742 50%, #5da742 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #63b246 0%, #63b246 50%, #5da742 50%, #5da742 100%);
  /* IE10+ */
  background: linear-gradient(to right, #63b246 0%, #63b246 50%, #5da742 50%, #5da742 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b246', endColorstr='$darker-green',GradientType=1 );
  /* IE6-9 */ }
  #forwho .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    #forwho .inner:after {
      content: "";
      display: table;
      clear: both; }
    #forwho .inner div {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      color: #fff; }
      #forwho .inner div:last-child {
        margin-right: 0; }
      #forwho .inner div i {
        font-size: 24px;
        line-height: 60px;
        width: 54px;
        height: 54px;
        display: inline-block;
        text-align: center;
        border: 1px rgba(255, 255, 255, 0.7) solid;
        border-radius: 400px;
        float: left;
        color: #fff;
        margin-right: .5em; }
      #forwho .inner div h2 {
        color: #fff;
        margin: 0;
        font-size: 18px;
        margin-bottom: 5px; }
      #forwho .inner div p {
        margin: 0;
        font-size: 13px;
        line-height: 15px; }
      #forwho .inner div a {
        color: #fff;
        display: block;
        padding: 2em 1em; }
        #forwho .inner div a:hover {
          opacity: .7; }
          #forwho .inner div a:hover i {
            color: #405665;
            border-color: #405665; }
      #forwho .inner div.business {
        margin-left: 8.5298%;
        background-color: #63B246; }
      #forwho .inner div.developers {
        background-color: #5da742; }
        #forwho .inner div.developers h2 {
          background: url(/static/images/api/options-new-icon_2x.png) 204px 0 no-repeat;
          background-size: auto 15px; }

/* "Frustrate the bad guys, not your users." */
.frustrate {
  background: #63B246;
  text-align: center; }
  .frustrate h3 {
    margin: 0;
    line-height: 68px;
    color: white; }
  .frustrate .button {
    background-color: #fff;
    color: #63B246; }

/* Pricing */
.home-pricing-container {
  display: none;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em; }
  .home-pricing-container:after {
    content: "";
    display: table;
    clear: both; }
  .home-pricing-container h1.intro {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 0; }
  .home-pricing-container h2.allfeatures {
    text-align: center;
    margin-bottom: 1em; }
  .home-pricing-container .pricing-columns {
    display: block; }
    .home-pricing-container .pricing-columns:after {
      content: "";
      display: table;
      clear: both; }
    .home-pricing-container .pricing-columns .pricing-column {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      min-height: 430px;
      margin-top: .5em;
      background: #f7f9fa;
      text-align: center;
      padding: 0 0 2em 0;
      border-radius: 10px; }
      .home-pricing-container .pricing-columns .pricing-column:last-child {
        margin-right: 0; }
      .home-pricing-container .pricing-columns .pricing-column .pricing-head h1 {
        font-size: 21px;
        padding: .6em 0 .4em;
        background: rgba(64, 86, 101, 0.8);
        color: #fff;
        margin-bottom: 0;
        border-bottom: 1px #fff solid; }
        .home-pricing-container .pricing-columns .pricing-column .pricing-head h1 em {
          display: block;
          font-size: 80%; }
      .home-pricing-container .pricing-columns .pricing-column .pricing-head h2 {
        padding: .6em 0 .4em;
        background: #405665;
        color: #fff;
        font-size: 24px;
        line-height: 36px; }
        .home-pricing-container .pricing-columns .pricing-column .pricing-head h2 sup,
        .home-pricing-container .pricing-columns .pricing-column .pricing-head h2 span {
          font-size: 60%; }
      .home-pricing-container .pricing-columns .pricing-column ul {
        margin: 1.5em 0 0;
        padding: 0; }
      .home-pricing-container .pricing-columns .pricing-column li {
        margin: 0 1em;
        padding: .2em 0;
        text-align: center; }
        .home-pricing-container .pricing-columns .pricing-column li strong {
          color: #405665;
          font-size: 90%; }
        .home-pricing-container .pricing-columns .pricing-column li a {
          color: #405665;
          border-bottom: 1px #d8e0e6 dotted; }
          .home-pricing-container .pricing-columns .pricing-column li a:hover {
            color: #63B246; }
          .home-pricing-container .pricing-columns .pricing-column li a i {
            color: #a9bbc8; }
        .home-pricing-container .pricing-columns .pricing-column li em {
          display: block;
          font-size: 80%;
          color: #999;
          line-height: 1.3em; }
      .home-pricing-container .pricing-columns .pricing-column .price-actions {
        margin-top: .5em; }
        .home-pricing-container .pricing-columns .pricing-column .price-actions p {
          color: rgba(64, 86, 101, 0.8);
          padding: 0 1em; }

/* Customers */
.customers-bar {
  background: #efefef;
  margin-bottom: 3em;
  text-align: center; }
  .customers-bar .media {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .customers-bar .media:after {
      content: "";
      display: table;
      clear: both; }
  .customers-bar .logos {
    display: block; }
    .customers-bar .logos:after {
      content: "";
      display: table;
      clear: both; }
    .customers-bar .logos div {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 10.43705%;
      padding-top: 3em;
      padding-bottom: 2.5em;
      text-align: center; }
      .customers-bar .logos div:last-child {
        margin-right: 0; }
      .customers-bar .logos div:nth-child(8n) {
        margin-right: 0; }
      .customers-bar .logos div:nth-child(8n+1) {
        clear: left; }
      .customers-bar .logos div.logo-facebook img {
        top: 8px; }
      .customers-bar .logos div.logo-eventbrite img {
        top: 0; }
      .customers-bar .logos div.logo-etsy img {
        top: 0; }
      .customers-bar .logos div.logo-zillow img {
        top: 6px; }
      .customers-bar .logos div.logo-paramount img {
        top: 0; }
      .customers-bar .logos div.logo-nasa img {
        top: 0; }
      .customers-bar .logos div.logo-toyota img {
        top: 10px; }
      .customers-bar .logos div.logo-whatsapp img {
        top: 2px; }
      .customers-bar .logos div img {
        position: relative;
        max-width: 100%;
        max-height: 40px;
        opacity: .6;
        text-align: center;
        margin: 0 auto; }
      .customers-bar .logos div i {
        position: relative;
        top: 2px; }
    .customers-bar .logos .button {
      font-size: 14px;
      font-weight: bold;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 0;
      background-color: #405665; }
  .customers-bar .video {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    font-size: 80%; }
    .customers-bar .video:last-child {
      margin-right: 0; }
  .customers-bar .quote blockquote {
    border: 3px #efefef solid;
    border-radius: 10px;
    padding: 30px;
    text-align: left;
    font-size: 17px;
    line-height: 150%;
    margin: 0 0 .5em 0; }
  .customers-bar .quote p {
    margin: 0;
    text-align: left;
    margin: 0 30px; }
    .customers-bar .quote p span {
      font-size: 17px;
      font-weight: bold; }
  .customers-bar .quote img {
    float: right;
    margin: .8em 2em 0 1em; }

.cybercrime {
  background: #2c3b46; }

/* What's new */
.whats-new-bar {
  background-color: white;
  padding: 35px 0 35px; }
  .whats-new-bar .whats-new-item {
    margin-bottom: 5px; }
    .whats-new-bar .whats-new-item h3 {
      font-size: 14px;
      font-family: Antenna, Helvetica, Arial, sans-serif;
      font-weight: normal; }
    .whats-new-bar .whats-new-item h5 {
      color: #464646;
      font-size: 11px;
      line-height: 12px;
      margin-bottom: 0;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

div.call-to-action {
  border-top: 1px solid #ccc;
  background-color: #eee;
  padding: 23px 0 5px 0;
  text-align: center;
  color: #405665;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0; }

p.call-to-action {
  margin: 35px auto 25px;
  text-align: center;
  color: #252938;
  font-family: Antenna, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 25px; }

.videooverview {
  background: #31434D;
  color: #fff;
  text-align: center; }
  .videooverview .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .videooverview .inner:after {
      content: "";
      display: table;
      clear: both; }
    .videooverview .inner h3 {
      color: #fff;
      margin: 1em 0 .2em; }
    .videooverview .inner .mobileplatforms {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .videooverview .inner .mobileplatforms:last-child {
        margin-right: 0; }
      .videooverview .inner .mobileplatforms p {
        margin: 0; }
      .videooverview .inner .mobileplatforms img {
        display: inline-block;
        max-width: 50%;
        max-height: 350px;
        margin-bottom: 1em; }
      .videooverview .inner .mobileplatforms p.logos a {
        opacity: .7; }
        .videooverview .inner .mobileplatforms p.logos a:hover {
          opacity: 1; }
      .videooverview .inner .mobileplatforms p.logos img {
        margin-top: .7em;
        margin-left: 1em; }
      .videooverview .inner .mobileplatforms p.screens {
        margin-top: 0; }
        .videooverview .inner .mobileplatforms p.screens img:last-child {
          margin-left: 1em; }
    .videooverview .inner .video {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .videooverview .inner .video:last-child {
        margin-right: 0; }
      .videooverview .inner .video p {
        margin-top: 0; }

.newsevents .inner {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em; }
  .newsevents .inner:after {
    content: "";
    display: table;
    clear: both; }
  .newsevents .inner .blog-latest,
  .newsevents .inner .social-media {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .newsevents .inner .blog-latest:last-child,
    .newsevents .inner .social-media:last-child {
      margin-right: 0; }

/* 3 Blocks on Homepage For Content Promotion */
.content-marketing-blocks .inner {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5em; }
  .content-marketing-blocks .inner:after {
    content: "";
    display: table;
    clear: both; }
.content-marketing-blocks ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .content-marketing-blocks ul li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .content-marketing-blocks ul li:last-child {
      margin-right: 0; }
    .content-marketing-blocks ul li:nth-child(3n) {
      margin-right: 0; }
    .content-marketing-blocks ul li:nth-child(3n+1) {
      clear: left; }
  .content-marketing-blocks ul .content-category {
    color: #63B246;
    padding-top: 2em; }
    .content-marketing-blocks ul .content-category i {
      color: #405665;
      margin-right: .2em; }
  .content-marketing-blocks ul p {
    margin-bottom: 1em; }
  .content-marketing-blocks ul i {
    position: relative;
    top: 2px; }

/* 

 .oooooo..o            oooo                     oooo        
d8P'    `Y8            `888                     `888        
Y88bo.      oo.ooooo.   888   .oooo.    .oooo.o  888 .oo.   
 `"Y8888o.   888' `88b  888  `P  )88b  d88(  "8  888P"Y88b  
     `"Y88b  888   888  888   .oP"888  `"Y88b.   888   888  
oo     .d8P  888   888  888  d8(  888  o.  )88b  888   888  
8""88888P'   888bod8P' o888o `Y888""8o 8""888P' o888o o888o 
             888                                            
            o888o 
*/
#splash {
  padding: 2px 0 0 0;
  background-color: #eee;
  border-bottom: 1px solid #ccc; }

#splash.minimal {
  height: 3px;
  display: none; }

#splash.spacing {
  padding-top: 15px; }

#splash .unix-splash {
  height: 320px;
  background: transparent url(/static/images/ssh+iphone.png) no-repeat right bottom; }

#splash .unix-splash .left-side {
  width: 360px;
  margin-left: 50px;
  padding-top: 60px; }

#splash .unix-splash .left-side h1 {
  font-size: 44px;
  line-height: 42px;
  margin-bottom: 10px;
  color: #405665;
  text-shadow: 1px 1px white; }

#splash .unix-splash .left-side h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #6e6e6e;
  text-shadow: 1px 1px white; }

/* /\/\/\/\ Homepage Slider /\/\/\/\ */
.slider img {
  opacity: 0;
  transition: all 1s;
  padding-top: 10px; }
.slider.loaded img {
  opacity: 1;
  padding-top: 0; }
.slider ul li:nth-child(n+2) {
  display: none; }

.homepage-slider .inner {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .homepage-slider .inner:after {
    content: "";
    display: table;
    clear: both; }
  .homepage-slider .inner .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    padding-top: 180px;
    padding-bottom: 220px; }
    .homepage-slider .inner .content:last-child {
      margin-right: 0; }
  .homepage-slider .inner .imagery {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    position: absolute; }
    .homepage-slider .inner .imagery:last-child {
      margin-right: 0; }
.homepage-slider ul li {
  width: 100%; }
  .homepage-slider ul li i {
    color: #ffffff;
    font-size: 35px;
    display: block;
    margin-bottom: .5em; }
  .homepage-slider ul li h1 {
    color: #405665;
    font-size: 30px;
    margin-bottom: .3em; }
    .homepage-slider ul li h1 span {
      font-size: 10px;
      font-weight: 600;
      color: #ffffff;
      border: 2px solid #ffffff;
      border-radius: 4px;
      padding: 1px 4px;
      text-align: center;
      position: relative;
      top: -15px; }
  .homepage-slider ul li h2 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: .5em; }
  .homepage-slider ul li a {
    font-size: 14px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px 30px;
    background: #ffffff;
    margin-right: 10px;
    font-weight: 600; }
    .homepage-slider ul li a:last-child {
      background: transparent;
      border: 2px solid #ffffff;
      padding: 13px 28px; }
      .homepage-slider ul li a:last-child:hover {
        background: rgba(0, 0, 0, 0.1); }
  .homepage-slider ul li.platform-slide {
    background: #7ace52; }
    .homepage-slider ul li.platform-slide a:first-child {
      color: #7ace52; }
      .homepage-slider ul li.platform-slide a:first-child:hover {
        color: #ffffff;
        background: rgba(0, 0, 0, 0.1); }
    .homepage-slider ul li.platform-slide a > i {
      font-size: 18px;
      color: #ffffff;
      display: block;
      float: left;
      margin-bottom: 0;
      margin-right: 8px;
      padding: 0; }
    .homepage-slider ul li.platform-slide .imagery {
      left: 55%;
      top: 20%;
      width: 401px; }
  .homepage-slider ul li.two-factor-slide {
    background: #405665; }
    .homepage-slider ul li.two-factor-slide a:first-child {
      color: #405665; }
      .homepage-slider ul li.two-factor-slide a:first-child:hover {
        color: #ffffff;
        background: rgba(0, 0, 0, 0.1); }
    .homepage-slider ul li.two-factor-slide h1 {
      color: #63B246; }
    .homepage-slider ul li.two-factor-slide .content {
      padding-bottom: 230px; }
    .homepage-slider ul li.two-factor-slide .imagery {
      width: 1076px;
      top: 13%;
      left: 50%; }
  .homepage-slider ul li.device-insight-slide {
    background: #eeb42b; }
    .homepage-slider ul li.device-insight-slide a:first-child {
      color: #eeb42b; }
      .homepage-slider ul li.device-insight-slide a:first-child:hover {
        color: #ffffff;
        background: rgba(0, 0, 0, 0.1); }
    .homepage-slider ul li.device-insight-slide .imagery {
      width: 690px;
      top: 3%;
      left: 46%; }
  .homepage-slider ul li.cloud-security-slide {
    background: #34a1d3; }
    .homepage-slider ul li.cloud-security-slide a:first-child {
      color: #34a1d3; }
      .homepage-slider ul li.cloud-security-slide a:first-child:hover {
        color: #ffffff;
        background: rgba(0, 0, 0, 0.1); }
    .homepage-slider ul li.cloud-security-slide .imagery {
      width: 1021px;
      top: 0%;
      left: 32%; }
  .homepage-slider ul li.platform-video-slide {
    background: #eeb42b; }
    .homepage-slider ul li.platform-video-slide h1 {
      color: #405665; }
    .homepage-slider ul li.platform-video-slide .imagery {
      top: 28%;
      left: 49%; }
      .homepage-slider ul li.platform-video-slide .imagery img {
        width: 480px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
    .homepage-slider ul li.platform-video-slide .slider-buttons > a {
      color: #eeb42b;
      background: #ffffff;
      padding: 15px 30px;
      border: none; }
      .homepage-slider ul li.platform-video-slide .slider-buttons > a:hover {
        color: #ffffff;
        background: rgba(0, 0, 0, 0.1); }
    .homepage-slider ul li.platform-video-slide .imagery > a {
      border: none; }
      .homepage-slider ul li.platform-video-slide .imagery > a:hover {
        background: transparent; }
.homepage-slider .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center; }
  .homepage-slider .dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    text-indent: -999em;
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s; }
    .homepage-slider .dots li.active {
      background: #ffffff;
      opacity: 1; }
    .homepage-slider .dots li:hover {
      opacity: 1; }

/*
ooo        ooooo            o8o                     .oooooo.                             .                             .   
`88.       .888'            `"'                    d8P'  `Y8b                          .o8                           .o8   
 888b     d'888   .oooo.   oooo  ooo. .oo.        888           .ooooo.  ooo. .oo.   .o888oo  .ooooo.  ooo. .oo.   .o888oo 
 8 Y88. .P  888  `P  )88b  `888  `888P"Y88b       888          d88' `88b `888P"Y88b    888   d88' `88b `888P"Y88b    888   
 8  `888'   888   .oP"888   888   888   888       888          888   888  888   888    888   888ooo888  888   888    888   
 8    Y     888  d8(  888   888   888   888       `88b    ooo  888   888  888   888    888 . 888    .o  888   888    888 . 
o8o        o888o `Y888""8o o888o o888o o888o       `Y8bood8P'  `Y8bod8P' o888o o888o   "888" `Y8bod8P' o888o o888o   "888" 

*/
#main-content {
  padding: 20px 0; }

#main-content form .line {
  margin-bottom: 5px; }

#main-content .floatright {
  margin: 0 0 20px 20px; }

#main-content .feature-right {
  float: right;
  margin: 0 0 5px 25px; }

#main-content .feature-left {
  float: left;
  margin: 5px 25px 5px 0; }

#main-content ul, #main-content ol {
  margin: 10px 20px 15px; }

#main-content ul li, #main-content ol li {
  margin-bottom: 2px; }

#main-content ul li {
  list-style: disc; }

#main-content ol {
  margin-left: 30px; }

#main-content ol, #main-content ol li {
  list-style-type: decimal; }

ul.checkmarks {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

ul.checkmarks li {
  background: transparent url(/static/images/checkmark-bullet.png) no-repeat 0 3px;
  padding: 0 26px;
  margin-bottom: 9px !important;
  list-style: none !important; }

ul.checkmarks.big li {
  font-size: 15px; }

#main-content table {
  margin-bottom: 15px; }

#main-content table thead {
  font-weight: bold;
  background-color: #eee; }

#main-content table td {
  border: 1px solid #eee;
  padding: 4px 6px; }

/*
 .oooooo..o  o8o        .o8             .o8                          
d8P'    `Y8  `"'       "888            "888                          
Y88bo.      oooo   .oooo888   .ooooo.   888oooo.   .oooo.   oooo d8b 
 `"Y8888o.  `888  d88' `888  d88' `88b  d88' `88b `P  )88b  `888""8P 
     `"Y88b  888  888   888  888ooo888  888   888  .oP"888   888     
oo     .d8P  888  888   888  888    .o  888   888 d8(  888   888     
8""88888P'  o888o `Y8bod88P" `Y8bod8P'  `Y8bod8P' `Y888""8o d888b
*/
#sidebar {
  padding: 20px 0 80px; }
  #sidebar section {
    margin-bottom: 2em; }
    #sidebar section.nav h3 {
      font-family: Antenna, Helvetica, Arial, sans-serif;
      font-size: 13px;
      line-height: 15px;
      font-weight: bold;
      color: #405665;
      text-transform: uppercase;
      margin-bottom: 5px;
      padding: 0; }
    #sidebar section.nav ul {
      margin: 0;
      padding: 0; }
      #sidebar section.nav ul li {
        clear: both;
        margin-bottom: 5px; }
    #sidebar section.thumbnail {
      font-size: 11px;
      line-height: 13px; }
    #sidebar section.testimonial {
      font-size: 13px;
      line-height: 17px; }
      #sidebar section.testimonial .quote {
        display: block;
        margin-bottom: 5px; }
      #sidebar section.testimonial .person {
        display: block;
        margin-bottom: 1px;
        font-weight: bold;
        color: #405665; }
      #sidebar section.testimonial .affiliation,
      #sidebar section.testimonial .organization {
        display: block;
        font-size: 12px;
        line-height: 14px;
        color: #555; }
      #sidebar section.testimonial .organization {
        color: #999; }

/*
 SIDEBAR SECTIONS
 Resources, Next steps, Search, etc.
*/
#pageintro {
  background: #405665;
  min-height: 170px;
  margin-bottom: 2em;
  color: #fff; }
  #pageintro .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff; }
    #pageintro .inner:after {
      content: "";
      display: table;
      clear: both; }
    #pageintro .inner h1 {
      color: #fff;
      margin-bottom: .25em; }
    #pageintro .inner h2, #pageintro .inner h4, #pageintro .inner h4 a {
      color: rgba(255, 255, 255, 0.5);
      font-weight: normal; }
    #pageintro .inner p:last-child {
      margin-bottom: .5em; }
    #pageintro .inner a:hover {
      color: #fff; }

.evalguide-cta {
  background-color: rgba(64, 86, 101, 0.1);
  background-image: url(/static/images/background-whiteoffice-blur.jpg);
  background-size: 100%;
  background-position: bottom;
  position: relative; }
  .evalguide-cta .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .evalguide-cta .inner:after {
      content: "";
      display: table;
      clear: both; }
    .evalguide-cta .inner .main {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%;
      margin-left: 8.5298%;
      padding-top: 3em; }
      .evalguide-cta .inner .main:last-child {
        margin-right: 0; }
      .evalguide-cta .inner .main h2 {
        color: #fff;
        font-family: AntennaCond, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        margin-bottom: 0; }
      .evalguide-cta .inner .main p {
        color: #fff; }
      .evalguide-cta .inner .main .button {
        font-size: 15px; }
    .evalguide-cta .inner .image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-left: 8.5298%;
      height: 255px;
      overflow: hidden;
      padding-top: 1em; }
      .evalguide-cta .inner .image:last-child {
        margin-right: 0; }

/*
ooooooooooooo           o8o            oooo  
8'   888   `8           `"'            `888  
     888      oooo d8b oooo   .oooo.    888  
     888      `888""8P `888  `P  )88b   888  
     888       888      888   .oP"888   888  
     888       888      888  d8(  888   888  
    o888o     d888b    o888o `Y888""8o o888o 

*/
.trial-promo {
  background-image: url("/static/images/trial-graphic-methods.png"), url("/static/images/trial-faceted-background.png");
  background-color: #405665;
  background-repeat: no-repeat, repeat-x;
  background-position: center bottom, center center;
  padding-bottom: 50px; }
  .trial-promo .container_12 .grid_12 {
    position: relative; }
  .trial-promo .grid_6 {
    margin-top: 50px;
    color: #fff; }
  .trial-promo h1, .trial-promo h2 {
    text-shadow: none; }
  .trial-promo h1 {
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 12px;
    font-weight: normal;
    color: #fff; }
  .trial-promo h2 {
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 30px;
    color: #63b246; }
  .trial-promo a:hover {
    color: #fff; }
  .trial-promo a.button.demo {
    background-color: #6a8ba1; }
    .trial-promo a.button.demo:hover {
      background-color: #2c3b46; }

.trial-features {
  margin-bottom: 45px; }
  .trial-features .grid_4 {
    padding-top: 50px;
    text-align: center;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px; }
    .trial-features .grid_4 h3 {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-weight: bold;
      display: block; }
      .trial-features .grid_4 h3:before {
        display: block;
        margin: 0 auto 5px;
        text-align: center;
        font-size: 40px;
        color: #63b246; }
    .trial-features .grid_4 a {
      text-decoration: underline; }

.trial-signup {
  width: 310px;
  padding: 0 !important;
  background-color: white !important;
  border: none !important;
  border: 1px solid #ccc !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .trial-signup.right {
    position: absolute;
    top: 10px;
    right: 5px; }
  .trial-signup.bottom {
    margin: 20px auto 50px; }
  .trial-signup h3 {
    background-color: #405665;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: white;
    padding: 12px;
    text-align: center;
    text-shadow: none;
    margin: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .trial-signup h3 span {
      font-size: 14px; }
  .trial-signup .error {
    text-align: center !important; }
  .trial-signup form {
    margin: 20px; }

.trial-trusted-by {
  margin-top: 30px;
  margin-bottom: 30px; }
  .trial-trusted-by .trusted-by {
    margin-bottom: 10px;
    text-transform: uppercase; }
  .trial-trusted-by blockquote {
    border: 0;
    padding: 0;
    margin: 0;
    /* Styling for second triangle (border) */ }
    .trial-trusted-by blockquote .inner {
      display: block;
      border: 1px #ccc solid;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding: 1em;
      position: relative;
      font-size: 18px;
      line-height: 21px;
      color: #454545;
      font-family: Antenna, Helvetica, Arial, sans-serif; }
    .trial-trusted-by blockquote .inner:after,
    .trial-trusted-by blockquote .inner:before {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #fff;
      bottom: -10px;
      content: '';
      left: 60px;
      margin-left: -10px;
      position: absolute; }
    .trial-trusted-by blockquote .inner:before {
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      border-top: 11px solid;
      border-top-color: inherit;
      /* Can't be included in the shorthand to work */
      bottom: -11px;
      margin-left: -11px; }
    .trial-trusted-by blockquote .credit {
      display: block;
      margin-top: 18px;
      margin-bottom: 15px;
      line-height: 22px;
      position: relative;
      padding-left: 104px;
      font-size: 16px;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      color: #405665; }
      .trial-trusted-by blockquote .credit img {
        width: 50px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        -webkit-box-shadow: 0.5em 0.5em 0px 0px rgba(0, 0, 0, 0.3) 2px 2px 10px;
        -moz-box-shadow: 0.5em 0.5em 0px 0px rgba(0, 0, 0, 0.3) 2px 2px 10px;
        box-shadow: 0.5em 0.5em 0px 0px rgba(0, 0, 0, 0.3) 2px 2px 10px;
        position: absolute;
        left: 36px; }
  .trial-trusted-by .omega {
    text-align: center;
    color: #999; }

.trial-video .duo-push-video {
  padding-top: 20px;
  margin: 0 auto 30px; }
.trial-video .last-cta {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px; }
  .trial-video .last-cta a:after {
    margin-left: 6px;
    font-size: 11px; }

.convinced {
  text-align: center;
  margin-top: 30px; }
  .convinced h2 {
    color: #fff;
    font-size: 18px;
    text-shadow: none; }
  .convinced .button {
    background: #63B246;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 5px;
    font-weight: normal;
    -webkit-box-shadow: 0 0 5px #405665;
    -moz-box-shadow: 0 0 5px #405665;
    box-shadow: 0 0 5px #405665; }
    .convinced .button:hover {
      background-color: #4f8d38;
      text-decoration: none;
      box-shadow: none; }

blockquote.quotebubble {
  border: 0;
  padding: 0;
  margin: 0;
  min-height: 220px;
  /* Styling for second triangle (border) */ }
  blockquote.quotebubble .inner {
    display: block;
    border: 1px #ccc solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1em;
    position: relative;
    font-size: 18px;
    line-height: 21px;
    color: #454545;
    font-family: Antenna, Helvetica, Arial, sans-serif; }
  blockquote.quotebubble .inner:after,
  blockquote.quotebubble .inner:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    bottom: -10px;
    content: '';
    left: 60px;
    margin-left: -10px;
    position: absolute; }
  blockquote.quotebubble .inner:before {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid;
    border-top-color: inherit;
    /* Can't be included in the shorthand to work */
    bottom: -11px;
    margin-left: -11px; }
  blockquote.quotebubble .credit {
    display: block;
    margin-top: 18px;
    margin-bottom: 15px;
    line-height: 22px;
    position: relative;
    padding-left: 104px;
    font-size: 16px;
    font-family: Antenna, Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #405665; }
    blockquote.quotebubble .credit img {
      width: 50px;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      border-radius: 40px;
      -webkit-box-shadow: 0.5em 0.5em 0px 0px rgba(0, 0, 0, 0.3) 2px 2px 10px;
      -moz-box-shadow: 0.5em 0.5em 0px 0px rgba(0, 0, 0, 0.3) 2px 2px 10px;
      box-shadow: 0.5em 0.5em 0px 0px rgba(0, 0, 0, 0.3) 2px 2px 10px;
      position: absolute;
      left: 36px; }

#trial-ab .site-nav {
  display: none !important; }
#trial-ab .nav-link {
  display: none !important; }
#trial-ab #footer {
  display: none; }
#trial-ab .button-nav {
  float: right !important; }

/*
oooooooooooo                         .                      
`888'     `8                       .o8                      
 888          .ooooo.   .ooooo.  .o888oo  .ooooo.  oooo d8b 
 888oooo8    d88' `88b d88' `88b   888   d88' `88b `888""8P 
 888    "    888   888 888   888   888   888ooo888  888     
 888         888   888 888   888   888 . 888    .o  888     
o888o        `Y8bod8P' `Y8bod8P'   "888" `Y8bod8P' d888b    

*/
#footer {
  background-color: #f7f7f7;
  border-top: 3px #eee solid;
  padding-top: 3em; }
  #footer .watermark {
    background: transparent url(/static/images/footer_watermark.png) no-repeat center top; }
  #footer .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3em; }
    #footer .inner:after {
      content: "";
      display: table;
      clear: both; }
  #footer .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    #footer .column:last-child {
      margin-right: 0; }
  #footer a {
    color: #666; }
    #footer a:hover {
      color: #63B246; }
  #footer h3 {
    color: #63B246;
    margin-bottom: 1em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold; }
  #footer ul {
    margin-bottom: 2em; }
    #footer ul li {
      margin-bottom: .5em; }
  #footer .copyright {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    #footer .copyright:last-child {
      margin-right: 0; }
  #footer .social {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0;
    text-align: right; }
    #footer .social:last-child {
      margin-right: 0; }

iframe[name="google_conversion_frame"] {
  display: none; }

/***************************************/
/* 13. CONTACT */
/***************************************/
#contact-wrap {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  margin-top: 3em;
  margin-bottom: 3em; }
  #contact-wrap:after {
    content: "";
    display: table;
    clear: both; }

#contact > article {
  display: block; }
  #contact > article:after {
    content: "";
    display: table;
    clear: both; }

#contact .contact-items > li {
  padding: 10px 0 0 70px;
  margin-bottom: 20px;
  position: relative; }

#contact .contact-items > li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  color: #63b246; }

#contact .contact-items > li h6 {
  margin-bottom: 15px; }

#contact .contact-items > li p a {
  color: #63b246; }

#contact .contact-items > li p a:hover {
  color: #424242; }

#contact .contact-items > li img[alt="ctc-option"] {
  top: 0;
  left: 4px; }

/*--------------------
  13.1 CONTACT FORM
--------------------*/
#contact article.form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  margin-right: 0; }
  #contact article.form:last-child {
    margin-right: 0; }
  #contact article.form form.mktoForm,
  #contact article.form .mktoForm .mktoFormCol,
  #contact article.form .mktoFieldWrap {
    width: 100% !important; }
  #contact article.form .mdtoFieldDescriptor > .mktoOffset,
  #contact article.form .mktoAsterix,
  #contact article.form .mktoGutter,
  #contact article.form .mktoOffset {
    display: none; }
  #contact article.form input[type="text"],
  #contact article.form input[type="tel"],
  #contact article.form input[type="email"],
  #contact article.form textarea {
    width: 100% !important;
    background-color: #f4f4f4;
    color: #405665;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    /* 14px / 16px */
    font-weight: 400;
    padding: 15px 20px;
    margin-bottom: 5px;
    border: none; }
  #contact article.form input[type="text"].error,
  #contact article.form input[type="tel"].error,
  #contact article.form input[type="email"].error,
  #contact article.form textarea.error,
  #contact article.form input[type="text"].error:focus,
  #contact article.form input[type="tel"].error:focus,
  #contact article.form input[type="email"].error:focus,
  #contact article.form textarea.error:focus {
    border: 1px solid #db2e2e; }
  #contact article.form select {
    background: #f4f4f4;
    color: #999;
    width: 50% !important;
    padding: 8px 20px;
    margin-bottom: .5em;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    /* 14px / 16px */
    font-weight: 400;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none; }
  #contact article.form span.mktoButtonWrap {
    margin-left: 0 !important; }

#contact form textarea {
  height: 185px; }

/*--------------------
  13.2 CONTACT INFO
--------------------*/
#contact .info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  #contact .info:last-child {
    margin-right: 0; }

#contact .info > p {
  margin: 15px 0 25px; }

/*--------------------
  13.3 CONTACT ITEMS
--------------------*/
.contact-items > li {
  position: relative; }

.contact-items > li:last-child {
  margin-bottom: 0; }

.contact-items > li img[alt="ctc-option"] {
  position: absolute; }

/***************************************/
/* 14. MAP */
/***************************************/
#contactmap {
  height: 400px; }

/*
 .oooooo..o                                                                   .oooooo..o     .                       o8o                     
d8P'    `Y8                                                                  d8P'    `Y8   .o8                       `"'                     
Y88bo.      oooo  oooo   .ooooo.   .ooooo.   .ooooo.   .oooo.o  .oooo.o      Y88bo.      .o888oo  .ooooo.  oooo d8b oooo   .ooooo.   .oooo.o 
 `"Y8888o.  `888  `888  d88' `"Y8 d88' `"Y8 d88' `88b d88(  "8 d88(  "8       `"Y8888o.    888   d88' `88b `888""8P `888  d88' `88b d88(  "8 
     `"Y88b  888   888  888       888       888ooo888 `"Y88b.  `"Y88b.            `"Y88b   888   888   888  888      888  888ooo888 `"Y88b.  
oo     .d8P  888   888  888   .o8 888   .o8 888    .o o.  )88b o.  )88b      oo     .d8P   888 . 888   888  888      888  888    .o o.  )88b 
8""88888P'   `V88V"V8P' `Y8bod8P' `Y8bod8P' `Y8bod8P' 8""888P' 8""888P'      8""88888P'    "888" `Y8bod8P' d888b    o888o `Y8bod8P' 8""888P' 

*/
#pageintro.success-story .inner {
  position: relative;
  overflow: hidden; }
#pageintro.success-story h1 {
  max-width: 65%; }
#pageintro.success-story img {
  position: absolute;
  right: 0;
  top: 100px;
  margin-top: -60px;
  opacity: .8;
  max-height: 210px; }

.success-stories {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .success-stories:after {
    content: "";
    display: table;
    clear: both; }
  .success-stories .case-studies,
  .success-stories .customer-logos {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .success-stories .case-studies:last-child,
    .success-stories .customer-logos:last-child {
      margin-right: 0; }
  .success-stories .success-story-link {
    display: block;
    margin-bottom: 1em; }
    .success-stories .success-story-link:after {
      content: "";
      display: table;
      clear: both; }
    .success-stories .success-story-link h4 {
      font-size: 16px;
      margin-bottom: 0; }
      .success-stories .success-story-link h4 i {
        font-size: 24px;
        position: relative;
        top: 6px;
        color: #405665; }
    .success-stories .success-story-link .logo {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 30.11389%;
      height: 135px;
      text-align: right; }
      .success-stories .success-story-link .logo:last-child {
        margin-right: 0; }
      .success-stories .success-story-link .logo img {
        max-height: 100px; }
  .success-stories .customer-logos h1 {
    margin-bottom: 1em;
    text-align: center; }
  .success-stories .customer-logos .logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    height: 60px;
    /* equals max image height */
    white-space: nowrap;
    text-align: center;
    margin-bottom: 3em; }
    .success-stories .customer-logos .logo:last-child {
      margin-right: 0; }
    .success-stories .customer-logos .logo:nth-child(3n) {
      margin-right: 0; }
    .success-stories .customer-logos .logo:nth-child(3n+1) {
      clear: left; }
    .success-stories .customer-logos .logo .helper {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .success-stories .customer-logos .logo img {
      max-width: 70%;
      vertical-align: middle;
      max-height: 60px; }

.success-story .sidebar blockquote {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 1em 0;
  padding: 0;
  border: 0; }
  .success-story .sidebar blockquote cite {
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    margin-top: 1em; }

.facts h3 {
  font-size: 1.5em;
  font-weight: 300;
  color: #63B246; }

.success-story .content {
  padding-top: 0;
  padding-bottom: 3em; }
  .success-story .content h2:first-child {
    margin-top: 0; }
  .success-story .content h2 {
    font-size: 2em;
    margin: .5em 0; }
  .success-story .content h3 {
    font-size: 1.5em;
    margin: .75em 0 .5em;
    font-weight: 300;
    color: #405665; }
  .success-story .content .privatenote {
    font-size: 12px;
    line-height: 140%;
    background-color: #f0f7fd;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #d0e3f0; }

/*
ooooooooo.             o8o             o8o                         
`888   `Y88.           `"'             `"'                         
 888   .d88' oooo d8b oooo   .ooooo.  oooo  ooo. .oo.    .oooooooo 
 888ooo88P'  `888""8P `888  d88' `"Y8 `888  `888P"Y88b  888' `88b  
 888          888      888  888        888   888   888  888   888  
 888          888      888  888   .o8  888   888   888  `88bod8P'  
o888o        d888b    o888o `Y8bod8P' o888o o888o o888o `8oooooo.  
                                                        d"     YD  
                                                        "Y88888P'  
*/
body#editions .get-started {
  /* Consistent Bottom CTA */
  background-color: #63B246;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center; }
  body#editions .get-started h2 {
    color: #fff;
    margin-bottom: 32px;
    margin-top: .2em; }
  body#editions .get-started a {
    border-radius: 5px;
    background-color: #fff;
    padding: 18px 36px; }
    body#editions .get-started a:hover {
      background-color: #405665;
      color: #fff; }
body#editions .contact-sales-cta {
  font-size: 13px;
  margin: 12px 8px;
  color: #999; }

body#editions #site-header {
  border-bottom: 3px #f3f3f3 solid; }

body#editions #container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  body#editions #container:after {
    content: "";
    display: table;
    clear: both; }
  body#editions #container .pricing-container {
    display: block; }
    body#editions #container .pricing-container:after {
      content: "";
      display: table;
      clear: both; }
  body#editions #container .intro {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 2em; }
    body#editions #container .intro h1 {
      font-size: 2.5em;
      margin-bottom: .2em; }
    body#editions #container .intro h2 {
      font-size: 1.5em;
      margin-bottom: .5em;
      color: rgba(64, 86, 101, 0.6); }
    body#editions #container .intro p {
      font-size: 14px;
      color: #888;
      padding-top: 2em; }
    body#editions #container .intro .button {
      padding: 17px 24px 17px; }
  body#editions #container .api-edition-price {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    margin-bottom: 3em; }
    body#editions #container .api-edition-price:after {
      content: "";
      display: table;
      clear: both; }
    body#editions #container .api-edition-price .inner {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding: 15px;
      padding-left: 25px;
      background-color: #f7f9fa;
      border: 1px #ddd dashed;
      border-radius: 10px; }
      body#editions #container .api-edition-price .inner:last-child {
        margin-right: 0; }
      body#editions #container .api-edition-price .inner h1 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        font-size: 21px;
        line-height: 28px;
        padding-top: 15px; }
        body#editions #container .api-edition-price .inner h1:last-child {
          margin-right: 0; }
        body#editions #container .api-edition-price .inner h1 span {
          display: block;
          font-size: 70%;
          line-height: 80%;
          color: #999;
          font-weight: bold; }
      body#editions #container .api-edition-price .inner .first {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%;
        padding-top: 15px; }
        body#editions #container .api-edition-price .inner .first:last-child {
          margin-right: 0; }
  body#editions #container .featuretable {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 65px; }
    body#editions #container .featuretable:after {
      content: "";
      display: table;
      clear: both; }
    body#editions #container .featuretable .button {
      font-size: 16px;
      background-color: #fff;
      border: 1px #c8d4dc solid;
      color: #405665; }
    body#editions #container .featuretable .button:hover {
      background-color: #4f8d38;
      color: #fff; }
    body#editions #container .featuretable .button#button-platform {
      background-color: #63B246;
      color: #fff;
      border: 0; }
    body#editions #container .featuretable .button#button-platform:hover {
      background-color: #4f8d38;
      color: #fff; }
    body#editions #container .featuretable th.section {
      text-align: center; }
    body#editions #container .featuretable th.section:nth-child(1) {
      text-align: left; }
    body#editions #container .featuretable h2 {
      margin-bottom: .5em;
      text-align: center;
      font-size: 2em; }
    body#editions #container .featuretable table td, body#editions #container .featuretable table .toprow th {
      text-align: center; }
    body#editions #container .featuretable table .toprow th {
      padding: 0;
      margin: 0; }
      body#editions #container .featuretable table .toprow th .pricing-header {
        background: #405665;
        color: #fff;
        border-bottom: 0;
        margin-right: 5px;
        padding: .8em;
        min-height: 220px; }
        body#editions #container .featuretable table .toprow th .pricing-header.personal {
          background: transparent; }
          body#editions #container .featuretable table .toprow th .pricing-header.personal h1, body#editions #container .featuretable table .toprow th .pricing-header.personal h2, body#editions #container .featuretable table .toprow th .pricing-header.personal p {
            color: #89a3b5; }
        body#editions #container .featuretable table .toprow th .pricing-header.platform {
          background: #63B246; }
        body#editions #container .featuretable table .toprow th .pricing-header h1 {
          font-size: 21px;
          margin-top: 1em;
          color: #fff; }
        body#editions #container .featuretable table .toprow th .pricing-header h2 {
          font-size: 36px;
          margin-bottom: 0;
          color: #fff; }
          body#editions #container .featuretable table .toprow th .pricing-header h2 sup,
          body#editions #container .featuretable table .toprow th .pricing-header h2 span {
            font-size: 60%; }
        body#editions #container .featuretable table .toprow th .pricing-header p {
          font-size: 13px;
          line-height: 115%; }
    body#editions #container .featuretable table td, body#editions #container .featuretable table th {
      border: 0;
      border-bottom: 1px #d8e0e6 solid;
      font-weight: normal; }
    body#editions #container .featuretable table th {
      padding-left: 6px;
      padding-top: .4em;
      padding-bottom: .4em; }
      body#editions #container .featuretable table th.section {
        color: #405665;
        background: #f7f9fa;
        padding-top: .75em;
        padding-bottom: .75em; }
      body#editions #container .featuretable table th a {
        color: #405665;
        border-bottom: 1px #d8e0e6 dotted; }
        body#editions #container .featuretable table th a:hover {
          color: #63B246; }
    body#editions #container .featuretable table .icon-check-2 span,
    body#editions #container .featuretable table .icon-check-round-filled span,
    body#editions #container .featuretable table .icon-delete-symbol span {
      display: none; }
    body#editions #container .featuretable table .icon-check-2,
    body#editions #container .featuretable table .icon-check-round-filled {
      color: #63B246;
      font-size: 20px;
      line-height: 20px;
      color: #63B246; }
    body#editions #container .featuretable table .icon-delete-symbol {
      color: #999; }
    body#editions #container .featuretable tr.smalltype td {
      font-size: 13px;
      line-height: 15px;
      text-align: left; }

.pricinga .toprow th {
  border-bottom: 0 !important; }

.pricinga .pricing-header {
  border-radius: 10px; }

.pricinga .pricing-header.personal {
  background: transparent;
  border: 1px #c8d4dc solid !important; }
  .pricinga .pricing-header.personal h1, .pricinga .pricing-header.personal h2, .pricinga .pricing-header.personal p {
    color: #405665 !important; }
  .pricinga .pricing-header.personal h2 {
    margin-bottom: 4px !important; }

.pricinga .pricing-header {
  min-height: 250px !important; }

.pricinga tr.separator td {
  height: 4em;
  border-bottom: none !important; }

.questions {
  display: block;
  font-size: 12px;
  line-height: 15px; }
  .questions:after {
    content: "";
    display: table;
    clear: both; }
  .questions .question {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .questions .question:last-child {
      margin-right: 0; }
    .questions .question:nth-child(2n) {
      margin-right: 0; }
    .questions .question:nth-child(2n+1) {
      clear: left; }

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

.toptoprow th {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border-top: 0; }

.pricinga .button {
  border: none !important; }

.pricinga #button-personal {
  background: #6a8ba1 !important;
  color: #fff !important; }
  .pricinga #button-personal:hover {
    background-color: #63B246 !important;
    color: #fff !important; }

.pricinga #button-platform {
  background-color: #fff !important;
  color: #405665 !important; }
  .pricinga #button-platform:hover {
    background-color: #405665 !important;
    color: #fff !important; }

.page-about h1 {
  text-align: center; }
  .page-about h1 i {
    color: rgba(64, 86, 101, 0.5);
    font-size: 30px;
    position: relative;
    top: 2px; }
.page-about hr {
  margin: 0; }

section.header {
  height: 500px;
  text-align: center; }
  section.header .videoBG {
    background: #405665; }
    section.header .videoBG video {
      opacity: .2; }
  section.header h1 {
    font-size: 64px;
    line-height: 64px;
    margin: 0 0 .2em 0;
    padding-top: 100px;
    color: #fff; }
  section.header h3 {
    color: #fff;
    margin: 0 auto 1em auto;
    max-width: 50%;
    text-align: center; }
  section.header a {
    font-size: 48px;
    display: inline-block;
    height: 72px;
    width: 72px;
    border: 1px #63B246 solid;
    border-radius: 400px;
    text-align: center;
    position: relative; }
    section.header a:hover {
      background: #fff;
      border-color: #fff; }
      section.header a:hover i {
        color: #63B246; }
    section.header a i {
      font-size: 36px;
      line-height: 48px;
      position: absolute;
      top: 15px;
      left: 23px; }

.intro {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .intro:after {
    content: "";
    display: table;
    clear: both; }
  .intro .inner {
    text-align: center;
    margin-top: 2em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%; }
    .intro .inner:last-child {
      margin-right: 0; }
    .intro .inner .singles {
      width: 70%;
      margin-left: auto;
      margin-right: auto; }
      .intro .inner .singles.large {
        font-size: 18px;
        width: 120%;
        line-height: 24px;
        margin-left: -10%;
        margin-bottom: 2em; }
    .intro .inner .columns {
      display: block;
      margin-bottom: 2em; }
      .intro .inner .columns:after {
        content: "";
        display: table;
        clear: both; }
      .intro .inner .columns .dug, .intro .inner .columns .jon {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        text-align: left; }
        .intro .inner .columns .dug:last-child, .intro .inner .columns .jon:last-child {
          margin-right: 0; }

#leadership {
  padding-top: 3em; }
  #leadership h2 {
    text-align: center; }
  #leadership .row {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    #leadership .row:after {
      content: "";
      display: table;
      clear: both; }
    #leadership .row div {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      #leadership .row div:last-child {
        margin-right: 0; }
      #leadership .row div:nth-child(4n) {
        margin-right: 0; }
      #leadership .row div:nth-child(4n+1) {
        clear: left; }
      #leadership .row div img {
        border-radius: 180px;
        width: 66%; }
      #leadership .row div h3 {
        margin-top: 8px; }
        #leadership .row div h3 span {
          display: block;
          font-size: 70%;
          color: #666; }
      #leadership .row div p {
        font-size: 13px;
        line-height: 16px; }

.investors {
  background: #efefef; }
  .investors .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    padding-top: 3em;
    padding-bottom: 3em; }
    .investors .inner:after {
      content: "";
      display: table;
      clear: both; }
    .investors .inner h1 {
      text-align: center;
      color: #63B246;
      margin-bottom: 0; }
      .investors .inner h1 i {
        font-size: 60px; }
    .investors .inner p.intro {
      text-align: center;
      width: 50%;
      margin: 0 auto 3em; }
    .investors .inner .investorlist .investor {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%;
      margin-bottom: 0;
      text-align: center; }
      .investors .inner .investorlist .investor:first-child {
        margin-left: 8.5298%; }
      .investors .inner .investorlist .investor:last-child {
        margin-right: 0; }
      .investors .inner .investorlist .investor h2 {
        display: none; }
      .investors .inner .investorlist .investor img {
        max-width: 100%;
        max-height: 150px;
        text-align: center; }
      .investors .inner .investorlist .investor .benchmark {
        position: relative;
        top: 20px; }
      .investors .inner .investorlist .investor .redpoint {
        position: relative;
        top: 15px; }
      .investors .inner .investorlist .investor .true {
        position: relative;
        top: 15px; }
      .investors .inner .investorlist .investor .google {
        position: relative;
        top: 0; }
      .investors .inner .investorlist .investor .radar {
        position: relative;
        top: 20px; }
    .investors .inner p {
      text-align: center; }
      .investors .inner p .button {
        font-size: 14px; }

.headshots {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 1.5em;
  min-height: 200px; }
  .headshots:after {
    content: "";
    display: table;
    clear: both; }
  .headshots h1 {
    color: #63B246;
    margin-bottom: 0; }
  .headshots p {
    text-align: center;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%;
    margin-bottom: 2em; }
    .headshots p:last-child {
      margin-right: 0; }
  .headshots .headshot {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    text-align: center;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 3em;
    position: relative;
    font-size: 13px;
    font-weight: normal; }
    .headshots .headshot:last-child {
      margin-right: 0; }
    .headshots .headshot:nth-child(6n) {
      margin-right: 0; }
    .headshots .headshot:nth-child(6n+1) {
      clear: left; }
    .headshots .headshot em {
      font-size: 12px;
      font-weight: normal; }
    .headshots .headshot .twitter {
      font-size: 11px;
      font-weight: normal;
      color: #63B246; }
    .headshots .headshot img {
      /*max-width: 90%;*/
      border-radius: 400px;
      margin-bottom: 5px; }

.seal {
  background: #405665; }
  .seal .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .seal .inner:after {
      content: "";
      display: table;
      clear: both; }
    .seal .inner h2 {
      color: #fff;
      text-align: center;
      padding: 1em 0 0;
      margin-bottom: .5em; }
    .seal .inner div {
      color: #fff;
      padding-bottom: 3em; }
      .seal .inner div p {
        font-size: 12px;
        line-height: 15px; }
      .seal .inner div.left, .seal .inner div.right {
        padding-top: 1.8em;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .seal .inner div.left:last-child, .seal .inner div.right:last-child {
          margin-right: 0; }
      .seal .inner div.left {
        text-align: right;
        margin-left: 8.5298%; }
      .seal .inner div.main {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        text-align: center; }
        .seal .inner div.main:last-child {
          margin-right: 0; }
  .seal svg {
    height: 300px;
    opacity: .9; }

.stats {
  background-color: #63B246;
  padding: 3em 0;
  color: #fff; }
  .stats .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .stats .inner:after {
      content: "";
      display: table;
      clear: both; }
  .stats h3 {
    color: #fff;
    text-align: center; }
  .stats .innerinner {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    display: table;
    width: 100%;
    table-layout: fixed; }
    .stats .innerinner:last-child {
      margin-right: 0; }
    .stats .innerinner:after {
      content: "";
      display: table;
      clear: both; }
    .stats .innerinner .stat {
      width: 25%;
      float: left;
      padding: 0 2em;
      min-height: 200px;
      border: 1px rgba(255, 255, 255, 0.3) solid;
      text-align: center; }
      .stats .innerinner .stat span {
        display: block;
        font-family: AntennaCond, Helvetica, Arial, sans-serif;
        font-size: 72px;
        line-height: 70px;
        font-weight: normal;
        margin-bottom: 5px;
        margin-top: 10px; }
      .stats .innerinner .stat i {
        color: #405665; }
        .stats .innerinner .stat i.icon-bicycle, .stats .innerinner .stat i.icon-academic-cap, .stats .innerinner .stat i.icon-sneakers, .stats .innerinner .stat i.icon-eyeball {
          position: relative;
          top: 10px; }
      .stats .innerinner .stat:nth-child(1), .stats .innerinner .stat:nth-child(2), .stats .innerinner .stat:nth-child(3), .stats .innerinner .stat:nth-child(4) {
        border-top: 0;
        border-bottom: 0;
        padding-bottom: 2em; }
      .stats .innerinner .stat:nth-child(1) {
        border-left: 0;
        border-right: 0; }
      .stats .innerinner .stat:nth-child(2) {
        border-right: 0; }
      .stats .innerinner .stat:nth-child(4) {
        border-left: 0;
        border-right: 0; }
      .stats .innerinner .stat:nth-child(5), .stats .innerinner .stat:nth-child(6), .stats .innerinner .stat:nth-child(7), .stats .innerinner .stat:nth-child(8) {
        border-bottom: 0;
        padding-top: 2em; }
      .stats .innerinner .stat:nth-child(5) {
        border-left: 0;
        border-right: 0; }
      .stats .innerinner .stat:nth-child(6) {
        border-right: 0; }
      .stats .innerinner .stat:nth-child(8) {
        border-left: 0;
        border-right: 0; }

/* CONTACT SECTION */
.about-contact {
  background: url(/static/images/about/about-contact-bg.png) top center repeat-y, url(/static/images/about/contact-annarbor-bg.png) top center no-repeat;
  background-color: #63b246;
  height: 255px;
  margin-bottom: 0; }
  .about-contact .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .about-contact .inner:after {
      content: "";
      display: table;
      clear: both; }
  .about-contact .located-in {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    background: #55993c;
    color: #fff;
    font-size: 14px;
    padding-top: 40px;
    height: 255px;
    margin-right: 0 !important; }
    .about-contact .located-in:last-child {
      margin-right: 0; }
    .about-contact .located-in p {
      margin: 0;
      padding: 0; }
    .about-contact .located-in .proudly {
      color: #fff;
      font-size: 12px;
      margin: 0;
      padding-bottom: 0 0 5px 0;
      text-transform: uppercase; }
    .about-contact .located-in h2 {
      color: #fff;
      font-size: 32px;
      line-height: 32px;
      font-weight: normal;
      padding-bottom: 10px;
      margin-bottom: 0; }
    .about-contact .located-in .contact {
      padding: 5px 0 0; }
      .about-contact .located-in .contact a {
        color: #fff;
        text-decoration: underline !important; }
        .about-contact .located-in .contact a:hover {
          text-decoration: none !important; }
  .about-contact .michigan-graphic {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    background: url(/static/images/about/michigan-heart_2x.png) left no-repeat;
    background-size: auto 260px;
    height: 255px; }
    .about-contact .michigan-graphic:last-child {
      margin-right: 0; }
  .about-contact .annarbor-stats {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    padding-top: 40px;
    color: #ffffff; }
    .about-contact .annarbor-stats:last-child {
      margin-right: 0; }
    .about-contact .annarbor-stats .contact-title {
      font-size: 12px;
      color: #3a6a28;
      padding: 0;
      margin: 0;
      text-transform: uppercase;
      padding-bottom: 10px; }
    .about-contact .annarbor-stats .numbers-stat {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .about-contact .annarbor-stats .numbers-stat:last-child {
        margin-right: 0; }
      .about-contact .annarbor-stats .numbers-stat:nth-child(2n) {
        margin-right: 0; }
      .about-contact .annarbor-stats .numbers-stat:nth-child(2n+1) {
        clear: left; }
      .about-contact .annarbor-stats .numbers-stat .about-contact-number {
        font-size: 48px;
        display: block;
        float: left;
        margin: 0;
        padding: 20px 15px 20px 0; }
      .about-contact .annarbor-stats .numbers-stat .about-contact-lead {
        font-size: 16px;
        margin: 0;
        padding: 0;
        position: relative;
        top: 9px; }
      .about-contact .annarbor-stats .numbers-stat .about-contact-small {
        font-size: 11px;
        color: #ade698;
        margin: 0;
        padding: 0;
        position: relative;
        top: 6px; }

.about-locations {
  background: #63B246;
  text-align: center; }
  .about-locations .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 30px 0; }
    .about-locations .inner:after {
      content: "";
      display: table;
      clear: both; }
  .about-locations .location {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 60px 0 60px 0; }
    .about-locations .location:last-child {
      margin-right: 0; }
    .about-locations .location:nth-child(4n) {
      margin-right: 0; }
    .about-locations .location:nth-child(4n+1) {
      clear: left; }
    .about-locations .location.ann-arbor {
      background: url("/static/images/about/michigan-heart_@2x.png") no-repeat transparent center;
      background-size: 186px auto; }
    .about-locations .location.california {
      background: url("/static/images/about/california-heart_@2x.png") no-repeat transparent center;
      background-size: 186px auto; }
    .about-locations .location.england {
      background: url("/static/images/about/england-heart_@2x.png") no-repeat transparent center;
      background-size: 186px auto; }
  .about-locations h1 {
    color: #ffffff; }
  .about-locations h2 {
    margin-bottom: .25em; }
  .about-locations a {
    color: #ffffff; }
    .about-locations a:hover {
      color: #305622; }

/*
ooooooooo.                          .                                           
`888   `Y88.                      .o8                                           
 888   .d88'  .oooo.   oooo d8b .o888oo ooo. .oo.    .ooooo.  oooo d8b  .oooo.o 
 888ooo88P'  `P  )88b  `888""8P   888   `888P"Y88b  d88' `88b `888""8P d88(  "8 
 888          .oP"888   888       888    888   888  888ooo888  888     `"Y88b.  
 888         d8(  888   888       888 .  888   888  888    .o  888     o.  )88b 
o888o        `Y888""8o d888b      "888" o888o o888o `Y8bod8P' d888b    8""888P' 

*/
.partners-home {
  float: right;
  margin: 10px 0 10px 10px;
  width: 313px; }
  .partners-home div#form {
    background-color: #f7f9fa;
    border-top: 5px solid #405665;
    padding: 12px 15px 1px 15px; }
  .partners-home .lpeRegForm {
    padding-bottom: 0; }
    .partners-home .lpeRegForm label {
      display: block;
      margin-top: 8px; }
    .partners-home .lpeRegForm input {
      width: 96%; }
    .partners-home .lpeRegForm form {
      margin: 0;
      padding: 0; }
    .partners-home .lpeRegForm ul.mktLblAbove {
      margin: 0 !important;
      padding: 0; }
    .partners-home .lpeRegForm ul li {
      list-style: none !important; }
    .partners-home .lpeRegForm .mktFormMsg {
      color: #A13E33; }
  .partners-home li {
    list-style: circle; }

.partner #main-content h1 {
  font-weight: normal; }
.partner #main-content h2 {
  font-family: Antenna, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 8px; }
.partner #main-content p {
  font-size: 16px;
  line-height: 21px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.partner #main-content .trial-signup {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
.partner #main-content .trial-signup h3 {
  background: #405665;
  color: #fff;
  text-shadow: none;
  padding: 10px 20px;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%; }
.partner .trial-signup form {
  margin-top: 0; }
.partner .sign-up form input#firstname,
.partner .sign-up form input#lastname {
  width: 46%; }
.partner .sign-up form input#email,
.partner .sign-up form input#phone,
.partner .sign-up form input#orgname {
  width: 97%; }
.partner .trial-signup .error {
  margin: 0 !important;
  padding-left: 20px; }

.feature-rows {
  background: #547184;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .feature-rows .container_12 {
    padding-bottom: 80px;
    clear: both; }
  .feature-rows h1 {
    font-weight: normal;
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    color: #fff;
    text-shadow: none;
    margin-bottom: 25px;
    margin-top: 10px; }
  .feature-rows li {
    margin-bottom: 12px;
    list-style-type: circle;
    margin-left: 1.5em; }
  .feature-rows a {
    color: #a9bbc8; }
    .feature-rows a:hover {
      color: white;
      text-decoration: underline; }
  .feature-rows .duo-push-image {
    margin-top: -20px !important; }
  .feature-rows .duo-push-video {
    width: 460px;
    height: 259px;
    position: relative;
    margin-bottom: 20px;
    padding-top: 0; }
  .feature-rows .duo-push-video a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 460px;
    height: 259px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-image: url("/static/images/watch-duo-push.png");
    background-position: 0 0;
    background-size: 460px 518px; }
  .feature-rows .duo-push-video a:hover {
    background-position: 0 -259px; }
  .feature-rows .duo-push-video .iframe {
    position: absolute;
    top: 0;
    left: 0; }

/* A/B Test Styles */
#partners-ab .site-nav {
  display: none !important; }
#partners-ab .icon-search {
  display: none !important; }
#partners-ab .nav-login {
  display: none !important; }
#partners-ab .button-nav {
  float: right !important; }
#partners-ab #footer {
  display: none !important; }
#partners-ab .eval-btn {
  background-color: #6a8ba1; }
#partners-ab .eval-btn:hover {
  background-color: #405665; }
#partners-ab .evalguide-cta .inner .main {
  width: 42%; }
  #partners-ab .evalguide-cta .inner .main h2 {
    margin-bottom: .4em; }
  #partners-ab .evalguide-cta .inner .main p {
    margin-bottom: .5em; }
  #partners-ab .evalguide-cta .inner .main i {
    color: #ffffff;
    font-size: 12px; }

#partners-ab-test {
  background-color: #f7f9fa;
  padding-top: 1px;
  padding-bottom: 100px; }
  #partners-ab-test .pricing-container {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    #partners-ab-test .pricing-container:after {
      content: "";
      display: table;
      clear: both; }
  #partners-ab-test .intro {
    text-align: center;
    margin-top: 5em;
    margin-bottom: 2em; }
    #partners-ab-test .intro h1 {
      font-size: 2.5em;
      margin-bottom: .2em; }
    #partners-ab-test .intro h2 {
      font-size: 1.5em;
      margin-bottom: .5em;
      color: rgba(64, 86, 101, 0.6); }
    #partners-ab-test .intro h6 {
      font-weight: 300;
      color: #405665; }
    #partners-ab-test .intro .callout.info {
      border-left-color: #d8e0e6;
      background: #f7f9fa; }
      #partners-ab-test .intro .callout.info a {
        text-decoration: none;
        color: #63B246; }
        #partners-ab-test .intro .callout.info a:hover {
          color: #405665; }
  #partners-ab-test .pricing-column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    min-height: 430px;
    margin-top: .5em;
    background: #ffffff;
    text-align: center;
    padding: 0 0 2em 0;
    border-radius: 10px; }
    #partners-ab-test .pricing-column:last-child {
      margin-right: 0; }
    #partners-ab-test .pricing-column.enterprise .pricing-head h2 {
      background-color: #63B246; }
    #partners-ab-test .pricing-column .pricing-head h1 {
      font-size: 21px;
      padding-top: 20px; }
      #partners-ab-test .pricing-column .pricing-head h1 em {
        display: block;
        font-size: 80%; }
    #partners-ab-test .pricing-column .pricing-head h2 {
      padding: 24px 0 0;
      background: #405665;
      color: #fff;
      font-size: 36px;
      line-height: 36px;
      min-height: 80px; }
      #partners-ab-test .pricing-column .pricing-head h2 sup,
      #partners-ab-test .pricing-column .pricing-head h2 span {
        font-size: 60%; }
    #partners-ab-test .pricing-column ul {
      margin: 1.5em 0 0;
      padding: 0; }
    #partners-ab-test .pricing-column li {
      margin: 0 1em;
      padding: .2em 0;
      text-align: center; }
      #partners-ab-test .pricing-column li strong {
        color: #405665;
        font-size: 90%; }
      #partners-ab-test .pricing-column li a {
        color: #405665;
        border-bottom: 1px #d8e0e6 dotted; }
        #partners-ab-test .pricing-column li a:hover {
          color: #63B246; }
        #partners-ab-test .pricing-column li a i {
          color: #a9bbc8; }
      #partners-ab-test .pricing-column li em {
        display: block;
        font-size: 80%;
        color: #999;
        line-height: 1.3em; }
    #partners-ab-test .pricing-column .price-actions {
      margin-top: 1em; }
      #partners-ab-test .pricing-column .price-actions p {
        color: rgba(64, 86, 101, 0.8);
        padding: 0 1em; }

/*
oooooooooo.                            ooooo                   .o8                        
`888'   `Y8b                           `888'                  "888                        
 888      888  .ooooo.   .ooooo.        888  ooo. .oo.    .oooo888   .ooooo.  oooo    ooo 
 888      888 d88' `88b d88' `"Y8       888  `888P"Y88b  d88' `888  d88' `88b  `88b..8P'  
 888      888 888   888 888             888   888   888  888   888  888ooo888    Y888'    
 888     d88' 888   888 888   .o8       888   888   888  888   888  888    .o  .o8"'88b   
o888bood8P'   `Y8bod8P' `Y8bod8P'      o888o o888o o888o `Y8bod88P" `Y8bod8P' o88'   888o
*/
body#docs #pageintro {
  background-color: #405665;
  min-height: 170px; }
  body#docs #pageintro .inner {
    padding-top: 60px;
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    body#docs #pageintro .inner:after {
      content: "";
      display: table;
      clear: both; }
    body#docs #pageintro .inner h1 {
      color: #fff; }
    body#docs #pageintro .inner h3 {
      color: rgba(255, 255, 255, 0.6); }
      body#docs #pageintro .inner h3 a {
        color: rgba(255, 255, 255, 0.6); }
    body#docs #pageintro .inner p {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      opacity: .6;
      color: #fff; }
      body#docs #pageintro .inner p:last-child {
        margin-right: 0; }
    body#docs #pageintro .inner p.seealso {
      opacity: 1; }
      body#docs #pageintro .inner p.seealso a:hover {
        color: #fff; }

body#docs .gridcontainer {
  padding-top: 1em; }

.index-links {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  clear: both; }
  .index-links a {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    min-height: 90px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #666;
    text-align: center;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat; }
    .index-links a:last-child {
      margin-right: 0; }
    .index-links a:nth-child(6n) {
      margin-right: 0; }
    .index-links a:nth-child(6n+1) {
      clear: left; }
    .index-links a:hover {
      border-color: #999;
      color: black;
      box-shadow: 0 0 8px #ccc;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }
  .index-links a.no-text {
    text-indent: -9999px;
    overflow: hidden; }
  .index-links .index-link-title,
  .index-links .doc-title {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    margin-top: 18px;
    margin-bottom: 2px; }
    .index-links .index-link-title.no-description,
    .index-links .doc-title.no-description {
      margin-top: 32px; }
  .index-links .index-link-description,
  .index-links .doc-description {
    padding-left: 12px;
    padding-right: 12px;
    display: block;
    font-size: 11px;
    line-height: 13px; }

.index-link.short .index-link-title {
  margin-top: 25px; }

a.index-link.end-user-guide {
  background-color: #EFF7EC; }

a.index-link.juniper {
  background-image: url("/static/images/vpn-juniper.png");
  background-size: 135px 60px; }

a.index-link.pulse {
  background-image: url("/static/images/vpn-pulsesecure.png");
  background-size: 135px 32px; }

a.index-link.cisco {
  background-image: url("/static/images/vpn-cisco.png");
  background-size: 135px 60px; }

a.index-link.citrix_netscaler {
  background-image: url("/static/images/vpn-citrix-netscaler.png");
  background-size: 135px 60px; }

a.index-link.paloalto {
  background-image: url("/static/images/vpn-paloalto.png");
  background-size: 135px 60px; }

a.index-link.f5 {
  background-image: url("/static/images/vpn-f5.png"); }

a.index-link.fortinet {
  background-image: url("/static/images/vpn-fortinet.png"); }

a.index-link.barracuda {
  background-image: url("/static/images/vpn-barracuda.png"); }

a.index-link.array {
  background-image: url("/static/images/vpn-array.png"); }

a.index-link.sonicwall-sra {
  background-image: url("/static/images/vpn-sonicwall-sra.png"); }

a.index-link.openvpn {
  background-image: url("/static/images/vpn-openvpn.png"); }

a.index-link.openvpn-as {
  background-image: url("/static/images/vpn-openvpn-as.png"); }

a.index-link.netmotion {
  background-image: url("/static/images/vpn-netmotion.png"); }

a.index-link.checkpoint {
  background-image: url("/static/images/vpn-checkpoint.png");
  background-size: 135px 60px; }

a.index-link.wordpress {
  background-image: url("/static/images/web-wordpress.png"); }

a.index-link.drupal {
  background-image: url("/static/images/web-drupal.png"); }

a.index-link.splunk {
  background-image: url("/static/images/web-splunk.png"); }

a.index-link.jira {
  background-image: url("/static/images/web-jira.png"); }

a.index-link.confluence {
  background-image: url("/static/images/web-confluence.png"); }

a.index-link.shibboleth {
  background-image: url("/static/images/web-shibboleth.png"); }

a.index-link.cas {
  background-image: url("/static/images/other-cas.png"); }

a.index-link.lastpass {
  background-image: url("/static/images/web-lastpass.png"); }

a.index-link.adobe-documentcloud {
  background-image: url("/static/images/cloud-adobe-documentcloud.png");
  background-size: 130px 54px; }

a.index-link.aws {
  background-image: url("/static/images/cloud-aws-logo.png");
  background-size: 125px 47px; }

a.index-link.box {
  background-image: url("/static/images/cloud_box.png");
  background-size: 135px 60px; }

a.index-link.confluencesso {
  background-image: url("/static/images/cloud-confluencesso.png");
  background-size: 123px 43px; }

a.index-link.dropbox {
  background-image: url("/static/images/cloud-dropbox.png");
  background-size: 135px 41px; }

a.index-link.expensify {
  background-image: url("/static/images/cloud-expensify.png");
  background-size: 130px 74px; }

a.index-link.gapps {
  background-image: url("/static/images/cloud_gapps.png");
  background-size: 135px 60px; }

a.index-link.gotomeeting {
  background-image: url("/static/images/cloud-gotomeeting.png");
  background-size: 135px 41px; }

a.index-link.intacct {
  background-image: url("/static/images/cloud-intacct.png");
  background-size: 130px 33px; }

a.index-link.jirasso {
  background-image: url("/static/images/cloud-jirasso.png");
  background-size: 123px 49px; }

a.index-link.meraki {
  background-image: url("/static/images/cloud-meraki.png");
  background-size: 135px 28px; }

a.index-link.o365 {
  background-image: url("/static/images/cloud_o365.png");
  background-size: 135px 60px; }

a.index-link.remedyforce {
  background-image: url("/static/images/cloud-remedyforce.png");
  background-size: 130px 62px; }

a.index-link.salesforce {
  background-image: url("/static/images/cloud_salesforce.png");
  background-size: 135px 60px; }

a.index-link.samanage {
  background-image: url("/static/images/cloud-samanage.png");
  background-size: 135px 23px; }

a.index-link.sharefile {
  background-image: url("/static/images/cloud-sharefile.png");
  background-size: 135px 55px; }

a.index-link.slack {
  background-image: url("/static/images/cloud-slack.png");
  background-size: 135px 63px; }

a.index-link.syncplicity {
  background-image: url("/static/images/cloud-syncplicity.png");
  background-size: 135px 35px; }

a.index-link.webex {
  background-image: url("/static/images/cloud-webex.png");
  background-size: 135px 60px; }

a.index-link.zendesk {
  background-image: url("/static/images/cloud-zendesk.png");
  background-size: 135px 31px; }

a.index-link.onelogin {
  background-image: url("/static/images/cloud_onelogin.png");
  background-size: 135px 60px; }

a.index-link.okta {
  background-image: url("/static/images/cloud-okta.png");
  background-size: 124px 35px; }

a.index-link.owa {
  background-image: url("/static/images/microsoft-owa.png"); }

a.index-link.rdp {
  background-image: url("/static/images/microsoft-rdp.png");
  background-size: 135px 60px; }

a.index-link.adfs {
  background-image: url("/static/images/microsoft-adfs.png"); }

a.index-link.rdweb {
  background-image: url("/static/images/microsoft-rds.png"); }

a.index-link.tmg {
  background-image: url("/static/images/microsoft-tmg.png"); }

a.index-link.uag {
  background-image: url("/static/images/microsoft-uag.png"); }

a.index-link.rras {
  background-image: url("/static/images/microsoft-rras.png"); }

a.index-link.duounix {
  background-image: url("/static/images/duo-unix.png"); }

a.index-link.mobile_ios {
  background-image: url("/static/images/mobile_ios.png"); }

a.index-link.mobile_android {
  background-image: url("/static/images/mobile_android.png"); }

a.index-link.gear {
  background-image: url("/static/images/gear.png");
  background-position: -25px center;
  background-size: 75px 75px; }

a.index-link.epic {
  background-image: url("/static/images/other-epic.png");
  background-size: 135px 60px; }

a.index-link.awsworkspaces {
  background-image: url("/static/images/workspaces-logo.png");
  background-size: 155px; }

a.index-link.peoplesoft {
  background-image: url("/static/images/other-peoplesoft.png");
  background-size: 131px 50px; }

a.index-link.juniper-uac {
  background-image: url("/static/images/vpn-juniper-uac.png");
  background-size: 135px 60px; }

a.index-link.vmwareview {
  background-image: url("/static/images/vmware-view.png");
  background-size: 135px 45px; }

a.index-link.vcenter {
  background-image: url("/static/images/other-vmware-vsphere.png");
  background-size: 135px 55px; }

a.index-link.bomgar {
  background-image: url("/static/images/bomgar.png");
  background-size: 150px 100px; }

a.index-link.imprivata {
  background-image: url("/static/images/other-imprivata.png");
  background-size: 135px 33px; }

a.index-link.thycotic {
  background-image: url("/static/images/other-thycotic.png");
  background-size: 135px 45px; }

/*                                                                       
oooooooooo.                                
`888'   `Y8b                               
 888      888  .ooooo.   .ooooo.   .oooo.o 
 888      888 d88' `88b d88' `"Y8 d88(  "8 
 888      888 888   888 888       `"Y88b.  
 888     d88' 888   888 888   .o8 o.  )88b 
o888bood8P'   `Y8bod8P' `Y8bod8P' 8""888P'
*/
/* Table of Contents */
body#docs,
body#docs #container {
  background: #fafafa; }

body#docs #sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  border: none; }
  body#docs #sidebar:last-child {
    margin-right: 0; }
  body#docs #sidebar h4 {
    font-weight: bold;
    margin-bottom: .5em; }
  body#docs #sidebar .table-of-contents {
    margin-bottom: 20px; }
    body#docs #sidebar .table-of-contents li {
      line-height: 120%;
      margin-bottom: 3%; }
      body#docs #sidebar .table-of-contents li.active a {
        color: #5e7e94; }
    body#docs #sidebar .table-of-contents .tocify-subheader {
      padding-left: 5%;
      font-size: 85%; }
  body#docs #sidebar .related-links {
    margin-bottom: 20px; }
    body#docs #sidebar .related-links li {
      margin-bottom: 4px; }
    body#docs #sidebar .related-links a {
      background-image: url(/static/images/icon_document_green.png);
      background-repeat: no-repeat;
      background-size: auto 20px;
      background-position: 2px;
      padding-left: 25px; }
      body#docs #sidebar .related-links a.faq {
        background-image: url(/static/images/icon_questionmark_green.png);
        background-position: 0; }
  body#docs #sidebar .docs-feedback p {
    font-size: .9em;
    line-height: 1.1em;
    margin-bottom: 10px; }
  body#docs #sidebar .docs-feedback h4 {
    font-size: .9em; }
  body#docs #sidebar .docs-feedback textarea {
    font-size: .9em;
    line-height: 1.1em;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 5px;
    width: 90%; }

.stickem {
  position: relative; }

.stickit {
  position: fixed;
  top: 0; }

.stickit-end {
  bottom: 40px;
  position: absolute;
  right: 0; }

body#docs #main-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  body#docs #main-content:last-child {
    margin-right: 0; }

#main-content.doc-content {
  /* first paragraph */ }
  #main-content.doc-content .beta-message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    #main-content.doc-content .beta-message a {
      color: #c09853; }
      #main-content.doc-content .beta-message a:hover {
        text-decoration: none; }
  #main-content.doc-content .intro {
    font-size: 1.1em;
    line-height: 1.5em; }
  #main-content.doc-content ol {
    counter-reset: li;
    /* Initiate a counter */
    margin-left: 0;
    /* Remove the default left margin */
    padding-left: 0;
    /* Remove the default left padding */
    margin: 0 !important; }
  #main-content.doc-content ol > li {
    position: relative;
    /* Create a positioning context */
    margin: 0 0 2em 2em !important;
    /* Give each list item a left margin to make room for the numbers */
    padding: 2px 0 0 0 !important;
    /* Add some spacing around the content */
    list-style: none !important;
    /* Disable the normal item numbering */ }
  #main-content.doc-content ol > li:before {
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */
    /* Position and style the number */
    position: absolute;
    top: 4px;
    left: -1.2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right: 8px;
    padding-right: 4px;
    font-weight: bold;
    font-size: 24px;
    color: #c8d4dc;
    font-family: Antenna, Helvetica, Arial, sans-serif;
    text-align: left; }
  #main-content.doc-content ul {
    list-style: none;
    padding: 0 1em; }
    #main-content.doc-content ul li {
      list-style: circle;
      margin-bottom: .5em; }
      #main-content.doc-content ul li li {
        list-style: square; }
  #main-content.doc-content li ol,
  #main-content.doc-content li ul {
    margin-top: 6px; }
  #main-content.doc-content ol ol li:last-child {
    margin-bottom: 0; }
  #main-content.doc-content p {
    margin-bottom: .75em; }
  #main-content.doc-content h2 {
    margin-top: 2.1875em;
    margin-bottom: 1em !important;
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px; }
  #main-content.doc-content h3 {
    margin-top: 1.5em;
    margin-bottom: .5em !important; }
  #main-content.doc-content h4 {
    margin-top: 1.5em; }
  #main-content.doc-content hr {
    display: block;
    margin-bottom: 13px !important;
    border: 0;
    border-bottom: 1px solid #c3c3c3; }
  #main-content.doc-content img {
    border: 1px solid #ddd;
    padding: 6px;
    background: #fff;
    max-width: 100%; }
  #main-content.doc-content li img {
    margin-top: 12px; }
  #main-content.doc-content img.inline-image {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0; }
  #main-content.doc-content table {
    table-layout: auto; }
  #main-content.doc-content table.config_options tr td {
    vertical-align: top; }
  #main-content.doc-content table.config_options td {
    padding: 8px; }
  #main-content.doc-content table.config_options p:last-child, #main-content.doc-content table.config_options table:last-child {
    margin-bottom: 0; }
  #main-content.doc-content th {
    padding: 4px 6px;
    font-weight: bold; }
  #main-content.doc-content td {
    background-color: #fff; }

/* Tabs in docs, used for windows/linux instructions */
.docs-tabs ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important; }
  .docs-tabs ul li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: inline-block; }
    .docs-tabs ul li a {
      display: inline-block;
      padding: 3px 6px;
      margin: 3px 5px 0 15px; }
      .docs-tabs ul li a.current {
        font-weight: bold;
        border-bottom: 2px solid #63B246; }
.docs-tabs .tab-content {
  display: none;
  padding: 20px 20px 0 20px;
  border: 1px solid #eee; }
.docs-tabs .tab-content.current {
  display: block; }

code {
  font-family: Menlo, Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
  font-size: 90%; }
  code.param {
    border: 1px solid #ccc;
    background-color: #f4f4f4;
    border: 1px solid rgba(238, 130, 238, 0.2);
    background-color: rgba(238, 130, 238, 0.02);
    padding: 1px 4px;
    border-radius: 3px; }

pre code {
  display: block;
  padding: 8px;
  margin: 0 0 1em;
  background-color: #eee;
  overflow-x: auto; }
  pre code .code-comment {
    color: #999; }
  pre code .type {
    color: #3030FF; }
  pre code .class {
    color: #6D79DE; }
  pre code .preprocessor {
    color: #0C450D; }
  pre code .param-name {
    color: #0303A2; }
  pre code .highlight {
    background-color: yellow; }
  pre code.endpoint {
    /* REST endpoint */
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 10px;
    margin-right: 10px;
    color: #405665;
    background-color: #f7f9fa;
    border: 1px solid #CFD2E0; }
  pre code .http-method {
    /* "POST" or "GET" */
    background-color: #405665;
    padding: 3px 7px;
    margin-right: 5px;
    color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  pre code.terminal {
    background-color: #111111;
    color: white;
    border: none; }
  pre code.wrap {
    word-wrap: break-word; }

pre[class*="language-"] {
  padding: 0 !important;
  margin: 0 0 1em !important;
  overflow: auto; }

pre[class*="language-"] code {
  margin: 0 !important;
  overflow: auto; }

.toreplace {
  font-weight: bold;
  color: #b94a48; }

.totype {
  padding: 2px;
  border: 1px solid #ddd; }

.methods_properties {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #555; }

.portinfo {
  padding: 10px;
  color: #252939;
  background-color: #f7f9fa;
  border: 1px solid #ddd; }

.userguide-link {
  color: #405665;
  text-align: center;
  margin-top: 40px;
  padding: 10px;
  background-color: #f0f1f4;
  border: 1px solid #d3d4d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.section-header {
  text-transform: uppercase;
  font-weight: bold;
  color: #777;
  margin-bottom: .5em; }

.labs-callout {
  background: url("/static/images/duo-seal-icon.svg") center left no-repeat #f4f8fa;
  background-position: 21px;
  padding-left: 63px; }

.callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee; }
  .callout:first-child {
    margin-top: 0; }
  .callout p {
    margin-top: 0; }
    .callout p:last-child {
      margin-bottom: 0; }
  .callout h4,
  .callout .callout-heading,
  .callout p strong:only-child {
    font-family: Antenna, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    color: #454545;
    margin-top: 0;
    margin-bottom: 5px; }
  .callout.danger {
    background-color: #fdf7f7;
    border-color: #eed3d7; }
    .callout.danger h4, .callout.danger .callout-heading, .callout.danger a, .callout.danger p strong:only-child {
      color: #b94a48; }
  .callout.info {
    background-color: #f4f8fa;
    border-color: #bce8f1; }
    .callout.info h4, .callout.info .callout-heading, .callout.info a, .callout.info p strong:only-child {
      color: #3a87ad; }
  .callout.error {
    font-weight: normal;
    color: #96151b;
    background-color: #fbe3e4;
    border-color: #96151b; }
    .callout.error h4, .callout.error .callout-heading, .callout.error a, .callout.error p strong:only-child {
      color: #96151b; }
  .callout.warning {
    background-color: #faf8f0;
    border-color: #faebcc; }
    .callout.warning h4, .callout.warning .callout-heading, .callout.warning a, .callout.warning p strong:only-child {
      color: #c09853; }

.docs-threecolumn .column1, .docs-threecolumn .column2, .docs-threecolumn .column3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .docs-threecolumn .column1:last-child, .docs-threecolumn .column2:last-child, .docs-threecolumn .column3:last-child {
    margin-right: 0; }
.docs-threecolumn .column3 {
  margin-right: 0; }

/*
oooooooooo.  oooo                       
`888'   `Y8b `888                       
 888     888  888   .ooooo.   .oooooooo 
 888oooo888'  888  d88' `88b 888' `88b  
 888    `88b  888  888   888 888   888  
 888    .88P  888  888   888 `88bod8P'  
o888bood8P'  o888o `Y8bod8P' `8oooooo.  
                             d"     YD  
                             "Y88888P'  
*/
/* STRUCTURE */
.blog-container {
  background: #efefef; }
  .blog-container .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .blog-container .inner:after {
      content: "";
      display: table;
      clear: both; }
  .blog-container .blog-post {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    background-color: #fff; }
    .blog-container .blog-post:last-child {
      margin-right: 0; }
  .blog-container .blog-sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0; }
    .blog-container .blog-sidebar:last-child {
      margin-right: 0; }

/* BLOG INDEX */
.main-title {
  border-top: 1px #efefef solid;
  padding: 1em 1em 0; }

.post-excerpt .header {
  border-top: 2px #efefef solid; }
.post-excerpt .post-title {
  padding: .5em 1em 0 30px;
  margin-bottom: .5em; }
.post-excerpt .post-author {
  line-height: 30px;
  font-size: 14px;
  padding-left: 2em; }
  .post-excerpt .post-author img {
    float: left;
    width: 30px;
    margin-right: 8px;
    border-radius: 20px;
    box-shadow: 0 1px 3px #aaa; }
.post-excerpt .the-post {
  padding: 0 2em 4em; }
.post-excerpt.author .the-post {
  padding-bottom: 0; }
.post-excerpt.author .post-date {
  font-size: 70%; }

.pagination {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2em; }
  .pagination li {
    display: inline; }
    .pagination li a {
      display: inline-block;
      border-radius: 12px;
      min-width: 24px;
      line-height: 24px;
      border: 1px #fff solid;
      margin: 0 1px; }
      .pagination li a:hover {
        border: 1px #efefef solid;
        background-color: #efefef; }
    .pagination li.active a {
      border: 1px #63B246 solid;
      background: #63B246;
      color: #fff; }
    .pagination li:first-child a, .pagination li:last-child a {
      margin: 0 1em; }
      .pagination li:first-child a:hover, .pagination li:last-child a:hover {
        background: #efefef;
        border-radius: 0; }

/* POST DETAIL */
.breadcrumbs {
  padding: 1em 1em;
  border-top: 3px #efefef solid;
  border-bottom: 1px #efefef solid;
  text-transform: uppercase;
  font-size: 13px;
  background: #efefef; }
  .breadcrumbs a, .breadcrumbs .divider {
    font-weight: bold; }

.blog-post-info {
  padding: 2em 2em 0;
  display: block; }
  .blog-post-info:after {
    content: "";
    display: table;
    clear: both; }
  .blog-post-info p.tags {
    font-size: 13px;
    margin-top: 0; }
  .blog-post-info h1 {
    margin-bottom: 0; }
  .blog-post-info .blog-post-date {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0;
    text-align: right; }
    .blog-post-info .blog-post-date:last-child {
      margin-right: 0; }
  .blog-post-info .blog-post-author {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-bottom: 1em; }
    .blog-post-info .blog-post-author:last-child {
      margin-right: 0; }
    .blog-post-info .blog-post-author li {
      line-height: 40px;
      height: 40px;
      background-size: 40px;
      background-repeat: no-repeat;
      background-position: left center;
      margin-bottom: 3px; }
      .blog-post-info .blog-post-author li img {
        float: left;
        margin-right: 8px;
        border-radius: 20px;
        box-shadow: 0 1px 2px #efefef; }
  .blog-post-info .shareaholic-share-buttons {
    padding: 0;
    margin: 0;
    position: relative;
    top: -14px; }

/* POST CONTENT */
.blog-content {
  /* magnifying glass icon */ }
  .blog-content .header_image {
    margin-bottom: 10px; }
    .blog-content .header_image img {
      max-width: 100%; }
  .blog-content .post {
    padding: 1em 2em; }
  .blog-content .wistia_embed {
    margin-left: -2em;
    margin-bottom: 2em; }
  .blog-content .zoomer {
    display: inline-block;
    position: relative;
    overflow: hidden; }
  .blog-content ul {
    list-style-type: circle;
    padding-left: 2em;
    margin-bottom: 2em; }
    .blog-content ul ul {
      margin-bottom: 0; }
  .blog-content .zoomer:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/static/images/blog/zoomer-icon.png); }
  .blog-content .zoomer img {
    display: block; }
  .blog-content .zoomer img::selection {
    background-color: transparent; }
  .blog-content .timeline {
    font-size: 12px;
    line-height: 16px; }
    .blog-content .timeline p {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .blog-content .timeline p:last-child {
        margin-right: 0; }
      .blog-content .timeline p:nth-child(3n) {
        margin-right: 0; }
      .blog-content .timeline p:nth-child(3n+1) {
        clear: left; }
  .blog-content blockquote.pullquote {
    font-family: AntennaCond, Helvetica, Arial, sans-serif;
    font-size: 36px;
    float: left;
    margin-left: -3.5em;
    margin-right: 0;
    margin-bottom: .4em;
    width: 7em;
    line-height: 1.2em; }
    .blog-content blockquote.pullquote p:last-child {
      margin-bottom: 0; }
    .blog-content blockquote.pullquote a:hover {
      color: #333; }

/* AUTHOR BIO */
.author-bio {
  clear: both;
  display: block;
  padding: 2em;
  background: rgba(239, 239, 239, 0.5); }
  .author-bio:after {
    content: "";
    display: table;
    clear: both; }
  .author-bio .bio-twitter {
    float: right;
    margin-top: .5em; }
    .author-bio .bio-twitter i {
      font-size: 24px;
      position: relative;
      top: 7px; }
  .author-bio h4 {
    padding-top: 10px;
    line-height: 20px;
    margin-bottom: .6em; }
    .author-bio h4 .title {
      font-size: 70%;
      font-weight: normal; }
    .author-bio h4 img {
      float: left;
      border-radius: 30px;
      box-shadow: 0 1px 3px #aaa;
      margin-top: -10px;
      margin-right: 8px; }
  .author-bio p {
    margin: 0;
    font-size: 12px;
    line-height: 15px; }
  .author-bio.full img {
    border-radius: 60px;
    float: left;
    margin-right: 12px; }

.full-author-bio {
  display: block;
  padding: 2em;
  background: rgba(239, 239, 239, 0.5); }
  .full-author-bio:after {
    content: "";
    display: table;
    clear: both; }
  .full-author-bio .headshot {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .full-author-bio .headshot:last-child {
      margin-right: 0; }
    .full-author-bio .headshot img {
      border-radius: 60px;
      box-shadow: 0 1px 3px #aaa;
      margin-top: -10px;
      margin-right: 8px; }
  .full-author-bio .bio {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-right: 0; }
    .full-author-bio .bio:last-child {
      margin-right: 0; }
    .full-author-bio .bio .bio-twitter {
      float: right;
      margin-top: .5em; }
      .full-author-bio .bio .bio-twitter i {
        font-size: 24px;
        position: relative;
        top: 7px; }
    .full-author-bio .bio h4 {
      padding-top: 0;
      line-height: 20px;
      margin-bottom: .6em; }
      .full-author-bio .bio h4 .title {
        font-size: 80%;
        font-weight: normal; }
    .full-author-bio .bio p {
      margin: 0;
      font-size: 14px;
      line-height: 120%; }

.related-posts {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 2em; }
  .related-posts:last-child {
    margin-right: 0; }
  .related-posts .related-post {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .related-posts .related-post:last-child {
      margin-right: 0; }
    .related-posts .related-post p {
      font-size: 12px;
      line-height: 140%;
      margin-top: .5em; }
      .related-posts .related-post p a {
        display: block;
        font-size: 13px; }

.blognewsletter.inpost {
  padding: 2em;
  background: #63b246;
  color: #fff;
  text-align: center; }
  .blognewsletter.inpost h4 {
    color: #fff;
    margin-bottom: 0; }
  .blognewsletter.inpost input.text {
    padding: .4em;
    margin-right: .5em;
    width: 40%; }
  .blognewsletter.inpost input.submit {
    background: #405665;
    width: 20%; }

#disqus_thread {
  padding: 1em 2em; }

/* SIDEBAR */
.blog-sidebar {
  padding-top: 3em;
  font-size: 12px; }
  .blog-sidebar section {
    border-bottom: 1px #ccc solid;
    margin-bottom: 2em; }
  .blog-sidebar .blogsearch {
    padding: 2em 0 0; }
    .blog-sidebar .blogsearch input {
      -webkit-background-clip: border-box;
      -webkit-background-origin: padding-box;
      -webkit-background-size: auto;
      -webkit-box-shadow: rgba(0, 0, 0, 0.16863) 0px 1px 3px 0px inset;
      -webkit-transition-delay: 0s, 0s;
      -webkit-transition-duration: 0.15s, 0.15s;
      -webkit-transition-property: border-color, box-shadow;
      -webkit-transition-timing-function: ease-in-out, ease-in-out;
      background-attachment: scroll;
      background-clip: border-box;
      background-color: #fcfcfc;
      background-image: url(/static/images/blog/search-magnify.png);
      background-origin: padding-box;
      background-size: auto;
      background-repeat: no-repeat;
      background-position: 8px center;
      border-bottom-color: #cccccc;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-left-color: #cccccc;
      border-left-style: solid;
      border-left-width: 1px;
      border-right-color: #cccccc;
      border-right-style: solid;
      border-right-width: 1px;
      border-top-color: #cccccc;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      border-top-style: solid;
      border-top-width: 1px;
      box-shadow: rgba(0, 0, 0, 0.16863) 0px 1px 3px 0px inset;
      box-sizing: border-box;
      color: #666666;
      display: block;
      font-family: proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size: 12px;
      height: 30px;
      line-height: 30px;
      margin-bottom: 3px;
      min-height: 30px;
      outline-color: #666666;
      outline-style: none;
      outline-width: 0px;
      padding: 4px 9px 4px 27px;
      text-align: start;
      transition-delay: 0s, 0s;
      transition-duration: 0.15s, 0.15s;
      transition-property: border-color, box-shadow;
      transition-timing-function: ease-in-out, ease-in-out;
      vertical-align: middle;
      width: 200px; }
  .blog-sidebar .blogcategory ul {
    margin-bottom: 2em; }
  .blog-sidebar .blognewsletter {
    padding: 0 0 2em;
    border-bottom: 1px #ccc solid;
    margin-bottom: 1em;
    font-size: 12px; }
    .blog-sidebar .blognewsletter h4 {
      margin-top: 0; }
    .blog-sidebar .blognewsletter p {
      margin-bottom: .3em; }
    .blog-sidebar .blognewsletter input {
      display: inline-block;
      width: auto;
      font-size: 12px; }
      .blog-sidebar .blognewsletter input.text {
        padding: .4em;
        width: 60%; }
      .blog-sidebar .blognewsletter input.submit {
        width: 30%;
        font-size: 12px; }
  .blog-sidebar .blog-resource-ad {
    display: block;
    padding: 0 0 1em;
    border-bottom: 1px #ccc solid;
    margin-bottom: 1em;
    font-size: 12px; }
    .blog-sidebar .blog-resource-ad:after {
      content: "";
      display: table;
      clear: both; }
    .blog-sidebar .blog-resource-ad h4 {
      margin-bottom: 2px; }
    .blog-sidebar .blog-resource-ad img {
      margin: 0 auto;
      text-align: center;
      display: block; }
    .blog-sidebar .blog-resource-ad p {
      font-size: 12px;
      line-height: 16px; }
    .blog-sidebar .blog-resource-ad .offer {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .blog-sidebar .blog-resource-ad .offer:last-child {
        margin-right: 0; }
    .blog-sidebar .blog-resource-ad .books {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .blog-sidebar .blog-resource-ad .books:last-child {
        margin-right: 0; }
  .blog-sidebar .blog-hiring i.icon-id-1 {
    font-size: 42px;
    float: left;
    margin-right: 7px;
    margin-top: -6px;
    color: rgba(64, 86, 101, 0.5); }
  .blog-sidebar .blog-hiring h4 {
    margin-bottom: 0; }
  .blog-sidebar .blog-followus {
    padding: 1em 0; }

/* Fallback styles */
.book {
  display: inline-block;
  box-shadow: 5px 5px 20px #333;
  margin: 10px; }

.book img {
  vertical-align: middle; }

/*
 *  In order for this to work, you must use Modernizer
 *  to detect 3D transform browser support. This will add
 *  a "csstransforms3d" class to the HTML element.
 *
 *  Visit http://modernizr.com/ for installation instructions
 */
.csstransforms3d .books {
  -moz-perspective: 100px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }

.csstransforms3d .book {
  position: relative;
  -moz-perspective: 100px;
  -moz-transform: rotateY(-3deg);
  -webkit-transform: perspective(100) rotateY(-3deg);
  outline: 1px solid transparent;
  /* Helps smooth jagged edges in Firefox */
  box-shadow: none;
  margin: 0; }

.csstransforms3d .book img {
  position: relative;
  max-width: 100%; }

.csstransforms3d .book:before,
.csstransforms3d .book:after {
  position: absolute;
  top: 2%;
  height: 96%;
  content: ' ';
  z-index: -1; }

.csstransforms3d .book:before {
  width: 100%;
  left: 7.5%;
  background-color: #666;
  box-shadow: 3px 3px 10px #666; }

.csstransforms3d .book:after {
  width: 5%;
  left: 100%;
  background-color: #EFEFEF;
  box-shadow: inset 0px 0px 5px #aaa;
  -moz-transform: rotateY(20deg);
  -webkit-transform: perspective(100) rotateY(20deg); }

/* Blog Slideshow */
#slides {
  display: none; }

#slides .slidesjs-navigation {
  margin-top: 3px; }

#slides .slidesjs-previous {
  margin-right: 5px;
  float: left; }

#slides .slidesjs-next {
  margin-right: 5px;
  float: left; }

.slidesjs-pagination {
  margin: 6px 0 0;
  float: right;
  list-style: none; }

.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
  list-style: none;
  list-style-type: none !important; }

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(/static/images/blog-slideshow-pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
  list-style: none; }

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px; }

.slidesjs-pagination li a:hover {
  background-position: 0 -26px; }

#slides a:link,
#slides a:visited {
  color: #333; }

#slides a:hover,
#slides a:active {
  color: #9e2020; }

.navbar {
  overflow: hidden; }

.gist .gist-file .gist-data .line-numbers {
  width: 5% !important; }

.threegrid {
  display: block; }
  .threegrid:after {
    content: "";
    display: table;
    clear: both; }
  .threegrid .item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-bottom: 1em;
    line-height: 12px !important;
    padding-bottom: .5em; }
    .threegrid .item:last-child {
      margin-right: 0; }
    .threegrid .item:nth-child(3n) {
      margin-right: 0; }
    .threegrid .item:nth-child(3n+1) {
      clear: left; }
    .threegrid .item span {
      font-size: 11px;
      font-style: italic; }

/*
ooooooooo.                                                                                  
`888   `Y88.                                                                                
 888   .d88'  .ooooo.   .oooo.o  .ooooo.  oooo  oooo  oooo d8b  .ooooo.   .ooooo.   .oooo.o 
 888ooo88P'  d88' `88b d88(  "8 d88' `88b `888  `888  `888""8P d88' `"Y8 d88' `88b d88(  "8 
 888`88b.    888ooo888 `"Y88b.  888   888  888   888   888     888       888ooo888 `"Y88b.  
 888  `88b.  888    .o o.  )88b 888   888  888   888   888     888   .o8 888    .o o.  )88b 
o888o  o888o `Y8bod8P' 8""888P' `Y8bod8P'  `V88V"V8P' d888b    `Y8bod8P' `Y8bod8P' 8""888P'
*/
.section-intro {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em; }
  .section-intro:after {
    content: "";
    display: table;
    clear: both; }

.resource-category {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em; }
  .resource-category:after {
    content: "";
    display: table;
    clear: both; }

.resource-group {
  display: block; }
  .resource-group:after {
    content: "";
    display: table;
    clear: both; }

.resource {
  margin-bottom: 2em; }
  .resource.guides, .resource.infographics, .resource.how-tos {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .resource.guides:last-child, .resource.infographics:last-child, .resource.how-tos:last-child {
      margin-right: 0; }
    .resource.guides:nth-child(4n), .resource.infographics:nth-child(4n), .resource.how-tos:nth-child(4n) {
      margin-right: 0; }
    .resource.guides:nth-child(4n+1), .resource.infographics:nth-child(4n+1), .resource.how-tos:nth-child(4n+1) {
      clear: left; }
  .resource.webinars {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .resource.webinars:last-child {
      margin-right: 0; }
    .resource.webinars:nth-child(3n) {
      margin-right: 0; }
    .resource.webinars:nth-child(3n+1) {
      clear: left; }
  .resource img {
    max-width: 100%;
    border: 1px #efefef solid;
    padding: 4px;
    margin-bottom: 6px; }
  .resource a:hover img {
    border: 1px rgba(64, 86, 101, 0.7) solid;
    background: rgba(64, 86, 101, 0.3); }
  .resource p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 15px; }

/* JOBS */
#jobs {
  background: #efefef; }
  #jobs .hero {
    background: #405665;
    min-height: 360px;
    position: relative;
    z-index: 5; }
    #jobs .hero .backstretch {
      background: #405665; }
    #jobs .hero .inner {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25em; }
      #jobs .hero .inner:after {
        content: "";
        display: table;
        clear: both; }
    #jobs .hero h1 {
      margin: 0 auto;
      padding-top: 180px;
      font-size: 3em;
      line-height: 1em;
      color: #fff;
      /*text-shadow: .05em .05em 0.2em black*/ }
  #jobs .pagecontent {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    margin: -60px auto auto;
    padding: 1.25em;
    position: relative;
    z-index: 6; }
    #jobs .pagecontent:after {
      content: "";
      display: table;
      clear: both; }
    #jobs .pagecontent h2 {
      margin-bottom: .5em; }
    #jobs .pagecontent .column1, #jobs .pagecontent .column2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      #jobs .pagecontent .column1:last-child, #jobs .pagecontent .column2:last-child {
        margin-right: 0; }
    #jobs .pagecontent .column2 {
      margin-right: 0; }
      #jobs .pagecontent .column2 ul {
        margin-left: 1em; }
      #jobs .pagecontent .column2 li {
        list-style: circle;
        margin-bottom: .5em; }
    #jobs .pagecontent ul {
      list-style-type: circle;
      margin-bottom: 1em; }
      #jobs .pagecontent ul li {
        margin-left: 2em;
        margin-bottom: .5em; }
    #jobs .pagecontent .video {
      margin-top: 80px;
      margin-bottom: 80px;
      text-align: center; }
      #jobs .pagecontent .video .column1 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%; }
        #jobs .pagecontent .video .column1:last-child {
          margin-right: 0; }
      #jobs .pagecontent .video .column2 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-right: 0; }
        #jobs .pagecontent .video .column2:last-child {
          margin-right: 0; }
    #jobs .pagecontent #grnhse_app iframe {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      min-height: 4220px; }
      #jobs .pagecontent #grnhse_app iframe:last-child {
        margin-right: 0; }
  #jobs .department {
    margin-bottom: 2em; }
    #jobs .department .row {
      display: block; }
      #jobs .department .row:after {
        content: "";
        display: table;
        clear: both; }
      #jobs .department .row .jobtitle,
      #jobs .department .row .joblocation {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-bottom: 0; }
        #jobs .department .row .jobtitle:last-child,
        #jobs .department .row .joblocation:last-child {
          margin-right: 0; }

/*
 .oooooo..o                                        oooo        
d8P'    `Y8                                        `888        
Y88bo.       .ooooo.   .oooo.   oooo d8b  .ooooo.   888 .oo.   
 `"Y8888o.  d88' `88b `P  )88b  `888""8P d88' `"Y8  888P"Y88b  
     `"Y88b 888ooo888  .oP"888   888     888        888   888  
oo     .d8P 888    .o d8(  888   888     888   .o8  888   888  
8""88888P'  `Y8bod8P' `Y888""8o d888b    `Y8bod8P' o888o o888o 

*/
#searchresults {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #searchresults:after {
    content: "";
    display: table;
    clear: both; }
  #searchresults .search_box {
    padding: 0;
    margin: 3em 0; }
    #searchresults .search_box .button {
      margin-top: 0; }

.content.search {
  padding-bottom: 60px; }

.search_box form input.search {
  font-size: 18px !important;
  padding: 6px;
  color: #405665;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 470px;
  border: 1px solid #C0C0C0;
  border-left-color: #D9D9D9;
  border-bottom-color: #D9D9D9;
  float: left;
  margin-right: 10px; }

.search_box form input.submit {
  float: left;
  margin: 0;
  margin-top: 1px;
  padding: 8px 18px;
  font-size: 15px;
  height: 37px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  background-color: #405665;
  color: white;
  font-weight: bold;
  border: 1px solid #ccc; }

.search_box form input.submit:hover {
  background-color: #842B25;
  background-color: #ddd; }

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border: 1px solid #ddd;
  padding: 5px 10px;
  margin-right: 5px; }

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #eee !important; }

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding-left: 0 !important; }

.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
  background-color: #eee !important;
  border: 1px solid #ddd !important; }

.gsc-results .gsc-promotion {
  padding-left: 10px !important;
  padding-bottom: 5px !important; }

.gsc-above-wrapper-area {
  display: none !important; }

/* SIDEBAR SEARCH */
.sidebar-section.search input.site_search {
  border: 1px solid #C0C0C0;
  border-left-color: #D9D9D9;
  border-bottom-color: #D9D9D9;
  color: #405665;
  width: 160px;
  padding: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.gs-web-image-box-landscape img.gs-image {
  display: none; }

/* Google Search */
.gsc-control-cse {
  border-color: #FFFFFF;
  background-color: #FFFFFF; }

.gsc-tabHeader.gsc-tabhInactive {
  border-color: #CCCCCC;
  background-color: #FFFFFF; }

.gsc-tabHeader.gsc-tabhActive {
  border-color: #CCCCCC;
  border-bottom-color: #FFFFFF;
  background-color: #FFFFFF; }

.gsc-tabsArea {
  border-color: #CCCCCC; }

.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
  border-color: #FFFFFF;
  background-color: #FFFFFF; }

.gsc-webResult.gsc-result:hover,
.gsc-imageResult:hover {
  border-color: #FFFFFF;
  background-color: #ffffff; }

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
  color: #63B246; }

.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
  color: #63b246; }

.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
  color: #333333; }

.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b,
.gs-imageResult a.gs-title:active,
.gs-imageResult a.gs-title:active b {
  color: #333333; }

.gsc-cursor-page {
  color: #63b246; }

a.gsc-trailing-more-results:link {
  color: #63b246; }

.gs-webResult .gs-snippet,
.gs-imageResult .gs-snippet,
.gs-fileFormatType {
  color: #333333; }

.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
  color: #252938; }

.gs-webResult div.gs-visibleUrl-short {
  color: #252938; }

.gs-webResult div.gs-visibleUrl-short {
  display: none; }

.gs-webResult div.gs-visibleUrl-long {
  display: block; }

.gs-promotion div.gs-visibleUrl-short {
  display: none; }

.gs-promotion div.gs-visibleUrl-long {
  display: block; }

.gsc-cursor-box {
  border-color: #FFFFFF; }

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color: #CCCCCC;
  background-color: #FFFFFF;
  color: #63b246; }

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #CCCCCC;
  background-color: #FFFFFF;
  color: #63b246; }

.gsc-webResult.gsc-result.gsc-promotion {
  border-color: #F6F6F6;
  background-color: #F6F6F6; }

.gsc-completion-title {
  color: #63b246; }

.gsc-completion-snippet {
  color: #333333; }

.gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link *,
.gs-promotion .gs-snippet a:link {
  color: #63b246; }

.gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited *,
.gs-promotion .gs-snippet a:visited {
  color: #63b246; }

.gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover *,
.gs-promotion .gs-snippet a:hover {
  color: #333333; }

.gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active *,
.gs-promotion .gs-snippet a:active {
  color: #333333; }

.gs-promotion .gs-snippet,
.gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #333333; }

.gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl-short {
  color: #252938; }

/*
 .oooooo..o                                                          .   
d8P'    `Y8                                                        .o8   
Y88bo.      oooo  oooo  oo.ooooo.  oo.ooooo.   .ooooo.  oooo d8b .o888oo 
 `"Y8888o.  `888  `888   888' `88b  888' `88b d88' `88b `888""8P   888   
     `"Y88b  888   888   888   888  888   888 888   888  888       888   
oo     .d8P  888   888   888   888  888   888 888   888  888       888 . 
8""88888P'   `V88V"V8P'  888bod8P'  888bod8P' `Y8bod8P' d888b      "888" 
                         888        888                                  
                        o888o      o888o   
*/
.support-links {
  padding-top: 2em;
  padding-bottom: 2em; }
  .support-links h2 {
    font-size: 3em;
    margin-bottom: .5em; }
  .support-links h3 {
    text-align: center;
    margin-bottom: 20px; }
  .support-links .supportintro {
    padding-top: 20px;
    text-align: center; }
  .support-links .supportsquares {
    min-height: 240px; }

.support-links .supportsquares a {
  padding-top: 15px;
  padding-bottom: 10px;
  border: 1px #ccc solid;
  min-height: 160px;
  margin-top: 20px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #666; }
  .support-links .supportsquares a.docs:hover, .support-links .supportsquares a.email:hover, .support-links .supportsquares a.chat:hover {
    background: #efefef;
    box-shadow: 0 0 5px #ccc;
    filter: alpha(opacity=100); }
  .support-links .supportsquares a span {
    font-size: 16px;
    color: #333; }
  .support-links .supportsquares a span.paid {
    font-size: 13px;
    font-style: italic; }

.support-links .supportsquares a i {
  display: block;
  margin: 0 auto;
  height: 70px;
  width: 70px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  background: #efefef;
  color: #fff;
  line-height: 80px;
  position: relative; }

.docsection {
  border-top: 1px #ccc solid;
  text-align: center;
  margin-top: 20px;
  color: #666;
  font-weight: normal; }
  .docsection span {
    background: #fff;
    padding: 3px 8px;
    position: relative;
    top: -13px;
    margin: 0 auto; }

.support-links a.docs i {
  background: #4e8aa8; }

.support-links a.email i {
  background: #c55a22; }

.support-links a.phone i {
  background: #edbf38; }

.support-links a.chat i {
  background: #83aa1f; }

.support-links .note {
  color: #666; }

.support-links p.urgent,
.support-links p.high,
.support-links p.medium,
.support-links p.low {
  padding: 10px;
  margin-bottom: 0; }
  .support-links p.urgent strong span,
  .support-links p.high strong span,
  .support-links p.medium strong span,
  .support-links p.low strong span {
    display: inline-block;
    min-width: 130px; }

.support-links p.urgent {
  background-color: #ffe7e7; }

.support-links p.high {
  background-color: #ffd; }

.support-links p.medium {
  background-color: #ddfade; }

.support-links p.low {
  background-color: #e0f0ff; }

.supportoptions th {
  text-align: center; }
.supportoptions td {
  text-align: center;
  height: 100px;
  vertical-align: center; }
.supportoptions th.first, .supportoptions td.first {
  text-align: left;
  font-size: 13px; }
  .supportoptions th.first strong, .supportoptions td.first strong {
    font-weight: bold;
    font-size: 15px; }
  .supportoptions th.first span, .supportoptions td.first span {
    display: block;
    font-size: 11px;
    line-height: 14px;
    font-style: italic; }

a.tooltip {
  outline: none;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 20px #63B246 solid;
  border-radius: 20px;
  line-height: 20px;
  color: #fff;
  position: relative; }
  a.tooltip i {
    font-size: 15px;
    position: absolute;
    left: -7px;
    top: -7px; }
  a.tooltip:hover {
    text-decoration: none; }
    a.tooltip:hover span {
      display: inline;
      position: absolute;
      border: 1px solid #ccc;
      color: #333;
      background: #fff;
      border-radius: 4px;
      box-shadow: 0 0 8px 4px #efefef;
      opacity: 1; }
  a.tooltip span {
    z-index: 10;
    display: none;
    padding: 14px 20px;
    margin-top: 35px;
    margin-left: -120px;
    width: 240px;
    line-height: 16px;
    position: relative;
    font-size: 12px;
    text-align: left;
    /* Styling for second triangle (border) */ }
    a.tooltip span em {
      color: #63B246;
      font-style: normal; }
    a.tooltip span:after, a.tooltip span:before {
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 20px solid #fff;
      top: -20px;
      content: '';
      left: 50%;
      margin-left: -20px;
      position: absolute; }
    a.tooltip span:before {
      border-left: 21px solid transparent;
      border-right: 21px solid transparent;
      border-bottom: 21px solid #ccc;
      border-top-color: inherit;
      /* Can't be included in the shorthand to work */
      top: -21px;
      margin-left: -21px; }

body.marketo .gridcontainer {
  padding-top: 2em; }
body.marketo #site-header {
  background: #405665 !important; }
body.marketo div.navigation-wrapper {
  position: relative; }
  body.marketo div.navigation-wrapper .button-nav {
    position: absolute !important;
    right: 0; }
body.marketo .page-header {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 2em; }
  body.marketo .page-header:last-child {
    margin-right: 0; }
  body.marketo .page-header h1 {
    margin-bottom: .1em; }
  body.marketo .page-header h2 {
    font-weight: normal;
    margin-top: 0;
    color: rgba(64, 86, 101, 0.5);
    font-size: 1.5em; }
body.marketo .page-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-bottom: 3em; }
  body.marketo .page-content:last-child {
    margin-right: 0; }
  body.marketo .page-content h5 {
    margin-bottom: 1em;
    font-weight: normal;
    line-height: 140%;
    color: #63B246; }
  body.marketo .page-content img {
    float: right;
    max-width: 33%;
    margin-bottom: 1em;
    margin-left: 1em; }
  body.marketo .page-content ul {
    list-style-type: circle;
    padding-left: 2em;
    margin-bottom: 2em; }
body.marketo .page-form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0; }
  body.marketo .page-form:last-child {
    margin-right: 0; }
  body.marketo .page-form #mktContent div {
    position: relative !important;
    top: 0 !important;
    left: 0 !important; }
body.marketo footer {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  body.marketo footer:after {
    content: "";
    display: table;
    clear: both; }
  body.marketo footer p {
    font-size: 11px; }
  body.marketo footer img {
    max-width: 100%; }
body.marketo .page-form li#mktFrmButtons input {
  display: inline-block;
  margin: 10px auto 0;
  background-color: #63B246;
  color: white;
  text-align: center;
  font-weight: 300;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 18px 10px !important;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }
  body.marketo .page-form li#mktFrmButtons input:hover, body.marketo .page-form li#mktFrmButtons input:focus {
    color: #fff;
    background-color: #4f8d38; }
body.marketo .page-form li.mktField label {
  width: 100%;
  background: none !important;
  padding-left: 0 !important; }
body.marketo .page-form li.mktField .mktFormSelect {
  width: auto;
  margin-bottom: 1em; }
body.marketo .page-form li.mktField input.mktFormText {
  border: 1px #cccccc solid !important;
  border-radius: 3px !important;
  width: 100% !important;
  margin-bottom: 1em;
  padding: 2px 4px; }
  body.marketo .page-form li.mktField input.mktFormText:focus {
    border-color: #63B246 !important;
    box-shadow: #63B246 0px 0px 6px 0px !important;
    outline-style: none;
    outline-color: #63B246;
    outline-width: 1px; }
body.marketo .page-form li.mktField.mktFormReq label:after {
  content: " *";
  font-size: .9em;
  font-weight: bold;
  color: #63B246; }

/* Marketo Landing a/b */
body.marketo2 .calloutbar {
  display: none !important; }

body.marketo2 .site-nav {
  display: none !important; }

body.marketo2 #site-header {
  background-color: #ffffff !important; }

body.marketo2 .nav-link {
  display: none !important; }

body.marketo2 #footer {
  display: none !important; }

body.marketo2 h2 {
  font-size: 18px;
  font-weight: 700; }

body.marketo2 footer {
  margin-top: 80px; }

body.marketo2 .secondary-cta {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px; }

body.marketo2 .secondary-cta a {
  display: block;
  font-size: 14px; }

body.marketo2 .gridcontainer {
  padding-top: 2em; }

body.marketo2 div.navigation-wrapper {
  position: relative; }

body.marketo2 div.navigation-wrapper .button-nav {
  position: absolute !important;
  right: 0; }

body.marketo2 .page-header {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 2em; }

body.marketo2 .page-header:last-child {
  margin-right: 0; }

body.marketo2 .page-header h1 {
  margin-bottom: .1em; }

body.marketo2 .page-header h2 {
  font-weight: normal;
  margin-top: 0;
  color: rgba(64, 86, 101, 0.5);
  font-size: 1.5em; }

body.marketo2 .page-content {
  float: left;
  display: block;
  margin-right: 6%;
  width: 62%;
  margin-bottom: 3em; }

body.marketo2 .page-content:last-child {
  margin-right: 0; }

body.marketo2 .page-content h5 {
  margin-bottom: 1em;
  font-weight: normal;
  line-height: 140%;
  color: #63B246; }

body.marketo2 .page-content img {
  float: left;
  max-width: 33%;
  margin-bottom: 1em;
  margin-right: 1.2em;
  margin-top: -5px;
  margin-left: -5px; }

body.marketo2 .page-content ul {
  list-style-type: circle;
  padding-left: 2em;
  margin-bottom: 2em; }

body.marketo2 .page-form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 4px; }

body.marketo2 .page-form:last-child {
  margin-right: 0; }

body.marketo2 .page-form #mktContent div {
  position: relative !important;
  top: 0 !important;
  left: 0 !important; }

body.marketo2 footer {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

body.marketo2 footer:after {
  content: "";
  display: table;
  clear: both; }

body.marketo2 footer p {
  font-size: 11px; }

body.marketo2 footer img {
  max-width: 100%; }

body.marketo2 .page-form li#mktFrmButtons input {
  display: inline-block;
  margin: 10px auto 0;
  background-color: #63B246;
  color: white;
  text-align: center;
  font-weight: 300;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  padding: 15px 20px 15px !important;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }

body.marketo2 .page-form li#mktFrmButtons input:hover, body.marketo2 .page-form li#mktFrmButtons input:focus {
  color: #fff;
  background-color: #4f8d38; }

body.marketo2 .page-form li.mktField label {
  width: 100%;
  background: none !important;
  padding-left: 0 !important; }

body.marketo2 .page-form li.mktField input.mktFormText {
  border: 1px #cccccc solid !important;
  border-radius: 3px !important;
  width: 100% !important;
  margin-bottom: 1em;
  padding: 2px 4px; }

body.marketo2 .page-form li.mktField input.mktFormText:focus {
  border-color: #63B246 !important;
  box-shadow: #63B246 0px 0px 6px 0px !important;
  outline-style: none;
  outline-color: #63B246;
  outline-width: 1px; }

body.marketo2 .page-form li.mktField.mktFormReq label:after {
  content: " *";
  font-size: .9em;
  font-weight: bold;
  color: #63B246; }

body.marketo2 .ebook-landing-footer {
  padding-bottom: 40px; }

/*
      .o.       ooooooooo.   ooooo 
     .888.      `888   `Y88. `888' 
    .8"888.      888   .d88'  888  
   .8' `888.     888ooo88P'   888  
  .88ooo8888.    888          888  
 .8'     `888.   888          888  
o88o     o8888o o888o        o888o 
*/
/* Fancy CSS */
@-webkit-keyframes blink {
  from, to {
    border-color: transparent; }
  50% {
    border-color: #81bf6a; } }
@-moz-keyframes blink {
  from, to {
    border-color: transparent; }
  50% {
    border-color: #81bf6a; } }
@-webkit-keyframes typing {
  from {
    width: 100%; }
  to {
    width: 0; } }
@-webkit-keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: black; } }
@-moz-keyframes typing {
  from {
    width: 100%; }
  to {
    width: 0; } }
@-moz-keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: black; } }
/* End Fancy CSS */
.page-api {
  /*
  ooooo                 .                      
  `888'               .o8                      
   888  ooo. .oo.   .o888oo oooo d8b  .ooooo.  
   888  `888P"Y88b    888   `888""8P d88' `88b 
   888   888   888    888    888     888   888 
   888   888   888    888 .  888     888   888 
  o888o o888o o888o   "888" d888b    `Y8bod8P' 
  */ }
  .page-api h1 {
    margin: 0;
    padding: 0;
    line-height: 0;
    text-align: center;
    font-size: 42px;
    color: #feffff;
    font-family: Antenna, Helvetica, Arial, sans-serif;
    font-weight: 700; }
  .page-api #logo h1 {
    border: none !important; }
  .page-api h2 {
    font-size: 42px;
    font-family: Antenna, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #63b246;
    margin: 0;
    padding: 0; }
  .page-api i {
    font-style: normal;
    font-weight: 300; }
  .page-api #intro {
    padding-top: 70px;
    background: url(/static/images/api/intro-pattern_2x.png) 0 228px repeat-x #405665;
    background-size: auto 279px; }
    .page-api #intro .fordevs::after {
      content: '';
      width: 100px;
      height: 100px;
      border-left: 3px solid #81bf6a;
      -webkit-animation: 1s blink step-end infinite;
      -moz-animation: 1s blink step-end infinite; }
    .page-api #intro .intro-text p {
      font-size: 14px;
      font-family: Antenna, Helvetica, Arial, sans-serif;
      color: #fff;
      text-align: center;
      padding: 28px 0 50px 0;
      margin: 0;
      font-weight: bold;
      clear: both; }
      .page-api #intro .intro-text p span {
        background: url(/static/images/api/underline_2x.png) -2px 20px no-repeat;
        background-size: auto 5px;
        padding: 0 1px 12px 1px; }
    .page-api #intro .intro-graphic .api-inner {
      display: block;
      width: 757px;
      margin: 0 auto; }
      .page-api #intro .intro-graphic .api-inner div {
        float: left;
        padding-top: 25px; }
    .page-api #intro .intro-graphic .browser {
      display: block;
      height: 365px;
      width: 165px;
      background-image: url(/static/images/api/browser-block_2x.png);
      background-size: auto 365px; }
    .page-api #intro .intro-graphic .code-block {
      display: block;
      height: 365px;
      width: 407px;
      background-image: url(/static/images/api/code-block_2x.png);
      background-size: 407px 365px;
      margin-bottom: 25px;
      padding-left: 21px; }
      .page-api #intro .intro-graphic .code-block .typed {
        position: relative; }
        .page-api #intro .intro-graphic .code-block .typed span {
          position: absolute;
          height: 15px;
          right: 0;
          margin-top: 8px;
          width: 0;
          background: #f9f9f9;
          border-left: .1em solid #444444;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-animation: typing 6s steps(29, end), blink-caret 1s step-end infinite;
          -moz-animation: typing 6s steps(29, end), blink-caret 1s step-end infinite; }
      .page-api #intro .intro-graphic .code-block p {
        font-family: Courier, Courier New, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 2.2em;
        color: #444444; }
        .page-api #intro .intro-graphic .code-block p:nth-child(3) {
          padding-top: 9px; }
        .page-api #intro .intro-graphic .code-block p:nth-child(4) {
          padding-top: 9px;
          width: 245px;
          margin-left: 52px; }
        .page-api #intro .intro-graphic .code-block p.doc-link {
          font-size: 11px;
          color: #c5c5c5;
          font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: normal; }
          .page-api #intro .intro-graphic .code-block p.doc-link a {
            color: #c5c5c5;
            text-decoration: underline; }
            .page-api #intro .intro-graphic .code-block p.doc-link a:hover {
              color: #63b246; }
      .page-api #intro .intro-graphic .code-block .code-numbers {
        display: block;
        float: left;
        width: 20px;
        font-size: 14px;
        color: #b4b4b4;
        font-family: Courier, Courier New, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 2.2em;
        margin-right: 32px; }
      .page-api #intro .intro-graphic .code-block i.codeblue {
        color: #00b9fe; }
      .page-api #intro .intro-graphic .code-block i.codepink {
        color: #ec308e; }
      .page-api #intro .intro-graphic .code-block i.codegreen {
        color: #6ac519; }
      .page-api #intro .intro-graphic .code-block i.codeorange {
        color: #fabd69; }
      .page-api #intro .intro-graphic .code-block i.codecomma {
        color: #c1c1c1; }
      .page-api #intro .intro-graphic .code-block .code-button {
        height: 40px;
        font-family: Courier, Courier New, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size: 14px;
        margin: 18px 0 4px 0; }
    .page-api #intro .intro-graphic .mobile {
      display: block;
      height: 365px;
      width: 165px;
      background-image: url(/static/images/api/mobile-block_2x.png);
      background-size: auto 365px; }
    .page-api #intro ul.api-options {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      display: block;
      width: 1020px;
      text-align: center;
      clear: both; }
      .page-api #intro ul.api-options:after {
        content: "";
        display: table;
        clear: both; }
      .page-api #intro ul.api-options li {
        display: inline;
        float: left;
        margin-right: 20px; }
        .page-api #intro ul.api-options li.last {
          margin-right: 0px;
          background-color: #3a4e5c; }
          .page-api #intro ul.api-options li.last a:hover {
            background-color: #59a03f; }
        .page-api #intro ul.api-options li img {
          padding-bottom: 20px; }
        .page-api #intro ul.api-options li h3 {
          font-size: 20px;
          color: #ffffff;
          font-family: Antenna, Helvetica, Arial, sans-serif;
          font-weight: 700; }
        .page-api #intro ul.api-options li p {
          color: rgba(255, 255, 255, 0.8);
          font-size: 14px;
          line-height: 18px; }
        .page-api #intro ul.api-options li a {
          display: block;
          width: 240px;
          padding: 30px 22px 40px 22px;
          transition: background-color 0.1s linear;
          -webkit-transition: background-color 0.1s linear;
          -moz-transitions: background-color 0.1s linear; }
          .page-api #intro ul.api-options li a i.icon {
            font-size: 40px;
            margin-bottom: 20px;
            display: block; }
          .page-api #intro ul.api-options li a:hover {
            background-color: #71bc55; }
          .page-api #intro ul.api-options li a.duo-mobile h3 {
            padding-right: 32px;
            background: url(/static/images/api/options-new-icon_2x.png) right 0 no-repeat;
            background-size: auto 13px; }
          .page-api #intro ul.api-options li a.pricing h3 {
            background: url(/static/images/api/options-new-icon_2x.png) 140px 0 no-repeat;
            background-size: auto 13px; }

/*
oooooooooooo                         .                                       ooooooooo.                              
`888'     `8                       .o8                                       `888   `Y88.                            
 888          .ooooo.   .oooo.   .o888oo oooo  oooo  oooo d8b  .ooooo.        888   .d88'  .ooooo.  oooo oooo    ooo 
 888oooo8    d88' `88b `P  )88b    888   `888  `888  `888""8P d88' `88b       888ooo88P'  d88' `88b  `88. `88.  .8'  
 888    "    888ooo888  .oP"888    888    888   888   888     888ooo888       888`88b.    888   888   `88..]88..8'   
 888         888    .o d8(  888    888 .  888   888   888     888    .o       888  `88b.  888   888    `888'`888'    
o888o        `Y8bod8P' `Y888""8o   "888"  `V88V"V8P' d888b    `Y8bod8P'      o888o  o888o `Y8bod8P'     `8'  `8'     
*/
.api-feature {
  min-height: 440px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative; }
  .api-feature .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .api-feature .inner:after {
      content: "";
      display: table;
      clear: both; }
  .api-feature .imagery {
    position: absolute;
    height: 440px;
    width: 669px;
    left: 55%; }
  .api-feature .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .api-feature .content:last-child {
      margin-right: 0; }
    .api-feature .content i.icon {
      font-size: 40px;
      color: #63B246;
      margin-bottom: 20px;
      display: inline-block; }
    .api-feature .content h2 {
      padding-bottom: 20px; }
    .api-feature .content p {
      font-size: 14px;
      color: #888888;
      font-weight: normal; }
      .api-feature .content p.lead {
        margin: 0;
        padding: 0;
        color: #405665;
        font-size: 16px;
        font-weight: 700;
        padding-bottom: 20px; }
    .api-feature .content .callouts p {
      font-size: 12px;
      line-height: 15px; }
      .api-feature .content .callouts p strong {
        font-size: 14px;
        line-height: 24px; }
  .api-feature#duo-web .content .callouts p {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .api-feature#duo-web .content .callouts p:last-child {
      margin-right: 0; }
  .api-feature#rest-api .content {
    margin-left: 51.17883%; }
    .api-feature#rest-api .content .callouts p {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      line-height: 160%; }
      .api-feature#rest-api .content .callouts p:last-child {
        margin-right: 0; }
  .api-feature#rest-api .imagery {
    left: auto;
    right: 55%; }
  .api-feature#duo-mobile h2 {
    background: url(/static/images/api/detail-new-icon_2x.png) 344px 4px no-repeat;
    background-size: auto 14px; }
  .api-feature#duo-mobile .imagery img {
    max-width: auto;
    max-height: 100%; }

#documentation .col8 {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 40px 0;
  float: none;
  display: block;
  margin: 0 auto; }

#documentation p {
  color: #888888;
  margin-top: 10px;
  margin-bottom: 18px; }

img.doc-logos {
  float: left;
  display: block;
  margin-right: 30px;
  height: 69px; }

#signup {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #signup:after {
    content: "";
    display: table;
    clear: both; }
  #signup div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 40px 0; }
    #signup div:last-child {
      margin-right: 0; }

#signup p {
  color: #888888;
  margin-top: 10px;
  margin-bottom: 18px;
  display: block; }

#signup .button {
  float: right; }

/*
ooooooooo.             o8o             o8o                         
`888   `Y88.           `"'             `"'                         
 888   .d88' oooo d8b oooo   .ooooo.  oooo  ooo. .oo.    .oooooooo 
 888ooo88P'  `888""8P `888  d88' `"Y8 `888  `888P"Y88b  888' `88b  
 888          888      888  888        888   888   888  888   888  
 888          888      888  888   .o8  888   888   888  `88bod8P'  
o888o        d888b    o888o `Y8bod8P' o888o o888o o888o `8oooooo.  
                                                        d"     YD  
                                                        "Y88888P'  
*/
#pricing {
  background: url(/static/images/api/pricing-bg.png) top center repeat-y #63b246; }
  #pricing .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3em; }
    #pricing .inner:after {
      content: "";
      display: table;
      clear: both; }
  #pricing .pricing-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding-bottom: 3em;
    /* Clear Fixer Upper */ }
    #pricing .pricing-container:last-child {
      margin-right: 0; }
    #pricing .pricing-container h2 {
      margin: 0;
      padding: 0;
      font-size: 34px;
      line-height: 1.2em;
      color: #ffffff;
      font-weight: 700;
      letter-spacing: -1px;
      float: left;
      margin-right: 5px; }
    #pricing .pricing-container p {
      margin: 0;
      padding: 0; }
    #pricing .pricing-container span {
      color: #ffffff;
      font-size: 14px;
      display: block;
      padding-top: 38px; }
    #pricing .pricing-container span.clear {
      clear: both;
      margin: 0;
      padding: 0; }
    #pricing .pricing-container p.smalltype {
      font-size: 11px;
      line-height: 13px;
      font-style: italic;
      max-width: 80%; }
    #pricing .pricing-container hr.price-line {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      margin: 2em 0;
      max-width: 80%; }
    #pricing .pricing-container ul.api-feature-list li {
      font-size: 12px;
      line-height: 28px;
      background: url(/static/images/api/ul-check-icon_2x.png) left no-repeat;
      background-size: auto 8px;
      padding-left: 16px; }
    #pricing .pricing-container .button {
      color: #63B246;
      background: #ffffff;
      margin-top: 30px;
      font-size: 13px;
      font-weight: bold;
      padding: 21px 46px; }
      #pricing .pricing-container .button:hover {
        color: #ffffff;
        background: #4E8D36; }
  #pricing .trust-builder {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    padding-bottom: 3em; }
    #pricing .trust-builder:last-child {
      margin-right: 0; }
    #pricing .trust-builder i.icon {
      font-size: 40px;
      color: #63B246;
      margin-bottom: 20px;
      display: inline-block; }
    #pricing .trust-builder h3 {
      color: #63b246;
      font-size: 26px;
      font-weight: 700; }
    #pricing .trust-builder p {
      font-size: 14px;
      line-height: 21px;
      color: #888888; }
    #pricing .trust-builder hr {
      border-bottom: 1px solid #e7e7e7;
      margin: 20px 0; }
    #pricing .trust-builder ul.happy-clients {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      display: block;
      margin-top: 22px; }
      #pricing .trust-builder ul.happy-clients:after {
        content: "";
        display: table;
        clear: both; }
      #pricing .trust-builder ul.happy-clients li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%;
        font-size: 12px;
        line-height: 17px;
        padding-bottom: 2em; }
        #pricing .trust-builder ul.happy-clients li:last-child {
          margin-right: 0; }
        #pricing .trust-builder ul.happy-clients li:nth-child(2) {
          margin-left: 8.5298%; }
        #pricing .trust-builder ul.happy-clients li img {
          display: block;
          margin-bottom: 1em; }
        #pricing .trust-builder ul.happy-clients li em {
          display: inline-block;
          padding-top: 1em;
          color: #999; }

/*
oooooooooooo                         .                                     ooooooooooooo                                
`888'     `8                       .o8                                     8'   888   `8                                
 888          .ooooo.   .oooo.   .o888oo oooo  oooo  oooo d8b  .ooooo.          888       .ooooo.  oooo  oooo  oooo d8b 
 888oooo8    d88' `88b `P  )88b    888   `888  `888  `888""8P d88' `88b         888      d88' `88b `888  `888  `888""8P 
 888    "    888ooo888  .oP"888    888    888   888   888     888ooo888         888      888   888  888   888   888     
 888         888    .o d8(  888    888 .  888   888   888     888    .o         888      888   888  888   888   888     
o888o        `Y8bod8P' `Y888""8o   "888"  `V88V"V8P' d888b    `Y8bod8P'        o888o     `Y8bod8P'  `V88V"V8P' d888b                                                         
*/
.feature-tour {
  /* /\/\/\/\/\ Global FeatureTour Typography & Styles /\/\/\/\/\ */
  /* /\/\/\/\ Secondary Nav /\/\/\/\ */
  /* /\/\/\/\ Global Tour Re-useable Structure /\/\/\/\/\ */ }
  .feature-tour h1 {
    font-size: 42px;
    color: #ffffff;
    padding-bottom: 25px;
    margin: 0; }
  .feature-tour h2 {
    font-size: 29px;
    color: #405665; }
  .feature-tour h3 {
    font-size: 21px;
    color: #405665; }
  .feature-tour h4 {
    font-size: 14px; }
  .feature-tour h5 {
    font-size: 22px;
    font-weight: normal; }
  .feature-tour h6 {
    font-size: 16px; }
  .feature-tour p.lead {
    font-size: 14px;
    color: #7da7c4; }
  .feature-tour p {
    font-size: 16px; }
  .feature-tour h3 > h2 {
    margin-top: 0; }
  .feature-tour span.green {
    transition: all 0.2s; }
  .feature-tour .txtcenter {
    text-align: center; }
  .feature-tour .padt0 {
    padding-top: 0px; }
  .feature-tour .padt50 {
    padding-top: 50px; }
  .feature-tour .padt70 {
    padding-top: 70px; }
  .feature-tour .padt90 {
    padding-top: 90px; }
  .feature-tour .padt100 {
    padding-top: 100px; }
  .feature-tour .padt110 {
    padding-top: 110px; }
  .feature-tour .padb0 {
    padding-bottom: 0px; }
  .feature-tour .padb50 {
    padding-bottom: 50px; }
  .feature-tour .padb70 {
    padding-bottom: 70px; }
  .feature-tour .padb90 {
    padding-bottom: 90px; }
  .feature-tour .padb100 {
    padding-bottom: 100px; }
  .feature-tour .padb110 {
    padding-bottom: 110px; }
  .feature-tour .graybg {
    background: #f7f7f7; }
  .feature-tour .bdrt2ec {
    border-top: 2px solid #ececec; }
  .feature-tour .bdrb2ec {
    border-bottom: 2px solid #ececec; }
  .feature-tour .list-float {
    float: left;
    width: 46%;
    margin-right: 8%; }
  .feature-tour #header {
    padding-top: 97px; }
    .feature-tour #header .padb125 {
      padding-bottom: 125px; }
    .feature-tour #header a {
      border-radius: 5px;
      background-color: #63B246;
      padding: 18px 36px;
      color: #fff; }
    .feature-tour #header a:hover {
      background-color: #fff;
      color: #63B246; }
    .feature-tour #header p {
      color: rgba(255, 255, 255, 0.8);
      padding-bottom: 25px; }
  .feature-tour section {
    overflow: hidden; }
  .feature-tour .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .feature-tour .inner:after {
      content: "";
      display: table;
      clear: both; }
  .feature-tour #secondary-nav {
    background-color: #f6f6f6; }
    .feature-tour #secondary-nav .container {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto; }
      .feature-tour #secondary-nav .container:after {
        content: "";
        display: table;
        clear: both; }
  .feature-tour .category-nav {
    padding: 1em 0;
    position: relative;
    font-weight: normal;
    color: #405665;
    display: inline-block;
    margin-right: 2em; }
    .feature-tour .category-nav:hover {
      transition: all .1s ease;
      cursor: pointer; }
      .feature-tour .category-nav:hover .arrow-down {
        border-top: 4px solid #63B246; }
      .feature-tour .category-nav:hover ul {
        max-height: 500px;
        transition: max-height 0.25s ease-in; }
    .feature-tour .category-nav .arrow-down {
      width: 0;
      height: 0;
      display: inline-block;
      position: relative;
      top: -4px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #405665; }
    .feature-tour .category-nav ul {
      position: absolute;
      top: 50px;
      left: -20px;
      width: 265px;
      background: #fafafa;
      max-height: 0;
      transition: max-height 0 ease-out;
      overflow: hidden;
      z-index: 1030;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
      .feature-tour .category-nav ul li {
        display: block;
        margin-bottom: 0; }
        .feature-tour .category-nav ul li:first-child {
          font-weight: bold;
          margin-top: 15px; }
        .feature-tour .category-nav ul li:last-child {
          margin-bottom: 25px; }
        .feature-tour .category-nav ul li a {
          font-size: 15px;
          display: block;
          padding-left: 20px;
          padding-right: 20px;
          margin-bottom: 20px;
          color: #405665; }
          .feature-tour .category-nav ul li a i {
            color: #666;
            position: relative;
            top: 6px;
            margin-right: 3px;
            font-size: 22px; }
          .feature-tour .category-nav ul li a:hover {
            color: #63B246; }
          .feature-tour .category-nav ul li a.current {
            color: #63B246; }
  .feature-tour .section-nav {
    padding-top: 1em;
    padding-left: 0;
    text-align: left;
    font-size: 13px;
    display: inline-block; }
    .feature-tour .section-nav li {
      display: inline-block;
      margin-right: 2em; }
      .feature-tour .section-nav li:last-child {
        margin-right: 0; }
    .feature-tour .section-nav a {
      color: #666; }
      .feature-tour .section-nav a:hover, .feature-tour .section-nav a.current {
        color: #63B246; }
    .feature-tour .section-nav .btn-green {
      border: 2px solid #63b246 !important;
      background: #63b246;
      color: #ffffff;
      transition: all 0.2s ease; }
    .feature-tour .section-nav .btn-green:hover {
      background: #4f8d38;
      border: 2px solid #4f8d38 !important;
      color: #ffffff; }
  .feature-tour .quotel-contentr {
    /* Quote Left, Content Right */ }
    .feature-tour .quotel-contentr .quote {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .feature-tour .quotel-contentr .quote:last-child {
        margin-right: 0; }
      .feature-tour .quotel-contentr .quote .platform-video-thumb a {
        display: inline-block;
        width: 95%;
        padding: 15px;
        padding-right: 20px;
        padding-left: 0;
        transition: all 0.2s;
        margin-top: 30px; }
        .feature-tour .quotel-contentr .quote .platform-video-thumb a img {
          float: left;
          margin-right: 15px;
          display: inline-block;
          float: left; }
        .feature-tour .quotel-contentr .quote .platform-video-thumb a span {
          font-size: 18px;
          font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          display: inline-block;
          float: left;
          padding-top: 2px; }
        .feature-tour .quotel-contentr .quote .platform-video-thumb a i.small {
          font-size: 12px;
          font-style: italic;
          display: block; }
        .feature-tour .quotel-contentr .quote .platform-video-thumb a:hover {
          background: #ffffff;
          color: #405665; }
      .feature-tour .quotel-contentr .quote blockquote {
        font-size: 28px;
        color: #63B246;
        padding: 0;
        margin: 0;
        border: none;
        line-height: 1.2em; }
        .feature-tour .quotel-contentr .quote blockquote:before {
          content: "";
          display: block;
          width: 36px;
          height: 4px;
          background-color: #63B246;
          margin-bottom: .8em; }
        .feature-tour .quotel-contentr .quote blockquote footer {
          font-size: 12px;
          color: #888888;
          margin-top: .5em; }
          .feature-tour .quotel-contentr .quote blockquote footer:before {
            content: "\2014\00a0"; }
          .feature-tour .quotel-contentr .quote blockquote footer a {
            color: #888888;
            border-bottom: 1px solid #D7D7D7; }
            .feature-tour .quotel-contentr .quote blockquote footer a:hover {
              color: #63B246;
              border-color: #63B246; }
    .feature-tour .quotel-contentr .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      margin-right: 0; }
      .feature-tour .quotel-contentr .content:last-child {
        margin-right: 0; }
  .feature-tour .contentL-imageR {
    /* Content Left, Imagery Right */ }
    .feature-tour .contentL-imageR .container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .feature-tour .contentL-imageR .container:last-child {
        margin-right: 0; }
    .feature-tour .contentL-imageR .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      padding-top: 0; }
      .feature-tour .contentL-imageR .content:last-child {
        margin-right: 0; }
    .feature-tour .contentL-imageR .imagery {
      position: absolute;
      left: 60%;
      z-index: 1; }
    .feature-tour .contentL-imageR i.icon-chevron-right {
      display: inline-block;
      width: 10px;
      height: 20px;
      vertical-align: bottom;
      text-align: center;
      font-size: 10px; }
    .feature-tour .contentL-imageR i.icon-chevron-right:before {
      font-weight: 800 !important; }
  .feature-tour .contentR-imageL {
    /* Content Right, Imagery Left */ }
    .feature-tour .contentR-imageL .container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .feature-tour .contentR-imageL .container:last-child {
        margin-right: 0; }
    .feature-tour .contentR-imageL .content {
      margin-left: 42.64902%;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      padding-top: 0; }
      .feature-tour .contentR-imageL .content:last-child {
        margin-right: 0; }
    .feature-tour .contentR-imageL .imagery {
      position: absolute;
      right: 60%;
      z-index: 1; }
    .feature-tour .contentR-imageL i.icon-chevron-right {
      display: inline-block;
      width: 10px;
      height: 20px;
      vertical-align: bottom;
      text-align: center;
      font-size: 10px; }
    .feature-tour .contentR-imageL i.icon-chevron-right:before {
      font-weight: 800 !important; }
  .feature-tour .fullbg-contentR-imageL {
    /* Full Background Image with Content Right, Imagery Left */
    background-color: #f8f9fa; }
    .feature-tour .fullbg-contentR-imageL .content {
      margin-left: 42.64902%;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      padding-top: 0; }
      .feature-tour .fullbg-contentR-imageL .content:last-child {
        margin-right: 0; }
    .feature-tour .fullbg-contentR-imageL .content p {
      color: #585858; }
    .feature-tour .fullbg-contentR-imageL .imagery {
      position: absolute;
      right: 60%;
      z-index: 1; }
    .feature-tour .fullbg-contentR-imageL .content > p > i {
      font-size: 30px;
      color: #585858;
      margin-bottom: 24px;
      display: block; }
    .feature-tour .fullbg-contentR-imageL i.icon-chevron-right {
      display: inline-block;
      width: 10px;
      height: 20px;
      vertical-align: bottom;
      text-align: center;
      font-size: 10px; }
    .feature-tour .fullbg-contentR-imageL i.icon-chevron-right:before {
      font-weight: 800 !important; }
  .feature-tour .fullbg-contentL-imageR {
    /* Full Background Image with Content Left, Imagery Right */
    background-color: #f8f9fa; }
    .feature-tour .fullbg-contentL-imageR .content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%;
      padding-top: 0; }
      .feature-tour .fullbg-contentL-imageR .content:last-child {
        margin-right: 0; }
    .feature-tour .fullbg-contentL-imageR .content p {
      color: #585858; }
    .feature-tour .fullbg-contentL-imageR .imagery {
      position: absolute;
      left: 60%;
      z-index: 1; }
    .feature-tour .fullbg-contentL-imageR .content > p > i {
      font-size: 30px;
      color: #585858;
      margin-bottom: 24px;
      display: block; }
    .feature-tour .fullbg-contentL-imageR i.icon-chevron-right {
      display: inline-block;
      width: 10px;
      height: 20px;
      vertical-align: bottom;
      text-align: center;
      font-size: 10px; }
    .feature-tour .fullbg-contentL-imageR i.icon-chevron-right:before {
      font-weight: 800 !important; }
  .feature-tour .callout-bar {
    /* Small Section Calling out Small Amount of Content */ }
    .feature-tour .callout-bar .container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .feature-tour .callout-bar .container:last-child {
        margin-right: 0; }
      .feature-tour .callout-bar .container h4 {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 7.44167%;
        font-size: 14px;
        color: #63b246; }
        .feature-tour .callout-bar .container h4:last-child {
          margin-right: 0; }
      .feature-tour .callout-bar .container p {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 89.71574%;
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 16px;
        font-family: Antenna, Helvetica, Arial, sans-serif;
        font-weight: 100;
        line-height: 21px;
        color: #444444; }
        .feature-tour .callout-bar .container p:last-child {
          margin-right: 0; }
        .feature-tour .callout-bar .container p a {
          font-size: 16px; }
  .feature-tour .five-column-calloutbar {
    /* Small Section Calling out 5 Columns of Content */
    background-color: #f8f9fa; }
    .feature-tour .five-column-calloutbar .container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      margin-left: 17.05961%;
      text-align: center; }
      .feature-tour .five-column-calloutbar .container:last-child {
        margin-right: 0; }
    .feature-tour .five-column-calloutbar h4 {
      color: #63b246;
      padding-bottom: 20px;
      margin: 0; }
    .feature-tour .five-column-calloutbar .column {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 22.316%; }
      .feature-tour .five-column-calloutbar .column:last-child {
        margin-right: 0; }
    .feature-tour .five-column-calloutbar a {
      display: block;
      border-radius: 4px;
      background-color: #ffffff;
      border: 2px solid #ececec;
      padding: 8px 16px;
      min-height: 90px; }
      .feature-tour .five-column-calloutbar a img {
        border: none;
        max-height: 70px;
        width: auto;
        display: block;
        margin: 0 auto; }
  .feature-tour .two-column-content {
    /* Two Content Sections in Two Columns */ }
    .feature-tour .two-column-content .container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%;
      padding-top: 5em;
      padding-bottom: 5em; }
      .feature-tour .two-column-content .container:last-child {
        margin-right: 0; }
    .feature-tour .two-column-content .column {
      float: left;
      display: block;
      margin-right: 2.84259%;
      width: 48.57871%; }
      .feature-tour .two-column-content .column:last-child {
        margin-right: 0; }
      .feature-tour .two-column-content .column:nth-child(2n) {
        margin-right: 0; }
      .feature-tour .two-column-content .column:nth-child(2n+1) {
        clear: left; }
    .feature-tour .two-column-content h6 {
      padding-bottom: 15px; }
    .feature-tour .two-column-content p {
      margin-bottom: 0; }
    .feature-tour .two-column-content .column > p > i {
      font-size: 30px;
      color: #888888;
      margin-bottom: 24px;
      display: block; }
  .feature-tour .three-column-content {
    /* Three Content Sections in Three Columns */ }
    .feature-tour .three-column-content .column {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .feature-tour .three-column-content .column:last-child {
        margin-right: 0; }
      .feature-tour .three-column-content .column:nth-child(3n) {
        margin-right: 0; }
      .feature-tour .three-column-content .column:nth-child(3n+1) {
        clear: left; }
    .feature-tour .three-column-content h3 {
      padding-bottom: 10px;
      margin-bottom: 0;
      font-size: 16px;
      color: #63B246; }
    .feature-tour .three-column-content h5 {
      padding-bottom: 15px;
      margin-bottom: 0; }
    .feature-tour .three-column-content .column > p > i {
      font-size: 30px;
      color: #888888;
      margin-bottom: 24px;
      display: block; }
  .feature-tour .get-started {
    /* Consistent Bottom CTA */
    background-color: #63B246; }
    .feature-tour .get-started h2 {
      color: #fff;
      margin-bottom: 32px;
      margin-top: .2em; }
    .feature-tour .get-started a {
      border-radius: 5px;
      background-color: #fff;
      padding: 18px 36px; }
      .feature-tour .get-started a:hover {
        background-color: #405665;
        color: #fff; }

/*
 .oooooo..o                                 o8o   .o88o.  o8o               ooooooooo.                                           
d8P'    `Y8                                 `"'   888 `"  `"'               `888   `Y88.                                         
Y88bo.      oo.ooooo.   .ooooo.   .ooooo.  oooo  o888oo  oooo   .ooooo.      888   .d88'  .oooo.    .oooooooo  .ooooo.   .oooo.o 
 `"Y8888o.   888' `88b d88' `88b d88' `"Y8 `888   888    `888  d88' `"Y8     888ooo88P'  `P  )88b  888' `88b  d88' `88b d88(  "8 
     `"Y88b  888   888 888ooo888 888        888   888     888  888           888          .oP"888  888   888  888ooo888 `"Y88b.  
oo     .d8P  888   888 888    .o 888   .o8  888   888     888  888   .o8     888         d8(  888  `88bod8P'  888    .o o.  )88b 
8""88888P'   888bod8P' `Y8bod8P' `Y8bod8P' o888o o888o   o888o `Y8bod8P'    o888o        `Y888""8o `8oooooo.  `Y8bod8P' 8""888P' 
             888                                                                                   d"     YD                     
            o888o                                                                                  "Y88888P'                     
*/
/*

  .oooooo.                                               o8o                             
 d8P'  `Y8b                                              `"'                             
888      888 oooo    ooo  .ooooo.  oooo d8b oooo    ooo oooo   .ooooo.  oooo oooo    ooo 
888      888  `88.  .8'  d88' `88b `888""8P  `88.  .8'  `888  d88' `88b  `88. `88.  .8'  
888      888   `88..8'   888ooo888  888       `88..8'    888  888ooo888   `88..]88..8'   
`88b    d88'    `888'    888    .o  888        `888'     888  888    .o    `888'`888'    
 `Y8bood8P'      `8'     `Y8bod8P' d888b        `8'     o888o `Y8bod8P'     `8'  `8'   

Overview - There are several one off sections on this page that need specific styling */
.page-overview #header {
  background: #ffffff;
  background-position: bottom center,  left;
  background-repeat: no-repeat, repeat-x;
  background-size: auto 289px, auto;
  padding-bottom: 338px;
  text-align: center;
  padding-bottom: 3em;
  border-top: 3px #f3f3f3 solid; }
  .page-overview #header h1 {
    color: #63B246; }
  .page-overview #header h2 {
    color: #444;
    font-size: 18px;
    font-weight: normal;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%; }
    .page-overview #header h2:last-child {
      margin-right: 0; }
  .page-overview #header a {
    background: #63B246;
    color: #ffffff;
    transition: all 0.2s; }
  .page-overview #header a:hover {
    background: #4f8d38;
    color: #fff; }
.page-overview #overview-nav .inner {
  border-top: 2px solid #ececec; }
  .page-overview #overview-nav .inner li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .page-overview #overview-nav .inner li:last-child {
      margin-right: 0; }
.page-overview #overview-nav .inner-seven {
  display: block;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .page-overview #overview-nav .inner-seven:after {
    content: "";
    display: table;
    clear: both; }
  .page-overview #overview-nav .inner-seven:after {
    content: "";
    display: table;
    clear: both; }
  .page-overview #overview-nav .inner-seven li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 12.26487%; }
    .page-overview #overview-nav .inner-seven li:last-child {
      margin-right: 0; }
    .page-overview #overview-nav .inner-seven li.new {
      border: 2px #ebf6e8 solid;
      border-radius: 15px;
      position: relative; }
      .page-overview #overview-nav .inner-seven li.new span {
        position: absolute;
        top: 5px;
        right: 7px;
        font-weight: bold;
        color: #999; }
.page-overview #overview-nav li {
  text-align: center; }
  .page-overview #overview-nav li a {
    display: block;
    padding: 2.2em 1.5em 2em;
    font-size: 12px;
    line-height: 13px; }
    .page-overview #overview-nav li a i {
      display: block;
      font-size: 36px;
      color: #999;
      margin-bottom: .4em; }
    .page-overview #overview-nav li a:hover {
      background: #fafafa; }
.page-overview #overview-trial-cta .container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%; }
  .page-overview #overview-trial-cta .container:last-child {
    margin-right: 0; }
.page-overview #overview-trial-cta p {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 700;
  color: #888888;
  float: left;
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 61.158%; }
  .page-overview #overview-trial-cta p:last-child {
    margin-right: 0; }
.page-overview #overview-trial-cta p:nth-child(1) {
  position: relative;
  top: 10px; }
.page-overview #overview-trial-cta p:nth-child(2) {
  float: left;
  display: block;
  margin-right: 3.57866%;
  width: 35.26334%; }
  .page-overview #overview-trial-cta p:nth-child(2):last-child {
    margin-right: 0; }
.page-overview #overview-trial-cta a {
  font-size: 14px;
  font-weight: 700;
  padding: 20px 46px;
  margin: 0;
  float: right; }
.page-overview #overview-platform-edition .imagery {
  width: 425px;
  margin-top: 10px;
  margin-right: 25px; }
.page-overview #overview-platform-edition .container {
  border-top: 2px solid #ececec;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%; }
  .page-overview #overview-platform-edition .container:last-child {
    margin-right: 0; }
.page-overview #overview-platform-edition .subpage-callout {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .page-overview #overview-platform-edition .subpage-callout:last-child {
    margin-right: 0; }
.page-overview #overview-platform-edition .subpage-callout-link {
  padding: 20px;
  border: 1px solid #ececec;
  border-radius: 4px;
  color: #888888;
  display: block;
  transition: all 0.2s; }
  .page-overview #overview-platform-edition .subpage-callout-link i {
    font-size: 30px;
    color: #888888;
    float: left;
    display: inline-block;
    padding-right: 22px;
    padding-top: 22px;
    padding-bottom: 12px; }
  .page-overview #overview-platform-edition .subpage-callout-link:hover span.green {
    color: #12200c; }
.page-overview #overview-platform-edition .last {
  margin-right: 0px; }
.page-overview #overview-platform-edition .subpage-callout-link > p {
  margin-bottom: 5px; }
.page-overview #overview-platform-edition .subpage-callout-link p:nth-child(3) {
  font-size: 12px;
  line-height: 16px; }
.page-overview #overview-user-experience .imagery {
  width: 410px;
  margin-top: -25px;
  margin-right: 25px; }
.page-overview #overview-user-experience .container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%; }
  .page-overview #overview-user-experience .container:last-child {
    margin-right: 0; }
.page-overview #overview-user-experience .subpage-callout {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .page-overview #overview-user-experience .subpage-callout:last-child {
    margin-right: 0; }
.page-overview #overview-user-experience .subpage-callout-link {
  padding: 20px;
  border: 1px solid #ececec;
  border-radius: 4px;
  color: #888888;
  display: block;
  transition: all 0.2s; }
  .page-overview #overview-user-experience .subpage-callout-link i {
    font-size: 30px;
    color: #888888;
    float: left;
    display: inline-block;
    padding-right: 22px;
    padding-top: 15px; }
  .page-overview #overview-user-experience .subpage-callout-link:hover span.green {
    color: #12200c; }
.page-overview #overview-user-experience .last {
  margin-right: 0px; }
.page-overview #overview-user-experience .subpage-callout-link > p {
  margin-bottom: 5px; }
.page-overview #overview-user-experience .subpage-callout-link p:nth-child(3) {
  font-size: 12px;
  line-height: 16px; }
.page-overview #overview-reporting {
  background: url(../images/features/reporting-topgraph_2x.jpg) #f5f6f8;
  background-repeat: repeat-x;
  background-size: auto 71px; }
  .page-overview #overview-reporting h2 {
    margin-bottom: 14px; }
  .page-overview #overview-reporting .container {
    padding-top: 115px;
    padding-bottom: 60px; }
  .page-overview #overview-reporting .content {
    margin-left: 17.05961%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    text-align: center; }
    .page-overview #overview-reporting .content:last-child {
      margin-right: 0; }
  .page-overview #overview-reporting .content > p > i {
    font-size: 12px;
    display: inline-block;
    color: #63b246;
    position: relative;
    top: 1px;
    padding-right: 5px;
    margin-bottom: 0;
    margin-left: 14px; }
  .page-overview #overview-reporting .content > p > i:first-child {
    margin-left: 0; }
.page-overview #overview-supported-applications .imagery {
  width: 418px;
  margin-top: -30px; }
.page-overview #overview-supported-applications .container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%; }
  .page-overview #overview-supported-applications .container:last-child {
    margin-right: 0; }
.page-overview #overview-supported-applications .subpage-callout {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  border: 1px solid #ececec;
  border-radius: 4px;
  text-align: center;
  box-shadow: none;
  transition: all 0.2s;
  position: relative;
  top: 0px; }
  .page-overview #overview-supported-applications .subpage-callout:last-child {
    margin-right: 0; }
  .page-overview #overview-supported-applications .subpage-callout:nth-child(3n) {
    margin-right: 0; }
  .page-overview #overview-supported-applications .subpage-callout:nth-child(3n+1) {
    clear: left; }
  .page-overview #overview-supported-applications .subpage-callout img {
    height: 90px;
    padding: 20px 40px; }
  .page-overview #overview-supported-applications .subpage-callout:hover {
    transition: all 0.2s;
    top: -4px;
    box-shadow: 0px 2px 2px #ececec;
    border: 1px solid #dedede; }
.page-overview #overview-supported-applications .dozens {
  text-align: center;
  display: block;
  padding-top: 10px;
  clear: both; }
.page-overview #overview-controls {
  background-image: url(../images/features/full-bg-example.jpg);
  background-size: cover; }
  .page-overview #overview-controls h2 {
    letter-spacing: -.4px; }
  .page-overview #overview-controls .imagery {
    width: 519px;
    margin-top: -23px; }
  .page-overview #overview-controls .container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%; }
    .page-overview #overview-controls .container:last-child {
      margin-right: 0; }
  .page-overview #overview-controls .subpage-callout {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .page-overview #overview-controls .subpage-callout:last-child {
      margin-right: 0; }
  .page-overview #overview-controls .subpage-callout-link {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border: 1px solid #ececec;
    border-radius: 4px;
    color: #888888;
    display: block;
    transition: all 0.2s; }
    .page-overview #overview-controls .subpage-callout-link i {
      font-size: 30px;
      color: #405665;
      float: left;
      display: inline-block;
      padding-right: 22px;
      padding-top: 15px;
      padding-bottom: .7em; }
    .page-overview #overview-controls .subpage-callout-link:hover span.green {
      color: #12200c; }
  .page-overview #overview-controls .subpage-callout-link p {
    color: #575757; }
  .page-overview #overview-controls .subpage-callout-link > p {
    margin-bottom: 5px;
    letter-spacing: -.3px; }
  .page-overview #overview-controls .subpage-callout-link p:nth-child(3) {
    font-size: 12px;
    line-height: 16px; }
.page-overview #overview-methods .container {
  margin-left: 0%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-bottom: 80px; }
  .page-overview #overview-methods .container:last-child {
    margin-right: 0; }
.page-overview #overview-methods .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%;
  text-align: center;
  position: relative; }
  .page-overview #overview-methods .content:last-child {
    margin-right: 0; }
.page-overview #overview-methods h2 {
  margin-bottom: 15px; }
.page-overview #overview-methods .subpage-callout {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  color: #888888;
  border: 2px solid #ececec;
  border-radius: 4px;
  margin-top: 25px;
  padding: 25px 25px 40px;
  position: relative;
  transition: all .2s;
  top: 0; }
  .page-overview #overview-methods .subpage-callout:last-child {
    margin-right: 0; }
.page-overview #overview-methods .subpage-callout:hover {
  top: -4px;
  transition: all .4s; }
.page-overview #overview-methods .subpage-callout p {
  margin-bottom: 4px; }
.page-overview #overview-methods .subpage-callout p:nth-child(3) {
  font-size: 13px;
  line-height: 17px; }
.page-overview #overview-methods .subpage-callout > i {
  font-size: 30px;
  color: #888888;
  display: inline-block;
  padding-bottom: 25px; }
.page-overview #overview-methods .last {
  margin-right: 0; }
.page-overview #overview-methods .fade-out {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0; }
  .page-overview #overview-methods .fade-out:last-child {
    margin-right: 0; }
.page-overview #overview-management {
  background-image: url(../images/features/full-bg-example.jpg);
  background-size: cover; }
  .page-overview #overview-management .imagery {
    width: 515px;
    margin-top: 24px; }
  .page-overview #overview-management .container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%; }
    .page-overview #overview-management .container:last-child {
      margin-right: 0; }

/* 

ooooooooo.                                               .    o8o                         
`888   `Y88.                                           .o8    `"'                         
 888   .d88'  .ooooo.  oo.ooooo.   .ooooo.  oooo d8b .o888oo oooo  ooo. .oo.    .oooooooo 
 888ooo88P'  d88' `88b  888' `88b d88' `88b `888""8P   888   `888  `888P"Y88b  888' `88b  
 888`88b.    888ooo888  888   888 888   888  888       888    888   888   888  888   888  
 888  `88b.  888    .o  888   888 888   888  888       888 .  888   888   888  `88bod8P'  
o888o  o888o `Y8bod8P'  888bod8P' `Y8bod8P' d888b      "888" o888o o888o o888o `8oooooo.  
                        888                                                    d"     YD  
                       o888o                                                   "Y88888P'
*/
.page-reporting #header {
  background-color: #405665;
  background-image: url("/static/images/features/reporting-header_2x.png");
  background-image: url("/static/images/features/reporting-header_2x.png");
  background-position: center bottom, left;
  background-repeat: no-repeat, repeat-x;
  background-size: auto 268px, auto;
  padding-bottom: 130px;
  text-align: center; }
.page-reporting #fraud-alerts .imagery {
  margin-top: -14px;
  width: 461px; }
.page-reporting #logs .imagery {
  margin-top: -14px;
  width: 461px; }

/* 
  .oooooo.                             .                      oooo           
 d8P'  `Y8b                          .o8                      `888           
888           .ooooo.  ooo. .oo.   .o888oo oooo d8b  .ooooo.   888   .oooo.o 
888          d88' `88b `888P"Y88b    888   `888""8P d88' `88b  888  d88(  "8 
888          888   888  888   888    888    888     888   888  888  `"Y88b.  
`88b    ooo  888   888  888   888    888 .  888     888   888  888  o.  )88b 
 `Y8bood8P'  `Y8bod8P' o888o o888o   "888" d888b    `Y8bod8P' o888o 8""888P' 
*/
.page-controls #header {
  background-color: #405665;
  background-image: url("/static/images/features/controls-headerv2_2x.png");
  background-image: url("/static/images/features/controls-headerv2_2x.png");
  background-position: 80% center, left;
  background-repeat: no-repeat, repeat-x;
  background-size: auto 373px, auto;
  padding-bottom: 137px; }
.page-controls #trusted-devices-networks .imagery {
  width: 444px;
  margin-top: -10px; }
.page-controls #geo-location .imagery {
  width: 460px;
  margin-top: -14px; }

/* 
oooooooooooo                         .                               
`888'     `8                       .o8                               
 888          .oooo.    .ooooo.  .o888oo  .ooooo.  oooo d8b  .oooo.o 
 888oooo8    `P  )88b  d88' `"Y8   888   d88' `88b `888""8P d88(  "8 
 888    "     .oP"888  888         888   888   888  888     `"Y88b.  
 888         d8(  888  888   .o8   888 . 888   888  888     o.  )88b 
o888o        `Y888""8o `Y8bod8P'   "888" `Y8bod8P' d888b    8""888P' 
*/
.page-methods #header {
  background-color: #405665;
  background-image: url("/static/images/features/factors-header2_2x.png");
  background-image: url("/static/images/features/factors-header2_2x.png");
  background-position: bottom center, left 310px, left -20px;
  background-repeat: no-repeat, repeat-x, repeat-x;
  background-size: auto 289px, auto 225px, auto;
  background-color: #405665;
  padding-bottom: 294px;
  text-align: center; }
.page-methods #duo-push {
  background-image: url(../images/features/full-bg-example.jpg);
  background-size: cover; }
  .page-methods #duo-push .imagery img {
    height: 439px;
    position: relative;
    top: -40px;
    left: -40px; }
  .page-methods #duo-push .icon-platform {
    font-size: 36px; }
  .page-methods #duo-push .label {
    font-size: 80%;
    position: relative;
    top: -12px;
    left: 5px; }
.page-methods .auth-methods-table {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em; }
  .page-methods .auth-methods-table:after {
    content: "";
    display: table;
    clear: both; }
  .page-methods .auth-methods-table p, .page-methods .auth-methods-table h3 {
    text-align: center; }
  .page-methods .auth-methods-table table {
    width: 100%; }
    .page-methods .auth-methods-table table tr {
      border-bottom: 1px #efefef solid; }
    .page-methods .auth-methods-table table th {
      border-bottom: none;
      vertical-align: top; }
    .page-methods .auth-methods-table table tr.icons td {
      font-weight: bold;
      vertical-align: bottom;
      color: #63B246; }
      .page-methods .auth-methods-table table tr.icons td img {
        margin-bottom: 6px; }
    .page-methods .auth-methods-table table tr.platforms i {
      color: #405665;
      font-size: 32px; }
    .page-methods .auth-methods-table table i.icon-check-shield {
      font-size: 36px;
      color: #63B246; }
      .page-methods .auth-methods-table table i.icon-check-shield span {
        display: none; }
    .page-methods .auth-methods-table table tr.offline td {
      vertical-align: center;
      text-align: center; }
    .page-methods .auth-methods-table table .row-name {
      font-weight: bold;
      color: #405665; }
    .page-methods .auth-methods-table table td {
      vertical-align: top;
      width: 16.66666667%;
      font-size: 13px;
      line-height: 15px;
      padding: 1.5em 1em;
      border: 0; }
      .page-methods .auth-methods-table table td.method {
        text-align: center;
        font-size: 12px;
        line-height: 17px;
        color: #1c2b4b; }
      .page-methods .auth-methods-table table td.icon {
        vertical-align: bottom;
        padding-bottom: 5px; }
      .page-methods .auth-methods-table table td.name {
        padding-top: 0;
        font-size: 18px;
        line-height: 18px;
        font-weight: 600; }
      .page-methods .auth-methods-table table td.description {
        font-size: 12px;
        line-height: 15px;
        padding-left: 0; }
      .page-methods .auth-methods-table table td .store-a-batch {
        display: block;
        width: 90px;
        margin: 0 auto;
        color: #555; }

/* 
ooooo                 .                                               .    o8o                                 
`888'               .o8                                             .o8    `"'                                 
 888  ooo. .oo.   .o888oo  .ooooo.   .oooooooo oooo d8b  .oooo.   .o888oo oooo   .ooooo.  ooo. .oo.    .oooo.o 
 888  `888P"Y88b    888   d88' `88b 888' `88b  `888""8P `P  )88b    888   `888  d88' `88b `888P"Y88b  d88(  "8 
 888   888   888    888   888ooo888 888   888   888      .oP"888    888    888  888   888  888   888  `"Y88b.  
 888   888   888    888 . 888    .o `88bod8P'   888     d8(  888    888 .  888  888   888  888   888  o.  )88b 
o888o o888o o888o   "888" `Y8bod8P' `8oooooo.  d888b    `Y888""8o   "888" o888o `Y8bod8P' o888o o888o 8""888P' 
                                    d"     YD                                                                  
                                    "Y88888P'
*/
.page-applications #header {
  background-color: #405665;
  background-image: url("/static/images/features/integrations-headerv2_2x.png");
  background-image: url("/static/images/features/integrations-headerv2_2x.png");
  background-position: top center, left;
  background-repeat: no-repeat, repeat-x;
  background-size: auto 542px, auto;
  padding-top: 180px;
  padding-bottom: 180px;
  text-align: center; }
.page-applications .five-column-calloutbar a {
  position: relative;
  transition: all 0.2s;
  top: 0; }
  .page-applications .five-column-calloutbar a.juniper img {
    margin-top: 12px; }
  .page-applications .five-column-calloutbar a.owa img {
    margin-top: 6px; }
  .page-applications .five-column-calloutbar a.rdp img {
    margin-top: 10px; }
  .page-applications .five-column-calloutbar a:hover {
    transition: all 0.2s;
    top: -4px;
    box-shadow: 0px 2px 2px #ececec;
    border: 2px solid #dedede; }

/* 

ooooo     ooo                                oooooooooooo                                            o8o                                            
`888'     `8'                                `888'     `8                                            `"'                                            
 888       8   .oooo.o  .ooooo.  oooo d8b     888         oooo    ooo oo.ooooo.   .ooooo.  oooo d8b oooo   .ooooo.  ooo. .oo.    .ooooo.   .ooooo.  
 888       8  d88(  "8 d88' `88b `888""8P     888oooo8     `88b..8P'   888' `88b d88' `88b `888""8P `888  d88' `88b `888P"Y88b  d88' `"Y8 d88' `88b 
 888       8  `"Y88b.  888ooo888  888         888    "       Y888'     888   888 888ooo888  888      888  888ooo888  888   888  888       888ooo888 
 `88.    .8'  o.  )88b 888    .o  888         888       o  .o8"'88b    888   888 888    .o  888      888  888    .o  888   888  888   .o8 888    .o 
   `YbodP'    8""888P' `Y8bod8P' d888b       o888ooooood8 o88'   888o  888bod8P' `Y8bod8P' d888b    o888o `Y8bod8P' o888o o888o `Y8bod8P' `Y8bod8P' 
                                                                       888                                                                          
                                                                      o888o 
*/
.page-user-experience #header {
  background-color: #405665;
  background-image: url("/static/images/features/userexperience-header-threadless.jpg");
  background-image: url("/static/images/features/userexperience-header-threadless.jpg");
  background-position: top middle, left;
  background-repeat: no-repeat, repeat-x;
  background-size: cover, auto;
  padding-bottom: 10px; }
  .page-user-experience #header .play-btn-container {
    background: transparent;
    display: inline-block;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    border: 2px solid #63B246;
    text-align: center;
    position: relative;
    top: -195px;
    right: 120px;
    float: right;
    transition: all 0.1s;
    color: #fff; }
    .page-user-experience #header .play-btn-container i {
      display: block;
      font-size: 56px;
      color: #63B246;
      line-height: 48px;
      position: absolute;
      top: 50px;
      left: 63px; }
    .page-user-experience #header .play-btn-container span {
      width: 160px;
      display: block;
      padding-top: 145px;
      font-size: 11px;
      line-height: 13px;
      position: relative;
      left: -36px; }
  .page-user-experience #header .play-btn-container:hover {
    background: #63B246;
    border: 2px solid #63B246; }
    .page-user-experience #header .play-btn-container:hover i {
      color: #fff; }
    .page-user-experience #header .play-btn-container:hover span {
      color: #fff; }
.page-user-experience #self-enrollment .imagery {
  width: 462px;
  margin-top: 30px; }
.page-user-experience #authentication h2 {
  letter-spacing: -.3px; }
.page-user-experience #authentication .imagery {
  width: 422px;
  margin-top: -24px; }
.page-user-experience #self-service-portal .imagery {
  width: 463px;
  margin-top: -10px; }

/* 
ooo        ooooo                                                                                                  .   
`88.       .888'                                                                                                .o8   
 888b     d'888   .oooo.   ooo. .oo.    .oooo.    .oooooooo  .ooooo.  ooo. .oo.  .oo.    .ooooo.  ooo. .oo.   .o888oo 
 8 Y88. .P  888  `P  )88b  `888P"Y88b  `P  )88b  888' `88b  d88' `88b `888P"Y88bP"Y88b  d88' `88b `888P"Y88b    888   
 8  `888'   888   .oP"888   888   888   .oP"888  888   888  888ooo888  888   888   888  888ooo888  888   888    888   
 8    Y     888  d8(  888   888   888  d8(  888  `88bod8P'  888    .o  888   888   888  888    .o  888   888    888 . 
o8o        o888o `Y888""8o o888o o888o `Y888""8o `8oooooo.  `Y8bod8P' o888o o888o o888o `Y8bod8P' o888o o888o   "888" 
                                                 d"     YD                                                            
                                                 "Y88888P' 
*/
.page-management #header {
  background-color: #405665;
  background-image: url("/static/images/features/management-headerv2_2x.png");
  background-image: url("/static/images/features/management-headerv2_2x.png");
  background-position: bottom center,  left;
  background-repeat: no-repeat, repeat-x;
  background-size: auto 230px, auto;
  padding-bottom: 220px;
  text-align: center; }
.page-management #users {
  border-bottom: 2px solid #ececec; }
  .page-management #users .container {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .page-management #users .imagery {
    width: 505px;
    margin-top: 30px; }
.page-management #groups {
  border-bottom: 2px solid #ececec; }
  .page-management #groups .container {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .page-management #groups .imagery {
    width: 507px;
    margin-top: -7px; }
.page-management #auth-methods {
  border-bottom: 2px solid #ececec; }
  .page-management #auth-methods .container {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .page-management #auth-methods .imagery {
    width: 506px;
    margin-top: 5px; }

/* /\/\/\/\  Platform Landing Page @ /platform  /\/\/\/\ */
.page-platform .platform-header-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding-top: 110px; }
  .page-platform .platform-header-container:last-child {
    margin-right: 0; }
.page-platform #zenguyfloat_hype_container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .page-platform #zenguyfloat_hype_container:last-child {
    margin-right: 0; }
.page-platform #header {
  background-color: #7ace52;
  text-align: left;
  padding: 0;
  max-height: 568px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .page-platform #header h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: .5em; }
  .page-platform #header h1 {
    color: #ffffff;
    font-size: 57px;
    padding-bottom: 15px; }
  .page-platform #header .sub-head {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #405665;
    font-size: 14px;
    padding-bottom: 5px; }
  .page-platform #header a {
    background: #ffffff;
    color: #63B246;
    display: inline-block;
    padding: 15px;
    transition: all 0.2s;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px; }
    .page-platform #header a:hover {
      background: #4f8d38;
      color: #ffffff; }
.page-platform .all-features {
  display: none; }
.page-platform #get-started {
  display: none; }
.page-platform #device-insight .imagery {
  width: 350px;
  margin-top: 70px; }
.page-platform #policy-and-controls .imagery {
  width: 333px; }
.page-platform #duo-access-gateway .imagery {
  width: 380px; }
.page-platform #supported-services-and-apps .imagery {
  width: 330px; }
  .page-platform #supported-services-and-apps .imagery img {
    position: relative;
    top: -55px; }
.page-platform #platform-form {
  background: #76c64f;
  padding: 30px 0;
  margin: 0;
  overflow: visible; }
  .page-platform #platform-form form {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    width: 100% !important; }
    .page-platform #platform-form form:last-child {
      margin-right: 0; }
  .page-platform #platform-form h6 {
    color: #ffffff;
    margin-bottom: .8em; }
  .page-platform #platform-form p {
    color: #ffffff;
    margin-bottom: 1em; }
  .page-platform #platform-form .mktoOffset, .page-platform #platform-form .mktoGutter {
    display: none; }
  .page-platform #platform-form .mktoClear {
    display: none; }
  .page-platform #platform-form.platform-form-success .inner {
    text-align: center; }
  .page-platform #platform-form.platform-form-success h6 {
    font-size: 26px;
    margin-bottom: .2em; }
    .page-platform #platform-form.platform-form-success h6::before {
      padding-right: 8px;
      font-size: 20px; }
  .page-platform #platform-form .mktoFormRow {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 79.52847%; }
    .page-platform #platform-form .mktoFormRow:last-child {
      margin-right: 0; }
    .page-platform #platform-form .mktoFormRow .mktoAsterix {
      position: absolute;
      right: 12px;
      top: 18px;
      color: #ffffff !important; }
  .page-platform #platform-form .mktoButtonRow {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 18.11388%;
    margin-right: 0; }
    .page-platform #platform-form .mktoButtonRow:last-child {
      margin-right: 0; }
    .page-platform #platform-form .mktoButtonRow button {
      border: none;
      background: #ffffff;
      width: 100%;
      padding: 14px 11px;
      margin-top: 4px;
      border-radius: 4px;
      color: #63B246;
      transition: all 0.2s;
      font-size: 14px; }
      .page-platform #platform-form .mktoButtonRow button:hover {
        background: #405665;
        color: #ffffff; }
  .page-platform #platform-form .mktoFormCol {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 22.37878%; }
    .page-platform #platform-form .mktoFormCol:last-child {
      margin-right: 0; }
    .page-platform #platform-form .mktoFormCol:nth-child(4n) {
      margin-right: 0; }
    .page-platform #platform-form .mktoFormCol:nth-child(4n+1) {
      clear: left; }
  .page-platform #platform-form ::-webkit-input-placeholder {
    color: #437d2e; }
  .page-platform #platform-form :-moz-placeholder {
    /* older Firefox*/
    color: #437d2e; }
  .page-platform #platform-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #437d2e; }
  .page-platform #platform-form :-ms-input-placeholder {
    color: #437d2e; }
  .page-platform #platform-form input {
    background: #76c64f;
    border: 2px #63B246 solid;
    color: #ffffff; }
  .page-platform #platform-form input[type="text"] {
    padding: 12px 12px;
    width: 100% !important;
    font-size: 14px;
    color: #ffffff;
    cursor: text; }
  .page-platform #platform-form input[type="text"]:focus {
    outline: none; }
  .page-platform #platform-form input[type="email"] {
    padding: 12px 12px;
    padding-right: 20px;
    width: 100% !important;
    font-size: 14px;
    color: #ffffff;
    cursor: text; }
  .page-platform #platform-form input[type="email"]:focus {
    outline: none; }
  .page-platform #platform-form input[type="checkbox"] {
    position: relative;
    top: 10px; }
  .page-platform #platform-form .mktoCheckboxList > label {
    color: #ffffff;
    margin-left: 2em; }
.page-platform .quotel-contentr .content::first-letter {
  float: left;
  color: #63B246;
  font-size: 250%;
  line-height: 40.9px;
  padding-right: 6px;
  font-family: Antenna, Helvetica, Arial, sans-serif;
  font-weight: 700; }
.page-platform .quotel-contentr .container {
  padding-top: 90px;
  padding-bottom: 90px; }
.page-platform .contentL-imageR .container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%;
  padding-top: 90px;
  padding-bottom: 90px; }
  .page-platform .contentL-imageR .container:last-child {
    margin-right: 0; }
  .page-platform .contentL-imageR .container .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .page-platform .contentL-imageR .container .content:last-child {
      margin-right: 0; }
  .page-platform .contentL-imageR .container h3 {
    font-size: 16px;
    color: #63B246;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .page-platform .contentL-imageR .container h2 {
    margin-bottom: .5em; }
.page-platform .contentR-imageL .container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-right: 0; }
  .page-platform .contentR-imageL .container:last-child {
    margin-right: 0; }
  .page-platform .contentR-imageL .container .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%; }
    .page-platform .contentR-imageL .container .content:last-child {
      margin-right: 0; }
  .page-platform .contentR-imageL .container h3 {
    font-size: 16px;
    color: #63B246;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .page-platform .contentR-imageL .container h2 {
    margin-bottom: .5em; }
.page-platform p {
  font-size: 14px; }
.page-platform .subpage-callout {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .page-platform .subpage-callout:last-child {
    margin-right: 0; }
  .page-platform .subpage-callout i {
    font-size: 30px;
    color: #888888;
    display: inline-block;
    margin-bottom: .4em; }
  .page-platform .subpage-callout p {
    margin-bottom: .5em; }
.page-platform #reports-and-dashboards .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  text-align: center; }
  .page-platform #reports-and-dashboards .content:last-child {
    margin-right: 0; }
.page-platform #reports-and-dashboards .container {
  padding-bottom: 0; }
.page-platform #platform-get-started {
  background: #63B246; }
  .page-platform #platform-get-started h2 {
    color: #ffffff;
    margin-bottom: .6em; }
  .page-platform #platform-get-started h3 {
    margin-bottom: .3em; }
  .page-platform #platform-get-started p {
    margin-bottom: 0; }
  .page-platform #platform-get-started a {
    color: #444;
    text-decoration: underline; }
    .page-platform #platform-get-started a:hover {
      color: #fff; }
  .page-platform #platform-get-started .button {
    background: #ffffff;
    color: #63B246;
    padding: 15px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 1.5em;
    text-decoration: none; }
    .page-platform #platform-get-started .button:hover {
      background: #4f8d38; }

.platform-detail {
  /* Individual Detail Page Styles */ }
  .platform-detail .content ul, .platform-detail .column ul {
    padding-bottom: 1em;
    list-style-type: circle;
    margin-left: 1.5em; }
  .platform-detail #header {
    padding-top: 137px;
    padding-bottom: 137px; }
    .platform-detail #header .sub-head {
      color: rgba(255, 255, 255, 0.8);
      font-size: 16px; }
    .platform-detail #header a {
      border-radius: 5px;
      background-color: #63B246;
      padding: 18px 36px;
      color: #fff;
      border: none; }
    .platform-detail #header h1 {
      font-size: 42px;
      color: #ffffff;
      padding-bottom: 25px;
      margin: 0; }
  .platform-detail.page-device-insight #header {
    background-color: #405665;
    background-image: url(/static/images/features/mobile-device-insight-screenshot_@2x.png);
    background-position: 90% center, left;
    background-repeat: no-repeat, repeat-x;
    background-size: auto 290px, auto; }
  .platform-detail.page-device-insight #platform-mobile-devices .imagery {
    width: 350px;
    margin-top: 58px; }
  .platform-detail.page-access-gateway #header {
    display: none; }
  .platform-detail.page-access-gateway #platform-access-gateway .button {
    border-radius: 5px;
    background-color: #63B246;
    padding: 18px 36px;
    color: #fff;
    border: none;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600; }
    .platform-detail.page-access-gateway #platform-access-gateway .button:hover {
      background-color: #4f8d38; }
  .platform-detail.page-access-gateway #platform-access-gateway h3 {
    font-family: Antenna, Helvetica, Arial, sans-serif;
    font-size: 21px; }
  .platform-detail.page-access-gateway #platform-access-gateway .imagery {
    width: 400px;
    margin-top: 26px; }
  .platform-detail.page-policy-controls #header {
    background-color: #405665;
    background-image: url(/static/images/features/policy-controls-detail-header_@2x.png);
    background-position: 80% center, left;
    background-repeat: no-repeat, repeat-x;
    background-size: auto 340px, auto; }
  .platform-detail.page-policy-controls #platform-location-insight .imagery {
    width: 500px;
    margin-top: 30px; }
  .platform-detail.page-policy-controls #platform-example-policies h2 {
    margin-bottom: 0;
    text-align: center; }
  .platform-detail.page-policy-controls #platform-example-policies h3 {
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 2em;
    color: #999;
    text-align: center; }
  .platform-detail.page-policy-controls #platform-example-policies .column {
    width: 100%;
    text-align: left; }
  .platform-detail.page-policy-controls #platform-example-policies .container {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .platform-detail.page-policy-controls #platform-example-policies .container:after {
      content: "";
      display: table;
      clear: both; }
    .platform-detail.page-policy-controls #platform-example-policies .container:last-child {
      margin-right: 0; }
  .platform-detail.page-policy-controls #platform-example-policies p {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 18.11388%; }
    .platform-detail.page-policy-controls #platform-example-policies p:last-child {
      margin-right: 0; }
    .platform-detail.page-policy-controls #platform-example-policies p i {
      color: #63B246; }
  .platform-detail.page-policy-controls #platform-device-insight .imagery {
    width: 470px;
    margin-top: 28px; }

/*
ooooooooo.             oooo                .                   .o8     ooooo         o8o              oooo                 
`888   `Y88.           `888              .o8                  "888     `888'         `"'              `888                 
 888   .d88'  .ooooo.   888   .oooo.   .o888oo  .ooooo.   .oooo888      888         oooo  ooo. .oo.    888  oooo   .oooo.o 
 888ooo88P'  d88' `88b  888  `P  )88b    888   d88' `88b d88' `888      888         `888  `888P"Y88b   888 .8P'   d88(  "8 
 888`88b.    888ooo888  888   .oP"888    888   888ooo888 888   888      888          888   888   888   888888.    `"Y88b.  
 888  `88b.  888    .o  888  d8(  888    888 . 888    .o 888   888      888       o  888   888   888   888 `88b.  o.  )88b 
o888o  o888o `Y8bod8P' o888o `Y888""8o   "888" `Y8bod8P' `Y8bod88P"    o888ooooood8 o888o o888o o888o o888o o888o 8""888P' 
*/
.related {
  margin-top: 2em;
  margin-bottom: 2em; }
  .related .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    border-top: 3px #efefef double;
    padding-top: 4em;
    padding-bottom: 2em; }
    .related .inner:after {
      content: "";
      display: table;
      clear: both; }
  .related .column {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .related .column:last-child {
      margin-right: 0; }
    .related .column:nth-child(3n) {
      margin-right: 0; }
    .related .column:nth-child(3n+1) {
      clear: left; }
    .related .column i {
      display: block;
      margin-bottom: .3em;
      font-size: 28px;
      color: #405665; }

/*

      .o.       oooo  oooo     oooooooooooo                         .                                           
     .888.      `888  `888     `888'     `8                       .o8                                           
    .8"888.      888   888      888          .ooooo.   .oooo.   .o888oo oooo  oooo  oooo d8b  .ooooo.   .oooo.o 
   .8' `888.     888   888      888oooo8    d88' `88b `P  )88b    888   `888  `888  `888""8P d88' `88b d88(  "8 
  .88ooo8888.    888   888      888    "    888ooo888  .oP"888    888    888   888   888     888ooo888 `"Y88b.  
 .8'     `888.   888   888      888         888    .o d8(  888    888 .  888   888   888     888    .o o.  )88b 
o88o     o8888o o888o o888o    o888o        `Y8bod8P' `Y888""8o   "888"  `V88V"V8P' d888b    `Y8bod8P' 8""888P' 
*/
.all-features {
  background-color: #fff;
  padding-top: 3em;
  padding-bottom: 2em;
  border-top: 2px #efefef solid;
  border-bottom: 2px #efefef solid; }
  .all-features h3 {
    font-size: 18px;
    text-align: center;
    color: #405665;
    margin-bottom: 2em; }
  .all-features .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .all-features .inner:after {
      content: "";
      display: table;
      clear: both; }
    .all-features .inner div {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-bottom: 2em; }
      .all-features .inner div:last-child {
        margin-right: 0; }
      .all-features .inner div:nth-child(4n) {
        margin-right: 0; }
      .all-features .inner div:nth-child(4n+1) {
        clear: left; }
      .all-features .inner div h4 {
        font-size: 13px;
        text-transform: uppercase;
        color: #63B246; }
        .all-features .inner div h4 a {
          color: #63B246; }
          .all-features .inner div h4 a:hover {
            color: #405665; }
      .all-features .inner div i {
        display: block;
        font-size: 24px;
        margin-bottom: .3em;
        color: #405665; }
      .all-features .inner div li {
        margin-bottom: .4em; }
      .all-features .inner div a {
        color: #666;
        display: block; }
        .all-features .inner div a:hover {
          color: #63B246; }

.quote-with-logo {
  border: 2px #efefef solid;
  padding: 2em;
  margin: 0 0 1em 1em;
  width: 50%;
  float: right; }
  .quote-with-logo blockquote {
    font-size: 18px;
    padding: 0;
    border: 0;
    margin: 0 0 1em 0; }
  .quote-with-logo .source,
  .quote-with-logo .logo {
    display: block; }
  .quote-with-logo .source {
    margin-bottom: 2em;
    font-weight: bold;
    color: #666; }
  .quote-with-logo img {
    width: 60%;
    text-align: right; }

/*

_______  _______  _______  _______  __   __  ______      _______  _______  __   __  ______      ______   _______  _______  _______  ___   ___     
|       ||       ||   _   ||       ||  | |  ||    _ |    |       ||       ||  | |  ||    _ |    |      | |       ||       ||   _   ||   | |   |    
|    ___||    ___||  |_|  ||_     _||  | |  ||   | ||    |_     _||   _   ||  | |  ||   | ||    |  _    ||    ___||_     _||  |_|  ||   | |   |    
|   |___ |   |___ |       |  |   |  |  |_|  ||   |_||_     |   |  |  | |  ||  |_|  ||   |_||_   | | |   ||   |___   |   |  |       ||   | |   |    
|    ___||    ___||       |  |   |  |       ||    __  |    |   |  |  |_|  ||       ||    __  |  | |_|   ||    ___|  |   |  |       ||   | |   |___ 
|   |    |   |___ |   _   |  |   |  |       ||   |  | |    |   |  |       ||       ||   |  | |  |       ||   |___   |   |  |   _   ||   | |       |
|___|    |_______||__| |__|  |___|  |_______||___|  |_|    |___|  |_______||_______||___|  |_|  |______| |_______|  |___|  |__| |__||___| |_______|

*/
.tour-detail .inner {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .tour-detail .inner:after {
    content: "";
    display: table;
    clear: both; }
.tour-detail h4 {
  color: #63b246;
  margin-bottom: 0;
  padding-bottom: 8px; }
.tour-detail h5 {
  padding-bottom: 18px; }
.tour-detail .img-2grid {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0; }
  .tour-detail .img-2grid:after {
    content: "";
    display: table;
    clear: both; }
  .tour-detail .img-2grid img {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .tour-detail .img-2grid img:last-child {
      margin-right: 0; }
    .tour-detail .img-2grid img:nth-child(2n) {
      margin-right: 0; }
    .tour-detail .img-2grid img:nth-child(2n+1) {
      clear: left; }
.tour-detail .detail-intro {
  text-align: center; }
  .tour-detail .detail-intro .container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    margin-top: 5em;
    margin-bottom: 1em; }
    .tour-detail .detail-intro .container:last-child {
      margin-right: 0; }
    .tour-detail .detail-intro .container .icon {
      font-size: 36px;
      margin-bottom: 8px;
      display: inline-block;
      color: #aaa; }
    .tour-detail .detail-intro .container h3 {
      margin-bottom: .3em;
      color: #63B246; }
    .tour-detail .detail-intro .container h2 {
      margin-bottom: 1em; }
.tour-detail .detail-content .container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%; }
  .tour-detail .detail-content .container:last-child {
    margin-right: 0; }
.tour-detail .detail-content ul {
  padding-bottom: 1em;
  list-style-type: circle;
  margin-left: 1.5em; }
.tour-detail .detail-header-full-width {
  margin-left: -100%;
  margin-right: -100%; }
  .tour-detail .detail-header-full-width .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .tour-detail .detail-header-full-width .inner:after {
      content: "";
      display: table;
      clear: both; }
.tour-detail .epic-header {
  background: url(../images/features/detail-epic-header-bg_2x.png) no-repeat center #3e444b;
  background-size: 1374px auto;
  height: 1px;
  padding: 180px 0;
  margin-bottom: 20px; }

/* /\/\/\/\ Partial to Call Out Relateable Content /\/\/\/\ */
.tour-partial {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  position: relative;
  border: 2px solid #ececec;
  border-radius: 4px;
  margin-right: 0;
  text-align: center;
  float: right;
  margin-left: 25px; }
  .tour-partial:last-child {
    margin-right: 0; }
  .tour-partial .ribbon {
    position: absolute;
    left: 20px;
    top: -2px;
    width: 16px;
    height: auto; }
  .tour-partial .feat-img {
    width: 89px;
    height: 89px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 16px; }
  .tour-partial p {
    color: #c3c3c3;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Antenna, Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0; }
  .tour-partial h6 {
    color: #888888;
    padding-bottom: 1em; }
  .tour-partial a {
    border-top: 2px solid #ececec;
    display: block;
    padding-top: 1em;
    padding-bottom: 1em; }
  .tour-partial a:hover {
    background: #63B246;
    color: #ffffff; }

/* /\/\/\/\ Specific Callout Styles /\/\/\/\ */
.tour-video-callout .feat-img {
  background: url(../images/features/detail-video-callout_2x.png);
  background-size: 89px 89px; }

.log-container {
  display: block; }
  .log-container:after {
    content: "";
    display: table;
    clear: both; }
  .log-container .logs {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .log-container .logs:last-child {
      margin-right: 0; }

.webinar-hero {
  width: 100%;
  background: url("https://go.duosecurity.com/rs/duosecurity/images/webinar-presenter-bg_2x.png") #405665;
  background-size: cover;
  height: 75vh;
  max-height: 900px;
  min-height: 320px; }
  .webinar-hero .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: table;
    position: relative; }
    .webinar-hero .inner:after {
      content: "";
      display: table;
      clear: both; }
  .webinar-hero .text-container {
    display: table-cell;
    vertical-align: bottom;
    width: 60%; }
  .webinar-hero h6 {
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    background: #63B246;
    display: inline-block;
    position: relative;
    padding: 10px 25px;
    margin-bottom: 2.3em; }
    .webinar-hero h6:after {
      content: "";
      position: absolute;
      bottom: -12px;
      left: 10px;
      border-width: 12px 12px 0 0;
      border-style: solid;
      border-color: #63B246 transparent;
      width: 0; }
  .webinar-hero h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: .3em !important;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3); }
  .webinar-hero p {
    font-size: 18px;
    line-height: 1.3em;
    font-family: Antenna, Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 2.8em !important; }

.webinar-body {
  padding-top: 50px; }
  .webinar-body .inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .webinar-body .inner:after {
      content: "";
      display: table;
      clear: both; }
  .webinar-body .webinar-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .webinar-body .webinar-content:last-child {
      margin-right: 0; }
    .webinar-body .webinar-content .small {
      font-size: 14px;
      color: #888888; }
  .webinar-body .label {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 22.316%;
    color: #444;
    font-weight: 600; }
    .webinar-body .label:last-child {
      margin-right: 0; }
  .webinar-body .content {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 74.10533%; }
    .webinar-body .content:last-child {
      margin-right: 0; }
  .webinar-body .form {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-left: 8.5298%;
    background: #efefef; }
    .webinar-body .form:last-child {
      margin-right: 0; }
    .webinar-body .form input {
      width: 100%;
      border: none;
      outline: none;
      border-radius: 0;
      background: transparent;
      border-bottom: 1px solid #d0d0d0;
      height: 25px;
      transition: 0.3s; }
    .webinar-body .form span {
      position: relative;
      display: block;
      margin-top: 32px; }
    .webinar-body .form label {
      color: #888888;
      font-size: 14px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      cursor: text;
      transition: 0.2s;
      white-space: nowrap; }
    .webinar-body .form input:focus {
      border-bottom: 1px solid #63B246;
      -webkit-box-shadow: 0 1px 0 0 #63B246;
      -moz-box-shadow: 0 1px 0 0 #63B246;
      box-shadow: 0 1px 0 0 #63B246;
      outline: none; }
    .webinar-body .form input:focus + label {
      margin-top: -20px;
      color: #63B246;
      font-size: 12px;
      font-weight: 600; }
    .webinar-body .form input:valid + label {
      margin-top: -20px;
      font-size: 12px;
      font-weight: 600; }
    .webinar-body .form .select-field {
      margin-top: 0;
      padding-top: 32px; }
    .webinar-body .form select {
      width: 100%;
      border: none;
      outline: none;
      border-radius: 0;
      border-bottom: 1px solid #d0d0d0;
      height: 25px;
      box-shadow: none;
      transition: 0.3s;
      -webkit-appearance: none;
      z-index: 500;
      color: #888888;
      font-size: 14px;
      cursor: pointer;
      font-weight: 300;
      padding-bottom: 4px;
      background: url("https://go.duosecurity.com/rs/duosecurity/images/select-down-arrow.svg") no-repeat transparent;
      background-size: 8px 5px;
      background-position: right 9px; }
    .webinar-body .form .select-field label {
      color: #888888;
      width: 100%;
      cursor: pointer;
      transition: 0.2s;
      white-space: nowrap;
      font-size: 12px;
      font-weight: 600;
      z-index: 0;
      height: 20px;
      top: 16px;
      opacity: 0; }
    .webinar-body .form select:focus {
      border-bottom: 1px solid #63B246;
      -webkit-box-shadow: 0 1px 0 0 #63B246;
      -moz-box-shadow: 0 1px 0 0 #63B246;
      box-shadow: 0 1px 0 0 #63B246;
      outline: none; }
    .webinar-body .form select:valid + label {
      top: 12px;
      font-size: 12px;
      font-weight: 600;
      opacity: 1; }
    .webinar-body .form button {
      width: 100%;
      padding: 14px 0;
      color: #ffffff;
      font-size: 16px;
      border: none;
      border-radius: 2px;
      box-shadow: none;
      background: #63B246;
      margin-top: 24px;
      transition: 0.2s; }
    .webinar-body .form button:hover {
      background: #53953a; }
  .webinar-body .form-title {
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 20px; }
  .webinar-body .content {
    padding-bottom: 30px; }
  .webinar-body ol {
    counter-reset: item;
    padding-left: 0; }
    .webinar-body ol li {
      display: block; }
    .webinar-body ol li:before {
      content: counter(item) ". ";
      counter-increment: item;
      color: #63B246;
      font-size: 24px;
      font-family: Antenna, Helvetica, Arial, sans-serif;
      text-align: right;
      margin-right: 15px; }
  .webinar-body .team-bio .presenter {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%; }
    .webinar-body .team-bio .presenter:last-child {
      margin-right: 0; }
  .webinar-body .two-bios .presenter {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%; }
    .webinar-body .two-bios .presenter:last-child {
      margin-right: 0; }
    .webinar-body .two-bios .presenter img {
      border-radius: 50%;
      width: 70%;
      max-width: 166px;
      max-height: 166px; }
  .webinar-body .single-bios .presenter {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%; }
    .webinar-body .single-bios .presenter:last-child {
      margin-right: 0; }
    .webinar-body .single-bios .presenter img {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 30.11389%;
      border-radius: 50%;
      max-width: 166px;
      max-height: 166px;
      margin-bottom: 60px; }
      .webinar-body .single-bios .presenter img:last-child {
        margin-right: 0; }
  .webinar-body .name {
    margin: 0;
    padding: 0;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    line-height: 2em;
    padding-top: 15px; }
  .webinar-body .credentials {
    margin: 0;
    padding: 0;
    color: #888888;
    font-size: 12px;
    line-height: 1.5em; }
  .webinar-body .bio-detail {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5em;
    padding-top: 20px; }
  .webinar-body .form {
    padding: 20px; }
  .webinar-body .clear {
    clear: both; }

.webinar-landing footer .inner {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  margin-top: 80px;
  border-top: 1px solid #eeeeee; }
  .webinar-landing footer .inner:after {
    content: "";
    display: table;
    clear: both; }
.webinar-landing footer p {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  font-size: 14px;
  color: #888888; }
  .webinar-landing footer p:last-child {
    margin-right: 0; }
  .webinar-landing footer p:nth-child(2) {
    text-align: right; }
.webinar-landing .mobile-menu-button {
  display: none; }

.webinar-landing {
  min-width: 300px;
  /* Large Screen Styles 1060px and below */
  /* Medium Screen Styles 785px and below */
  /* Small Screen Styles 480px and below */ }
  @media screen and (max-width: 1060px) {
    .webinar-landing .inner {
      max-width: 52em; }
    .webinar-landing .webinar-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .webinar-landing .webinar-content:last-child {
        margin-right: 0; }
      .webinar-landing .webinar-content .label {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .webinar-landing .webinar-content .label:last-child {
          margin-right: 0; }
      .webinar-landing .webinar-content .content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 91.4702%; }
        .webinar-landing .webinar-content .content:last-child {
          margin-right: 0; }
    .webinar-landing .form {
      margin-left: 0%;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .webinar-landing .form:last-child {
        margin-right: 0; }
    .webinar-landing footer .inner {
      max-width: 52em; }
    .webinar-landing footer p {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .webinar-landing footer p:last-child {
        margin-right: 0; }
    .webinar-landing footer p:nth-child(2) {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .webinar-landing footer p:nth-child(2):last-child {
        margin-right: 0; }
    .webinar-landing #site-header .navigation-wrapper {
      max-width: 52em; }
      .webinar-landing #site-header .navigation-wrapper .site-nav {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 61.61588%; }
        .webinar-landing #site-header .navigation-wrapper .site-nav:last-child {
          margin-right: 0; }
      .webinar-landing #site-header .navigation-wrapper a.nav-link {
        padding: 0 10px; }
    .webinar-landing #site-header #logo {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 10.43705%; }
      .webinar-landing #site-header #logo:last-child {
        margin-right: 0; }
    .webinar-landing #site-header #logo h1 a {
      background-size: 100%; }
    .webinar-landing .single-bios .presenter img {
      width: 25%;
      margin-bottom: 10px; }
    .webinar-landing .single-bios .presenter .bio-detail {
      clear: both; } }
  @media screen and (max-width: 785px) {
    .webinar-landing .inner {
      max-width: 32em; }
    .webinar-landing .webinar-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .webinar-landing .webinar-content:last-child {
        margin-right: 0; }
    .webinar-landing .webinar-hero .text-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      display: table-cell;
      float: none; }
      .webinar-landing .webinar-hero .text-container:last-child {
        margin-right: 0; }
    .webinar-landing .form {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 25px; }
      .webinar-landing .form:last-child {
        margin-right: 0; }
    .webinar-landing footer .inner {
      max-width: 32em; }
    .webinar-landing footer p {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      text-align: center; }
      .webinar-landing footer p:last-child {
        margin-right: 0; }
    .webinar-landing footer p:nth-child(2) {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      text-align: center; }
      .webinar-landing footer p:nth-child(2):last-child {
        margin-right: 0; }
      .webinar-landing footer p:nth-child(2) a {
        display: block; }
    .webinar-landing .mobile-menu-button {
      display: block;
      max-height: 62px; }
    .webinar-landing #site-header .navigation-wrapper {
      max-width: 32em; }
      .webinar-landing #site-header .navigation-wrapper .site-nav {
        display: none; }
    .webinar-landing #site-header .button-nav {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      float: right; }
      .webinar-landing #site-header .button-nav:last-child {
        margin-right: 0; }
      .webinar-landing #site-header .button-nav .nav-login {
        display: none; }
    .webinar-landing #site-header #logo {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 18.96686%; }
      .webinar-landing #site-header #logo:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .webinar-landing .inner {
      padding: 0 30px; }
    .webinar-landing footer .inner {
      padding: 30px; }
    .webinar-landing .webinar-hero h1 {
      font-size: 36px; }
    .webinar-landing .presenter {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .webinar-landing .presenter:last-child {
        margin-right: 0; }
      .webinar-landing .presenter img {
        width: 30%;
        float: left;
        margin-right: 20px; }
      .webinar-landing .presenter .bio-detail {
        clear: both; }
      .webinar-landing .presenter:nth-child(1) {
        margin-bottom: 40px; }
    .webinar-landing .team-bios .presenter img {
      width: 100%;
      float: none; }
    .webinar-landing #site-header .navigation-wrapper {
      padding-left: 30px;
      padding-right: 30px; }
    .webinar-landing #site-header #logo {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 27.49666%; }
      .webinar-landing #site-header #logo:last-child {
        margin-right: 0; } }

#labs {
  /* Labs Navigation */
  /* Labs Sections */ }
  #labs i {
    font-style: normal; }
  #labs .container {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    #labs .container:after {
      content: "";
      display: table;
      clear: both; }
  #labs #labs-hero {
    background: url("/static/images/labs/labs-access-of-evil_@2x.png") no-repeat #000000;
    background-size: 1268px auto;
    background-position: center bottom;
    text-align: center;
    padding: 30px 0 300px 0; }
    #labs #labs-hero p {
      color: #ffffff; }
    #labs #labs-hero h3 {
      color: #63B246;
      font-size: 21px;
      margin-bottom: .5em; }
      #labs #labs-hero h3 i {
        color: white; }
    #labs #labs-hero h1 {
      color: white;
      font-size: 40px;
      margin-bottom: .5em; }
      #labs #labs-hero h1 i {
        color: #63B246; }
      #labs #labs-hero h1 a {
        color: inherit;
        text-decoration: none; }
        #labs #labs-hero h1 a:hover {
          color: #63B246; }
    #labs #labs-hero .button {
      border-radius: 4px;
      font-size: 14px;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 600;
      margin-top: 0;
      padding: 14px 24px 14px; }
  #labs #labs-nav {
    margin-bottom: 60px; }
    #labs #labs-nav ul {
      padding-left: 18px; }
    #labs #labs-nav li {
      display: inline-block;
      margin-right: 20px;
      position: relative;
      top: -32px; }
      #labs #labs-nav li.labs-logo a:hover {
        background: transparent; }
      #labs #labs-nav li:last-child {
        margin-right: 0; }
    #labs #labs-nav .labs-logo {
      position: static;
      transition: all 0.2s; }
      #labs #labs-nav .labs-logo a:hover {
        background: transparent; }
      #labs #labs-nav .labs-logo:hover {
        transform: rotate(3deg); }
    #labs #labs-nav a {
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold;
      padding: 10px;
      border-radius: 4px;
      transition: all 0.2s; }
      #labs #labs-nav a img {
        width: 70px; }
      #labs #labs-nav a:hover {
        background: #63B246; }
      #labs #labs-nav a.active {
        background: #63B246; }
        #labs #labs-nav a.active:hover {
          background: #4f8d38; }
  #labs .labs-breaking-news {
    background: #ececec;
    padding: 25px 0;
    text-align: center; }
    #labs .labs-breaking-news p {
      margin-bottom: 0; }
    #labs .labs-breaking-news a {
      text-decoration: underline; }
    #labs .labs-breaking-news .breaking-tag {
      font-size: 12px;
      color: #f89406;
      border: 2px solid #f89406;
      text-transform: uppercase;
      font-weight: bold;
      padding: 2px 6px;
      border-radius: 20px;
      margin-right: 6px; }
  #labs #labs-research {
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 2px solid #ececec; }
    #labs #labs-research h2 {
      margin-bottom: 50px; }
    #labs #labs-research ul li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      padding-bottom: 30px; }
      #labs #labs-research ul li:last-child {
        margin-right: 0; }
      #labs #labs-research ul li:nth-child(4n) {
        margin-right: 0; }
      #labs #labs-research ul li:nth-child(4n+1) {
        clear: left; }
    #labs #labs-research p {
      margin-bottom: .75em; }
    #labs #labs-research img {
      border-radius: 50%;
      width: 152px;
      margin-bottom: 20px;
      transition: all 0.2s; }
      #labs #labs-research img:hover {
        transform: rotate(3deg); }
    #labs #labs-research a {
      color: #405665;
      transition: all 0.2s;
      border-radius: 50%; }
      #labs #labs-research a:hover {
        color: #63B246; }
  #labs #labs-about {
    padding-top: 70px;
    padding-bottom: 45px;
    border-bottom: 2px solid #ececec; }
    #labs #labs-about .hide {
      display: none; }
    #labs #labs-about .labs-about-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 27.49666%;
      margin-right: 6%; }
      #labs #labs-about .labs-about-content:last-child {
        margin-right: 0; }
    #labs #labs-about p {
      margin-bottom: 14px; }
      #labs #labs-about p.lead {
        color: #405665; }
    #labs #labs-about .twitter-blue {
      color: #4099ff;
      text-decoration: underline; }
      #labs #labs-about .twitter-blue:hover {
        color: #0059c0; }
    #labs #labs-about .github-gray {
      color: #999999;
      text-decoration: underline; }
      #labs #labs-about .github-gray:hover {
        color: #595959; }
    #labs #labs-about .youtube-red {
      color: #cd201f;
      text-decoration: underline; }
      #labs #labs-about .youtube-red:hover {
        color: #5e0f0e; }
    #labs #labs-about .instagram-blue {
      color: #3f729b;
      text-decoration: underline; }
      #labs #labs-about .instagram-blue:hover {
        color: #1a2f40; }
    #labs #labs-about .contact-link {
      text-decoration: underline; }
    #labs #labs-about .duo-team {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      text-align: center; }
      #labs #labs-about .duo-team:last-child {
        margin-right: 0; }
      #labs #labs-about .duo-team a {
        text-decoration: underline; }
      #labs #labs-about .duo-team li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        padding-bottom: 25px; }
        #labs #labs-about .duo-team li:last-child {
          margin-right: 0; }
        #labs #labs-about .duo-team li:nth-child(4n) {
          margin-right: 0; }
        #labs #labs-about .duo-team li:nth-child(4n+1) {
          clear: left; }
      #labs #labs-about .duo-team img {
        border-radius: 50%;
        width: 280px;
        border: 2px solid #ececec;
        transition: all 0.2s;
        margin-bottom: 10px; }
        #labs #labs-about .duo-team img.hiring-img {
          border: 2px dashed #ececec; }
        #labs #labs-about .duo-team img:hover {
          transform: rotate(3deg); }
  #labs #labs-blog {
    padding-top: 70px;
    padding-bottom: 70px; }
    #labs #labs-blog h2 {
      margin-bottom: 50px; }
    #labs #labs-blog .labs-blog-roll {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      #labs #labs-blog .labs-blog-roll:last-child {
        margin-right: 0; }
      #labs #labs-blog .labs-blog-roll .labs-blog-img-container {
        overflow: hidden;
        width: 85px;
        height: 85px;
        border-radius: 10px;
        display: block;
        float: left;
        margin-bottom: 100px;
        margin-right: 30px; }
        #labs #labs-blog .labs-blog-roll .labs-blog-img-container img {
          border: none;
          height: auto;
          width: 380px;
          max-width: none;
          position: relative;
          left: -80px; }
      #labs #labs-blog .labs-blog-roll .post-excerpt {
        border-bottom: 2px solid #ececec;
        padding-bottom: 40px;
        margin-bottom: 40px; }
      #labs #labs-blog .labs-blog-roll .post-title {
        margin: 0;
        padding: 0; }
      #labs #labs-blog .labs-blog-roll .post-author {
        font-weight: normal; }
      #labs #labs-blog .labs-blog-roll .the-post {
        padding: 0;
        margin: 0; }
        #labs #labs-blog .labs-blog-roll .the-post a {
          text-decoration: underline; }
      #labs #labs-blog .labs-blog-roll .button {
        border-radius: 4px;
        font-size: 14px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 600;
        margin-top: 0;
        padding: 14px 24px 14px; }
    #labs #labs-blog .sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      #labs #labs-blog .sidebar:last-child {
        margin-right: 0; }
  #labs .events-upcoming {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin-top: 20px; }
    #labs .events-upcoming .event {
      border-top: 1px solid #e8e8e8;
      padding: 25px; }
      #labs .events-upcoming .event .calendar-logo {
        float: right;
        width: 45px;
        height: auto; }
        #labs .events-upcoming .event .calendar-logo img {
          overflow: hidden; }
      #labs .events-upcoming .event .calendar-details {
        float: left; }
      #labs .events-upcoming .event h3 {
        font-size: 18px;
        margin: 0;
        padding: 0;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
        padding-bottom: 2px; }
      #labs .events-upcoming .event .event-info {
        font-size: 14px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal; }
    #labs .events-upcoming .events-widget-header {
      padding: 25px; }
      #labs .events-upcoming .events-widget-header p {
        float: left;
        color: #d2d2d2;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold; }
      #labs .events-upcoming .events-widget-header a {
        float: right;
        text-decoration: underline;
        font-size: 12px; }
  #labs .youtube-sidebar {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 20px; }
    #labs .youtube-sidebar .youtube-widget-header {
      padding: 25px; }
      #labs .youtube-sidebar .youtube-widget-header p {
        float: left;
        color: #d2d2d2;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold; }
      #labs .youtube-sidebar .youtube-widget-header a {
        float: right;
        text-decoration: underline;
        font-size: 12px; }
  #labs #labs-social {
    background: #000000;
    color: #c0c0c0;
    padding: 70px 0; }
    #labs #labs-social .instagram img {
      position: relative;
      top: 4px;
      margin-right: 5px; }
    #labs #labs-social .youtube img {
      position: relative;
      top: 4px;
      margin-right: 5px; }
    #labs #labs-social .container div {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      #labs #labs-social .container div:last-child {
        margin-right: 0; }
      #labs #labs-social .container div:nth-child(2n) {
        margin-right: 0; }
      #labs #labs-social .container div:nth-child(2n+1) {
        clear: left; }
  #labs footer {
    padding: 0 0 40px 0;
    background: #000000;
    color: #c0c0c0; }
    #labs footer a {
      color: #c0c0c0;
      transition: all 0.2s;
      padding-bottom: 24px; }
      #labs footer a.social-icon {
        padding-bottom: 20px; }
      #labs footer a:hover {
        color: #63B246;
        border-bottom: 3px solid #63B246; }
    #labs footer li {
      display: inline-block; }
    #labs footer .labs-footer-nav {
      border-bottom: 3px solid #3b3b3b;
      padding: 0 0 20px 0; }
      #labs footer .labs-footer-nav li {
        margin-right: 20px; }
    #labs footer .duo-sec-footer-nav {
      font-size: 12px;
      color: #939393;
      padding-top: 15px; }
      #labs footer .duo-sec-footer-nav li {
        margin-right: 15px; }
      #labs footer .duo-sec-footer-nav a:hover {
        border: none; }
    #labs footer .footer-left-nav {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      #labs footer .footer-left-nav:last-child {
        margin-right: 0; }
    #labs footer .footer-right-nav {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-right: 0; }
      #labs footer .footer-right-nav:last-child {
        margin-right: 0; }
      #labs footer .footer-right-nav li {
        float: right;
        margin-left: 10px;
        margin-right: 0; }

.labs-timeline-container {
  background-color: #f7f7f7;
  /* breakpoints */
  /* media queries */ }
  .labs-timeline-container a[href="n/a"] {
    display: none; }
  .labs-timeline-container .media {
    font-size: 13px;
    font-style: italic;
    word-wrap: break-word;
    border-top: 1px solid #efefef;
    margin-top: 20px;
    padding-top: 20px;
    display: block; }
  .labs-timeline-container .media-credit {
    font-size: 13px !important;
    font-style: italic;
    line-height: 1.5em !important;
    color: #888;
    margin-top: .5em !important; }
    .labs-timeline-container .media-credit[rel="n/a"] {
      display: none; }
  .labs-timeline-container .timeline-image {
    border-radius: 10px; }
    .labs-timeline-container .timeline-image[rel="n/a"] {
      display: none; }
  .labs-timeline-container #labs-hero {
    background-image: none !important;
    background-color: #000000;
    padding-bottom: 40px !important; }
  .labs-timeline-container .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right; }
    .labs-timeline-container .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
      top: 24px;
      left: auto;
      right: 100%;
      border-color: transparent;
      border-right-color: #ffffff; }
    .labs-timeline-container .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
      left: auto;
      right: 122%;
      text-align: right; }
  .labs-timeline-container img {
    max-width: 100%; }
  .labs-timeline-container .cd-container {
    width: 90%;
    margin: 0 auto; }
    .labs-timeline-container .cd-container::after {
      content: '';
      display: table;
      clear: both; }
  .labs-timeline-container header {
    height: 200px;
    line-height: 200px;
    text-align: center;
    background: #405665; }
    .labs-timeline-container header h1 {
      color: #ffffff;
      font-size: 18px; }
    @media only screen and (min-width: 1170px) {
      .labs-timeline-container header {
        height: 300px;
        line-height: 300px; }
        .labs-timeline-container header h1 {
          font-size: 24px; } }
  .labs-timeline-container #cd-timeline {
    position: relative;
    padding: 2em 0 6em 0;
    margin-top: 2em; }
    .labs-timeline-container #cd-timeline::before {
      content: '';
      position: absolute;
      top: 0;
      left: 18px;
      height: 100%;
      width: 4px;
      background: #e2e2e2; }
    @media only screen and (min-width: 1170px) {
      .labs-timeline-container #cd-timeline {
        margin-top: 3em; }
        .labs-timeline-container #cd-timeline::before {
          left: 50%;
          margin-left: -2px; } }
  .labs-timeline-container .cd-timeline-block {
    position: relative;
    margin: 2em 0; }
    .labs-timeline-container .cd-timeline-block:after {
      content: "";
      display: table;
      clear: both; }
    .labs-timeline-container .cd-timeline-block:first-child {
      margin-top: 0; }
    .labs-timeline-container .cd-timeline-block:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 1170px) {
      .labs-timeline-container .cd-timeline-block {
        margin: 6em 0; }
        .labs-timeline-container .cd-timeline-block:first-child {
          margin-top: 0; }
        .labs-timeline-container .cd-timeline-block:last-child {
          margin-bottom: 0; } }
  .labs-timeline-container .cd-timeline-img {
    background: #63B246;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }
    @media only screen and (min-width: 1170px) {
      .labs-timeline-container .cd-timeline-img {
        width: 40px;
        height: 40px;
        left: 50%;
        margin-left: -20px; } }
  .labs-timeline-container .cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #ffffff;
    border-radius: .25em;
    padding: 1em;
    box-shadow: 0 3px 0 #e4e4e4; }
    .labs-timeline-container .cd-timeline-content:after {
      content: "";
      display: table;
      clear: both; }
    .labs-timeline-container .cd-timeline-content h2 {
      color: #63B246; }
    .labs-timeline-container .cd-timeline-content p, .labs-timeline-container .cd-timeline-content .cd-date {
      font-size: 13px; }
    .labs-timeline-container .cd-timeline-content .cd-date {
      display: inline-block; }
    .labs-timeline-container .cd-timeline-content p {
      margin: 1em 0;
      line-height: 1.6; }
    .labs-timeline-container .cd-timeline-content .cd-date {
      float: left;
      padding: .8em 0;
      color: #444;
      font-size: 16px;
      font-weight: bold; }
    .labs-timeline-container .cd-timeline-content::before {
      content: '';
      position: absolute;
      top: 16px;
      right: 100%;
      height: 0;
      width: 0;
      border: 7px solid transparent;
      border-right: 7px solid #ffffff; }
    @media only screen and (min-width: 768px) {
      .labs-timeline-container .cd-timeline-content h2 {
        font-size: 30.5px; }
      .labs-timeline-container .cd-timeline-content p {
        font-size: 16px; }
      .labs-timeline-container .cd-timeline-content .cd-read-more, .labs-timeline-container .cd-timeline-content .cd-date {
        font-size: 14px; } }
    @media only screen and (min-width: 1170px) {
      .labs-timeline-container .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%; }
        .labs-timeline-container .cd-timeline-content::before {
          top: 24px;
          left: 100%;
          border-color: transparent;
          border-left-color: #ffffff; }
        .labs-timeline-container .cd-timeline-content .cd-read-more {
          float: left; }
        .labs-timeline-container .cd-timeline-content .cd-date {
          position: absolute;
          width: 100%;
          left: 122%;
          top: -6px;
          font-size: 20px; }
        .cd-timeline-block:nth-child(even) .labs-timeline-container .cd-timeline-content {
          float: right; }
          .cd-timeline-block:nth-child(even) .labs-timeline-container .cd-timeline-content::before {
            top: 24px;
            left: auto;
            right: 100%;
            border-color: transparent;
            border-right-color: #ffffff; }
          .cd-timeline-block:nth-child(even) .labs-timeline-container .cd-timeline-content .cd-read-more {
            float: right; }
          .cd-timeline-block:nth-child(even) .labs-timeline-container .cd-timeline-content .cd-date {
            left: auto;
            right: 122%;
            text-align: right; } }
  @media only screen and (min-width: 768px) {
    .labs-timeline-container .timeline-image {
      float: left;
      width: 30%;
      margin-right: 20px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 1170px) {
    .labs-timeline-container .timeline-image {
      float: none;
      width: 100%;
      margin: 0; } }
  .labs-timeline-container .timeline-cta {
    background: #405665;
    padding: 60px 0 60px 0; }

.women-in-security-container .container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .women-in-security-container .container:after {
    content: "";
    display: table;
    clear: both; }
.women-in-security-container .women-in-security-hero {
  background-image: url("/static/images/women-in-security/hero-bg.jpg");
  background-size: cover;
  position: relative; }
  .women-in-security-container .women-in-security-hero .overlay::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #405665;
    opacity: 0.9;
    z-index: 1; }
  .women-in-security-container .women-in-security-hero .container {
    padding: 140px 0 130px 0;
    position: relative;
    z-index: 10; }
    .women-in-security-container .women-in-security-hero .container div {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .women-in-security-container .women-in-security-hero .container div:last-child {
        margin-right: 0; }
      .women-in-security-container .women-in-security-hero .container div:nth-child(2) {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-right: 0; }
        .women-in-security-container .women-in-security-hero .container div:nth-child(2):last-child {
          margin-right: 0; }
    .women-in-security-container .women-in-security-hero .container img {
      width: 80%; }
    .women-in-security-container .women-in-security-hero .container h4 {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-style: italic;
      font-weight: normal;
      margin-bottom: 1em;
      color: #fff; }
    .women-in-security-container .women-in-security-hero .container h1 {
      font-size: 42px;
      color: #36b246; }
    .women-in-security-container .women-in-security-hero .container p {
      color: #fff; }
  .women-in-security-container .women-in-security-hero .content .lead {
    font-size: 1.2em;
    margin-bottom: .5em; }
.women-in-security-container .women-in-security-nav {
  border-bottom: 2px solid #f5f6f8; }
  .women-in-security-container .women-in-security-nav .container {
    text-align: center; }
  .women-in-security-container .women-in-security-nav a {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 18.11388%;
    padding: 30px 50px;
    color: #888;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.4s; }
    .women-in-security-container .women-in-security-nav a:last-child {
      margin-right: 0; }
    .women-in-security-container .women-in-security-nav a:last-child {
      margin-right: 0; }
    .women-in-security-container .women-in-security-nav a:hover {
      background: #f5f6f8;
      color: #63B246; }
.women-in-security-container .women-in-security-nominees {
  background: #ffffff;
  padding: 80px 0 80px 0;
  text-align: center; }
  .women-in-security-container .women-in-security-nominees h2 {
    font-size: 32px;
    margin-bottom: 2em; }
  .women-in-security-container .women-in-security-nominees .nominee-photo {
    width: 200px;
    height: 250px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px; }
    .women-in-security-container .women-in-security-nominees .nominee-photo img {
      border-radius: 6px; }
  .women-in-security-container .women-in-security-nominees ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 2em; }
    .women-in-security-container .women-in-security-nominees ul:last-child {
      margin-right: 0; }
    .women-in-security-container .women-in-security-nominees ul li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-bottom: 2em;
      position: relative;
      margin-top: 0; }
      .women-in-security-container .women-in-security-nominees ul li:last-child {
        margin-right: 0; }
      .women-in-security-container .women-in-security-nominees ul li:nth-child(4n) {
        margin-right: 0; }
      .women-in-security-container .women-in-security-nominees ul li:nth-child(4n+1) {
        clear: left; }
      .women-in-security-container .women-in-security-nominees ul li:nth-child(9) {
        margin-left: 124px; }
    .women-in-security-container .women-in-security-nominees ul p {
      margin: 0;
      padding: 0; }
    .women-in-security-container .women-in-security-nominees ul h5 {
      padding: 0;
      margin-bottom: .2em;
      transition: all 0.4s; }
.women-in-security-container .women-in-security-judges {
  background: url("/static/images/women-in-security/judges-bg.png") #f5f6f8 no-repeat;
  background-size: 1425px;
  background-position: center;
  padding: 110px 0 110px 0; }
  .women-in-security-container .women-in-security-judges h2 {
    text-align: center;
    font-size: 32px; }
  .women-in-security-container .women-in-security-judges ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .women-in-security-container .women-in-security-judges ul:last-child {
      margin-right: 0; }
    .women-in-security-container .women-in-security-judges ul li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      display: table;
      text-align: center;
      background: #ffffff;
      border-radius: 6px;
      margin-bottom: 1.5em;
      position: relative;
      margin-top: 0;
      transition: all 0.4s;
      min-height: 121px; }
      .women-in-security-container .women-in-security-judges ul li:last-child {
        margin-right: 0; }
      .women-in-security-container .women-in-security-judges ul li:nth-child(4n) {
        margin-right: 0; }
      .women-in-security-container .women-in-security-judges ul li:nth-child(4n+1) {
        clear: left; }
      .women-in-security-container .women-in-security-judges ul li a {
        color: #888;
        padding: 15px;
        display: table-cell;
        vertical-align: middle; }
      .women-in-security-container .women-in-security-judges ul li:hover h5 {
        color: #63B246; }
      .women-in-security-container .women-in-security-judges ul li:nth-child(5) {
        margin-left: 128px; }
    .women-in-security-container .women-in-security-judges ul p {
      margin: 0;
      padding: 0; }
    .women-in-security-container .women-in-security-judges ul h5 {
      padding: 0;
      margin-bottom: .2em;
      transition: all 0.4s; }
.women-in-security-container .women-in-security-criteria {
  padding: 110px 0 110px 0; }
  .women-in-security-container .women-in-security-criteria .container {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .women-in-security-container .women-in-security-criteria .container:after {
      content: "";
      display: table;
      clear: both; }
  .women-in-security-container .women-in-security-criteria .container > div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%; }
    .women-in-security-container .women-in-security-criteria .container > div:last-child {
      margin-right: 0; }
  .women-in-security-container .women-in-security-criteria .criteria-image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .women-in-security-container .women-in-security-criteria .criteria-image:last-child {
      margin-right: 0; }
    .women-in-security-container .women-in-security-criteria .criteria-image img {
      width: 80%; }
  .women-in-security-container .women-in-security-criteria .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0; }
    .women-in-security-container .women-in-security-criteria .content:last-child {
      margin-right: 0; }
  .women-in-security-container .women-in-security-criteria h2 {
    font-size: 32px;
    margin-bottom: .4em; }
  .women-in-security-container .women-in-security-criteria .lead {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: .8em; }
  .women-in-security-container .women-in-security-criteria ul {
    margin-bottom: 1em; }
    .women-in-security-container .women-in-security-criteria ul li {
      list-style-type: square;
      color: #63B246;
      margin-bottom: .5em;
      margin-left: 20px; }
      .women-in-security-container .women-in-security-criteria ul li span {
        color: #444; }
  .women-in-security-container .women-in-security-criteria .gray {
    color: #888; }
.women-in-security-container .women-in-security-recognition {
  background: url("/static/images/women-in-security/recognition-bg.png") #f5f6f8 repeat-x;
  background-size: 660px;
  background-position: left -75px;
  padding: 110px 0 110px 0;
  text-align: center; }
  .women-in-security-container .women-in-security-recognition h2 {
    font-size: 32px;
    margin-bottom: 0; }
  .women-in-security-container .women-in-security-recognition h3 {
    font-size: 26px;
    margin-bottom: 0; }
  .women-in-security-container .women-in-security-recognition .award-detail {
    font-size: 14px;
    color: #888;
    margin-bottom: 1.5em;
    display: block; }
  .women-in-security-container .women-in-security-recognition p {
    color: #888; }
  .women-in-security-container .women-in-security-recognition ul {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    margin-top: .5em; }
    .women-in-security-container .women-in-security-recognition ul:last-child {
      margin-right: 0; }
    .women-in-security-container .women-in-security-recognition ul li {
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 48.21067%;
      background: #ffffff;
      border-radius: 6px;
      padding: 30px; }
      .women-in-security-container .women-in-security-recognition ul li:last-child {
        margin-right: 0; }
      .women-in-security-container .women-in-security-recognition ul li:nth-child(2n) {
        margin-right: 0; }
      .women-in-security-container .women-in-security-recognition ul li:nth-child(2n+1) {
        clear: left; }
      .women-in-security-container .women-in-security-recognition ul li p {
        color: #444;
        margin-bottom: 1.2em; }
  .women-in-security-container .women-in-security-recognition img {
    margin-bottom: 2em; }
.women-in-security-container .women-in-security-datetime {
  background-image: url("/static/images/women-in-security/winner-bg.jpg");
  background-size: cover;
  text-align: center;
  padding: 110px 0 90px 0;
  position: relative; }
  .women-in-security-container .women-in-security-datetime .container {
    position: relative;
    z-index: 10; }
  .women-in-security-container .women-in-security-datetime .overlay::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #405665;
    opacity: 0.9;
    z-index: 1; }
  .women-in-security-container .women-in-security-datetime .container > div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%; }
    .women-in-security-container .women-in-security-datetime .container > div:last-child {
      margin-right: 0; }
  .women-in-security-container .women-in-security-datetime h2 {
    font-size: 32px;
    margin-bottom: .4em;
    color: #63B246; }
  .women-in-security-container .women-in-security-datetime .lead {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: .8em;
    color: #ffffff; }
  .women-in-security-container .women-in-security-datetime p {
    color: #ffffff; }
  .women-in-security-container .women-in-security-datetime img {
    height: 100px;
    margin-bottom: 1.5em; }
.women-in-security-container .women-in-security-winner-announcement h2 {
  margin-bottom: 1.2em; }
.women-in-security-container .women-in-security-winner-announcement img {
  width: 71%;
  border-radius: 10px; }
.women-in-security-container .women-in-security-winner-announcement .award-detail {
  margin-bottom: 0;
  margin-bottom: .5em; }
.women-in-security-container .women-in-security-winner-announcement h3 {
  margin-bottom: .2em; }
.women-in-security-container .women-in-security-winner-announcement .job-title {
  margin-bottom: 1.5em; }
.women-in-security-container .women-in-security-winner-announcement ul {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  margin-top: .5em; }
  .women-in-security-container .women-in-security-winner-announcement ul:last-child {
    margin-right: 0; }
  .women-in-security-container .women-in-security-winner-announcement ul li {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 48.21067%;
    background: #ffffff;
    border-radius: 6px;
    padding: 30px; }
    .women-in-security-container .women-in-security-winner-announcement ul li:last-child {
      margin-right: 0; }
    .women-in-security-container .women-in-security-winner-announcement ul li:nth-child(2n) {
      margin-right: 0; }
    .women-in-security-container .women-in-security-winner-announcement ul li:nth-child(2n+1) {
      clear: left; }
    .women-in-security-container .women-in-security-winner-announcement ul li p {
      color: #444;
      margin-bottom: 1.2em; }

#habla_topbar_div {
  border-top: 1px #fff solid !important;
  border-left: 1px #fff solid !important;
  border-right: 1px #fff solid !important; }

/* 2014-02-17 New Structure */
/*

# Base Styles
## body/html
## h1-h6
## p, a, em, strong

# Grid Defaults
## span-columns
## shift
## omega

# Page Layouts
## Main column with sidebar

# Modules
## CTA bar

# Header
## Callout bar
## Nav bar
## Nav dropdown

# Footer

# Specific Pages
## Homepage
## Docs
## Product

*/
.articles {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  min-height: 500px;
  padding: 1em 0; }
  .articles:after {
    content: "";
    display: table;
    clear: both; }
  .articles h4 {
    margin-bottom: 1em; }
  .articles .articleintro {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .articles .articleintro:last-child {
      margin-right: 0; }
  .articles .articlelinks {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .articles .articlelinks:last-child {
      margin-right: 0; }
    .articles .articlelinks .breacharticle {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      border: 1px #efefef solid;
      padding: 1em;
      text-align: center;
      font-size: 1.2em;
      font-weight: bold;
      min-height: 150px;
      margin-bottom: 1em; }
      .articles .articlelinks .breacharticle:last-child {
        margin-right: 0; }
      .articles .articlelinks .breacharticle:nth-child(3n) {
        margin-right: 0; }
      .articles .articlelinks .breacharticle:nth-child(3n+1) {
        clear: left; }
      .articles .articlelinks .breacharticle img {
        max-width: 33%;
        float: left;
        margin-bottom: 1em; }
      .articles .articlelinks .breacharticle .title {
        display: block;
        margin-top: 1em;
        clear: both; }

/*
ooooo   ooooo           oooo              .o88o.             oooo   .oooooo.  
`888'   `888'           `888              888 `"             `888  dP'   `Y8b 
 888     888   .ooooo.   888  oo.ooooo.  o888oo  oooo  oooo   888  88o   .d8P 
 888ooooo888  d88' `88b  888   888' `88b  888    `888  `888   888  `"' .d8P'  
 888     888  888ooo888  888   888   888  888     888   888   888     `88'    
 888     888  888    .o  888   888   888  888     888   888   888     .o.     
o888o   o888o `Y8bod8P' o888o  888bod8P' o888o    `V88V"V8P' o888o    Y8P     
                               888                                            
                              o888o                                           
                                                                              
*/
.page-helpful {
  color: #405665;
  padding: 10px;
  background-color: lightblue;
  border: 1px solid #5fb3ce;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .page-helpful a {
    font-weight: bold; }
  .page-helpful #second-question textarea {
    display: block;
    padding: 5px;
    width: 270px;
    height: 60px;
    margin: 5px 0; }

/* SECTIONS */
.section {
  margin-bottom: 18px; }

.section ul {
  margin-bottom: 6px; }

.section ul li {
  margin-bottom: 3px; }

/* BUZZ */
.twitter-link {
  color: #777; }

#tweets .source {
  font-weight: bold; }

#tweets .avatar {
  width: 32px;
  height: 32px;
  float: left;
  margin: 5px 10px 3px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

#tweets .tweet_text {
  float: left;
  width: 237px;
  margin-bottom: 6px; }

#love_tweets {
  margin-top: 20px; }
  #love_tweets .love_tweet {
    margin: 0 10px 20px 0;
    text-align: left;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 19px;
    border-bottom: 1px #efefef solid;
    padding-bottom: 20px; }
    #love_tweets .love_tweet.special {
      background: #63B246 url("/static/images/white_twitter_bird.png") center 0 no-repeat;
      padding-top: 80px;
      color: white;
      text-align: center; }
      #love_tweets .love_tweet.special .follow_us {
        margin: 20px; }
        #love_tweets .love_tweet.special .follow_us a {
          color: white !important; }
    #love_tweets .love_tweet .tweet_src {
      margin-bottom: 6px; }
      #love_tweets .love_tweet .tweet_src a {
        color: #333; }
      #love_tweets .love_tweet .tweet_src .handle {
        position: relative;
        top: -9px; }
    #love_tweets .love_tweet img.avatar {
      border-radius: 3px; }

/* CONTACT */
.contact-type {
  display: none;
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0; }

.section.contactus p {
  margin-bottom: 5px; }

/*
  .oooooo.                             .                           .         .oooooo..o           oooo                     
 d8P'  `Y8b                          .o8                         .o8        d8P'    `Y8           `888                     
888           .ooooo.  ooo. .oo.   .o888oo  .oooo.    .ooooo.  .o888oo      Y88bo.       .oooo.    888   .ooooo.   .oooo.o 
888          d88' `88b `888P"Y88b    888   `P  )88b  d88' `"Y8   888         `"Y8888o.  `P  )88b   888  d88' `88b d88(  "8 
888          888   888  888   888    888    .oP"888  888         888             `"Y88b  .oP"888   888  888ooo888 `"Y88b.  
`88b    ooo  888   888  888   888    888 . d8(  888  888   .o8   888 .      oo     .d8P d8(  888   888  888    .o o.  )88b 
 `Y8bood8P'  `Y8bod8P' o888o o888o   "888" `Y888""8o `Y8bod8P'   "888"      8""88888P'  `Y888""8o o888o `Y8bod8P' 8""888P' 

*/
.phone-number {
  font-size: 14px;
  text-align: right;
  line-height: 140%;
  margin-top: 6px; }
  .phone-number span {
    color: #fff; }
  .phone-number strong {
    font-size: 18px; }

.contact-sales {
  background-color: #f7f9fa;
  margin: 0 auto 30px;
  padding: 20px; }
  .contact-sales label {
    font-weight: bold;
    display: block; }
  .contact-sales input, .contact-sales textarea {
    font-size: 15px;
    line-height: 20px;
    padding: 4px;
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-top-color: #bbb;
    border-right-color: #bbb;
    color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .contact-sales textarea {
    height: 100px;
    width: 100%;
    border: 1px solid #ccc;
    border-top-color: #bbb;
    border-right-color: #bbb;
    color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .contact-sales .mktFormMsg {
    /* "This field is required" error */
    display: block;
    font-size: 11px;
    margin-top: -9px;
    margin-bottom: 5px;
    color: red; }

/*
 .oooooo..o  o8o                              ooooo     ooo            
d8P'    `Y8  `"'                              `888'     `8'            
Y88bo.      oooo   .oooooooo ooo. .oo.         888       8  oo.ooooo.  
 `"Y8888o.  `888  888' `88b  `888P"Y88b        888       8   888' `88b 
     `"Y88b  888  888   888   888   888        888       8   888   888 
oo     .d8P  888  `88bod8P'   888   888        `88.    .8'   888   888 
8""88888P'  o888o `8oooooo.  o888o o888o         `YbodP'     888bod8P' 
                  d"     YD                                  888       
                  "Y88888P'                                 o888o
*/
.signup-step {
  background-position: center left;
  background-repeat: no-repeat;
  overflow: visible;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 32px;
  margin-left: -5px; }

.step1 {
  background-image: url("/static/images/step1.png"); }

.step2 {
  background-image: url("/static/images/step2.png"); }

.signup .radio, .signup .plan {
  float: left;
  margin-bottom: 10px;
  height: 35px;
  /*  background-color: red;*/
  margin-right: 2px; }

.signup .radio {
  padding-top: 1px;
  width: 20px;
  height: 17px; }

.signup .plan {
  width: 350px; }

.plan-name {
  font-weight: bold;
  font-size: 15px;
  text-shadow: 0 0 1px white; }

.boxy-signup, .boxy-partner-container {
  width: 300px;
  top: 100px;
  padding: 30px;
  font-size: 15px;
  line-height: 20px; }

.dialog {
  display: none; }

.dialog .leftlabel {
  display: block;
  font-weight: bold;
  margin-bottom: 3px; }

.dialog input.text {
  font-size: 18px;
  padding: 3px;
  margin-bottom: 10px;
  width: 235px; }

.dialog input.text.numusers {
  width: 60px; }

.optional {
  color: #aaa; }

.line.opensource {
  margin: 5px 0 8px; }

.dialog .error {
  font-size: 13px;
  line-height: 17px;
  background-color: #FF4F46;
  color: white;
  padding: 5px 10px;
  margin-bottom: 10px; }

.dialog .error a {
  color: #ccc; }

.dialog .error a:hover {
  color: white; }

.dialog .error p {
  margin-bottom: 0; }

.signup-form .loading {
  font-weight: bold;
  margin-top: 5px;
  padding-left: 23px;
  background: transparent url("/static/images/spinner.gif") center left no-repeat; }

.input_help {
  display: block;
  color: #555;
  margin: -4px 2px 8px;
  font-size: 13px;
  line-height: 16px; }

/* MAILING LIST */
#mailing-list-signup {
  display: none; }

.mailing-list label {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  margin-bottom: 1px; }

.mailing-list input.text {
  padding: 4px;
  margin-bottom: 8px;
  width: 80%;
  border: 1px solid #ccc;
  color: #333; }

/*
oooooooooooo                                       .                 ooooooooo.                                  
`888'     `8                                     .o8                 `888   `Y88.                                
 888         oooo    ooo  .ooooo.  ooo. .oo.   .o888oo  .oooo.o       888   .d88'  .oooo.    .oooooooo  .ooooo.  
 888oooo8     `88.  .8'  d88' `88b `888P"Y88b    888   d88(  "8       888ooo88P'  `P  )88b  888' `88b  d88' `88b 
 888    "      `88..8'   888ooo888  888   888    888   `"Y88b.        888          .oP"888  888   888  888ooo888 
 888       o    `888'    888    .o  888   888    888 . o.  )88b       888         d8(  888  `88bod8P'  888    .o 
o888ooooood8     `8'     `Y8bod8P' o888o o888o   "888" 8""888P'      o888o        `Y888""8o `8oooooo.  `Y8bod8P' 
                                                                                            d"     YD            
                                                                                            "Y88888P'            
*/
#main-content .events-list {
  width: 500px; }

#main-content .events-list h4 {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 1px; }

/*
ooooooooo.                                        
`888   `Y88.                                      
 888   .d88' oooo d8b  .ooooo.   .oooo.o  .oooo.o 
 888ooo88P'  `888""8P d88' `88b d88(  "8 d88(  "8 
 888          888     888ooo888 `"Y88b.  `"Y88b.  
 888          888     888    .o o.  )88b o.  )88b 
o888o        d888b    `Y8bod8P' 8""888P' 8""888P' 

*/
.press {
  padding-bottom: 2em; }
  .press .intro {
    padding: 2em 0; }
  .press .col5 {
    margin-bottom: 4em; }
  .press h4 {
    font-weight: 300;
    margin-bottom: 1em; }

.press-release-excerpt {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-bottom: 25px; }
  .press-release-excerpt:last-child {
    margin-right: 0; }
  .press-release-excerpt:nth-child(3n) {
    margin-right: 0; }
  .press-release-excerpt:nth-child(3n+1) {
    clear: left; }
  .press-release-excerpt h3 {
    font-size: 16px;
    margin-bottom: .5em; }
  .press-release-excerpt h5 {
    font-size: 14px; }

#pageintro.pressrelease h1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0; }
  #pageintro.pressrelease h1:last-child {
    margin-right: 0; }

#pageintro.pressrelease h4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  #pageintro.pressrelease h4:last-child {
    margin-right: 0; }

.gridcontainer.pressrelease .location {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .gridcontainer.pressrelease .location:last-child {
    margin-right: 0; }
.gridcontainer.pressrelease .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .gridcontainer.pressrelease .content:last-child {
    margin-right: 0; }
.gridcontainer.pressrelease ul, .gridcontainer.pressrelease ol {
  margin: 0 0 1em 1em;
  padding: 0 0 0 1em; }
  .gridcontainer.pressrelease ul li, .gridcontainer.pressrelease ol li {
    margin-bottom: .6em; }
.gridcontainer.pressrelease ul li {
  text-indent: -.7em; }
.gridcontainer.pressrelease ul li:before {
  content: "• ";
  color: #63B246;
  /* or whatever color you prefer */ }

/*
ooooo                                    .o8   o8o                              ooooooooo.                                           
`888'                                   "888   `"'                              `888   `Y88.                                         
 888          .oooo.   ooo. .oo.    .oooo888  oooo  ooo. .oo.    .oooooooo       888   .d88'  .oooo.    .oooooooo  .ooooo.   .oooo.o 
 888         `P  )88b  `888P"Y88b  d88' `888  `888  `888P"Y88b  888' `88b        888ooo88P'  `P  )88b  888' `88b  d88' `88b d88(  "8 
 888          .oP"888   888   888  888   888   888   888   888  888   888        888          .oP"888  888   888  888ooo888 `"Y88b.  
 888       o d8(  888   888   888  888   888   888   888   888  `88bod8P'        888         d8(  888  `88bod8P'  888    .o o.  )88b 
o888ooooood8 `Y888""8o o888o o888o `Y8bod88P" o888o o888o o888o `8oooooo.       o888o        `Y888""8o `8oooooo.  `Y8bod8P' 8""888P' 
                                                                d"     YD                              d"     YD                     
                                                                "Y88888P'                              "Y88888P'
*/
.juniper-bar {
  background-color: white;
  border-bottom: 1px solid #ccc;
  padding: 10px 0; }

.juniper-bar h2 {
  margin-top: 45px;
  line-height: 40px; }

.juniper-splash {
  margin-left: 50px; }

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

.juniper-shot {
  text-align: right; }

.juniper-shot img {
  margin-right: 20px; }

ul.juniper-main-features li {
  margin-bottom: 8px;
  color: #A13E33;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  margin-left: 20px;
  list-style-image: url(/static/images/star.png); }

.juniper-splash h2 {
  margin-bottom: 20px; }

ul.feature-bullets {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: 5px;
  color: black; }

ul.feature-bullets li {
  margin-bottom: 5px;
  list-style-image: url(/static/images/star.png);
  margin-left: 15px; }

div.quote-box {
  margin-bottom: 20px; }

.cite-img {
  float: left;
  margin: 0 5px 5px 0;
  border: 1px solid #777; }

/*
ooooooooo.              .o88o.                    
`888   `Y88.            888 `"                    
 888   .d88'  .ooooo.  o888oo   .ooooo.  oooo d8b 
 888ooo88P'  d88' `88b  888    d88' `88b `888""8P 
 888`88b.    888ooo888  888    888ooo888  888     
 888  `88b.  888    .o  888    888    .o  888     
o888o  o888o `Y8bod8P' o888o   `Y8bod8P' d888b

Refer
*/
#refer_holder * {
  font-size: 14px;
  line-height: 21px; }
#refer_holder label {
  font-weight: bold;
  margin-bottom: 2px;
  width: 197px;
  display: inline-block; }
#refer_holder .thanks {
  margin-top: 30px;
  color: #63B246;
  font-weight: 600;
  font-size: 24px; }
#refer_holder .gift-card {
  margin-top: 20px;
  margin-bottom: -20px; }
#refer_holder .fine-print {
  color: #555;
  margin-bottom: 60px;
  font-size: 11px;
  line-height: 13px; }
#refer_holder p.submit {
  text-align: center;
  margin-bottom: 0; }
#refer_holder form#refer_form {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background: #fdfdfd;
  border: 5px solid #efefef; }
  #refer_holder form#refer_form input {
    width: 187px; }
  #refer_holder form#refer_form table td, #refer_holder form#refer_form table th {
    padding: 1px 5px; }
  #refer_holder form#refer_form table th {
    font-weight: bold; }
  #refer_holder form#refer_form table td input {
    padding: 2px;
    width: 100%; }
#refer_holder table#referrals {
  margin-bottom: 15px; }
#refer_holder table#refer_email {
  width: 100%;
  margin-bottom: 20px; }
  #refer_holder table#refer_email input, #refer_holder table#refer_email textarea {
    width: 100% !important;
    font-size: 80%; }
  #refer_holder table#refer_email textarea {
    height: 100px;
    padding: 4px;
    line-height: 120%; }

/*
ooooooooo.                        oooo             oooooo     oooo  o8o        .o8                      
`888   `Y88.                      `888              `888.     .8'   `"'       "888                      
 888   .d88' oooo  oooo   .oooo.o  888 .oo.          `888.   .8'   oooo   .oooo888   .ooooo.   .ooooo.  
 888ooo88P'  `888  `888  d88(  "8  888P"Y88b          `888. .8'    `888  d88' `888  d88' `88b d88' `88b 
 888          888   888  `"Y88b.   888   888           `888.8'      888  888   888  888ooo888 888   888 
 888          888   888  o.  )88b  888   888            `888'       888  888   888  888    .o 888   888 
o888o         `V88V"V8P' 8""888P' o888o o888o            `8'       o888o `Y8bod88P" `Y8bod8P' `Y8bod8P'

DUO PUSH VIDEO
*/
.duo-push {
  padding-bottom: 2em; }

.duo-push .intro {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  margin-top: 4em;
  margin-bottom: 3em;
  text-align: center; }
  .duo-push .intro:last-child {
    margin-right: 0; }

.duo-push .wistia_embed {
  clear: both;
  margin-bottom: 4em; }

.duo-push .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-left: 8.5298%; }
  .duo-push .content:last-child {
    margin-right: 0; }
  .duo-push .content h2 {
    margin-top: 1em;
    margin-bottom: .5em;
    line-height: 1em; }
  .duo-push .content h2:first-child {
    margin-top: 0; }
  .duo-push .content ol {
    list-style: decimal;
    margin-left: 1.5em; }
    .duo-push .content ol li {
      margin-bottom: .5em; }

.duo-push .side {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
  text-align: center; }
  .duo-push .side:last-child {
    margin-right: 0; }
  .duo-push .side img {
    max-width: 100%; }

.duo-push-image {
  margin-top: -20px !important; }

.duo-push-video {
  width: 689px;
  height: 387px;
  position: relative;
  margin-bottom: 20px; }

.duo-push-video a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 689px;
  height: 387px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url("/static/images/watch-duo-push.png");
  background-position: 0 0; }

.duo-push-video a:hover {
  background-position: 0 -387px; }

.duo-push-video .iframe {
  position: absolute;
  top: 0;
  left: 0; }

.duo-push-video-small {
  display: none;
  width: 300px;
  height: 168px;
  float: right;
  margin: 20px 0 10px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.duo-push-video-small a {
  display: block;
  width: 300px;
  height: 168px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url("/static/images/watch-duo-push-small.png");
  background-position: 0 0; }

.duo-push-video-small a:hover {
  background-position: 0 -168px; }

/* InCommon */
.incommon-sidebar {
  background-color: #f7f9fa;
  padding: 10px; }

.incommon-image {
  margin-top: 10px;
  text-align: center; }

.incommon-logos {
  text-align: center; }
  .incommon-logos img {
    margin-top: 30px;
    /*    margin-bottom: 10px;*/ }

.infosec-calendar #calendar {
  margin: 20px 0 50px; }
.infosec-calendar .chronoline-wrapper {
  position: relative; }
.infosec-calendar .chronoline-wrapper * {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
.infosec-calendar .chronoline-canvas {
  overflow: hidden;
  position: relative;
  width: 100%; }
.infosec-calendar .chronoline-canvas > svg {
  position: relative; }
.infosec-calendar .chronoline-wrapper:hover > .chronoline-left,
.infosec-calendar .chronoline-wrapper:hover > .chronoline-right {
  display: block; }
.infosec-calendar .chronoline-left,
.infosec-calendar .chronoline-right {
  display: none;
  display: block;
  top: 0;
  position: absolute;
  width: 20px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: #000000;
  cursor: pointer; }
.infosec-calendar .chronoline-left:hover,
.infosec-calendar .chronoline-right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #405665; }
.infosec-calendar .chronoline-left {
  left: 0; }
.infosec-calendar .chronoline-right {
  right: 0; }
.infosec-calendar .chronoline-left-icon,
.infosec-calendar .chronoline-right-icon {
  background: url("sprites.png") no-repeat scroll 0px 0 transparent;
  height: 15px;
  width: 10px;
  cursor: pointer;
  margin: 0 auto; }
.infosec-calendar .chronoline-right-icon {
  background-position: -10px 0; }
.infosec-calendar .tooltip-style {
  font-size: 18px;
  font-family: Helvetica;
  background-color: #405665;
  color: #ffffff;
  border-radius: 2px;
  max-width: 300px; }
.infosec-calendar .chronoline-draggable {
  cursor: hand;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }
.infosec-calendar .chronoline-draggable.dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }
.infosec-calendar .chronoline-draggable .chronoline-canvas .chronoline-event {
  cursor: default; }
.infosec-calendar h2 {
  margin-bottom: .5em; }
.infosec-calendar h4 {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 300; }
.infosec-calendar .event {
  margin-bottom: 3em;
  border: 1px #efefef solid;
  padding: 1em;
  min-height: 100px; }
  .infosec-calendar .event img {
    float: right;
    max-width: 125px;
    max-height: 50px; }
  .infosec-calendar .event .clear {
    padding: 4em 0; }
  .infosec-calendar .event h3 {
    font-size: 18px;
    line-height: 21px;
    margin-top: 6px; }
  .infosec-calendar .event h5 {
    font-size: 14px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .infosec-calendar .event p.cfp {
    font-size: 11px; }
.infosec-calendar .events-upcoming .event {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .infosec-calendar .events-upcoming .event:last-child {
    margin-right: 0; }
  .infosec-calendar .events-upcoming .event:nth-child(3n) {
    margin-right: 0; }
  .infosec-calendar .events-upcoming .event:nth-child(3n+1) {
    clear: left; }
  .infosec-calendar .events-upcoming .event.duo {
    border-color: #63B246;
    border-width: 2px;
    background-image: url("/static/images/duo-logo.svg");
    background-repeat: no-repeat;
    background-position: 1em calc(100% - 10px);
    background-size: 50px auto;
    padding-bottom: 1.8em; }
.infosec-calendar .events-past .event {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .infosec-calendar .events-past .event:last-child {
    margin-right: 0; }
  .infosec-calendar .events-past .event:nth-child(4n) {
    margin-right: 0; }
  .infosec-calendar .events-past .event:nth-child(4n+1) {
    clear: left; }
  .infosec-calendar .events-past .event img {
    float: right;
    max-width: 75px;
    max-height: 50px; }
  .infosec-calendar .events-past .event h3 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px; }
  .infosec-calendar .events-past .event.duo {
    border-color: #63B246;
    background-image: url("/static/images/duo-logo.svg");
    background-repeat: no-repeat;
    background-position: 1em calc(100% - 10px);
    background-size: 40px auto;
    padding-bottom: 1.8em; }

.eventdetails {
  padding: 3em 0; }
  .eventdetails .logo img {
    float: right;
    max-width: 50%; }

td.na {
  vertical-align: middle;
  font-size: 13px;
  text-align: center;
  color: #777; }

.signup-success-message {
  padding: 10px;
  background-color: green;
  color: white;
  margin-bottom: 2em; }
  .signup-success-message a {
    color: white;
    text-decoration: underline; }

.beta-message {
  padding: 10px;
  background-color: darkorange;
  color: white;
  margin-bottom: 2em; }
  .beta-message a {
    color: white;
    text-decoration: underline; }

.beta-token {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 13px;
  color: white;
  background-color: darkorange;
  border-radius: 2px;
  padding: 1px 4px;
  font-weight: normal; }

.duo-for-your-business {
  background: #eee url(/static/images/business-background.png) no-repeat center right;
  margin: 40px 0 20px 0;
  padding: 15px;
  padding-bottom: 0; }
  .duo-for-your-business ul {
    padding-left: 0;
    margin-left: 0 !important; }
    .duo-for-your-business ul li {
      list-style: none !important;
      padding-left: 33px;
      background: transparent url(/static/images/checkmark-bullet.png) no-repeat 5px 3px;
      margin-bottom: 9px !important;
      color: #405665; }
  .duo-for-your-business p {
    margin-bottom: 0;
    padding-left: 33px; }

/* ARTICLES */
.three-breaches .intro {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .three-breaches .intro:after {
    content: "";
    display: table;
    clear: both; }
  .three-breaches .intro h2 {
    font-size: 200%;
    color: #63B246;
    line-height: 120%;
    margin-bottom: 20px; }
.three-breaches .breaches {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .three-breaches .breaches:after {
    content: "";
    display: table;
    clear: both; }
  .three-breaches .breaches .breach {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .three-breaches .breaches .breach:last-child {
      margin-right: 0; }
    .three-breaches .breaches .breach .logo {
      min-height: 160px;
      text-align: center; }
      .three-breaches .breaches .breach .logo img {
        max-height: 160px; }
.three-breaches .outro {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .three-breaches .outro:after {
    content: "";
    display: table;
    clear: both; }
  .three-breaches .outro .inner {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding-top: 30px;
    padding-bottom: 30px; }
    .three-breaches .outro .inner:last-child {
      margin-right: 0; }
    .three-breaches .outro .inner h1 {
      margin-bottom: .7em; }
    .three-breaches .outro .inner blockquote {
      font-size: 20px;
      line-height: 1.3em;
      width: 50%;
      float: right;
      margin: 0 0 1em 1em;
      background-color: #f7f9fa;
      border: 0;
      border-top: 2px solid #405665;
      border-bottom: 2px solid #405665;
      padding: 1em 1em .5em 1em; }
.three-breaches .article-cta {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em; }
  .three-breaches .article-cta:after {
    content: "";
    display: table;
    clear: both; }
  .three-breaches .article-cta .tagline {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 17.05961%; }
    .three-breaches .article-cta .tagline:last-child {
      margin-right: 0; }
    .three-breaches .article-cta .tagline h4 {
      font-weight: 300; }
  .three-breaches .article-cta .cover {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    position: relative; }
    .three-breaches .article-cta .cover:last-child {
      margin-right: 0; }
    .three-breaches .article-cta .cover img {
      max-height: 190px; }
    .three-breaches .article-cta .cover i {
      position: absolute;
      top: 70px;
      left: 80px;
      color: #fff;
      font-size: 48px;
      z-index: 501;
      text-shadow: 0 0 15px #333; }
  .three-breaches .article-cta .cover a i {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .three-breaches .article-cta .cover a:hover i {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .three-breaches .article-cta .cover a:active i {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
.three-breaches .footnotes {
  font-size: 11px;
  color: #666;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 130%; }
  .three-breaches .footnotes li {
    margin-bottom: 0;
    margin: 0;
    padding: 0; }
  .three-breaches .footnotes a {
    color: #666; }

/* ICON FONT STYLES */
[class^="ss-"],
[class*=" ss-"] {
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

[class^="ss-"]:before,
[class*=" ss-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes sure icons active on rollover in links */
a [class^="ss-"],
a [class*=" ss-"] {
  display: inline-block; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.icon-3x {
  font-size: 3em; }
  .icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.icon-4x {
  font-size: 4em; }
  .icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.psa {
  padding-top: 2em;
  padding-bottom: 2em; }
  .psa h1 {
    font-size: 36px; }
  .psa h2 {
    font-size: 24px;
    margin-top: 1em;
    margin-bottom: .7em; }
  .psa h3 {
    font-size: 18px;
    margin-bottom: .7em;
    font-weight: normal; }
  .psa ul {
    list-style: disc;
    margin-bottom: 1em;
    padding-left: 1.5em; }
