@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto+Slab:400,700|Roboto:300,400,500,700");
* {
  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: 1160px;
  position: relative;
  width: calc(100% - 60px);
}

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

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

.preload * {
  transition: none !important;
}

.Row,
[class^='Row--'],
[class*=' Row--'], .Section-recent-tweets, .Section-related {
  -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: 38px -15px 8px;
}

+ .Row, +
[class^='Row--'], +
[class*=' Row--'], + .Section-recent-tweets, + .Section-related {
  margin-top: -8px;
}

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

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

.Column,
[class^='Column-'],
[class*=' Column-'], .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Twitter-Tweet, .Section-related .Excerpt, .Section-related
[class^='Excerpt--'], .Section-related
[class*=' Excerpt--'] {
  padding: 0 15px 30px;
  position: relative;
}

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

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

.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%;
}

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

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

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

.ColumnOffset--1-half {
  margin-left: 4.16667%;
}

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

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

.ColumnOffset--2-half {
  margin-left: 12.5%;
}

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

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

.ColumnOffset--3-half {
  margin-left: 20.83333%;
}

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

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

.ColumnOffset--4-half {
  margin-left: 29.16667%;
}

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

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

.ColumnOffset--5-half {
  margin-left: 37.5%;
}

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

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

.ColumnOffset--6-half {
  margin-left: 45.83333%;
}

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

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

.ColumnOffset--7-half {
  margin-left: 54.16667%;
}

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

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

.ColumnOffset--8-half {
  margin-left: 62.5%;
}

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

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

.ColumnOffset--9-half {
  margin-left: 70.83333%;
}

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

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

.ColumnOffset--10-half {
  margin-left: 79.16667%;
}

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

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

.ColumnOffset--11-half {
  margin-left: 87.5%;
}

@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: 479px) {
  .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: 319px) {
  .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: 319px) {
  .HideOn--xxSmall {
    display: none;
  }
  .ShowOn--xxSmall {
    display: block;
  }
}

@media (max-width: 479px) {
  .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--'] {
  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-default {
  color: #666666;
}

.color-accent {
  color: #4695fe;
}

.color-accent-hover {
  color: #79b2fe;
}

.color-black {
  color: #000;
}

.color-black-light {
  color: #323232;
}

.color-white {
  color: #fff;
}

.color-darkest-gray {
  color: #1a1a1a;
}

.color-darker-gray {
  color: #333333;
}

.color-dark-gray {
  color: #2a2a2a;
}

.color-gray {
  color: #999999;
}

.color-medium-gray {
  color: #9B9B9B;
}

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

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

.color-lighterer-gray {
  color: #f1f1f1;
}

.color-lightest-gray {
  color: #f6f6f7;
}

.color-blue-gray {
  color: #68A5DA;
}

.color-blue {
  color: #0099EB;
}

.color-blue-hover {
  color: #1fb1ff;
}

.color-blue-light {
  color: #68A8FE;
}

.color-medium-blue {
  color: #49759b;
}

.color-teal {
  color: #41D9D0;
}

.color-teal-hover {
  color: #6ce2db;
}

.color-bg-gray-darker {
  color: #232426;
}

.color-bg-gray {
  color: #4A4A4A;
}

.color-green {
  color: #269A00;
}

.color-dark-red {
  color: #9E193C;
}

.color-dark-purple {
  color: #2f2f61;
}

.color-purple {
  color: #4e4ea4;
}

.color-light-purple {
  color: #5454ab;
}

.color-lighter-purple {
  color: #5577f2;
}

.color-lightest-purple {
  color: #bebdc7;
}

.color-purple-gray {
  color: #8b89a1;
}

.color-orange {
  color: #F57F17;
}

hr {
  margin: 57px 0;
  background: #c2c2c2;
  border: 0;
  display: block;
  height: 1px;
}

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

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

@media (max-width: 1023px) {
  hr {
    margin: 38px 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: 19px 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: #666666;
  font-family: "Roboto", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h1,
.h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

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

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

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

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

h2,
.h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

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

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

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

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

h3,
.h3 {
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}

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

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

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

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

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

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

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

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

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

h5,
.h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

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

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

h6,
.h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

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

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

p,
ul,
ol,
blockquote,
table,
address,
form,
pre {
  margin: 19px 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: 57px;
}

@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: 38px;
  }
}

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

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

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

article {
  margin: 60px 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: 30px;
  padding: 20px 30px;
  transition: 0.4s all;
  border: 1px solid #c2c2c2;
  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: #999999;
}

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: #999999;
}

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 {
  border-color: #2a2a2a;
  outline: none;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=datetime]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=week]:hover,
textarea:hover {
  border-color: #999999;
}

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: #2a2a2a;
}

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: #2a2a2a;
}

.Button,
[class^='Button--'],
[class*=' Button--'], [class*='Section--cta-'] .Button, .RecentPosts .Button,
[class^='RecentPosts-'] .Button,
[class*=' RecentPosts-'] .Button {
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  padding: 0 30px;
  transition: 0.4s background, 0.4s border, 0.4s color;
  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, [class*='Section--cta-'] .Button > a, .RecentPosts .Button > a,
[class^='RecentPosts-'] .Button > a,
[class*=' RecentPosts-'] .Button > a {
  color: inherit;
}

.Button:active,
[class^='Button--']:active,
[class*=' Button--']:active, .Button:hover,
[class^='Button--']:hover,
[class*=' Button--']:hover {
  color: #666666;
  text-decoration: none;
}

.Button,
[class^='Button--'],
[class*=' Button--'] {
  background: #4695fe;
  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: #4695fe;
  color: #4695fe;
}

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

.animated-Underline, .link--trailing, .Footer a, .Header-nav a, .Hero-cta a:not(.Button):not(.Button--outline), .PacNav--state-desktop .PacNav--sub-nav:hover > a, .PacNav--state-intermediary .PacNav--sub-nav:hover > a, .QuickLinks-nav a, .Section--graphic-border-bottom-cta-nav .Section-cta a,
.Section--graphicBorderBottomCtaNav .Section-cta a, .Section-recent-tweets a {
  padding-bottom: calc(1px + 0.1rem);
  position: relative;
}

.animated-Underline:after, .link--trailing:after, .Footer a:after, .Header-nav a:after, .Hero-cta a:not(.Button--outline):not(.Button):after, .PacNav--state-desktop .PacNav--sub-nav:hover > a:after, .PacNav--state-intermediary .PacNav--sub-nav:hover > a:after, .QuickLinks-nav a:after, .Section--graphic-border-bottom-cta-nav .Section-cta a:after,
.Section--graphicBorderBottomCtaNav .Section-cta a:after, .Section-recent-tweets a:after {
  transition: opacity 0.4s, transform 0.4s;
  background: currentcolor;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: scaleX(0);
}

.animated-Underline:active, .link--trailing:active, .Footer a:active, .Header-nav a:active, .Hero-cta a:active:not(.Button):not(.Button--outline), .PacNav--state-desktop .PacNav--sub-nav:hover > a:active, .PacNav--state-intermediary .PacNav--sub-nav:hover > a:active, .QuickLinks-nav a:active, .Section--graphic-border-bottom-cta-nav .Section-cta a:active,
.Section--graphicBorderBottomCtaNav .Section-cta a:active, .Section-recent-tweets a:active, .animated-Underline:hover, .link--trailing:hover, .Footer a:hover, .Header-nav a:hover, .Hero-cta a:hover:not(.Button):not(.Button--outline), .PacNav--state-desktop .PacNav--sub-nav:hover > a:hover, .PacNav--state-intermediary .PacNav--sub-nav:hover > a:hover, .QuickLinks-nav a:hover, .Section--graphic-border-bottom-cta-nav .Section-cta a:hover,
.Section--graphicBorderBottomCtaNav .Section-cta a:hover, .Section-recent-tweets a:hover {
  text-decoration: none;
}

.animated-Underline:active:after, .link--trailing:active:after, .Footer a:active:after, .Header-nav a:active:after, .Hero-cta a:not(.Button--outline):not(.Button):active:after, .PacNav--state-desktop .PacNav--sub-nav:hover > a:active:after, .PacNav--state-intermediary .PacNav--sub-nav:hover > a:active:after, .QuickLinks-nav a:active:after, .Section--graphic-border-bottom-cta-nav .Section-cta a:active:after,
.Section--graphicBorderBottomCtaNav .Section-cta a:active:after, .Section-recent-tweets a:active:after, .animated-Underline:hover:after, .link--trailing:hover:after, .Footer a:hover:after, .Header-nav a:hover:after, .Hero-cta a:not(.Button--outline):not(.Button):hover:after, .PacNav--state-desktop .PacNav--sub-nav:hover > a:hover:after, .PacNav--state-intermediary .PacNav--sub-nav:hover > a:hover:after, .QuickLinks-nav a:hover:after, .Section--graphic-border-bottom-cta-nav .Section-cta a:hover:after,
.Section--graphicBorderBottomCtaNav .Section-cta a:hover:after, .Section-recent-tweets a:hover:after {
  opacity: 1;
  transform: scaleX(1);
}

.Icon,
[class^='Icon--'],
[class*=' Icon--'] {
  transition: 0.4s color;
  -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;
  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;
  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;
  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;
  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;
}

h1,
.h1, h2,
.h2, h3,
.h3, h4,
.h4, h5,
.h5, h6,
.h6 {
  color: #666666;
}

h5 {
  color: #c2c2c2;
}

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

blockquote {
  padding: 0;
}

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

@media (max-width: 1023px) {
  blockquote p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  blockquote p {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  blockquote p {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  blockquote p {
    line-height: 22px;
  }
}

blockquote p:last-child {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

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

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

.link--trailing {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

h4 {
  color: #666666;
}

h3.h3-content {
  margin: 0px 0px 19px 0px !important;
  color: #666666 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 30px !important;
  box-sizing: border-box !important;
  font-family: "Roboto", "Helvetica", sans-serif !important;
}

html {
  background: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

iframe {
  max-width: 100%;
}

.hide {
  display: none;
}

#global_announcement {
  color: #fff;
  background: #F57F17;
  text-align: center;
  padding: 5px;
  display: none;
}

#global_announcement.visible {
  display: block;
}

#global_announcement a {
  color: #fff;
  text-decoration: underline;
}

#global_announcement a:hover {
  color: #41D9D0;
}

#global_announcement a.close_announcement {
  display: inline-block;
  position: relative;
  width: 0.75em;
  height: 0.75em;
  overflow: hidden;
  vertical-align: middle;
  right: -20px;
}

#global_announcement a.close_announcement:hover::before, #global_announcement a.close_announcement:hover::after {
  background: #41D9D0;
}

#global_announcement a.close_announcement::before, #global_announcement a.close_announcement::after {
  background: #fff;
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

#global_announcement a.close_announcement::before {
  transform: rotate(45deg);
}

#global_announcement a.close_announcement::after {
  transform: rotate(-45deg);
}

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

.BackgroundCurve {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.BackgroundCurve canvas {
  height: 100%;
  left: 50%;
  min-width: 720px;
  min-height: 675px;
  position: relative;
  transform: translate(-50%, 0);
  width: 100%;
}

.Body {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.Button,
[class^='Button--'],
[class*=' Button--'], [class*='Section--cta-'] .Button, .RecentPosts .Button,
[class^='RecentPosts-'] .Button,
[class*=' RecentPosts-'] .Button {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 30px;
  transition: background 0.4s, border 0.4s, color 0.4s;
  background: #0099EB;
  border: 2px solid transparent;
  display: inline-block;
  height: 48px;
  line-height: 44px;
  position: relative;
}

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

.Button:after,
[class^='Button--']:after,
[class*=' Button--']:after, [class*='Section--cta-'] .Button:after {
  content: '';
  padding: 5px 10px;
  background: url(../media/icon--cta-arrow.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 40% auto;
}

.Button--outline {
  color: #fff;
  font-size: inherit;
  background: none;
  border-color: #fff;
}

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

.Button--outlineBlue {
  color: #0099EB;
  font-weight: 400;
  font-size: inherit;
  background: none;
  border-color: #0099EB;
}

.Button--outlineBlue:active, .Button--outlineBlue:hover {
  color: #1fb1ff;
}

.Button--outlineBlue:after {
  display: none;
}

.Button--outlineBlue:active, .Button--outlineBlue:hover {
  background: none;
}

[class*='Section--cta-'] .Button {
  font-size: 20px;
  line-height: 60px;
  height: 64px;
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 1023px) {
  [class*='Section--cta-'] .Button {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  [class*='Section--cta-'] .Button {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  [class*='Section--cta-'] .Button {
    font-size: 20px;
    line-height: 40px;
    height: 44px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) and (max-width: 1023px) {
  [class*='Section--cta-'] .Button {
    font-size: 20px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  [class*='Section--cta-'] .Button {
    font-size: 16px;
  }
}

.Section--card01 .Column > div, .Section--card01
[class^='Column-'] > div, .Section--card01
[class*=' Column-'] > div, .Section--card01 .Section-recent-tweets .Twitter-Pic > div, .Section-recent-tweets .Section--card01 .Twitter-Pic > div, .Section--card01 .Section-recent-tweets .Twitter-Tweet > div, .Section-recent-tweets .Section--card01 .Twitter-Tweet > div, .Section--card01 .Section-related .Excerpt > div, .Section-related .Section--card01 .Excerpt > div, .Section--card01 .Section-related
[class^='Excerpt--'] > div, .Section-related .Section--card01
[class^='Excerpt--'] > div, .Section--card01 .Section-related
[class*=' Excerpt--'] > div, .Section-related .Section--card01
[class*=' Excerpt--'] > div,
.Section--card02 .Column > div,
.Section--card02
[class^='Column-'] > div,
.Section--card02
[class*=' Column-'] > div,
.Section--card02 .Section-recent-tweets .Twitter-Pic > div, .Section-recent-tweets
.Section--card02 .Twitter-Pic > div,
.Section--card02 .Section-recent-tweets .Twitter-Tweet > div, .Section-recent-tweets
.Section--card02 .Twitter-Tweet > div,
.Section--card02 .Section-related .Excerpt > div, .Section-related
.Section--card02 .Excerpt > div,
.Section--card02 .Section-related
[class^='Excerpt--'] > div, .Section-related
.Section--card02
[class^='Excerpt--'] > div,
.Section--card02 .Section-related
[class*=' Excerpt--'] > div, .Section-related
.Section--card02
[class*=' Excerpt--'] > div,
.Section--card03 .Column > div,
.Section--card03
[class^='Column-'] > div,
.Section--card03
[class*=' Column-'] > div,
.Section--card03 .Section-recent-tweets .Twitter-Pic > div, .Section-recent-tweets
.Section--card03 .Twitter-Pic > div,
.Section--card03 .Section-recent-tweets .Twitter-Tweet > div, .Section-recent-tweets
.Section--card03 .Twitter-Tweet > div,
.Section--card03 .Section-related .Excerpt > div, .Section-related
.Section--card03 .Excerpt > div,
.Section--card03 .Section-related
[class^='Excerpt--'] > div, .Section-related
.Section--card03
[class^='Excerpt--'] > div,
.Section--card03 .Section-related
[class*=' Excerpt--'] > div, .Section-related
.Section--card03
[class*=' Excerpt--'] > div {
  padding: 60px 10%;
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.Content {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.Content-icon {
  margin-right: 30px;
}

.Content-icon img {
  display: block;
  max-width: 64px;
  min-width: 16px;
}

.Content-body {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.Content p > img.alignnone {
  height: auto !important;
}

.Content hr {
  margin: 40px auto;
  max-width: 50%;
}

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

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

.Content table {
  width: 100%;
}

.Content thead {
  background: #5577f2;
  background: linear-gradient(135deg, #5577f2 0%, #5454ab 100%);
}

.Content thead td {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 20px;
}

.Content tbody td {
  font-size: 16px;
  padding: 20px;
  border-bottom: 1px solid #f1f0f3;
}

@media (max-width: 768px) {
  .Content {
    display: block;
  }
  .Content-icon img {
    margin: 30px 0;
  }
}

.ContextualMenu {
  position: absolute;
  right: 20px;
  top: 20px;
}

.ContextualMenu ul {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: none;
  list-style: none;
  margin: 4px 0 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
}

.ContextualMenu ul a {
  color: #999999;
  padding: 10px;
  transition: background 0.4s, color 0.4s;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.ContextualMenu ul a:active, .ContextualMenu ul a:hover {
  color: #2a2a2a;
  background: #f6f6f7;
  text-decoration: none;
}

.ContextualMenu:hover .ContextualMenu-toggle {
  background: #4695fe;
}

.ContextualMenu:hover .ContextualMenu-toggle path {
  fill: #fff;
}

.ContextualMenu:hover ul {
  display: block;
}

.ContextualMenu-toggle {
  transition: background 0.4s;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 4px;
  height: 24px;
  margin-left: auto;
  width: 24px;
}

.ContextualMenu-toggle svg {
  display: block;
  height: 16px;
  width: 16px;
}

.ContextualMenu-toggle path {
  transition: fill 0.4s;
  fill: #999999;
}

.ContextualMenu-toggle:active, .ContextualMenu-toggle:focus, .ContextualMenu-toggle:hover {
  background: #4695fe;
}

.ContextualMenu-toggle:active path, .ContextualMenu-toggle:focus path, .ContextualMenu-toggle:hover path {
  fill: #fff;
}

.ContextualMenu-toggle:focus ~ ul {
  display: block;
}

.Entry {
  padding: 0 0 80px 80px;
  margin: 0;
  width: 100%;
  position: relative;
}

.Entry-header {
  margin: 30px 0;
}

.Entry-header:first-child {
  margin-top: 0;
}

.Entry-header:last-child {
  margin-bottom: 0;
}

.Entry-category {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.Entry-date {
  color: #999999;
  font-weight: 600;
  margin: 0;
}

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

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

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

.Entry-title a,
.Entry-title a:active,
.Entry-title a:hover {
  text-decoration: none;
}

.Entry-footer {
  padding: 30px 0;
  clear: both;
}

.Entry-footer .nav-links {
  color: #999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Entry-footer .nav-links .nav-next,
.Entry-footer .nav-links .nav-previous {
  width: calc(50% - 40px);
}

@media (max-width: 767px) {
  .Entry-footer .nav-links .nav-next,
  .Entry-footer .nav-links .nav-previous {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .Entry-footer .nav-links .nav-next:first-child,
  .Entry-footer .nav-links .nav-previous:first-child {
    margin-top: 0;
  }
  .Entry-footer .nav-links .nav-next:last-child,
  .Entry-footer .nav-links .nav-previous:last-child {
    margin-bottom: 0;
  }
}

.Entry-footer .nav-links .nav-next:after {
  padding: 0 0 0 10px;
  content: "›";
}

.Entry-footer .nav-links .nav-previous:before {
  padding: 0 10px 0 0;
  content: "‹";
}

.Entry-author {
  margin: 30px 0 0 0;
}

.Entry-author:first-child {
  margin-top: 0;
}

.Entry-author:last-child {
  margin-bottom: 0;
}

.Entry-author p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  padding: 10px 0;
}

.Entry.has-sticky .Entry-social {
  top: auto;
  bottom: 0;
  transform: translateY(-350px);
}

.Entry-social {
  margin: 0 30px 0 0;
  width: 60px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

.Entry-social:first-child {
  margin-top: 0;
}

.Entry-social:last-child {
  margin-bottom: 0;
}

.Entry-social .addthis_toolbox.is-fixed {
  position: fixed;
  top: 130px;
}

.Entry-social .addthis_toolbox.is-fixedToBottom {
  position: absolute;
  top: 100%;
}

.Entry-social .addthis_single_icon {
  margin: 20px 0;
}

.Entry-social .addthis_single_icon:first-child {
  margin-top: 0;
}

.Entry-social .addthis_single_icon:last-child {
  margin-bottom: 0;
}

.Entry-social a {
  padding: 10px;
  background-color: #49759b;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Entry-social a:active polygon,
.Entry-social a:active path, .Entry-social a:hover polygon,
.Entry-social a:hover path {
  fill: #F57F17;
}

.Entry-social a.addthis_button_facebook:active polygon,
.Entry-social a.addthis_button_facebook:active path, .Entry-social a.addthis_button_facebook:hover polygon,
.Entry-social a.addthis_button_facebook:hover path {
  fill: #49619c;
}

.Entry-social a.addthis_button_twitter:active polygon,
.Entry-social a.addthis_button_twitter:active path, .Entry-social a.addthis_button_twitter:hover polygon,
.Entry-social a.addthis_button_twitter:hover path {
  fill: #1da1f2;
}

.Entry-social a.addthis_button_linkedin:active polygon,
.Entry-social a.addthis_button_linkedin:active path, .Entry-social a.addthis_button_linkedin:hover polygon,
.Entry-social a.addthis_button_linkedin:hover path {
  fill: #007fb7;
}

.Entry-social svg {
  display: block;
  height: 30px;
  width: 30px;
}

.Entry-social polygon,
.Entry-social path {
  transition: fill 0.4s;
  fill: #fff;
}

@media (max-width: 767px) {
  .Entry {
    padding: 0 0 80px 0;
  }
  .Entry-social {
    position: relative;
    width: 100%;
  }
  .Entry-social .addthis_single_icon {
    margin: 0 10px;
  }
  .Entry-social .addthis_single_icon:first-child {
    margin-top: 0;
  }
  .Entry-social .addthis_single_icon:last-child {
    margin-bottom: 0;
  }
  .Entry-social .addthis_toolbox {
    padding: 10px 0;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0 2px 25px #cccccc;
    transform: translateX(-30px);
  }
  .Entry-social .addthis_toolbox.is-fixed {
    position: fixed;
    top: unset;
    bottom: 0;
  }
}

.Excerpt--blog {
  color: #666666;
  padding: 30px;
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Excerpt--blog:active, .Excerpt--blog:hover {
  text-decoration: none;
}

.Excerpt--blog:active .Excerpt-thumbnail:after, .Excerpt--blog:hover .Excerpt-thumbnail:after {
  opacity: 0;
}

.Excerpt--blog .Excerpt-date,
.Excerpt--blog .Excerpt-author {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-weight: 400;
  color: #9B9B9B;
  margin: 0;
}

.Excerpt--blog .Excerpt-date:first-child,
.Excerpt--blog .Excerpt-author:first-child {
  margin-top: 0;
}

.Excerpt--blog .Excerpt-date:last-child,
.Excerpt--blog .Excerpt-author:last-child {
  margin-bottom: 0;
}

.Excerpt--blog .Excerpt-thumbnail {
  background-color: #2a2a2a;
}

.Excerpt--blog .Excerpt-thumbnail:after {
  transition: 0.4s all;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.25;
}

.Excerpt--blog .Excerpt-thumbnail > div {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.Excerpt--blog .Excerpt-content {
  margin: 20px 0 0;
}

.Excerpt--blog .Excerpt-content:first-child {
  margin-top: 0;
}

.Excerpt--blog .Excerpt-content:last-child {
  margin-bottom: 0;
}

.Excerpt--blog .Excerpt-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #2a2a2a;
}

.Excerpt--blog .Excerpt-description,
.Excerpt--blog .Excerpt-description a {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  text-decoration: none;
}

.Excerpt--blog .Excerpt-cta {
  color: #4695fe;
  text-transform: none;
  white-space: nowrap;
}

.Excerpt--blog .Excerpt-cta:active, .Excerpt--blog .Excerpt-cta:hover {
  text-decoration: underline;
}

.Excerpt--blog .Excerpt-social {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: auto;
}

.Excerpt--blog .Excerpt-social .addthis_toolbox {
  padding: 30px 0 0;
  display: -ms-flexbox;
  display: flex;
}

.Excerpt--blog .Excerpt-social .addthis_toolbox .addthis_single_icon {
  margin-right: 20px;
}

.Excerpt--relatedResource a {
  color: #666666;
  padding: 30px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.Excerpt--relatedResource a:active, .Excerpt--relatedResource a:hover {
  text-decoration: none;
}

.Excerpt--relatedResource .Excerpt-kicker {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #0099EB;
}

@media (max-width: 1023px) {
  .Excerpt--relatedResource .Excerpt-kicker {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .Excerpt--relatedResource .Excerpt-kicker {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .Excerpt--relatedResource .Excerpt-kicker {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .Excerpt--relatedResource .Excerpt-kicker {
    line-height: 22px;
  }
}

.Excerpt--relatedResource .Excerpt-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  margin-left: 0;
}

.Excerpt--relatedResource.has-bottomBorderBlue a {
  border-bottom-color: #0099EB;
}

.Excerpt--relatedResource.has-bottomBorderOrange a {
  border-bottom-color: #F57F17;
}

.Excerpt--relatedResource.Excerpt--fb--res-brief a, .Excerpt--relatedResource.Excerpt--fb--res-publication a, .Excerpt--relatedResource.Excerpt--fb--res-video a, .Excerpt--relatedResource.Excerpt--fb--res-whitepaper a {
  border-bottom-width: 10px;
  border-bottom-style: solid;
}

.Excerpt--resource {
  min-height: 400px;
}

.Excerpt--resource .Excerpt-kicker {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.Excerpt--resource .Excerpt-kicker:first-child {
  margin-top: 0;
}

.Excerpt--resource .Excerpt-kicker:last-child {
  margin-bottom: 0;
}

.Excerpt--resource .Excerpt-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #0099EB;
  margin-left: 0;
}

.Excerpt--resource .Excerpt-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
}

.Excerpt--resource .Excerpt-cta {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-weight: 600;
  color: #0099EB;
}

.Excerpt--resource.has-bottomBorderBlue a {
  border-bottom-color: #0099EB;
}

.Excerpt--resource.has-bottomBorderMediumGray a {
  border-bottom-color: #9B9B9B;
}

.Excerpt--resource.has-bottomBorderOrange a {
  border-bottom-color: #F57F17;
}

.Excerpt--resource.has-bottomBorderDarkRed a {
  border-bottom-color: #9E193C;
}

.Excerpt--resource.has-bottomBorderGreen a {
  border-bottom-color: #269A00;
}

.Excerpt--resource.Excerpt--video a {
  padding: 0 !important;
}

.Excerpt--resource.Excerpt--video a header {
  padding: 30px;
}

.Excerpt--resource.Excerpt--video a .Excerpt-image:after {
  transition: 0.4s all;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.25;
}

.Excerpt--resource.Excerpt--video a:hover .Excerpt-image:after, .Excerpt--resource.Excerpt--video a:active .Excerpt-image:after {
  opacity: 0;
}

.Excerpt--resource.Excerpt--video .PlayOverlay {
  -ms-flex-align: start;
  align-items: flex-start;
}

.Excerpt--resource.Excerpt--video .PlayOverlay svg {
  transform: translateY(75px);
}

.Excerpt--resource.Excerpt--webinar .PlayOverlay {
  position: relative;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: auto;
  height: auto;
}

.Excerpt--resource.Excerpt--webinar .Excerpt-description {
  font-size: 16px;
  color: #666666;
  margin: 0 0 30px;
}

.Excerpt--resource.Excerpt--webinar .Excerpt-description:first-child {
  margin-top: 0;
}

.Excerpt--resource.Excerpt--webinar .Excerpt-description:last-child {
  margin-bottom: 0;
}

.Excerpt--resource.Excerpt--post a, .Excerpt--resource.Excerpt--page a, .Excerpt--resource.Excerpt--resource a {
  color: #666666;
  padding: 30px;
  position: relative;
  width: 100%;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Excerpt--resource.Excerpt--post a:active, .Excerpt--resource.Excerpt--post a:hover, .Excerpt--resource.Excerpt--page a:active, .Excerpt--resource.Excerpt--page a:hover, .Excerpt--resource.Excerpt--resource a:active, .Excerpt--resource.Excerpt--resource a:hover {
  text-decoration: none;
}

.Excerpt--search {
  color: #666666;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Excerpt--search:active, .Excerpt--search:hover {
  text-decoration: none;
}

.Excerpt--search .Excerpt-author {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-weight: 400;
  color: #9B9B9B;
}

.Excerpt--search .Excerpt-kicker {
  color: #4695fe;
  text-transform: uppercase;
  margin: 0;
}

.Excerpt--search .Excerpt-content {
  margin: 20px 0 0;
}

.Excerpt--search .Excerpt-content:first-child {
  margin-top: 0;
}

.Excerpt--search .Excerpt-content:last-child {
  margin-bottom: 0;
}

.Excerpt--search .Excerpt-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #2a2a2a;
}

.Excerpt--search .Excerpt-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
}

.Excerpt,
[class^='Excerpt--'],
[class*=' Excerpt--'] {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.Excerpt-icon {
  max-width: 100%;
}

.Excerpt-title {
  font-weight: "bold";
  margin: 0;
}

.Excerpt-content {
  margin: 0 30px 0;
  font-size: 20px;
  line-height: 28px;
}

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

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

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

@media (max-width: 767px) {
  .Excerpt-content {
    font-size: 16px;
  }
}

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

.Excerpt-thumbnail {
  margin-bottom: 30px;
}

.Excerpt-cta {
  font-size: 18px;
  font-weight: "bold";
  letter-spacing: 1px;
  margin-top: auto;
  text-transform: uppercase;
}

.Excerpt--solution {
  padding: 0 30px 40px;
  display: -ms-flexbox;
  display: flex;
}

.Excerpt--solution .Excerpt-content {
  margin: 0 40px 0;
}

.Excerpt--solution .Excerpt-content:first-child {
  margin-top: 0;
}

.Excerpt--solution .Excerpt-content:last-child {
  margin-bottom: 0;
}

.Excerpt--solution .Excerpt-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

@media (max-width: 1023px) {
  .Excerpt--solution .Excerpt-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .Excerpt--solution .Excerpt-title {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .Excerpt--solution .Excerpt-title {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .Excerpt--solution .Excerpt-title {
    line-height: 22px;
  }
}

.Excerpt--solution .Excerpt-thumbnail {
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.Excerpt--solution .Excerpt-thumbnail img {
  display: block;
  width: 100%;
  max-height: 70px;
}

@media (max-width: 767px) {
  .Excerpt--collaborators, .Excerpt--customers {
    display: block;
  }
}

.Excerpt--collaborators .Excerpt-content, .Excerpt--customers .Excerpt-content {
  padding: 0 0 60px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 767px) {
  .Excerpt--collaborators .Excerpt-content, .Excerpt--customers .Excerpt-content {
    padding: 0;
    margin: auto;
  }
}

.Excerpt--collaborators .Excerpt-title, .Excerpt--customers .Excerpt-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 0 30px;
}

@media (max-width: 1023px) {
  .Excerpt--collaborators .Excerpt-title, .Excerpt--customers .Excerpt-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .Excerpt--collaborators .Excerpt-title, .Excerpt--customers .Excerpt-title {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .Excerpt--collaborators .Excerpt-title, .Excerpt--customers .Excerpt-title {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .Excerpt--collaborators .Excerpt-title, .Excerpt--customers .Excerpt-title {
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .Excerpt--collaborators .Excerpt-title, .Excerpt--customers .Excerpt-title {
    padding: 0;
  }
}

.Excerpt--collaborators .Excerpt-thumbnail, .Excerpt--customers .Excerpt-thumbnail {
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}

.Excerpt--collaborators .Excerpt-thumbnail img, .Excerpt--customers .Excerpt-thumbnail img {
  display: block;
  max-width: 100%;
  margin: auto;
  height: auto;
}

.Excerpt--industry_client a {
  display: -ms-flexbox;
  display: flex;
}

.Excerpt--industry_client a:active, .Excerpt--industry_client a:hover {
  text-decoration: none;
}

.Excerpt--industry_client .Excerpt-kicker {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}

.Excerpt--industry_client .Excerpt-content {
  padding: 0 0 60px 0;
}

.Excerpt--industry_client .Excerpt-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 0 30px;
}

.Excerpt--industry_client .Excerpt-thumbnail {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.Excerpt--industry_client .Excerpt-thumbnail img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.Excerpt--news .Excerpt-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.Excerpt--news .Excerpt-title a {
  color: #323232;
}

.Excerpt--news .Excerpt-cta {
  font-size: 14px;
  line-height: 20px;
  color: #9B9B9B;
  text-transform: none;
}

.Excerpt--news .Excerpt-cta span {
  text-transform: uppercase;
}

.Excerpt--team {
  display: block;
  text-align: center;
}

.Excerpt--team h3 {
  line-height: 1em;
  color: #666666;
}

.Excerpt--team h3 span {
  display: block;
  font-size: 20px;
}

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

@media (max-width: 767px) {
  .Excerpt--team h3 span {
    font-size: 16px;
  }
}

.Excerpt--team .Excerpt-thumbnail {
  cursor: pointer;
  border-radius: 100%;
  height: 150px;
  width: 150px;
}

.Excerpt--team .Excerpt-thumbnail .Excerpt-overlay {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: #0099EB;
  opacity: .75;
  display: none;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  line-height: 150px;
}

.Excerpt--team .Excerpt-thumbnail:hover .Excerpt-overlay {
  display: block;
}

.Excerpt--team .Excerpt-content {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.Excerpt--team .Excerpt-thumbnail,
.Excerpt--team .Excerpt-title {
  font-size: 20px;
  margin: 10px auto 0 auto;
  display: block;
}

@media (max-width: 1023px) {
  .Excerpt--team .Excerpt-thumbnail,
  .Excerpt--team .Excerpt-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .Excerpt--team .Excerpt-thumbnail,
  .Excerpt--team .Excerpt-title {
    font-size: 16px;
  }
}

.Excerpt--team .Excerpt-title {
  margin: 30px 0;
}

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

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

.Excerpt--team .Twitter,
.Excerpt--team .LinkedIn,
.Excerpt--team .RSS {
  color: #9B9B9B;
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
}

.Excerpt--team .Twitter:before,
.Excerpt--team .LinkedIn:before,
.Excerpt--team .RSS:before {
  content: '';
  margin-top: 5px;
  margin-left: -30px;
  display: inline-block;
  background-size: 90% 90%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}

.Excerpt--team .Twitter:before {
  background-image: url("../media/social/icon--twitter.svg");
  width: 20px;
  height: 20px;
}

.Excerpt--team .LinkedIn:before {
  width: 18px;
  height: 18px;
  background-image: url("../media/social/icon--linkedin.svg");
}

.Excerpt--team .RSS:before {
  width: 18px;
  height: 18px;
  background-image: url("../media/social/icon--rss.svg");
}

.Excerpt--team .blogroll {
  padding-left: 30px;
}

.Excerpt--team .blogroll h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
}

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

@media (max-width: 767px) {
  .Excerpt--team .blogroll h3 {
    font-size: 16px;
  }
}

.Excerpt--team .blogroll a,
.Excerpt--team .blogroll span,
.Excerpt--team .blogroll p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
}

.Excerpt--team .blogroll a {
  line-height: 20px;
  margin-top: 20px;
  display: block;
}

.Excerpt--team .blogroll span {
  line-height: 20px;
  clear: both;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.Excerpt--archive,
[class^='Excerpt--archive'],
[class*=' Excerpt--archive'] {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.Excerpt--archive-solution {
  padding: 0 30px 40px;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .Excerpt--archive-solution {
    display: block;
    padding: 0;
  }
}

.Excerpt--archive-solution .Excerpt-content {
  margin: 0 40px 0;
}

.Excerpt--archive-solution .Excerpt-content:first-child {
  margin-top: 0;
}

.Excerpt--archive-solution .Excerpt-content:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .Excerpt--archive-solution .Excerpt-content {
    margin: 0;
  }
}

.Excerpt--archive-solution .Excerpt-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

@media (max-width: 1023px) {
  .Excerpt--archive-solution .Excerpt-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .Excerpt--archive-solution .Excerpt-title {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .Excerpt--archive-solution .Excerpt-title {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .Excerpt--archive-solution .Excerpt-title {
    line-height: 22px;
  }
}

.Excerpt--archive-solution .Excerpt-thumbnail {
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.Excerpt--archive-solution .Excerpt-thumbnail img {
  display: block;
  width: auto;
  max-height: 70px;
}

.Excerpt--archive-solution a {
  font-weight: 600;
}

.Excerpt--archive-news .Excerpt-thumbnail, .Excerpt--archive-press-release .Excerpt-thumbnail {
  width: 20%;
  min-width: 20%;
  max-width: 200px;
  margin-right: 5%;
}

.Excerpt--archive-news .Excerpt-thumbnail img, .Excerpt--archive-press-release .Excerpt-thumbnail img {
  width: 100%;
  height: auto;
}

.Excerpt--archive-news .Excerpt-icon, .Excerpt--archive-press-release .Excerpt-icon {
  max-width: 100%;
}

.Excerpt--archive-news .Excerpt-title, .Excerpt--archive-press-release .Excerpt-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
}

.Excerpt--archive-news .Excerpt-content, .Excerpt--archive-press-release .Excerpt-content {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px !important;
}

.Excerpt--archive-news .Excerpt-content:first-child, .Excerpt--archive-press-release .Excerpt-content:first-child {
  margin-top: 0;
}

.Excerpt--archive-news .Excerpt-content:last-child, .Excerpt--archive-press-release .Excerpt-content:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .Excerpt--archive-news .Excerpt-content, .Excerpt--archive-press-release .Excerpt-content {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .Excerpt--archive-news .Excerpt-content, .Excerpt--archive-press-release .Excerpt-content {
    font-size: 16px;
  }
}

.Excerpt--archive-news .Excerpt-cta, .Excerpt--archive-press-release .Excerpt-cta {
  font-size: 14px;
  line-height: 20px;
  color: #9B9B9B;
}

.Excerpt--archive-news .Excerpt-cta a, .Excerpt--archive-press-release .Excerpt-cta a {
  color: #9B9B9B;
}

.Excerpt--archive-event {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3%;
  box-shadow: 0 5px 15px 0px #c2c2c2;
  min-height: 500px;
  height: 100%;
}

.Excerpt--archive-event .Excerpt-thumbnail {
  width: 100%;
  height: 200px;
  margin: 0;
  background-color: #c2c2c2 !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.Excerpt--archive-event .Excerpt-icon {
  max-width: 100%;
}

.Excerpt--archive-event .Excerpt-content, .Excerpt--archive-event .Excerpt-title, .Excerpt--archive-event .Excerpt-date, .Excerpt--archive-event .Excerpt-location {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #999999;
}

@media (max-width: 1023px) {
  .Excerpt--archive-event .Excerpt-content, .Excerpt--archive-event .Excerpt-title, .Excerpt--archive-event .Excerpt-date, .Excerpt--archive-event .Excerpt-location {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .Excerpt--archive-event .Excerpt-content, .Excerpt--archive-event .Excerpt-title, .Excerpt--archive-event .Excerpt-date, .Excerpt--archive-event .Excerpt-location {
    font-size: 16px;
  }
}

.Excerpt--archive-event .Excerpt-content {
  margin: 30px auto;
  width: 80%;
}

.Excerpt--archive-event .Excerpt-content:first-child {
  margin-top: 0;
}

.Excerpt--archive-event .Excerpt-content:last-child {
  margin-bottom: 0;
}

.Excerpt--archive-event .Excerpt-title {
  margin: 0;
  font-weight: 600;
  margin: 0 0 10px 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.Excerpt--archive-event .Excerpt-title:first-child {
  margin-top: 0;
}

.Excerpt--archive-event .Excerpt-title:last-child {
  margin-bottom: 0;
}

.Excerpt--archive-event .Excerpt-title:first-child {
  margin-top: 0;
}

.Excerpt--archive-event .Excerpt-title:last-child {
  margin-bottom: 0;
}

.Excerpt--archive-event .Excerpt-date {
  font-weight: 600;
  margin: 0 0 10px 0;
}

.Excerpt--archive-event .Excerpt-date:first-child {
  margin-top: 0;
}

.Excerpt--archive-event .Excerpt-date:last-child {
  margin-bottom: 0;
}

.Excerpt--archive-event .Excerpt-cta {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: auto;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.Excerpt--archive-event .Excerpt-cta a {
  color: "blue-alt-mid";
}

.Excerpt--recent,
[class^='Excerpt--recent'],
[class*=' Excerpt--recent'] {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.Excerpt--recent-news .Excerpt-thumbnail, .Excerpt--recent-press-release .Excerpt-thumbnail {
  width: 30%;
  min-width: 30%;
  margin-right: 10%;
}

.Excerpt--recent-news .Excerpt-thumbnail img, .Excerpt--recent-press-release .Excerpt-thumbnail img {
  width: 100%;
  height: auto;
}

.Excerpt--recent-news .Excerpt-icon, .Excerpt--recent-press-release .Excerpt-icon {
  max-width: 100%;
}

.Excerpt--recent-news .Excerpt-title, .Excerpt--recent-press-release .Excerpt-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
}

.Excerpt--recent-news .Excerpt-content, .Excerpt--recent-press-release .Excerpt-content {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px !important;
}

.Excerpt--recent-news .Excerpt-content:first-child, .Excerpt--recent-press-release .Excerpt-content:first-child {
  margin-top: 0;
}

.Excerpt--recent-news .Excerpt-content:last-child, .Excerpt--recent-press-release .Excerpt-content:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .Excerpt--recent-news .Excerpt-content, .Excerpt--recent-press-release .Excerpt-content {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .Excerpt--recent-news .Excerpt-content, .Excerpt--recent-press-release .Excerpt-content {
    font-size: 16px;
  }
}

.Excerpt--recent-news .Excerpt-cta, .Excerpt--recent-press-release .Excerpt-cta {
  font-size: 14px;
  line-height: 20px;
  color: #9B9B9B;
}

.Excerpt--recent-news .Excerpt-cta a, .Excerpt--recent-press-release .Excerpt-cta a {
  color: #9B9B9B;
}

.Excerpt--recent-event {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3%;
  box-shadow: 0 5px 15px 0px #c2c2c2;
  min-height: 500px;
}

@media (max-width: 1023px) {
  .Excerpt--recent-event {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 767px) {
  .Excerpt--recent-event {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.Excerpt--recent-event .Excerpt-thumbnail {
  width: 100%;
  height: 200px;
  margin: 0;
  background-color: #c2c2c2 !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.Excerpt--recent-event .Excerpt-icon {
  max-width: 100%;
}

.Excerpt--recent-event .Excerpt-content, .Excerpt--recent-event .Excerpt-title, .Excerpt--recent-event .Excerpt-date, .Excerpt--recent-event .Excerpt-location {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #999999;
}

@media (max-width: 1023px) {
  .Excerpt--recent-event .Excerpt-content, .Excerpt--recent-event .Excerpt-title, .Excerpt--recent-event .Excerpt-date, .Excerpt--recent-event .Excerpt-location {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .Excerpt--recent-event .Excerpt-content, .Excerpt--recent-event .Excerpt-title, .Excerpt--recent-event .Excerpt-date, .Excerpt--recent-event .Excerpt-location {
    font-size: 16px;
  }
}

.Excerpt--recent-event .Excerpt-content {
  margin: 30px auto;
  width: 80%;
}

.Excerpt--recent-event .Excerpt-content:first-child {
  margin-top: 0;
}

.Excerpt--recent-event .Excerpt-content:last-child {
  margin-bottom: 0;
}

.Excerpt--recent-event .Excerpt-title {
  margin: 0;
  font-weight: 600;
  margin: 0 0 10px 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.Excerpt--recent-event .Excerpt-title:first-child {
  margin-top: 0;
}

.Excerpt--recent-event .Excerpt-title:last-child {
  margin-bottom: 0;
}

.Excerpt--recent-event .Excerpt-title:first-child {
  margin-top: 0;
}

.Excerpt--recent-event .Excerpt-title:last-child {
  margin-bottom: 0;
}

.Excerpt--recent-event .Excerpt-date {
  font-weight: 600;
  margin: 0 0 10px 0;
}

.Excerpt--recent-event .Excerpt-date:first-child {
  margin-top: 0;
}

.Excerpt--recent-event .Excerpt-date:last-child {
  margin-bottom: 0;
}

.Excerpt--recent-event .Excerpt-cta {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: auto;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.Excerpt--recent-event .Excerpt-cta a {
  color: "blue-alt-mid";
}

.FBFilters.FBFilters--blog .FBFilters-field,
.FBFilters.FBFilters--blog .FBFilters-field ul {
  width: 300px;
}

.FBFilters {
  position: relative;
  height: 60px;
}

.FBFilters ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.FBFilters li {
  margin: 0;
  padding: 0;
}

.FBFilters-filter--list {
  position: relative;
}

.FBFilters-field, .FBFilters-field ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 100%;
  left: 0;
  width: 210px;
}

.FBFilters-field li {
  width: 100%;
  white-space: nowrap;
}

.FBFilters-field a {
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #0099EB;
  text-decoration: none;
  width: 100%;
  display: block;
  transition: none;
}

.FBFilters-field a:active, .FBFilters-field a:hover {
  color: #fff;
  background-color: #0099EB;
}

.FBFilters-field a.is-active {
  color: #F57F17;
}

.FBFilters-field a.is-active:active, .FBFilters-field a.is-active:hover {
  color: #fff;
}

.FBFilters-label {
  color: #0099EB;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  width: 210px;
  position: relative;
  width: 100%;
}

.FBFilters-label:after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.FBFilters-menu {
  border: 2px solid #0099EB;
  background-color: #fff;
  z-index: 5;
}

.FBFilters-menu:not(.is-open) .FBFilters-label:after {
  width: 0;
  height: 0;
  z-index: 10;
  content: '';
  border-top: 5px solid #0099EB;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.FBFilters-menu.is-open .FBFilters-label:after {
  width: 0;
  height: 0;
  z-index: 10;
  content: '';
  border-bottom: 5px solid #0099EB;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.FBFilters-menu.is-open .FBFilters-sub-menu {
  visibility: visible;
  z-index: 2;
  opacity: 1;
  transform: translateX(-2px) scaleY(1);
}

.FBFilters-sub-menu {
  transition: transform 0.2s, opacity 0.6s;
  background-color: #fff;
  border: 2px solid #0099EB;
  border-top: none;
  visibility: hidden;
  z-index: 0;
  transform: translateX(2px) scaleY(0);
  opacity: 0;
  transform-origin: top;
}

.FBFilters-filter--search {
  width: 100%;
}

.Footer {
  padding: 80px 0 60px 0;
  color: #9B9B9B;
  background-color: #000;
  position: relative;
}

.Footer .Row, .Footer
[class^='Row--'], .Footer
[class*=' Row--'], .Footer .Section-recent-tweets, .Footer .Section-related {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.Footer hr {
  background: #4A4A4A;
  height: 1px;
  border: 0;
}

.Footer ul {
  padding: 0;
  margin: 0;
}

.Footer ul:first-child {
  margin-top: 0;
}

.Footer ul:last-child {
  margin-bottom: 0;
}

.Footer ul li {
  padding: 0 20px;
  list-style: none;
  display: inline;
}

.Footer ul li:first-child {
  padding-left: 0;
}

.Footer-nav li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
}

.Footer-nav-copyright {
  font-size: 12px;
  line-height: 20px;
}

.Footer-nav-copyright li {
  padding: 0 0 0 5px !important;
  border-left: solid 1px #4A4A4A;
  margin-left: 5px;
}

.Footer-nav-copyright li:first-child, .Footer-nav-copyright li:nth-child(2) {
  border-left: none;
  padding: 0 !important;
  margin: 0 !important;
}

.Footer-nav-copyright li a {
  font-size: 12px !important;
  line-height: 20px !important;
  color: #9B9B9B !important;
}

.Footer-nav-social {
  margin-top: -5px !important;
  position: absolute;
  right: 0;
}

.Footer-nav-social li {
  padding: 0 20px !important;
  line-height: 24px;
}

.Footer-nav-social li a {
  line-height: 24px;
}

@media (max-width: 1023px) {
  .Footer {
    text-align: center;
  }
  .Footer-nav li {
    margin-bottom: 20px;
    line-height: 40px;
  }
  .Footer-nav li:nth-child(5n+5):after {
    content: "\A";
    white-space: pre;
  }
  .Footer-nav-social {
    position: relative;
    right: auto;
  }
}

@media (max-width: 767px) {
  .Footer-nav li {
    width: 100%;
    display: block !important;
    padding: 0 !important;
    margin: 0;
  }
  .Footer-nav li:nth-child(5):after {
    display: none;
  }
  .Footer-nav-copyright li {
    border-left: 0;
  }
  .Footer-nav-copyright li:first-child:after {
    content: "\A";
    white-space: pre;
  }
}

.greenhouse-application-wrap {
  display: none;
}

.greenhouse-application-wrap.is-active {
  display: block;
}

.Header {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  z-index: 100;
  position: fixed;
  top: 0;
  height: 100px;
  transition: all 0.2s;
}

.Header .Wrap, .Header .Wrap--noPadding, .Header .Wrap--noPaddingAll, .Header .Wrap--wide, .Header .Wrap--narrow {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
}

.Header-toggle {
  display: none;
}

.Header .Logo {
  background-position: center center;
  background-size: 80% auto;
  background-repeat: no-repeat;
  top: 0;
  position: absolute;
}

.Header .Logo a {
  display: block;
  height: 100%;
  width: 100%;
}

.Header-nav {
  margin-left: auto;
}

.Header-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 48px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Header-nav li ul {
  display: none;
}

.Header-nav li ul li {
  margin-left: 0;
}

.Header-nav li:hover ul {
  position: absolute;
  display: block;
}

.Header-nav li + li {
  margin-left: 30px;
}

.Header-nav a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
}

.Header-nav .Button a:after, .Header-nav
[class^='Button--'] a:after, .Header-nav
[class*=' Button--'] a:after {
  display: none !important;
}

.Hero {
  -ms-flex-align: center;
  align-items: center;
  background: #4e4ea4;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  position: relative;
}

.Hero .Wrap, .Hero .Wrap--noPadding, .Hero .Wrap--noPaddingAll, .Hero .Wrap--wide, .Hero .Wrap--narrow {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  z-index: 50;
}

.Hero .BackgroundCurve {
  bottom: -126px;
  z-index: 10;
}

.Hero + .Section .Section-header {
  margin: 0 0 40px;
}

.Hero + .Section .Section-header:first-child {
  margin-top: 0;
}

.Hero + .Section .Section-header:last-child {
  margin-bottom: 0;
}

.Hero + .Section .u-alignCenter {
  max-width: 892.5px;
}

.is-active.Hero + .Section:not(.u-bgColor--lightestGray) {
  border-top: 0;
}

.is-active.Hero + .Section:not(.u-bgColor--lightestGray).u-paddingXxSmall {
  padding-top: 65px;
}

.is-active.Hero + .Section:not(.u-bgColor--lightestGray).u-paddingXSmall {
  padding-top: 80px;
}

.is-active.Hero + .Section:not(.u-bgColor--lightestGray).u-paddingSmall {
  padding-top: 95px;
}

.is-active.Hero + .Section:not(.u-bgColor--lightestGray).u-paddingMedium {
  padding-top: 110px;
}

.is-active.Hero + .Section:not(.u-bgColor--lightestGray).u-paddingLarge {
  padding-top: 140px;
}

.is-active.Hero + .Section:not(.u-bgColor--lightestGray).u-paddingXLarge {
  padding-top: 170px;
}

.is-active.Hero + .Section:not(.u-bgColor--lightestGray).u-paddingXxLarge {
  padding-top: 230px;
}

.u-paddingXxSmall.Hero {
  padding-bottom: 135px;
  padding-top: 115px;
}

.u-paddingXSmall.Hero {
  padding-bottom: 150px;
  padding-top: 130px;
}

.u-paddingSmall.Hero {
  padding-bottom: 165px;
  padding-top: 145px;
}

.u-paddingMedium.Hero {
  padding-bottom: 180px;
  padding-top: 160px;
}

.u-paddingLarge.Hero {
  padding-bottom: 210px;
  padding-top: 190px;
}

.u-paddingXLarge.Hero {
  padding-bottom: 240px;
  padding-top: 220px;
}

.u-paddingXxLarge.Hero {
  padding-bottom: 300px;
  padding-top: 280px;
}

.PacNav--state-mobile .u-paddingXxSmall.Hero {
  padding-bottom: 75px;
  padding-top: 115px;
}

.PacNav--state-mobile .u-paddingXSmall.Hero {
  padding-bottom: 90px;
  padding-top: 130px;
}

.PacNav--state-mobile .u-paddingSmall.Hero {
  padding-bottom: 105px;
  padding-top: 145px;
}

.PacNav--state-mobile .u-paddingMedium.Hero {
  padding-bottom: 120px;
  padding-top: 160px;
}

.PacNav--state-mobile .u-paddingLarge.Hero {
  padding-bottom: 150px;
  padding-top: 190px;
}

.PacNav--state-mobile .u-paddingXLarge.Hero {
  padding-bottom: 180px;
  padding-top: 220px;
}

.PacNav--state-mobile .u-paddingXxLarge.Hero {
  padding-bottom: 240px;
  padding-top: 280px;
}

.Hero {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.Hero-background, .Hero-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.Hero-background {
  opacity: 1;
  background: no-repeat center;
  background-size: cover;
  z-index: 5;
  height: 110%;
}

.Hero-image {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
  max-width: 280px;
  min-width: 240px;
}

.Hero-image.is-leftAligned {
  padding-right: 30px;
}

.Hero-image.is-rightAligned {
  margin-left: auto;
  padding-left: 30px;
  -ms-flex-order: 2;
  order: 2;
}

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

.Hero-content {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.Hero-kicker, .Hero-title, .Hero-subtitle, .Hero-cta {
  color: #fff;
  margin: 10px 0;
  max-width: 860px;
}

.Hero-kicker:first-child, .Hero-title:first-child, .Hero-subtitle:first-child, .Hero-cta:first-child {
  margin-top: 0;
}

.Hero-kicker:last-child, .Hero-title:last-child, .Hero-subtitle:last-child, .Hero-cta:last-child {
  margin-bottom: 0;
}

.Hero-kicker {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.Hero-title {
  font-size: 60px;
  line-height: 60px;
}

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

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

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

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

.Hero-title a {
  text-decoration: none;
}

.Hero-subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  max-width: 730px;
}

.Hero-cta {
  display: -ms-flexbox;
  display: flex;
  line-height: 1em;
  margin-top: 40px;
}

.Hero-cta a:not(.Button):not(.Button--outline) {
  color: #41D9D0;
  display: inline-block;
  padding-bottom: 0;
}

.Hero-cta a:not(.Button):not(.Button--outline):active, .Hero-cta a:not(.Button):not(.Button--outline):hover {
  color: #6ce2db;
}

.Hero-cta a + a {
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-left: 10px;
}

.Hero .u-alignLeft {
  margin-right: auto;
}

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

.Hero .u-alignRight {
  margin-left: auto;
}

.Hero--no-curve .Hero-background {
  height: auto;
}

.JobsList {
  padding: 60px;
  margin: 60px auto 0 auto;
  background-color: #fff;
  width: 70%;
}

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

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

@media (max-width: 767px) {
  .JobsList {
    margin: 0;
    width: 100%;
  }
}

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

.JobsList li {
  margin-bottom: 10px;
}

.JobsList .job--name {
  display: inline-block;
}

.JobsList .job--location {
  display: inline-block;
  float: right;
}

@media (max-width: 1023px) {
  .JobsList .job--name {
    display: block;
  }
  .JobsList .job--location {
    display: block;
    float: none;
  }
}

.Kicker {
  color: #0099EB;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.Kicker + h1, .Kicker + h2, .Kicker + h3 {
  margin-top: 10px;
}

.Language,
[class^='Language--'],
[class*=' Language--'] {
  background: transparent;
}

.Language--options li a.is-active, .Language--options li.is-active a {
  background-color: #41D9D0;
  color: #fff !important;
  font-weight: 400 !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
  border-radius: 5px;
  display: block;
}

.Language--toggle {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  background-image: url("../media/icon--language.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-left: -30px;
}

.Language--toggle:hover:after {
  display: none;
}

.Language--options {
  display: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 25px !important;
  min-width: 175px;
  margin-left: -57.5px !important;
  position: absolute;
  bottom: 60px;
}

.Language--options li {
  margin: 0;
  padding: 0;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  float: none;
  width: 100%;
}

.Language--options li:first-child {
  margin-top: 0;
}

.Language--options li:last-child {
  margin-bottom: 0;
}

.Language--options li a {
  font-size: 16px !important;
  line-height: 20px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  color: #666666 !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.Language--options.options-open {
  display: block;
}

.Language--options:after {
  width: 0;
  height: 0;
  z-index: 10;
  content: '';
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
}

.LoadMore {
  text-align: center;
}

.Logo {
  height: 58px;
  width: 215px;
}

.Logo h1 {
  height: 100%;
  margin: 0;
}

.Logo a,
.Logo svg {
  display: block;
  height: 100%;
  width: 100%;
}

.LogoRow {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.LogoRow-item {
  margin: 0 20px;
}

.LogoRow-item:first-child {
  margin-left: 0;
}

.LogoRow-item:last-child {
  margin-right: 0;
}

.Maintenance {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Maintenance body {
  height: 100%;
  padding: 0;
  margin: 0;
}

.Maintenance .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #FFFFFF;
}

.Maintenance .notice {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  width: 95%;
  text-align: center;
  margin: auto;
  font-size: 30px;
  font-weight: 300;
}

.Maintenance .notice img {
  display: block;
  margin: 0 auto 3% auto;
}

@media (min-width: 768px) {
  .Molecular-Nav {
    min-height: 15rem;
    position: relative;
  }
  .Molecular-Nav-Ion {
    transition: all 0.4s;
    display: none;
    position: absolute;
    background: black;
    border-radius: 100%;
    padding: 0;
    margin: auto;
    left: 0;
    right: 0;
    cursor: pointer;
    background: #2a2a2a;
    background: linear-gradient(5deg, #2a2a2a 0%, #0099EB 100%);
  }
  .Molecular-Nav-Ion:first-child {
    width: 15rem;
    height: 15rem;
    transform: scale(1) translate(-15rem, -5.25rem);
  }
  .Molecular-Nav-Ion:nth-child(2) {
    width: 17.0rem;
    height: 17.0rem;
    transform: scale(1) translate(12.75rem, -8.25rem);
  }
  .Molecular-Nav-Ion:nth-child(3) {
    width: 18rem;
    height: 18rem;
    transform: scale(1) translate(0, 4.5rem);
  }
  .Molecular-Nav-Ion:hover {
    background: #2a2a2a;
    background: linear-gradient(0deg, #2a2a2a 0%, #9B9B9B 100%);
    animation: none;
  }
  .Molecular-Nav-Ion-Label {
    transition: all 0.4s;
    color: #fff;
    font-size: 18px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .Molecular-Nav-Ion-Label svg {
    height: 40px;
    width: auto;
  }
  .Molecular-Nav-Ion-Atoms, .Molecular-Nav-Ion-Menu {
    display: block;
    transition: all 0.4s;
  }
  .Molecular-Nav-Ion-Atoms *, .Molecular-Nav-Ion-Menu * {
    display: block;
    transition: all 0.8s;
    transform: scale(0);
  }
  .Molecular-Nav-Ion-Content {
    background: transparent;
    width: 60%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
  }
  .Molecular-Nav-Ion-Content * {
    background: transparent;
    display: none;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }
  .Molecular-Nav-Ion-Content h3 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .Molecular-Nav-Ion-Content h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .Molecular-Nav-Ion-Content h3 {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .Molecular-Nav-Ion-Content h3 {
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .Molecular-Nav-Ion-Content h3 {
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  .Molecular-Nav-Ion.Awards .Molecular-Nav-Ion-Content {
    margin: 35% auto 0 auto;
    height: 30%;
  }
  .Molecular-Nav-Ion.Customers .Molecular-Nav-Ion-Content {
    margin: 25% auto 0 auto;
    height: 40%;
  }
  .Molecular-Nav-Ion.Testimonials .Molecular-Nav-Ion-Content {
    margin: 20% auto 0 auto;
    height: 60%;
  }
  .Molecular-Nav.Load .Molecular-Nav-Ion {
    display: block;
  }
  .Molecular-Nav.Load .Molecular-Nav-Ion:first-child {
    animation: position-awards 1.0s normal forwards, orbit 2.25s linear infinite;
  }
  .Molecular-Nav.Load .Molecular-Nav-Ion:nth-child(2) {
    animation: position-customers 1.75s normal forwards, orbit 1.9s linear infinite;
  }
  .Molecular-Nav.Load .Molecular-Nav-Ion:nth-child(3) {
    animation: position-testimonials 2.5s normal forwards, orbit 2.1s linear infinite;
  }
  .Molecular-Nav.Loaded .Molecular-Nav-Ion {
    display: block;
  }
  .Molecular-Nav.Loaded .Molecular-Nav-Ion:first-child {
    animation: orbit 2.25s linear infinite;
  }
  .Molecular-Nav.Loaded .Molecular-Nav-Ion:nth-child(2) {
    animation: orbit 1.9s linear infinite;
  }
  .Molecular-Nav.Loaded .Molecular-Nav-Ion:nth-child(3) {
    animation: orbit 2.1s linear infinite;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion {
    animation: none;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active {
    background-color: #323232 !important;
    background: url("../media/background--molecular-nav-active.svg");
    background-position: 10% center;
    background-size: 50%;
    background-repeat: no-repeat;
    z-index: 10;
    transform: translate(0, -7.5em);
    width: 30rem;
    height: 30rem;
    animation: none;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Label {
    top: 4.95rem;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Atoms {
    display: block;
    float: left;
    margin-left: -4.9995rem;
    margin-top: -2.0rem;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Atoms div:nth-child(1) {
    position: relative;
    z-index: 9;
    margin-left: 30%;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Atoms div:nth-child(2) {
    position: relative;
    z-index: 8;
    margin-left: 0%;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Atoms div:nth-child(3) {
    position: relative;
    z-index: 7;
    margin-left: 30%;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Atoms div:nth-child(4) {
    position: relative;
    z-index: 6;
    margin-left: 0%;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Atoms div:nth-child(5) {
    position: relative;
    z-index: 5;
    margin-left: 30%;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Atoms div:nth-child(6) {
    position: relative;
    z-index: 4;
    margin-left: 0%;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Atoms div:nth-child(7) {
    position: relative;
    z-index: 3;
    margin-left: 30%;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Atoms.is-short {
    margin-top: 2.0rem;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Atoms div {
    transition: all 0.6s;
    margin-top: -10%;
    transform: scale(1);
    display: block;
    text-align: center;
    background: #fff;
    box-shadow: -10px 20px 40px #9B9B9B;
    width: 5.75rem;
    height: 5.75rem;
    line-height: 5.25rem;
    border-radius: 100%;
    background-size: 70% auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Atoms div.is-active {
    width: 8.0rem;
    height: 8.0rem;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Content .is-active {
    display: block;
    line-height: 1em;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Content .is-active * {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Content .is-active h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Content .is-active h3 + img {
    display: none;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Content .is-active p {
    margin: 0;
    padding: 0;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Content .is-active p:first-child {
    margin-top: 0;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Content .is-active p:last-child {
    margin-bottom: 0;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-active .Molecular-Nav-Ion-Content .is-active ul {
    display: none;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-next, .Molecular-Nav.is-open .Molecular-Nav-Ion.is-previous {
    text-align: right;
    width: 9rem;
    height: 9rem;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-next .Molecular-Nav-Ion-Label, .Molecular-Nav.is-open .Molecular-Nav-Ion.is-previous .Molecular-Nav-Ion-Label {
    font-size: 14px;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-next svg, .Molecular-Nav.is-open .Molecular-Nav-Ion.is-previous svg {
    display: block;
    height: 30px;
    width: auto;
    margin-top: 5px;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-next {
    z-index: 5;
    transform: translate(17.0rem, 9rem);
    animation: none;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion.is-previous {
    z-index: 7;
    transform: translate(14.0rem, 15rem);
    animation: none;
  }
  .Molecular-Nav.is-open .Molecular-Nav-Ion:not(.is-active):not(.is-next):not(.is-previous) {
    display: none;
  }
}

@media (max-width: 767px) {
  body:before {
    content: 'on-mobile';
    position: absolute;
    font-size: 0;
    left: -100vw;
  }
  .Molecular-Nav-Ion-Label {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    background-color: #323232 !important;
    background: url("../media/background--molecular-nav-active.svg");
    background-position: center center;
    background-size: 50% auto;
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (max-width: 767px) and (max-width: 1023px) {
  .Molecular-Nav-Ion-Label {
    font-size: 20px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .Molecular-Nav-Ion-Label {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .Molecular-Nav-Ion-Label svg {
    height: 40px;
    width: auto;
    margin-top: 5px;
  }
  .Molecular-Nav-Ion-Content ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
  }
  .Molecular-Nav-Ion-Content ul li {
    display: inline-block;
    width: 49%;
  }
  .Molecular-Nav-Ion-Content ul li:first-child a {
    text-align: left;
  }
  .Molecular-Nav-Ion-Content ul li:last-child a {
    text-align: right;
  }
  .Molecular-Nav-Ion-Content ul li a {
    display: block;
    width: 100%;
  }
  .Molecular-Nav-Ion.Awards ul {
    margin-top: 80px;
  }
  .cycle-slide {
    width: 80vw;
    white-space: normal;
    vertical-align: top;
    margin-right: 15vw;
  }
  .cycle-slide * {
    white-space: normal;
  }
  .cycle-slide img {
    float: right;
    margin: 0 0 5% 5%;
    width: 35%;
  }
}

@keyframes position-awards {
  from {
    transform: scale(0) translate(0, 0);
  }
  to {
    transform: scale(1) translate(-15rem, -5.25rem);
  }
}

@keyframes position-customers {
  from {
    transform: scale(0) translate(0, 0);
  }
  to {
    transform: scale(1) translate(12.75rem, -8.25rem);
  }
}

@keyframes position-testimonials {
  from {
    transform: scale(0) translate(0, 0);
  }
  to {
    transform: scale(1) translate(0, 4.5rem);
  }
}

@keyframes orbit {
  0% {
    top: -4px;
    left: 0px;
  }
  1% {
    top: -3.84px;
    left: -0.16px;
  }
  2% {
    top: -3.68px;
    left: -0.32px;
  }
  3% {
    top: -3.52px;
    left: -0.48px;
  }
  4% {
    top: -3.36px;
    left: -0.64px;
  }
  5% {
    top: -3.2px;
    left: -0.8px;
  }
  6% {
    top: -3.04px;
    left: -0.96px;
  }
  7% {
    top: -2.88px;
    left: -1.12px;
  }
  8% {
    top: -2.72px;
    left: -1.28px;
  }
  9% {
    top: -2.56px;
    left: -1.44px;
  }
  10% {
    top: -2.4px;
    left: -1.6px;
  }
  11% {
    top: -2.24px;
    left: -1.76px;
  }
  12% {
    top: -2.08px;
    left: -1.92px;
  }
  13% {
    top: -1.92px;
    left: -2.08px;
  }
  14% {
    top: -1.76px;
    left: -2.24px;
  }
  15% {
    top: -1.6px;
    left: -2.4px;
  }
  16% {
    top: -1.44px;
    left: -2.56px;
  }
  17% {
    top: -1.28px;
    left: -2.72px;
  }
  18% {
    top: -1.12px;
    left: -2.88px;
  }
  19% {
    top: -0.96px;
    left: -3.04px;
  }
  20% {
    top: -0.8px;
    left: -3.2px;
  }
  21% {
    top: -0.64px;
    left: -3.36px;
  }
  22% {
    top: -0.48px;
    left: -3.52px;
  }
  23% {
    top: -0.32px;
    left: -3.68px;
  }
  24% {
    top: -0.16px;
    left: -3.84px;
  }
  25% {
    top: 0px;
    left: -4px;
  }
  26% {
    top: 0.16px;
    left: -3.84px;
  }
  27% {
    top: 0.32px;
    left: -3.68px;
  }
  28% {
    top: 0.48px;
    left: -3.52px;
  }
  29% {
    top: 0.64px;
    left: -3.36px;
  }
  30% {
    top: 0.8px;
    left: -3.2px;
  }
  31% {
    top: 0.96px;
    left: -3.04px;
  }
  32% {
    top: 1.12px;
    left: -2.88px;
  }
  33% {
    top: 1.28px;
    left: -2.72px;
  }
  34% {
    top: 1.44px;
    left: -2.56px;
  }
  35% {
    top: 1.6px;
    left: -2.4px;
  }
  36% {
    top: 1.76px;
    left: -2.24px;
  }
  37% {
    top: 1.92px;
    left: -2.08px;
  }
  38% {
    top: 2.08px;
    left: -1.92px;
  }
  39% {
    top: 2.24px;
    left: -1.76px;
  }
  40% {
    top: 2.4px;
    left: -1.6px;
  }
  41% {
    top: 2.56px;
    left: -1.44px;
  }
  42% {
    top: 2.72px;
    left: -1.28px;
  }
  43% {
    top: 2.88px;
    left: -1.12px;
  }
  44% {
    top: 3.04px;
    left: -0.96px;
  }
  45% {
    top: 3.2px;
    left: -0.8px;
  }
  46% {
    top: 3.36px;
    left: -0.64px;
  }
  47% {
    top: 3.52px;
    left: -0.48px;
  }
  48% {
    top: 3.68px;
    left: -0.32px;
  }
  49% {
    top: 3.84px;
    left: -0.16px;
  }
  50% {
    top: 4px;
    left: 0px;
  }
  51% {
    top: 3.84px;
    left: 0.16px;
  }
  52% {
    top: 3.68px;
    left: 0.32px;
  }
  53% {
    top: 3.52px;
    left: 0.48px;
  }
  54% {
    top: 3.36px;
    left: 0.64px;
  }
  55% {
    top: 3.2px;
    left: 0.8px;
  }
  56% {
    top: 3.04px;
    left: 0.96px;
  }
  57% {
    top: 2.88px;
    left: 1.12px;
  }
  58% {
    top: 2.72px;
    left: 1.28px;
  }
  59% {
    top: 2.56px;
    left: 1.44px;
  }
  60% {
    top: 2.4px;
    left: 1.6px;
  }
  61% {
    top: 2.24px;
    left: 1.76px;
  }
  62% {
    top: 2.08px;
    left: 1.92px;
  }
  63% {
    top: 1.92px;
    left: 2.08px;
  }
  64% {
    top: 1.76px;
    left: 2.24px;
  }
  65% {
    top: 1.6px;
    left: 2.4px;
  }
  66% {
    top: 1.44px;
    left: 2.56px;
  }
  67% {
    top: 1.28px;
    left: 2.72px;
  }
  68% {
    top: 1.12px;
    left: 2.88px;
  }
  69% {
    top: 0.96px;
    left: 3.04px;
  }
  70% {
    top: 0.8px;
    left: 3.2px;
  }
  71% {
    top: 0.64px;
    left: 3.36px;
  }
  72% {
    top: 0.48px;
    left: 3.52px;
  }
  73% {
    top: 0.32px;
    left: 3.68px;
  }
  74% {
    top: 0.16px;
    left: 3.84px;
  }
  75% {
    top: 0px;
    left: 4px;
  }
  76% {
    top: -0.16px;
    left: 3.84px;
  }
  77% {
    top: -0.32px;
    left: 3.68px;
  }
  78% {
    top: -0.48px;
    left: 3.52px;
  }
  79% {
    top: -0.64px;
    left: 3.36px;
  }
  80% {
    top: -0.8px;
    left: 3.2px;
  }
  81% {
    top: -0.96px;
    left: 3.04px;
  }
  82% {
    top: -1.12px;
    left: 2.88px;
  }
  83% {
    top: -1.28px;
    left: 2.72px;
  }
  84% {
    top: -1.44px;
    left: 2.56px;
  }
  85% {
    top: -1.6px;
    left: 2.4px;
  }
  86% {
    top: -1.76px;
    left: 2.24px;
  }
  87% {
    top: -1.92px;
    left: 2.08px;
  }
  88% {
    top: -2.08px;
    left: 1.92px;
  }
  89% {
    top: -2.24px;
    left: 1.76px;
  }
  90% {
    top: -2.4px;
    left: 1.6px;
  }
  91% {
    top: -2.56px;
    left: 1.44px;
  }
  92% {
    top: -2.72px;
    left: 1.28px;
  }
  93% {
    top: -2.88px;
    left: 1.12px;
  }
  94% {
    top: -3.04px;
    left: 0.96px;
  }
  95% {
    top: -3.2px;
    left: 0.8px;
  }
  96% {
    top: -3.36px;
    left: 0.64px;
  }
  97% {
    top: -3.52px;
    left: 0.48px;
  }
  98% {
    top: -3.68px;
    left: 0.32px;
  }
  99% {
    top: -3.84px;
    left: 0.16px;
  }
  100% {
    top: -4px;
    left: 0px;
  }
}

@keyframes orbit_smaller {
  0% {
    top: -3px;
    left: 0px;
  }
  2% {
    top: -2.88px;
    left: -0.12px;
  }
  4% {
    top: -2.76px;
    left: -0.24px;
  }
  6% {
    top: -2.64px;
    left: -0.36px;
  }
  8% {
    top: -2.52px;
    left: -0.48px;
  }
  10% {
    top: -2.4px;
    left: -0.6px;
  }
  12% {
    top: -2.28px;
    left: -0.72px;
  }
  14% {
    top: -2.16px;
    left: -0.84px;
  }
  16% {
    top: -2.04px;
    left: -0.96px;
  }
  18% {
    top: -1.92px;
    left: -1.08px;
  }
  20% {
    top: -1.8px;
    left: -1.2px;
  }
  22% {
    top: -1.68px;
    left: -1.32px;
  }
  24% {
    top: -1.56px;
    left: -1.44px;
  }
  26% {
    top: -1.44px;
    left: -1.56px;
  }
  28% {
    top: -1.32px;
    left: -1.44px;
  }
  30% {
    top: -1.2px;
    left: -1.32px;
  }
  32% {
    top: -1.08px;
    left: -1.2px;
  }
  34% {
    top: -0.96px;
    left: -1.08px;
  }
  36% {
    top: -0.84px;
    left: -0.96px;
  }
  38% {
    top: -0.72px;
    left: -0.84px;
  }
  40% {
    top: -0.6px;
    left: -0.72px;
  }
  42% {
    top: -0.48px;
    left: -0.6px;
  }
  44% {
    top: -0.36px;
    left: -0.48px;
  }
  46% {
    top: -0.24px;
    left: -0.36px;
  }
  48% {
    top: -0.12px;
    left: -0.24px;
  }
  50% {
    top: 0px;
    left: -0.12px;
  }
  52% {
    top: -0.12px;
    left: 0px;
  }
  54% {
    top: -0.24px;
    left: 0.12px;
  }
  56% {
    top: -0.36px;
    left: 0.24px;
  }
  58% {
    top: -0.48px;
    left: 0.36px;
  }
  60% {
    top: -0.6px;
    left: 0.48px;
  }
  62% {
    top: -0.72px;
    left: 0.6px;
  }
  64% {
    top: -0.84px;
    left: 0.72px;
  }
  66% {
    top: -0.96px;
    left: 0.84px;
  }
  68% {
    top: -1.08px;
    left: 0.96px;
  }
  70% {
    top: -1.2px;
    left: 1.08px;
  }
  72% {
    top: -1.32px;
    left: 1.2px;
  }
  74% {
    top: -1.44px;
    left: 1.32px;
  }
  76% {
    top: -1.56px;
    left: 1.44px;
  }
  78% {
    top: -1.68px;
    left: 1.32px;
  }
  80% {
    top: -1.8px;
    left: 1.2px;
  }
  82% {
    top: -1.92px;
    left: 1.08px;
  }
  84% {
    top: -2.04px;
    left: 0.96px;
  }
  86% {
    top: -2.16px;
    left: 0.84px;
  }
  88% {
    top: -2.28px;
    left: 0.72px;
  }
  90% {
    top: -2.4px;
    left: 0.6px;
  }
  92% {
    top: -2.52px;
    left: 0.48px;
  }
  94% {
    top: -2.64px;
    left: 0.36px;
  }
  96% {
    top: -2.76px;
    left: 0.24px;
  }
  98% {
    top: -2.88px;
    left: 0.12px;
  }
  100% {
    top: -3px;
    left: 0px;
  }
}

/**
 * PacNav Styles
 */
.PacNav {
  /**
	 * PacNav Outter Width (A defined width helps PacNav calculate spacing / collapse nav more consistently)
	 */
  width: calc(100% - (200px * 1.35));
  /**
	 * Universal Styles for all states
	 */
}

.PacNav--Logo {
  height: 100%;
  width: 200px;
}

.PacNav--Logo svg {
  width: 170px;
}

.PacNav--Logo svg path,
.PacNav--Logo svg rect,
.PacNav--Logo svg polygon {
  fill: #fff;
}

.PacNav--state-intermediary .PacNav-fixed {
  display: block;
}

.PacNav--state-intermediary .PacNav--mobile {
  margin-top: -8px;
}

.PacNav--state-intermediary .PacNav--mobile li + ul {
  position: relative;
}

.PacNav--state-intermediary .PacNav--mobile .PacNav-fixed {
  display: none;
}

.PacNav--state-mobile.PacNav--visible {
  overflow: hidden;
}

.PacNav--state-mobile .PacNav--Logo {
  width: 170px;
}

.PacNav--state-mobile .PacNav--mobile {
  position: fixed;
  top: 100px;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 5;
  margin-top: 0;
  border-top: solid 1px #999999;
}

.PacNav--state-mobile .PacNav--mobile a {
  color: #323232;
  display: block;
  line-height: 50px;
}

.PacNav--state-mobile .PacNav--mobile a:after {
  display: none;
}

.PacNav--state-mobile .PacNav--mobile ul {
  position: relative;
  height: calc(100vh - 275px);
  overflow-y: scroll;
  margin: 0;
  background-color: #fff;
}

.PacNav--state-mobile .PacNav--mobile ul li {
  padding: 2% 5%;
  margin: 0;
}

.PacNav--state-mobile .PacNav--mobile ul li:first-child {
  margin-top: 0;
}

.PacNav--state-mobile .PacNav--mobile ul li:last-child {
  margin-bottom: 0;
}

.PacNav--state-mobile .PacNav--mobile ul li ul {
  padding: 0 0 0 0;
  margin: 0;
  position: relative;
  height: auto;
}

.PacNav--state-mobile .PacNav--mobile ul li ul:first-child {
  margin-top: 0;
}

.PacNav--state-mobile .PacNav--mobile ul li ul:last-child {
  margin-bottom: 0;
}

.PacNav--state-mobile .PacNav--mobile ul li ul li {
  padding: 0 0 0 0;
  margin: 0;
}

.PacNav--state-mobile .PacNav--mobile ul li ul li:first-child {
  margin-top: 0;
}

.PacNav--state-mobile .PacNav--mobile ul li ul li:last-child {
  margin-bottom: 0;
}

.PacNav--state-mobile .PacNav--mobile ul li:hover ul {
  position: relative;
}

.PacNav--state-mobile .PacNav--mobile .Button, .PacNav--state-mobile .PacNav--mobile
[class^='Button--'], .PacNav--state-mobile .PacNav--mobile
[class*=' Button--'] {
  padding: 0;
  display: block;
  position: fixed;
  left: 10%;
  bottom: 50px;
}

.PacNav--state-mobile .PacNav--mobile .Button a, .PacNav--state-mobile .PacNav--mobile
[class^='Button--'] a, .PacNav--state-mobile .PacNav--mobile
[class*=' Button--'] a {
  color: #0099EB;
  line-height: 45px;
}

.PacNav--state-mobile .PacNav-fixed {
  display: none;
}

.PacNav--state-mobile .PacNav-fixed.PacNav-toggle {
  display: block;
  width: 264px;
}

.PacNav--state-mobile .PacNav-fixed.PacNav-toggle svg path {
  fill: red;
}

.PacNav--state-mobile .PacNav-toggle {
  text-align: right;
}

.PacNav--state-mobile.PacNav--visible .Header {
  color: #323232;
  background: #fff;
  box-shadow: 0 2px 25px #CCCCCC;
}

.PacNav--state-mobile.PacNav--visible .Header .Logo svg path,
.PacNav--state-mobile.PacNav--visible .Header .Logo svg rect,
.PacNav--state-mobile.PacNav--visible .Header .Logo svg polygon,
.PacNav--state-mobile.PacNav--visible .Header .PacNav-toggle svg path,
.PacNav--state-mobile.PacNav--visible .Header .PacNav-toggle svg rect,
.PacNav--state-mobile.PacNav--visible .Header .PacNav-toggle svg polygon {
  fill: #4A4A4A;
}

.PacNav--state-mobile.PacNav--visible .PacNav > ul {
  display: block;
}

.PacNav--state-mobile.PacNav--visible .PacNav--mobile ul:not(.sub-menu) {
  display: block;
}

.PacNav--state-mobile.PacNav--visible .PacNav--mobile ul:not(.sub-menu) li:not(.Button--outline) {
  border-bottom: solid 1px #4A4A4A;
  line-height: 50px;
}

.PacNav--state-mobile.PacNav--visible .PacNav--mobile ul:not(.sub-menu) li:not(.Button--outline):first-child {
  margin-top: 70px;
}

.PacNav--state-mobile.PacNav--visible .PacNav--mobile ul:not(.sub-menu) li:not(.Button--outline):hover .sub-menu {
  display: none;
}

.PacNav--state-mobile.PacNav--visible .PacNav--mobile ul:not(.sub-menu) li:not(.Button--outline).menu-item-has-children {
  background-image: url("../media/icon--arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 90% 30px;
  background-size: 3%;
}

.PacNav--state-mobile.PacNav--visible .PacNav--mobile ul:not(.sub-menu) li:not(.Button--outline).sub-menu-open {
  padding: 2% 5% 0 5%;
  background-image: url("../media/icon--arrow-up.svg");
}

.PacNav--state-mobile.PacNav--visible .PacNav--mobile ul:not(.sub-menu) li:not(.Button--outline).sub-menu-open .sub-menu {
  display: block;
  margin: 0 -6%;
}

.PacNav--state-mobile.PacNav--visible .PacNav--mobile ul:not(.sub-menu) li:not(.Button--outline).sub-menu-open .sub-menu li {
  margin-top: 0 !important;
  padding: 0 6%;
  border-bottom: solid 1px #f1f0f3 !important;
  background-color: #f1f0f3;
}

.PacNav--state-mobile.PacNav--visible .PacNav--mobile ul:not(.sub-menu) li.Button--outline {
  color: #0099EB;
  border: solid 2px #0099EB;
  width: 80%;
}

.PacNav--state-desktop .PacNav-Search {
  margin-left: 0;
}

.PacNav--desktop ul {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.PacNav--desktop ul li a {
  padding-bottom: 15px;
}

.PacNav--desktop ul li a:after {
  background: #41D9D0;
  height: 4px;
}

.PacNav--mobile li ul {
  position: relative !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.PacNav--desktop {
  height: 55px;
}

.PacNav-toggle, .PacNav-Search {
  padding-top: 5px;
}

.PacNav-toggle a:after, .PacNav-Search a:after {
  display: none;
}

.PacNav-toggle, .PacNav-Search {
  cursor: pointer;
}

.PacNav-toggle svg path,
.PacNav-toggle svg rect,
.PacNav-toggle svg polygon, .PacNav-Search svg path,
.PacNav-Search svg rect,
.PacNav-Search svg polygon {
  fill: #fff;
}

.PacNav a {
  font-weight: 400;
  color: #fff;
}

.PacNav-fixed:after {
  display: none !important;
}

.PacNav-fixed.Button,
.PacNav-fixed[class^='Button--'],
.PacNav-fixed[class*=' Button--'] {
  width: 180px;
}

/**
 * PacNav module styles
 */
/**
 * PacNav Search Styles
 */
/**
 * Activate the subnav style of your choice in PacNav.scss by extending a placeholder below
 */
.PacNav-Search form {
  display: none;
}

.PacNav-Search a {
  font-size: 0 !important;
}

.PacNav--state-intermediary .PacNav--mobile .PacNav-Search, .PacNav--state-desktop .PacNav--mobile .PacNav-Search {
  display: none;
}

.PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search, .PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search {
  width: 100%;
  position: relative;
  cursor: pointer;
  font-size: 0;
  max-width: 450px;
}

.PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search a, .PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search a {
  content: '';
  font-size: 0;
  width: 30px;
  height: 20px;
  margin-top: 10px;
  display: block;
  right: -10px;
  position: absolute;
  z-index: 100;
}

.PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search form, .PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search form {
  line-height: 20px;
  padding: 10px !important;
  background: #fff;
  width: calc(100% + 20px);
  border-radius: 60px;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1;
}

.PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search form input, .PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search form input {
  line-height: 24px;
  font-size: 16px;
  width: calc(100% - 24px - 20px);
  border: 0;
  margin-left: 10px;
  padding: 5px 0 0 15px;
}

.PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search svg path,
.PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search svg rect,
.PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search svg polygon, .PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search svg path,
.PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search svg rect,
.PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search svg polygon {
  fill: #4A4A4A;
}

.PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li:not(.PacNav-Search):not(.PacNav-fixed), .PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li.PacNav-toggle, .PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li:not(.PacNav-Search):not(.PacNav-fixed), .PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li.PacNav-toggle {
  display: none;
}

.PacNav--state-mobile .PacNav--desktop .PacNav-Search {
  display: none;
}

.PacNav--state-mobile .PacNav--mobile .PacNav-Search {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  display: block !important;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1000;
  height: 70px;
}

.PacNav--state-mobile .PacNav--mobile .PacNav-Search form {
  background: transparent !important;
  display: block;
  position: absolute;
  top: 0;
  margin: 0;
  line-height: 70px;
}

.PacNav--state-mobile .PacNav--mobile .PacNav-Search form input {
  background: #fff !important;
  padding: 0;
  margin: 0 0 0 40px;
  border: none;
}

.PacNav--state-mobile .PacNav--mobile .PacNav-Search a {
  font-size: 0 !important;
  position: relative;
  display: block;
}

.PacNav--state-mobile .PacNav--mobile .PacNav-Search a svg {
  z-index: 1000;
  display: block;
  position: absolute;
  top: 10px;
}

.PacNav--state-mobile .PacNav--mobile .PacNav-Search a svg path,
.PacNav--state-mobile .PacNav--mobile .PacNav-Search a svg rect,
.PacNav--state-mobile .PacNav--mobile .PacNav-Search a svg polygon {
  fill: #999999 !important;
}

/**
 * PacNav tells us when the user is scrolling, all scrolling state style overrides are set here for easier management
 */
.PacNav--is-scrolling .Header {
  color: #323232;
  background: #fff;
  box-shadow: 0 2px 25px #CCCCCC;
}

.PacNav--is-scrolling .Header .Logo svg path,
.PacNav--is-scrolling .Header .Logo svg rect,
.PacNav--is-scrolling .Header .Logo svg polygon {
  fill: #4A4A4A;
}

.PacNav--is-scrolling .Header-nav .Button,
.PacNav--is-scrolling .Header-nav [class^='Button--'],
.PacNav--is-scrolling .Header-nav [class*=' Button--'] {
  border-color: #0099EB;
}

.PacNav--is-scrolling .Header-nav .Button a,
.PacNav--is-scrolling .Header-nav [class^='Button--'] a,
.PacNav--is-scrolling .Header-nav [class*=' Button--'] a {
  color: #0099EB;
}

.PacNav--is-scrolling .Header-nav a {
  color: #323232;
}

.PacNav--is-scrolling .Header .PacNav-Search form,
.PacNav--is-scrolling .Header .PacNav-Search input {
  background: #f1f0f3 !important;
}

.PacNav--is-scrolling .Header .PacNav-Search svg path,
.PacNav--is-scrolling .Header .PacNav-Search svg rect,
.PacNav--is-scrolling .Header .PacNav-Search svg polygon {
  fill: #4A4A4A;
}

.PacNav--is-scrolling .Header .PacNav--sub-nav ul {
  background: #323232;
}

.PacNav--is-scrolling .Header .PacNav--sub-nav ul a {
  color: #fff !important;
}

.PacNav--is-scrolling .Header .PacNav-toggle ul {
  background: #323232;
}

.PacNav--is-scrolling .Header .PacNav-toggle ul a {
  color: #fff !important;
}

.PacNav--is-scrolling .Header .PacNav-toggle svg path,
.PacNav--is-scrolling .Header .PacNav-toggle svg rect,
.PacNav--is-scrolling .Header .PacNav-toggle svg polygon {
  fill: #4A4A4A;
}

/**
 * PacNav Search Styles
 */
/**
 * Activate the subnav style of your choice in PacNav.scss by extending a placeholder below
 */
.PacNav-Search form {
  display: none;
}

.PacNav-Search a {
  font-size: 0 !important;
}

.PacNav--state-intermediary .PacNav--mobile .PacNav-Search, .PacNav--state-desktop .PacNav--mobile .PacNav-Search {
  display: none;
}

.PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search, .PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search {
  width: 100%;
  position: relative;
  cursor: pointer;
  font-size: 0;
  max-width: 450px;
}

.PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search a, .PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search a {
  content: '';
  font-size: 0;
  width: 30px;
  height: 20px;
  margin-top: 10px;
  display: block;
  right: -10px;
  position: absolute;
  z-index: 100;
}

.PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search form, .PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search form {
  line-height: 20px;
  padding: 10px !important;
  background: #fff;
  width: calc(100% + 20px);
  border-radius: 60px;
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1;
}

.PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search form input, .PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search form input {
  line-height: 24px;
  font-size: 16px;
  width: calc(100% - 24px - 20px);
  border: 0;
  margin-left: 10px;
  padding: 5px 0 0 15px;
}

.PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search svg path,
.PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search svg rect,
.PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search svg polygon, .PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search svg path,
.PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search svg rect,
.PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li.PacNav-Search svg polygon {
  fill: #4A4A4A;
}

.PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li:not(.PacNav-Search):not(.PacNav-fixed), .PacNav--state-intermediary .PacNav--desktop.PacNav-Search-open ul li.PacNav-toggle, .PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li:not(.PacNav-Search):not(.PacNav-fixed), .PacNav--state-desktop .PacNav--desktop.PacNav-Search-open ul li.PacNav-toggle {
  display: none;
}

.PacNav--state-mobile .PacNav--desktop .PacNav-Search {
  display: none;
}

.PacNav--state-mobile .PacNav--mobile .PacNav-Search {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  display: block !important;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1000;
  height: 70px;
}

.PacNav--state-mobile .PacNav--mobile .PacNav-Search form {
  background: transparent !important;
  display: block;
  position: absolute;
  top: 0;
  margin: 0;
  line-height: 70px;
}

.PacNav--state-mobile .PacNav--mobile .PacNav-Search form input {
  background: #fff !important;
  padding: 0;
  margin: 0 0 0 40px;
  border: none;
}

.PacNav--state-mobile .PacNav--mobile .PacNav-Search a {
  font-size: 0 !important;
  position: relative;
  display: block;
}

.PacNav--state-mobile .PacNav--mobile .PacNav-Search a svg {
  z-index: 1000;
  display: block;
  position: absolute;
  top: 10px;
}

.PacNav--state-mobile .PacNav--mobile .PacNav-Search a svg path,
.PacNav--state-mobile .PacNav--mobile .PacNav-Search a svg rect,
.PacNav--state-mobile .PacNav--mobile .PacNav-Search a svg polygon {
  fill: #999999 !important;
}

/**
 * PacNav Desktop Subnav Styles
 */
/**
 * Activate the subnav style of your choice in PacNav.scss by extending a placeholder below
 */
.PacNav--state-desktop .PacNav--sub-nav ul, .PacNav--state-intermediary .PacNav--sub-nav ul, .PacNav--state-desktop .PacNav--mobile ul, .PacNav--state-intermediary .PacNav--mobile ul {
  padding: 20px 30px;
  transition: transform 0.4s;
  background-color: #fff;
  text-align: left;
  position: absolute;
  transform: scaleY(0) !important;
  opacity: 0;
  transform-origin: 0 -8px;
  display: block;
  width: 0;
  margin-left: -30px;
}

.PacNav--state-desktop .PacNav--sub-nav ul li, .PacNav--state-intermediary .PacNav--sub-nav ul li, .PacNav--state-desktop .PacNav--mobile ul li, .PacNav--state-intermediary .PacNav--mobile ul li {
  padding: 0;
}

.PacNav--state-desktop .PacNav--sub-nav ul li a, .PacNav--state-intermediary .PacNav--sub-nav ul li a, .PacNav--state-desktop .PacNav--mobile ul li a, .PacNav--state-intermediary .PacNav--mobile ul li a {
  line-height: 42px;
  padding: 0 30px;
  margin: 0 -30px;
  transition: none;
  color: #000 !important;
  display: block;
}

@media (max-width: 1023px) {
  .PacNav--state-desktop .PacNav--sub-nav ul li a, .PacNav--state-intermediary .PacNav--sub-nav ul li a, .PacNav--state-desktop .PacNav--mobile ul li a, .PacNav--state-intermediary .PacNav--mobile ul li a {
    line-height: 37px;
  }
}

@media (max-width: 767px) {
  .PacNav--state-desktop .PacNav--sub-nav ul li a, .PacNav--state-intermediary .PacNav--sub-nav ul li a, .PacNav--state-desktop .PacNav--mobile ul li a, .PacNav--state-intermediary .PacNav--mobile ul li a {
    line-height: 32px;
  }
}

.PacNav--state-desktop .PacNav--sub-nav ul li a:first-child, .PacNav--state-intermediary .PacNav--sub-nav ul li a:first-child, .PacNav--state-desktop .PacNav--mobile ul li a:first-child, .PacNav--state-intermediary .PacNav--mobile ul li a:first-child {
  margin-top: 0;
}

.PacNav--state-desktop .PacNav--sub-nav ul li a:last-child, .PacNav--state-intermediary .PacNav--sub-nav ul li a:last-child, .PacNav--state-desktop .PacNav--mobile ul li a:last-child, .PacNav--state-intermediary .PacNav--mobile ul li a:last-child {
  margin-bottom: 0;
}

.PacNav--state-desktop .PacNav--sub-nav ul li a:hover, .PacNav--state-intermediary .PacNav--sub-nav ul li a:hover, .PacNav--state-desktop .PacNav--mobile ul li a:hover, .PacNav--state-intermediary .PacNav--mobile ul li a:hover {
  color: #fff !important;
  background-color: #0099EB !important;
}

.PacNav--state-desktop .PacNav--sub-nav ul li a:after, .PacNav--state-intermediary .PacNav--sub-nav ul li a:after, .PacNav--state-desktop .PacNav--mobile ul li a:after, .PacNav--state-intermediary .PacNav--mobile ul li a:after {
  display: none;
}

.PacNav--state-desktop .PacNav--sub-nav ul li ul, .PacNav--state-intermediary .PacNav--sub-nav ul li ul, .PacNav--state-desktop .PacNav--mobile ul li ul, .PacNav--state-intermediary .PacNav--mobile ul li ul {
  margin-left: 0;
  padding: 0;
}

.PacNav--state-desktop .PacNav--sub-nav:hover, .PacNav--state-intermediary .PacNav--sub-nav:hover, .PacNav--state-desktop .PacNav-toggle:hover, .PacNav--state-intermediary .PacNav-toggle:hover {
  overflow: visible;
}

.PacNav--state-desktop .PacNav--sub-nav:hover ul, .PacNav--state-intermediary .PacNav--sub-nav:hover ul, .PacNav--state-desktop .PacNav-toggle:hover ul, .PacNav--state-intermediary .PacNav-toggle:hover ul {
  transform: scaleY(1) !important;
  opacity: 1;
  width: auto;
  min-width: 225px;
}

.PacNav--state-desktop .PacNav--sub-nav:hover ul a, .PacNav--state-intermediary .PacNav--sub-nav:hover ul a, .PacNav--state-desktop .PacNav-toggle:hover ul a, .PacNav--state-intermediary .PacNav-toggle:hover ul a {
  width: auto;
}

.PacNav--state-desktop .PacNav--sub-nav:hover > a, .PacNav--state-intermediary .PacNav--sub-nav:hover > a {
  padding-bottom: 15px;
}

.PacNav--state-desktop .PacNav--sub-nav:hover > a:after, .PacNav--state-intermediary .PacNav--sub-nav:hover > a:after {
  background: #41D9D0;
  height: 4px;
  opacity: 0.75;
  transform: scaleX(1);
}

.PacNav--state-desktop .PacNav--sub-nav ul, .PacNav--state-intermediary .PacNav--sub-nav ul {
  margin-top: 1px !important;
}

.PacNav--state-desktop .PacNav-toggle:hover .PacNav--mobile, .PacNav--state-intermediary .PacNav-toggle:hover .PacNav--mobile {
  margin-top: -8px;
  border-top: solid 4px #41D9D0;
}

.Page {
  background: #fff;
  min-height: 100vh;
  position: relative;
}

.PlayOverlay, .PlayOverlay--injected:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.PlayOverlay svg, .PlayOverlay--injected:after svg {
  transition: opacity 0.2s;
  opacity: 0.75;
}

.PlayOverlay:hover svg, .PlayOverlay--injected:hover:after svg, .PlayOverlay:active svg, .PlayOverlay--injected:active:after svg {
  opacity: 1;
}

.PlayOverlay--injected:hover {
  opacity: .75;
}

.PlayOverlay--injected:after {
  content: '';
  background-image: url("../media/icon-play-overlay.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

#load-more-trigger a {
  visibility: visible;
}

#load-more-trigger a.loading {
  visibility: hidden;
}

.loader {
  display: none;
}

.PostsContainer.loading + .loader {
  display: block;
}

.PostsContainer + .loader,
.PostsContainer + .loader:after {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.PostsContainer + .loader {
  display: none;
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 10px solid rgba(0, 153, 235, 0.2);
  border-right: 10px solid rgba(0, 153, 235, 0.2);
  border-bottom: 10px solid rgba(0, 153, 235, 0.2);
  border-left: 10px solid #0099EB;
  transform: translateZ(0);
  animation: spin 1.1s infinite linear;
}

.PostsContainer + .loader 0% {
  transform: rotate(0deg);
}

.PostsContainer + .loader 100% {
  transform: rotate(360deg);
}

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

.QuickLinks {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.QuickLinks .Wrap, .QuickLinks .Wrap--noPadding, .QuickLinks .Wrap--noPaddingAll, .QuickLinks .Wrap--wide, .QuickLinks .Wrap--narrow {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.QuickLinks-nav {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  line-height: 1em !important;
  margin-left: auto;
}

.QuickLinks-nav ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.QuickLinks-nav li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 10px;
  padding-left: 10px;
}

.QuickLinks-nav a {
  color: #fff;
  white-space: nowrap;
}

.QuickLinks-nav a[href^=tel]:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  margin-left: -20px;
  background-image: url(../media/icon--phone.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  top: 0;
}

.PacNav--state-mobile .QuickLinks {
  display: none;
}

.PacNav--state-mobile.PacNav--visible .QuickLinks {
  height: 30px !important;
  display: block !important;
  position: fixed;
  bottom: 0;
  left: 10% !important;
  z-index: 1000;
  top: auto;
  right: auto;
}

.PacNav--state-mobile.PacNav--visible .QuickLinks a {
  color: #5454ab;
}

.PacNav--state-mobile.PacNav--visible .QuickLinks a[href^=tel]:before {
  background-image: url(../media/icon--phone-purple.svg);
}

.RecentPosts,
[class^='RecentPosts-'],
[class*=' RecentPosts-'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.RecentPosts h3,
[class^='RecentPosts-'] h3,
[class*=' RecentPosts-'] h3 {
  margin-bottom: 40px;
}

.RecentPosts h3 span,
[class^='RecentPosts-'] h3 span,
[class*=' RecentPosts-'] h3 span {
  display: none;
}

.RecentPosts .Button,
[class^='RecentPosts-'] .Button,
[class*=' RecentPosts-'] .Button {
  min-width: 240px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.RecentPosts-event {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.RecentPosts-event h3 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.RecentPosts-event .Button {
  margin-top: 30px;
}

.RecentPosts-news, .RecentPosts-press-release {
  padding-right: 5%;
}

.RecentPosts-news-archive, .RecentPosts-press-release-archive {
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.Responsive-Tear-Wrapper {
  position: static !important;
}

.Responsive-Tear-Trigger {
  box-shadow: 0px 10px 10px 0px #c2c2c2;
}

.Responsive-Tear-Toggle {
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 40px;
  display: block;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
  cursor: pointer;
}

.Responsive-Tear-Toggle:before, .Responsive-Tear-Toggle:after {
  content: '';
  display: block;
  position: absolute;
  background: #0099EB;
  margin: auto;
}

.Responsive-Tear-Toggle:before {
  top: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
}

.Responsive-Tear-Toggle:after {
  left: 0;
  right: 0;
  height: 30px;
  width: 3px;
}

.Responsive-Tear-Content {
  z-index: 10;
  padding: 30px;
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  background: #f1f0f3;
}

.Responsive-Tear-Content:before, .Responsive-Tear-Content:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  margin-top: 0;
  background: #f1f0f3;
}

.Responsive-Tear-Content:before {
  left: -50vw;
  width: 50vw;
}

.Responsive-Tear-Content:after {
  right: -50vw;
  width: 50vw;
}

.Responsive-Tear-Content .shadow {
  position: absolute;
  width: 150vw;
  z-index: 20;
  margin-left: -50vw;
  box-shadow: 0 10px 20px #CCCCCC;
  content: '';
  display: block;
  height: 10px;
  background: transparent;
  margin-top: -10px;
}

.Responsive-Tear-Content .shadow:first-child {
  top: 0;
}

.Responsive-Tear-Content .shadow:nth-child(2) {
  bottom: -10px;
  transform: rotate(180deg);
}

.Responsive-Tear-Sweeper {
  display: none;
  position: relative;
  height: 200px;
  margin-bottom: 20px;
}

.Responsive-Tear-Sweeper:before, .Responsive-Tear-Sweeper:after {
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.Responsive-Tear-Sweeper:before {
  width: 0;
  height: 0;
  z-index: 10;
  content: '';
  border-top: 22.8px solid #d4d4d4;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
}

.Responsive-Tear-Sweeper:after {
  width: 0;
  height: 0;
  z-index: 10;
  content: '';
  border-top: 19.5px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.Responsive-Tear-is-open .Responsive-Tear-Sweeper,
.Responsive-Tear-is-open .Responsive-Tear-Content {
  display: block !important;
}

.Responsive-Tear-is-open .Responsive-Tear-Trigger {
  opacity: .75;
}

.Section,
[class^='Section--'],
[class*=' Section--'] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.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: 50;
}

.Section .ContextualMenu,
[class^='Section--'] .ContextualMenu,
[class*=' Section--'] .ContextualMenu {
  display: none;
}

.has-contextualMenu.Section:hover .ContextualMenu,
.has-contextualMenu[class^='Section--']:hover .ContextualMenu,
.has-contextualMenu[class*=' Section--']:hover .ContextualMenu {
  display: block;
  z-index: 100;
}

.has-animationLeft.Section .Section-inner,
.has-animationLeft[class^='Section--'] .Section-inner,
.has-animationLeft[class*=' Section--'] .Section-inner, .has-animationRight.Section .Section-inner,
.has-animationRight[class^='Section--'] .Section-inner,
.has-animationRight[class*=' Section--'] .Section-inner, .has-imageLeft.Section .Section-inner,
.has-imageLeft[class^='Section--'] .Section-inner,
.has-imageLeft[class*=' Section--'] .Section-inner, .has-imageRight.Section .Section-inner,
.has-imageRight[class^='Section--'] .Section-inner,
.has-imageRight[class*=' Section--'] .Section-inner {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.has-animationLeft.Section .Section-header,
.has-animationLeft[class^='Section--'] .Section-header,
.has-animationLeft[class*=' Section--'] .Section-header, .has-animationRight.Section .Section-header,
.has-animationRight[class^='Section--'] .Section-header,
.has-animationRight[class*=' Section--'] .Section-header, .has-imageLeft.Section .Section-header,
.has-imageLeft[class^='Section--'] .Section-header,
.has-imageLeft[class*=' Section--'] .Section-header, .has-imageRight.Section .Section-header,
.has-imageRight[class^='Section--'] .Section-header,
.has-imageRight[class*=' Section--'] .Section-header {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

.has-animationLeft.Section .Section-animation,
.has-animationLeft[class^='Section--'] .Section-animation,
.has-animationLeft[class*=' Section--'] .Section-animation, .has-animationLeft.Section .Section-image,
.has-animationLeft[class^='Section--'] .Section-image,
.has-animationLeft[class*=' Section--'] .Section-image, .has-animationRight.Section .Section-animation,
.has-animationRight[class^='Section--'] .Section-animation,
.has-animationRight[class*=' Section--'] .Section-animation, .has-animationRight.Section .Section-image,
.has-animationRight[class^='Section--'] .Section-image,
.has-animationRight[class*=' Section--'] .Section-image, .has-imageLeft.Section .Section-animation,
.has-imageLeft[class^='Section--'] .Section-animation,
.has-imageLeft[class*=' Section--'] .Section-animation, .has-imageLeft.Section .Section-image,
.has-imageLeft[class^='Section--'] .Section-image,
.has-imageLeft[class*=' Section--'] .Section-image, .has-imageRight.Section .Section-animation,
.has-imageRight[class^='Section--'] .Section-animation,
.has-imageRight[class*=' Section--'] .Section-animation, .has-imageRight.Section .Section-image,
.has-imageRight[class^='Section--'] .Section-image,
.has-imageRight[class*=' Section--'] .Section-image {
  margin: 0;
  position: relative;
}

.has-animationLeft.Section .Section-content,
.has-animationLeft[class^='Section--'] .Section-content,
.has-animationLeft[class*=' Section--'] .Section-content, .has-imageLeft.Section .Section-content,
.has-imageLeft[class^='Section--'] .Section-content,
.has-imageLeft[class*=' Section--'] .Section-content, .has-animationRight.Section .Section-content,
.has-animationRight[class^='Section--'] .Section-content,
.has-animationRight[class*=' Section--'] .Section-content, .has-imageRight.Section .Section-content,
.has-imageRight[class^='Section--'] .Section-content,
.has-imageRight[class*=' Section--'] .Section-content {
  max-width: 550px;
  width: calc(50% - 30px);
}

.has-animationLeft.Section .Section-animation,
.has-animationLeft[class^='Section--'] .Section-animation,
.has-animationLeft[class*=' Section--'] .Section-animation, .has-animationLeft.Section .Section-image,
.has-animationLeft[class^='Section--'] .Section-image,
.has-animationLeft[class*=' Section--'] .Section-image, .has-imageLeft.Section .Section-animation,
.has-imageLeft[class^='Section--'] .Section-animation,
.has-imageLeft[class*=' Section--'] .Section-animation, .has-imageLeft.Section .Section-image,
.has-imageLeft[class^='Section--'] .Section-image,
.has-imageLeft[class*=' Section--'] .Section-image, .has-animationRight.Section .Section-animation,
.has-animationRight[class^='Section--'] .Section-animation,
.has-animationRight[class*=' Section--'] .Section-animation, .has-animationRight.Section .Section-image,
.has-animationRight[class^='Section--'] .Section-image,
.has-animationRight[class*=' Section--'] .Section-image, .has-imageRight.Section .Section-animation,
.has-imageRight[class^='Section--'] .Section-animation,
.has-imageRight[class*=' Section--'] .Section-animation, .has-imageRight.Section .Section-image,
.has-imageRight[class^='Section--'] .Section-image,
.has-imageRight[class*=' Section--'] .Section-image {
  max-width: 550px;
  width: calc(50% - 30px);
}

.has-animationLeft.Section .Section-animation img,
.has-animationLeft[class^='Section--'] .Section-animation img,
.has-animationLeft[class*=' Section--'] .Section-animation img, .has-animationLeft.Section .Section-image img,
.has-animationLeft[class^='Section--'] .Section-image img,
.has-animationLeft[class*=' Section--'] .Section-image img, .has-imageLeft.Section .Section-animation img,
.has-imageLeft[class^='Section--'] .Section-animation img,
.has-imageLeft[class*=' Section--'] .Section-animation img, .has-imageLeft.Section .Section-image img,
.has-imageLeft[class^='Section--'] .Section-image img,
.has-imageLeft[class*=' Section--'] .Section-image img, .has-animationRight.Section .Section-animation img,
.has-animationRight[class^='Section--'] .Section-animation img,
.has-animationRight[class*=' Section--'] .Section-animation img, .has-animationRight.Section .Section-image img,
.has-animationRight[class^='Section--'] .Section-image img,
.has-animationRight[class*=' Section--'] .Section-image img, .has-imageRight.Section .Section-animation img,
.has-imageRight[class^='Section--'] .Section-animation img,
.has-imageRight[class*=' Section--'] .Section-animation img, .has-imageRight.Section .Section-image img,
.has-imageRight[class^='Section--'] .Section-image img,
.has-imageRight[class*=' Section--'] .Section-image img {
  width: calc(50vw - 30px);
  max-width: 750px;
  min-width: 100%;
}

.has-animationRight.Section .Section-content,
.has-animationRight[class^='Section--'] .Section-content,
.has-animationRight[class*=' Section--'] .Section-content, .has-animationLeft.Section .Section-animation,
.has-animationLeft[class^='Section--'] .Section-animation,
.has-animationLeft[class*=' Section--'] .Section-animation, .has-imageRight.Section .Section-content,
.has-imageRight[class^='Section--'] .Section-content,
.has-imageRight[class*=' Section--'] .Section-content, .has-imageLeft.Section .Section-image,
.has-imageLeft[class^='Section--'] .Section-image,
.has-imageLeft[class*=' Section--'] .Section-image {
  -ms-flex-order: 2;
  order: 2;
}

.has-animationLeft.Section .Section-content,
.has-animationLeft[class^='Section--'] .Section-content,
.has-animationLeft[class*=' Section--'] .Section-content, .has-animationRight.Section .Section-animation,
.has-animationRight[class^='Section--'] .Section-animation,
.has-animationRight[class*=' Section--'] .Section-animation, .has-imageLeft.Section .Section-content,
.has-imageLeft[class^='Section--'] .Section-content,
.has-imageLeft[class*=' Section--'] .Section-content, .has-imageRight.Section .Section-image,
.has-imageRight[class^='Section--'] .Section-image,
.has-imageRight[class*=' Section--'] .Section-image {
  -ms-flex-order: 3;
  order: 3;
}

.has-animationRight.Section .Section-content,
.has-animationRight[class^='Section--'] .Section-content,
.has-animationRight[class*=' Section--'] .Section-content, .has-imageRight.Section .Section-content,
.has-imageRight[class^='Section--'] .Section-content,
.has-imageRight[class*=' Section--'] .Section-content {
  margin-right: 60px;
}

.has-animationLeft.Section .Section-content,
.has-animationLeft[class^='Section--'] .Section-content,
.has-animationLeft[class*=' Section--'] .Section-content, .has-imageLeft.Section .Section-content,
.has-imageLeft[class^='Section--'] .Section-content,
.has-imageLeft[class*=' Section--'] .Section-content {
  margin-left: 60px;
}

.has-imageLeft.Section .Section-image img,
.has-imageLeft[class^='Section--'] .Section-image img,
.has-imageLeft[class*=' Section--'] .Section-image img {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}

.has-animationBelow.Section .Section-inner,
.has-animationBelow[class^='Section--'] .Section-inner,
.has-animationBelow[class*=' Section--'] .Section-inner, .has-imageBelow.Section .Section-inner,
.has-imageBelow[class^='Section--'] .Section-inner,
.has-imageBelow[class*=' Section--'] .Section-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.has-animationBelow.Section .Section-inner .Section-header,
.has-animationBelow[class^='Section--'] .Section-inner .Section-header,
.has-animationBelow[class*=' Section--'] .Section-inner .Section-header, .has-imageBelow.Section .Section-inner .Section-header,
.has-imageBelow[class^='Section--'] .Section-inner .Section-header,
.has-imageBelow[class*=' Section--'] .Section-inner .Section-header {
  -ms-flex-order: 1;
  order: 1;
}

.has-animationBelow.Section .Section-inner .Section-content,
.has-animationBelow[class^='Section--'] .Section-inner .Section-content,
.has-animationBelow[class*=' Section--'] .Section-inner .Section-content, .has-imageBelow.Section .Section-inner .Section-content,
.has-imageBelow[class^='Section--'] .Section-inner .Section-content,
.has-imageBelow[class*=' Section--'] .Section-inner .Section-content {
  -ms-flex-order: 2;
  order: 2;
}

.has-animationBelow.Section .Section-inner .Section-animation,
.has-animationBelow[class^='Section--'] .Section-inner .Section-animation,
.has-animationBelow[class*=' Section--'] .Section-inner .Section-animation, .has-animationBelow.Section .Section-inner .Section-image,
.has-animationBelow[class^='Section--'] .Section-inner .Section-image,
.has-animationBelow[class*=' Section--'] .Section-inner .Section-image, .has-imageBelow.Section .Section-inner .Section-animation,
.has-imageBelow[class^='Section--'] .Section-inner .Section-animation,
.has-imageBelow[class*=' Section--'] .Section-inner .Section-animation, .has-imageBelow.Section .Section-inner .Section-image,
.has-imageBelow[class^='Section--'] .Section-inner .Section-image,
.has-imageBelow[class*=' Section--'] .Section-inner .Section-image {
  margin-bottom: 0;
  margin-top: 60px;
  -ms-flex-order: 3;
  order: 3;
}

.has-animationBelow.Section .Section-animation svg,
.has-animationBelow[class^='Section--'] .Section-animation svg,
.has-animationBelow[class*=' Section--'] .Section-animation svg, .has-animationTop.Section .Section-animation svg,
.has-animationTop[class^='Section--'] .Section-animation svg,
.has-animationTop[class*=' Section--'] .Section-animation svg {
  display: block;
  margin: 0 auto;
}

.is-active.Section,
.is-active[class^='Section--'],
.is-active[class*=' Section--'] {
  background: none;
}

.u-paddingXxSmall.Section .Section-header:before,
.u-paddingXxSmall[class^='Section--'] .Section-header:before,
.u-paddingXxSmall[class*=' Section--'] .Section-header:before {
  margin-bottom: 1px;
}

.u-paddingXSmall.Section .Section-header:before,
.u-paddingXSmall[class^='Section--'] .Section-header:before,
.u-paddingXSmall[class*=' Section--'] .Section-header:before {
  margin-bottom: 16px;
}

.u-paddingSmall.Section .Section-header:before,
.u-paddingSmall[class^='Section--'] .Section-header:before,
.u-paddingSmall[class*=' Section--'] .Section-header:before {
  margin-bottom: 31px;
}

.u-paddingMedium.Section .Section-header:before,
.u-paddingMedium[class^='Section--'] .Section-header:before,
.u-paddingMedium[class*=' Section--'] .Section-header:before {
  margin-bottom: 46px;
}

.u-paddingLarge.Section .Section-header:before,
.u-paddingLarge[class^='Section--'] .Section-header:before,
.u-paddingLarge[class*=' Section--'] .Section-header:before {
  margin-bottom: 76px;
}

.u-paddingXLarge.Section .Section-header:before,
.u-paddingXLarge[class^='Section--'] .Section-header:before,
.u-paddingXLarge[class*=' Section--'] .Section-header:before {
  margin-bottom: 106px;
}

.u-paddingXxLarge.Section .Section-header:before,
.u-paddingXxLarge[class^='Section--'] .Section-header:before,
.u-paddingXxLarge[class*=' Section--'] .Section-header:before {
  margin-bottom: 166px;
}

.Section-inner {
  position: relative;
}

.Section-kicker {
  font-size: 18px;
  font-weight: "bold";
  color: #2a2a2a;
  text-transform: uppercase;
}

.Section-header {
  margin: 0 0 60px;
  position: relative;
  z-index: 20;
}

.Section-header:first-child {
  margin-top: 0;
}

.Section-header:last-child {
  margin-bottom: 0;
}

.Section-header + .Section-cta {
  margin-top: -30px;
}

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

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

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

.Section-title.u-alignCenter {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.Section-title.h1, .Section-title.h2 {
  color: #666666;
}

.Section-subtitle {
  margin: 0;
}

.Section-subtitle.h3, .Section-subtitle.h4, .Section-subtitle.h5 {
  color: #666666;
  font-weight: 400;
}

.Section-subtitle.u-alignCenter {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
}

.Section-content {
  position: relative;
  z-index: 20;
}

.Section-content .Column--4 hr {
  min-width: 60px;
  width: 25%;
}

@media (max-width: 1023px) {
  .Section-content .Column--4 + .Column--2 {
    display: none;
  }
}

.Section-content ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.Section-content ul li {
  display: -ms-flexbox;
  display: flex;
}

.Section-content ul li:before {
  padding-right: 10px;
  content: "○";
  color: #49759b;
}

.Section-cta {
  margin: 40px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}

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

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

.Section-cta .Button, .Section-cta
[class^='Button--'], .Section-cta
[class*=' Button--'] {
  display: block;
}

.Section-cta .u-alignCenter {
  margin-left: auto;
  margin-right: auto;
}

.Section-cta .u-alignRight {
  margin-left: auto;
}

.Section-image {
  margin: 0 auto 60px;
  max-width: 960px;
}

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

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

.Section-image img {
  display: block;
}

.Section-spacer {
  height: 30px;
}

.Section-bg,
.Section-bg > div {
  background: no-repeat center top;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.Section-bg.is-active,
.Section-bg > div.is-active {
  z-index: 10;
}

.Section--left .Section-header,
.Section--left .Section-content,
.Section--left .Section-cta,
.Section--right .Section-header,
.Section--right .Section-content,
.Section--right .Section-cta {
  max-width: 661.66667px;
}

.Section--pullout .Section-inner,
.Section--pullout-left .Section-inner,
.Section--pullout-right .Section-inner {
  padding: 80px;
}

.Section--pullout .Section-header,
.Section--pullout .Section-content,
.Section--pullout .Section-cta,
.Section--pullout-left .Section-header,
.Section--pullout-left .Section-content,
.Section--pullout-left .Section-cta,
.Section--pullout-right .Section-header,
.Section--pullout-right .Section-content,
.Section--pullout-right .Section-cta {
  max-width: 500px;
}

.Section--pullout .Section-content:before,
.Section--pullout-left .Section-content:before,
.Section--pullout-right .Section-content:before {
  display: none !important;
}

.Section--right .Section-header,
.Section--right .Section-content,
.Section--right .Section-cta,
.Section--pullout-right .Section-header,
.Section--pullout-right .Section-content,
.Section--pullout-right .Section-cta {
  margin-left: auto;
}

.has-image:not(:first-child) .Section-image a {
  width: calc(50vw - 30px);
  max-width: 750px;
  min-width: 100%;
  display: block;
  box-shadow: 0px 10px 10px 0px #c2c2c2;
}

.has-image:not(:first-child).has-imageLeft .Section-image a {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}

@media (max-width: 767px) {
  .Section-inner {
    display: block !important;
  }
  .Section-image, .Section-animation {
    margin: 30px auto !important;
    width: 100% !important;
  }
  .Section-content {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.SocialIcon,
[class^='SocialIcon--'],
[class*=' SocialIcon--'] {
  overflow: hidden;
  margin: 0;
  padding: 0 !important;
  opacity: .75;
}

.SocialIcon:hover,
[class^='SocialIcon--']:hover,
[class*=' SocialIcon--']:hover {
  opacity: 1;
}

.SocialIcon:before,
[class^='SocialIcon--']:before,
[class*=' SocialIcon--']:before, .SocialIcon:after,
[class^='SocialIcon--']:after,
[class*=' SocialIcon--']:after {
  display: none !important;
}

.SocialIcon a,
[class^='SocialIcon--'] a,
[class*=' SocialIcon--'] a {
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0 !important;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.SocialIcon a:after,
[class^='SocialIcon--'] a:after,
[class*=' SocialIcon--'] a:after {
  display: none !important;
}

.SocialIcon--facebook a {
  background-image: url("../media/social/icon--facebook.svg");
}

.SocialIcon--linkedin a {
  background-image: url("../media/social/icon--linkedin.svg");
}

.SocialIcon--rss a {
  background-image: url("../media/social/icon--rss.svg");
}

.SocialIcon--twitter a {
  background-image: url("../media/social/icon--twitter.svg");
}

.SocialIcon--youtube a {
  background-image: url("../media/social/icon--youtube.svg");
}

.TimeLine .row,
.TimeLine .industry-group {
  *zoom: 1;
}

.TimeLine .row:before,
.TimeLine .industry-group:before,
.TimeLine .row:after,
.TimeLine .industry-group:after {
  display: table;
  content: "";
}

.TimeLine .row:after,
.TimeLine .industry-group:after {
  clear: both;
}

.TimeLine .span-class,
.TimeLine [class*="span"] {
  display: block;
  float: left;
  margin-right: 2.5%;
}

.TimeLine .span-class:last-child,
.TimeLine [class*="span"]:last-child {
  margin-right: 0;
}

.TimeLine .container {
  max-width: 960px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  *zoom: 1;
}

.TimeLine .container.inside {
  float: left;
  width: 100%;
}

.TimeLine .container.full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.TimeLine .container.full-right {
  width: 97.5%;
  padding-left: 2.5%;
  padding-right: 0;
}

.TimeLine .container.full-left {
  width: 97.5%;
  padding-right: 2.5%;
  padding-left: 0;
}

.TimeLine .container:before,
.TimeLine .container:after {
  display: table;
  content: "";
}

.TimeLine .container:after {
  clear: both;
}

.TimeLine .container.container-wide {
  max-width: 1284px;
}

.TimeLine .clearfix,
.TimeLine .responsive-tear-item-inner,
.TimeLine .responsive-tear-bottom > .inner {
  *zoom: 1;
}

.TimeLine .clearfix:before,
.TimeLine .responsive-tear-item-inner:before,
.TimeLine .responsive-tear-bottom > .inner:before,
.TimeLine .clearfix:after,
.TimeLine .responsive-tear-item-inner:after,
.TimeLine .responsive-tear-bottom > .inner:after {
  display: table;
  content: "";
}

.TimeLine .clearfix:after,
.TimeLine .responsive-tear-item-inner:after,
.TimeLine .responsive-tear-bottom > .inner:after {
  clear: both;
}

.TimeLine .full-negative {
  margin-left: -42px;
  margin-right: -42px;
}

.TimeLine .span1 {
  width: 6.04167%;
}

.TimeLine .span2 {
  width: 14.58333%;
}

.TimeLine .span3 {
  width: 23.125%;
}

.TimeLine .span4 {
  width: 31.66667%;
}

.TimeLine .span5 {
  width: 40.20833%;
}

.TimeLine .span6 {
  width: 48.75%;
}

.TimeLine .span7 {
  width: 57.29167%;
}

.TimeLine .span8 {
  width: 65.83333%;
}

.TimeLine .span9 {
  width: 74.375%;
}

.TimeLine .span10 {
  width: 82.91667%;
}

.TimeLine .span11 {
  width: 91.45833%;
}

.TimeLine .span12 {
  width: 100%;
}

.TimeLine .shadow,
.TimeLine .ContentFlow .flow .item img {
  behavior: url("/wp-content/themes/ayasdi2015/_css/PIE.htc");
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.08);
}

.TimeLine .basic-box {
  display: block;
  background: #fff;
  padding: 30px;
}

.TimeLine .basic-box.pointer:after {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
  *display: inline;
  *zoom: 1;
  transform: scale(1.5, 2.5);
  -ms-transform: scale(1.5, 2.5);
  -webkit-transform: scale(1.5, 2.5);
  -o-transform: scale(1.5, 2.5);
  -moz-transform: scale(1.5, 2.5);
  content: "◀";
  margin-left: 0;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 2;
}

.TimeLine .basic-box.pointer-right:after {
  transform: scale(1.5, 3);
  -ms-transform: scale(1.5, 3);
  -webkit-transform: scale(1.5, 3);
  -o-transform: scale(1.5, 3);
  -moz-transform: scale(1.5, 3);
  content: "▶";
  left: auto;
  right: -10px;
}

.TimeLine .basic-box.pointer-up:after {
  content: "▲";
  transform: scale(2.5, 1.5);
  -ms-transform: scale(2.5, 1.5);
  -webkit-transform: scale(2.5, 1.5);
  -o-transform: scale(2.5, 1.5);
  -moz-transform: scale(2.5, 1.5);
}

.TimeLine .basic-box .inner {
  padding: 20px 30px 30px;
}

.TimeLine .basic-box.shadow.pointer:after,
.TimeLine .ContentFlow .flow .item img.basic-box.pointer:after {
  text-shadow: -4px 0px 5px rgba(0, 0, 0, 0.15);
}

.TimeLine .basic-box.shadow.pointer-right:after,
.TimeLine .ContentFlow .flow .item img.basic-box.pointer-right:after {
  text-shadow: 4px 0px 5px rgba(0, 0, 0, 0.15);
}

.TimeLine .basic-box.shadow.pointer-up:after,
.TimeLine .ContentFlow .flow .item img.basic-box.pointer-up:after {
  text-shadow: 0px -4px 5px rgba(0, 0, 0, 0.15);
}

.TimeLine .basic-box.flush {
  padding: 0 !important;
}

.TimeLine .timeline {
  font-size: 16px;
  background: url(../_media/timeline5.png) 50px 0 no-repeat;
  position: relative;
}

.TimeLine .timeline h2.marker {
  border-radius: 50%;
  background: #0099EB;
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  margin: 0;
}

.TimeLine .timeline .year {
  position: relative;
  top: -60px;
}

.TimeLine .timeline .year .marker {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -37px;
  z-index: 2;
}

.TimeLine .timeline .year .basic-box {
  position: absolute;
  width: 414px;
  left: 534px;
  top: auto;
  bottom: 0;
  padding: 30px;
}

.TimeLine .timeline .year .basic-box.pointer-right {
  left: 0;
}

.TimeLine .timeline .year .basic-box h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #0099EB;
}

@media (max-width: 1023px) {
  .TimeLine .timeline .year .basic-box h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .TimeLine .timeline .year .basic-box h3 {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .TimeLine .timeline .year .basic-box h3 {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .TimeLine .timeline .year .basic-box h3 {
    line-height: 22px;
  }
}

.TimeLine .timeline .y2015 {
  height: 220px;
}

.TimeLine .timeline .y2015 .marker {
  top: -130px;
}

.TimeLine .timeline .y2015 .basic-box {
  bottom: 15px;
}

.TimeLine .timeline .y2015 .basic-box.pointer:after {
  top: 130px;
}

.TimeLine .timeline .y2014-2 {
  height: 270px;
}

.TimeLine .timeline .y2014-2 .marker {
  top: -45px;
}

.TimeLine .timeline .y2014-2 .basic-box {
  bottom: 15px;
}

.TimeLine .timeline .y2014-2 .basic-box.pointer:after {
  top: 205px;
}

.TimeLine .timeline .y2014 {
  height: 273px;
}

.TimeLine .timeline .y2014 .marker {
  top: -45px;
}

.TimeLine .timeline .y2014 .basic-box {
  bottom: 15px;
}

.TimeLine .timeline .y2014 .basic-box.pointer:after {
  top: 205px;
}

.TimeLine .timeline .y2013-2b {
  height: 150px;
}

.TimeLine .timeline .y2013-2b .basic-box {
  bottom: 15px;
}

.TimeLine .timeline .y2013-2b .basic-box.pointer:after {
  top: 205px;
}

.TimeLine .timeline .y2013-2 {
  top: 75px;
  height: 200px;
}

.TimeLine .timeline .y2013-2 .basic-box {
  bottom: 15px;
}

.TimeLine .timeline .y2013-2 .basic-box.pointer:after {
  top: 205px;
}

.TimeLine .timeline .y2013 {
  height: 210px;
}

.TimeLine .timeline .y2013 .marker {
  top: -45px;
}

.TimeLine .timeline .y2013 .basic-box {
  bottom: 15px;
}

.TimeLine .timeline .y2013 .basic-box.pointer:after {
  top: 205px;
}

.TimeLine .timeline .y2012 {
  height: 214px;
}

.TimeLine .timeline .y2012 .marker {
  top: -45px;
}

.TimeLine .timeline .y2012 .basic-box {
  bottom: 50px;
}

.TimeLine .timeline .y2012 .basic-box.pointer:after {
  top: 219px;
}

.TimeLine .timeline .y2010 {
  height: 184px;
}

.TimeLine .timeline .y2010 .marker {
  top: -45px;
}

.TimeLine .timeline .y2010 .basic-box {
  bottom: 7px;
}

.TimeLine .timeline .y2010 .basic-box.pointer:after {
  top: 210px;
}

.TimeLine .timeline .y2009 {
  height: 224px;
}

.TimeLine .timeline .y2009 .marker {
  top: -45px;
}

.TimeLine .timeline .y2009 .basic-box {
  bottom: 50px;
}

.TimeLine .timeline .y2009 .basic-box.pointer:after {
  top: 70px;
}

.TimeLine .timeline .y2008 {
  height: 204px;
}

.TimeLine .timeline .y2008 .marker {
  top: -45px;
}

.TimeLine .timeline .y2008 .basic-box {
  bottom: 28px;
}

.TimeLine .timeline .y2008 .basic-box.pointer:after {
  top: 235px;
}

.TimeLine .timeline .y2007 {
  height: 207px;
}

.TimeLine .timeline .y2007 .marker {
  top: -45px;
}

.TimeLine .timeline .y2007 .basic-box {
  bottom: 20px;
}

.TimeLine .timeline .y2007 .basic-box.pointer:after {
  top: 205px;
}

.TimeLine .timeline .y2003 {
  height: 315px;
}

.TimeLine .timeline .y2003 .marker {
  top: 0;
}

.TimeLine .timeline .y2003 .basic-box {
  bottom: 80px;
}

.TimeLine .timeline .y2003 .basic-box.pointer:after {
  top: 60px;
}

.TimeLine .timeline .y2000 {
  height: 230px;
}

.TimeLine .timeline .y2000 .marker {
  top: 20px;
}

.TimeLine .timeline .y2000 .basic-box {
  bottom: -75px;
}

.TimeLine .timeline .y2000 .basic-box.pointer:after {
  top: 75px;
}

.TimeLine .timeline .y1982 {
  height: 345px;
}

.TimeLine .timeline .y1982 .marker {
  top: 60px;
}

.TimeLine .timeline .y1982 .basic-box {
  bottom: 20px;
}

.TimeLine .timeline .y1982 .basic-box.pointer:after {
  top: 75px;
}

.TimeLine .timeline .y1970s {
  height: 740px;
}

.TimeLine .timeline .y1970s .marker {
  top: 120px;
}

.TimeLine .timeline .y1970s .basic-box {
  width: 654px;
  bottom: auto;
  top: 154px;
  left: 50%;
  margin-left: -352px;
  padding-top: 60px;
}

.TimeLine .timeline .y1970s .basic-box h4 {
  font-weight: 300;
  font-style: normal;
  font-weight: 600;
  font-size: .9em;
}

@media (max-width: 1024px) {
  .TimeLine .timeline {
    background: transparent url(../_media/timeline_min.png) 50% 0 repeat-y;
    margin-top: 3em;
  }
  .TimeLine .timeline .year {
    height: auto !important;
    position: relative;
    top: 0;
    margin-bottom: 3em;
  }
  .TimeLine .timeline .year .marker {
    position: absolute;
    top: -30px !important;
    left: 50%;
    margin-left: -37px;
    z-index: 2;
  }
  .TimeLine .timeline .year .basic-box {
    position: static;
    width: 100%;
    padding: 2em 0 1em !important;
  }
  .TimeLine .timeline .year .basic-box.pointer:after,
  .TimeLine .timeline .year .basic-box.pointer-right:after {
    content: "";
  }
  .TimeLine .timeline .year .basic-box h3 {
    color: #0099e8;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2em;
  }
  .TimeLine .timeline .year .basic-box img {
    display: block;
    margin: .5em auto 0;
    width: 55%;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  .TimeLine .timeline .year .basic-box img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .TimeLine .timeline .year .basic-box .inner {
    padding: 1.5em;
  }
  .TimeLine .timeline .y1970s {
    height: auto;
  }
  .TimeLine .timeline .y1970s .marker {
    top: -30px;
  }
  .TimeLine .timeline .y1970s .basic-box {
    width: 100%;
    margin-left: 0;
    padding: 3em 0 !important;
  }
  .TimeLine .timeline .y1982 {
    height: auto;
  }
  .TimeLine .timeline .y1982 .basic-box {
    padding: 2em 0 1em !important;
  }
}

.TimeLine .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.Hero--no-curve .Hero-kicker {
  color: #41D9D0;
}

.Hero--no-curve .Hero-title {
  margin-top: 0;
}

.Hero--single-post {
  height: 100px;
  background-color: #2a2a2a;
}

.Hero--small-curve .Hero-kicker {
  color: #41D9D0;
}

.Hero--small-curve .Hero-title {
  margin-top: 0;
}

.Section--card01.u-bgColor--lightestGray.u-paddingXxSmall .BackgroundCurve,
.Section--card02.u-bgColor--lightestGray.u-paddingXxSmall .BackgroundCurve,
.Section--card03.u-bgColor--lightestGray.u-paddingXxSmall .BackgroundCurve {
  bottom: 30px;
}

.Section--card01.u-bgColor--lightestGray.u-paddingXSmall .BackgroundCurve,
.Section--card02.u-bgColor--lightestGray.u-paddingXSmall .BackgroundCurve,
.Section--card03.u-bgColor--lightestGray.u-paddingXSmall .BackgroundCurve {
  bottom: 60px;
}

.Section--card01.u-bgColor--lightestGray.u-paddingSmall .BackgroundCurve,
.Section--card02.u-bgColor--lightestGray.u-paddingSmall .BackgroundCurve,
.Section--card03.u-bgColor--lightestGray.u-paddingSmall .BackgroundCurve {
  bottom: 90px;
}

.Section--card01.u-bgColor--lightestGray.u-paddingMedium .BackgroundCurve,
.Section--card02.u-bgColor--lightestGray.u-paddingMedium .BackgroundCurve,
.Section--card03.u-bgColor--lightestGray.u-paddingMedium .BackgroundCurve {
  bottom: 120px;
}

.Section--card01.u-bgColor--lightestGray.u-paddingLarge .BackgroundCurve,
.Section--card02.u-bgColor--lightestGray.u-paddingLarge .BackgroundCurve,
.Section--card03.u-bgColor--lightestGray.u-paddingLarge .BackgroundCurve {
  bottom: 180px;
}

.Section--card01.u-bgColor--lightestGray.u-paddingXLarge .BackgroundCurve,
.Section--card02.u-bgColor--lightestGray.u-paddingXLarge .BackgroundCurve,
.Section--card03.u-bgColor--lightestGray.u-paddingXLarge .BackgroundCurve {
  bottom: 240px;
}

.Section--card01.u-bgColor--lightestGray.u-paddingXxLarge .BackgroundCurve,
.Section--card02.u-bgColor--lightestGray.u-paddingXxLarge .BackgroundCurve,
.Section--card03.u-bgColor--lightestGray.u-paddingXxLarge .BackgroundCurve {
  bottom: 360px;
}

.Section--card01 .Row, .Section--card01
[class^='Row--'], .Section--card01
[class*=' Row--'], .Section--card01 .Section-recent-tweets, .Section--card01 .Section-related,
.Section--card02 .Row,
.Section--card02
[class^='Row--'],
.Section--card02
[class*=' Row--'],
.Section--card02 .Section-recent-tweets,
.Section--card02 .Section-related,
.Section--card03 .Row,
.Section--card03
[class^='Row--'],
.Section--card03
[class*=' Row--'],
.Section--card03 .Section-recent-tweets,
.Section--card03 .Section-related {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.Section--card01 .Column, .Section--card01
[class^='Column-'], .Section--card01
[class*=' Column-'], .Section--card01 .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section--card01 .Twitter-Pic, .Section--card01 .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section--card01 .Twitter-Tweet, .Section--card01 .Section-related .Excerpt, .Section-related .Section--card01 .Excerpt, .Section--card01 .Section-related
[class^='Excerpt--'], .Section-related .Section--card01
[class^='Excerpt--'], .Section--card01 .Section-related
[class*=' Excerpt--'], .Section-related .Section--card01
[class*=' Excerpt--'],
.Section--card02 .Column,
.Section--card02
[class^='Column-'],
.Section--card02
[class*=' Column-'],
.Section--card02 .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets
.Section--card02 .Twitter-Pic,
.Section--card02 .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets
.Section--card02 .Twitter-Tweet,
.Section--card02 .Section-related .Excerpt, .Section-related
.Section--card02 .Excerpt,
.Section--card02 .Section-related
[class^='Excerpt--'], .Section-related
.Section--card02
[class^='Excerpt--'],
.Section--card02 .Section-related
[class*=' Excerpt--'], .Section-related
.Section--card02
[class*=' Excerpt--'],
.Section--card03 .Column,
.Section--card03
[class^='Column-'],
.Section--card03
[class*=' Column-'],
.Section--card03 .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets
.Section--card03 .Twitter-Pic,
.Section--card03 .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets
.Section--card03 .Twitter-Tweet,
.Section--card03 .Section-related .Excerpt, .Section-related
.Section--card03 .Excerpt,
.Section--card03 .Section-related
[class^='Excerpt--'], .Section-related
.Section--card03
[class^='Excerpt--'],
.Section--card03 .Section-related
[class*=' Excerpt--'], .Section-related
.Section--card03
[class*=' Excerpt--'] {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
}

.Section--card01 .Section-content .Row {
  -ms-flex-pack: center;
  justify-content: center;
}

.Section--card01 .Content {
  -ms-flex-direction: column;
  flex-direction: column;
}

.Section--card01 .Content-icon {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.Section--card01 .Content-icon:after {
  background: url("../media/hr-card.png") no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: 2px;
  margin-top: 30px;
}

.Section--card01 .Content-icon img {
  max-width: 80px;
}

.Section--card01 .Content-body {
  text-align: center;
}

.Section--card01 .Column > div, .Section--card01
[class^='Column-'] > div, .Section--card01
[class*=' Column-'] > div, .Section--card01 .Section-recent-tweets .Twitter-Pic > div, .Section-recent-tweets .Section--card01 .Twitter-Pic > div, .Section--card01 .Section-recent-tweets .Twitter-Tweet > div, .Section-recent-tweets .Section--card01 .Twitter-Tweet > div, .Section--card01 .Section-related .Excerpt > div, .Section-related .Section--card01 .Excerpt > div, .Section--card01 .Section-related
[class^='Excerpt--'] > div, .Section-related .Section--card01
[class^='Excerpt--'] > div, .Section--card01 .Section-related
[class*=' Excerpt--'] > div, .Section-related .Section--card01
[class*=' Excerpt--'] > div {
  box-shadow: none !important;
}

.Section--card02 .Column > div, .Section--card02
[class^='Column-'] > div, .Section--card02
[class*=' Column-'] > div, .Section--card02 .Section-recent-tweets .Twitter-Pic > div, .Section-recent-tweets .Section--card02 .Twitter-Pic > div, .Section--card02 .Section-recent-tweets .Twitter-Tweet > div, .Section-recent-tweets .Section--card02 .Twitter-Tweet > div, .Section--card02 .Section-related .Excerpt > div, .Section-related .Section--card02 .Excerpt > div, .Section--card02 .Section-related
[class^='Excerpt--'] > div, .Section-related .Section--card02
[class^='Excerpt--'] > div, .Section--card02 .Section-related
[class*=' Excerpt--'] > div, .Section-related .Section--card02
[class*=' Excerpt--'] > div {
  margin-top: 60px;
}

.Section--card02 .Column > div .Content, .Section--card02
[class^='Column-'] > div .Content, .Section--card02
[class*=' Column-'] > div .Content, .Section--card02 .Section-recent-tweets .Twitter-Pic > div .Content, .Section-recent-tweets .Section--card02 .Twitter-Pic > div .Content, .Section--card02 .Section-recent-tweets .Twitter-Tweet > div .Content, .Section-recent-tweets .Section--card02 .Twitter-Tweet > div .Content, .Section--card02 .Section-related .Excerpt > div .Content, .Section-related .Section--card02 .Excerpt > div .Content, .Section--card02 .Section-related
[class^='Excerpt--'] > div .Content, .Section-related .Section--card02
[class^='Excerpt--'] > div .Content, .Section--card02 .Section-related
[class*=' Excerpt--'] > div .Content, .Section-related .Section--card02
[class*=' Excerpt--'] > div .Content {
  -ms-flex-direction: column;
  flex-direction: column;
}

.Section--card02 .Column > div .Content-icon, .Section--card02
[class^='Column-'] > div .Content-icon, .Section--card02
[class*=' Column-'] > div .Content-icon, .Section--card02 .Section-recent-tweets .Twitter-Pic > div .Content-icon, .Section-recent-tweets .Section--card02 .Twitter-Pic > div .Content-icon, .Section--card02 .Section-recent-tweets .Twitter-Tweet > div .Content-icon, .Section-recent-tweets .Section--card02 .Twitter-Tweet > div .Content-icon, .Section--card02 .Section-related .Excerpt > div .Content-icon, .Section-related .Section--card02 .Excerpt > div .Content-icon, .Section--card02 .Section-related
[class^='Excerpt--'] > div .Content-icon, .Section-related .Section--card02
[class^='Excerpt--'] > div .Content-icon, .Section--card02 .Section-related
[class*=' Excerpt--'] > div .Content-icon, .Section-related .Section--card02
[class*=' Excerpt--'] > div .Content-icon {
  width: 120px;
  border-radius: 100%;
  background-color: #F4F4F4;
  margin-bottom: 30px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
}

.Section--card02 .Column > div .Content-icon img, .Section--card02
[class^='Column-'] > div .Content-icon img, .Section--card02
[class*=' Column-'] > div .Content-icon img, .Section--card02 .Section-recent-tweets .Twitter-Pic > div .Content-icon img, .Section-recent-tweets .Section--card02 .Twitter-Pic > div .Content-icon img, .Section--card02 .Section-recent-tweets .Twitter-Tweet > div .Content-icon img, .Section-recent-tweets .Section--card02 .Twitter-Tweet > div .Content-icon img, .Section--card02 .Section-related .Excerpt > div .Content-icon img, .Section-related .Section--card02 .Excerpt > div .Content-icon img, .Section--card02 .Section-related
[class^='Excerpt--'] > div .Content-icon img, .Section-related .Section--card02
[class^='Excerpt--'] > div .Content-icon img, .Section--card02 .Section-related
[class*=' Excerpt--'] > div .Content-icon img, .Section-related .Section--card02
[class*=' Excerpt--'] > div .Content-icon img {
  display: inline-block;
  height: 120px;
  max-height: inherit;
  max-width: 100%;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .Section--card02 .Column > div .Content-icon, .Section--card02
  [class^='Column-'] > div .Content-icon, .Section--card02
  [class*=' Column-'] > div .Content-icon, .Section--card02 .Section-recent-tweets .Twitter-Pic > div .Content-icon, .Section-recent-tweets .Section--card02 .Twitter-Pic > div .Content-icon, .Section--card02 .Section-recent-tweets .Twitter-Tweet > div .Content-icon, .Section-recent-tweets .Section--card02 .Twitter-Tweet > div .Content-icon, .Section--card02 .Section-related .Excerpt > div .Content-icon, .Section-related .Section--card02 .Excerpt > div .Content-icon, .Section--card02 .Section-related
  [class^='Excerpt--'] > div .Content-icon, .Section-related .Section--card02
  [class^='Excerpt--'] > div .Content-icon, .Section--card02 .Section-related
  [class*=' Excerpt--'] > div .Content-icon, .Section-related .Section--card02
  [class*=' Excerpt--'] > div .Content-icon {
    height: 100px !important;
    width: 100px !important;
  }
  .Section--card02 .Column > div .Content-icon img, .Section--card02
  [class^='Column-'] > div .Content-icon img, .Section--card02
  [class*=' Column-'] > div .Content-icon img, .Section--card02 .Section-recent-tweets .Twitter-Pic > div .Content-icon img, .Section-recent-tweets .Section--card02 .Twitter-Pic > div .Content-icon img, .Section--card02 .Section-recent-tweets .Twitter-Tweet > div .Content-icon img, .Section-recent-tweets .Section--card02 .Twitter-Tweet > div .Content-icon img, .Section--card02 .Section-related .Excerpt > div .Content-icon img, .Section-related .Section--card02 .Excerpt > div .Content-icon img, .Section--card02 .Section-related
  [class^='Excerpt--'] > div .Content-icon img, .Section-related .Section--card02
  [class^='Excerpt--'] > div .Content-icon img, .Section--card02 .Section-related
  [class*=' Excerpt--'] > div .Content-icon img, .Section-related .Section--card02
  [class*=' Excerpt--'] > div .Content-icon img {
    height: 100px;
    margin: 0;
  }
}

.Section--card02 .Section-cta .Button {
  color: #41D9D0;
  background: none;
  border-color: #41D9D0;
}

.Section--card02 .Section-cta .Button:active, .Section--card02 .Section-cta .Button:hover {
  color: #6ce2db;
}

.Section--card02 .Section-cta .Button:active, .Section--card02 .Section-cta .Button:hover {
  border-color: #6ce2db;
}

.Section--card02 .Section-bg {
  background-position: center 175px;
}

.Section--card02 .HideOn--small div,
.Section--card02 .Section-spacer div {
  background: transparent;
  box-shadow: none;
}

.Section--card03 .Column > div, .Section--card03
[class^='Column-'] > div, .Section--card03
[class*=' Column-'] > div, .Section--card03 .Section-recent-tweets .Twitter-Pic > div, .Section-recent-tweets .Section--card03 .Twitter-Pic > div, .Section--card03 .Section-recent-tweets .Twitter-Tweet > div, .Section-recent-tweets .Section--card03 .Twitter-Tweet > div, .Section--card03 .Section-related .Excerpt > div, .Section-related .Section--card03 .Excerpt > div, .Section--card03 .Section-related
[class^='Excerpt--'] > div, .Section-related .Section--card03
[class^='Excerpt--'] > div, .Section--card03 .Section-related
[class*=' Excerpt--'] > div, .Section-related .Section--card03
[class*=' Excerpt--'] > div {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.Section--card03 .Column > div .Content, .Section--card03
[class^='Column-'] > div .Content, .Section--card03
[class*=' Column-'] > div .Content, .Section--card03 .Section-recent-tweets .Twitter-Pic > div .Content, .Section-recent-tweets .Section--card03 .Twitter-Pic > div .Content, .Section--card03 .Section-recent-tweets .Twitter-Tweet > div .Content, .Section-recent-tweets .Section--card03 .Twitter-Tweet > div .Content, .Section--card03 .Section-related .Excerpt > div .Content, .Section-related .Section--card03 .Excerpt > div .Content, .Section--card03 .Section-related
[class^='Excerpt--'] > div .Content, .Section-related .Section--card03
[class^='Excerpt--'] > div .Content, .Section--card03 .Section-related
[class*=' Excerpt--'] > div .Content, .Section-related .Section--card03
[class*=' Excerpt--'] > div .Content {
  -ms-flex-direction: row;
  flex-direction: row;
}

.Section--card03 .Column > div .Content-icon, .Section--card03
[class^='Column-'] > div .Content-icon, .Section--card03
[class*=' Column-'] > div .Content-icon, .Section--card03 .Section-recent-tweets .Twitter-Pic > div .Content-icon, .Section-recent-tweets .Section--card03 .Twitter-Pic > div .Content-icon, .Section--card03 .Section-recent-tweets .Twitter-Tweet > div .Content-icon, .Section-recent-tweets .Section--card03 .Twitter-Tweet > div .Content-icon, .Section--card03 .Section-related .Excerpt > div .Content-icon, .Section-related .Section--card03 .Excerpt > div .Content-icon, .Section--card03 .Section-related
[class^='Excerpt--'] > div .Content-icon, .Section-related .Section--card03
[class^='Excerpt--'] > div .Content-icon, .Section--card03 .Section-related
[class*=' Excerpt--'] > div .Content-icon, .Section-related .Section--card03
[class*=' Excerpt--'] > div .Content-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 120px;
}

.Section--card03 .Column > div .Content-icon img, .Section--card03
[class^='Column-'] > div .Content-icon img, .Section--card03
[class*=' Column-'] > div .Content-icon img, .Section--card03 .Section-recent-tweets .Twitter-Pic > div .Content-icon img, .Section-recent-tweets .Section--card03 .Twitter-Pic > div .Content-icon img, .Section--card03 .Section-recent-tweets .Twitter-Tweet > div .Content-icon img, .Section-recent-tweets .Section--card03 .Twitter-Tweet > div .Content-icon img, .Section--card03 .Section-related .Excerpt > div .Content-icon img, .Section-related .Section--card03 .Excerpt > div .Content-icon img, .Section--card03 .Section-related
[class^='Excerpt--'] > div .Content-icon img, .Section-related .Section--card03
[class^='Excerpt--'] > div .Content-icon img, .Section--card03 .Section-related
[class*=' Excerpt--'] > div .Content-icon img, .Section-related .Section--card03
[class*=' Excerpt--'] > div .Content-icon img {
  display: block;
  height: 100%;
  max-height: inherit;
  max-width: inherit;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.Section--card03 .Column > div .Content-body, .Section--card03
[class^='Column-'] > div .Content-body, .Section--card03
[class*=' Column-'] > div .Content-body, .Section--card03 .Section-recent-tweets .Twitter-Pic > div .Content-body, .Section-recent-tweets .Section--card03 .Twitter-Pic > div .Content-body, .Section--card03 .Section-recent-tweets .Twitter-Tweet > div .Content-body, .Section-recent-tweets .Section--card03 .Twitter-Tweet > div .Content-body, .Section--card03 .Section-related .Excerpt > div .Content-body, .Section-related .Section--card03 .Excerpt > div .Content-body, .Section--card03 .Section-related
[class^='Excerpt--'] > div .Content-body, .Section-related .Section--card03
[class^='Excerpt--'] > div .Content-body, .Section--card03 .Section-related
[class*=' Excerpt--'] > div .Content-body, .Section-related .Section--card03
[class*=' Excerpt--'] > div .Content-body {
  padding: 30px;
  width: calc(100% - 120px);
}

.Section--card03 .Section-cta .Button {
  color: #41D9D0;
  background: none;
  border-color: #41D9D0;
}

.Section--card03 .Section-cta .Button:active, .Section--card03 .Section-cta .Button:hover {
  color: #6ce2db;
}

.Section--card03 .Section-cta .Button:active, .Section--card03 .Section-cta .Button:hover {
  border-color: #6ce2db;
}

.Section.Section--cta01 .Section-header {
  margin-bottom: 0;
}

.Section.Section--cta01 .Section-header:before {
  margin-bottom: 0;
}

.Section.Section--cta01 .Section-title {
  color: #fff;
  margin-bottom: 60px;
}

.Section.Section--cta02 .Section-inner {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.Section.Section--cta02 .Section-content {
  -ms-flex: 2;
  flex: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 30px;
}

.Section.Section--cta02 .Section-content h1, .Section.Section--cta02 .Section-content
.h1, .Section.Section--cta02 .Section-content h2, .Section.Section--cta02 .Section-content
.h2, .Section.Section--cta02 .Section-content h3, .Section.Section--cta02 .Section-content
.h3, .Section.Section--cta02 .Section-content h4, .Section.Section--cta02 .Section-content
.h4, .Section.Section--cta02 .Section-content h5, .Section.Section--cta02 .Section-content
.h5, .Section.Section--cta02 .Section-content h6, .Section.Section--cta02 .Section-content
.h6 {
  color: #4e4ea4;
}

.Section.Section--cta02 .Section-header {
  margin-bottom: 0;
}

.Section.Section--cta02 .Section-header:before {
  margin-bottom: 0;
}

.Section.Section--cta02 .Section-title {
  color: #fff;
  margin-bottom: 0;
}

.Section.Section--cta02 .Section-cta {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0;
  padding-left: 30px;
}

.Section.Section--cta02 .Section-cta .Button {
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  border-color: #0099EB;
  background-color: #0099EB;
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 1023px) {
  .Section.Section--cta02 .Section-cta .Button {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .Section.Section--cta02 .Section-cta .Button {
    font-size: 16px;
  }
}

.Section.Section--cta03 .Section-cta {
  -ms-flex-pack: center;
  justify-content: center;
}

.Section.Section--dashedLines .Row, .Section.Section--dashedLines
[class^='Row--'], .Section.Section--dashedLines
[class*=' Row--'], .Section.Section--dashedLines .Section-recent-tweets, .Section.Section--dashedLines .Section-related {
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}

.Section.Section--dashedLines .Row:before, .Section.Section--dashedLines
[class^='Row--']:before, .Section.Section--dashedLines
[class*=' Row--']:before, .Section.Section--dashedLines .Section-recent-tweets:before, .Section.Section--dashedLines .Section-related:before {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: -15px;
  top: 0;
  width: 2px;
  z-index: 20;
}

.Section.Section--dashedLines .Row:after, .Section.Section--dashedLines
[class^='Row--']:after, .Section.Section--dashedLines
[class*=' Row--']:after, .Section.Section--dashedLines .Section-recent-tweets:after, .Section.Section--dashedLines .Section-related:after {
  background: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: -15px;
  position: absolute;
  right: -15px;
  z-index: 20;
}

.Section.Section--dashedLines .Column, .Section.Section--dashedLines
[class^='Column-'], .Section.Section--dashedLines
[class*=' Column-'], .Section.Section--dashedLines .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines .Twitter-Pic, .Section.Section--dashedLines .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines .Twitter-Tweet, .Section.Section--dashedLines .Section-related .Excerpt, .Section-related .Section.Section--dashedLines .Excerpt, .Section.Section--dashedLines .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines
[class^='Excerpt--'], .Section.Section--dashedLines .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines
[class*=' Excerpt--'] {
  background: #fff;
  z-index: 10;
}

.Section.Section--dashedLines .Column > div, .Section.Section--dashedLines
[class^='Column-'] > div, .Section.Section--dashedLines
[class*=' Column-'] > div, .Section.Section--dashedLines .Section-recent-tweets .Twitter-Pic > div, .Section-recent-tweets .Section.Section--dashedLines .Twitter-Pic > div, .Section.Section--dashedLines .Section-recent-tweets .Twitter-Tweet > div, .Section-recent-tweets .Section.Section--dashedLines .Twitter-Tweet > div, .Section.Section--dashedLines .Section-related .Excerpt > div, .Section-related .Section.Section--dashedLines .Excerpt > div, .Section.Section--dashedLines .Section-related
[class^='Excerpt--'] > div, .Section-related .Section.Section--dashedLines
[class^='Excerpt--'] > div, .Section.Section--dashedLines .Section-related
[class*=' Excerpt--'] > div, .Section-related .Section.Section--dashedLines
[class*=' Excerpt--'] > div {
  padding: 10%;
}

.Section.Section--dashedLines .Column:before, .Section.Section--dashedLines
[class^='Column-']:before, .Section.Section--dashedLines
[class*=' Column-']:before, .Section.Section--dashedLines .Section-recent-tweets .Twitter-Pic:before, .Section-recent-tweets .Section.Section--dashedLines .Twitter-Pic:before, .Section.Section--dashedLines .Section-recent-tweets .Twitter-Tweet:before, .Section-recent-tweets .Section.Section--dashedLines .Twitter-Tweet:before, .Section.Section--dashedLines .Section-related .Excerpt:before, .Section-related .Section.Section--dashedLines .Excerpt:before, .Section.Section--dashedLines .Section-related
[class^='Excerpt--']:before, .Section-related .Section.Section--dashedLines
[class^='Excerpt--']:before, .Section.Section--dashedLines .Section-related
[class*=' Excerpt--']:before, .Section-related .Section.Section--dashedLines
[class*=' Excerpt--']:before {
  background: #4b97be;
  background-clip: border-box;
  border-left: 2px dotted #fff;
  box-sizing: border-box;
  content: '';
  display: block;
  height: calc(100% + 1px);
  position: absolute;
  right: -2px;
  top: -1px;
  width: 4px;
}

.Section.Section--dashedLines .Column:after, .Section.Section--dashedLines
[class^='Column-']:after, .Section.Section--dashedLines
[class*=' Column-']:after, .Section.Section--dashedLines .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines .Twitter-Pic:after, .Section.Section--dashedLines .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines .Twitter-Tweet:after, .Section.Section--dashedLines .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines .Excerpt:after, .Section.Section--dashedLines .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines
[class^='Excerpt--']:after, .Section.Section--dashedLines .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines
[class*=' Excerpt--']:after {
  background: #41D9D0;
  background: linear-gradient(90deg, #41D9D0 30%, #5454ab 70%);
  background-clip: border-box;
  border-top: 2px dotted #fff;
  bottom: -2px;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 4px;
  left: calc(-50vw - 1159px);
  position: absolute;
  width: calc(100vw + 2320px);
}

.Section.Section--dashedLines .Column--3 .Content,
.Section.Section--dashedLines .Column--4 .Content,
.Section.Section--dashedLines .Column--6 .Content {
  -ms-flex-direction: column;
  flex-direction: column;
}

.Section.Section--dashedLines .Column--3 .Content-icon,
.Section.Section--dashedLines .Column--4 .Content-icon,
.Section.Section--dashedLines .Column--6 .Content-icon {
  margin-bottom: 20px;
  margin-right: 0;
}

.Section.Section--dashedLines.u-bgColor--default .Column, .Section.Section--dashedLines.u-bgColor--default
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--default
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--default .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--default .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--default .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--default .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--default .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--default .Excerpt, .Section.Section--dashedLines.u-bgColor--default .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--default
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--default .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--default
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--default .Row:before,
.Section.Section--dashedLines.u-bgColor--default
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--default
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--default .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--default .Section-related:before,
.Section.Section--dashedLines.u-bgColor--default .Row:after,
.Section.Section--dashedLines.u-bgColor--default
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--default
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--default .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--default .Section-related:after {
  background: #666666;
}

.Section.Section--dashedLines.u-bgColor--default .Column:after, .Section.Section--dashedLines.u-bgColor--default
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--default
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--default .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--default .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--default .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--default .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--default .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--default .Excerpt:after, .Section.Section--dashedLines.u-bgColor--default .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--default
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--default .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--default
[class*=' Excerpt--']:after {
  border-color: #666666;
}

.Section.Section--dashedLines.u-bgColor--accent .Column, .Section.Section--dashedLines.u-bgColor--accent
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--accent
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--accent .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--accent .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--accent .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--accent .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--accent .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--accent .Excerpt, .Section.Section--dashedLines.u-bgColor--accent .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--accent
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--accent .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--accent
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--accent .Row:before,
.Section.Section--dashedLines.u-bgColor--accent
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--accent
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--accent .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--accent .Section-related:before,
.Section.Section--dashedLines.u-bgColor--accent .Row:after,
.Section.Section--dashedLines.u-bgColor--accent
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--accent
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--accent .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--accent .Section-related:after {
  background: #4695fe;
}

.Section.Section--dashedLines.u-bgColor--accent .Column:after, .Section.Section--dashedLines.u-bgColor--accent
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--accent
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--accent .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--accent .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--accent .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--accent .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--accent .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--accent .Excerpt:after, .Section.Section--dashedLines.u-bgColor--accent .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--accent
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--accent .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--accent
[class*=' Excerpt--']:after {
  border-color: #4695fe;
}

.Section.Section--dashedLines.u-bgColor--accentHover .Column, .Section.Section--dashedLines.u-bgColor--accentHover
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--accentHover
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--accentHover .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--accentHover .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--accentHover .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--accentHover .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--accentHover .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--accentHover .Excerpt, .Section.Section--dashedLines.u-bgColor--accentHover .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--accentHover
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--accentHover .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--accentHover
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--accentHover .Row:before,
.Section.Section--dashedLines.u-bgColor--accentHover
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--accentHover
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--accentHover .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--accentHover .Section-related:before,
.Section.Section--dashedLines.u-bgColor--accentHover .Row:after,
.Section.Section--dashedLines.u-bgColor--accentHover
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--accentHover
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--accentHover .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--accentHover .Section-related:after {
  background: #79b2fe;
}

.Section.Section--dashedLines.u-bgColor--accentHover .Column:after, .Section.Section--dashedLines.u-bgColor--accentHover
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--accentHover
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--accentHover .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--accentHover .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--accentHover .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--accentHover .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--accentHover .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--accentHover .Excerpt:after, .Section.Section--dashedLines.u-bgColor--accentHover .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--accentHover
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--accentHover .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--accentHover
[class*=' Excerpt--']:after {
  border-color: #79b2fe;
}

.Section.Section--dashedLines.u-bgColor--black .Column, .Section.Section--dashedLines.u-bgColor--black
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--black
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--black .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--black .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--black .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--black .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--black .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--black .Excerpt, .Section.Section--dashedLines.u-bgColor--black .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--black
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--black .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--black
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--black .Row:before,
.Section.Section--dashedLines.u-bgColor--black
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--black
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--black .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--black .Section-related:before,
.Section.Section--dashedLines.u-bgColor--black .Row:after,
.Section.Section--dashedLines.u-bgColor--black
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--black
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--black .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--black .Section-related:after {
  background: #000;
}

.Section.Section--dashedLines.u-bgColor--black .Column:after, .Section.Section--dashedLines.u-bgColor--black
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--black
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--black .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--black .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--black .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--black .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--black .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--black .Excerpt:after, .Section.Section--dashedLines.u-bgColor--black .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--black
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--black .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--black
[class*=' Excerpt--']:after {
  border-color: #000;
}

.Section.Section--dashedLines.u-bgColor--blackLight .Column, .Section.Section--dashedLines.u-bgColor--blackLight
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--blackLight
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--blackLight .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blackLight .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--blackLight .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blackLight .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--blackLight .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--blackLight .Excerpt, .Section.Section--dashedLines.u-bgColor--blackLight .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--blackLight
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--blackLight .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--blackLight
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--blackLight .Row:before,
.Section.Section--dashedLines.u-bgColor--blackLight
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--blackLight
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--blackLight .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--blackLight .Section-related:before,
.Section.Section--dashedLines.u-bgColor--blackLight .Row:after,
.Section.Section--dashedLines.u-bgColor--blackLight
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--blackLight
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--blackLight .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--blackLight .Section-related:after {
  background: #323232;
}

.Section.Section--dashedLines.u-bgColor--blackLight .Column:after, .Section.Section--dashedLines.u-bgColor--blackLight
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--blackLight
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--blackLight .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blackLight .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--blackLight .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blackLight .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--blackLight .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--blackLight .Excerpt:after, .Section.Section--dashedLines.u-bgColor--blackLight .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--blackLight
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--blackLight .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--blackLight
[class*=' Excerpt--']:after {
  border-color: #323232;
}

.Section.Section--dashedLines.u-bgColor--white .Column, .Section.Section--dashedLines.u-bgColor--white
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--white
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--white .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--white .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--white .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--white .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--white .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--white .Excerpt, .Section.Section--dashedLines.u-bgColor--white .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--white
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--white .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--white
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--white .Row:before,
.Section.Section--dashedLines.u-bgColor--white
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--white
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--white .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--white .Section-related:before,
.Section.Section--dashedLines.u-bgColor--white .Row:after,
.Section.Section--dashedLines.u-bgColor--white
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--white
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--white .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--white .Section-related:after {
  background: #fff;
}

.Section.Section--dashedLines.u-bgColor--white .Column:after, .Section.Section--dashedLines.u-bgColor--white
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--white
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--white .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--white .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--white .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--white .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--white .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--white .Excerpt:after, .Section.Section--dashedLines.u-bgColor--white .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--white
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--white .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--white
[class*=' Excerpt--']:after {
  border-color: #fff;
}

.Section.Section--dashedLines.u-bgColor--darkestGray .Column, .Section.Section--dashedLines.u-bgColor--darkestGray
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--darkestGray
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--darkestGray .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkestGray .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--darkestGray .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkestGray .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--darkestGray .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--darkestGray .Excerpt, .Section.Section--dashedLines.u-bgColor--darkestGray .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--darkestGray
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--darkestGray .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--darkestGray
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--darkestGray .Row:before,
.Section.Section--dashedLines.u-bgColor--darkestGray
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--darkestGray
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--darkestGray .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--darkestGray .Section-related:before,
.Section.Section--dashedLines.u-bgColor--darkestGray .Row:after,
.Section.Section--dashedLines.u-bgColor--darkestGray
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--darkestGray
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--darkestGray .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--darkestGray .Section-related:after {
  background: #1a1a1a;
}

.Section.Section--dashedLines.u-bgColor--darkestGray .Column:after, .Section.Section--dashedLines.u-bgColor--darkestGray
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--darkestGray
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--darkestGray .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkestGray .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--darkestGray .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkestGray .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--darkestGray .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--darkestGray .Excerpt:after, .Section.Section--dashedLines.u-bgColor--darkestGray .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--darkestGray
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--darkestGray .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--darkestGray
[class*=' Excerpt--']:after {
  border-color: #1a1a1a;
}

.Section.Section--dashedLines.u-bgColor--darkerGray .Column, .Section.Section--dashedLines.u-bgColor--darkerGray
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--darkerGray
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--darkerGray .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkerGray .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--darkerGray .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkerGray .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--darkerGray .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--darkerGray .Excerpt, .Section.Section--dashedLines.u-bgColor--darkerGray .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--darkerGray
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--darkerGray .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--darkerGray
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--darkerGray .Row:before,
.Section.Section--dashedLines.u-bgColor--darkerGray
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--darkerGray
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--darkerGray .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--darkerGray .Section-related:before,
.Section.Section--dashedLines.u-bgColor--darkerGray .Row:after,
.Section.Section--dashedLines.u-bgColor--darkerGray
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--darkerGray
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--darkerGray .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--darkerGray .Section-related:after {
  background: #333333;
}

.Section.Section--dashedLines.u-bgColor--darkerGray .Column:after, .Section.Section--dashedLines.u-bgColor--darkerGray
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--darkerGray
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--darkerGray .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkerGray .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--darkerGray .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkerGray .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--darkerGray .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--darkerGray .Excerpt:after, .Section.Section--dashedLines.u-bgColor--darkerGray .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--darkerGray
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--darkerGray .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--darkerGray
[class*=' Excerpt--']:after {
  border-color: #333333;
}

.Section.Section--dashedLines.u-bgColor--darkGray .Column, .Section.Section--dashedLines.u-bgColor--darkGray
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--darkGray
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--darkGray .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkGray .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--darkGray .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkGray .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--darkGray .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--darkGray .Excerpt, .Section.Section--dashedLines.u-bgColor--darkGray .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--darkGray
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--darkGray .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--darkGray
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--darkGray .Row:before,
.Section.Section--dashedLines.u-bgColor--darkGray
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--darkGray
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--darkGray .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--darkGray .Section-related:before,
.Section.Section--dashedLines.u-bgColor--darkGray .Row:after,
.Section.Section--dashedLines.u-bgColor--darkGray
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--darkGray
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--darkGray .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--darkGray .Section-related:after {
  background: #2a2a2a;
}

.Section.Section--dashedLines.u-bgColor--darkGray .Column:after, .Section.Section--dashedLines.u-bgColor--darkGray
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--darkGray
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--darkGray .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkGray .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--darkGray .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkGray .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--darkGray .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--darkGray .Excerpt:after, .Section.Section--dashedLines.u-bgColor--darkGray .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--darkGray
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--darkGray .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--darkGray
[class*=' Excerpt--']:after {
  border-color: #2a2a2a;
}

.Section.Section--dashedLines.u-bgColor--gray .Column, .Section.Section--dashedLines.u-bgColor--gray
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--gray
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--gray .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--gray .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--gray .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--gray .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--gray .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--gray .Excerpt, .Section.Section--dashedLines.u-bgColor--gray .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--gray
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--gray .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--gray
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--gray .Row:before,
.Section.Section--dashedLines.u-bgColor--gray
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--gray
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--gray .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--gray .Section-related:before,
.Section.Section--dashedLines.u-bgColor--gray .Row:after,
.Section.Section--dashedLines.u-bgColor--gray
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--gray
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--gray .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--gray .Section-related:after {
  background: #999999;
}

.Section.Section--dashedLines.u-bgColor--gray .Column:after, .Section.Section--dashedLines.u-bgColor--gray
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--gray
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--gray .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--gray .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--gray .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--gray .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--gray .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--gray .Excerpt:after, .Section.Section--dashedLines.u-bgColor--gray .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--gray
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--gray .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--gray
[class*=' Excerpt--']:after {
  border-color: #999999;
}

.Section.Section--dashedLines.u-bgColor--mediumGray .Column, .Section.Section--dashedLines.u-bgColor--mediumGray
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--mediumGray
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--mediumGray .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--mediumGray .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--mediumGray .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--mediumGray .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--mediumGray .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--mediumGray .Excerpt, .Section.Section--dashedLines.u-bgColor--mediumGray .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--mediumGray
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--mediumGray .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--mediumGray
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--mediumGray .Row:before,
.Section.Section--dashedLines.u-bgColor--mediumGray
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--mediumGray
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--mediumGray .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--mediumGray .Section-related:before,
.Section.Section--dashedLines.u-bgColor--mediumGray .Row:after,
.Section.Section--dashedLines.u-bgColor--mediumGray
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--mediumGray
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--mediumGray .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--mediumGray .Section-related:after {
  background: #9B9B9B;
}

.Section.Section--dashedLines.u-bgColor--mediumGray .Column:after, .Section.Section--dashedLines.u-bgColor--mediumGray
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--mediumGray
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--mediumGray .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--mediumGray .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--mediumGray .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--mediumGray .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--mediumGray .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--mediumGray .Excerpt:after, .Section.Section--dashedLines.u-bgColor--mediumGray .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--mediumGray
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--mediumGray .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--mediumGray
[class*=' Excerpt--']:after {
  border-color: #9B9B9B;
}

.Section.Section--dashedLines.u-bgColor--lightGray .Column, .Section.Section--dashedLines.u-bgColor--lightGray
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--lightGray
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--lightGray .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightGray .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--lightGray .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightGray .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--lightGray .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--lightGray .Excerpt, .Section.Section--dashedLines.u-bgColor--lightGray .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--lightGray
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--lightGray .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--lightGray
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--lightGray .Row:before,
.Section.Section--dashedLines.u-bgColor--lightGray
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--lightGray
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--lightGray .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--lightGray .Section-related:before,
.Section.Section--dashedLines.u-bgColor--lightGray .Row:after,
.Section.Section--dashedLines.u-bgColor--lightGray
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--lightGray
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--lightGray .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--lightGray .Section-related:after {
  background: #c2c2c2;
}

.Section.Section--dashedLines.u-bgColor--lightGray .Column:after, .Section.Section--dashedLines.u-bgColor--lightGray
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--lightGray
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--lightGray .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightGray .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--lightGray .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightGray .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--lightGray .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--lightGray .Excerpt:after, .Section.Section--dashedLines.u-bgColor--lightGray .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--lightGray
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--lightGray .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--lightGray
[class*=' Excerpt--']:after {
  border-color: #c2c2c2;
}

.Section.Section--dashedLines.u-bgColor--lighterGray .Column, .Section.Section--dashedLines.u-bgColor--lighterGray
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--lighterGray
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--lighterGray .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lighterGray .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--lighterGray .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lighterGray .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--lighterGray .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--lighterGray .Excerpt, .Section.Section--dashedLines.u-bgColor--lighterGray .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--lighterGray
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--lighterGray .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--lighterGray
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--lighterGray .Row:before,
.Section.Section--dashedLines.u-bgColor--lighterGray
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--lighterGray
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--lighterGray .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--lighterGray .Section-related:before,
.Section.Section--dashedLines.u-bgColor--lighterGray .Row:after,
.Section.Section--dashedLines.u-bgColor--lighterGray
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--lighterGray
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--lighterGray .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--lighterGray .Section-related:after {
  background: #f1f0f3;
}

.Section.Section--dashedLines.u-bgColor--lighterGray .Column:after, .Section.Section--dashedLines.u-bgColor--lighterGray
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--lighterGray
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--lighterGray .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lighterGray .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--lighterGray .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lighterGray .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--lighterGray .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--lighterGray .Excerpt:after, .Section.Section--dashedLines.u-bgColor--lighterGray .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--lighterGray
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--lighterGray .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--lighterGray
[class*=' Excerpt--']:after {
  border-color: #f1f0f3;
}

.Section.Section--dashedLines.u-bgColor--lightererGray .Column, .Section.Section--dashedLines.u-bgColor--lightererGray
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--lightererGray
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--lightererGray .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightererGray .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--lightererGray .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightererGray .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--lightererGray .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--lightererGray .Excerpt, .Section.Section--dashedLines.u-bgColor--lightererGray .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--lightererGray
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--lightererGray .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--lightererGray
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--lightererGray .Row:before,
.Section.Section--dashedLines.u-bgColor--lightererGray
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--lightererGray
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--lightererGray .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--lightererGray .Section-related:before,
.Section.Section--dashedLines.u-bgColor--lightererGray .Row:after,
.Section.Section--dashedLines.u-bgColor--lightererGray
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--lightererGray
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--lightererGray .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--lightererGray .Section-related:after {
  background: #f1f1f1;
}

.Section.Section--dashedLines.u-bgColor--lightererGray .Column:after, .Section.Section--dashedLines.u-bgColor--lightererGray
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--lightererGray
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--lightererGray .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightererGray .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--lightererGray .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightererGray .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--lightererGray .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--lightererGray .Excerpt:after, .Section.Section--dashedLines.u-bgColor--lightererGray .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--lightererGray
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--lightererGray .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--lightererGray
[class*=' Excerpt--']:after {
  border-color: #f1f1f1;
}

.Section.Section--dashedLines.u-bgColor--lightestGray .Column, .Section.Section--dashedLines.u-bgColor--lightestGray
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--lightestGray
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--lightestGray .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightestGray .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--lightestGray .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightestGray .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--lightestGray .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--lightestGray .Excerpt, .Section.Section--dashedLines.u-bgColor--lightestGray .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--lightestGray
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--lightestGray .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--lightestGray
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--lightestGray .Row:before,
.Section.Section--dashedLines.u-bgColor--lightestGray
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--lightestGray
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--lightestGray .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--lightestGray .Section-related:before,
.Section.Section--dashedLines.u-bgColor--lightestGray .Row:after,
.Section.Section--dashedLines.u-bgColor--lightestGray
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--lightestGray
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--lightestGray .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--lightestGray .Section-related:after {
  background: #f6f6f7;
}

.Section.Section--dashedLines.u-bgColor--lightestGray .Column:after, .Section.Section--dashedLines.u-bgColor--lightestGray
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--lightestGray
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--lightestGray .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightestGray .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--lightestGray .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightestGray .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--lightestGray .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--lightestGray .Excerpt:after, .Section.Section--dashedLines.u-bgColor--lightestGray .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--lightestGray
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--lightestGray .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--lightestGray
[class*=' Excerpt--']:after {
  border-color: #f6f6f7;
}

.Section.Section--dashedLines.u-bgColor--blueGray .Column, .Section.Section--dashedLines.u-bgColor--blueGray
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--blueGray
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--blueGray .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blueGray .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--blueGray .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blueGray .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--blueGray .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--blueGray .Excerpt, .Section.Section--dashedLines.u-bgColor--blueGray .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--blueGray
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--blueGray .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--blueGray
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--blueGray .Row:before,
.Section.Section--dashedLines.u-bgColor--blueGray
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--blueGray
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--blueGray .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--blueGray .Section-related:before,
.Section.Section--dashedLines.u-bgColor--blueGray .Row:after,
.Section.Section--dashedLines.u-bgColor--blueGray
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--blueGray
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--blueGray .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--blueGray .Section-related:after {
  background: #68A5DA;
}

.Section.Section--dashedLines.u-bgColor--blueGray .Column:after, .Section.Section--dashedLines.u-bgColor--blueGray
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--blueGray
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--blueGray .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blueGray .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--blueGray .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blueGray .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--blueGray .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--blueGray .Excerpt:after, .Section.Section--dashedLines.u-bgColor--blueGray .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--blueGray
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--blueGray .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--blueGray
[class*=' Excerpt--']:after {
  border-color: #68A5DA;
}

.Section.Section--dashedLines.u-bgColor--blue .Column, .Section.Section--dashedLines.u-bgColor--blue
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--blue
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--blue .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blue .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--blue .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blue .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--blue .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--blue .Excerpt, .Section.Section--dashedLines.u-bgColor--blue .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--blue
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--blue .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--blue
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--blue .Row:before,
.Section.Section--dashedLines.u-bgColor--blue
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--blue
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--blue .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--blue .Section-related:before,
.Section.Section--dashedLines.u-bgColor--blue .Row:after,
.Section.Section--dashedLines.u-bgColor--blue
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--blue
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--blue .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--blue .Section-related:after {
  background: #0099EB;
}

.Section.Section--dashedLines.u-bgColor--blue .Column:after, .Section.Section--dashedLines.u-bgColor--blue
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--blue
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--blue .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blue .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--blue .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blue .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--blue .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--blue .Excerpt:after, .Section.Section--dashedLines.u-bgColor--blue .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--blue
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--blue .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--blue
[class*=' Excerpt--']:after {
  border-color: #0099EB;
}

.Section.Section--dashedLines.u-bgColor--blueHover .Column, .Section.Section--dashedLines.u-bgColor--blueHover
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--blueHover
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--blueHover .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blueHover .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--blueHover .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blueHover .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--blueHover .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--blueHover .Excerpt, .Section.Section--dashedLines.u-bgColor--blueHover .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--blueHover
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--blueHover .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--blueHover
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--blueHover .Row:before,
.Section.Section--dashedLines.u-bgColor--blueHover
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--blueHover
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--blueHover .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--blueHover .Section-related:before,
.Section.Section--dashedLines.u-bgColor--blueHover .Row:after,
.Section.Section--dashedLines.u-bgColor--blueHover
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--blueHover
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--blueHover .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--blueHover .Section-related:after {
  background: #1fb1ff;
}

.Section.Section--dashedLines.u-bgColor--blueHover .Column:after, .Section.Section--dashedLines.u-bgColor--blueHover
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--blueHover
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--blueHover .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blueHover .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--blueHover .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blueHover .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--blueHover .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--blueHover .Excerpt:after, .Section.Section--dashedLines.u-bgColor--blueHover .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--blueHover
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--blueHover .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--blueHover
[class*=' Excerpt--']:after {
  border-color: #1fb1ff;
}

.Section.Section--dashedLines.u-bgColor--blueLight .Column, .Section.Section--dashedLines.u-bgColor--blueLight
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--blueLight
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--blueLight .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blueLight .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--blueLight .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blueLight .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--blueLight .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--blueLight .Excerpt, .Section.Section--dashedLines.u-bgColor--blueLight .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--blueLight
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--blueLight .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--blueLight
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--blueLight .Row:before,
.Section.Section--dashedLines.u-bgColor--blueLight
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--blueLight
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--blueLight .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--blueLight .Section-related:before,
.Section.Section--dashedLines.u-bgColor--blueLight .Row:after,
.Section.Section--dashedLines.u-bgColor--blueLight
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--blueLight
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--blueLight .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--blueLight .Section-related:after {
  background: #68A8FE;
}

.Section.Section--dashedLines.u-bgColor--blueLight .Column:after, .Section.Section--dashedLines.u-bgColor--blueLight
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--blueLight
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--blueLight .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blueLight .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--blueLight .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--blueLight .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--blueLight .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--blueLight .Excerpt:after, .Section.Section--dashedLines.u-bgColor--blueLight .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--blueLight
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--blueLight .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--blueLight
[class*=' Excerpt--']:after {
  border-color: #68A8FE;
}

.Section.Section--dashedLines.u-bgColor--mediumBlue .Column, .Section.Section--dashedLines.u-bgColor--mediumBlue
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--mediumBlue
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--mediumBlue .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--mediumBlue .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--mediumBlue .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--mediumBlue .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--mediumBlue .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--mediumBlue .Excerpt, .Section.Section--dashedLines.u-bgColor--mediumBlue .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--mediumBlue
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--mediumBlue .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--mediumBlue
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--mediumBlue .Row:before,
.Section.Section--dashedLines.u-bgColor--mediumBlue
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--mediumBlue
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--mediumBlue .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--mediumBlue .Section-related:before,
.Section.Section--dashedLines.u-bgColor--mediumBlue .Row:after,
.Section.Section--dashedLines.u-bgColor--mediumBlue
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--mediumBlue
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--mediumBlue .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--mediumBlue .Section-related:after {
  background: #49759b;
}

.Section.Section--dashedLines.u-bgColor--mediumBlue .Column:after, .Section.Section--dashedLines.u-bgColor--mediumBlue
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--mediumBlue
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--mediumBlue .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--mediumBlue .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--mediumBlue .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--mediumBlue .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--mediumBlue .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--mediumBlue .Excerpt:after, .Section.Section--dashedLines.u-bgColor--mediumBlue .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--mediumBlue
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--mediumBlue .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--mediumBlue
[class*=' Excerpt--']:after {
  border-color: #49759b;
}

.Section.Section--dashedLines.u-bgColor--teal .Column, .Section.Section--dashedLines.u-bgColor--teal
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--teal
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--teal .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--teal .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--teal .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--teal .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--teal .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--teal .Excerpt, .Section.Section--dashedLines.u-bgColor--teal .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--teal
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--teal .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--teal
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--teal .Row:before,
.Section.Section--dashedLines.u-bgColor--teal
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--teal
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--teal .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--teal .Section-related:before,
.Section.Section--dashedLines.u-bgColor--teal .Row:after,
.Section.Section--dashedLines.u-bgColor--teal
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--teal
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--teal .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--teal .Section-related:after {
  background: #41D9D0;
}

.Section.Section--dashedLines.u-bgColor--teal .Column:after, .Section.Section--dashedLines.u-bgColor--teal
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--teal
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--teal .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--teal .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--teal .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--teal .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--teal .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--teal .Excerpt:after, .Section.Section--dashedLines.u-bgColor--teal .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--teal
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--teal .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--teal
[class*=' Excerpt--']:after {
  border-color: #41D9D0;
}

.Section.Section--dashedLines.u-bgColor--tealHover .Column, .Section.Section--dashedLines.u-bgColor--tealHover
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--tealHover
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--tealHover .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--tealHover .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--tealHover .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--tealHover .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--tealHover .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--tealHover .Excerpt, .Section.Section--dashedLines.u-bgColor--tealHover .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--tealHover
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--tealHover .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--tealHover
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--tealHover .Row:before,
.Section.Section--dashedLines.u-bgColor--tealHover
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--tealHover
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--tealHover .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--tealHover .Section-related:before,
.Section.Section--dashedLines.u-bgColor--tealHover .Row:after,
.Section.Section--dashedLines.u-bgColor--tealHover
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--tealHover
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--tealHover .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--tealHover .Section-related:after {
  background: #6ce2db;
}

.Section.Section--dashedLines.u-bgColor--tealHover .Column:after, .Section.Section--dashedLines.u-bgColor--tealHover
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--tealHover
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--tealHover .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--tealHover .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--tealHover .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--tealHover .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--tealHover .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--tealHover .Excerpt:after, .Section.Section--dashedLines.u-bgColor--tealHover .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--tealHover
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--tealHover .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--tealHover
[class*=' Excerpt--']:after {
  border-color: #6ce2db;
}

.Section.Section--dashedLines.u-bgColor--bgGrayDarker .Column, .Section.Section--dashedLines.u-bgColor--bgGrayDarker
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--bgGrayDarker
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--bgGrayDarker .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--bgGrayDarker .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--bgGrayDarker .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--bgGrayDarker .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--bgGrayDarker .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--bgGrayDarker .Excerpt, .Section.Section--dashedLines.u-bgColor--bgGrayDarker .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--bgGrayDarker
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--bgGrayDarker .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--bgGrayDarker
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--bgGrayDarker .Row:before,
.Section.Section--dashedLines.u-bgColor--bgGrayDarker
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--bgGrayDarker
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--bgGrayDarker .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--bgGrayDarker .Section-related:before,
.Section.Section--dashedLines.u-bgColor--bgGrayDarker .Row:after,
.Section.Section--dashedLines.u-bgColor--bgGrayDarker
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--bgGrayDarker
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--bgGrayDarker .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--bgGrayDarker .Section-related:after {
  background: #232426;
}

.Section.Section--dashedLines.u-bgColor--bgGrayDarker .Column:after, .Section.Section--dashedLines.u-bgColor--bgGrayDarker
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--bgGrayDarker
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--bgGrayDarker .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--bgGrayDarker .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--bgGrayDarker .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--bgGrayDarker .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--bgGrayDarker .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--bgGrayDarker .Excerpt:after, .Section.Section--dashedLines.u-bgColor--bgGrayDarker .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--bgGrayDarker
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--bgGrayDarker .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--bgGrayDarker
[class*=' Excerpt--']:after {
  border-color: #232426;
}

.Section.Section--dashedLines.u-bgColor--bgGray .Column, .Section.Section--dashedLines.u-bgColor--bgGray
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--bgGray
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--bgGray .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--bgGray .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--bgGray .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--bgGray .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--bgGray .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--bgGray .Excerpt, .Section.Section--dashedLines.u-bgColor--bgGray .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--bgGray
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--bgGray .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--bgGray
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--bgGray .Row:before,
.Section.Section--dashedLines.u-bgColor--bgGray
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--bgGray
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--bgGray .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--bgGray .Section-related:before,
.Section.Section--dashedLines.u-bgColor--bgGray .Row:after,
.Section.Section--dashedLines.u-bgColor--bgGray
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--bgGray
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--bgGray .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--bgGray .Section-related:after {
  background: #4A4A4A;
}

.Section.Section--dashedLines.u-bgColor--bgGray .Column:after, .Section.Section--dashedLines.u-bgColor--bgGray
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--bgGray
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--bgGray .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--bgGray .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--bgGray .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--bgGray .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--bgGray .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--bgGray .Excerpt:after, .Section.Section--dashedLines.u-bgColor--bgGray .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--bgGray
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--bgGray .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--bgGray
[class*=' Excerpt--']:after {
  border-color: #4A4A4A;
}

.Section.Section--dashedLines.u-bgColor--green .Column, .Section.Section--dashedLines.u-bgColor--green
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--green
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--green .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--green .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--green .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--green .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--green .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--green .Excerpt, .Section.Section--dashedLines.u-bgColor--green .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--green
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--green .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--green
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--green .Row:before,
.Section.Section--dashedLines.u-bgColor--green
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--green
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--green .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--green .Section-related:before,
.Section.Section--dashedLines.u-bgColor--green .Row:after,
.Section.Section--dashedLines.u-bgColor--green
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--green
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--green .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--green .Section-related:after {
  background: #269A00;
}

.Section.Section--dashedLines.u-bgColor--green .Column:after, .Section.Section--dashedLines.u-bgColor--green
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--green
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--green .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--green .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--green .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--green .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--green .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--green .Excerpt:after, .Section.Section--dashedLines.u-bgColor--green .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--green
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--green .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--green
[class*=' Excerpt--']:after {
  border-color: #269A00;
}

.Section.Section--dashedLines.u-bgColor--darkRed .Column, .Section.Section--dashedLines.u-bgColor--darkRed
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--darkRed
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--darkRed .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkRed .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--darkRed .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkRed .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--darkRed .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--darkRed .Excerpt, .Section.Section--dashedLines.u-bgColor--darkRed .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--darkRed
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--darkRed .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--darkRed
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--darkRed .Row:before,
.Section.Section--dashedLines.u-bgColor--darkRed
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--darkRed
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--darkRed .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--darkRed .Section-related:before,
.Section.Section--dashedLines.u-bgColor--darkRed .Row:after,
.Section.Section--dashedLines.u-bgColor--darkRed
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--darkRed
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--darkRed .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--darkRed .Section-related:after {
  background: #9E193C;
}

.Section.Section--dashedLines.u-bgColor--darkRed .Column:after, .Section.Section--dashedLines.u-bgColor--darkRed
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--darkRed
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--darkRed .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkRed .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--darkRed .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkRed .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--darkRed .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--darkRed .Excerpt:after, .Section.Section--dashedLines.u-bgColor--darkRed .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--darkRed
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--darkRed .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--darkRed
[class*=' Excerpt--']:after {
  border-color: #9E193C;
}

.Section.Section--dashedLines.u-bgColor--darkPurple .Column, .Section.Section--dashedLines.u-bgColor--darkPurple
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--darkPurple
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--darkPurple .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkPurple .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--darkPurple .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkPurple .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--darkPurple .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--darkPurple .Excerpt, .Section.Section--dashedLines.u-bgColor--darkPurple .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--darkPurple
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--darkPurple .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--darkPurple
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--darkPurple .Row:before,
.Section.Section--dashedLines.u-bgColor--darkPurple
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--darkPurple
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--darkPurple .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--darkPurple .Section-related:before,
.Section.Section--dashedLines.u-bgColor--darkPurple .Row:after,
.Section.Section--dashedLines.u-bgColor--darkPurple
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--darkPurple
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--darkPurple .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--darkPurple .Section-related:after {
  background: #2f2f61;
}

.Section.Section--dashedLines.u-bgColor--darkPurple .Column:after, .Section.Section--dashedLines.u-bgColor--darkPurple
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--darkPurple
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--darkPurple .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkPurple .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--darkPurple .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--darkPurple .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--darkPurple .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--darkPurple .Excerpt:after, .Section.Section--dashedLines.u-bgColor--darkPurple .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--darkPurple
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--darkPurple .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--darkPurple
[class*=' Excerpt--']:after {
  border-color: #2f2f61;
}

.Section.Section--dashedLines.u-bgColor--purple .Column, .Section.Section--dashedLines.u-bgColor--purple
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--purple
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--purple .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--purple .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--purple .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--purple .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--purple .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--purple .Excerpt, .Section.Section--dashedLines.u-bgColor--purple .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--purple
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--purple .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--purple
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--purple .Row:before,
.Section.Section--dashedLines.u-bgColor--purple
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--purple
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--purple .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--purple .Section-related:before,
.Section.Section--dashedLines.u-bgColor--purple .Row:after,
.Section.Section--dashedLines.u-bgColor--purple
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--purple
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--purple .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--purple .Section-related:after {
  background: #4e4ea4;
}

.Section.Section--dashedLines.u-bgColor--purple .Column:after, .Section.Section--dashedLines.u-bgColor--purple
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--purple
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--purple .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--purple .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--purple .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--purple .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--purple .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--purple .Excerpt:after, .Section.Section--dashedLines.u-bgColor--purple .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--purple
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--purple .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--purple
[class*=' Excerpt--']:after {
  border-color: #4e4ea4;
}

.Section.Section--dashedLines.u-bgColor--lightPurple .Column, .Section.Section--dashedLines.u-bgColor--lightPurple
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--lightPurple
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--lightPurple .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightPurple .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--lightPurple .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightPurple .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--lightPurple .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--lightPurple .Excerpt, .Section.Section--dashedLines.u-bgColor--lightPurple .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--lightPurple
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--lightPurple .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--lightPurple
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--lightPurple .Row:before,
.Section.Section--dashedLines.u-bgColor--lightPurple
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--lightPurple
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--lightPurple .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--lightPurple .Section-related:before,
.Section.Section--dashedLines.u-bgColor--lightPurple .Row:after,
.Section.Section--dashedLines.u-bgColor--lightPurple
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--lightPurple
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--lightPurple .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--lightPurple .Section-related:after {
  background: #5454ab;
}

.Section.Section--dashedLines.u-bgColor--lightPurple .Column:after, .Section.Section--dashedLines.u-bgColor--lightPurple
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--lightPurple
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--lightPurple .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightPurple .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--lightPurple .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightPurple .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--lightPurple .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--lightPurple .Excerpt:after, .Section.Section--dashedLines.u-bgColor--lightPurple .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--lightPurple
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--lightPurple .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--lightPurple
[class*=' Excerpt--']:after {
  border-color: #5454ab;
}

.Section.Section--dashedLines.u-bgColor--lighterPurple .Column, .Section.Section--dashedLines.u-bgColor--lighterPurple
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--lighterPurple
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--lighterPurple .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lighterPurple .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--lighterPurple .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lighterPurple .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--lighterPurple .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--lighterPurple .Excerpt, .Section.Section--dashedLines.u-bgColor--lighterPurple .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--lighterPurple
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--lighterPurple .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--lighterPurple
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--lighterPurple .Row:before,
.Section.Section--dashedLines.u-bgColor--lighterPurple
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--lighterPurple
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--lighterPurple .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--lighterPurple .Section-related:before,
.Section.Section--dashedLines.u-bgColor--lighterPurple .Row:after,
.Section.Section--dashedLines.u-bgColor--lighterPurple
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--lighterPurple
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--lighterPurple .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--lighterPurple .Section-related:after {
  background: #5577f2;
}

.Section.Section--dashedLines.u-bgColor--lighterPurple .Column:after, .Section.Section--dashedLines.u-bgColor--lighterPurple
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--lighterPurple
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--lighterPurple .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lighterPurple .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--lighterPurple .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lighterPurple .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--lighterPurple .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--lighterPurple .Excerpt:after, .Section.Section--dashedLines.u-bgColor--lighterPurple .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--lighterPurple
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--lighterPurple .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--lighterPurple
[class*=' Excerpt--']:after {
  border-color: #5577f2;
}

.Section.Section--dashedLines.u-bgColor--lightestPurple .Column, .Section.Section--dashedLines.u-bgColor--lightestPurple
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--lightestPurple
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--lightestPurple .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightestPurple .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--lightestPurple .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightestPurple .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--lightestPurple .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--lightestPurple .Excerpt, .Section.Section--dashedLines.u-bgColor--lightestPurple .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--lightestPurple
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--lightestPurple .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--lightestPurple
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--lightestPurple .Row:before,
.Section.Section--dashedLines.u-bgColor--lightestPurple
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--lightestPurple
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--lightestPurple .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--lightestPurple .Section-related:before,
.Section.Section--dashedLines.u-bgColor--lightestPurple .Row:after,
.Section.Section--dashedLines.u-bgColor--lightestPurple
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--lightestPurple
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--lightestPurple .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--lightestPurple .Section-related:after {
  background: #bebdc7;
}

.Section.Section--dashedLines.u-bgColor--lightestPurple .Column:after, .Section.Section--dashedLines.u-bgColor--lightestPurple
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--lightestPurple
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--lightestPurple .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightestPurple .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--lightestPurple .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--lightestPurple .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--lightestPurple .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--lightestPurple .Excerpt:after, .Section.Section--dashedLines.u-bgColor--lightestPurple .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--lightestPurple
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--lightestPurple .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--lightestPurple
[class*=' Excerpt--']:after {
  border-color: #bebdc7;
}

.Section.Section--dashedLines.u-bgColor--purpleGray .Column, .Section.Section--dashedLines.u-bgColor--purpleGray
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--purpleGray
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--purpleGray .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--purpleGray .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--purpleGray .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--purpleGray .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--purpleGray .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--purpleGray .Excerpt, .Section.Section--dashedLines.u-bgColor--purpleGray .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--purpleGray
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--purpleGray .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--purpleGray
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--purpleGray .Row:before,
.Section.Section--dashedLines.u-bgColor--purpleGray
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--purpleGray
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--purpleGray .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--purpleGray .Section-related:before,
.Section.Section--dashedLines.u-bgColor--purpleGray .Row:after,
.Section.Section--dashedLines.u-bgColor--purpleGray
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--purpleGray
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--purpleGray .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--purpleGray .Section-related:after {
  background: #8b89a1;
}

.Section.Section--dashedLines.u-bgColor--purpleGray .Column:after, .Section.Section--dashedLines.u-bgColor--purpleGray
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--purpleGray
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--purpleGray .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--purpleGray .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--purpleGray .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--purpleGray .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--purpleGray .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--purpleGray .Excerpt:after, .Section.Section--dashedLines.u-bgColor--purpleGray .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--purpleGray
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--purpleGray .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--purpleGray
[class*=' Excerpt--']:after {
  border-color: #8b89a1;
}

.Section.Section--dashedLines.u-bgColor--orange .Column, .Section.Section--dashedLines.u-bgColor--orange
[class^='Column-'], .Section.Section--dashedLines.u-bgColor--orange
[class*=' Column-'], .Section.Section--dashedLines.u-bgColor--orange .Section-recent-tweets .Twitter-Pic, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--orange .Twitter-Pic, .Section.Section--dashedLines.u-bgColor--orange .Section-recent-tweets .Twitter-Tweet, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--orange .Twitter-Tweet, .Section.Section--dashedLines.u-bgColor--orange .Section-related .Excerpt, .Section-related .Section.Section--dashedLines.u-bgColor--orange .Excerpt, .Section.Section--dashedLines.u-bgColor--orange .Section-related
[class^='Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--orange
[class^='Excerpt--'], .Section.Section--dashedLines.u-bgColor--orange .Section-related
[class*=' Excerpt--'], .Section-related .Section.Section--dashedLines.u-bgColor--orange
[class*=' Excerpt--'],
.Section.Section--dashedLines.u-bgColor--orange .Row:before,
.Section.Section--dashedLines.u-bgColor--orange
[class^='Row--']:before,
.Section.Section--dashedLines.u-bgColor--orange
[class*=' Row--']:before,
.Section.Section--dashedLines.u-bgColor--orange .Section-recent-tweets:before,
.Section.Section--dashedLines.u-bgColor--orange .Section-related:before,
.Section.Section--dashedLines.u-bgColor--orange .Row:after,
.Section.Section--dashedLines.u-bgColor--orange
[class^='Row--']:after,
.Section.Section--dashedLines.u-bgColor--orange
[class*=' Row--']:after,
.Section.Section--dashedLines.u-bgColor--orange .Section-recent-tweets:after,
.Section.Section--dashedLines.u-bgColor--orange .Section-related:after {
  background: #F57F17;
}

.Section.Section--dashedLines.u-bgColor--orange .Column:after, .Section.Section--dashedLines.u-bgColor--orange
[class^='Column-']:after, .Section.Section--dashedLines.u-bgColor--orange
[class*=' Column-']:after, .Section.Section--dashedLines.u-bgColor--orange .Section-recent-tweets .Twitter-Pic:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--orange .Twitter-Pic:after, .Section.Section--dashedLines.u-bgColor--orange .Section-recent-tweets .Twitter-Tweet:after, .Section-recent-tweets .Section.Section--dashedLines.u-bgColor--orange .Twitter-Tweet:after, .Section.Section--dashedLines.u-bgColor--orange .Section-related .Excerpt:after, .Section-related .Section.Section--dashedLines.u-bgColor--orange .Excerpt:after, .Section.Section--dashedLines.u-bgColor--orange .Section-related
[class^='Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--orange
[class^='Excerpt--']:after, .Section.Section--dashedLines.u-bgColor--orange .Section-related
[class*=' Excerpt--']:after, .Section-related .Section.Section--dashedLines.u-bgColor--orange
[class*=' Excerpt--']:after {
  border-color: #F57F17;
}

.Section.Section--factoid02 .Content h1 {
  font-size: 100px;
  font-weight: "x-large";
  line-height: 125px;
  margin: 20px 0;
  font-family: "Gotham-Light", "Helvetica", sans-serif;
}

.Section.Section--factoid02 .Content h1:first-child {
  margin-top: 0;
}

.Section.Section--factoid02 .Content h1:last-child {
  margin-bottom: 0;
}

.Section.Section--factoid02 .Content h2 {
  font-size: 60px;
  font-weight: 300;
  line-height: 95px;
  margin: 20px 0;
  font-family: "Gotham-Light", "Helvetica", sans-serif;
}

@media (max-width: 1023px) {
  .Section.Section--factoid02 .Content h2 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .Section.Section--factoid02 .Content h2 {
    font-size: 42px;
  }
}

.Section.Section--factoid02 .Content h2:first-child {
  margin-top: 0;
}

.Section.Section--factoid02 .Content h2:last-child {
  margin-bottom: 0;
}

.Section.Section--factoid03 .Content h1 {
  font-size: 100px;
  font-weight: "x-large";
  line-height: 125px;
  margin: 20px 0;
  font-family: "Gotham-Light", "Helvetica", sans-serif;
}

.Section.Section--factoid03 .Content h1:first-child {
  margin-top: 0;
}

.Section.Section--factoid03 .Content h1:last-child {
  margin-bottom: 0;
}

.Section.Section--factoid03 .Content h2 {
  font-size: 60px;
  font-weight: 300;
  line-height: 95px;
  margin: 20px 0;
  font-family: "Gotham-Light", "Helvetica", sans-serif;
}

@media (max-width: 1023px) {
  .Section.Section--factoid03 .Content h2 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .Section.Section--factoid03 .Content h2 {
    font-size: 42px;
  }
}

.Section.Section--factoid03 .Content h2:first-child {
  margin-top: 0;
}

.Section.Section--factoid03 .Content h2:last-child {
  margin-bottom: 0;
}

.Section--feature01 .Wrap, .Section--feature01 .Wrap--noPadding, .Section--feature01 .Wrap--noPaddingAll, .Section--feature01 .Wrap--wide, .Section--feature01 .Wrap--narrow,
.Section--feature01 .Section-inner,
.Section--feature02 .Wrap,
.Section--feature02 .Wrap--noPadding,
.Section--feature02 .Wrap--noPaddingAll,
.Section--feature02 .Wrap--wide,
.Section--feature02 .Wrap--narrow,
.Section--feature02 .Section-inner {
  position: static;
}

.Section--feature01 .Section-header,
.Section--feature01 .Section-content,
.Section--feature01 .Section-inner > .Section-cta,
.Section--feature02 .Section-header,
.Section--feature02 .Section-content,
.Section--feature02 .Section-inner > .Section-cta {
  position: relative;
  width: calc(50% - 60px);
  z-index: 10;
}

.Section--feature01 .Section-header,
.Section--feature02 .Section-header {
  padding-top: 0 !important;
}

.Section--feature01 .Section-header:before,
.Section--feature02 .Section-header:before {
  display: none;
}

.Section--feature01 .Section-image,
.Section--feature02 .Section-image {
  bottom: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 20;
}

.Section--feature01 .Section-image img,
.Section--feature02 .Section-image img {
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 50vw;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
}

.Section--feature01 .Column--3 .Content,
.Section--feature01 .Column--4 .Content,
.Section--feature01 .Column--6 .Content,
.Section--feature02 .Column--3 .Content,
.Section--feature02 .Column--4 .Content,
.Section--feature02 .Column--6 .Content {
  -ms-flex-direction: column;
  flex-direction: column;
}

.Section--feature01 .Column--3 .Content-icon,
.Section--feature01 .Column--4 .Content-icon,
.Section--feature01 .Column--6 .Content-icon,
.Section--feature02 .Column--3 .Content-icon,
.Section--feature02 .Column--4 .Content-icon,
.Section--feature02 .Column--6 .Content-icon {
  margin-bottom: 20px;
  margin-right: 0;
}

.Section--feature01 + .Section.u-bgColor--white .Section-header:before,
.Section--feature02 + .Section.u-bgColor--white .Section-header:before {
  display: none;
}

.Section--feature01 .Section-header,
.Section--feature01 .Section-content,
.Section--feature01 .Section-inner > .Section-cta {
  margin-left: auto;
}

.Section--feature01 .Section-image {
  right: 50vw;
}

.Section--feature02 .Section-image {
  left: 50vw;
}

.Section--graphic-border,
.Section--graphicBorder {
  position: relative;
  background: #F3F3F3;
}

.Section--graphic-border:before, .Section--graphic-border:after,
.Section--graphicBorder:before,
.Section--graphicBorder:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 200px;
  background-image: url("../media/background--circles.svg");
  background-repeat: repeat-x;
  background-size: auto auto;
  background-position: top left;
}

.Section--graphic-border:before,
.Section--graphicBorder:before {
  top: -150px;
}

.Section--graphic-border:after,
.Section--graphicBorder:after {
  bottom: -150px;
  transform: rotate(180deg);
  z-index: 10;
}

.Hero + .Section--graphic-border,
.Hero + .Section--graphicBorder {
  margin-top: 220px;
}

.Hero--small-curve + .Section--graphic-border,
.Hero--small-curve + .Section--graphicBorder {
  margin-top: 120px;
}

.Hero--no-curve + .Section--graphic-border,
.Hero--no-curve + .Section--graphicBorder {
  margin-top: 150px;
}

.Section--graphic-border-bottom,
.Section--graphicBorderBottom, .Section--graphic-border-bottom-cta-nav,
.Section--graphicBorderBottomCtaNav {
  position: relative;
  background: transparent;
}

.Section--graphic-border-bottom:after,
.Section--graphicBorderBottom:after, .Section--graphic-border-bottom-cta-nav:after,
.Section--graphicBorderBottomCtaNav:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 200px;
  background-image: url("../media/background--circles.svg");
  background-repeat: repeat-x;
  background-size: auto auto;
  background-position: top left;
}

.Section--graphic-border-bottom:after,
.Section--graphicBorderBottom:after, .Section--graphic-border-bottom-cta-nav:after,
.Section--graphicBorderBottomCtaNav:after {
  bottom: -150px;
  transform: rotate(180deg);
  z-index: 10;
}

.Section--graphic-border-bottom-cta-nav .Section-animation, .Section--graphic-border-bottom-cta-nav .Section-image,
.Section--graphicBorderBottomCtaNav .Section-animation,
.Section--graphicBorderBottomCtaNav .Section-image {
  text-align: center !important;
}

.Section--graphic-border-bottom-cta-nav .Section-animation img, .Section--graphic-border-bottom-cta-nav .Section-image img,
.Section--graphicBorderBottomCtaNav .Section-animation img,
.Section--graphicBorderBottomCtaNav .Section-image img {
  min-width: 80% !important;
  width: 80% !important;
  max-width: 80% !important;
  margin: auto;
}

.Section--graphic-border-bottom-cta-nav .Section-nav,
.Section--graphicBorderBottomCtaNav .Section-nav {
  padding: 0;
  -ms-flex-order: 1;
  order: 1;
  width: auto;
}

.Section--graphic-border-bottom-cta-nav .Section-nav-wrapper,
.Section--graphicBorderBottomCtaNav .Section-nav-wrapper {
  width: 100%;
  padding: 40px 0;
}

.Section--graphic-border-bottom-cta-nav .Section-cta,
.Section--graphicBorderBottomCtaNav .Section-cta {
  margin: 0;
  padding: 0;
  width: 50%;
  border-bottom: 1px solid #c2c2c2;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.Section--graphic-border-bottom-cta-nav .Section-cta:first-child,
.Section--graphicBorderBottomCtaNav .Section-cta:first-child {
  margin-top: 0;
}

.Section--graphic-border-bottom-cta-nav .Section-cta:last-child,
.Section--graphicBorderBottomCtaNav .Section-cta:last-child {
  margin-bottom: 0;
}

.Section--graphic-border-bottom-cta-nav .Section-cta a,
.Section--graphicBorderBottomCtaNav .Section-cta a {
  color: #666666;
  font-weight: 500;
  padding: 10px 0;
  margin: 0 40px;
  text-align: center;
  border: none;
  background: transparent;
  height: auto;
}

.Section--graphic-border-bottom-cta-nav .Section-cta a:first-child,
.Section--graphicBorderBottomCtaNav .Section-cta a:first-child {
  margin-top: 0;
}

.Section--graphic-border-bottom-cta-nav .Section-cta a:last-child,
.Section--graphicBorderBottomCtaNav .Section-cta a:last-child {
  margin-bottom: 0;
}

.Section--graphic-border-bottom-cta-nav .Section-cta a.is-active:after,
.Section--graphicBorderBottomCtaNav .Section-cta a.is-active:after {
  opacity: 1;
  transform: scaleX(1);
}

.Section--graphic-border-bottom-cta-nav .Section-cta a:after,
.Section--graphicBorderBottomCtaNav .Section-cta a:after {
  color: #41D9D0;
  height: 4px;
  padding: 0;
}

@media (max-width: 1023px) {
  .Section--graphic-border-bottom-cta-nav .Section-cta,
  .Section--graphicBorderBottomCtaNav .Section-cta {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .Section--graphic-border-bottom-cta-nav .Section-inner,
  .Section--graphicBorderBottomCtaNav .Section-inner {
    display: block;
  }
  .Section--graphic-border-bottom-cta-nav .Section-nav,
  .Section--graphicBorderBottomCtaNav .Section-nav {
    -ms-flex-order: 2 !important;
    order: 2 !important;
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px;
  }
  .Section--graphic-border-bottom-cta-nav .Section-nav-wrapper,
  .Section--graphicBorderBottomCtaNav .Section-nav-wrapper {
    width: auto !important;
    margin: auto !important;
  }
  .Section--graphic-border-bottom-cta-nav .Section-animation, .Section--graphic-border-bottom-cta-nav .Section-image,
  .Section--graphicBorderBottomCtaNav .Section-animation,
  .Section--graphicBorderBottomCtaNav .Section-image {
    width: 100% !important;
    padding: 0 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .Section--graphic-border-bottom-cta-nav .Section-content,
  .Section--graphicBorderBottomCtaNav .Section-content {
    -ms-flex-order: 3 !important;
    order: 3 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }
  .Section--graphic-border-bottom-cta-nav .Section-cta,
  .Section--graphicBorderBottomCtaNav .Section-cta {
    width: auto !important;
    margin: auto !important;
  }
  .Section--graphic-border-bottom-cta-nav .Section-cta a,
  .Section--graphicBorderBottomCtaNav .Section-cta a {
    font-size: 16px !important;
    padding: 0 !important;
    margin: 0 10px;
  }
  .Section--graphic-border-bottom-cta-nav .Section-cta a:first-child,
  .Section--graphicBorderBottomCtaNav .Section-cta a:first-child {
    margin-left: 0;
  }
  .Section--graphic-border-bottom-cta-nav .Section-cta a:last-child,
  .Section--graphicBorderBottomCtaNav .Section-cta a:last-child {
    margin-right: 0;
  }
}

.Section--blog .Row--wideGutters {
  margin-bottom: -22px;
  margin-left: -30px;
  margin-right: -30px;
}

.Section--blog .Row--wideGutters + .Row--wideGutters {
  margin-top: 22px;
}

.Section--blog .Row--wideGutters:last-child {
  margin-bottom: -60px;
}

.Section--blog .Row--wideGutters > .Column,
.Section--blog .Row--wideGutters > [class^='Column-'],
.Section--blog .Row--wideGutters > [class*=' Column-'] {
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 60px;
}

.Section-recent-tweets {
  -ms-flex-pack: center;
  justify-content: center;
}

.Section-recent-tweets .Twitter-Pic {
  width: 16.66667%;
}

@media (max-width: 768px) {
  .Section-recent-tweets .Twitter-Pic {
    width: 100%;
  }
}

.Section-recent-tweets .Twitter-Pic img {
  display: block;
  margin: auto;
  width: 90px;
  max-width: 100%;
  border-radius: 5px;
}

.Section-recent-tweets .Twitter-Tweet {
  width: 66.66667%;
}

@media (max-width: 768px) {
  .Section-recent-tweets .Twitter-Tweet {
    width: 100%;
  }
}

.Section-recent-tweets .Twitter-Tweet p {
  margin: 0 !important;
  padding: 0 !important;
}

.Section-recent-tweets .Twitter-ByLine {
  color: #c2c2c2;
}

.Section-recent-tweets .Twitter-ByLine a {
  color: #c2c2c2;
}

.Section-recent-tweets .Twitter-ByLine span:before {
  padding: 0 2.5px;
  content: '-';
}

.Section-related {
  -ms-flex-pack: center;
  justify-content: center;
}

.Section-related .Excerpt, .Section-related
[class^='Excerpt--'], .Section-related
[class*=' Excerpt--'] {
  width: 33.33333%;
}

@media (max-width: 1023px) {
  .Section-related .Excerpt, .Section-related
  [class^='Excerpt--'], .Section-related
  [class*=' Excerpt--'] {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .Section-related .Excerpt, .Section-related
  [class^='Excerpt--'], .Section-related
  [class*=' Excerpt--'] {
    width: 100%;
  }
}

.Section-related .Excerpt--news {
  margin-left: 0;
  margin-right: 0;
  width: 33.33333%;
}

@media (max-width: 1023px) {
  .Section-related .Excerpt--news {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .Section-related .Excerpt--news {
    width: 100%;
  }
}

.Section-related .Excerpt--team {
  margin-left: 0;
  margin-right: 0;
  width: 20%;
}

@media (max-width: 1023px) {
  .Section-related .Excerpt--team {
    width: 33.33333%;
  }
}

@media (max-width: 767px) {
  .Section-related .Excerpt--team {
    width: 50%;
  }
}

.Section-related .Excerpt--collaborators, .Section-related .Excerpt--customers {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .Section-related .Excerpt--collaborators, .Section-related .Excerpt--customers {
    width: 100%;
  }
}

.Section--resourceList .Section-title {
  margin: 120px 0 40px 30px;
}

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

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

.Section--resourceList .Row--wideGutters {
  margin-bottom: -22px;
  margin-left: -30px;
  margin-right: -30px;
}

.Section--resourceList .Row--wideGutters + .Row--wideGutters {
  margin-top: 22px;
}

.Section--resourceList .Row--wideGutters:last-child {
  margin-bottom: -60px;
}

.Section--resourceList .Row--wideGutters > .Column,
.Section--resourceList .Row--wideGutters > [class^='Column-'],
.Section--resourceList .Row--wideGutters > [class*=' Column-'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 30px 60px;
}

.Section--speaker .Section-image img {
  border-radius: 100%;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.2 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent;
  }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }
  .featherlight .featherlight-inner {
    display: block;
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    border: 0;
  }
  .featherlight * {
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.admin-bar .Header {
  top: 32px;
}

.admin-bar .Page-header {
  top: 32px;
}

.admin-bar.PacNav--state-mobile .PacNav--mobile {
  margin-top: 32px;
}

@media (max-width: 1023px) {
  .admin-bar .Page-header {
    top: 0;
  }
  .admin-bar.has-activeMobileNav .Page-header .Logo {
    top: 72px;
  }
  .admin-bar.has-activeMobileNav .Page-header .Header-nav,
  .admin-bar.has-activeMobileNav .Page-header .Header-navToggle {
    top: 32px;
  }
}

@media (max-width: 782px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
  .admin-bar.has-activeMobileNav .Page-header .Logo {
    top: 86px;
  }
  .admin-bar.has-activeMobileNav .Page-header .Header-nav,
  .admin-bar.has-activeMobileNav .Page-header .Header-navToggle {
    top: 46px;
  }
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.screen-reader-text {
  display: none;
}

/* No files to import found in pages//**/
/* */
.Excerpt--blog, .Excerpt--resource.Excerpt--resource a, .JobsList, .Section--card02 .Column > div .Content-icon, .Section--card02
[class^='Column-'] > div .Content-icon, .Section--card02
[class*=' Column-'] > div .Content-icon, .Section--card02 .Section-recent-tweets .Twitter-Pic > div .Content-icon, .Section-recent-tweets .Section--card02 .Twitter-Pic > div .Content-icon, .Section--card02 .Section-recent-tweets .Twitter-Tweet > div .Content-icon, .Section-recent-tweets .Section--card02 .Twitter-Tweet > div .Content-icon, .Section--card02 .Section-related .Excerpt > div .Content-icon, .Section-related .Section--card02 .Excerpt > div .Content-icon, .Section--card02 .Section-related
[class^='Excerpt--'] > div .Content-icon, .Section-related .Section--card02
[class^='Excerpt--'] > div .Content-icon, .Section--card02 .Section-related
[class*=' Excerpt--'] > div .Content-icon, .Section-related .Section--card02
[class*=' Excerpt--'] > div .Content-icon, .has-boxShadow {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.u-bgColor--default {
  background-color: #666666;
}

.u-bgColor--accent {
  background-color: #4695fe;
}

.u-bgColor--accentHover {
  background-color: #79b2fe;
}

.u-bgColor--black {
  background-color: #000;
}

.u-bgColor--blackLight {
  background-color: #323232;
}

.u-bgColor--white {
  background-color: #fff;
}

.u-bgColor--darkestGray {
  background-color: #1a1a1a;
}

.u-bgColor--darkerGray {
  background-color: #333333;
}

.u-bgColor--darkGray {
  background-color: #2a2a2a;
}

.u-bgColor--gray {
  background-color: #999999;
}

.u-bgColor--mediumGray {
  background-color: #9B9B9B;
}

.u-bgColor--lightGray {
  background-color: #c2c2c2;
}

.u-bgColor--lighterGray {
  background-color: #f1f0f3;
}

.u-bgColor--lightererGray {
  background-color: #f1f1f1;
}

.u-bgColor--lightestGray {
  background-color: #f6f6f7;
}

.u-bgColor--blueGray {
  background-color: #68A5DA;
}

.u-bgColor--blue {
  background-color: #0099EB;
}

.u-bgColor--blueHover {
  background-color: #1fb1ff;
}

.u-bgColor--blueLight {
  background-color: #68A8FE;
}

.u-bgColor--mediumBlue {
  background-color: #49759b;
}

.u-bgColor--teal {
  background-color: #41D9D0;
}

.u-bgColor--tealHover {
  background-color: #6ce2db;
}

.u-bgColor--bgGrayDarker {
  background-color: #232426;
}

.u-bgColor--bgGray {
  background-color: #4A4A4A;
}

.u-bgColor--green {
  background-color: #269A00;
}

.u-bgColor--darkRed {
  background-color: #9E193C;
}

.u-bgColor--darkPurple {
  background-color: #2f2f61;
}

.u-bgColor--purple {
  background-color: #4e4ea4;
}

.u-bgColor--lightPurple {
  background-color: #5454ab;
}

.u-bgColor--lighterPurple {
  background-color: #5577f2;
}

.u-bgColor--lightestPurple {
  background-color: #bebdc7;
}

.u-bgColor--purpleGray {
  background-color: #8b89a1;
}

.u-bgColor--orange {
  background-color: #F57F17;
}

.Hero + .Section.u-bgColor--lightestGray .Section-header:before {
  display: none;
}

.Section.u-bgColor--lightestGray + .Section.u-bgColor--lightestGray {
  margin-top: -60px;
}

.Section.u-bgColor--lightestGray.u-paddingXxSmall:not(:last-child):not(.Section--card01) {
  padding-bottom: 75px;
}

.Section.u-bgColor--lightestGray.u-paddingXxSmall:not(:last-child):not(.Section--card01).has-animationOnRight, .Section.u-bgColor--lightestGray.u-paddingXxSmall:not(:last-child):not(.Section--card01).has-animationOnLeft, .Section.u-bgColor--lightestGray.u-paddingXxSmall:not(:last-child):not(.Section--card01).has-animationOnBelow, .Section.u-bgColor--lightestGray.u-paddingXxSmall:not(:last-child):not(.Section--card01).has-imageOnRight, .Section.u-bgColor--lightestGray.u-paddingXxSmall:not(:last-child):not(.Section--card01).has-imageOnLeft, .Section.u-bgColor--lightestGray.u-paddingXxSmall:not(:last-child):not(.Section--card01).has-imageOnBelow {
  padding-bottom: 0;
}

.Section.u-bgColor--lightestGray.u-paddingXxSmall:not(:last-child):not(.Section--card01).has-animationOnRight .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXxSmall:not(:last-child):not(.Section--card01).has-animationOnLeft .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXxSmall:not(:last-child):not(.Section--card01).has-animationOnBelow .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXxSmall:not(:last-child):not(.Section--card01).has-imageOnRight .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXxSmall:not(:last-child):not(.Section--card01).has-imageOnLeft .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXxSmall:not(:last-child):not(.Section--card01).has-imageOnBelow .BackgroundCurve {
  bottom: 75px;
}

.Section.u-bgColor--lightestGray.u-paddingXxSmall .Section-header {
  padding-top: 1px;
}

.Section.u-bgColor--lightestGray.u-paddingXSmall:not(:last-child):not(.Section--card01) {
  padding-bottom: 90px;
}

.Section.u-bgColor--lightestGray.u-paddingXSmall:not(:last-child):not(.Section--card01).has-animationOnRight, .Section.u-bgColor--lightestGray.u-paddingXSmall:not(:last-child):not(.Section--card01).has-animationOnLeft, .Section.u-bgColor--lightestGray.u-paddingXSmall:not(:last-child):not(.Section--card01).has-animationOnBelow, .Section.u-bgColor--lightestGray.u-paddingXSmall:not(:last-child):not(.Section--card01).has-imageOnRight, .Section.u-bgColor--lightestGray.u-paddingXSmall:not(:last-child):not(.Section--card01).has-imageOnLeft, .Section.u-bgColor--lightestGray.u-paddingXSmall:not(:last-child):not(.Section--card01).has-imageOnBelow {
  padding-bottom: 0;
}

.Section.u-bgColor--lightestGray.u-paddingXSmall:not(:last-child):not(.Section--card01).has-animationOnRight .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXSmall:not(:last-child):not(.Section--card01).has-animationOnLeft .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXSmall:not(:last-child):not(.Section--card01).has-animationOnBelow .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXSmall:not(:last-child):not(.Section--card01).has-imageOnRight .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXSmall:not(:last-child):not(.Section--card01).has-imageOnLeft .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXSmall:not(:last-child):not(.Section--card01).has-imageOnBelow .BackgroundCurve {
  bottom: 60px;
}

.Section.u-bgColor--lightestGray.u-paddingXSmall .Section-header {
  padding-top: 16px;
}

.Section.u-bgColor--lightestGray.u-paddingSmall:not(:last-child):not(.Section--card01) {
  padding-bottom: 105px;
}

.Section.u-bgColor--lightestGray.u-paddingSmall:not(:last-child):not(.Section--card01).has-animationOnRight, .Section.u-bgColor--lightestGray.u-paddingSmall:not(:last-child):not(.Section--card01).has-animationOnLeft, .Section.u-bgColor--lightestGray.u-paddingSmall:not(:last-child):not(.Section--card01).has-animationOnBelow, .Section.u-bgColor--lightestGray.u-paddingSmall:not(:last-child):not(.Section--card01).has-imageOnRight, .Section.u-bgColor--lightestGray.u-paddingSmall:not(:last-child):not(.Section--card01).has-imageOnLeft, .Section.u-bgColor--lightestGray.u-paddingSmall:not(:last-child):not(.Section--card01).has-imageOnBelow {
  padding-bottom: 0;
}

.Section.u-bgColor--lightestGray.u-paddingSmall:not(:last-child):not(.Section--card01).has-animationOnRight .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingSmall:not(:last-child):not(.Section--card01).has-animationOnLeft .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingSmall:not(:last-child):not(.Section--card01).has-animationOnBelow .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingSmall:not(:last-child):not(.Section--card01).has-imageOnRight .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingSmall:not(:last-child):not(.Section--card01).has-imageOnLeft .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingSmall:not(:last-child):not(.Section--card01).has-imageOnBelow .BackgroundCurve {
  bottom: 45px;
}

.Section.u-bgColor--lightestGray.u-paddingSmall .Section-header {
  padding-top: 31px;
}

.Section.u-bgColor--lightestGray.u-paddingMedium:not(:last-child):not(.Section--card01) {
  padding-bottom: 120px;
}

.Section.u-bgColor--lightestGray.u-paddingMedium:not(:last-child):not(.Section--card01).has-animationOnRight, .Section.u-bgColor--lightestGray.u-paddingMedium:not(:last-child):not(.Section--card01).has-animationOnLeft, .Section.u-bgColor--lightestGray.u-paddingMedium:not(:last-child):not(.Section--card01).has-animationOnBelow, .Section.u-bgColor--lightestGray.u-paddingMedium:not(:last-child):not(.Section--card01).has-imageOnRight, .Section.u-bgColor--lightestGray.u-paddingMedium:not(:last-child):not(.Section--card01).has-imageOnLeft, .Section.u-bgColor--lightestGray.u-paddingMedium:not(:last-child):not(.Section--card01).has-imageOnBelow {
  padding-bottom: 0;
}

.Section.u-bgColor--lightestGray.u-paddingMedium:not(:last-child):not(.Section--card01).has-animationOnRight .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingMedium:not(:last-child):not(.Section--card01).has-animationOnLeft .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingMedium:not(:last-child):not(.Section--card01).has-animationOnBelow .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingMedium:not(:last-child):not(.Section--card01).has-imageOnRight .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingMedium:not(:last-child):not(.Section--card01).has-imageOnLeft .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingMedium:not(:last-child):not(.Section--card01).has-imageOnBelow .BackgroundCurve {
  bottom: 30px;
}

.Section.u-bgColor--lightestGray.u-paddingMedium .Section-header {
  padding-top: 46px;
}

.Section.u-bgColor--lightestGray.u-paddingLarge:not(:last-child):not(.Section--card01) {
  padding-bottom: 150px;
}

.Section.u-bgColor--lightestGray.u-paddingLarge:not(:last-child):not(.Section--card01).has-animationOnRight, .Section.u-bgColor--lightestGray.u-paddingLarge:not(:last-child):not(.Section--card01).has-animationOnLeft, .Section.u-bgColor--lightestGray.u-paddingLarge:not(:last-child):not(.Section--card01).has-animationOnBelow, .Section.u-bgColor--lightestGray.u-paddingLarge:not(:last-child):not(.Section--card01).has-imageOnRight, .Section.u-bgColor--lightestGray.u-paddingLarge:not(:last-child):not(.Section--card01).has-imageOnLeft, .Section.u-bgColor--lightestGray.u-paddingLarge:not(:last-child):not(.Section--card01).has-imageOnBelow {
  padding-bottom: 0;
}

.Section.u-bgColor--lightestGray.u-paddingLarge:not(:last-child):not(.Section--card01).has-animationOnRight .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingLarge:not(:last-child):not(.Section--card01).has-animationOnLeft .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingLarge:not(:last-child):not(.Section--card01).has-animationOnBelow .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingLarge:not(:last-child):not(.Section--card01).has-imageOnRight .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingLarge:not(:last-child):not(.Section--card01).has-imageOnLeft .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingLarge:not(:last-child):not(.Section--card01).has-imageOnBelow .BackgroundCurve {
  bottom: 0px;
}

.Section.u-bgColor--lightestGray.u-paddingLarge .Section-header {
  padding-top: 76px;
}

.Section.u-bgColor--lightestGray.u-paddingXLarge:not(:last-child):not(.Section--card01) {
  padding-bottom: 180px;
}

.Section.u-bgColor--lightestGray.u-paddingXLarge:not(:last-child):not(.Section--card01).has-animationOnRight, .Section.u-bgColor--lightestGray.u-paddingXLarge:not(:last-child):not(.Section--card01).has-animationOnLeft, .Section.u-bgColor--lightestGray.u-paddingXLarge:not(:last-child):not(.Section--card01).has-animationOnBelow, .Section.u-bgColor--lightestGray.u-paddingXLarge:not(:last-child):not(.Section--card01).has-imageOnRight, .Section.u-bgColor--lightestGray.u-paddingXLarge:not(:last-child):not(.Section--card01).has-imageOnLeft, .Section.u-bgColor--lightestGray.u-paddingXLarge:not(:last-child):not(.Section--card01).has-imageOnBelow {
  padding-bottom: 0;
}

.Section.u-bgColor--lightestGray.u-paddingXLarge:not(:last-child):not(.Section--card01).has-animationOnRight .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXLarge:not(:last-child):not(.Section--card01).has-animationOnLeft .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXLarge:not(:last-child):not(.Section--card01).has-animationOnBelow .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXLarge:not(:last-child):not(.Section--card01).has-imageOnRight .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXLarge:not(:last-child):not(.Section--card01).has-imageOnLeft .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXLarge:not(:last-child):not(.Section--card01).has-imageOnBelow .BackgroundCurve {
  bottom: -30px;
}

.Section.u-bgColor--lightestGray.u-paddingXLarge .Section-header {
  padding-top: 106px;
}

.Section.u-bgColor--lightestGray.u-paddingXxLarge:not(:last-child):not(.Section--card01) {
  padding-bottom: 240px;
}

.Section.u-bgColor--lightestGray.u-paddingXxLarge:not(:last-child):not(.Section--card01).has-animationOnRight, .Section.u-bgColor--lightestGray.u-paddingXxLarge:not(:last-child):not(.Section--card01).has-animationOnLeft, .Section.u-bgColor--lightestGray.u-paddingXxLarge:not(:last-child):not(.Section--card01).has-animationOnBelow, .Section.u-bgColor--lightestGray.u-paddingXxLarge:not(:last-child):not(.Section--card01).has-imageOnRight, .Section.u-bgColor--lightestGray.u-paddingXxLarge:not(:last-child):not(.Section--card01).has-imageOnLeft, .Section.u-bgColor--lightestGray.u-paddingXxLarge:not(:last-child):not(.Section--card01).has-imageOnBelow {
  padding-bottom: 0;
}

.Section.u-bgColor--lightestGray.u-paddingXxLarge:not(:last-child):not(.Section--card01).has-animationOnRight .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXxLarge:not(:last-child):not(.Section--card01).has-animationOnLeft .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXxLarge:not(:last-child):not(.Section--card01).has-animationOnBelow .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXxLarge:not(:last-child):not(.Section--card01).has-imageOnRight .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXxLarge:not(:last-child):not(.Section--card01).has-imageOnLeft .BackgroundCurve, .Section.u-bgColor--lightestGray.u-paddingXxLarge:not(:last-child):not(.Section--card01).has-imageOnBelow .BackgroundCurve {
  bottom: -90px;
}

.Section.u-bgColor--lightestGray.u-paddingXxLarge .Section-header {
  padding-top: 166px;
}

.Hero + .Section.u-bgColor--lightestGray .Section-header {
  padding-top: 0;
}

.Section.u-bgColor--lightestGray .Section-header:before {
  top: 1px;
}

.Section.u-bgColor--white + .Section.u-bgColor--white.u-paddingXxSmall .Section-header:before {
  top: -15px;
}

.Section.u-bgColor--white + .Section.u-bgColor--white.u-paddingXSmall .Section-header:before {
  top: -30px;
}

.Section.u-bgColor--white + .Section.u-bgColor--white.u-paddingSmall .Section-header:before {
  top: -45px;
}

.Section.u-bgColor--white + .Section.u-bgColor--white.u-paddingMedium .Section-header:before {
  top: -60px;
}

.Section.u-bgColor--white + .Section.u-bgColor--white.u-paddingLarge .Section-header:before {
  top: -90px;
}

.Section.u-bgColor--white + .Section.u-bgColor--white.u-paddingXLarge .Section-header:before {
  top: -120px;
}

.Section.u-bgColor--white + .Section.u-bgColor--white.u-paddingXxLarge .Section-header:before {
  top: -180px;
}

.Section.u-bgColor--lightestGray + .Section.u-bgColor--white.u-paddingXxSmall .Section-header {
  padding-top: 15px;
}

.Section.u-bgColor--lightestGray + .Section.u-bgColor--white.u-paddingXSmall .Section-header {
  padding-top: 30px;
}

.Section.u-bgColor--lightestGray + .Section.u-bgColor--white.u-paddingSmall .Section-header {
  padding-top: 45px;
}

.Section.u-bgColor--lightestGray + .Section.u-bgColor--white.u-paddingMedium .Section-header {
  padding-top: 60px;
}

.Section.u-bgColor--lightestGray + .Section.u-bgColor--white.u-paddingLarge .Section-header {
  padding-top: 90px;
}

.Section.u-bgColor--lightestGray + .Section.u-bgColor--white.u-paddingXLarge .Section-header {
  padding-top: 120px;
}

.Section.u-bgColor--lightestGray + .Section.u-bgColor--white.u-paddingXxLarge .Section-header {
  padding-top: 180px;
}

.Section.u-bgColor--lightestGray + .Section.u-bgColor--white .Section-header:before {
  top: 1px;
}

.Section.u-bgColor--blackBlueGradient {
  background: #000;
  background: linear-gradient(90deg, #000 0%, #68A5DA 100%);
}

.Section.u-bgColor--blueBlackGradient {
  background: #68A5DA;
  background: linear-gradient(90deg, #68A5DA 0%, #000 100%);
}

.u-marginXxSmall {
  margin: 15px 0;
}

.u-marginXxSmall.Section--graphicBorder {
  margin: 135px 0;
}

.u-marginXxSmall.Section--graphicBorderBottom {
  margin: 15px 0 135px 0;
}

.u-marginNone.Section--graphicBorder {
  margin: 120px 0 120px 0;
}

.u-marginNone.Section--graphicBorderBottom, .u-marginNone.Section--graphicBorderBottomCtaNav {
  margin: 0 0 120px 0;
}

.u-marginXSmall {
  margin: 30px 0;
}

.u-marginXSmall.Section--graphicBorder {
  margin: 150px 0;
}

.u-marginXSmall.Section--graphicBorderBottom {
  margin: 30px 0 150px 0;
}

.u-marginNone.Section--graphicBorder {
  margin: 120px 0 120px 0;
}

.u-marginNone.Section--graphicBorderBottom, .u-marginNone.Section--graphicBorderBottomCtaNav {
  margin: 0 0 120px 0;
}

.u-marginSmall {
  margin: 45px 0;
}

.u-marginSmall.Section--graphicBorder {
  margin: 165px 0;
}

.u-marginSmall.Section--graphicBorderBottom {
  margin: 45px 0 165px 0;
}

.u-marginNone.Section--graphicBorder {
  margin: 120px 0 120px 0;
}

.u-marginNone.Section--graphicBorderBottom, .u-marginNone.Section--graphicBorderBottomCtaNav {
  margin: 0 0 120px 0;
}

.u-marginMedium {
  margin: 60px 0;
}

.u-marginMedium.Section--graphicBorder {
  margin: 180px 0;
}

.u-marginMedium.Section--graphicBorderBottom {
  margin: 60px 0 180px 0;
}

.u-marginNone.Section--graphicBorder {
  margin: 120px 0 120px 0;
}

.u-marginNone.Section--graphicBorderBottom, .u-marginNone.Section--graphicBorderBottomCtaNav {
  margin: 0 0 120px 0;
}

.u-marginLarge {
  margin: 90px 0;
}

.u-marginLarge.Section--graphicBorder {
  margin: 210px 0;
}

.u-marginLarge.Section--graphicBorderBottom {
  margin: 90px 0 210px 0;
}

.u-marginNone.Section--graphicBorder {
  margin: 120px 0 120px 0;
}

.u-marginNone.Section--graphicBorderBottom, .u-marginNone.Section--graphicBorderBottomCtaNav {
  margin: 0 0 120px 0;
}

.u-marginXLarge {
  margin: 120px 0;
}

.u-marginXLarge.Section--graphicBorder {
  margin: 240px 0;
}

.u-marginXLarge.Section--graphicBorderBottom {
  margin: 120px 0 240px 0;
}

.u-marginNone.Section--graphicBorder {
  margin: 120px 0 120px 0;
}

.u-marginNone.Section--graphicBorderBottom, .u-marginNone.Section--graphicBorderBottomCtaNav {
  margin: 0 0 120px 0;
}

.u-marginXxLarge {
  margin: 180px 0;
}

.u-marginXxLarge.Section--graphicBorder {
  margin: 300px 0;
}

.u-marginXxLarge.Section--graphicBorderBottom {
  margin: 180px 0 300px 0;
}

.u-marginNone.Section--graphicBorder {
  margin: 120px 0 120px 0;
}

.u-marginNone.Section--graphicBorderBottom, .u-marginNone.Section--graphicBorderBottomCtaNav {
  margin: 0 0 120px 0;
}

.u-paddingXxSmall {
  padding: 15px 0;
}

.u-paddingXSmall {
  padding: 30px 0;
}

.u-paddingSmall {
  padding: 45px 0;
}

.u-paddingMedium {
  padding: 60px 0;
}

.u-paddingLarge {
  padding: 90px 0;
}

.u-paddingXLarge {
  padding: 120px 0;
}

.u-paddingXxLarge {
  padding: 180px 0;
}

.u-textColor--white,
.u-textColor--white a,
.u-textColor--white h1,
.u-textColor--white
.h1,
.u-textColor--white h2,
.u-textColor--white
.h2,
.u-textColor--white h3,
.u-textColor--white
.h3,
.u-textColor--white h4,
.u-textColor--white
.h4,
.u-textColor--white h5,
.u-textColor--white
.h5,
.u-textColor--white h6,
.u-textColor--white
.h6,
.u-textColor--white .Section-subtitle,
.u-textColor--white .Section-content {
  color: #fff;
}

.u-textColor--white a {
  color: #0099EB;
}

.u-textColor--white a:active, .u-textColor--white a:hover {
  color: #1fb1ff;
}

.u-textColor--white .Button, .u-textColor--white
[class^='Button--'], .u-textColor--white
[class*=' Button--'] {
  color: #fff;
}

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

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