@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:focus,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.Clearfix, .Wrap, .Wrap--noPadding, .Wrap--noPaddingAll, .Wrap--wide, .Wrap--narrow {
  zoom: 1;
}

.Clearfix:after, .Wrap:after, .Wrap--noPadding:after, .Wrap--noPaddingAll:after, .Wrap--wide:after, .Wrap--narrow:after {
  clear: both;
  content: '';
  display: table;
}

.Wrap, .Wrap--noPadding, .Wrap--noPaddingAll, .Wrap--wide, .Wrap--narrow {
  padding: 0 30px;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  position: relative;
  width: calc(100% - 60px);
}

.Wrap--noPadding {
  padding-left: 0;
  padding-right: 0;
  max-width: 1340px;
  width: 100%;
}

.Wrap--noPaddingAll {
  padding: 0 !important;
  max-width: 1340px;
  width: 100%;
}

.preload * {
  transition: none !important;
}

.Row,
[class^='Row--'],
[class*=' Row--'] {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 56px -15px 26px;
}

+ .Row, +
[class^='Row--'], +
[class*=' Row--'] {
  margin-top: -26px;
}

.Row:first-child,
[class^='Row--']:first-child,
[class*=' Row--']:first-child {
  margin-top: 0;
}

.Row:last-child,
[class^='Row--']:last-child,
[class*=' Row--']:last-child {
  margin-bottom: -30px;
}

.Column,
[class^='Column-'],
[class*=' Column-'] {
  padding: 0 15px 30px;
  position: relative;
}

.Row--wideGutters {
  margin-bottom: -34px;
  margin-left: -45px;
  margin-right: -45px;
}

.Row--wideGutters + .Row--wideGutters {
  margin-top: 34px;
}

.Row--wideGutters:last-child {
  margin-bottom: -90px;
}

.Row--wideGutters > .Column,
.Row--wideGutters > [class^='Column-'],
.Row--wideGutters > [class*=' Column-'] {
  padding: 0 45px 90px;
}

.Column--1 {
  width: 8.33333%;
}

.ColumnOffset--0 {
  margin-left: 0%;
}

.Column--2 {
  width: 16.66667%;
}

.ColumnOffset--1 {
  margin-left: 8.33333%;
}

.Column--3 {
  width: 25%;
}

.ColumnOffset--2 {
  margin-left: 16.66667%;
}

.Column--4 {
  width: 33.33333%;
}

.ColumnOffset--3 {
  margin-left: 25%;
}

.Column--5 {
  width: 41.66667%;
}

.ColumnOffset--4 {
  margin-left: 33.33333%;
}

.Column--6 {
  width: 50%;
}

.ColumnOffset--5 {
  margin-left: 41.66667%;
}

.Column--7 {
  width: 58.33333%;
}

.ColumnOffset--6 {
  margin-left: 50%;
}

.Column--8 {
  width: 66.66667%;
}

.ColumnOffset--7 {
  margin-left: 58.33333%;
}

.Column--9 {
  width: 75%;
}

.ColumnOffset--8 {
  margin-left: 66.66667%;
}

.Column--10 {
  width: 83.33333%;
}

.ColumnOffset--9 {
  margin-left: 75%;
}

.Column--11 {
  width: 91.66667%;
}

.ColumnOffset--10 {
  margin-left: 83.33333%;
}

.Column--12 {
  width: 100%;
}

.ColumnOffset--11 {
  margin-left: 91.66667%;
}

@media (max-width: 1599px) {
  .Column--xxLarge-1 {
    width: 8.33333%;
  }
  .ColumnOffset--xxLarge-0 {
    margin-left: 0%;
  }
  .Column--xxLarge-2 {
    width: 16.66667%;
  }
  .ColumnOffset--xxLarge-1 {
    margin-left: 8.33333%;
  }
  .Column--xxLarge-3 {
    width: 25%;
  }
  .ColumnOffset--xxLarge-2 {
    margin-left: 16.66667%;
  }
  .Column--xxLarge-4 {
    width: 33.33333%;
  }
  .ColumnOffset--xxLarge-3 {
    margin-left: 25%;
  }
  .Column--xxLarge-5 {
    width: 41.66667%;
  }
  .ColumnOffset--xxLarge-4 {
    margin-left: 33.33333%;
  }
  .Column--xxLarge-6 {
    width: 50%;
  }
  .ColumnOffset--xxLarge-5 {
    margin-left: 41.66667%;
  }
  .Column--xxLarge-7 {
    width: 58.33333%;
  }
  .ColumnOffset--xxLarge-6 {
    margin-left: 50%;
  }
  .Column--xxLarge-8 {
    width: 66.66667%;
  }
  .ColumnOffset--xxLarge-7 {
    margin-left: 58.33333%;
  }
  .Column--xxLarge-9 {
    width: 75%;
  }
  .ColumnOffset--xxLarge-8 {
    margin-left: 66.66667%;
  }
  .Column--xxLarge-10 {
    width: 83.33333%;
  }
  .ColumnOffset--xxLarge-9 {
    margin-left: 75%;
  }
  .Column--xxLarge-11 {
    width: 91.66667%;
  }
  .ColumnOffset--xxLarge-10 {
    margin-left: 83.33333%;
  }
  .Column--xxLarge-12 {
    width: 100%;
  }
  .ColumnOffset--xxLarge-11 {
    margin-left: 91.66667%;
  }
}

@media (max-width: 1399px) {
  .Column--xLarge-1 {
    width: 8.33333%;
  }
  .ColumnOffset--xLarge-0 {
    margin-left: 0%;
  }
  .Column--xLarge-2 {
    width: 16.66667%;
  }
  .ColumnOffset--xLarge-1 {
    margin-left: 8.33333%;
  }
  .Column--xLarge-3 {
    width: 25%;
  }
  .ColumnOffset--xLarge-2 {
    margin-left: 16.66667%;
  }
  .Column--xLarge-4 {
    width: 33.33333%;
  }
  .ColumnOffset--xLarge-3 {
    margin-left: 25%;
  }
  .Column--xLarge-5 {
    width: 41.66667%;
  }
  .ColumnOffset--xLarge-4 {
    margin-left: 33.33333%;
  }
  .Column--xLarge-6 {
    width: 50%;
  }
  .ColumnOffset--xLarge-5 {
    margin-left: 41.66667%;
  }
  .Column--xLarge-7 {
    width: 58.33333%;
  }
  .ColumnOffset--xLarge-6 {
    margin-left: 50%;
  }
  .Column--xLarge-8 {
    width: 66.66667%;
  }
  .ColumnOffset--xLarge-7 {
    margin-left: 58.33333%;
  }
  .Column--xLarge-9 {
    width: 75%;
  }
  .ColumnOffset--xLarge-8 {
    margin-left: 66.66667%;
  }
  .Column--xLarge-10 {
    width: 83.33333%;
  }
  .ColumnOffset--xLarge-9 {
    margin-left: 75%;
  }
  .Column--xLarge-11 {
    width: 91.66667%;
  }
  .ColumnOffset--xLarge-10 {
    margin-left: 83.33333%;
  }
  .Column--xLarge-12 {
    width: 100%;
  }
  .ColumnOffset--xLarge-11 {
    margin-left: 91.66667%;
  }
}

@media (max-width: 1199px) {
  .Column--large-1 {
    width: 8.33333%;
  }
  .ColumnOffset--large-0 {
    margin-left: 0%;
  }
  .Column--large-2 {
    width: 16.66667%;
  }
  .ColumnOffset--large-1 {
    margin-left: 8.33333%;
  }
  .Column--large-3 {
    width: 25%;
  }
  .ColumnOffset--large-2 {
    margin-left: 16.66667%;
  }
  .Column--large-4 {
    width: 33.33333%;
  }
  .ColumnOffset--large-3 {
    margin-left: 25%;
  }
  .Column--large-5 {
    width: 41.66667%;
  }
  .ColumnOffset--large-4 {
    margin-left: 33.33333%;
  }
  .Column--large-6 {
    width: 50%;
  }
  .ColumnOffset--large-5 {
    margin-left: 41.66667%;
  }
  .Column--large-7 {
    width: 58.33333%;
  }
  .ColumnOffset--large-6 {
    margin-left: 50%;
  }
  .Column--large-8 {
    width: 66.66667%;
  }
  .ColumnOffset--large-7 {
    margin-left: 58.33333%;
  }
  .Column--large-9 {
    width: 75%;
  }
  .ColumnOffset--large-8 {
    margin-left: 66.66667%;
  }
  .Column--large-10 {
    width: 83.33333%;
  }
  .ColumnOffset--large-9 {
    margin-left: 75%;
  }
  .Column--large-11 {
    width: 91.66667%;
  }
  .ColumnOffset--large-10 {
    margin-left: 83.33333%;
  }
  .Column--large-12 {
    width: 100%;
  }
  .ColumnOffset--large-11 {
    margin-left: 91.66667%;
  }
}

@media (max-width: 1023px) {
  .Column--medium-1 {
    width: 8.33333%;
  }
  .ColumnOffset--medium-0 {
    margin-left: 0%;
  }
  .Column--medium-2 {
    width: 16.66667%;
  }
  .ColumnOffset--medium-1 {
    margin-left: 8.33333%;
  }
  .Column--medium-3 {
    width: 25%;
  }
  .ColumnOffset--medium-2 {
    margin-left: 16.66667%;
  }
  .Column--medium-4 {
    width: 33.33333%;
  }
  .ColumnOffset--medium-3 {
    margin-left: 25%;
  }
  .Column--medium-5 {
    width: 41.66667%;
  }
  .ColumnOffset--medium-4 {
    margin-left: 33.33333%;
  }
  .Column--medium-6 {
    width: 50%;
  }
  .ColumnOffset--medium-5 {
    margin-left: 41.66667%;
  }
  .Column--medium-7 {
    width: 58.33333%;
  }
  .ColumnOffset--medium-6 {
    margin-left: 50%;
  }
  .Column--medium-8 {
    width: 66.66667%;
  }
  .ColumnOffset--medium-7 {
    margin-left: 58.33333%;
  }
  .Column--medium-9 {
    width: 75%;
  }
  .ColumnOffset--medium-8 {
    margin-left: 66.66667%;
  }
  .Column--medium-10 {
    width: 83.33333%;
  }
  .ColumnOffset--medium-9 {
    margin-left: 75%;
  }
  .Column--medium-11 {
    width: 91.66667%;
  }
  .ColumnOffset--medium-10 {
    margin-left: 83.33333%;
  }
  .Column--medium-12 {
    width: 100%;
  }
  .ColumnOffset--medium-11 {
    margin-left: 91.66667%;
  }
}

@media (max-width: 767px) {
  .Column--small-1 {
    width: 8.33333%;
  }
  .ColumnOffset--small-0 {
    margin-left: 0%;
  }
  .Column--small-2 {
    width: 16.66667%;
  }
  .ColumnOffset--small-1 {
    margin-left: 8.33333%;
  }
  .Column--small-3 {
    width: 25%;
  }
  .ColumnOffset--small-2 {
    margin-left: 16.66667%;
  }
  .Column--small-4 {
    width: 33.33333%;
  }
  .ColumnOffset--small-3 {
    margin-left: 25%;
  }
  .Column--small-5 {
    width: 41.66667%;
  }
  .ColumnOffset--small-4 {
    margin-left: 33.33333%;
  }
  .Column--small-6 {
    width: 50%;
  }
  .ColumnOffset--small-5 {
    margin-left: 41.66667%;
  }
  .Column--small-7 {
    width: 58.33333%;
  }
  .ColumnOffset--small-6 {
    margin-left: 50%;
  }
  .Column--small-8 {
    width: 66.66667%;
  }
  .ColumnOffset--small-7 {
    margin-left: 58.33333%;
  }
  .Column--small-9 {
    width: 75%;
  }
  .ColumnOffset--small-8 {
    margin-left: 66.66667%;
  }
  .Column--small-10 {
    width: 83.33333%;
  }
  .ColumnOffset--small-9 {
    margin-left: 75%;
  }
  .Column--small-11 {
    width: 91.66667%;
  }
  .ColumnOffset--small-10 {
    margin-left: 83.33333%;
  }
  .Column--small-12 {
    width: 100%;
  }
  .ColumnOffset--small-11 {
    margin-left: 91.66667%;
  }
}

@media (max-width: 599px) {
  .Column--xSmall-1 {
    width: 8.33333%;
  }
  .ColumnOffset--xSmall-0 {
    margin-left: 0%;
  }
  .Column--xSmall-2 {
    width: 16.66667%;
  }
  .ColumnOffset--xSmall-1 {
    margin-left: 8.33333%;
  }
  .Column--xSmall-3 {
    width: 25%;
  }
  .ColumnOffset--xSmall-2 {
    margin-left: 16.66667%;
  }
  .Column--xSmall-4 {
    width: 33.33333%;
  }
  .ColumnOffset--xSmall-3 {
    margin-left: 25%;
  }
  .Column--xSmall-5 {
    width: 41.66667%;
  }
  .ColumnOffset--xSmall-4 {
    margin-left: 33.33333%;
  }
  .Column--xSmall-6 {
    width: 50%;
  }
  .ColumnOffset--xSmall-5 {
    margin-left: 41.66667%;
  }
  .Column--xSmall-7 {
    width: 58.33333%;
  }
  .ColumnOffset--xSmall-6 {
    margin-left: 50%;
  }
  .Column--xSmall-8 {
    width: 66.66667%;
  }
  .ColumnOffset--xSmall-7 {
    margin-left: 58.33333%;
  }
  .Column--xSmall-9 {
    width: 75%;
  }
  .ColumnOffset--xSmall-8 {
    margin-left: 66.66667%;
  }
  .Column--xSmall-10 {
    width: 83.33333%;
  }
  .ColumnOffset--xSmall-9 {
    margin-left: 75%;
  }
  .Column--xSmall-11 {
    width: 91.66667%;
  }
  .ColumnOffset--xSmall-10 {
    margin-left: 83.33333%;
  }
  .Column--xSmall-12 {
    width: 100%;
  }
  .ColumnOffset--xSmall-11 {
    margin-left: 91.66667%;
  }
}

@media (max-width: 479px) {
  .Column--xxSmall-1 {
    width: 8.33333%;
  }
  .ColumnOffset--xxSmall-0 {
    margin-left: 0%;
  }
  .Column--xxSmall-2 {
    width: 16.66667%;
  }
  .ColumnOffset--xxSmall-1 {
    margin-left: 8.33333%;
  }
  .Column--xxSmall-3 {
    width: 25%;
  }
  .ColumnOffset--xxSmall-2 {
    margin-left: 16.66667%;
  }
  .Column--xxSmall-4 {
    width: 33.33333%;
  }
  .ColumnOffset--xxSmall-3 {
    margin-left: 25%;
  }
  .Column--xxSmall-5 {
    width: 41.66667%;
  }
  .ColumnOffset--xxSmall-4 {
    margin-left: 33.33333%;
  }
  .Column--xxSmall-6 {
    width: 50%;
  }
  .ColumnOffset--xxSmall-5 {
    margin-left: 41.66667%;
  }
  .Column--xxSmall-7 {
    width: 58.33333%;
  }
  .ColumnOffset--xxSmall-6 {
    margin-left: 50%;
  }
  .Column--xxSmall-8 {
    width: 66.66667%;
  }
  .ColumnOffset--xxSmall-7 {
    margin-left: 58.33333%;
  }
  .Column--xxSmall-9 {
    width: 75%;
  }
  .ColumnOffset--xxSmall-8 {
    margin-left: 66.66667%;
  }
  .Column--xxSmall-10 {
    width: 83.33333%;
  }
  .ColumnOffset--xxSmall-9 {
    margin-left: 75%;
  }
  .Column--xxSmall-11 {
    width: 91.66667%;
  }
  .ColumnOffset--xxSmall-10 {
    margin-left: 83.33333%;
  }
  .Column--xxSmall-12 {
    width: 100%;
  }
  .ColumnOffset--xxSmall-11 {
    margin-left: 91.66667%;
  }
}

.u-Flex {
  display: -ms-flexbox;
  display: flex;
}

.u-Stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.u-Justify {
  -ms-flex-pack: center;
  justify-content: center;
}

.u-Wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-WrapRow {
  -ms-flex-wrap: column;
  flex-wrap: column;
  display: none;
}

[class^='ShowOn--'],
[class*=' ShowOn--'] {
  display: none;
}

@media (max-width: 479px) {
  .HideOn--xxSmall {
    display: none;
  }
  .ShowOn--xxSmall {
    display: block;
  }
}

@media (max-width: 599px) {
  .HideOn--xSmall {
    display: none;
  }
  .ShowOn--xSmall {
    display: block;
  }
}

@media (max-width: 767px) {
  .HideOn--small {
    display: none;
  }
  .ShowOn--small {
    display: block;
  }
}

@media (max-width: 1023px) {
  .HideOn--medium {
    display: none;
  }
  .ShowOn--medium {
    display: block;
  }
}

@media (max-width: 1199px) {
  .HideOn--large {
    display: none;
  }
  .ShowOn--large {
    display: block;
  }
}

@media (max-width: 1399px) {
  .HideOn--xLarge {
    display: none;
  }
  .ShowOn--xLarge {
    display: block;
  }
}

@media (max-width: 1599px) {
  .HideOn--xxLarge {
    display: none;
  }
  .ShowOn--xxLarge {
    display: block;
  }
}

[class^='ResponsiveRatio--'],
[class*=' ResponsiveRatio--'] {
  display: block;
  font-size: 0;
  position: relative;
}

[class^='ResponsiveRatio--']:before,
[class*=' ResponsiveRatio--']:before {
  content: '';
  display: inline-block;
  margin-left: -1px;
  padding-bottom: 100%;
  vertical-align: middle;
  width: 1px;
}

[class^='ResponsiveRatio--'] > :only-child,
[class*=' ResponsiveRatio--'] > :only-child {
  display: block;
  font-size: 1rem;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.ResponsiveRatio--1x2:before {
  padding-bottom: 200%;
}

.ResponsiveRatio--2x1:before {
  padding-bottom: 50%;
}

.ResponsiveRatio--2x3:before {
  padding-bottom: 150%;
}

.ResponsiveRatio--3x1:before {
  padding-bottom: 33.33333%;
}

.ResponsiveRatio--3x2:before {
  padding-bottom: 66.66667%;
}

.ResponsiveRatio--3x4:before {
  padding-bottom: 133.33333%;
}

.ResponsiveRatio--4x1:before {
  padding-bottom: 25%;
}

.ResponsiveRatio--4x3:before {
  padding-bottom: 75%;
}

.ResponsiveRatio--5x1:before {
  padding-bottom: 20%;
}

.ResponsiveRatio--5x2:before {
  padding-bottom: 40%;
}

.ResponsiveRatio--5x3:before {
  padding-bottom: 60%;
}

.ResponsiveRatio--5x4:before {
  padding-bottom: 80%;
}

.ResponsiveRatio--16x9:before {
  padding-bottom: 56.25%;
}

body .PacNav--hidden {
  display: none !important;
}

.color-accent {
  color: #ffffff;
}

.color-accent-hover {
  color: #a4e4c7;
}

.color-black {
  color: #000;
}

.color-blue {
  color: #115d8b;
}

.color-dark-blue {
  color: #142430;
}

.color-deep-blue {
  color: #20313b;
}

.color-default {
  color: #d2d2d6;
}

.color-light-gray {
  color: #d2d2d6;
}

.color-lighter-gray {
  color: #a8a8a8;
}

.color-okta-blue {
  color: #007dc1;
}

.color-search-gray {
  color: #f4f4f4;
}

.color-medium-blue {
  color: #163648;
}

.color-night-blue {
  color: #005989;
}

.color-nile-blue {
  color: #153b56;
}

.color-red {
  color: #e22866;
}

.color-white {
  color: #fff;
}

.color-orange {
  color: #ff6C52;
}

.color-offwhite {
  color: #fafafa;
}

.color-offwhite-hover {
  color: #a9e6fd;
}

hr {
  margin: 84px 0;
  background: #d2d2d6;
  border: 0;
  display: block;
  height: 1px;
}

hr:first-child {
  margin-top: 0;
}

hr:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  hr {
    margin: 56px 0;
  }
  hr:first-child {
    margin-top: 0;
  }
  hr:last-child {
    margin-bottom: 0;
  }
}

h1,
.h1, h2,
.h2, h3,
.h3, h4,
.h4, h5,
.h5, h6,
.h6 {
  margin: 28px 0;
  font-weight: inherit;
}

h1:first-child,
.h1:first-child, h2:first-child,
.h2:first-child, h3:first-child,
.h3:first-child, h4:first-child,
.h4:first-child, h5:first-child,
.h5:first-child, h6:first-child,
.h6:first-child {
  margin-top: 0;
}

h1:last-child,
.h1:last-child, h2:last-child,
.h2:last-child, h3:last-child,
.h3:last-child, h4:last-child,
.h4:last-child, h5:last-child,
.h5:last-child, h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  h1 br,
  .h1 br, h2 br,
  .h2 br, h3 br,
  .h3 br, h4 br,
  .h4 br, h5 br,
  .h5 br, h6 br,
  .h6 br {
    display: none;
  }
}

h1 a,
.h1 a, h2 a,
.h2 a, h3 a,
.h3 a, h4 a,
.h4 a, h5 a,
.h5 a, h6 a,
.h6 a, h1 a:active,
.h1 a:active, h2 a:active,
.h2 a:active, h3 a:active,
.h3 a:active, h4 a:active,
.h4 a:active, h5 a:active,
.h5 a:active, h6 a:active,
.h6 a:active, h1 a:hover,
.h1 a:hover, h2 a:hover,
.h2 a:hover, h3 a:hover,
.h3 a:hover, h4 a:hover,
.h4 a:hover, h5 a:hover,
.h5 a:hover, h6 a:hover,
.h6 a:hover {
  color: inherit;
}

html {
  color: #d2d2d6;
  font-family: "proxima-nova", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1,
.h1 {
  font-size: 44px;
  font-weight: 400;
  line-height: 64px;
}

@media (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}

@media (max-width: 1023px) {
  h1,
  .h1 {
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 {
    line-height: 40px;
  }
}

h2,
.h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

@media (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  h2,
  .h2 {
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  h2,
  .h2 {
    line-height: 30px;
  }
}

h3,
.h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

@media (max-width: 1023px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  h3,
  .h3 {
    line-height: 31px;
  }
}

@media (max-width: 767px) {
  h3,
  .h3 {
    line-height: 28px;
  }
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h6,
.h6 {
  font-size: "h6";
  font-weight: "h6";
  line-height: "h6";
}

p,
ul,
ol,
blockquote,
table,
address,
form,
pre {
  margin: 28px 0;
}

p:first-child,
ul:first-child,
ol:first-child,
blockquote:first-child,
table:first-child,
address:first-child,
form:first-child,
pre:first-child {
  margin-top: 0;
}

p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child,
table:last-child,
address:last-child,
form:last-child,
pre:last-child {
  margin-bottom: 0;
}

p + h1, p +
.h1, p + h2, p +
.h2, p + h3, p +
.h3, p + h4, p +
.h4, p + h5, p +
.h5, p + h6, p +
.h6,
ul + h1,
ul +
.h1,
ul + h2,
ul +
.h2,
ul + h3,
ul +
.h3,
ul + h4,
ul +
.h4,
ul + h5,
ul +
.h5,
ul + h6,
ul +
.h6,
ol + h1,
ol +
.h1,
ol + h2,
ol +
.h2,
ol + h3,
ol +
.h3,
ol + h4,
ol +
.h4,
ol + h5,
ol +
.h5,
ol + h6,
ol +
.h6,
blockquote + h1,
blockquote +
.h1,
blockquote + h2,
blockquote +
.h2,
blockquote + h3,
blockquote +
.h3,
blockquote + h4,
blockquote +
.h4,
blockquote + h5,
blockquote +
.h5,
blockquote + h6,
blockquote +
.h6,
table + h1,
table +
.h1,
table + h2,
table +
.h2,
table + h3,
table +
.h3,
table + h4,
table +
.h4,
table + h5,
table +
.h5,
table + h6,
table +
.h6,
address + h1,
address +
.h1,
address + h2,
address +
.h2,
address + h3,
address +
.h3,
address + h4,
address +
.h4,
address + h5,
address +
.h5,
address + h6,
address +
.h6,
form + h1,
form +
.h1,
form + h2,
form +
.h2,
form + h3,
form +
.h3,
form + h4,
form +
.h4,
form + h5,
form +
.h5,
form + h6,
form +
.h6,
pre + h1,
pre +
.h1,
pre + h2,
pre +
.h2,
pre + h3,
pre +
.h3,
pre + h4,
pre +
.h4,
pre + h5,
pre +
.h5,
pre + h6,
pre +
.h6 {
  margin-top: 84px;
}

@media (max-width: 1023px) {
  p + h1, p +
  .h1, p + h2, p +
  .h2, p + h3, p +
  .h3, p + h4, p +
  .h4, p + h5, p +
  .h5, p + h6, p +
  .h6,
  ul + h1,
  ul +
  .h1,
  ul + h2,
  ul +
  .h2,
  ul + h3,
  ul +
  .h3,
  ul + h4,
  ul +
  .h4,
  ul + h5,
  ul +
  .h5,
  ul + h6,
  ul +
  .h6,
  ol + h1,
  ol +
  .h1,
  ol + h2,
  ol +
  .h2,
  ol + h3,
  ol +
  .h3,
  ol + h4,
  ol +
  .h4,
  ol + h5,
  ol +
  .h5,
  ol + h6,
  ol +
  .h6,
  blockquote + h1,
  blockquote +
  .h1,
  blockquote + h2,
  blockquote +
  .h2,
  blockquote + h3,
  blockquote +
  .h3,
  blockquote + h4,
  blockquote +
  .h4,
  blockquote + h5,
  blockquote +
  .h5,
  blockquote + h6,
  blockquote +
  .h6,
  table + h1,
  table +
  .h1,
  table + h2,
  table +
  .h2,
  table + h3,
  table +
  .h3,
  table + h4,
  table +
  .h4,
  table + h5,
  table +
  .h5,
  table + h6,
  table +
  .h6,
  address + h1,
  address +
  .h1,
  address + h2,
  address +
  .h2,
  address + h3,
  address +
  .h3,
  address + h4,
  address +
  .h4,
  address + h5,
  address +
  .h5,
  address + h6,
  address +
  .h6,
  form + h1,
  form +
  .h1,
  form + h2,
  form +
  .h2,
  form + h3,
  form +
  .h3,
  form + h4,
  form +
  .h4,
  form + h5,
  form +
  .h5,
  form + h6,
  form +
  .h6,
  pre + h1,
  pre +
  .h1,
  pre + h2,
  pre +
  .h2,
  pre + h3,
  pre +
  .h3,
  pre + h4,
  pre +
  .h4,
  pre + h5,
  pre +
  .h5,
  pre + h6,
  pre +
  .h6 {
    margin-top: 56px;
  }
}

ol,
ul {
  padding-left: 1.5em;
}

a {
  color: #e22866;
  transition: 0.4s;
  text-decoration: none;
}

a:active, a:hover {
  color: #fff;
  text-decoration: underline;
}

article {
  margin: 50px 0;
}

article:first-child {
  margin-top: 0;
}

article:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

pre {
  display: block;
  white-space: pre-wrap;
}

code {
  display: inline-block;
  white-space: pre;
}

blockquote {
  padding: 0 0 0 40px;
}

img {
  max-width: 100%;
}

.u-AlignCenter {
  text-align: center !important;
}

.u-AlignLeft {
  text-align: left !important;
}

.u-AlignRight {
  text-align: right !important;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

th,
td {
  padding: 20px 30px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
textarea {
  line-height: 24px;
  padding: 20px 30px;
  transition: 0.4s;
  border: 1px solid #d2d2d6;
  font-size: 1rem;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: gray;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=datetime]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
textarea::placeholder {
  color: gray;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=datetime]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
textarea:focus {
  outline: none;
}

input[type=text]:focus:-ms-input-placeholder, input[type=text]:hover:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=email]:hover:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=password]:hover:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=search]:hover:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=number]:hover:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
input[type=url]:hover:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=tel]:hover:-ms-input-placeholder,
input[type=datetime]:focus:-ms-input-placeholder,
input[type=datetime]:hover:-ms-input-placeholder,
input[type=date]:focus:-ms-input-placeholder,
input[type=date]:hover:-ms-input-placeholder,
input[type=month]:focus:-ms-input-placeholder,
input[type=month]:hover:-ms-input-placeholder,
input[type=week]:focus:-ms-input-placeholder,
input[type=week]:hover:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder {
  color: dark-gray;
}

input[type=text]:focus::placeholder, input[type=text]:hover::placeholder,
input[type=email]:focus::placeholder,
input[type=email]:hover::placeholder,
input[type=password]:focus::placeholder,
input[type=password]:hover::placeholder,
input[type=search]:focus::placeholder,
input[type=search]:hover::placeholder,
input[type=number]:focus::placeholder,
input[type=number]:hover::placeholder,
input[type=url]:focus::placeholder,
input[type=url]:hover::placeholder,
input[type=tel]:focus::placeholder,
input[type=tel]:hover::placeholder,
input[type=datetime]:focus::placeholder,
input[type=datetime]:hover::placeholder,
input[type=date]:focus::placeholder,
input[type=date]:hover::placeholder,
input[type=month]:focus::placeholder,
input[type=month]:hover::placeholder,
input[type=week]:focus::placeholder,
input[type=week]:hover::placeholder,
textarea:focus::placeholder,
textarea:hover::placeholder {
  color: dark-gray;
}

.Button,
[class^='Button--'],
[class*=' Button--'], .Body .node-application #FormWrap .okta-form input[type="submit"],
.Body .node-application #FormWrap .okta-form textarea[type="submit"],
.Body .node-application #FormWrap .okta-form select[type="submit"],
.Body .block-marketo #FormWrap .okta-form input[type="submit"],
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"],
.Body .block-marketo #FormWrap .okta-form select[type="submit"] {
  color: #d2d2d6;
  font-size: 14px;
  font-weight: 600;
  padding: 0 30px;
  border: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  height: 34px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.Button > a,
[class^='Button--'] > a,
[class*=' Button--'] > a, .Body .node-application #FormWrap .okta-form input[type="submit"] > a,
.Body .node-application #FormWrap .okta-form textarea[type="submit"] > a,
.Body .node-application #FormWrap .okta-form select[type="submit"] > a,
.Body .block-marketo #FormWrap .okta-form input[type="submit"] > a,
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"] > a,
.Body .block-marketo #FormWrap .okta-form select[type="submit"] > a {
  color: inherit;
}

.Button:active,
[class^='Button--']:active,
[class*=' Button--']:active, .Body .node-application #FormWrap .okta-form input[type="submit"]:active,
.Body .node-application #FormWrap .okta-form textarea[type="submit"]:active,
.Body .node-application #FormWrap .okta-form select[type="submit"]:active,
.Body .block-marketo #FormWrap .okta-form input[type="submit"]:active,
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"]:active,
.Body .block-marketo #FormWrap .okta-form select[type="submit"]:active, .Button:hover,
[class^='Button--']:hover,
[class*=' Button--']:hover, .Body .node-application #FormWrap .okta-form input[type="submit"]:hover,
.Body .node-application #FormWrap .okta-form textarea[type="submit"]:hover,
.Body .node-application #FormWrap .okta-form select[type="submit"]:hover,
.Body .block-marketo #FormWrap .okta-form input[type="submit"]:hover,
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"]:hover,
.Body .block-marketo #FormWrap .okta-form select[type="submit"]:hover {
  color: #d2d2d6;
  text-decoration: none;
}

.Button,
[class^='Button--'],
[class*=' Button--'] {
  background: #ffffff;
  color: #fff;
}

.Button:active, .Button:hover,
[class^='Button--']:active,
[class^='Button--']:hover,
[class*=' Button--']:active,
[class*=' Button--']:hover {
  color: #fff;
}

.Button--outline {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.Button--outline:active, .Button--outline:hover {
  background-color: transparent;
}

.animated-Underline, .Drupal-tabs ul.primary li a {
  padding-bottom: calc(1px + 0.1rem);
  position: relative;
}

.animated-Underline:after, .Drupal-tabs ul.primary li a:after {
  transition: 0.4s, 0.4s;
  background: currentcolor;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.animated-Underline:active, .Drupal-tabs ul.primary li a:active, .animated-Underline:hover, .Drupal-tabs ul.primary li a:hover {
  text-decoration: none;
}

.animated-Underline:active:after, .Drupal-tabs ul.primary li a:active:after, .animated-Underline:hover:after, .Drupal-tabs ul.primary li a:hover:after {
  opacity: 0.75;
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.Icon,
[class^='Icon--'],
[class*=' Icon--'] {
  transition: 0.4s;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
}

.Icon img,
[class^='Icon--'] img,
[class*=' Icon--'] img {
  display: block;
  max-height: 100%;
}

.Icon svg,
[class^='Icon--'] svg,
[class*=' Icon--'] svg {
  display: block;
  height: 40px;
  width: 40px;
}

.Icon [fill] > circle,
[class^='Icon--'] [fill] > circle,
[class*=' Icon--'] [fill] > circle, .Icon [fill] > ellipse,
[class^='Icon--'] [fill] > ellipse,
[class*=' Icon--'] [fill] > ellipse, .Icon [fill] > path,
[class^='Icon--'] [fill] > path,
[class*=' Icon--'] [fill] > path, .Icon [fill] > polygon,
[class^='Icon--'] [fill] > polygon,
[class*=' Icon--'] [fill] > polygon, .Icon [fill] > polyline,
[class^='Icon--'] [fill] > polyline,
[class*=' Icon--'] [fill] > polyline, .Icon [fill] > rect,
[class^='Icon--'] [fill] > rect,
[class*=' Icon--'] [fill] > rect, .Icon g[fill] > use,
[class^='Icon--'] g[fill] > use,
[class*=' Icon--'] g[fill] > use {
  transition: 0.4s;
  fill: currentColor;
}

.Icon [fill='none'] > circle,
[class^='Icon--'] [fill='none'] > circle,
[class*=' Icon--'] [fill='none'] > circle, .Icon [fill='none'] > ellipse,
[class^='Icon--'] [fill='none'] > ellipse,
[class*=' Icon--'] [fill='none'] > ellipse, .Icon [fill='none'] > path,
[class^='Icon--'] [fill='none'] > path,
[class*=' Icon--'] [fill='none'] > path, .Icon [fill='none'] > polygon,
[class^='Icon--'] [fill='none'] > polygon,
[class*=' Icon--'] [fill='none'] > polygon, .Icon [fill='none'] > polyline,
[class^='Icon--'] [fill='none'] > polyline,
[class*=' Icon--'] [fill='none'] > polyline, .Icon [fill='none'] > rect,
[class^='Icon--'] [fill='none'] > rect,
[class*=' Icon--'] [fill='none'] > rect, .Icon g[fill='none'] > use,
[class^='Icon--'] g[fill='none'] > use,
[class*=' Icon--'] g[fill='none'] > use {
  fill: none;
}

.Icon [stroke] > circle,
[class^='Icon--'] [stroke] > circle,
[class*=' Icon--'] [stroke] > circle, .Icon [stroke] > ellipse,
[class^='Icon--'] [stroke] > ellipse,
[class*=' Icon--'] [stroke] > ellipse, .Icon [stroke] > path,
[class^='Icon--'] [stroke] > path,
[class*=' Icon--'] [stroke] > path, .Icon [stroke] > polygon,
[class^='Icon--'] [stroke] > polygon,
[class*=' Icon--'] [stroke] > polygon, .Icon [stroke] > polyline,
[class^='Icon--'] [stroke] > polyline,
[class*=' Icon--'] [stroke] > polyline, .Icon [stroke] > rect,
[class^='Icon--'] [stroke] > rect,
[class*=' Icon--'] [stroke] > rect, .Icon g[stroke] > use,
[class^='Icon--'] g[stroke] > use,
[class*=' Icon--'] g[stroke] > use {
  transition: 0.4s;
  stroke: currentColor;
  vector-effect: non-scaling-stroke;
}

.Icon [stroke='none'] > circle,
[class^='Icon--'] [stroke='none'] > circle,
[class*=' Icon--'] [stroke='none'] > circle, .Icon [stroke='none'] > ellipse,
[class^='Icon--'] [stroke='none'] > ellipse,
[class*=' Icon--'] [stroke='none'] > ellipse, .Icon [stroke='none'] > path,
[class^='Icon--'] [stroke='none'] > path,
[class*=' Icon--'] [stroke='none'] > path, .Icon [stroke='none'] > polygon,
[class^='Icon--'] [stroke='none'] > polygon,
[class*=' Icon--'] [stroke='none'] > polygon, .Icon [stroke='none'] > polyline,
[class^='Icon--'] [stroke='none'] > polyline,
[class*=' Icon--'] [stroke='none'] > polyline, .Icon [stroke='none'] > rect,
[class^='Icon--'] [stroke='none'] > rect,
[class*=' Icon--'] [stroke='none'] > rect, .Icon g[stroke='none'] > use,
[class^='Icon--'] g[stroke='none'] > use,
[class*=' Icon--'] g[stroke='none'] > use {
  stroke: none;
}

.Icon circle[fill],
[class^='Icon--'] circle[fill],
[class*=' Icon--'] circle[fill], .Icon ellipse[fill],
[class^='Icon--'] ellipse[fill],
[class*=' Icon--'] ellipse[fill], .Icon path[fill],
[class^='Icon--'] path[fill],
[class*=' Icon--'] path[fill], .Icon polygon[fill],
[class^='Icon--'] polygon[fill],
[class*=' Icon--'] polygon[fill], .Icon polyline[fill],
[class^='Icon--'] polyline[fill],
[class*=' Icon--'] polyline[fill], .Icon rect[fill],
[class^='Icon--'] rect[fill],
[class*=' Icon--'] rect[fill], .Icon g use[fill],
[class^='Icon--'] g use[fill],
[class*=' Icon--'] g use[fill] {
  transition: 0.4s;
  fill: currentColor;
}

.Icon circle[fill='none'],
[class^='Icon--'] circle[fill='none'],
[class*=' Icon--'] circle[fill='none'], .Icon ellipse[fill='none'],
[class^='Icon--'] ellipse[fill='none'],
[class*=' Icon--'] ellipse[fill='none'], .Icon path[fill='none'],
[class^='Icon--'] path[fill='none'],
[class*=' Icon--'] path[fill='none'], .Icon polygon[fill='none'],
[class^='Icon--'] polygon[fill='none'],
[class*=' Icon--'] polygon[fill='none'], .Icon polyline[fill='none'],
[class^='Icon--'] polyline[fill='none'],
[class*=' Icon--'] polyline[fill='none'], .Icon rect[fill='none'],
[class^='Icon--'] rect[fill='none'],
[class*=' Icon--'] rect[fill='none'], .Icon g use[fill='none'],
[class^='Icon--'] g use[fill='none'],
[class*=' Icon--'] g use[fill='none'] {
  fill: none;
}

.Icon circle[stroke],
[class^='Icon--'] circle[stroke],
[class*=' Icon--'] circle[stroke], .Icon ellipse[stroke],
[class^='Icon--'] ellipse[stroke],
[class*=' Icon--'] ellipse[stroke], .Icon path[stroke],
[class^='Icon--'] path[stroke],
[class*=' Icon--'] path[stroke], .Icon polygon[stroke],
[class^='Icon--'] polygon[stroke],
[class*=' Icon--'] polygon[stroke], .Icon polyline[stroke],
[class^='Icon--'] polyline[stroke],
[class*=' Icon--'] polyline[stroke], .Icon rect[stroke],
[class^='Icon--'] rect[stroke],
[class*=' Icon--'] rect[stroke], .Icon g use[stroke],
[class^='Icon--'] g use[stroke],
[class*=' Icon--'] g use[stroke] {
  transition: 0.4s;
  stroke: currentColor;
  vector-effect: non-scaling-stroke;
}

.Icon circle[stroke='none'],
[class^='Icon--'] circle[stroke='none'],
[class*=' Icon--'] circle[stroke='none'], .Icon ellipse[stroke='none'],
[class^='Icon--'] ellipse[stroke='none'],
[class*=' Icon--'] ellipse[stroke='none'], .Icon path[stroke='none'],
[class^='Icon--'] path[stroke='none'],
[class*=' Icon--'] path[stroke='none'], .Icon polygon[stroke='none'],
[class^='Icon--'] polygon[stroke='none'],
[class*=' Icon--'] polygon[stroke='none'], .Icon polyline[stroke='none'],
[class^='Icon--'] polyline[stroke='none'],
[class*=' Icon--'] polyline[stroke='none'], .Icon rect[stroke='none'],
[class^='Icon--'] rect[stroke='none'],
[class*=' Icon--'] rect[stroke='none'], .Icon g use[stroke='none'],
[class^='Icon--'] g use[stroke='none'],
[class*=' Icon--'] g use[stroke='none'] {
  stroke: none;
}

.Icon--small, .Icon--small > svg {
  height: 32px;
  width: 32px;
}

.Icon--large, .Icon--large > svg {
  height: 60px;
  width: 60px;
}

.Icon--xLarge, .Icon--xLarge > svg {
  height: 80px;
  width: auto;
}

.Icon--circle {
  margin: 0 auto 30px;
  border: 2px solid currentColor;
  border-radius: 100%;
  box-sizing: content-box;
  padding: 15px;
}

.Icon--circle:first-child {
  margin-top: 0;
}

.Icon--circle:last-child {
  margin-bottom: 0;
}

.Icon--thinStroke [stroke-width],
.Icon--thinStroke [stroke-width] > circle,
.Icon--thinStroke [stroke-width] > ellipse,
.Icon--thinStroke [stroke-width] > path,
.Icon--thinStroke [stroke-width] > polygon,
.Icon--thinStroke [stroke-width] > polyline,
.Icon--thinStroke [stroke-width] > rect,
.Icon--thinStroke circle[stroke-width],
.Icon--thinStroke ellipse[stroke-width],
.Icon--thinStroke path[stroke-width],
.Icon--thinStroke polygon[stroke-width],
.Icon--thinStroke rect[stroke-width] {
  stroke-width: 1px;
}

.Icon--thinStroke.Icon--circle {
  border-width: 1px;
}

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

.is-visible {
  visibility: visible;
}

.u-mb--1-4x {
  margin-bottom: 0.25em;
}

.u-mb--1-2x {
  margin-bottom: 0.5em;
}

.u-mb--3-4x {
  margin-bottom: 0.75em;
}

.u-mb--1x {
  margin-bottom: 1em;
}

.u-mb--2x {
  margin-bottom: 2em;
}

.u-mb--2-5x {
  margin-bottom: 2.5em;
}

.u-mb--3x {
  margin-bottom: 3em;
}

.u-mb--4x {
  margin-bottom: 4em;
}

.u-mb--6x {
  margin-bottom: 6em;
}

.u-mb--8x {
  margin-bottom: 8em;
}

.u-mt--1-2x {
  margin-top: 0.5em;
}

.u-mt--1x {
  margin-top: 1em;
}

.u-mt--2x {
  margin-top: 2em;
}

.u-mt--2xi {
  margin-top: 2em !important;
}

.u-mt--4xi {
  margin-top: 4em !important;
}

.u-mt--4x {
  margin-top: 4em;
}

.u-mt--8x {
  margin-top: 8em;
}

.u-mt--neg-2x {
  margin-top: -2em;
}

.u-mt--neg-4x {
  margin-top: -4em;
}

.u-mt--neg-8x {
  margin-top: -8em;
}

.u-mt--neg-15x {
  margin-top: -15em;
}

.u-mt--neg-16x {
  margin-top: -16em;
}

.u-mt--0 {
  margin-top: 0 !important;
}

.u-mb--0 {
  margin-bottom: 0 !important;
}

.u-mr--0 {
  margin-right: 0 !important;
}

.u-ml--1-2x {
  margin-left: 0.5em;
}

.u-ml--1x {
  margin-left: 1em;
}

.u-ml--4x {
  margin-left: 4em;
}

.u-mb--1-2x {
  margin-bottom: 0.5em;
}

.u-margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-margin--auto {
  margin: auto !important;
}

.u-pt--1-2x {
  padding-top: 0.5em;
}

.u-pt--1x {
  padding-top: 1em;
}

.u-pt--2x {
  padding-top: 2em;
}

.u-pt--3x {
  padding-top: 3em;
}

.u-pt--3-25x {
  padding-top: 3.25em;
}

.u-pt--4x {
  padding-top: 4em;
}

.u-pt--8x {
  padding-top: 8em;
}

.u-pb--1x {
  padding-bottom: 1em;
}

.u-pb--2x {
  padding-bottom: 2em;
}

.u-pb--3x {
  padding-bottom: 3em;
}

.u-pb--4x {
  padding-bottom: 4em;
}

.u-pb--5x {
  padding-bottom: 5em;
}

.u-pb--6x {
  padding-bottom: 6em;
}

.u-pb--8x {
  padding-bottom: 8em;
}

.u-pb--10x {
  padding-bottom: 10em;
}

.u-pb--16x {
  padding-bottom: 16em;
}

.u-pb--18x {
  padding-bottom: 18em;
}

.u-pb--20x {
  padding-bottom: 20em;
}

.u-p--0 {
  padding: 0;
}

.u-pb--0 {
  padding-bottom: 0;
}

.u-pt--0 {
  padding-top: 0;
}

.u-pb--0 {
  padding-bottom: 0;
}

.u-pb--0i {
  padding-bottom: 0 !important;
}

.u-pt--0 {
  padding-top: 0;
}

a {
  color: #e22866;
}

h1 {
  margin: 128px 0 64px 0;
}

h1:first-child {
  margin-top: 0;
}

h1:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova", "Helvetica", sans-serif;
  color: #fff;
}

hr {
  background: none;
  border-top: 2px dotted;
  height: 2px;
  overflow: hidden;
}

blockquote p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

blockquote p:last-child {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.is-leftAligned {
  text-align: left !important;
}

.is-centerAligned {
  text-align: center !important;
}

.link--trailing {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.link--trailing:after {
  content: '';
  background-image: url("../media/icon-chevron.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  vertical-align: middle;
}

.u-fontSmall {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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

.u-alignLeft {
  text-align: left;
}

.u-alignRight {
  text-align: right;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=number],
input[type=url],
input[type=tel],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
textarea {
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 3px;
  height: 45px;
  line-height: 43px;
}

input[type=text]:focus, input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=url]:focus,
input[type=url]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=datetime]:focus,
input[type=datetime]:hover,
input[type=date]:focus,
input[type=date]:hover,
input[type=month]:focus,
input[type=month]:hover,
input[type=week]:focus,
input[type=week]:hover,
textarea:focus,
textarea:hover {
  border-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

input[type=text]:-ms-input-placeholder, input[type=text]:focus:-ms-input-placeholder, input[type=text]:hover:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=email]:hover:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=password]:hover:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=search]:hover:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=number]:hover:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
input[type=url]:hover:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=tel]:hover:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime]:focus:-ms-input-placeholder,
input[type=datetime]:hover:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=date]:focus:-ms-input-placeholder,
input[type=date]:hover:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=month]:focus:-ms-input-placeholder,
input[type=month]:hover:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=week]:focus:-ms-input-placeholder,
input[type=week]:hover:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

input[type=text]::placeholder, input[type=text]:focus::placeholder, input[type=text]:hover::placeholder,
input[type=email]::placeholder,
input[type=email]:focus::placeholder,
input[type=email]:hover::placeholder,
input[type=password]::placeholder,
input[type=password]:focus::placeholder,
input[type=password]:hover::placeholder,
input[type=search]::placeholder,
input[type=search]:focus::placeholder,
input[type=search]:hover::placeholder,
input[type=number]::placeholder,
input[type=number]:focus::placeholder,
input[type=number]:hover::placeholder,
input[type=url]::placeholder,
input[type=url]:focus::placeholder,
input[type=url]:hover::placeholder,
input[type=tel]::placeholder,
input[type=tel]:focus::placeholder,
input[type=tel]:hover::placeholder,
input[type=datetime]::placeholder,
input[type=datetime]:focus::placeholder,
input[type=datetime]:hover::placeholder,
input[type=date]::placeholder,
input[type=date]:focus::placeholder,
input[type=date]:hover::placeholder,
input[type=month]::placeholder,
input[type=month]:focus::placeholder,
input[type=month]:hover::placeholder,
input[type=week]::placeholder,
input[type=week]:focus::placeholder,
input[type=week]:hover::placeholder,
textarea::placeholder,
textarea:focus::placeholder,
textarea:hover::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

html {
  background: #20313b;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Wrap--wide {
  max-width: 1440px;
}

.Wrap--narrow {
  max-width: 680px;
}

iframe {
  max-width: 100%;
}

@keyframes blink {
  0% {
    opacity: 0.25;
  }
  40% {
    opacity: 0.25;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0.25;
  }
  100% {
    opacity: 0.25;
  }
}

@keyframes rotate-360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wf-loading {
  opacity: 0;
  background-color: #20313b;
}

.wf-active {
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.Section-video:before {
  transition: 0.6s, 0.8s;
  background: no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  transition-delay: 0.25s;
  z-index: 10;
}

.AgendaTable {
  margin: 50px 0;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.AgendaTable:first-child {
  margin-top: 0;
}

.AgendaTable:last-child {
  margin-bottom: 0;
}

.AgendaTable-section {
  transition: 0.6s, 0.8s;
  color: rgba(255, 255, 255, 0.15);
  cursor: default;
  -ms-flex-preferred-size: calc(25% - 30px);
  flex-basis: calc(25% - 30px);
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 15px;
  text-align: left;
}

.AgendaTable-section:active, .AgendaTable-section:focus, .AgendaTable-section:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.AgendaTable-section.is-active {
  color: #fff;
}

.AgendaTable-section.is-active .AgendaTable-date {
  color: rgba(255, 255, 255, 0.6);
}

.AgendaTable-section.is-active .AgendaTable-title {
  background: lighter-blue;
  background: linear-gradient(1200deg, lighter-blue -50%, pink 50%, yellow 150%);
  font-weight: 500;
}

.AgendaTable-title {
  padding: 20px;
  border-radius: 3px 3px 0 0;
  line-height: 30px;
  text-align: left;
}

.AgendaTable-title h4 {
  font-size: 18px;
  margin: 0;
}

.AgendaTable-day {
  color: #C0BFE3;
  font-size: 14px;
  line-height: 14px;
}

.AgendaTable-list {
  padding: 20px;
  text-align: left;
  list-style: none;
  margin-top: 0;
}

.AgendaTable-list li {
  padding: 1em 0;
  border-bottom: 1px solid #283457;
  color: #C0BFE3;
}

.AgendaTable-list li:last-of-type {
  border-bottom: none;
}

.AgendaTable-list li.party {
  color: #F16A86;
  position: relative;
  padding-left: 40px;
}

.AgendaTable-list li.party:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/party.svg");
  position: absolute;
  left: 0;
}

.AgendaTable-list li.party:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/party.svg");
  position: absolute;
  margin-left: 10px;
}

.AgendaTable-price {
  padding: 50px 0;
  font-size: 98px;
  font-weight: 100;
  line-height: 98px;
}

.AgendaTable-price:before {
  content: '$';
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  padding-right: 0.5em;
  vertical-align: top;
}

.AgendaTable-date {
  padding: 0 0 20px;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .AgendaTable {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .AgendaTable-section {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    margin-bottom: 2em;
  }
}

@media (max-width: 599px) {
  .AgendaTable {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .AgendaTable-section {
    -ms-flex-preferred-size: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
  }
}

.Background-curve {
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.Background-curve svg, .Background-curve img {
  height: 80px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

@media (max-width: 1023px) {
  .Background-curve svg, .Background-curve img {
    height: 35px;
  }
}

.Background-image {
  background-image: url("../media/backgrounds/background-cta.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.Bio-item .Bio--image {
  padding-top: 1em;
}

.Bio-item .Bio--title {
  font-size: 16px;
  margin: 0;
  padding: 0 15px;
}

.Bio-item .Bio--name {
  margin-bottom: 0;
}

.Bio-item hr {
  width: 75px;
  margin: 1em auto;
  border-top: 0;
  background: #459FCF;
  background: linear-gradient(90deg, #459FCF 0%, #252c48 100%);
}

.Bio-item .Bio--social-icon {
  height: 35px;
  width: 35px;
}

.Bio-item .Bio--social {
  margin: 1em 0;
}

.Bio-item .Bio--text {
  overflow: scroll;
  max-height: 200px;
}

@media (max-width: 767px) {
  .Bio-item .Bio--image {
    padding: 1em 0 0;
  }
  .Bio-item .Bio--text {
    padding-bottom: 2em;
  }
}

.AgendaTable-section, .Block,
[class^='Block--'],
[class*=' Block--'], .FAQ, .RegistrationTable-section {
  color: #fff;
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.Block-title {
  margin: 0 0 10px 0;
}

.Block-title:first-child {
  margin-top: 0;
}

.Block-title:last-child {
  margin-bottom: 0;
}

.Block-image {
  margin-right: 40px;
}

.Block-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -ms-flex: 1;
  flex: 1;
}

.Block-content p {
  margin: 0 0 30px 0;
}

.Block-content p:first-child {
  margin-top: 0;
}

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

.Block-cta {
  padding: 0 30px 40px;
}

.Block-cta:first-child {
  padding-top: 40px;
}

.Block-cta.is-Left {
  padding-left: 0;
}

.Block-cta.is-Center {
  text-align: center;
}

.Column--8 .Block-image {
  max-width: calc(100% - 384px);
}

.blockquote {
  padding: 40px 0;
}

.blockquote blockquote {
  color: #fff;
  padding: 64px 0;
  background: url(/sites/all/themes/developer/media/svg/icon--blockquote.svg) no-repeat center top;
  background-size: 60px;
}

.blockquote blockquote p:last-child {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.Body {
  background: #20313b;
  position: relative;
  z-index: 20;
  min-height: 500px;
}

.Body-sections {
  position: relative;
  z-index: 15;
}

.Button,
[class^='Button--'],
[class*=' Button--'], .Body .node-application #FormWrap .okta-form input[type="submit"],
.Body .node-application #FormWrap .okta-form textarea[type="submit"],
.Body .node-application #FormWrap .okta-form select[type="submit"],
.Body .block-marketo #FormWrap .okta-form input[type="submit"],
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"],
.Body .block-marketo #FormWrap .okta-form select[type="submit"] {
  color: #fff;
  font-size: 14px;
  padding: 0 30px;
  font-weight: 600;
  background: #115d8b;
  border-radius: 3px;
  border: 2px solid transparent;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-weight: 600;
  height: 45px;
  letter-spacing: 2px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
}

.Button:active,
[class^='Button--']:active,
[class*=' Button--']:active, .Body .node-application #FormWrap .okta-form input[type="submit"]:active,
.Body .node-application #FormWrap .okta-form textarea[type="submit"]:active,
.Body .node-application #FormWrap .okta-form select[type="submit"]:active,
.Body .block-marketo #FormWrap .okta-form input[type="submit"]:active,
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"]:active,
.Body .block-marketo #FormWrap .okta-form select[type="submit"]:active, .Button:focus,
[class^='Button--']:focus,
[class*=' Button--']:focus, .Body .node-application #FormWrap .okta-form input[type="submit"]:focus,
.Body .node-application #FormWrap .okta-form textarea[type="submit"]:focus,
.Body .node-application #FormWrap .okta-form select[type="submit"]:focus,
.Body .block-marketo #FormWrap .okta-form input[type="submit"]:focus,
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"]:focus,
.Body .block-marketo #FormWrap .okta-form select[type="submit"]:focus, .Button:hover,
[class^='Button--']:hover,
[class*=' Button--']:hover, .Body .node-application #FormWrap .okta-form input[type="submit"]:hover,
.Body .node-application #FormWrap .okta-form textarea[type="submit"]:hover,
.Body .node-application #FormWrap .okta-form select[type="submit"]:hover,
.Body .block-marketo #FormWrap .okta-form input[type="submit"]:hover,
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"]:hover,
.Body .block-marketo #FormWrap .okta-form select[type="submit"]:hover {
  color: #fff;
  background: #177bb8;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  outline: none;
}

.Button--blue {
  color: #fff;
  background-color: #115d8b;
  text-transform: uppercase;
}

.Button--blue:active, .Button--blue:focus, .Button--blue:hover {
  color: #fff;
}

.Button--blueOutline {
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  border: 2px solid #115d8b;
}

.Button--blueOutline:active, .Button--blueOutline:focus, .Button--blueOutline:hover {
  color: #fff;
}

.Button--red, .Body .node-application #FormWrap .okta-form input[type="submit"],
.Body .node-application #FormWrap .okta-form textarea[type="submit"],
.Body .node-application #FormWrap .okta-form select[type="submit"],
.Body .block-marketo #FormWrap .okta-form input[type="submit"],
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"],
.Body .block-marketo #FormWrap .okta-form select[type="submit"] {
  color: #fff;
  background-color: #e22866;
  text-transform: uppercase;
}

.Button--red:active, .Body .node-application #FormWrap .okta-form input[type="submit"]:active,
.Body .node-application #FormWrap .okta-form textarea[type="submit"]:active,
.Body .node-application #FormWrap .okta-form select[type="submit"]:active,
.Body .block-marketo #FormWrap .okta-form input[type="submit"]:active,
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"]:active,
.Body .block-marketo #FormWrap .okta-form select[type="submit"]:active, .Button--red:focus, .Body .node-application #FormWrap .okta-form input[type="submit"]:focus,
.Body .node-application #FormWrap .okta-form textarea[type="submit"]:focus,
.Body .node-application #FormWrap .okta-form select[type="submit"]:focus,
.Body .block-marketo #FormWrap .okta-form input[type="submit"]:focus,
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"]:focus,
.Body .block-marketo #FormWrap .okta-form select[type="submit"]:focus, .Button--red:hover, .Body .node-application #FormWrap .okta-form input[type="submit"]:hover,
.Body .node-application #FormWrap .okta-form textarea[type="submit"]:hover,
.Body .node-application #FormWrap .okta-form select[type="submit"]:hover,
.Body .block-marketo #FormWrap .okta-form input[type="submit"]:hover,
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"]:hover,
.Body .block-marketo #FormWrap .okta-form select[type="submit"]:hover {
  color: #fff;
  background-color: #e22866;
}

.Button--redOutline {
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  border: 2px solid #e22866;
}

.Button--redOutline:active, .Button--redOutline:focus, .Button--redOutline:hover {
  color: #fff;
  background-color: transparent;
}

.Button--whiteOutline {
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  border: 2px solid #fff;
}

.Button--whiteOutline:active, .Button--whiteOutline:focus, .Button--whiteOutline:hover {
  color: #e22866;
  background-color: transparent;
}

.Button--white {
  color: #115d8b;
  background-color: #fff;
  text-transform: uppercase;
}

.Button--white:active, .Button--white:focus, .Button--white:hover {
  color: #115d8b;
  background-color: #fff;
}

.DeveloperWidget__title {
  margin-bottom: 15px;
}

.DeveloperWidget__subtitle {
  text-align: center;
}

.DeveloperWidget__widget {
  margin-top: 50px;
}

.DownArrow {
  height: 42px;
  margin: 0 auto;
  width: 35px;
}

.DownArrow-line1, .DownArrow-line2, .DownArrow-line3 {
  animation: blink 5s infinite;
  opacity: 0.25;
}

.DownArrow-line2 {
  animation-delay: 0.5s;
}

.DownArrow-line3 {
  animation-delay: 1s;
}

.Drupal-tabs {
  color: #fff;
  background: #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  height: 40px;
  position: relative;
  z-index: 20;
}

.Drupal-tabs .Wrap, .Drupal-tabs .Wrap--noPadding, .Drupal-tabs .Wrap--noPaddingAll, .Drupal-tabs .Wrap--wide, .Drupal-tabs .Wrap--narrow {
  display: -ms-flexbox;
  display: flex;
}

.Drupal-tabs ul.primary,
.Drupal-tabs ul.primary li,
.Drupal-tabs ul.primary li a {
  background: none;
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Drupal-tabs ul.primary li {
  line-height: 40px;
}

.Drupal-tabs ul.primary li + li {
  margin-left: 20px;
}

.Drupal-tabs ul.primary li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.message-wrapper {
  display: none;
  position: relative;
  z-index: 9999;
}

div.contextual-links-wrapper {
  top: 100px;
}

.node-unpublished {
  background: #20313b;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-iosfix {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: transparent;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

.FAQ {
  padding: 20px;
  transition: 0.6s, 0.6s;
  background: #142430;
  cursor: pointer;
  min-height: 70px;
  padding-left: 70px;
}

.FAQ + .FAQ {
  margin-top: 20px;
}

.FAQ-toggle {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  cursor: pointer;
  height: 30px;
  left: 20px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  width: 30px;
  z-index: 10;
}

.FAQ-toggle:before {
  transition: 0.6s;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: 10;
}

.FAQ-toggle:after {
  background: green;
  background: linear-gradient(120deg, green 0%, teal 100%);
  transition: 0.6s;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.FAQ-question {
  font-size: "h6";
  margin: 0;
  position: relative;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 15px;
}

.FAQ-answer {
  color: light-blue;
  font-size: 16px;
  margin: -30px 0 0;
  transition: 0.6s, 0.6s, 0.6s, 0.2s;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -ms-transform-origin: center top;
  transform-origin: center top;
  width: 100%;
}

.FAQ-answer:first-child {
  margin-top: 0;
}

.FAQ-answer:last-child {
  margin-bottom: 0;
}

.FAQ-answer a {
  color: teal;
}

.FAQ-answer p, .FAQ-answer ul, .FAQ-answer ol {
  margin: 10px 0;
}

.FAQ-answer p:first-child, .FAQ-answer ul:first-child, .FAQ-answer ol:first-child {
  margin-top: 0;
}

.FAQ-answer p:last-child, .FAQ-answer ul:last-child, .FAQ-answer ol:last-child {
  margin-bottom: 0;
}

.FAQ:hover {
  background: #115d8b;
}

.FAQ.is-open {
  background: #142430;
  cursor: default;
}

.FAQ.is-open a {
  text-decoration: underline;
}

.FAQ.is-open .FAQ-toggle:before {
  -ms-transform: rotate(180deg) translate(50%, 50%);
  transform: rotate(180deg) translate(50%, 50%);
}

.FAQ.is-open .FAQ-toggle:after {
  opacity: 1;
}

.FAQ.is-open .FAQ-answer {
  padding: 40px 0 10px;
  height: auto;
  opacity: 1;
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.FaqSection {
  margin: 0 auto 128px auto;
  max-width: 850px;
}

.FaqSection:first-child {
  margin-top: 0;
}

.FaqSection:last-child {
  margin-bottom: 0;
}

.FaqSection-header {
  padding: 10px 0 10px 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  border: 0;
  outline: none;
  background-color: #115d8b;
  position: relative;
  width: 100%;
  color: #fff;
  overflow: hidden;
  border-radius: 3px;
  text-align: left;
  transition: 0.4s;
}

.FaqSection-header:before {
  content: '';
  background-image: url("../media/icon-circle-with-chevron.svg");
  height: 30px;
  width: 30px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.FaqSection-header:active, .FaqSection-header:hover {
  background-color: #007dc1;
}

.FaqSection-item {
  margin: 0 0 10px 0;
}

.FaqSection-item:first-child {
  margin-top: 0;
}

.FaqSection-item:last-child {
  margin-bottom: 0;
}

.FaqSection-item.is-active .FaqSection-header:before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.FaqSection-item.is-active .FaqSection-header:active, .FaqSection-item.is-active .FaqSection-header:hover {
  background-color: #115d8b;
}

.FaqSection-item.is-active .FaqSection-content {
  padding: 30px 30px 30px 50px;
  height: auto;
  max-height: 100vh;
}

.FaqSection-content {
  transition: 0.2s;
  color: #d2d2d6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 30px;
  background-color: #115d8b;
  -ms-transform-origin: top;
  transform-origin: top;
  max-height: 0;
  height: 0;
  overflow: hidden;
  text-align: left;
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

@font-face {
  font-family: 'okta';
  src: url("https://developer.okta.com/sites/all/themes/developer/fonts/okta.eot?37443478");
  src: url("https://developer.okta.com/sites/all/themes/developer/fonts/okta.eot?37443478#iefix") format("embedded-opentype"), url("https://developer.okta.com/sites/all/themes/developer/fonts/okta.woff?37443478") format("woff"), url("https://developer.okta.com/sites/all/themes/developer/fonts/okta.ttf?37443478") format("truetype"), url("https://developer.okta.com/sites/all/themes/developer/fonts/okta.svg?37443478#okta") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'okta';
    src: url('../font/okta.svg?37443478#okta') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "okta";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  content: '\e800';
}

/* '' */
.icon-facebook:before {
  content: '\e801';
}

/* '' */
.icon-twitter:before {
  content: '\e802';
}

/* '' */
.icon-linkedin:before {
  content: '\e803';
}

/* '' */
.icon-gplus:before {
  content: '\e804';
}

/* '' */
.icon-youtube-play:before {
  content: '\e805';
}

/* '' */
.icon-rss:before {
  content: '\e806';
}

/* '' */
.icon-down-open:before {
  content: '\e807';
}

/* '' */
.icon-left-open:before {
  content: '\e808';
}

/* '' */
.icon-right-open:before {
  content: '\e809';
}

/* '' */
.icon-up-open:before {
  content: '\e80a';
}

/* '' */
.icon-down-open-mini:before {
  content: '\e80b';
}

/* '' */
.icon-left-open-mini:before {
  content: '\e80c';
}

/* '' */
.icon-right-open-mini:before {
  content: '\e80d';
}

/* '' */
.icon-up-open-mini:before {
  content: '\e80e';
}

/* '' */
.icon-down-open-big:before {
  content: '\e80f';
}

/* '' */
.icon-left-open-big:before {
  content: '\e810';
}

/* '' */
.icon-right-open-big:before {
  content: '\e811';
}

/* '' */
.icon-up-open-big:before {
  content: '\e812';
}

/* '' */
.icon-cancel:before {
  content: '\e813';
}

/* '' */
.icon-cancel-1:before {
  content: '\e814';
}

/* '' */
.icon-plus:before {
  content: '\e815';
}

/* '' */
.icon-plus-1:before {
  content: '\e816';
}

/* '' */
.icon-plus-2:before {
  content: '\e817';
}

/* '' */
.icon-ok:before {
  content: '\e818';
}

/* '' */
.icon-ok-1:before {
  content: '\e819';
}

/* '' */
.icon-ok-2:before {
  content: '\e81a';
}

/* '' */
.icon-quote-left:before {
  content: '\e81b';
}

/* '' */
.icon-quote-right:before {
  content: '\e81c';
}

/* '' */
.icon-quote:before {
  content: '\e81d';
}

/* '' */
.icon-cancel-2:before {
  content: '\e81e';
}

/* '' */
.Footer {
  color: #d2d2d6;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 128px 0;
  background: #20313b;
  position: relative;
  z-index: 20;
}

.Footer .Logo {
  margin-left: 0;
}

.Footer .Logo + p {
  margin: 10px 0 0;
}

.Footer a {
  color: #848d93;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.5px;
}

.Footer a:active, .Footer a:hover {
  color: #fff;
}

.Footer address {
  font-style: normal;
}

.Footer ul {
  list-style: none;
  padding-left: 0;
}

.Footer-links--twitter,
.Footer-links--github,
.Footer-links--forum,
.Footer-links--rss,
.Footer-links--youtube {
  padding: 5px 0;
  display: -ms-flexbox;
  display: flex;
}

.Footer-links--twitter:before,
.Footer-links--github:before,
.Footer-links--forum:before,
.Footer-links--rss:before,
.Footer-links--youtube:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 20px;
  margin: 0;
  width: 20px;
  margin-right: 5px;
}

.Footer-links--twitter:before {
  background-image: url("../media/icon-twitter.svg");
}

.Footer-links--github:before {
  background-image: url("../media/icon-github.svg");
}

.Footer-links--forum:before {
  background-image: url("../media/icon-forum.svg");
}

.Footer-links--rss:before {
  background-image: url("../media/icon-rss.svg");
}

.Footer-links--youtube:before {
  background-image: url("../media/icon-youtube.svg");
}

@media (max-width: 768px) {
  .Footer .Footer-links--social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Footer .Footer-links--social li {
    padding: 0 20px 0 0;
  }
}

.Body .node-application .Hero,
.Body .block-marketo .Hero {
  padding-bottom: 50px;
}

.Body .node-application .Hero-title,
.Body .block-marketo .Hero-title {
  margin-left: 0;
}

.Body .node-application .Hero-marketo,
.Body .block-marketo .Hero-marketo {
  padding-top: 120px;
}

.Body .node-application .Background-curve.Top-curve,
.Body .block-marketo .Background-curve.Top-curve {
  top: 100%;
  bottom: 0;
}

.Body .node-application .InlineForm,
.Body .block-marketo .InlineForm {
  position: relative;
  right: 20px;
}

.Body .node-application h2,
.Body .block-marketo h2 {
  color: #fff;
}

.Body .node-application #FormWrap,
.Body .block-marketo #FormWrap {
  background-color: #142430;
  padding: 55px 50px;
  z-index: 1111;
  min-height: 550px;
  left: 0px;
  max-width: none;
  top: 0px;
  position: relative;
  display: block;
}

.Body .node-application #FormWrap .global-error,
.Body .block-marketo #FormWrap .global-error {
  display: block;
}

.Body .node-application #FormWrap .global-error ul,
.Body .block-marketo #FormWrap .global-error ul {
  margin: 0;
}

.Body .node-application #FormWrap .global-error ul li.error-message-field,
.Body .block-marketo #FormWrap .global-error ul li.error-message-field {
  color: #ff6C52;
  display: block;
  font-weight: bold;
}

.Body .node-application #FormWrap .global-error .error,
.Body .block-marketo #FormWrap .global-error .error {
  display: none;
}

.Body .node-application #FormWrap .global-error .error,
.Body .node-application #FormWrap .global-error .status,
.Body .block-marketo #FormWrap .global-error .error,
.Body .block-marketo #FormWrap .global-error .status {
  background: none;
  border: 0;
  padding: 0;
}

.Body .node-application #FormWrap .global-error h2,
.Body .block-marketo #FormWrap .global-error h2 {
  display: none;
}

.Body .node-application #FormWrap .global-error label,
.Body .block-marketo #FormWrap .global-error label {
  color: #e22866;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.Body .node-application #FormWrap .global-error a,
.Body .block-marketo #FormWrap .global-error a {
  color: green;
  font-weight: 700;
}

.Body .node-application #FormWrap .global-error a:active, .Body .node-application #FormWrap .global-error a:hover,
.Body .block-marketo #FormWrap .global-error a:active,
.Body .block-marketo #FormWrap .global-error a:hover {
  text-decoration: underline;
}

.Body .node-application #FormWrap .okta-form #edit-select-country,
.Body .block-marketo #FormWrap .okta-form #edit-select-country {
  display: none;
}

.Body .node-application #FormWrap .okta-form input,
.Body .node-application #FormWrap .okta-form textarea,
.Body .node-application #FormWrap .okta-form select,
.Body .block-marketo #FormWrap .okta-form input,
.Body .block-marketo #FormWrap .okta-form textarea,
.Body .block-marketo #FormWrap .okta-form select {
  border: none;
}

.Body .node-application #FormWrap .okta-form input:not([type="submit"]),
.Body .node-application #FormWrap .okta-form textarea:not([type="submit"]),
.Body .node-application #FormWrap .okta-form select:not([type="submit"]),
.Body .block-marketo #FormWrap .okta-form input:not([type="submit"]),
.Body .block-marketo #FormWrap .okta-form textarea:not([type="submit"]),
.Body .block-marketo #FormWrap .okta-form select:not([type="submit"]) {
  margin: 0;
  width: 100%;
  color: #20313b;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.Body .node-application #FormWrap .okta-form input[type="submit"],
.Body .node-application #FormWrap .okta-form textarea[type="submit"],
.Body .node-application #FormWrap .okta-form select[type="submit"],
.Body .block-marketo #FormWrap .okta-form input[type="submit"],
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"],
.Body .block-marketo #FormWrap .okta-form select[type="submit"] {
  color: #fff;
}

.Body .node-application #FormWrap .okta-form input[type="checkbox"],
.Body .block-marketo #FormWrap .okta-form input[type="checkbox"] {
  width: 20px;
  vertical-align: baseline;
}

.Body .node-application #FormWrap .okta-form select,
.Body .block-marketo #FormWrap .okta-form select {
  padding: 10px;
}

.Body .node-application #FormWrap .okta-form ::-webkit-input-placeholder,
.Body .block-marketo #FormWrap .okta-form ::-webkit-input-placeholder {
  color: #20313b;
}

.Body .node-application #FormWrap .okta-form ::-moz-placeholder,
.Body .block-marketo #FormWrap .okta-form ::-moz-placeholder {
  color: #20313b;
}

.Body .node-application #FormWrap .okta-form :-ms-input-placeholder,
.Body .block-marketo #FormWrap .okta-form :-ms-input-placeholder {
  color: #20313b;
}

.Body .node-application #FormWrap .okta-form :-moz-placeholder,
.Body .block-marketo #FormWrap .okta-form :-moz-placeholder {
  color: #20313b;
}

.Body .node-application #FormWrap .okta-form .form-submit,
.Body .block-marketo #FormWrap .okta-form .form-submit {
  text-align: right;
}

.Body .node-application #FormWrap .okta-form .OccForm-terms,
.Body .block-marketo #FormWrap .okta-form .OccForm-terms {
  color: #fff;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.Body .node-application #FormWrap .okta-form .OccForm-terms a,
.Body .block-marketo #FormWrap .okta-form .OccForm-terms a {
  color: #007dc1;
}

.Body .node-application #FormWrap .okta-form .OccForm .casl-optin-checkbox,
.Body .block-marketo #FormWrap .okta-form .OccForm .casl-optin-checkbox {
  margin-bottom: 0;
}

.Body .node-application #FormWrap .okta-form .OccForm .casl-optin-checkbox .options input,
.Body .block-marketo #FormWrap .okta-form .OccForm .casl-optin-checkbox .options input {
  width: auto;
}

.Body .node-application #FormWrap .okta-form .OccForm-submit,
.Body .block-marketo #FormWrap .okta-form .OccForm-submit {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative;
}

.Body .node-application #FormWrap .okta-form .OccForm-submit:before,
.Body .block-marketo #FormWrap .okta-form .OccForm-submit:before {
  transition: 0.4s;
  background: url("../images/ajax-loader-white.gif") no-repeat center;
  background-size: 16px;
  content: '';
  display: block;
  height: 16px;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 70px;
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 16px;
  z-index: 5;
}

.Body .node-application #FormWrap .okta-form .OccForm-submit input[type='submit'],
.Body .block-marketo #FormWrap .okta-form .OccForm-submit input[type='submit'] {
  margin-left: auto;
}

.Body .node-application #FormWrap .okta-form .OccForm-submit.is-processing:before,
.Body .block-marketo #FormWrap .okta-form .OccForm-submit.is-processing:before {
  opacity: 1;
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.Body .node-application #FormWrap .okta-form .OccForm-submit.is-processing input[type='submit'],
.Body .block-marketo #FormWrap .okta-form .OccForm-submit.is-processing input[type='submit'] {
  background: #e22866 !important;
  color: #e22866 !important;
  cursor: wait;
}

.Body .node-application #FormWrap .okta-form .OccForm-error,
.Body .block-marketo #FormWrap .okta-form .OccForm-error {
  color: #ff6C52;
  margin: 0;
}

.Body .node-application #FormWrap .okta-form .form-item.is-processing:after,
.Body .block-marketo #FormWrap .okta-form .form-item.is-processing:after {
  opacity: 1;
}

.Body .node-application .FormContent,
.Body .block-marketo .FormContent {
  margin-top: 40px;
}

.Body .node-application .FormContent .Row,
.Body .block-marketo .FormContent .Row {
  margin-top: 30px;
}

.Body .node-application .FormContent > div,
.Body .block-marketo .FormContent > div {
  z-index: 1111;
}

.Body .node-application .isNileBlue,
.Body .block-marketo .isNileBlue {
  background-color: #153b56;
}

@media (max-width: 767px) {
  .Body .node-application .InlineForm,
  .Body .block-marketo .InlineForm {
    position: relative;
    right: 0;
    left: 0;
  }
  .Body .node-application #FormWrap,
  .Body .block-marketo #FormWrap {
    max-width: 100%;
    min-height: auto !important;
  }
}

.Body .block-marketo.hasCurves .has-bg-curve-doubleLeft {
  padding: 50px 0;
  min-height: 400px;
  position: absolute;
  top: 46%;
  width: 100%;
}

.Body .block-marketo.hasCurves .has-bg-curve-singleRightLight {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
}

.Body .block-marketo.hasCurves #FormWrap {
  min-height: 620px;
}

.Body .block-marketo .Hero-title + p {
  max-width: 400px;
}

.ThankYouPage {
  text-align: center;
}

.ThankYouPage .visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.ThankYouPage.isDeepBlue {
  background-color: #20313b;
}

.ThankYouPage-header {
  margin-bottom: -40px;
}

@media screen and (min-width: 860px) {
  .ThankYouPage-header {
    margin-bottom: -34px;
  }
}

.ThankYouPage-title {
  margin-top: -2px;
  margin-bottom: 12px;
}

@media screen and (min-width: 860px) {
  .ThankYouPage-title {
    margin-top: -5px;
    margin-bottom: 15px;
  }
}

.ThankYouPage-title img {
  min-width: 40px;
  margin-bottom: 10px;
}

@media screen and (min-width: 860px) {
  .ThankYouPage-title img {
    margin-bottom: 6px;
  }
}

.ThankYouPage-title h2 {
  margin: 0.5em 0;
  margin-bottom: 16px;
}

.ThankYouPage-title h3 {
  font-size: 1.5rem;
}

@media screen and (min-width: 860px) {
  .ThankYouPage-title h3 {
    margin-top: 25px;
  }
}

.ThankYouPage-content {
  margin-bottom: -25px;
}

.ThankYouPage-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
}

@media screen and (min-width: 860px) {
  .ThankYouPage-content ul {
    grid-template-columns: 1fr 1fr;
    position: relative;
    left: -12px;
    width: 482px;
    margin: 0 auto;
  }
}

.ThankYouPage-content ul li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1.6px;
  margin-left: 0.5em;
}

.ThankYouPage-icon img {
  position: relative;
  top: 1px;
  height: 14px;
}

.mktoForm {
  width: 100% !important;
  font-family: "proxima-nova" !important;
}

.mktoForm .mktoAsterix,
.mktoForm .mktoGutter,
.mktoForm .mktoOffset {
  display: none !important;
}

.mktoForm label.mktoLabel {
  width: auto !important;
  color: #fff;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol,
.mktoForm input[type="text"],
.mktoForm input[type="password"],
.mktoForm input[type="date"],
.mktoForm input[type="datetime"],
.mktoForm input[type="datetime-local"],
.mktoForm input[type="month"],
.mktoForm input[type="week"],
.mktoForm input[type="email"],
.mktoForm input[type="number"],
.mktoForm input[type="search"],
.mktoForm input[type="tel"],
.mktoForm input[type="time"],
.mktoForm input[type="url"],
.mktoForm input[type="color"],
.mktoForm select,
.mktoForm textarea {
  width: 100% !important;
}

.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple {
  margin-left: 0 !important;
}

.mktoForm input[type="text"],
.mktoForm input[type="password"],
.mktoForm input[type="date"],
.mktoForm input[type="datetime"],
.mktoForm input[type="datetime-local"],
.mktoForm input[type="month"],
.mktoForm input[type="week"],
.mktoForm input[type="email"],
.mktoForm input[type="number"],
.mktoForm input[type="search"],
.mktoForm input[type="tel"],
.mktoForm input[type="time"],
.mktoForm input[type="url"],
.mktoForm input[type="color"],
.mktoForm select,
.mktoForm textarea {
  font-size: 1rem;
  box-shadow: none;
  border-color: #abadac;
  background-color: #fff;
  padding: 0 20px !important;
}

.mktoForm input[type="text"]:focus,
.mktoForm input[type="password"]:focus,
.mktoForm input[type="date"]:focus,
.mktoForm input[type="datetime"]:focus,
.mktoForm input[type="datetime-local"]:focus,
.mktoForm input[type="month"]:focus,
.mktoForm input[type="week"]:focus,
.mktoForm input[type="email"]:focus,
.mktoForm input[type="number"]:focus,
.mktoForm input[type="search"]:focus,
.mktoForm input[type="tel"]:focus,
.mktoForm input[type="time"]:focus,
.mktoForm input[type="url"]:focus,
.mktoForm input[type="color"]:focus,
.mktoForm textarea:focus {
  border-color: #007dc1;
}

.mktoForm input:focus,
.mktoForm select:focus,
.mktoForm textarea:focus,
.mktoForm button:focus {
  outline: none;
}

.mktoForm select {
  color: #5d5d5d;
  -webkit-appearance: none !important;
  background-position: 100% center;
  line-height: normal;
  height: 45px;
  background-repeat: no-repeat;
}

.mktoForm label {
  color: #5d5d5d;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.mktoForm .mktoError .mktoErrorMsg {
  background: #f00;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #fafafa;
  text-shadow: none;
}

.mktoForm .mktoError .mktoErrorArrow {
  border: none;
  background: #f00;
}

.mktoForm select,
.mktoForm input {
  border-radius: 4px;
}

.mktoForm select:focus,
.mktoForm input:focus {
  border-color: #46b3e9;
}

.mktoForm select.mktoInvalid,
.mktoForm input.mktoInvalid {
  border-color: #f00;
  color: #f00;
}

.mktoForm textarea {
  min-height: 100px;
  padding: 10px !important;
}

.mktoForm .mktoButtonRow {
  float: right;
}

.mktoForm button[type="submit"] {
  background-color: #e22866 !important;
  background: #e22866 !important;
  border-radius: 3px !important;
  border: 0 !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
  display: inline-block !important;
  font-weight: 600 !important;
  height: 41px !important;
  letter-spacing: 2px !important;
  line-height: 41px !important;
  padding: 0 41px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}

.mktoForm button[type="submit"]:active, .mktoForm button[type="submit"]:focus, .mktoForm button[type="submit"]:hover {
  color: #fff;
  background: #e85586;
  outline: none;
}

.Gallery {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.Gallery-image {
  padding: 0 40px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.Gallery-image:first-child {
  padding-left: 0;
}

.Gallery-image:last-child {
  padding-right: 0;
}

.Gallery-image > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.Gallery-image img {
  display: block;
  width: 100%;
  height: auto;
}

.ViewMode--featured .Gallery-image {
  padding: 30px 40px;
  background-color: #20313b;
}

@media (max-width: 767px) {
  .Gallery-image {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .Gallery {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Gallery-image:first-child {
    padding-left: 40px;
  }
  .Gallery-image:last-child {
    padding-right: 40px;
  }
}

.has-imageTop {
  margin-left: auto;
  margin-right: auto;
}

.has-imageTop .Block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.has-imageTop .Block .Block-image {
  margin: 0 0 64px 0;
}

.has-imageTop .Block .Block-image:first-child {
  margin-top: 0;
}

.has-imageTop .Block .Block-image:last-child {
  margin-bottom: 0;
}

.has-imageTop .Block .Block-content {
  max-width: calc(100% - 88px);
}

.has-imageBottom {
  margin-left: auto;
  margin-right: auto;
}

.has-imageBottom .Block {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-align: center;
}

.has-imageBottom .Block .Block-image {
  margin: auto 0 0 0;
  -ms-flex-order: 2;
  order: 2;
}

.has-imageBottom .Block .Block-image:first-child {
  margin-top: 0;
}

.has-imageBottom .Block .Block-image:last-child {
  margin-bottom: 0;
}

.has-imageBottom .Block .Block-content {
  padding: 0 0 64px 0;
  -ms-flex-order: 1;
  order: 1;
  max-width: calc(100% - 88px);
}

.has-imageRight {
  margin-left: auto;
  margin-right: auto;
}

.has-imageRight .Block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.has-imageRight .Block .Block-image {
  margin: 0;
  -ms-flex-order: 2;
  order: 2;
}

.has-imageRight .Block .Block-content {
  padding: 0 30px 0 0;
  -ms-flex-order: 1;
  order: 1;
  max-width: calc(100% - 88px);
}

.has-imageLeft {
  margin-left: auto;
  margin-right: auto;
}

.has-imageLeft .Block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.has-imageLeft .Block .Block-image {
  margin: 0;
  -ms-flex-order: 1;
  order: 1;
}

.has-imageLeft .Block .Block-content {
  padding: 0 0 0 30px;
  -ms-flex-order: 2;
  order: 2;
  max-width: calc(100% - 88px);
}

.has-imageCenter .Block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.has-imageCenter .Block .Block-image {
  margin: 0;
}

.Header {
  background: #20313b;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.navbar-fixed.navbar-horizontal .Header {
  top: 39px;
}

.navbar-fixed.navbar-horizontal.navbar-tray-open .Header {
  top: 119px;
}

.Header > .Wrap, .Header > .Wrap--noPadding, .Header > .Wrap--noPaddingAll, .Header > .Wrap--wide, .Header > .Wrap--narrow {
  padding: 30px;
  background: #20313b;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
}

.Header .Button, .Header
[class^='Button--'], .Header
[class*=' Button--'], .Header .Body .node-application #FormWrap .okta-form input[type="submit"], .Body .node-application #FormWrap .okta-form .Header input[type="submit"], .Header
.Body .node-application #FormWrap .okta-form textarea[type="submit"],
.Body .node-application #FormWrap .okta-form .Header textarea[type="submit"], .Header
.Body .node-application #FormWrap .okta-form select[type="submit"],
.Body .node-application #FormWrap .okta-form .Header select[type="submit"], .Header
.Body .block-marketo #FormWrap .okta-form input[type="submit"],
.Body .block-marketo #FormWrap .okta-form .Header input[type="submit"], .Header
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"],
.Body .block-marketo #FormWrap .okta-form .Header textarea[type="submit"], .Header
.Body .block-marketo #FormWrap .okta-form select[type="submit"],
.Body .block-marketo #FormWrap .okta-form .Header select[type="submit"] {
  font-size: 14px;
  padding: 0 45px;
  height: 41px;
  line-height: 41px;
  margin-bottom: -6px;
  position: relative;
  top: -3px;
}

.Header .SearchIcon {
  margin: 5px 0 0 20px;
  background: url(/sites/all/themes/developer/media/icon-search.svg) center no-repeat;
  background-size: contain;
  float: right;
  height: 24px;
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 40px;
}

.Header .SearchIcon:first-child {
  margin-top: 0;
}

.Header .SearchIcon:last-child {
  margin-bottom: 0;
}

.Header #form_search {
  display: none;
}

.Header-notice {
  height: 52px;
  left: 0;
  line-height: 50px;
  position: fixed;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  z-index: 100;
}

.Header-notice a {
  color: teal;
}

.Header-nav {
  transition: 0.2s, 0.2s;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: calc(100% - 20px);
  padding-left: 51px;
  position: relative;
}

.Header-search {
  padding-left: 30px;
}

.Header-media-assets {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 35px;
  background: #fff;
  display: none;
  position: absolute;
  padding: 2em;
  top: 90px;
  left: 25px;
  width: 300px;
  opacity: 0;
  transition: 0.4s opacity;
}

.Header-media-assets h4 {
  color: #115d8b;
  margin: 0;
}

.Header-media-assets p {
  color: #115d8b;
  margin: 10px 0 20px;
}

.Header-media-assets p:last-of-type {
  margin-bottom: 10px;
}

.Header-media-assets .Button--red, .Header-media-assets .Body .node-application #FormWrap .okta-form input[type="submit"], .Body .node-application #FormWrap .okta-form .Header-media-assets input[type="submit"], .Header-media-assets
.Body .node-application #FormWrap .okta-form textarea[type="submit"],
.Body .node-application #FormWrap .okta-form .Header-media-assets textarea[type="submit"], .Header-media-assets
.Body .node-application #FormWrap .okta-form select[type="submit"],
.Body .node-application #FormWrap .okta-form .Header-media-assets select[type="submit"], .Header-media-assets
.Body .block-marketo #FormWrap .okta-form input[type="submit"],
.Body .block-marketo #FormWrap .okta-form .Header-media-assets input[type="submit"], .Header-media-assets
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"],
.Body .block-marketo #FormWrap .okta-form .Header-media-assets textarea[type="submit"], .Header-media-assets
.Body .block-marketo #FormWrap .okta-form select[type="submit"],
.Body .block-marketo #FormWrap .okta-form .Header-media-assets select[type="submit"] {
  padding: 0 10px;
  letter-spacing: 1px;
}

.Header-media-assets:before {
  border: solid transparent;
  border-bottom-color: #fff;
  border-width: 0 15px 15px 15px;
  top: -25px;
  content: '';
  display: block;
  left: 20%;
  opacity: 1;
  position: absolute;
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.Header-media-assets.is-active {
  opacity: 1;
  display: block;
}

.Header #form_search {
  display: none;
  background-color: #20313b;
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  position: absolute;
  margin: 0;
  float: right;
  right: -13px;
  top: 60px;
  width: 420px;
  height: 60px;
}

.Header #form_search input {
  float: left;
  border: none;
  margin: 0;
  height: 40px;
  margin-top: 10px;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.Header #form_search input:hover, .Header #form_search input:active, .Header #form_search input:focus {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.Header #form_search input[type=text] {
  font-size: 20px;
  background: #d2d2d6;
  margin-left: 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 345px;
  color: #5a5a5a;
}

.Header #form_search input[type=submit] {
  font-size: 16px;
  transition: 0.4s;
  background: #738188;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  color: #fff;
  width: 50px;
  font-size: 14px;
  font-weight: 600;
  padding-right: 10px;
  padding-left: 10px;
}

.Header #form_search.button-active input[type=submit] {
  background: #e22866;
  color: #fff;
}

.Header #form_search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #738187;
}

.Header #form_search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #738187;
}

.Header #form_search :-ms-input-placeholder {
  /* IE 10+ */
  color: #738187;
}

.Header #form_search :-moz-placeholder {
  /* Firefox 18- */
  color: #738187;
}

.Header.search-active {
  height: 155px;
}

.Header.search-active .dropdown-window {
  display: none;
}

.Header.search-active .SearchIcon {
  background: url(/sites/all/themes/developer/media/icon-close.svg) center no-repeat;
}

.Header.search-active #form_search {
  display: inline-block;
}

@media (max-width: 859px) {
  .Header.is-active, .Header.is-active.is-fixed {
    background: #153b56 !important;
    height: 100vh;
    position: fixed !important;
  }
  .Header.is-active #form_search, .Header.is-active.is-fixed #form_search {
    background: transparent;
    display: block;
    left: 30px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 175px;
    width: calc(100vw - 60px);
  }
  .Header.is-active #form_search input[type=text], .Header.is-active.is-fixed #form_search input[type=text] {
    margin-left: 0;
    width: calc(100% - 50px);
  }
  .Header .Wrap, .Header .Wrap--noPadding, .Header .Wrap--noPaddingAll, .Header .Wrap--wide, .Header .Wrap--narrow {
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
  }
  .Header-nav {
    margin-right: 30px;
  }
  .Header .SearchIcon {
    display: none;
  }
}

@media (max-width: 599px) {
  .Header-notice {
    font-size: 14px;
    white-space: nowrap;
  }
  .Header-nav {
    opacity: 1;
    -ms-transform: none;
    transform: none;
  }
  .Header.is-fixed {
    background: none;
    position: absolute;
  }
  .Header.is-fixed > .Wrap, .Header.is-fixed > .Wrap--noPadding, .Header.is-fixed > .Wrap--noPaddingAll, .Header.is-fixed > .Wrap--wide, .Header.is-fixed > .Wrap--narrow {
    margin-top: 0;
  }
}

.Hero,
[class^='Hero--'],
[class*=' Hero--'] {
  color: #fff;
  background: no-repeat center;
  background-size: cover;
  padding-bottom: 128px;
  padding-top: calc(90px + 128px);
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.page--front .Hero:after, .page--front
[class^='Hero--']:after, .page--front
[class*=' Hero--']:after, .has-bg.Hero:before,
.has-bg[class^='Hero--']:before,
.has-bg[class*=' Hero--']:before, .has-bg.Hero:after,
.has-bg[class^='Hero--']:after,
.has-bg[class*=' Hero--']:after {
  display: none !important;
}

.Hero .Wrap,
[class^='Hero--'] .Wrap,
[class*=' Hero--'] .Wrap, .Hero .Wrap--noPadding,
[class^='Hero--'] .Wrap--noPadding,
[class*=' Hero--'] .Wrap--noPadding, .Hero .Wrap--noPaddingAll,
[class^='Hero--'] .Wrap--noPaddingAll,
[class*=' Hero--'] .Wrap--noPaddingAll, .Hero .Wrap--wide,
[class^='Hero--'] .Wrap--wide,
[class*=' Hero--'] .Wrap--wide, .Hero .Wrap--narrow,
[class^='Hero--'] .Wrap--narrow,
[class*=' Hero--'] .Wrap--narrow {
  z-index: 20;
}

.Hero .DownArrow,
[class^='Hero--'] .DownArrow,
[class*=' Hero--'] .DownArrow {
  transition: 0.6s, 0.8s;
  bottom: 44px;
  left: 50%;
  position: absolute;
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  transition-delay: 0.75s;
}

.Hero:not(.is-active):before,
[class^='Hero--']:not(.is-active):before,
[class*=' Hero--']:not(.is-active):before {
  opacity: 0;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.u-align--center.Hero .Wrap,
.u-align--center[class^='Hero--'] .Wrap,
.u-align--center[class*=' Hero--'] .Wrap, .u-align--center.Hero .Wrap--noPadding,
.u-align--center[class^='Hero--'] .Wrap--noPadding,
.u-align--center[class*=' Hero--'] .Wrap--noPadding, .u-align--center.Hero .Wrap--noPaddingAll,
.u-align--center[class^='Hero--'] .Wrap--noPaddingAll,
.u-align--center[class*=' Hero--'] .Wrap--noPaddingAll, .u-align--center.Hero .Wrap--wide,
.u-align--center[class^='Hero--'] .Wrap--wide,
.u-align--center[class*=' Hero--'] .Wrap--wide, .u-align--center.Hero .Wrap--narrow,
.u-align--center[class^='Hero--'] .Wrap--narrow,
.u-align--center[class*=' Hero--'] .Wrap--narrow {
  max-width: 680px;
}

.u-padding--small.Hero,
.u-padding--small[class^='Hero--'],
.u-padding--small[class*=' Hero--'] {
  padding-bottom: 50px;
  padding-top: 140px;
}

.u-padding--medium.Hero,
.u-padding--medium[class^='Hero--'],
.u-padding--medium[class*=' Hero--'] {
  padding-bottom: 64px;
  padding-top: 154px;
}

.u-padding--large.Hero,
.u-padding--large[class^='Hero--'],
.u-padding--large[class*=' Hero--'] {
  padding-bottom: 88px;
  padding-top: 178px;
}

.u-padding--xLarge.Hero,
.u-padding--xLarge[class^='Hero--'],
.u-padding--xLarge[class*=' Hero--'] {
  padding-bottom: 138px;
  padding-top: 228px;
}

.has-bg.Hero .Hero-subtitle,
.has-bg[class^='Hero--'] .Hero-subtitle,
.has-bg[class*=' Hero--'] .Hero-subtitle {
  color: #fff;
}

.Hero-title {
  margin: 0 0 64px;
  font-size: 44px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.Hero-title:first-child {
  margin-top: 0;
}

.Hero-title:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .Hero-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .Hero-title {
    font-size: 30px;
  }
}

@media (max-width: 1023px) {
  .Hero-title {
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .Hero-title {
    line-height: 40px;
  }
}

.Hero-title:last-child {
  margin-bottom: 64px;
}

.Hero-subtitle {
  color: #d2d2d6;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 auto;
  max-width: 500px;
}

.Hero-subtitle.is-narrow {
  max-width: 500px;
}

.Hero-subtitle.is-wide {
  max-width: 680px;
}

.Hero-cta {
  margin: 40px 0;
}

.Hero-cta:first-child {
  margin-top: 0;
}

.Hero-cta:last-child {
  margin-bottom: 0;
}

.Hero-image {
  margin: 128px 0;
}

.Hero-image:first-child {
  margin-top: 0;
}

.Hero-image:last-child {
  margin-bottom: 0;
}

.Hero--homepage .Hero-subtitle {
  margin: 0 auto 50px auto;
  max-width: 500px;
}

.Hero--homepage .Hero-subtitle:first-child {
  margin-top: 0;
}

.Hero--homepage .Hero-subtitle:last-child {
  margin-bottom: 0;
}

.DevProduct,
[class^='DevProduct-'],
[class*=' DevProduct-'] {
  position: relative;
}

.DevProduct h4,
[class^='DevProduct-'] h4,
[class*=' DevProduct-'] h4 {
  margin-top: 1em;
}

.DevProduct-1:after {
  content: "";
  background-image: url(../media/svg/icon--arrow-sm.svg);
  height: 15px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 25%;
  right: -10px;
}

.DevProduct-2:after {
  content: "";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../media/svg/icon--arrow-sm.svg);
  height: 15px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 25%;
  right: -10px;
}

.DevProduct-callout {
  margin-bottom: 0;
}

.DevProduct-callout span {
  background-color: #115d8b;
  display: inline-block;
  border-radius: 100%;
  height: 38px;
  width: 38px;
  line-height: 38px;
  color: #fff;
}

@media (max-width: 767px) {
  .DevProduct,
  [class^='DevProduct-'],
  [class*=' DevProduct-'] {
    margin-bottom: 2em;
  }
  .DevProduct-2:after, .DevProduct-1:after {
    display: none;
  }
}

.Hero--integrate {
  padding: 0;
  height: 490px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 90px;
}

@media (max-width: 1023px) {
  .Hero--integrate {
    padding-top: 0 !important;
  }
}

.Hero--integrate .Hero-image {
  margin: 0 auto;
  width: 75px;
  height: 75px;
}

.Hero--integrate .Hero-title {
  margin-top: 0;
}

.Hero--integrate .Hero-background {
  background-image: url("../media/backgrounds/background-integrate.png");
  background-position: center;
  background-repeat: repeat-x;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.Hero--agenda:after {
  display: none;
}

.Hero--empty {
  padding-bottom: 0;
  padding-top: 90px;
}

.Hero--empty + .Body-sections [class*=Section--] {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.Hero--empty + .Body-sections [class*=has-bg-curve] {
  max-width: 100% !important;
}

.Hero--empty:before, .Hero--empty:after {
  display: none;
}

@media (max-width: 1023px) {
  .Hero,
  [class^='Hero--'],
  [class*=' Hero--'] {
    padding-top: 154px;
  }
}

@media (max-width: 767px) {
  .Hero,
  [class^='Hero--'],
  [class*=' Hero--'] {
    padding-top: 140px;
    text-align: center;
  }
  .Hero-title,
  .Hero-subtitle {
    margin-left: auto;
    margin-right: auto;
    max-width: 75vw;
  }
  .Hero-subtitle {
    margin-top: 20px;
  }
}

.HeroFeature {
  margin: 0 auto;
  background-color: #000;
  display: -ms-flexbox;
  display: flex;
  max-width: 815px;
  padding: 0;
  width: 100%;
}

.HeroFeature:first-child {
  margin-top: 0;
}

.HeroFeature:last-child {
  margin-bottom: 0;
}

.HeroFeature-image {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 2px 57px 0 rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 35%;
}

.HeroFeature-image img {
  z-index: 1;
  position: relative;
  max-width: 100%;
}

.HeroFeature-image:after {
  content: '';
  background-image: url("../media/heroes/home-hero-app-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.HeroFeature-snippet {
  background: #f1f1f1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  width: 65%;
}

.HeroFeature-snippet code {
  color: #115d8b;
  font-family: Monaco, "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-shadow: none;
  white-space: pre-wrap;
}

.HeroFeature + .Hero-cta {
  margin: 128px auto;
}

.HeroFeature + .Hero-cta:first-child {
  margin-top: 0;
}

.HeroFeature + .Hero-cta:last-child {
  margin-bottom: 0;
}

.HeroFeature pre[class*="language-"] {
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.HeroFeature code.language-js {
  color: #5d5d5d;
  padding: 0 0 0 50px;
  background: #f1f1f1;
  margin: 0;
  width: 100%;
}

.HeroFeature code.language-js .token {
  color: #5d5d5d;
  background: none;
  text-shadow: none;
}

.HeroFeature code.language-js .token.keyword {
  color: #4cbf9c;
}

.HeroFeature code.language-js .token.string {
  color: #115d8b;
}

.HeroFeature code.language-js .token.function {
  color: #e22866;
}

@media (max-width: 767px) {
  .HeroFeature {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .HeroFeature-image {
    padding: 10px;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
  }
  .HeroFeature-image img {
    height: unset;
    max-width: 100%;
    width: unset;
  }
  .HeroFeature-snippet {
    padding: 0;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .HeroFeature-snippet code {
    font-size: 10px;
  }
  .HeroFeature pre[class*="language-"] {
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .HeroFeature code.language-js {
    padding-left: 0;
  }
}

.IconTile:after,
[class^='IconTile--']:after,
[class*=' IconTile--']:after {
  background: no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: calc(100% - 40px);
  left: 50%;
  max-width: 120px;
  max-height: 60px;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: calc(100% - 40px);
}

.IconTile--javascript {
  background-color: #F3DA00;
}

.IconTile--javascript:after {
  background-image: url("../media/tiles/javascript--white.svg");
}

.IconTile--java {
  background-color: #FD9B01;
}

.IconTile--java:after {
  background-image: url("../media/tiles/java--white.svg");
  max-height: 80px;
}

.IconTile--python {
  background-color: #3776A9;
}

.IconTile--python:after {
  background-image: url("../media/tiles/python--white.svg");
}

.IconTile--dotnet {
  background-color: #1B83B6;
}

.IconTile--dotnet:after {
  background-image: url("../media/tiles/dotnet--white.svg");
  max-height: 30px;
}

.IconTile--objectivec {
  background-color: #7F8C9B;
}

.IconTile--objectivec:after {
  background-image: url("../media/tiles/objectivec--white.svg");
}

.IconTile--php {
  background-color: #6183BB;
}

.IconTile--php:after {
  background-image: url("../media/tiles/php--white.svg");
}

.IconTile--swift {
  background-image: #ffb52a;
  background-image: linear-gradient(135deg, #ffb52a 0%, #fe8a1c 46%, #ff4a2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb52a', endColorstr='#ff4a2d',GradientType=1 );
}

.IconTile--swift:after {
  background-image: url("../media/tiles/swift--white.svg");
}

.IconTile--bash {
  background-color: #2C3439;
}

.IconTile--bash:after {
  background-image: url("../media/tiles/bash--white.svg");
}

.IconTile--salesforce {
  background-color: #009ada;
}

.IconTile--salesforce:after {
  background-image: url("../media/tiles/salesforce--white.svg");
}

.IconTile--box {
  background-color: #16abe4;
}

.IconTile--box:after {
  background-image: url("../media/tiles/box--white.svg");
}

.IconTile--aws {
  background-color: #ff9a00;
}

.IconTile--aws:after {
  background-image: url("../media/tiles/aws--white.svg");
}

.IconTile--concur {
  background-color: #0076cc;
}

.IconTile--concur:after {
  background-image: url("../media/tiles/concur--white.svg");
}

.IconTile--zendesk {
  background-color: #77a500;
}

.IconTile--zendesk:after {
  background-image: url("../media/tiles/zendesk--white.svg");
}

.IconTile--slack {
  background-color: #74d5b6;
}

.IconTile--slack:after {
  background-image: url("../media/tiles/slack--white.svg");
}

.IconTile--dropbox {
  background-color: #007be8;
}

.IconTile--dropbox:after {
  background-image: url("../media/tiles/dropbox--white.svg");
}

.IconTile--docusign {
  background-color: #007ac5;
}

.IconTile--docusign:after {
  background-image: url("../media/tiles/docusign--white.svg");
}

.IntegrateSection,
[class^='IntegrateSection--'],
[class*=' IntegrateSection--'] {
  padding: 0;
  overflow: hidden;
}

.IntegrateSection header,
[class^='IntegrateSection--'] header,
[class*=' IntegrateSection--'] header {
  margin: 30px 0;
  text-align: center;
}

.IntegrateSection header:first-child,
[class^='IntegrateSection--'] header:first-child,
[class*=' IntegrateSection--'] header:first-child {
  margin-top: 0;
}

.IntegrateSection header:last-child,
[class^='IntegrateSection--'] header:last-child,
[class*=' IntegrateSection--'] header:last-child {
  margin-bottom: 0;
}

.IntegrateSection header h2,
[class^='IntegrateSection--'] header h2,
[class*=' IntegrateSection--'] header h2 {
  color: blue-bright;
  font-size: 44px;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .IntegrateSection header h2,
  [class^='IntegrateSection--'] header h2,
  [class*=' IntegrateSection--'] header h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .IntegrateSection header h2,
  [class^='IntegrateSection--'] header h2,
  [class*=' IntegrateSection--'] header h2 {
    font-size: 30px;
  }
}

.IntegrateSection img,
[class^='IntegrateSection--'] img,
[class*=' IntegrateSection--'] img {
  max-width: 100%;
}

.PaddingTop--0.IntegrateSection,
.PaddingTop--0[class^='IntegrateSection--'],
.PaddingTop--0[class*=' IntegrateSection--'] {
  padding-top: 0;
}

.OptionBox {
  padding: 2.5em 2.5em 3em;
}

.OptionBox h2.MarginTop--1-2 {
  margin-top: 30px;
}

.OptionBox p {
  font-size: 1.3em;
}

.OptionBox-padded {
  padding: 4em;
}

.OptionBox .OptionBox--Icon img {
  display: block;
  margin: 0 auto;
  width: 80px;
}

.Flex--Row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.Flex--Row .OptionBox {
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  margin-right: 1em;
}

.Flex--Row .OptionBox:last-of-type {
  margin-right: 0;
}

.IntegrateSection--dark-cta {
  text-align: center;
}

.IntegrateSection--dark-cta h2 {
  color: #fff;
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
  margin-top: 0.5em;
}

@media (max-width: 1199px) {
  .OptionBox h2, .OptionBox h2.MarginTop--1-2 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 15px;
  }
  .OptionBox p {
    font-size: 1em;
  }
  .OptionBox .OptionBox--Icon img {
    width: 60px;
  }
}

@media (max-width: 1023px) {
  .OptionBox {
    padding: 1.75em;
  }
  .OptionBox h2, .OptionBox h2.MarginTop--1-2 {
    font-size: 24px;
    line-height: 26px;
    margin-top: 10px;
  }
  .OptionBox p {
    font-size: 1em;
  }
  .OptionBox .OptionBox--Icon img {
    width: 50px;
  }
  .IntegrateSection--dark-cta h2 {
    display: block;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .IntegrateSection h1 {
    font-size: 28px;
  }
  .IntegrateSection h2 {
    font-size: 24px;
  }
  .OptionBox {
    padding: 2em;
  }
  .OptionBox h2, .OptionBox h2.MarginTop--1-2 {
    font-size: 28px;
    line-height: 30px;
    margin-top: 20px;
  }
  .OptionBox p {
    font-size: 1em;
  }
  .OptionBox .OptionBox--Icon img {
    width: 80px;
  }
  .Flex--Row {
    display: block;
  }
  .Flex--Row .OptionBox {
    width: 100%;
  }
  .Flex--Row .OptionBox:first-of-type {
    margin-bottom: 1em;
  }
}

.Logo {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 32px;
  position: relative;
  width: 91.54967px;
  z-index: 15;
}

.Logo > svg {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

@media (max-width: 859px) {
  .Logo {
    margin-left: 30px;
  }
}

.cpe-logo {
  width: 100px;
}

.NewsletterForm {
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}

.NewsletterForm > * {
  margin: 0 10px;
}

.NewsletterForm input[type='text'] {
  -ms-flex: 3;
  flex: 3;
}

.NewsletterForm input[type='email'] {
  -ms-flex: 5;
  flex: 5;
}

.NewsletterForm button {
  -ms-flex: 2;
  flex: 2;
}

@media (max-width: 767px) {
  .NewsletterForm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .NewsletterForm input[type='text'],
  .NewsletterForm input[type='email'] {
    -ms-flex: inherit;
    flex: inherit;
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .NewsletterForm button {
    -ms-flex: inherit;
    flex: inherit;
    margin-left: auto;
  }
}

@media (max-width: 599px) {
  .NewsletterForm input[type='text'],
  .NewsletterForm input[type='email'] {
    -ms-flex-preferred-size: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
  }
}

.Page {
  background: #20313b;
  overflow: hidden;
  position: relative;
}

.Page:before {
  content: '';
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.page--agenda .Page:before {
  background: none;
}

.Pricing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.Pricing .Row {
  display: -ms-flexbox;
  display: flex;
}

.Pricing + .Row {
  margin-top: 30px;
}

.Pricing .Column--4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Pricing ul {
  list-style-type: none;
}

.Pricing-column {
  padding: 0;
  margin: 0;
  height: 550px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.Pricing-column:first-child {
  margin-top: 0;
}

.Pricing-column:last-child {
  margin-bottom: 0;
}

.Pricing-column--developer .Pricing-content {
  color: #20313b;
  background-color: #fff;
}

.Pricing-column--developer .Pricing-header {
  background-color: #a8a8a8;
}

.Pricing-column--developer .Pricing-header h1 {
  color: #20313b;
}

.Pricing-content {
  padding: 30px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: #142430;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.Pricing-header {
  padding: 20px 30px;
  margin: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #115d8b;
  text-align: center;
}

.Pricing-header:first-child {
  margin-top: 0;
}

.Pricing-header:last-child {
  margin-bottom: 0;
}

.Pricing-header h1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: none;
}

.Pricing [class*='ListIcon--']:before {
  padding: 3px 0;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 50%;
}

.Pricing .ListIcon--user:before {
  background-image: url("../media/icon-user.svg");
}

.Pricing .ListIcon--platform:before {
  background-image: url("../media/icon-platform.svg");
}

.Pricing-list li {
  position: relative;
}

.Pricing-list li:before {
  background-position: center 5px;
  background-image: url("../media/icon-check.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: -35px;
  position: absolute;
  top: 0;
  width: 25px;
}

.Pricing-list--featured:before {
  background-image: url("../media/icon-check.svg");
}

.Pricing-amount {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.Pricing-amount span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.Pricing .is-hidden {
  visibility: hidden;
}

.Pricing-footer {
  margin: 0;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
}

.Pricing-footer:first-child {
  margin-top: 0;
}

.Pricing-footer:last-child {
  margin-bottom: 0;
}

.Pricing-footer a {
  color: #115d8b;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.Pricing-footer a:after {
  content: '';
  background-image: url("../media/icon-chevron.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  vertical-align: middle;
}

.Pricing-details {
  padding: 20px 0;
  margin: 0;
  width: 100%;
}

.Pricing-details table {
  border-radius: 3px;
  border-style: hidden;
}

.Pricing-details table thead {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}

.Pricing-details table thead td {
  padding: 20px 10px;
  background: #115d8b;
}

.Pricing-details table thead td:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 0 !important;
  border-right: 1px solid #153b56;
}

.Pricing-details table thead td:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0 !important;
}

.Pricing-details table td {
  padding: 10px;
  width: 50%;
  font-size: 12px;
  line-height: 24px;
  border: 1px solid #153b56;
  text-align: center;
  background: #142430;
}

.Pricing-details table tr + tr {
  border: 1px solid #153b56;
}

.Pricing-details table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

.Pricing-details table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

.PricingTable {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
}

.PricingTable .Row {
  display: -ms-flexbox;
  display: flex;
}

.PricingTable + .Row {
  margin-top: 30px;
}

.PricingTable .Button--redOutline {
  color: #e22866;
}

.PricingTable .Column--4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

.PricingTable ul {
  list-style-type: none;
}

.PricingTable-column {
  padding: 0;
  margin: 0;
  height: 850px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #142430;
  z-index: 1;
}

.PricingTable-column:first-child {
  margin-top: 0;
}

.PricingTable-column:last-child {
  margin-bottom: 0;
}

.PricingTable-column--developer {
  background-color: #163648;
  background: #163648;
  box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.1);
  height: 955px;
  min-width: 400px;
  -ms-transform: translate(-40px, -60px);
  transform: translate(-40px, -60px);
  z-index: 2;
}

.PricingTable-column--developer .PricingTable-intro {
  padding: 0;
}

.PricingTable-column--developer .PricingTable-header {
  padding: 50px 30px;
  background-color: #007dc1;
}

.PricingTable-column--free, .PricingTable-column--enterprise {
  width: 325px;
}

.PricingTable-column--free {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.PricingTable-column--free .PricingTable-description {
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.PricingTable-column--enterprise {
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.PricingTable-column--enterprise .PricingTable-description {
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.PricingTable-description {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.PricingTable-users {
  margin: 0 0 20px 0;
}

.PricingTable-users:first-child {
  margin-top: 0;
}

.PricingTable-users:last-child {
  margin-bottom: 0;
}

.PricingTable-users ul {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: calc(100% - 30px);
}

.PricingTable-users li {
  transition: 0.4s;
  padding: 0;
  text-align: center;
  background-color: #142430;
  width: calc(100% / 6);
  border-right: 2px solid #163648;
}

.PricingTable-users li button {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  outline: none;
  width: 100%;
}

.PricingTable-users li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.PricingTable-users li:last-child {
  border-right: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.PricingTable-users li.is-active {
  background-color: #007dc1;
}

.PricingTable-intro {
  margin: 40px 0 0 0;
  padding: 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 200px;
}

.PricingTable-intro:first-child {
  margin-top: 0;
}

.PricingTable-intro:last-child {
  margin-bottom: 0;
}

.PricingTable-intro .Button {
  margin-top: auto;
}

.PricingTable-content {
  padding: 0 40px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.PricingTable-header {
  margin: 0;
  padding: 20px 30px;
  background-color: #115d8b;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
}

.PricingTable-header:first-child {
  margin-top: 0;
}

.PricingTable-header:last-child {
  margin-bottom: 0;
}

.PricingTable-header h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-transform: none;
}

.PricingTable [class*='ListIcon--']:before {
  padding: 3px 0;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 50%;
}

.PricingTable .ListIcon--plus {
  font-weight: 600;
}

.PricingTable .ListIcon--plus:before {
  background-image: url("../media/icon-plus.svg");
}

.PricingTable .ListIcon--user:before {
  background-image: url("../media/icon-user.svg");
}

.PricingTable .ListIcon--platform:before {
  background-image: url("../media/icon-platform.svg");
}

.PricingTable-list {
  margin: 40px 0 0 0;
}

.PricingTable-list:first-child {
  margin-top: 0;
}

.PricingTable-list:last-child {
  margin-bottom: 0;
}

.PricingTable-list li {
  margin: 0 0 10px;
  color: #fff;
  position: relative;
}

.PricingTable-list li:first-child {
  margin-top: 0;
}

.PricingTable-list li:last-child {
  margin-bottom: 0;
}

.PricingTable-list li:before {
  background-position: center 5px;
  background-image: url("../media/icon-check--green.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: -35px;
  position: absolute;
  top: 0;
  width: 25px;
}

.PricingTable-list--featured:before {
  background-image: url("../media/icon-check.svg");
}

.PricingTable-amount {
  margin: 0 0 20px 0;
  text-align: center;
}

.PricingTable-amount:first-child {
  margin-top: 0;
}

.PricingTable-amount:last-child {
  margin-bottom: 0;
}

.PricingTable-amount .Price {
  font-size: 44px;
  color: #007dc1;
  line-height: 44px;
}

.PricingTable-amount span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

.PricingTable .is-hidden {
  visibility: hidden;
}

.PricingTable-details {
  padding: 20px 0;
  margin: 0;
  width: 100%;
}

.PricingTable-details table {
  border-radius: 3px;
  border-style: hidden;
}

.PricingTable-details table thead {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}

.PricingTable-details table thead td {
  padding: 20px 10px;
  background: #115d8b;
}

.PricingTable-details table thead td:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 0 !important;
  border-right: 1px solid #153b56;
}

.PricingTable-details table thead td:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0 !important;
}

.PricingTable-details table td {
  padding: 10px;
  width: 50%;
  font-size: 12px;
  line-height: 24px;
  border: 1px solid #153b56;
  text-align: center;
  background: #142430;
}

.PricingTable-details table tr + tr {
  border: 1px solid #153b56;
}

.PricingTable-details table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

.PricingTable-details table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

.PricingTable .Users {
  font-weight: 700;
}

@media (max-width: 1023px) {
  .PricingTable .Column--4 {
    margin-left: auto;
    margin-right: auto;
    padding-left: inherit;
    padding-right: inherit;
  }
  .PricingTable-column {
    -ms-transform: none;
    transform: none;
  }
  .PricingTable-column--developer {
    min-width: auto;
  }
  .PricingTable-column--free, .PricingTable-column--enterprise {
    width: inherit;
  }
}

.PrimaryNav {
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}

.PrimaryNav .Button, .PrimaryNav
[class^='Button--'], .PrimaryNav
[class*=' Button--'], .PrimaryNav .Body .node-application #FormWrap .okta-form input[type="submit"], .Body .node-application #FormWrap .okta-form .PrimaryNav input[type="submit"], .PrimaryNav
.Body .node-application #FormWrap .okta-form textarea[type="submit"],
.Body .node-application #FormWrap .okta-form .PrimaryNav textarea[type="submit"], .PrimaryNav
.Body .node-application #FormWrap .okta-form select[type="submit"],
.Body .node-application #FormWrap .okta-form .PrimaryNav select[type="submit"], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form input[type="submit"],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav input[type="submit"], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav textarea[type="submit"], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form select[type="submit"],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav select[type="submit"] {
  margin-left: auto;
}

.PrimaryNav .Button + .Button, .PrimaryNav
[class^='Button--'] + .Button, .PrimaryNav
[class*=' Button--'] + .Button, .PrimaryNav .Body .node-application #FormWrap .okta-form input[type="submit"] + .Button, .Body .node-application #FormWrap .okta-form .PrimaryNav input[type="submit"] + .Button, .PrimaryNav
.Body .node-application #FormWrap .okta-form textarea[type="submit"] + .Button,
.Body .node-application #FormWrap .okta-form .PrimaryNav textarea[type="submit"] + .Button, .PrimaryNav
.Body .node-application #FormWrap .okta-form select[type="submit"] + .Button,
.Body .node-application #FormWrap .okta-form .PrimaryNav select[type="submit"] + .Button, .PrimaryNav
.Body .block-marketo #FormWrap .okta-form input[type="submit"] + .Button,
.Body .block-marketo #FormWrap .okta-form .PrimaryNav input[type="submit"] + .Button, .PrimaryNav
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"] + .Button,
.Body .block-marketo #FormWrap .okta-form .PrimaryNav textarea[type="submit"] + .Button, .PrimaryNav
.Body .block-marketo #FormWrap .okta-form select[type="submit"] + .Button,
.Body .block-marketo #FormWrap .okta-form .PrimaryNav select[type="submit"] + .Button, .PrimaryNav .Button +
[class^='Button--'], .PrimaryNav
[class^='Button--'] +
[class^='Button--'], .PrimaryNav
[class*=' Button--'] +
[class^='Button--'], .PrimaryNav .Body .node-application #FormWrap .okta-form input[type="submit"] +
[class^='Button--'], .Body .node-application #FormWrap .okta-form .PrimaryNav input[type="submit"] +
[class^='Button--'], .PrimaryNav
.Body .node-application #FormWrap .okta-form textarea[type="submit"] +
[class^='Button--'],
.Body .node-application #FormWrap .okta-form .PrimaryNav textarea[type="submit"] +
[class^='Button--'], .PrimaryNav
.Body .node-application #FormWrap .okta-form select[type="submit"] +
[class^='Button--'],
.Body .node-application #FormWrap .okta-form .PrimaryNav select[type="submit"] +
[class^='Button--'], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form input[type="submit"] +
[class^='Button--'],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav input[type="submit"] +
[class^='Button--'], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"] +
[class^='Button--'],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav textarea[type="submit"] +
[class^='Button--'], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form select[type="submit"] +
[class^='Button--'],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav select[type="submit"] +
[class^='Button--'], .PrimaryNav .Button +
[class*=' Button--'], .PrimaryNav
[class^='Button--'] +
[class*=' Button--'], .PrimaryNav
[class*=' Button--'] +
[class*=' Button--'], .PrimaryNav .Body .node-application #FormWrap .okta-form input[type="submit"] +
[class*=' Button--'], .Body .node-application #FormWrap .okta-form .PrimaryNav input[type="submit"] +
[class*=' Button--'], .PrimaryNav
.Body .node-application #FormWrap .okta-form textarea[type="submit"] +
[class*=' Button--'],
.Body .node-application #FormWrap .okta-form .PrimaryNav textarea[type="submit"] +
[class*=' Button--'], .PrimaryNav
.Body .node-application #FormWrap .okta-form select[type="submit"] +
[class*=' Button--'],
.Body .node-application #FormWrap .okta-form .PrimaryNav select[type="submit"] +
[class*=' Button--'], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form input[type="submit"] +
[class*=' Button--'],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav input[type="submit"] +
[class*=' Button--'], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form textarea[type="submit"] +
[class*=' Button--'],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav textarea[type="submit"] +
[class*=' Button--'], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form select[type="submit"] +
[class*=' Button--'],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav select[type="submit"] +
[class*=' Button--'], .PrimaryNav .Body .node-application #FormWrap .okta-form .Button + input[type="submit"], .Body .node-application #FormWrap .okta-form .PrimaryNav .Button + input[type="submit"], .PrimaryNav .Body .node-application #FormWrap .okta-form
[class^='Button--'] + input[type="submit"], .Body .node-application #FormWrap .okta-form .PrimaryNav
[class^='Button--'] + input[type="submit"], .PrimaryNav .Body .node-application #FormWrap .okta-form
[class*=' Button--'] + input[type="submit"], .Body .node-application #FormWrap .okta-form .PrimaryNav
[class*=' Button--'] + input[type="submit"], .PrimaryNav .Body .node-application #FormWrap .okta-form input[type="submit"] + input[type="submit"], .Body .node-application #FormWrap .okta-form .PrimaryNav input[type="submit"] + input[type="submit"], .PrimaryNav .Body .node-application #FormWrap .okta-form textarea[type="submit"] + input[type="submit"], .Body .node-application #FormWrap .okta-form .PrimaryNav textarea[type="submit"] + input[type="submit"], .PrimaryNav .Body .node-application #FormWrap .okta-form select[type="submit"] + input[type="submit"], .Body .node-application #FormWrap .okta-form .PrimaryNav select[type="submit"] + input[type="submit"], .PrimaryNav
.Body .node-application #FormWrap .okta-form .Button + textarea[type="submit"],
.Body .node-application #FormWrap .okta-form .PrimaryNav .Button + textarea[type="submit"], .PrimaryNav
.Body .node-application #FormWrap .okta-form
[class^='Button--'] + textarea[type="submit"],
.Body .node-application #FormWrap .okta-form .PrimaryNav
[class^='Button--'] + textarea[type="submit"], .PrimaryNav
.Body .node-application #FormWrap .okta-form
[class*=' Button--'] + textarea[type="submit"],
.Body .node-application #FormWrap .okta-form .PrimaryNav
[class*=' Button--'] + textarea[type="submit"], .PrimaryNav .Body .node-application #FormWrap .okta-form input[type="submit"] + textarea[type="submit"], .Body .node-application #FormWrap .okta-form .PrimaryNav input[type="submit"] + textarea[type="submit"], .PrimaryNav .Body .node-application #FormWrap .okta-form textarea[type="submit"] + textarea[type="submit"], .Body .node-application #FormWrap .okta-form .PrimaryNav textarea[type="submit"] + textarea[type="submit"], .PrimaryNav .Body .node-application #FormWrap .okta-form select[type="submit"] + textarea[type="submit"], .Body .node-application #FormWrap .okta-form .PrimaryNav select[type="submit"] + textarea[type="submit"], .PrimaryNav
.Body .node-application #FormWrap .okta-form .Button + select[type="submit"],
.Body .node-application #FormWrap .okta-form .PrimaryNav .Button + select[type="submit"], .PrimaryNav
.Body .node-application #FormWrap .okta-form
[class^='Button--'] + select[type="submit"],
.Body .node-application #FormWrap .okta-form .PrimaryNav
[class^='Button--'] + select[type="submit"], .PrimaryNav
.Body .node-application #FormWrap .okta-form
[class*=' Button--'] + select[type="submit"],
.Body .node-application #FormWrap .okta-form .PrimaryNav
[class*=' Button--'] + select[type="submit"], .PrimaryNav .Body .node-application #FormWrap .okta-form input[type="submit"] + select[type="submit"], .Body .node-application #FormWrap .okta-form .PrimaryNav input[type="submit"] + select[type="submit"], .PrimaryNav .Body .node-application #FormWrap .okta-form textarea[type="submit"] + select[type="submit"], .Body .node-application #FormWrap .okta-form .PrimaryNav textarea[type="submit"] + select[type="submit"], .PrimaryNav .Body .node-application #FormWrap .okta-form select[type="submit"] + select[type="submit"], .Body .node-application #FormWrap .okta-form .PrimaryNav select[type="submit"] + select[type="submit"], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form .Button + input[type="submit"],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav .Button + input[type="submit"], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form
[class^='Button--'] + input[type="submit"],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav
[class^='Button--'] + input[type="submit"], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form
[class*=' Button--'] + input[type="submit"],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav
[class*=' Button--'] + input[type="submit"], .PrimaryNav .Body .block-marketo #FormWrap .okta-form input[type="submit"] + input[type="submit"], .Body .block-marketo #FormWrap .okta-form .PrimaryNav input[type="submit"] + input[type="submit"], .PrimaryNav .Body .block-marketo #FormWrap .okta-form textarea[type="submit"] + input[type="submit"], .Body .block-marketo #FormWrap .okta-form .PrimaryNav textarea[type="submit"] + input[type="submit"], .PrimaryNav .Body .block-marketo #FormWrap .okta-form select[type="submit"] + input[type="submit"], .Body .block-marketo #FormWrap .okta-form .PrimaryNav select[type="submit"] + input[type="submit"], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form .Button + textarea[type="submit"],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav .Button + textarea[type="submit"], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form
[class^='Button--'] + textarea[type="submit"],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav
[class^='Button--'] + textarea[type="submit"], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form
[class*=' Button--'] + textarea[type="submit"],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav
[class*=' Button--'] + textarea[type="submit"], .PrimaryNav .Body .block-marketo #FormWrap .okta-form input[type="submit"] + textarea[type="submit"], .Body .block-marketo #FormWrap .okta-form .PrimaryNav input[type="submit"] + textarea[type="submit"], .PrimaryNav .Body .block-marketo #FormWrap .okta-form textarea[type="submit"] + textarea[type="submit"], .Body .block-marketo #FormWrap .okta-form .PrimaryNav textarea[type="submit"] + textarea[type="submit"], .PrimaryNav .Body .block-marketo #FormWrap .okta-form select[type="submit"] + textarea[type="submit"], .Body .block-marketo #FormWrap .okta-form .PrimaryNav select[type="submit"] + textarea[type="submit"], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form .Button + select[type="submit"],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav .Button + select[type="submit"], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form
[class^='Button--'] + select[type="submit"],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav
[class^='Button--'] + select[type="submit"], .PrimaryNav
.Body .block-marketo #FormWrap .okta-form
[class*=' Button--'] + select[type="submit"],
.Body .block-marketo #FormWrap .okta-form .PrimaryNav
[class*=' Button--'] + select[type="submit"], .PrimaryNav .Body .block-marketo #FormWrap .okta-form input[type="submit"] + select[type="submit"], .Body .block-marketo #FormWrap .okta-form .PrimaryNav input[type="submit"] + select[type="submit"], .PrimaryNav .Body .block-marketo #FormWrap .okta-form textarea[type="submit"] + select[type="submit"], .Body .block-marketo #FormWrap .okta-form .PrimaryNav textarea[type="submit"] + select[type="submit"], .PrimaryNav .Body .block-marketo #FormWrap .okta-form select[type="submit"] + select[type="submit"], .Body .block-marketo #FormWrap .okta-form .PrimaryNav select[type="submit"] + select[type="submit"] {
  margin-left: 30px;
}

.PrimaryNav-cta {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.PrimaryNav-toggle {
  display: none;
  height: 35px;
  width: 20px;
  z-index: 20;
  margin-left: auto;
  position: relative;
}

.PrimaryNav-toggle svg {
  transition: 0.4s;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
}

.PrimaryNav .MenuIcon, .PrimaryNav .MenuIcon-line1, .PrimaryNav .MenuIcon-line2, .PrimaryNav .MenuIcon-line3, .PrimaryNav .MenuIcon-line4 {
  stroke: #e22866;
}

.PrimaryNav .CloseIcon {
  opacity: 0;
}

.PrimaryNav.is-active .PrimaryNav-toggle .CloseIcon {
  opacity: 1;
}

.PrimaryNav.is-active .PrimaryNav-toggle .MenuIcon {
  opacity: 0;
}

.PrimaryNav a,
.PrimaryNav a.active,
.PrimaryNav .nolink {
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

.PrimaryNav a.active {
  color: #f1847f;
}

.PrimaryNav ul.menu {
  margin-right: 25px;
  color: #fff;
  text-transform: uppercase;
}

.PrimaryNav ul.menu,
.PrimaryNav ul.menu li,
.PrimaryNav ul.menu li.expanded,
.PrimaryNav ul.menu li.leaf {
  list-style: none;
}

.PrimaryNav ul.menu,
.PrimaryNav ul.menu li,
.PrimaryNav ul.menu a {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 24px;
}

.PrimaryNav ul.menu,
.PrimaryNav ul.menu li {
  margin: 0;
  padding: 0;
}

.PrimaryNav > ul.menu {
  -ms-flex-pack: inherit;
  justify-content: inherit;
}

.PrimaryNav > ul.menu > li + li {
  margin-left: 15px;
}

@media screen and (min-width: 860px) and (-ms-high-contrast: active), screen and (min-width: 860px) and (-ms-high-contrast: none) {
  .Logo {
    position: absolute;
    top: 33px;
    left: 23px;
  }
  .PrimaryNav {
    padding-left: 180px;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid transparent;
    min-height: 90px;
    padding-top: 0px;
  }
  .PrimaryNav > ul.menu > li.expanded.is-active,
  .PrimaryNav > ul.menu > li.expanded:hover {
    height: 90px;
    background-color: transparent;
  }
}

@media (min-width: 860px) {
  .PrimaryNav > ul.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .PrimaryNav > ul.menu > li {
    line-height: 35px;
    position: relative;
    display: inline-block;
  }
  .PrimaryNav > ul.menu > li > a,
  .PrimaryNav > ul.menu > li > .nolink {
    white-space: nowrap;
  }
  .PrimaryNav > ul.menu > li > a.active,
  .PrimaryNav > ul.menu > li.active > a {
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid white;
    padding-bottom: 8px;
  }
  .PrimaryNav > ul.menu > li.expanded > ul {
    display: none;
  }
  .PrimaryNav > ul.menu > li.expanded.is-active:before {
    content: '';
    display: block;
    height: 90px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .PrimaryNav > ul.menu > li.expanded.is-active > ul {
    display: block;
  }
  .PrimaryNav > ul.menu > li.expanded:hover:before {
    content: '';
    display: block;
    height: 90px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .PrimaryNav > ul.menu > li.expanded:hover > ul {
    display: block;
  }
  .PrimaryNav > ul.menu > li:hover > a,
  .PrimaryNav > ul.menu > li:hover > a.active,
  .PrimaryNav > ul.menu > li:hover > .nolink {
    text-decoration: none;
    color: #e22866;
  }
  .PrimaryNav > ul.menu > li.expanded > ul.menu {
    background: #f4f4f4;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
    left: 0;
    line-height: 20px;
    max-height: calc(100vh - 144px);
    overflow: visible;
    padding: 10px 0;
    position: absolute;
    top: 70px;
    width: auto;
  }
  .PrimaryNav > ul.menu > li.expanded > ul.menu:before, .PrimaryNav > ul.menu > li.expanded > ul.menu:after {
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    left: 15px;
    width: 0;
    height: 0;
    border-bottom: solid 20px #f4f4f4;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
  }
  .PrimaryNav > ul.menu > li.expanded > ul.menu:before {
    top: -17px;
    border-bottom: solid 22px #eeeeee;
  }
  .PrimaryNav > ul.menu > li.expanded > ul.menu a,
  .PrimaryNav > ul.menu > li.expanded > ul.menu .nolink {
    color: #e22866;
    display: block;
    padding: 15px 25px;
  }
  .PrimaryNav > ul.menu > li.expanded > ul.menu li {
    white-space: nowrap;
  }
  .PrimaryNav > ul.menu > li.expanded > ul.menu > li.expanded > a,
  .PrimaryNav > ul.menu > li.expanded > ul.menu > li.expanded > .nolink {
    padding: 5px 40px;
  }
  .PrimaryNav > ul.menu > li.expanded > ul.menu > li.expanded > a:before,
  .PrimaryNav > ul.menu > li.expanded > ul.menu > li.expanded > .nolink:before {
    content: '\203A';
    font-size: 20px;
    height: 20px;
    left: 10px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
  }
  .PrimaryNav > ul.menu > li.expanded > ul.menu > li.expanded > ul.menu {
    font-size: 14px;
  }
  .PrimaryNav > ul.menu > li.expanded > ul.menu > li.expanded > ul.menu > li:first-child {
    border-top: 2px solid #a8a8a8;
    padding-top: 10px;
  }
  .PrimaryNav > ul.menu > li.expanded > ul.menu > li.expanded > ul.menu > li:last-child {
    padding-bottom: 10px;
  }
  .PrimaryNav > ul.menu > li.expanded > ul.menu > li.expanded > ul.menu a,
  .PrimaryNav > ul.menu > li.expanded > ul.menu > li.expanded > ul.menu .no-link {
    padding: 5px 40px;
  }
  .PrimaryNav > ul.menu > li.expanded > ul.menu > li:hover > a,
  .PrimaryNav > ul.menu > li.expanded > ul.menu > li:hover > a.active,
  .PrimaryNav > ul.menu > li.expanded > ul.menu > li:hover > .nolink {
    color: #fff;
    background: #e22866;
  }
}

@media (min-width: 1180px) {
  .PrimaryNav > ul.menu > li {
    padding-right: 10px;
  }
  .PrimaryNav > ul.menu > li:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1280px) {
  .PrimaryNav > ul.menu {
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
}

@media (max-width: 1179px) {
  .PrimaryNav > ul.menu > li {
    padding-right: 10px;
  }
}

@media (max-width: 859px) {
  .PrimaryNav-toggle {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .PrimaryNav > ul.menu {
    display: none;
    height: calc(100vh - 275px);
    left: 30px;
    overflow: auto;
    position: fixed;
    top: 245px;
    width: calc(100% - 60px);
  }
  .PrimaryNav > ul.menu li {
    padding: 10px 0 !important;
  }
  .is-fixed .PrimaryNav > ul.menu {
    height: calc(100vh - 245px);
    top: 245px;
  }
  .PrimaryNav.is-active > ul.menu {
    display: block;
  }
  .PrimaryNav-cta {
    position: absolute;
    top: 90px;
    right: 0;
  }
  .PrimaryNav-cta .Button, .PrimaryNav-cta
  [class^='Button--'], .PrimaryNav-cta
  [class*=' Button--'], .PrimaryNav-cta .Body .node-application #FormWrap .okta-form input[type="submit"], .Body .node-application #FormWrap .okta-form .PrimaryNav-cta input[type="submit"], .PrimaryNav-cta
  .Body .node-application #FormWrap .okta-form textarea[type="submit"],
  .Body .node-application #FormWrap .okta-form .PrimaryNav-cta textarea[type="submit"], .PrimaryNav-cta
  .Body .node-application #FormWrap .okta-form select[type="submit"],
  .Body .node-application #FormWrap .okta-form .PrimaryNav-cta select[type="submit"], .PrimaryNav-cta
  .Body .block-marketo #FormWrap .okta-form input[type="submit"],
  .Body .block-marketo #FormWrap .okta-form .PrimaryNav-cta input[type="submit"], .PrimaryNav-cta
  .Body .block-marketo #FormWrap .okta-form textarea[type="submit"],
  .Body .block-marketo #FormWrap .okta-form .PrimaryNav-cta textarea[type="submit"], .PrimaryNav-cta
  .Body .block-marketo #FormWrap .okta-form select[type="submit"],
  .Body .block-marketo #FormWrap .okta-form .PrimaryNav-cta select[type="submit"] {
    visibility: hidden;
    position: absolute;
  }
  .PrimaryNav.is-active .Button, .PrimaryNav.is-active
  [class^='Button--'], .PrimaryNav.is-active
  [class*=' Button--'], .PrimaryNav.is-active .Body .node-application #FormWrap .okta-form input[type="submit"], .Body .node-application #FormWrap .okta-form .PrimaryNav.is-active input[type="submit"], .PrimaryNav.is-active
  .Body .node-application #FormWrap .okta-form textarea[type="submit"],
  .Body .node-application #FormWrap .okta-form .PrimaryNav.is-active textarea[type="submit"], .PrimaryNav.is-active
  .Body .node-application #FormWrap .okta-form select[type="submit"],
  .Body .node-application #FormWrap .okta-form .PrimaryNav.is-active select[type="submit"], .PrimaryNav.is-active
  .Body .block-marketo #FormWrap .okta-form input[type="submit"],
  .Body .block-marketo #FormWrap .okta-form .PrimaryNav.is-active input[type="submit"], .PrimaryNav.is-active
  .Body .block-marketo #FormWrap .okta-form textarea[type="submit"],
  .Body .block-marketo #FormWrap .okta-form .PrimaryNav.is-active textarea[type="submit"], .PrimaryNav.is-active
  .Body .block-marketo #FormWrap .okta-form select[type="submit"],
  .Body .block-marketo #FormWrap .okta-form .PrimaryNav.is-active select[type="submit"] {
    position: relative;
    visibility: visible;
  }
  .PrimaryNav ul.menu a:not(.Button--blue),
  .PrimaryNav ul.menu a.active:not(.Button--blue),
  .PrimaryNav ul.menu .nolink:not(.Button--blue) {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    z-index: 5;
  }
  .PrimaryNav > ul.menu {
    z-index: 10;
  }
  .PrimaryNav > ul.menu > li {
    background: none;
    line-height: 20px;
    padding: 20px 0;
  }
  .PrimaryNav > ul.menu > li.expanded .menu {
    padding-left: 10px;
  }
  .PrimaryNav > ul.menu > li.expanded .menu li {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .PrimaryNav > ul.menu > li + li {
    margin-left: 0;
  }
  .PrimaryNav > ul.menu > li > ul {
    margin-top: 10px;
  }
  .PrimaryNav > ul.menu > li > ul li + li {
    margin-top: 5px;
  }
}

@media (max-width: 479px) {
  .PrimaryNav {
    max-width: calc(100% - 128px);
  }
}

.ProductAnimation {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ProductAnimation-intro {
  width: 50%;
  position: relative;
  text-align: right;
  white-space: nowrap;
}

.ProductAnimation-words {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0 0 0 12px;
  margin: 0;
  width: 50%;
}

.ProductAnimation-words li {
  white-space: nowrap;
  position: absolute;
  display: none;
  width: 100%;
  text-align: left;
}

.ProductAnimation-words li:first-child {
  display: block;
}

@media (max-width: 1023px) {
  .ProductAnimation-intro {
    width: 100%;
    text-align: center;
  }
  .ProductAnimation-words {
    width: 100%;
    padding: 0;
  }
  .ProductAnimation-words li {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .ProductAnimation-intro {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
  .ProductAnimation-words {
    width: 100%;
    padding: 0;
  }
  .ProductAnimation-words li {
    text-align: center;
    white-space: normal;
    width: 100%;
  }
}

.RegistrationTable {
  margin: 50px 0;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.RegistrationTable:first-child {
  margin-top: 0;
}

.RegistrationTable:last-child {
  margin-bottom: 0;
}

.RegistrationTable-section {
  transition: 0.6s, 0.8s;
  color: rgba(255, 255, 255, 0.15);
  cursor: default;
  -ms-flex-preferred-size: calc(33.33% - 30px);
  flex-basis: calc(33.33% - 30px);
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 15px;
  text-align: center;
}

.RegistrationTable-section:active, .RegistrationTable-section:focus, .RegistrationTable-section:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.RegistrationTable-section.is-active {
  color: #fff;
  cursor: pointer;
}

.RegistrationTable-section.is-active .RegistrationTable-date {
  color: rgba(255, 255, 255, 0.6);
}

.RegistrationTable-section.is-active .RegistrationTable-title {
  background: lighter-blue;
  background: linear-gradient(1200deg, lighter-blue -50%, pink 50%, yellow 150%);
  font-weight: 500;
}

.RegistrationTable-title {
  padding: 20px 0;
  border-radius: 3px 3px 0 0;
  line-height: 30px;
}

.RegistrationTable-price {
  padding: 50px 0;
  font-size: 98px;
  font-weight: 100;
  line-height: 98px;
}

.RegistrationTable-price:before {
  content: '$';
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  padding-right: 0.5em;
  vertical-align: top;
}

.RegistrationTable-date {
  padding: 0 0 20px;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .RegistrationTable {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .RegistrationTable-section {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .RegistrationTable-section.is-active {
    -ms-flex-preferred-size: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-bottom: 30px;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (max-width: 599px) {
  .RegistrationTable {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .RegistrationTable-section {
    -ms-flex-preferred-size: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
  }
}

.Hero--search {
  padding-bottom: 0;
}

.Hero--search .SearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.Hero--search .SearchForm input {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-transform: none;
  transform: none;
  transition: none;
}

.Hero--search .SearchForm .submit {
  cursor: pointer;
  background-color: #007dc1;
  border-radius: 3px;
  margin: 0 5px;
  padding: 6px 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Search-Section {
  padding-top: 20px !important;
}

.Search-Section .SearchResults {
  color: #FFFFFF;
}

.Search-Section .SearchResults-item {
  padding: 45px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.Search-Section .SearchResults-item .title {
  margin-bottom: 0;
}

.Search-Section .SearchResults-item .title a {
  text-decoration: underline;
  font-size: 22px;
}

.Search-Section .SearchResults-item .snippet {
  font-size: 16px;
  margin-top: 0;
}

.Search-Section .SearchResults-item img {
  max-width: 110px;
}

.Search-Section .SearchResults-item .hasUrl a {
  color: #007DC1;
  font-weight: 600;
}

.Search-Section .SearchResults .st-page {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.swiftype-widget .autocomplete {
  background-color: #f4f4f4;
  padding: 20px;
}

.swiftype-widget .autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.swiftype-widget .autocomplete ul li {
  margin-bottom: 10px;
  color: #d2d2d6;
}

.swiftype-widget .autocomplete ul li a:hover {
  color: #e22866;
}

.Section,
[class^='Section--'],
[class*=' Section--'] {
  padding: 64px 0;
  position: relative;
  z-index: 10;
}

.Section .Wrap,
[class^='Section--'] .Wrap,
[class*=' Section--'] .Wrap, .Section .Wrap--noPadding,
[class^='Section--'] .Wrap--noPadding,
[class*=' Section--'] .Wrap--noPadding, .Section .Wrap--noPaddingAll,
[class^='Section--'] .Wrap--noPaddingAll,
[class*=' Section--'] .Wrap--noPaddingAll, .Section .Wrap--wide,
[class^='Section--'] .Wrap--wide,
[class*=' Section--'] .Wrap--wide, .Section .Wrap--narrow,
[class^='Section--'] .Wrap--narrow,
[class*=' Section--'] .Wrap--narrow {
  z-index: 20;
}

.Section--large {
  padding: 88px 0;
}

.Section--small {
  padding: 30px 0;
}

.Section-header {
  margin: 128px auto 64px;
}

.Section-header:first-child {
  margin-top: 0;
}

.Section-header:last-child {
  margin-bottom: 0;
}

.Section-header:first-child {
  margin-top: 128px;
}

.Section-header .Section-title {
  letter-spacing: inherit;
  margin-bottom: 0;
  text-transform: none;
}

.Section-title {
  font-size: 44px;
  font-weight: 400;
  line-height: 64px;
  position: relative;
  text-align: center;
}

@media (max-width: 1023px) {
  .Section-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .Section-title {
    font-size: 30px;
  }
}

@media (max-width: 1023px) {
  .Section-title {
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .Section-title {
    line-height: 40px;
  }
}

.Section-title span {
  padding: 0 40px 10px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .Section-title span {
    padding-left: 0;
    padding-right: 0;
  }
}

.Section-subtitle {
  color: #d2d2d6;
  margin: 0;
}

.Section-image {
  margin: 40px auto;
  display: block;
}

.Section-image:first-child {
  margin-top: 0;
}

.Section-image:last-child {
  margin-bottom: 0;
}

.Section-video {
  display: block;
  opacity: 1;
  margin-bottom: 50px;
  position: relative;
  -ms-transform: none;
  transform: none;
}

.Section-video:before {
  background-image: url("../images/bg-video.png");
  background-position: center top;
  bottom: -134px;
  height: 140px;
  left: 0;
  width: 100%;
}

.Section-video > div {
  transition: 0.6s, 0.8s;
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 20;
}

.Section-video > div:after {
  transition: 0.6s;
  background: url("../images/icon-play.svg") no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: 10vw;
  left: 50%;
  max-height: 100px;
  max-width: 100px;
  min-height: 40px;
  min-width: 40px;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10vw;
  z-index: 20;
}

.Section-video > div:active, .Section-video > div:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

.Section-video > div:active:after, .Section-video > div:hover:after {
  opacity: 1;
}

.Section--basicContent.ViewMode--default .Section-content {
  max-width: 680px;
}

.Section--basicContent.ViewMode--default .Section-content.is-fullwidth {
  max-width: 1000px;
}

.Section--basicContent.ViewMode--cta .Wrap {
  padding: 50px 0;
}

.Section--basicContent.ViewMode--cta .Section-header,
.Section--basicContent.ViewMode--cta .Section-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.Section--basicContent.ViewMode--cta .Section-header.is-fullwidth,
.Section--basicContent.ViewMode--cta .Section-content.is-fullwidth {
  max-width: 1000px;
}

.Section--basicContent.u-align--center .Section-content {
  margin-left: auto;
  margin-right: auto;
}

.Section--basicContent.u-align--right .Section-content {
  margin-left: auto;
}

.Section--columnContent .Row, .Section--columnContent
[class^='Row--'], .Section--columnContent
[class*=' Row--'],
.Section--columnContent .Column,
.Section--columnContent
[class^='Column-'],
.Section--columnContent
[class*=' Column-'] {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
}

.Section--columnContent .is-center.Row, .Section--columnContent
.is-center[class^='Row--'], .Section--columnContent
.is-center[class*=' Row--'],
.Section--columnContent .is-center.Column,
.Section--columnContent
.is-center[class^='Column-'],
.Section--columnContent
.is-center[class*=' Column-'] {
  margin: 0 auto;
}

.Section--columnContent .is-narrow.Row, .Section--columnContent
.is-narrow[class^='Row--'], .Section--columnContent
.is-narrow[class*=' Row--'],
.Section--columnContent .is-narrow.Column,
.Section--columnContent
.is-narrow[class^='Column-'],
.Section--columnContent
.is-narrow[class*=' Column-'] {
  max-width: 1000px;
}

.Section--columnContent .AgendaTable-section, .Section--columnContent .Block, .Section--columnContent
[class^='Block--'], .Section--columnContent
[class*=' Block--'], .Section--columnContent .FAQ, .Section--columnContent .RegistrationTable-section {
  display: -ms-flexbox;
  display: flex;
}

.Section--columnContent .Block-cta {
  margin-top: auto;
}

.Section--columnContent .Block-cta.is-Left {
  padding-left: 0;
}

.Section--columnContent .Block-cta.is-Center {
  text-align: center;
}

.Section--footer {
  padding-bottom: 64px;
  padding-top: 152px;
}

.Section--footer .Column, .Section--footer
[class^='Column-'], .Section--footer
[class*=' Column-'] {
  transition: 0.6s, 0.8s;
}

.Section--footer .Column:nth-child(1), .Section--footer
[class^='Column-']:nth-child(1), .Section--footer
[class*=' Column-']:nth-child(1) {
  transition-delay: 0.25s;
}

.Section--footer .Column:nth-child(2), .Section--footer
[class^='Column-']:nth-child(2), .Section--footer
[class*=' Column-']:nth-child(2) {
  transition-delay: 0.5s;
}

.Section--footer:not(.is-active) .Column, .Section--footer:not(.is-active)
[class^='Column-'], .Section--footer:not(.is-active)
[class*=' Column-'] {
  opacity: 0;
  -ms-transform: translate(0, 10%);
  transform: translate(0, 10%);
}

@media (max-width: 767px) {
  .Section--footer {
    padding-top: 420px;
  }
}

.Section--what-we-do {
  background-color: #153b56;
}

.Section--what-we-do .FeaturesList > div > div {
  padding-left: 64px;
}

.Section--what-we-do .FeaturesList [class*='icon--'] {
  background-repeat: no-repeat;
}

.Section--what-we-do .FeaturesList-icon {
  background-size: auto;
  height: 39px;
  left: 30px;
  margin-top: -5px;
  position: absolute;
  width: 39px;
  z-index: 10;
}

.Section--what-we-do .FeaturesList-icon.icon--auth {
  background-image: url(/sites/all/themes/developer/media/svg/icon--auth.svg);
}

.Section--what-we-do .FeaturesList-icon.icon--chat {
  background-image: url(/sites/all/themes/developer/media/svg/icon--chat.svg);
}

.Section--what-we-do .FeaturesList-icon.icon--check {
  background-image: url(/sites/all/themes/developer/media/svg/icon--check.svg);
}

.Section--what-we-do .FeaturesList-icon.icon--key {
  background-image: url(/sites/all/themes/developer/media/svg/icon--key.svg);
}

.Section--what-we-do .FeaturesList-icon.icon--lock {
  background-image: url(/sites/all/themes/developer/media/svg/icon--lock.svg);
}

.Section--what-we-do .FeaturesList-icon.icon--multikey {
  background-image: url(/sites/all/themes/developer/media/svg/icon--multikey.svg);
}

.Section--what-we-do .FeaturesList-icon.icon--people {
  background-image: url(/sites/all/themes/developer/media/svg/icon--people.svg);
}

.Section--what-we-do .FeaturesList-icon.icon--ribon {
  background-image: url(/sites/all/themes/developer/media/svg/icon--ribon.svg);
}

.Section--what-we-do .FeaturesList-icon.icon--tool {
  background-image: url(/sites/all/themes/developer/media/svg/icon--tool.svg);
}

.Section--trusted-by {
  padding: 88px 0;
}

.Section--trusted-by .Column--x {
  width: calc(100% / 7);
}

.Section--trusted-by .LogoWrapper {
  margin: 0 auto;
  text-align: center;
  max-width: 160px;
}

.Section--from-blog {
  padding: 88px 0;
  background-color: #153b56;
}

.Section--from-blog .BlogTeaser {
  background: #142430;
  box-shadow: 0 6px 25px 0 rgba(5, 5, 5, 0.34);
  border-radius: 3px;
  padding: 40px 30px;
}

.Section--featureColumns .Block-title {
  margin-bottom: 10px;
}

.has-bg-color-darkBlue {
  background-color: #20313b;
}

.has-bg-color-mediumBlue {
  background-color: #163648;
}

.has-bg-color-blue {
  background-color: #153b56;
}

[class*='Section--']:not([class*='has-bg-curve-']) .Section-header {
  margin-top: 64px;
}

[class*='has-bg-curve-'] {
  padding-top: 80px !important;
}

[class*='has-bg-curve-'] .Section-header {
  margin-top: 48px;
}

.Body-sections section:first-child .Section--featureColumns .Background-curve svg [id='628d5756-3739-4425-b688-de8758ede6fb'] {
  fill: #20313b !important;
}

.Body-sections section:first-child .Section--featureColumns .Background-curve svg [id='947618a6-36b2-4076-8cbb-59a2eb56c85c'] {
  fill: #163648 !important;
}

.Body-sections section:first-child .Section--featureColumns .Background-curve svg [id='f69471ca-596e-467c-82de-1dd2063e8b9b'] {
  fill: #153b56 !important;
}

.has-bg-curve-doubleLeft {
  background-color: #153b56;
}

.has-bg-curve-doubleLeftMedium {
  background-color: #153b56;
}

.has-bg-curve-singleRight {
  background-color: #163648;
}

.has-bg-curve-singleRightDark {
  background-color: #20313b;
}

.has-bg-curve-singleRightLight {
  background-color: #20313b;
}

.has-bg-curve-singleLeft {
  background-color: #163648;
}

.SocialLinks {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.SocialLinks li + li {
  margin-left: 20px;
  margin-top: 0;
}

.SocialLinks a {
  transition: 0.4s, 0.4s;
  border: 3px solid #fff;
  border-radius: 100%;
  display: block;
  height: 42px;
  position: relative;
  width: 42px;
}

.SocialLinks a:before {
  content: '';
  display: block;
  height: 20px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  width: 20px;
}

.SocialLinks a:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 18px;
  margin: 0;
  position: absolute;
  right: 1px;
  top: 50%;
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 18px;
  z-index: 5;
}

.SocialLinks-twitter:after {
  background-image: url("../images/icon-twitter.svg");
}

.SocialLinks-facebook:after {
  background-image: url("../images/icon-facebook.svg");
}

.SocialLinks-linkedin:after {
  background-image: url("../images/icon-linkedin.svg");
}

iframe#frame-one52739800 {
  padding: 1em !important;
}

iframe#frame-one52739800 .form_table {
  border: none !important;
  background: transparent !important;
  color: #fff !important;
}

.Sponsor--block {
  transition: 0.6s, 0.8s;
  color: rgba(255, 255, 255, 0.15);
  text-align: center;
  background-color: #142430;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  padding: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.Sponsor--block:active, .Sponsor--block:focus, .Sponsor--block:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.Sponsor--block-xlarge .Sponsor--block {
  min-height: 340px;
}

.Sponsor--block-xlarge .Sponsor--block .Sponsor--logo {
  max-width: 200px;
}

.Sponsor--block-large .Sponsor--block {
  min-height: 250px;
}

.Sponsor--block-large .Sponsor--block .Sponsor--logo {
  max-width: 170px;
}

.Sponsor--block-medium .Sponsor--block {
  min-height: 200px;
}

.Sponsor--block-medium .Sponsor--block .Sponsor--logo {
  max-width: 130px;
}

.Sponsor--block-small .Sponsor--block {
  min-height: 140px;
}

.Sponsor--block-small .Sponsor--block .Sponsor--logo {
  max-width: 110px;
}

.Sponsor--info img {
  max-width: 250px;
}

.Tabber-menu {
  margin: 0;
  padding: 0;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.Tabber-menu:first-child {
  margin-top: 0;
}

.Tabber-menu:last-child {
  margin-bottom: 0;
}

.Tabber-menu li {
  padding: 20px 0;
  margin: 0 0 0 20px;
  color: #fff;
  border-bottom: 2px solid transparent;
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.Tabber-menu li:first-child {
  margin-top: 0;
}

.Tabber-menu li:last-child {
  margin-bottom: 0;
}

.Tabber-menu li.is-active {
  border-bottom: 2px solid #e22866;
}

.Tabber-menu li:first-child {
  margin-left: 0;
}

.Tabber-menuWrap {
  margin: 0 0 30px 0;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #fff;
}

.Tabber-menuWrap:first-child {
  margin-top: 0;
}

.Tabber-menuWrap:last-child {
  margin-bottom: 0;
}

.Tabber-menuSocial {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.Tabber-menuSocial .addthis_toolbox {
  margin: 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.Tabber-menuSocial .addthis_toolbox:first-child {
  margin-top: 0;
}

.Tabber-menuSocial .addthis_toolbox:last-child {
  margin-bottom: 0;
}

.Tabber-menuSocial .addthis_toolbox p {
  margin: 0;
  font-weight: 600;
  margin-right: 10px;
}

.Tabber-menuSocial .addthis_toolbox .addthis_single_icon {
  border: 1px solid;
  border-radius: 16px;
  display: block;
  height: 32px;
  padding: 0;
  width: 32px;
  margin-left: 10px;
}

.Tabber-menuSocial .addthis_toolbox .addthis_single_icon a {
  color: #fff;
  border: 0;
  display: block;
  font-size: 16px;
  line-height: 30px;
  height: 100%;
  text-align: center;
  width: 100%;
}

.Tabber-section {
  opacity: 0;
  position: absolute;
  height: 0;
}

.Tabber-section.u-animateIn {
  transition: opacity 0.5s;
  opacity: 1;
  position: relative;
  height: auto;
}

.Tabber-section.u-animateOut {
  opacity: 0;
  position: absolute;
  height: 0;
}

.Tabber-sectionRelated, .Tabber-menuItemRelated {
  display: none;
}

@media (max-width: 1023px) {
  .Tabber-sectionRelated, .Tabber-menuItemRelated {
    display: block;
  }
  .Tabber-menuSocial {
    padding: 20px 0;
  }
  .Tabber-menu + .Tabber-menuSocial {
    display: none;
  }
}

a.video-lightbox:not(.vision):not(.cta):not(.video):not(.no-play) {
  position: relative;
}

a.video-lightbox:not(.vision):not(.cta):not(.video):not(.no-play):before {
  background: url(/sites/all/themes/Okta/images/icons/icon--play.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 78px;
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 78px;
  z-index: 20;
  border-radius: 50%;
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.8;
}

a.video-lightbox:not(.vision):not(.cta):not(.video):not(.no-play):after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

a.video-lightbox:not(.vision):not(.cta):not(.video):not(.no-play):hover:before {
  filter: grayscale(0);
  filter: initial;
  opacity: 0.9;
}

a.video-lightbox:not(.vision):not(.cta):not(.video):not(.no-play):active:after, a.video-lightbox:not(.vision):not(.cta):not(.video):not(.no-play):hover:after {
  opacity: 0.9;
}

.video-lightbox-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 4000;
}

.video-lightbox-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.video-lightbox-container .video-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #142430;
  text-align: center;
}

.video-lightbox-container .video-lightbox-overlay:before {
  content: '';
  display: block;
  height: 50%;
}

.video-lightbox-container .video-lightbox-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 100%;
  max-width: 960px;
}

.video-lightbox-container .video-lightbox-close {
  width: 100%;
  background-color: #000000;
  padding: 0 10px 10px 0;
  text-align: right;
  border-radius: 0;
  z-index: 3;
  border: none;
  box-shadow: none;
  font-size: 28px;
}

.video-lightbox-container .video-lightbox-close .close-icon {
  width: 40px;
  height: 40px;
  top: 10px;
  position: relative;
}

.video-lightbox-container .video-lightbox-close .close-icon .st0 {
  fill: none;
  stroke: #115d8b;
  stroke-width: 4;
  stroke-miterlimit: 10;
}

.video-lightbox-container .video-lightbox-close .close-icon .st1 {
  fill: none;
  stroke: #115d8b;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.video-lightbox-container .video-lightbox-frame-sizer {
  height: 0;
  width: 100%;
  max-width: 960px;
  padding-top: 61.25%;
}

.video-lightbox-container .video-lightbox-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0 auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.video-block .iframe-wrapper {
  position: relative;
  width: 100%;
  clear: both;
  z-index: 101;
  max-width: 615px;
}

.iframe-wrapper:not(.no-play) {
  width: 100%;
  clear: both;
  z-index: 101;
  cursor: pointer;
  position: relative;
}

.iframe-wrapper:not(.no-play):before {
  background: url(/sites/all/themes/Okta/images/icons/icon--play.svg) no-repeat center center;
  background-size: contain;
  content: "";
  display: block;
  height: 78px;
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 78px;
  z-index: 20;
  border-radius: 50%;
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.8;
}

.iframe-wrapper:not(.no-play):after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.iframe-wrapper:not(.no-play):hover:before {
  filter: grayscale(0);
  filter: initial;
  opacity: 0.9;
}

@media only screen and (orientation: landscape) {
  .video-lightbox-container .video-lightbox-content {
    height: 100%;
    max-height: 651px;
  }
}

@media (max-width: 767px) {
  .video-lightbox-container .video-lightbox-frame-sizer {
    padding-top: 66%;
  }
}

.VideoSlides .slideshowWrapper {
  position: relative;
  text-align: center;
}

.VideoSlides .video-slideshow a {
  padding: 10px;
  text-decoration: none;
  vertical-align: top;
}

.VideoSlides .video-slideshow a .Speaker--image-wrap img {
  max-width: 90%;
  margin: 0 auto;
}

.VideoSlides .video-slideshow a:hover .Speaker--image-wrap:before {
  opacity: 1;
}

.VideoSlides .video-slideshow a:hover .Speaker--image-wrap img {
  filter: none;
}

.VideoSlides .video-slideshow h5 {
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin-bottom: 1em;
  line-height: 1;
}

.VideoSlides .video-slideshow h5 br {
  display: block !important;
}

.VideoSlides .cycle-pager {
  padding: 30px 0;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 10;
}

.VideoSlides .cycle-pager > span {
  transition: 0.6s;
  border: 1px solid transparent;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 14px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 14px;
  z-index: 20;
}

.VideoSlides .cycle-pager > span:before {
  transition: 0.6s;
  background: #fff;
  border-radius: 100%;
  content: '';
  display: block;
  height: 10px;
  left: 1px;
  opacity: 0.25;
  position: absolute;
  top: 1px;
  width: 10px;
}

.VideoSlides .cycle-pager > span + span {
  margin-left: 10px;
}

.VideoSlides .cycle-pager > .cycle-pager-active {
  border-color: #fff;
}

.VideoSlides .cycle-pager > .cycle-pager-active:before {
  opacity: 1;
}

.VideoSlides .cycle-next, .VideoSlides .cycle-previous {
  background: #71569C;
  background: linear-gradient(90deg, #71569C 0%, #459FCF 100%);
  transition: 0.6s, 0.6s, 0.8s;
  border-radius: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: block;
  height: 60px;
  position: absolute;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: calc(50% - 165px);
  width: 60px;
  z-index: 30;
  cursor: pointer;
}

.VideoSlides .cycle-next:before, .VideoSlides .cycle-previous:before {
  background: no-repeat center;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.VideoSlides .cycle-next:active, .VideoSlides .cycle-next:focus, .VideoSlides .cycle-next:hover, .VideoSlides .cycle-previous:active, .VideoSlides .cycle-previous:focus, .VideoSlides .cycle-previous:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -ms-transform: translate(-50%, -2px);
  transform: translate(-50%, -2px);
}

.VideoSlides .cycle-next {
  left: 100%;
}

.VideoSlides .cycle-next:before {
  background-image: url("../images/icon-next.svg");
}

.VideoSlides .cycle-previous {
  left: 0;
}

.VideoSlides .cycle-previous:before {
  background-image: url("../images/icon-previous.svg");
}

.ViewMode--featured .Row--wideGutters > .Column,
.ViewMode--featured .Row--wideGutters > [class^='Column-'],
.ViewMode--featured .Row--wideGutters > [class*=' Column-'] {
  padding: 0 44px 90px;
}

.PricingCard {
  margin: 0 0 64px;
  background-color: #142430;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.PricingCard:first-child {
  margin-top: 0;
}

.PricingCard:last-child {
  margin-bottom: 0;
}

.PricingCard.is-open .PricingCard-toggle > button:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.PricingCard-details {
  display: none;
  overflow: hidden;
}

.PricingCard-detail, .PricingCard-label, .PricingCard-column {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.PricingCard-row {
  padding: 10px 0;
  -ms-flex-align: center;
  align-items: center;
  background-color: #142430;
  border-bottom: 2px solid #163648;
  display: -ms-flexbox;
  display: flex;
}

.PricingCard-column {
  padding: 0 30px;
  width: calc(65% / 3);
}

.PricingCard-column:first-child {
  width: 35%;
}

.PricingCard-header {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 4px solid #163648;
}

.PricingCard-header .PricingCard-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.PricingCard-header .PricingCard-column [class^="Button--"],
.PricingCard-header .PricingCard-column [class*=" Button--"] {
  margin-top: auto;
  max-width: 150px;
  padding: 0;
  height: 41px;
  line-height: calc(41px - 4px);
}

.PricingCard-intro {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.PricingCard-intro .PricingCard-price {
  margin-bottom: 10px;
}

.PricingCard-intro .PricingCard-featureList {
  list-style: none;
  margin: 0;
  width: 50%;
}

.PricingCard-intro .PricingCard-featureList .has-checkmark {
  padding: 10px 88px 10px 10px;
  position: relative;
}

.PricingCard-intro .PricingCard-featureList .has-checkmark:before {
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

.PricingCard-intro .PricingCard-column {
  padding: 30px;
  width: 50%;
}

.PricingCard-intro .PricingCard-column:first-child {
  border-right: 2px solid #163648;
}

.PricingCard-intro .PricingCard-column [class^="Button--"],
.PricingCard-intro .PricingCard-column [class*=" Button--"] {
  max-width: auto;
  line-height: calc(45px - 4px);
}

.PricingCard-header .PricingCard-column {
  padding-bottom: 40px;
  padding-top: 40px;
}

.PricingCard-toggle {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.PricingCard-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.PricingCard-kicker {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  color: new-dark-gray;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  .PricingCard-kicker {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .PricingCard-kicker {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  .PricingCard-kicker {
    line-height: 31px;
  }
}

@media (max-width: 767px) {
  .PricingCard-kicker {
    line-height: 28px;
  }
}

.PricingCard-amount {
  color: new-dark-gray;
  font-size: 44px;
  font-weight: 400;
  line-height: 64px;
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1023px) {
  .PricingCard-amount {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .PricingCard-amount {
    font-size: 30px;
  }
}

@media (max-width: 1023px) {
  .PricingCard-amount {
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .PricingCard-amount {
    line-height: 40px;
  }
}

.PricingCard .PricingCard-priceKicker {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.PricingCard-amountLarge {
  color: #007dc1;
  font-size: 44px;
  font-weight: 400;
  line-height: 64px;
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1023px) {
  .PricingCard-amountLarge {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .PricingCard-amountLarge {
    font-size: 30px;
  }
}

@media (max-width: 1023px) {
  .PricingCard-amountLarge {
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .PricingCard-amountLarge {
    line-height: 40px;
  }
}

.PricingCard-amountSmall {
  color: #007dc1;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1023px) {
  .PricingCard-amountSmall {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .PricingCard-amountSmall {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .PricingCard-amountSmall {
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .PricingCard-amountSmall {
    line-height: 30px;
  }
}

.PricingCard-detail {
  margin-bottom: 0;
  margin-left: 10px;
}

.PricingCard-priceColumn {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.PricingCard-priceColumn > .PricingCard-detail {
  margin: 0 0 10px;
}

.PricingCard-priceColumn > .PricingCard-detail:first-child {
  margin-top: 0;
}

.PricingCard-priceColumn > .PricingCard-detail:last-child {
  margin-bottom: 0;
}

.PricingCard-priceColumn > .PricingCard-detail:last-child {
  margin-bottom: 10px;
}

.PricingCard-label {
  font-weight: cta;
  margin: 0;
}

.PricingCard-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  line-height: 34px;
}

.PricingCard-title:first-child {
  margin-top: 0;
}

.PricingCard-title:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .PricingCard-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .PricingCard-title {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .PricingCard-title {
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .PricingCard-title {
    line-height: 30px;
  }
}

@media (max-width: 1023px) {
  .PricingCard-title {
    line-height: 31px;
  }
}

@media (max-width: 767px) {
  .PricingCard-title {
    line-height: 28px;
  }
}

.PricingCard-toggle > button {
  color: #e22866;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 20px 0;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1.5px;
  margin: 0 auto;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.PricingCard-toggle > button:after {
  transition: 0.6s;
  background-image: url(../images/pricing/icon--chevron.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 9px;
  margin-left: 10px;
  width: 16px;
}

.PricingCard-tooltip {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.PricingCard-tooltip:after {
  transition: 0.6s;
  content: "";
  background-image: url(../images/pricing/icon--tooltip.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  display: block;
}

.PricingCard-tooltip:active, .PricingCard-tooltip:focus, .PricingCard-tooltip:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.PricingCard-tooltip:active:before, .PricingCard-tooltip:focus:before, .PricingCard-tooltip:hover:before {
  content: "";
  width: 350px;
  height: 0;
  border-top: 20px solid transparent;
  position: absolute;
  top: 0;
  left: calc(50% + );
  margin: auto;
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.PricingCard-tooltip:active .PricingCard-tooltipContent, .PricingCard-tooltip:focus .PricingCard-tooltipContent, .PricingCard-tooltip:hover .PricingCard-tooltipContent {
  visibility: visible;
  height: auto;
  opacity: 1;
}

.PricingCard-tooltipContent {
  padding: 30px;
  transition: 0.6s;
  text-align: left;
  position: relative;
  bottom: 100%;
  left: 0;
  margin-left: calc(50% + );
  position: absolute;
  width: 350px;
  -ms-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  visibility: hidden;
  opacity: 0;
}

.PricingCard-tooltipContent > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
}

.PricingCard-tooltipContent:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin-bottom: 20px solid #000;
}

.PricingCard-tooltipContent:after {
  border-top: 8px solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  text-align: center;
  bottom: 0;
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 0;
}

.PricingCard-footer.PricingCard-row {
  padding: 0;
}

.PricingCard .has-checkmark:before {
  background: url("../images/pricing/icon--check.svg") no-repeat center;
  content: "";
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  width: 16px;
}

.PricingCard-users {
  margin: 0 0 20px 0;
  position: relative;
  max-width: 150px;
  display: block;
  height: 32px;
  overflow: hidden;
  border-radius: 3px;
}

.PricingCard-users:first-child {
  margin-top: 0;
}

.PricingCard-users:last-child {
  margin-bottom: 0;
}

.PricingCard-users:after {
  transition: 0.2s;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-top: solid 5px #f4f4f4;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  -ms-transform: rotate(0);
  transform: rotate(0);
  width: 0;
}

.PricingCard-users:hover {
  overflow: visible;
}

.PricingCard-users:hover:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.PricingCard-users:hover li {
  opacity: 1;
}

.PricingCard-users:hover li.is-active {
  color: #e22866;
  opacity: 1;
  position: relative;
}

.PricingCard-users:hover li button {
  opacity: 1;
}

.PricingCard-users:hover li button:hover {
  color: #fff;
}

.PricingCard-users:hover li:first-child button {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.PricingCard-users:hover li:last-child button {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.PricingCard-users ul {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

.PricingCard-users li {
  padding: 0;
  background-color: #20313b;
  box-sizing: border-box;
  height: 100%;
  height: 32px;
  line-height: 32px;
  opacity: 0;
  width: 100%;
}

.PricingCard-users li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.PricingCard-users li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.PricingCard-users li.is-active {
  color: #fff;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.PricingCard-users button {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
  background-color: #20313b;
  border: 0;
  outline: none;
  text-align: left;
  width: 100%;
}

.PricingCard-users button:hover {
  transition: 0.4s;
  background-color: #e22866;
  border-radius: 0;
}

.PricingCard .PricingCard-content--mobile {
  display: none;
}

@media (max-width: 859px) {
  .PricingCard-intro {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .PricingCard-intro .PricingCard-column:first-child {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #163648;
  }
  .PricingCard-intro .PricingCard-column,
  .PricingCard-intro .PricingCard-column:last-child {
    padding: 20px;
    width: 100%;
  }
  .PricingCard-column:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 779px) {
  .PricingCard-detail, .PricingCard-label, .PricingCard-column {
    font-size: 14px;
    line-height: 20px;
  }
  .PricingCard-amount {
    font-size: 56px;
    line-height: 56px;
  }
}

@media (max-width: 699px) {
  .PricingCard {
    box-shadow: none;
  }
  .PricingCard .PricingCard-content--mobile {
    display: block;
  }
  .PricingCard .PricingCard-content--desktop {
    display: none;
  }
  .PricingCard-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .PricingCard-header > .PricingCard-column {
    width: 100%;
    padding-bottom: 0;
    border-bottom: 40px solid #153b56;
  }
  .PricingCard-header > .PricingCard-column:nth-child(1) {
    display: none;
  }
  .PricingCard-header > .PricingCard-column:not(:first-child) {
    padding-left: 30px;
  }
  .PricingCard-header > .PricingCard-column:last-child {
    border-bottom: none;
  }
  .PricingCard-row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .PricingCard-row .PricingCard-column:first-child {
    width: 60%;
  }
  .PricingCard-row .PricingCard-column:last-child {
    width: 40%;
  }
  .PricingCard-title {
    font-size: 24px;
    line-height: 32px;
  }
  .PricingCard-kicker {
    font-size: 16px;
    line-height: 20px;
  }
  .PricingCard-price {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .PricingCard-detail {
    margin-left: 0;
  }
  .PricingCard-row {
    padding: xxx-small 0;
  }
}

@media (max-width: 599px) {
  .PricingCard-amount {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (max-width: 419px) {
  .PricingCard-intro .u-Flex {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .PricingCard-intro .u-Flex .PricingCard-featureList {
    width: 100%;
  }
  .PricingCard-intro .u-Flex .PricingCard-featureList li {
    padding-right: 0;
  }
}

.PricingSection--hero {
  padding: 128px 0 64px;
  border-bottom: 1px solid;
}

.PricingSection--hero .PricingSection-title {
  font-size: 44px;
  font-weight: 400;
  line-height: 64px;
}

@media (max-width: 1023px) {
  .PricingSection--hero .PricingSection-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .PricingSection--hero .PricingSection-title {
    font-size: 30px;
  }
}

@media (max-width: 1023px) {
  .PricingSection--hero .PricingSection-title {
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .PricingSection--hero .PricingSection-title {
    line-height: 40px;
  }
}

.PricingSection--hero .PricingSection-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.PricingSection--cta {
  padding: 40px 0 64px;
  margin: 40px 0 0;
  border-top: 1px solid;
}

.PricingSection--cta:first-child {
  margin-top: 0;
}

.PricingSection--cta:last-child {
  margin-bottom: 0;
}

.PricingSection {
  padding: 40px 0 88px;
}

.PricingSection-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  margin: 0 0 30px;
}

@media (max-width: 1023px) {
  .PricingSection-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .PricingSection-title {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .PricingSection-title {
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .PricingSection-title {
    line-height: 30px;
  }
}

.PricingSection-title:first-child {
  margin-top: 0;
}

.PricingSection-title:last-child {
  margin-bottom: 0;
}

.PricingSection-subtitle {
  margin: 0 0 30px;
}

.PricingSection-subtitle:first-child {
  margin-top: 0;
}

.PricingSection-subtitle:last-child {
  margin-bottom: 0;
}

.PricingSection-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.PricingSection-nav .Link--cta {
  font-size: "cta";
  font-weight: "cta";
  line-height: "cta";
  padding: xxx-small 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.PricingSection-nav .PricingCard-column {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.is-externalLink:after {
  margin: 0 0 0 5px;
  transition: 0.4s;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: url(../images/pricing/icon--arrow-box.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 10px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  width: 10px;
}

.is-externalLink:after:first-child {
  margin-top: 0;
}

.is-externalLink:after:last-child {
  margin-bottom: 0;
}

.is-externalLink:hover:after, .is-externalLink:active:after {
  -ms-transform: scale(1.2) translateX(2px);
  transform: scale(1.2) translateX(2px);
}

.Section--columnContent.ViewMode--tiles {
  padding: 0;
}

.Section--columnContent.ViewMode--tiles .Section-subtitle a {
  color: #e22866;
}

.Section--columnContent.ViewMode--tiles .Block {
  padding: 0;
  transition: 0.4s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #142430;
  border-radius: 3px;
  box-shadow: 0 6px 25px 0 rgba(5, 5, 5, 0.3);
}

.Section--columnContent.ViewMode--tiles .Block:hover {
  text-decoration: none;
  box-shadow: 0 6px 25px 0 rgba(5, 5, 5, 0.5);
}

.Section--columnContent.ViewMode--tiles .Block:hover .Block-cta {
  color: #fff;
}

.Section--columnContent.ViewMode--tiles .Block:hover .is-externalLink:after {
  -ms-transform: scale(1.2) translateX(2px);
  transform: scale(1.2) translateX(2px);
}

.Section--columnContent.ViewMode--tiles .Block-header {
  padding: 20px;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #142430;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.Section--columnContent.ViewMode--tiles .Block-header.has-icon:before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  margin: 0 0 10px;
}

.Section--columnContent.ViewMode--tiles .Block-header.has-icon:before:first-child {
  margin-top: 0;
}

.Section--columnContent.ViewMode--tiles .Block-header.has-icon:before:last-child {
  margin-bottom: 0;
}

.Section--columnContent.ViewMode--tiles .Block-header.icon--checkmark:before {
  background-image: url(../images/pricing/icon--checkmark.svg);
}

.Section--columnContent.ViewMode--tiles .Block-header.icon--directory:before {
  background-image: url(../images/pricing/icon--directory.svg);
}

.Section--columnContent.ViewMode--tiles .Block-header.icon--tool:before {
  background-image: url(../images/pricing/icon--tool.svg);
}

.Section--columnContent.ViewMode--tiles .Block-header.icon--keys:before {
  background-image: url(../images/pricing/icon--multikey.svg);
}

.Section--columnContent.ViewMode--tiles .Block-header.icon--lock:before {
  background-image: url(../images/pricing/icon--lock.svg);
}

.Section--columnContent.ViewMode--tiles .Block-header.icon--people:before {
  background-image: url(../images/pricing/icon--user-profiles.svg);
}

.Section--columnContent.ViewMode--tiles .Block-title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: inherit;
}

.Section--columnContent.ViewMode--tiles .Block-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 20px 20px 30px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.Section--columnContent.ViewMode--tiles .Block-content p {
  margin: 30px 0;
  color: #a8a8a8;
  -ms-flex: 1;
  flex: 1;
}

.Section--columnContent.ViewMode--tiles .Block-content p:first-child {
  margin-top: 0;
}

.Section--columnContent.ViewMode--tiles .Block-content p:last-child {
  margin-bottom: 0;
}

.Section--columnContent.ViewMode--tiles .Block-cta {
  padding: 0;
  color: #e22866;
  transition: 0.4s;
  margin-top: auto;
}

.Section--columnContent.ViewMode--tiles .Block .is-externalLink:after {
  background-image: url(../images/pricing/icon--arrow-box-white.svg);
}

.ScrollToTop {
  padding: xxx-small;
  transition: 0.2s;
  border: none;
  bottom: 10%;
  box-shadow: none;
  opacity: 0;
  outline: 0;
  position: fixed;
  right: 50%;
  z-index: 6;
}

.ScrollToTop:active, .ScrollToTop:hover {
  border: none;
  box-shadow: none;
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.ScrollToTop:focus {
  border: none;
  box-shadow: none;
}

.ScrollToTop.is-active {
  opacity: 1;
}

.Section--basicContent.ViewMode--pricing {
  padding-bottom: 0 !important;
}

.RelatedVideos {
  padding: 0 30px 30px;
  color: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.RelatedVideos {
  cursor: pointer;
  font-family: "proxima-nova";
}

.RelatedVideos-link {
  margin: 0 0 30px 0;
  display: -ms-flexbox;
  display: flex;
}

.RelatedVideos-link:first-child {
  margin-top: 0;
}

.RelatedVideos-link:last-child {
  margin-bottom: 0;
}

.RelatedVideos-link:last-child {
  margin-bottom: 30px;
}

.RelatedVideos-link:hover {
  text-decoration: none;
}

.RelatedVideos-kicker {
  margin: 0;
  font-family: "proxima-nova";
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}

.RelatedVideos-kicker:first-child {
  margin-top: 0;
}

.RelatedVideos-kicker:last-child {
  margin-bottom: 0;
}

.RelatedVideos-kicker a {
  cursor: pointer;
}

.RelatedVideos-title {
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.RelatedVideos-heading {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 2px solid #d2d2d6;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.RelatedVideos-heading:first-child {
  margin-top: 0;
}

.RelatedVideos-heading:last-child {
  margin-bottom: 0;
}

.RelatedVideos-logo {
  position: absolute;
  bottom: 0;
  right: 0;
}

.RelatedVideos-logo img {
  display: block;
  margin-left: auto;
  max-width: 80px;
}

.RelatedVideos-thumbnail {
  padding: 0 20px 0 0;
}

.RelatedVideos-thumbnail > img {
  display: block;
}

@media (max-width: 1023px) {
  .RelatedVideos {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .RelatedVideos-link {
    display: block;
  }
  .RelatedVideos-content {
    width: 100%;
  }
  .RelatedVideos-thumbnail {
    padding: 0 0 10px 0;
  }
  .RelatedVideos-thumbnail > img {
    display: block;
    width: 100%;
  }
}

.Video {
  position: relative;
  cursor: pointer;
}

.Video.overlay-hidden .VideoInformation-thumbnail {
  opacity: 0;
  visibility: hidden;
}

.Video.overlay-hidden:before, .Video.overlay-hidden:after {
  opacity: 0;
  visibility: hidden;
}

.Video:before, .Video:after {
  transition: 0.2s;
  opacity: 1;
  visibility: visible;
}

.Video:before {
  background-size: contain;
  background: url(/sites/all/themes/Okta/images/icons/icon--play.svg) no-repeat center center;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  display: block;
  filter: gray;
  filter: grayscale(100%);
  height: 78px;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 78px;
  z-index: 102;
}

.Video:after {
  content: "";
  height: 100%;
  z-index: 1111;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.Video .VideoInformation-title {
  padding: 10px 20px;
  margin: 0;
  text-align: left;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.Video .VideoInformation-title:first-child {
  margin-top: 0;
}

.Video .VideoInformation-title:last-child {
  margin-bottom: 0;
}

.Video .VideoInformation-title h1 {
  color: #fff;
  font-size: 2.25rem;
}

.Video-thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (pointer: coarse) {
  .Video--iframe:before, .Video--iframe:after {
    display: none;
  }
}

@media (max-width: 1023px) {
  .Video--iframe:before, .Video--iframe:after {
    display: none;
  }
}

.VideoContent {
  display: -ms-flexbox;
  display: flex;
}

.VideoContent-content {
  width: 60%;
}

.VideoContent-sidebar {
  width: 40%;
  margin-left: 30px;
}

@supports (display: grid) {
  .VideoContent {
    display: grid;
    grid-template-columns: 60% 40%;
  }
  .VideoContent-content {
    width: auto;
  }
  .VideoContent-sidebar {
    width: auto;
  }
}

@media (max-width: 1023px) {
  .VideoContent {
    grid-template-columns: 100%;
  }
  .VideoContent-content {
    width: 100%;
  }
  .VideoContent-sidebar {
    display: none;
  }
}

.VideoInformation {
  color: #fff;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  width: 100%;
}

.VideoInformation-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.VideoInformation-kicker {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #007dc1;
}

.VideoInformation-kicker a {
  cursor: pointer;
}

.VideoInformation-title h1 {
  font-family: "proxima-nova";
  font-size: 24px;
  font-weight: 600;
}

.VideoInformation > .VideoInformation-title {
  display: none;
}

.VideoInformation-transcriptContent {
  padding: 0 30px 30px 0;
  color: #fff;
  height: 500px;
  overflow-y: auto;
}

.VideoInformation-transcript {
  position: relative;
  overflow: hidden;
}

.VideoInformation-transcript::after {
  content: "";
  background: linear-gradient(to bottom, rgba(32, 49, 59, 0) 0%, #20313b 100%);
  display: block;
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.VideoInformation-authorImage {
  margin: 0 20px 0 0;
}

.VideoInformation-authorImage:first-child {
  margin-top: 0;
}

.VideoInformation-authorImage:last-child {
  margin-bottom: 0;
}

.VideoInformation-authorImage img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.VideoInformation-description {
  margin: 30px 0 0 0;
  color: #fff;
}

.VideoInformation-description:first-child {
  margin-top: 0;
}

.VideoInformation-description:last-child {
  margin-bottom: 0;
}

.VideoInformation-thumbnail {
  transition: 0.2s;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible;
  z-index: 2;
}

.VideoInformation-thumbnail a {
  position: relative;
  display: block;
}

.VideoInformation-thumbnail a > .VideoInformation-title {
  display: block;
}

.VideoInformation + .Tabber-menuSocial {
  display: none;
}

@media (max-width: 767px) {
  .VideoInformation-thumbnail a > .VideoInformation-title {
    display: none;
  }
  .VideoInformation > .VideoInformation-title {
    display: block;
  }
  .VideoInformation > .VideoInformation-title h1 {
    font-size: 24px !important;
  }
  .VideoInformation + .Tabber-menuSocial {
    display: block;
  }
}

.page--product-authentication .Hero {
  padding-bottom: 60px;
}

.page--product-authentication .Hero-additionalContent .Wrap {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.page--product-authentication .Hero-additionalContent .Hero-image {
  margin-top: 128px;
}

.page--product-authentication .Hero-additionalContent .Hero-image svg {
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.page--product-authentication .Hero-image .Hero-image--horizontal {
  display: block;
  max-width: 100%;
}

.page--product-authentication .Hero-image .Hero-image--vertical {
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.page--product-authentication .Section--featureColumns.ViewMode--default [class*='Column-']:not([class*='has-image']) {
  padding: 0 88px;
}

.page--product-authentication .Section--featureColumns .has-imageBottom .Block-content {
  margin: 0 0 30px 0;
}

.page--product-authentication .Section--featureColumns .has-imageBottom .Block-content:first-child {
  margin-top: 0;
}

.page--product-authentication .Section--featureColumns .has-imageBottom .Block-content:last-child {
  margin-bottom: 0;
}

.page--product-authentication .Section--basicContent {
  padding-top: 0;
}

.page--product-authentication .Section--basicContent .Social-Login,
.page--product-authentication .Section--basicContent .Multi-factor,
.page--product-authentication .Section--basicContent .Social-Login {
  cursor: pointer;
}

.page--product-authentication .Section--columnContent.u-padding--small {
  padding-bottom: 0;
}

.page--product-authentication .Section--developer-authentication-soci .Section-subtitle {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
}

.page--product-authentication .Section--developer-authentication-soci .Block-content h3 {
  font-size: 24px;
}

.page--product-authentication .Section--developer-authentication-soci .Block-cta {
  padding: 60px 30px;
}

.page--product-authentication .Section--developer-authentication-mult .Section-subtitle {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
}

.page--product-authentication .Section--developer-authentication-mult .Block-cta {
  padding: 60px 30px;
}

.page--product-authentication .Section--developer-authentication-how .Wrap.Section-links {
  max-width: 600px;
}

.page--product-authentication .Section--developer-authentication-how .Wrap.Section-links a {
  display: block;
}

.page--product-authentication .Section--developer-authentication-how .Wrap.Section-links a.Link-text {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #e22866;
  transition: 0.6s;
}

.page--product-authentication .Section--developer-authentication-how .Wrap.Section-links a.Link-text:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

@media (max-width: 600px) {
  .page--product-authentication .Section--developer-authentication-soci .Block-cta {
    padding: 30px 0;
  }
  .page--product-authentication .Section--developer-authentication-mult .Block-cta {
    padding: 30px 0 80px;
  }
  .page--product-authentication .Section--developer-authentication-soci .Block img,
  .page--product-authentication .Section--developer-authentication-mult .Block img {
    margin: 2em 0;
  }
  .page--product-authentication .Section--developer-authentication-mult .Row--wideGutters > .Column, .page--product-authentication .Section--developer-authentication-mult .Row--wideGutters > [class^='Column-'], .page--product-authentication .Section--developer-authentication-mult .Row--wideGutters > [class*=' Column-'] {
    padding: 0 45px;
  }
}

@media (max-width: 479px) {
  .page--authentication .Hero-title {
    letter-spacing: 1px;
  }
  .page--authentication .Hero-image .Hero-image--horizontal {
    display: none;
  }
  .page--authentication .Hero-image .Hero-image--vertical {
    display: block;
  }
}

.page--product-authorization .Section--developer-authorization-blocks h3 {
  font-size: 24px;
}

.page--product-authorization .Section--developer-authorization-blocks .Row {
  max-width: 1100px;
}

.page--product-authorization .Section--developer-authorization-blocks .Section-content .Block {
  display: block;
  padding-right: 3em;
  padding-left: 3em;
  padding-bottom: 8em;
}

.page--product-authorization .Section--developer-authorization-blocks .Section-content .Block .Block-image {
  margin-bottom: 1em;
}

.page--product-authorization .Section--developer-authorization-blocks .Section-content .Block .Block-image img {
  height: 36px;
}

.page--product-authorization .Section--developer-authorization-blocks .Section-content .Block .Block-cta {
  position: absolute;
  left: 3em;
  bottom: 0;
  padding: 0 0px 30px;
}

.page--product-authorization .Section--developer-authorization-blocks .Column, .page--product-authorization .Section--developer-authorization-blocks [class^='Column-'], .page--product-authorization .Section--developer-authorization-blocks [class*=' Column-'] {
  padding: 0 15px 80px;
}

@media (max-width: 600px) {
  .page--product-authorization .Section--developer-authorization-blocks .Section-content .Block {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .page--product-authorization .Section--developer-authorization-blocks .Section-content .Block .Block-cta {
    position: relative;
    left: auto;
    bottom: auto;
  }
}

.page--event-registration .block-marketo .has-bg-curve-doubleLeft, .page--host-at-okta .block-marketo .has-bg-curve-doubleLeft {
  display: none;
}

.page--event-registration .Hero--empty + .Body-sections [class*=Section--], .page--host-at-okta .Hero--empty + .Body-sections [class*=Section--] {
  max-width: none;
}

.page--front .Hero-subtitle {
  margin: 0 auto 64px auto;
}

.page--front .Hero-subtitle:first-child {
  margin-top: 0;
}

.page--front .Hero-subtitle:last-child {
  margin-bottom: 0;
}

.page--front .Section--columnContent.ViewMode--default .Block {
  padding: 0 30px 40px 0;
}

.page--front .Section--columnContent.ViewMode--default .Block-image {
  margin: 0 10px 0 0;
  width: 30px;
  height: 30px;
}

.page--front .Section--columnContent.ViewMode--default .Block-image:first-child {
  margin-top: 0;
}

.page--front .Section--columnContent.ViewMode--default .Block-image:last-child {
  margin-bottom: 0;
}

.page--front .Section--columnContent.ViewMode--default .Block-image img {
  max-width: 100%;
  max-height: 100%;
}

.page--front .Section--columnContent.ViewMode--featured .Row > .Column,
.page--front .Section--columnContent.ViewMode--featured .Row > [class^='Column-'],
.page--front .Section--columnContent.ViewMode--featured .Row > [class*=' Column-'] {
  padding: 0 40px 90px;
}

.page--front .Section--columnContent.ViewMode--featured .Block {
  padding: 0;
  transition: 0.4s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #142430;
  border-radius: 3px;
  box-shadow: 0 6px 25px 0 rgba(5, 5, 5, 0.3);
  min-height: 325px;
}

.page--front .Section--columnContent.ViewMode--featured .Block:hover {
  text-decoration: none;
  box-shadow: 0 6px 25px 0 rgba(5, 5, 5, 0.5);
}

.page--front .Section--columnContent.ViewMode--featured .Block:hover .Block-cta {
  color: #fff;
}

.page--front .Section--columnContent.ViewMode--featured .Block-header {
  padding: 20px;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #142430;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  min-height: 115px;
  width: 100%;
}

.page--front .Section--columnContent.ViewMode--featured .Block-title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: inherit;
}

.page--front .Section--columnContent.ViewMode--featured .Block-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 20px 20px 30px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.page--front .Section--columnContent.ViewMode--featured .Block-content p {
  margin: 30px 0;
  color: #a8a8a8;
  -ms-flex: 1;
  flex: 1;
}

.page--front .Section--columnContent.ViewMode--featured .Block-content p:first-child {
  margin-top: 0;
}

.page--front .Section--columnContent.ViewMode--featured .Block-content p:last-child {
  margin-bottom: 0;
}

.page--front .Section--columnContent.ViewMode--featured .Block-cta {
  padding: 0;
  color: #e22866;
  transition: 0.4s;
  margin-top: auto;
}

.page--front .Section--developer-cta-iterate-promo {
  background-color: #142430;
}

.page--front .Section--developer-cta-iterate-promo::before, .page--front .Section--developer-cta-iterate-promo::after {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.page--front .Section--developer-cta-iterate-promo::before {
  background-image: url(/sites/all/themes/developer/media/backgrounds/bg-left-iterate.png);
  background-position: top right;
  left: 0;
}

.page--front .Section--developer-cta-iterate-promo::after {
  background-image: url(/sites/all/themes/developer/media/backgrounds/bg-right-iterate.png);
  background-position: top left;
  right: 0;
}

.page--front .Section--developer-cta-iterate-promo .Wrap {
  max-width: 75%;
}

.page--front .Section--developer-cta-iterate-promo .Section-content {
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page--front .Section--developer-cta-iterate-promo .Section-cta .Button {
  border-color: #fff;
  background: transparent;
  line-height: 40px;
  text-transform: uppercase;
}

.page--front .Section--developer-cta-iterate-promo .Section-header {
  margin-bottom: 30px;
}

.page--front .Section--developer-cta-iterate-promo .Section-header::before {
  background-image: url(/sites/all/themes/developer/media/svg/logo-iterate.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 72px;
  margin: 0 auto 30px;
  max-width: 312px;
}

@media (max-width: 990px) {
  .page--front .DeveloperWidget {
    display: none;
  }
  .page--front .HeroFeature {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.owb--widget-container {
  -webkit-font-smoothing: initial;
  font-smoothing: initial;
}

body:not(.node-type-developer-page--has-widget) .DeveloperWidget {
  display: none;
}

body:not(.node-type-developer-page--has-widget) .HeroFeature {
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 480px) {
  .page--front .Hero-additionalContent .Wrap {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 10px);
  }
}

.page--integrate-with-okta .Body-sections > section:first-child {
  padding-top: 88px;
  padding-bottom: 0;
}

.page--integrate-with-okta .Body-sections > section:first-child + .Section--columnContent {
  padding-top: 0;
}

.page--integrate-with-okta .Body-sections > section:last-child .Section-cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page--integrate-with-okta .Section--columnContent.ViewMode--default .Block {
  padding: 50px;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #153b56;
}

.page--integrate-with-okta .Section--columnContent.ViewMode--default .Block-image {
  margin: 0;
  padding: 0;
}

.page--integrate-with-okta .Section--basicContent.ViewMode--featured .Section-header {
  margin-bottom: 40px;
}

.page--integrate-with-okta .Section--basicContent.ViewMode--featured .Section-title {
  font-size: 20px;
  font-weight: 600;
}

.page--integrate-with-okta .Section--basicContent.ViewMode--featured .Section-content {
  font-size: 20px;
  padding: 40px;
  border: 1px solid #2e6787;
  text-align: left;
  max-width: 60%;
}

@media (max-width: 767px) {
  .page--integrate-with-okta .Section--basicContent.ViewMode--featured .Section-content {
    max-width: 90%;
  }
}

.page--integrate-with-okta .Section--basicContent.ViewMode--featured .Section-content blockquote {
  padding: 0;
}

.page--integrate-with-okta .Section--basicContent.ViewMode--featured .Section-content cite {
  font-size: 16px;
  font-style: normal;
}

.page--integrate-with-okta .ViewMode--cta .Section-header {
  margin: 0 auto 30px;
}

.page--integrate-with-okta .ViewMode--cta .Section-header:first-child {
  margin-top: 0;
}

.page--integrate-with-okta .ViewMode--cta .Section-header:last-child {
  margin-bottom: 0;
}

.CodeMirror {
  height: 540px !important;
  font-size: 14px !important;
}

#okta-sign-in {
  margin: 0 auto !important;
}

#editor-container {
  margin-left: 450px;
}

#widget-container {
  width: 410px;
  float: left;
  margin-top: 45px;
}

#live-widget-tabs {
  height: 540px;
  border: 0 !important;
}

#live-widget-tabs.ui-widget-content {
  background: transparent !important;
}

ul.live-widget-tabs {
  overflow: auto;
  background: transparent;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0 !important;
}

ul.live-widget-tabs > li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 10px;
  float: left;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 0;
  width: 100px;
  height: 45px;
  background: transparent !important;
  background-color: #F4F4F4 !important;
  font-weight: 400;
  color: #e22866;
  transition: all 0.5s ease;
}

ul.live-widget-tabs > li:focus {
  outline: none;
}

ul.live-widget-tabs > li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #20313b;
}

ul.live-widget-tabs > li.ui-tabs-active {
  background: transparent;
  background-color: #e22866 !important;
  border-color: #e22866 !important;
}

ul.live-widget-tabs > li.ui-tabs-active a {
  color: #FFFFFF !important;
}

ul.live-widget-tabs > li.ui-state-hover {
  border: solid 1px #e22866;
}

ul.live-widget-tabs > li.ui-state-hover:not(.ui-tabs-active) a {
  color: #e22866 !important;
}

@media (max-width: 1023px) {
  #editor-container {
    margin-left: 0;
    margin-bottom: 30px;
  }
  #widget-container {
    float: none;
    margin: 0 auto 30px auto;
  }
}

.page--ozork-auth {
  background-color: #000;
  color: #fff;
}

.page--ozork-auth .Body {
  font-family: 'Press Start 2P', 'Proxima', sans-serif;
  background-color: #000;
  color: #fff;
}

.page--ozork-auth .Body p {
  font-size: 12px;
}

.page--ozork-auth .Body h1 {
  font-family: 'Press Start 2P', 'Proxima', sans-serif;
}

.page--ozork-auth .Body .cta {
  background-color: #D8D8D8;
  padding: 20px;
  color: #000;
  border-radius: 4px;
  border-bottom: 3px solid #999;
  border-right: 3px solid #999;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.page--ozork-auth .Body .cta:hover {
  text-decoration: none;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: 3px solid #999;
  border-left: 3px solid #999;
}

@media (max-width: 499px) {
  .page--ozork-auth .Body p {
    font-size: 10px;
  }
  .page--ozork-auth .Body .cta {
    font-size: 8px;
  }
}

.page--product .Hero-additionalContent .Wrap {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.page--product .Hero-additionalContent .Hero-image {
  margin-top: 128px;
}

.page--product .Hero-additionalContent .Hero-image svg {
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.page--product .Hero-additionalContent .Hero-image .Hero-image--horizontal {
  display: block;
  max-width: calc(100% - 50px);
}

.page--product .Hero-additionalContent .Hero-image .Hero-image--vertical {
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.page--product .Section--featureColumns.ViewMode--default [class*='Column-']:not([class*='has-image']) {
  padding: 0 88px;
}

@media (max-width: 479px) {
  .page--product .Hero-title {
    letter-spacing: 1px;
  }
  .page--product .Hero-additionalContent .Hero-image .Hero-image--horizontal {
    display: none;
  }
  .page--product .Hero-additionalContent .Hero-image .Hero-image--vertical {
    display: block;
  }
}

.page--product-user-management .Section--developer-user-management-0 h3, .page--product-user-management .Section--developer-user-management-block h3 {
  font-size: 24px;
}

.page--product-user-management .Section--developer-user-management-0 .Row, .page--product-user-management .Section--developer-user-management-block .Row {
  max-width: 1100px;
}

.page--product-user-management .Section--developer-user-management-0 .Section-content .Block, .page--product-user-management .Section--developer-user-management-block .Section-content .Block {
  display: block;
  padding-right: 3em;
  padding-left: 3em;
  padding-bottom: 8em;
}

.page--product-user-management .Section--developer-user-management-0 .Section-content .Block .Block-image, .page--product-user-management .Section--developer-user-management-block .Section-content .Block .Block-image {
  margin-bottom: 1em;
}

.page--product-user-management .Section--developer-user-management-0 .Section-content .Block .Block-image img, .page--product-user-management .Section--developer-user-management-block .Section-content .Block .Block-image img {
  height: 36px;
}

.page--product-user-management .Section--developer-user-management-0 .Section-content .Block .Block-cta, .page--product-user-management .Section--developer-user-management-block .Section-content .Block .Block-cta {
  position: absolute;
  left: 3em;
  bottom: 0;
}

@media (max-width: 600px) {
  .page--product-user-management .Section--developer-user-management-0 .Section-content .Block, .page--product-user-management .Section--developer-user-management-block .Section-content .Block {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .page--product-user-management .Section--developer-user-management-0 .Section-content .Block .Block-cta, .page--product-user-management .Section--developer-user-management-block .Section-content .Block .Block-cta {
    position: relative;
    left: auto;
    bottom: auto;
  }
}

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

.u-align--left {
  text-align: left;
}

.u-align--right {
  text-align: right;
}

.u-padding--small {
  padding: 50px 0;
}

.u-padding--medium {
  padding: 64px 0;
}

.u-padding--large {
  padding: 88px 0;
}

.u-padding--xLarge {
  padding: 138px 0;
}

.u-padding--bottom-large {
  padding: 0 0 88px 0;
}

.u-padding--bottom-medium {
  padding: 0 0 64px 0;
}

.u-padding--bottom-small {
  padding: 0 0 50px 0;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

[class^='-16']:not([class*='ResponsiveRatio--']),
[class*='-16']:not([class*='ResponsiveRatio--']) {
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
}

[class^='-16']:not([class^='ResponsiveRatio--'])::before,
[class*='-16']:not([class*='ResponsiveRatio--'])::before,
[class^='-16']:not([class^='ResponsiveRatio--'])::after,
[class*='-16']:not([class*='ResponsiveRatio--'])::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-family: 'okticon';
  font-size: 16px;
  font-smoothing: antialiased;
  font-style: normal !important;
  font-weight: 300 !important;
  position: absolute;
  speak: none;
  text-indent: 0;
  white-space: normal;
}

[class^='-13']::before,
[class*='-13']::before,
[class^='-13']::after,
[class*='-13']::after,
[class^='-14']::before,
[class*='-14']::before,
[class^='-14']::after,
[class*='-14']::after {
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-size: 14px;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

[class^='-24'],
[class*='-24'] {
  vertical-align: top;
  box-sizing: border-box;
}

[class^='-24']::before,
[class*='-24']::before,
[class^='-24']::after,
[class*='-24']::after {
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-size: 24px;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

[class^='-48'],
[class*='-48'] {
  vertical-align: top;
  box-sizing: border-box;
}

[class^='-48']::before,
[class*='-48']::before,
[class^='-48']::after,
[class*='-48']::after {
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-size: 48px;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

[class^='-32'],
[class*='-32'] {
  vertical-align: top;
  box-sizing: border-box;
}

[class^='-32']::before,
[class*='-32']::before,
[class^='-32']::after,
[class*='-32']::after {
  display: inherit;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-size: 32px;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.dismiss-icon {
  display: block;
  position: relative;
  white-space: normal;
  text-indent: 0;
  font-size: 16px;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.admin-banner .dismiss-icon::before {
  content: '';
  color: #fff;
}

.dismiss-icon::before {
  content: '';
  color: #a7a7a7;
}

.dismiss-icon:hover::before {
  content: '';
  color: #5e5e5e;
}

#hide-getting-started.dismiss-icon {
  float: none;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 5px;
}

#hide-getting-started.dismiss-icon:hover {
  text-decoration: none;
}

#getting-started-shortcut .dismiss-icon {
  content: '';
  color: #b0d244;
}

#getting-started-shortcut .dismiss-icon:hover {
  content: '';
  color: #a7a7a7;
}

#hide-getting-started-shortcut {
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-decoration: none;
  position: absolute;
  right: 15px;
  text-align: center;
  font-size: 16px;
}

#hide-getting-started-shortcut::before {
  content: '';
  color: #b0d244;
}

#hide-getting-started-shortcut:hover::before {
  content: '';
  text-decoration: none;
  color: #cfeb76;
}

.oktamainlogo::before {
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  vertical-align: top;
  top: -7px;
  font-size: 66px;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: '';
  color: #fff;
}

.oktaicon::before {
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  vertical-align: top;
  top: -10px;
  font-size: 80px;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: '';
  color: #007dc1;
}

.oktaicon::after {
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  vertical-align: top;
  top: -10px;
  font-size: 80px;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: '';
  color: #000;
}

.person-add-16::before {
  color: #5e5e5e;
  content: '';
}

.person-add-16::after {
  color: #007dc1;
  content: '';
}

.app-add-16::before {
  color: #5e5e5e;
  content: '';
}

.app-add-16::after {
  color: #007dc1;
  content: '';
}

.app-add-16-gray::before {
  color: #5e5e5e;
  content: '';
}

.app-add-16-gray::after {
  color: #5e5e5e;
  content: '';
}

.app-refresh-16::before {
  color: #5e5e5e;
  content: '';
}

.app-refresh-16::after {
  color: #007dc1;
  content: '';
}

.app-remove-16::before {
  color: #5e5e5e;
  content: '';
}

.app-remove-16::after {
  color: #e34843;
  content: '';
}

.person-import-16::before {
  color: #5e5e5e;
  content: '';
}

.person-import-16::after {
  color: #5e5e5e;
  content: '';
}

.person-import-16-green::before {
  color: #5e5e5e;
  content: '';
}

.person-import-16-green::after {
  color: #4cbf9c;
  content: '';
}

.admin-add-16::before {
  color: #5e5e5e;
  content: '';
}

.admin-add-16::after {
  color: #007dc1;
  content: '';
}

.logo-upload-16::before {
  content: '';
  color: #5e5e5e;
}

.logo-upload-16::after {
  content: '';
  color: #007dc1;
}

.person-activate-16::before {
  content: '';
  color: #5e5e5e;
}

.person-activate-16::after {
  content: '';
  color: #007dc1;
}

.person-suspend-16::before {
  content: '';
  color: #5e5e5e;
}

.person-suspend-16::after {
  content: '';
  color: #007dc1;
}

.person-unsuspend-16::before {
  content: '';
  color: #5e5e5e;
}

.person-unsuspend-16::after {
  content: '';
  color: #007dc1;
}

.app-assign-16::before {
  content: '';
  color: #5e5e5e;
}

.app-assign-16::after {
  content: '';
  color: #007dc1;
}

.app-unassign-16::before {
  content: '';
  color: #5e5e5e;
}

.app-unassign-16::after {
  content: '';
  color: #007dc1;
}

.person-deactivate-16::before {
  content: '';
  color: #5e5e5e;
}

.person-deactivate-16::after {
  content: '';
  color: #007dc1;
}

.arrow-left-16::before {
  content: '';
  color: #007dc1;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-left-16-gray::before {
  content: '';
  color: #5e5e5e;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-right-16::before {
  content: '';
  color: #007dc1;
}

.arrow-down-16::before {
  content: '';
  color: #007dc1;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow-up-16::before {
  content: '';
  color: #007dc1;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.form-help-16::before {
  content: '';
  color: #a7a7a7;
}

.password-reset-16::before {
  content: '';
  color: #5e5e5e;
}

.password-reset-16::after {
  content: '';
  color: #007dc1;
}

.support-16::before {
  content: '';
  color: #5e5e5e;
}

.status-16::before {
  content: '';
  color: #5e5e5e;
}

.help-16::before {
  content: '';
  color: #666;
}

.help-14::before {
  content: '';
  color: #f1d10d;
  font-size: 14px;
}

.help-13::before {
  content: '';
  color: #a7a7a7;
  font-size: 14px;
}

.feedback-16::before {
  content: '';
  color: #5e5e5e;
}

.suggest-feature-16::before {
  content: '';
  color: #5e5e5e;
}

.light-bulb-16::before {
  content: '';
  color: #fff;
}

.report-bug-16::before {
  content: '';
  color: #5e5e5e;
}

.person-16-blue::before {
  content: '';
  color: #007dc1;
}

.confirm-16::before {
  content: '';
  color: #5e5e5e;
}

.confirm-16-small::before {
  content: '';
  color: #5e5e5e;
}

.confirm-16-small-disabled::before {
  content: '';
  color: #a7a7a7;
}

.confirm-16-disabled::before {
  content: '';
  color: #a7a7a7;
}

.confirm-16-blue::before {
  content: '';
  color: #007dc1;
}

.confirm-16-green::before {
  content: '';
  color: #4cbf9c;
}

.visibility-16::before {
  content: '';
  color: #5e5e5e;
}

.person-16-gray::before {
  content: '';
  color: #5e5e5e;
}

.cancel-16::before {
  content: '';
  color: #5e5e5e;
}

.cancel-16-small::before {
  content: '';
  color: #5e5e5e;
}

.cancel-16-disabled::before {
  content: '';
  color: #a7a7a7;
}

.cancel-16-small-disabled::before {
  content: '';
  color: #a7a7a7;
}

.cancel-16-blue::before {
  content: '';
  color: #007dc1;
}

.cancel-16-light-gray::before {
  content: '';
  color: #a7a7a7;
}

.cancel-16-small-red::before {
  content: '';
  color: #e34843;
}

.cir-arrow-16::before {
  content: '';
  color: #a7a7a7;
}

.checkbox-16::before {
  content: '';
  color: #007dc1;
}

.message-16::before {
  content: '';
  color: #5e5e5e;
}

.activate-on-green-16::before {
  content: '';
  color: #4cbf9c;
}

.deactivate-16::before {
  content: '';
  color: #5e5e5e;
}

.deactivate-off-red-16::before {
  content: '';
  color: #e34843;
}

.delete-16::before {
  content: '';
  color: #e34843;
}

.delete-16-gray::before {
  content: '';
  color: #5e5e5e;
}

.app-16-blue::before {
  content: '';
  color: #007dc1;
}

.edit-16::before {
  content: '';
  color: #5e5e5e;
}

.edit-16-disabled::before {
  content: '';
  color: #a7a7a7;
}

.edit-16-blue::before {
  content: '';
  color: #007dc1;
}

.edit-16-white::before {
  content: '';
  color: #fff;
}

.credentials-16::before {
  content: '';
  color: #5e5e5e;
}

.launch-16::before {
  content: '';
  color: #5e5e5e;
}

.app-16-gray::before {
  content: '';
  color: #5e5e5e;
}

.prev-16::before {
  content: '';
  color: #5e5e5e;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.prev-13::before {
  content: '';
  color: #5e5e5e;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.next-16::before {
  content: '';
  color: #5e5e5e;
}

.next-13::before {
  content: '';
  color: #5e5e5e;
  font-size: 16px;
}

.org-settings-16::before {
  content: '';
  color: #5e5e5e;
}

.org-settings-16::after {
  content: '';
  color: #5e5e5e;
}

.settings-white-16::before {
  content: '';
  color: #fff;
}

.settings-white-16::after {
  content: '';
  color: #fff;
}

.remove-16::before {
  content: '';
  color: #5e5e5e;
}

.remove-16-color::before {
  content: '';
  color: #e34843;
}

.remove-16-disabled::before {
  content: '';
  color: #a7a7a7;
}

.remove-16-red::before {
  content: '';
  color: #e34843;
}

.clear-input-16::before {
  content: '';
  color: #5e5e5e;
}

.reports-16::before {
  content: '';
  color: #5e5e5e;
}

.reports-16::after {
  content: '';
  color: #007dc1;
}

.add-16::before {
  content: '';
  color: #5e5e5e;
}

.add-16-color::before {
  content: '';
  color: #4cbf9c;
}

.add-16-disabled::before {
  content: '';
  color: #a7a7a7;
}

.add-16-white::before {
  content: '';
  color: #fff;
}

.add-16-thin::before {
  content: '';
  color: #007dc1;
}

.expand-l-16-gray::before {
  content: '';
  color: #5e5e5e;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.expand-r-16-gray::before {
  content: '';
  color: #5e5e5e;
}

.collapse-16-gray::before {
  content: '';
  color: #5e5e5e;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-ios-16::before {
  content: '';
  color: #5e5e5e;
}

.icon-android-16::before {
  content: '';
  color: #92bf43;
}

.icon-windows-16::before {
  content: '';
  color: #00abef;
}

.icon-osx-16::before {
  content: '';
  color: #5e5e5e;
}

.expand-l-gray .icon::before {
  content: '';
  color: #a7a7a7;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-size: 16px;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.expand-r-gray .icon::before {
  content: '';
  color: #a7a7a7;
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-size: 16px;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.collapse-gray .icon::before {
  content: '';
  color: #a7a7a7;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-size: 16px;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.collapse-16-up-gray::before {
  content: '';
  color: #5e5e5e;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.expand-l-16-blue::before {
  content: '';
  color: #007dc1;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.expand-r-16-blue::before {
  content: '';
  color: #007dc1;
}

.collapse-16-blue::before {
  content: '';
  color: #007dc1;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.info-16::before {
  content: '';
  color: #fff;
}

.info-16-white::before {
  content: '';
  color: #fff;
}

.info-16-gray::before {
  content: '';
  color: #5e5e5e;
}

.warning-16::before {
  content: '';
  color: #fff;
}

.warning-16-yellow::before {
  content: '';
  color: #f1d10d;
}

.error-16::before {
  content: '';
  color: #fff;
}

.error-16-small::before {
  content: '';
  color: #e34843;
}

.error-16-red::before {
  content: '';
  color: #e34843;
}

.success-16::before {
  content: '';
  color: #fff;
}

.success-16-green::before {
  content: '';
  color: #4cbf9c;
}

.success-16-gray::before {
  content: '';
  color: #e0e0e0;
}

.directory-add-16::before {
  content: '';
  color: #5e5e5e;
}

.directory-add-16::after {
  content: '';
  color: #007dc1;
}

.directory-remove-16::before {
  content: '';
  color: #5e5e5e;
}

.directory-remove-16::after {
  content: '';
  color: #007dc1;
}

.directory-16::before {
  content: '';
  color: #5e5e5e;
}

.directory-16-light-gray::before {
  content: '';
  color: #a7a7a7;
}

.token-add-16::before {
  content: '';
  color: #5e5e5e;
}

.token-add-16::after {
  content: '';
  color: #007dc1;
}

.user-provisioning-16::before {
  content: '';
  color: #a7a7a7;
}

.user-provisioning-16::after {
  content: '';
  color: #a7a7a7;
}

.user-provisioning-16-green::before,
.user-provisioning-16.active::before {
  content: '';
  color: #5e5e5e;
}

.user-provisioning-16-green::after,
.user-provisioning-16.active::after {
  content: '';
  color: #4cbf9c;
}

.user-deprovisioning-16::before {
  content: '';
  color: #5e5e5e;
}

.user-deprovisioning-16::after {
  content: '';
  color: #007dc1;
}

.import-users-16::before {
  content: '';
  color: #a7a7a7;
}

.import-users-16::after {
  content: '';
  color: #a7a7a7;
}

.import-users-16-green::before,
.import-users-16-green.active::before {
  content: '';
  color: #5e5e5e;
}

.import-users-16-green::after,
.import-users-16-green.active::after {
  content: '';
  color: #4cbf9c;
}

.password-sync-16::before {
  content: '';
  color: #a7a7a7;
}

.password-sync-16::after {
  content: '';
  color: #a7a7a7;
}

.password-sync-16-green::before,
.password-sync-16-green.active::before {
  content: '';
  color: #5e5e5e;
}

.password-sync-16-green::after,
.password-sync-16-green.active::after {
  content: '';
  color: #4cbf9c;
}

.user-deactivation-16::before {
  content: '';
  color: #a7a7a7;
}

.user-deactivation-16::after {
  content: '';
  color: #a7a7a7;
}

.user-deactivation-16-green::before,
.user-deactivation-16-green.active::before {
  content: '';
  color: #5e5e5e;
}

.user-deactivation-16-green::after,
.user-deactivation-16-green.active::after {
  content: '';
  color: #4cbf9c;
}

.swa-16::before {
  content: '';
  color: #a7a7a7;
}

.swa-16::after {
  content: '';
  color: #a7a7a7;
}

.swa-16-green::before,
.swa-16-green.active::before {
  content: '';
  color: #5e5e5e;
}

.swa-16-green::after,
.swa-16-green.active::after {
  content: '';
  color: #4cbf9c;
}

.advanced-sso-16::before {
  content: '';
  color: #a7a7a7;
}

.advanced-sso-16::after {
  content: '';
  color: #a7a7a7;
}

.advanced-sso-16-green::before,
.advanced-sso-16-green.active::before {
  content: '';
  color: #4cbf9c;
}

.advanced-sso-16-green::after,
.advanced-sso-16-green.active::after {
  content: '';
  color: #5e5e5e;
}

.advanced-sso-16-blue::before {
  content: '';
  color: #007dc1;
}

.advanced-sso-16-blue::after {
  content: '';
  color: #5e5e5e;
}

.bookmark-16::before {
  content: '';
  color: #a7a7a7;
}

.bookmark-16-green::before,
.bookmark-16-green.active::before {
  content: '';
  color: #4cbf9c;
}

.run-16::before {
  content: '';
  color: #007dc1;
}

.run-16-gray::before {
  content: '';
  color: #5e5e5e;
}

.run-16-white::before {
  content: '';
  color: #fff;
}

.download-16::before {
  content: '';
  color: #007dc1;
}

.group-16::before {
  content: '';
  color: #5e5e5e;
}

.group-add-16::before {
  content: '';
  color: #5e5e5e;
}

.group-add-16::after {
  content: '';
  color: #007dc1;
}

.group-remove-16::before {
  content: '';
  color: #5e5e5e;
}

.group-remove-16::after {
  content: '';
  color: #007dc1;
}

.group-member-add-16::before {
  content: '';
  color: #5e5e5e;
}

.group-member-add-16::after {
  content: '';
  color: #007dc1;
}

.group-member-remove-16::before {
  content: '';
  color: #5e5e5e;
}

.group-member-remove-16::after {
  content: '';
  color: #007dc1;
}

.config-16::before {
  content: '';
  color: #5e5e5e;
}

.group-override-16::before {
  content: '';
  color: #5e5e5e;
}

.group-override-16::after {
  content: '';
  color: #007dc1;
}

.search-add-16::before {
  content: '';
  color: #a7a7a7;
}

.search-green-add-16::before {
  content: '';
  color: #4cbf9c;
}

.magnifying-glass-16::before {
  content: '';
  color: #a7a7a7;
}

.location-16::before {
  content: '';
  color: #5e5e5e;
}

.time-16::before {
  content: '';
  color: #5e5e5e;
}

.time-alt-16::before {
  content: '';
  color: #a7a7a7;
}

.calendar-16::before {
  content: '';
  color: #a7a7a7;
}

.people-16::before {
  content: '';
  color: #5e5e5e;
}

.conversation-16::before {
  content: '';
  color: #5e5e5e;
}

.conversation-16-white::before {
  content: '';
  color: #fff;
}

.megaphone-16::before {
  content: '';
  color: #5e5e5e;
}

.active-sync-16::before {
  content: '';
  color: #5e5e5e;
}

.active-sync-16::after {
  content: '';
  color: #4cbf9c;
}

.active-sync-16-reverse::before {
  content: '';
  color: #fff;
}

.active-sync-16-reverse::after {
  content: '';
  color: #4cbf9c;
}

.inactive-sync-16::before {
  content: '';
  color: #a7a7a7;
}

.inactive-sync-16::after {
  content: '';
  color: #a7a7a7;
}

.error-sync-16::before {
  content: '';
  color: #5e5e5e;
}

.error-sync-16::after {
  content: '';
  color: #e34843;
}

.tasks-16-pending::before {
  content: '';
  color: #5e5e5e;
}

.tasks-16-pending::after {
  content: '';
  color: #f1d10d;
}

.password-reset-16-red::before {
  content: '';
  color: #5e5e5e;
}

.password-reset-16-red::after {
  content: '';
  color: #e34843;
}

.person-activate-16-yellow::before {
  content: '';
  color: #5e5e5e;
}

.person-activate-16-yellow::after {
  content: '';
  color: #f1d10d;
}

.person-import-16-yellow::before {
  content: '';
  color: #5e5e5e;
}

.person-import-16-yellow::after {
  content: '';
  color: #f1d10d;
}

.apps-16-red::before {
  content: '';
  color: #e34843;
}

.code-brackets-16::before {
  content: '';
  color: #5e5e5e;
}

.refresh-16::before {
  content: '';
  color: #5e5e5e;
}

.refresh-16-blue::before {
  content: '';
  color: #007dc1;
}

.refresh-16-white::before {
  content: '';
  color: #fff;
}

.back-16::before {
  content: '';
  color: #fff;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-16::before {
  content: '';
  color: #5e5e5e;
}

.filter-16-reverse::before {
  content: '';
  color: #fff;
}

.clone-16::before {
  content: '';
  color: #5e5e5e;
}

.clone-16::after {
  content: '';
  color: #007dc1;
}

.duo-push-16::before {
  content: '';
  color: #5e5e5e;
}

.okta-push-16::before {
  content: '';
  color: #5e5e5e;
}

.duo-sms-16::before {
  content: '';
  color: #5e5e5e;
}

.duo-call-16::before {
  content: '';
  color: #5e5e5e;
}

.factory-reset-16::before {
  content: '';
  color: #5e5e5e;
}

.no-16::before {
  content: '';
  color: #5e5e5e;
}

.expression-16::before {
  content: '';
  color: #007dc1;
}

.omm-enrolling-16::before {
  content: '';
  color: #4cbf9c;
}

.remote-lock-16::before {
  content: '';
  color: #5e5e5e;
}

.asterisk-16::before {
  content: '';
  color: #007dc1;
  font-size: 12px;
}

.asterisk-16-white::before {
  content: '';
  color: #fff;
}

.configure-16::before {
  content: '';
  color: #5e5e5e;
}

.instructions-16::before {
  content: '';
  color: #fff;
}

.tombstone-16::before {
  content: '';
  color: #5e5e5e;
}

.send-16::before {
  content: '';
  color: #5e5e5e;
}

.add::before {
  content: '';
  color: #4cbf9c;
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-size: 16px;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.success-icon::before {
  content: '';
  color: #4cbf9c;
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-size: 16px;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.person-add-24::before {
  content: '';
  color: #5e5e5e;
}

.person-add-24::after {
  content: '';
  color: #007dc1;
}

.app-add-24::before {
  content: '';
  color: #5e5e5e;
}

.app-add-24::after {
  content: '';
  color: #007dc1;
}

.app-add-24-gray::before {
  content: '';
  color: #5e5e5e;
}

.app-add-24-gray::after {
  content: '';
  color: #5e5e5e;
}

.app-refresh-24::before {
  content: '';
  color: #5e5e5e;
}

.app-refresh-24::after {
  content: '';
  color: #007dc1;
}

.person-import-24::before {
  content: '';
  color: #5e5e5e;
}

.person-import-24::after {
  content: '';
  color: #007dc1;
}

.person-import-24-yellow::before {
  content: '';
  color: #5e5e5e;
}

.person-import-24-yellow::after {
  content: '';
  color: #f1d10d;
}

.admin-add-24::before {
  content: '';
  color: #5e5e5e;
}

.admin-add-24::after {
  content: '';
  color: #007dc1;
}

.logo-upload-24::before {
  content: '';
  color: #5e5e5e;
}

.logo-upload-24::after {
  content: '';
  color: #007dc1;
}

.person-activate-24::before {
  content: '';
  color: #5e5e5e;
}

.person-activate-24::after {
  content: '';
  color: #007dc1;
}

.person-activate-24-yellow::before {
  content: '';
  color: #5e5e5e;
}

.person-activate-24-yellow::after {
  content: '';
  color: #f1d10d;
}

.person-edit-24::before {
  content: '';
  color: #5e5e5e;
}

.person-edit-24::after {
  content: '';
  color: #007dc1;
}

.app-assign-24::before {
  content: '';
  color: #5e5e5e;
}

.app-assign-24::after {
  content: '';
  color: #007dc1;
}

.apps-24::before {
  content: '';
  color: #5e5e5e;
}

.apps-24-green::before {
  content: '';
  color: #4cbf9c;
}

.apps-24-red::before {
  content: '';
  color: #e34843;
}

.app-unassign-24::before {
  content: '';
  color: #5e5e5e;
}

.app-unassign-24::after {
  content: '';
  color: #007dc1;
}

.app-unassign-24-yellow::before {
  content: '';
  color: #5e5e5e;
}

.app-unassign-24-yellow::after {
  content: '';
  color: #f1d10d;
}

.person-deactivate-24::before {
  content: '';
  color: #5e5e5e;
}

.person-deactivate-24::after {
  content: '';
  color: #007dc1;
}

.password-reset-24::before {
  content: '';
  color: #5e5e5e;
}

.password-reset-24::after {
  content: '';
  color: #007dc1;
}

.password-reset-24-red::before {
  content: '';
  color: #5e5e5e;
}

.password-reset-24-red::after {
  content: '';
  color: #e34843;
}

.feedback-24::before {
  content: '';
  color: #5e5e5e;
}

.person-24::before {
  content: '';
  color: #5e5e5e;
}

.person-24-green::before {
  content: '';
  color: #4cbf9c;
}

.person-24-red::before {
  content: '';
  color: #e34843;
}

.people-24::before {
  content: '';
  color: #5e5e5e;
}

.instructions-24::before {
  content: '';
  color: #fff;
}

.plugin-required-24::before {
  content: '';
  color: #5e5e5e;
}

.info-24::before {
  content: '';
  color: #fff;
}

.warning-24::before {
  content: '';
  color: #fff;
}

.warning-24-yellow::before {
  content: '';
  color: #f1d10d;
}

.error-24::before {
  content: '';
  color: #fff;
}

.success-24::before {
  content: '';
  color: #fff;
}

.directory-add-24::before {
  content: '';
  color: #5e5e5e;
}

.directory-add-24::after {
  content: '';
  color: #007dc1;
}

.directory-remove-24::before {
  content: '';
  color: #5e5e5e;
}

.directory-remove-24::after {
  content: '';
  color: #007dc1;
}

.directory-24::before {
  content: '';
  color: #5e5e5e;
}

.directory-24-green::before {
  content: '';
  color: #4cbf9c;
}

.directory-24-red::before {
  content: '';
  color: #e34843;
}

.preview-24::before {
  content: '';
  color: #e34843;
}

.token-add-24::before {
  content: '';
  color: #5e5e5e;
}

.token-add-24::after {
  content: '';
  color: #007dc1;
}

.group-24::before {
  content: '';
  color: #5e5e5e;
}

.group-add-24::before {
  content: '';
  color: #5e5e5e;
}

.group-add-24::after {
  content: '';
  color: #007dc1;
}

.settings-24::before {
  content: '';
  color: #5e5e5e;
}

.settings-24::after {
  content: '';
  color: #5e5e5e;
}

.reports-24::before {
  content: '';
  color: #5e5e5e;
}

.reports-24::after {
  content: '';
  color: #007dc1;
}

.security-24::before {
  content: '';
  color: #5e5e5e;
}

.dashboard-24::before {
  content: '';
  color: #5e5e5e;
}

.dashboard-24::after {
  content: '';
  color: #007dc1;
}

.tasks-notepad-24::before {
  content: '';
  color: #5e5e5e;
}

.tasks-notepad-24::after {
  content: '';
  color: #007dc1;
}

.profile-sync-24::before {
  content: '';
  color: #5e5e5e;
}

.profile-sync-24::after {
  content: '';
  color: #007dc1;
}

.light-bulb-24::before {
  content: '';
  color: #fff;
}

.warning-important-24::before {
  content: '';
  color: #fff;
}

.download-24::before {
  content: '';
  color: #5e5e5e;
}

.icon-devices-24::before {
  content: '';
  color: #5e5e5e;
}

.icon-laptop-32::before {
  content: '';
  color: #5e5e5e;
}

.icon-iphone-32::before {
  content: '';
  color: #5e5e5e;
}

.icon-ipad-32::before {
  content: '';
  color: #5e5e5e;
}

.icon-ipod-touch-32::before {
  content: '';
  color: #5e5e5e;
}

.icon-unknown-32::before {
  content: '';
  color: #5e5e5e;
}

.icon-android-phone-32::before {
  content: '';
  color: #5e5e5e;
}

.icon-android-tab-32::before {
  content: '';
  color: #5e5e5e;
}

.code-python-32::after {
  content: '';
  color: #2A9EE0;
  position: relative;
}

.code-php-32::after {
  content: '';
  color: #476AA8;
  position: relative;
}

.code-javascript-32::after {
  content: '';
  color: #E5BB32;
  position: relative;
}

.code-java-32::after {
  content: '';
  color: #FF9744;
  position: relative;
}

.code-ios-32::after {
  content: '';
  color: #717B7F;
  position: relative;
}

.code-android-32::after {
  content: '';
  color: #5FB851;
  position: relative;
}

.code-dotnet-32::after {
  content: '';
  color: #A153C4;
  position: relative;
}

.code-angular-32::after {
  content: '';
  color: #D63434;
  position: relative;
}

.code-nodejs-32::after {
  content: '';
  color: #5FB851;
  position: relative;
}

.code-preact-32::after {
  content: '';
  color: #8E20AC;
  position: relative;
}

.code-react-32::after {
  content: '';
  color: #7BC6EF;
  position: relative;
}

.code-rest-32::after {
  content: '';
  color: #96AFAF;
  position: relative;
}

.code-vue-32::after {
  content: '';
  color: #07AD94;
  position: relative;
}

.code-widget-32::after {
  content: '';
  color: #fff;
  position: relative;
}

.code-xamarin-32::after {
  content: '';
  color: #2A9EE0;
  position: relative;
}

.code-okta-sign-in-page-32::after {
  content: '';
  color: #fff;
  position: relative;
}

.code-python-32::before,
.code-php-32::before,
.code-javascript-32::before,
.code-java-32::before,
.code-ios-32::before,
.code-android-32::before,
.code-dotnet-32::before,
.code-angular-32::before,
.code-nodejs-32::before,
.code-preact-32::before,
.code-vue-32::before,
.code-xamarin-32::before,
.code-react-32::before,
.code-rest-32::before {
  content: '';
  color: #fff;
}

.teach-48::before {
  content: '';
  color: #fff;
}

/*
//----------------------------------------------------------//
//                      Misc Icons                          //
//----------------------------------------------------------//


.option-selected-text {
  vertical-align: top !important;
}

.icon-dm::before {
  content: $dropdown;
  color: $ico-color-medium;
  font-size: 16px;
  white-space: normal;
  text-indent: 0;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.icon-dm-white::before {
  content: $dropdown;
  color: $ico-color-white;
  font-size: 16px;
  white-space: normal;
  text-indent: 0;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
*/
#universal-directory-profiles .data-list-empty-img {
  background-image: none;
  top: 0;
  left: 0;
  position: relative;
  margin-left: 0;
}

#universal-directory-profiles .data-list-empty-img::before {
  content: '';
  color: #a7a7a7;
  font-size: 100px;
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  margin-left: 345px;
  top: -95px;
}

#universal-directory-profiles .data-list-empty-img::after {
  content: '';
  color: #a7a7a7;
  font-size: 100px;
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  margin-left: 345px;
  top: -98px;
}

[class^='-light']::before,
[class*='-light']::before,
[class^='-light']::after,
[class*='-light']::after {
  font-size: 14px;
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.green-light::before {
  content: '';
  color: #4cbf9c;
}

.yellow-light::before {
  content: '';
  color: #f1d10d;
}

.red-light::before {
  content: '';
  color: #e34843;
}

.gray-light::before {
  content: '';
  color: #a7a7a7;
  font-size: 14px;
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-family: 'okticon';
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

.legend-light::before {
  color: #f9f9f9;
  content: '';
}

.legend-light::after {
  color: #5e5e5e;
  content: '';
}

.link-button.button-error .icon.info-16-gray::before {
  color: #fff;
}

.link-button.button-primary .icon.active-sync-16::before {
  color: #fff;
}

.link-button.button-primary .icon.active-sync-16::after {
  color: #fff;
}

.single-click-edit-controls .icon.cancel-16-small::before {
  font-size: 12px;
  left: 2px;
}

.search-box .clear-input-16::before {
  font-size: 12px;
}

.facebook-square-16::before {
  color: #3b5998;
  content: '';
}

.facebook-16::before {
  color: #3b5998;
  content: '';
}

.google-square-16::before {
  color: #dd4b39;
  content: '';
}

.google-16::before {
  color: #dd4b39;
  content: '';
}

.twitter-square-16::before {
  color: #5e5e5e;
  content: '';
}

.twitter-16::before {
  color: #5e5e5e;
  content: '';
}

.linkedin-square-16::before {
  color: #5e5e5e;
  content: '';
}

.linkedin-16::before {
  color: #5e5e5e;
  content: '';
}

.openid-16::before {
  color: #5e5e5e;
  content: '';
}

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