<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&amp;display=swap);
@charset "UTF-8";
/*
###### container width
1600 + 
1120px

1200 - 1599
1024px

992 - 1199
832px

768 - 991
672px

0 - 767
331px

###### Content width 
1600 + 
672px

1200 - 1599
560px

992 - 1199
464px


768 - 991
496px

0 - 767
331px
*/
.container-fluid,
.container {
  padding-right: 32px;
  padding-right:  2rem;
  padding-left: 32px;
  padding-left:  2rem;
  margin-right: auto;
  margin-left: auto; }

.container {
  max-width: 88rem; 
}
.section {
  padding: 64px 0;
  padding:  4rem 0rem; }
  /* @media (min-width: 75em) {
    .section {
      padding: 96px 0;
      padding:  6rem 0rem; } }
  @media (min-width: 100em) {
    .section {
      padding: 128px 0;
      padding:  8rem 0rem; } } */
.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.for-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1199px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.cmp-list__item:after, .cmp-list__item article:after, .cmp-list__extras:after, blockquote cite:after, .cmp-list__item.post .cmp-list__author:after,
.post-summary .cmp-list__author:after, .nav-primary__alt:after {
  content: "";
  display: table;
  clear: both; }

body {
  font-family: "Workday Adelle Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Workday Adelle Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 0;
  color: #1F262E; }

p {
  color: #333333;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 16px 0; }
  @media (min-width: 992px) {
    p {
      margin: 0 0 24px 0; } }

ul, ol {
  font-size: 1rem;
  line-height: 24px;
  color: #333333;
  margin: 0 0 16px 0; }
  @media (min-width: 992px) {
    ul, ol {
      margin: 0 0 24px 0; } }
  ul li, ol li {
    margin: 0 0 8px 0; }

/*
Fonts added:

Adelle Sans Bold
font-family: adelle-sans, sans-serif;
font-weight: 700;
font-style: normal;


Adelle Sans Bold Italic
font-family: adelle-sans, sans-serif;
font-weight: 700;
font-style: italic;


Adelle Sans ExtraBold
font-family: adelle-sans, sans-serif;
font-weight: 800;
font-style: normal;


Adelle Sans ExtraBold Italic
font-family: adelle-sans, sans-serif;
font-weight: 800;
font-style: italic;


Adelle Sans Heavy
font-family: adelle-sans, sans-serif;
font-weight: 900;
font-style: normal;


Adelle Sans Heavy Italic
font-family: adelle-sans, sans-serif;
font-weight: 900;
font-style: italic;


Adelle Sans Italic
font-family: adelle-sans, sans-serif;
font-weight: 400;
font-style: italic;


Adelle Sans Light
font-family: adelle-sans, sans-serif;
font-weight: 300;
font-style: normal;


Adelle Sans Light Italic
font-family: adelle-sans, sans-serif;
font-weight: 300;
font-style: italic;


Adelle Sans Regular
font-family: adelle-sans, sans-serif;
font-weight: 400;
font-style: normal;


Adelle Sans Thin
font-family: adelle-sans, sans-serif;
font-weight: 100;
font-style: normal;


Adelle Sans Thin Italic
font-family: adelle-sans, sans-serif;
font-weight: 100;
font-style: italic;


Adelle Sans Cnd Regular
font-family: adelle-sans-condensed, sans-serif;
font-weight: 400;
font-style: normal;


Adelle Sans Cnd Italic
font-family: adelle-sans-condensed, sans-serif;
font-weight: 400;
font-style: italic;
*/
* {
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden; }
  body.menu-active {
    position: fixed;
    overflow-y: hidden; }


.content-container.aem-GridColumn--default--12 {
  float: none !important; }

.content-container {
  max-width: 331px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .content-container {
      max-width: 768px; } }
  @media (min-width: 992px) {
    .content-container {
      max-width: 464px; } }
  @media (min-width: 1199px) {
    .content-container {
      max-width: 560px; } }
  @media (min-width: 1400px) {
    .content-container {
      max-width: 672px; } }

.side-container {
  margin-top: 48px; }
  @media (min-width: 650px) {
    .side-container {
      margin-top: 0;
      padding-left: 32px; } }
  .side-container.sticky .aem-Grid--default--3 {
    top: 120px;
    width: 100%; }
    @media (min-width: 650px) {
      .side-container.sticky .aem-Grid--default--3 {
        width: 155px; } }
    @media (min-width: 992px) {
      .side-container.sticky .aem-Grid--default--3 {
        width: 208px; } }
    @media (min-width: 1199px) {
      .side-container.sticky .aem-Grid--default--3 {
        width: 230px; } }
    @media (min-width: 1400px) {
      .side-container.sticky .aem-Grid--default--3 {
        width: 264px; } }

a {
  color: #0875e1;
  text-decoration: none; 
  font-weight: 500;
}
  a:hover {
    text-decoration: underline; }
  a:active {
    color: #0875e1; }

p.spacer,
div.spacer {
  color: #1F262E;
  font-weight: 700;
  font-size: 24px;
  padding: 0 0 16px 0;
  margin: 48px 0 32px 0;
  border-bottom: 2px solid #e8ebed;
  line-height: 1.25;
  display: block; }
  @media (min-width: 768px) {
    p.spacer,
    div.spacer {
      margin: 64px 0 48px 0; } }
  @media (min-width: 992px) {
    p.spacer,
    div.spacer {
      margin: 64px 0 64px 0; } }

p.cmp-list__border {
  border-bottom: 1px solid #e8ebed; }

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

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

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

.basicpage .xf-content-height {
  min-height: 0;
  height: 0; }

.list.no-spacer div.spacer {
  display: none; }

.list.no-filters #rct-list-input,
.list.no-filters #rct-list-filters {
  display: none; }

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

.cmp-list + .cmp-list,
.cmp-list__item + .cmp-list__item {
  margin: 32px 0 0 0; }
  @media (min-width: 768px) {
    .cmp-list + .cmp-list,
    .cmp-list__item + .cmp-list__item {
      margin: 48px 0 0 0; } }
  @media (min-width: 1400px) {
    .cmp-list + .cmp-list,
    .cmp-list__item + .cmp-list__item {
      margin: 64px 0 0 0; } }

.load-error {
  text-align: center;
  margin: 32px auto; }

.cmp-list__item .featured img.cmp-list__item-image {
  float: none;
  display: block;
  margin: 0 auto 32px;
  max-width: 100%;
  max-height: 100%;
  height: 311px;
  width: 311px; }
  @media (min-width: 768px) {
    .cmp-list__item .featured img.cmp-list__item-image {
      float: left;
      margin: 0 48px 0 0;
      height: 320px;
      width: 320px; } }
  @media (min-width: 992px) {
    .cmp-list__item .featured img.cmp-list__item-image {
      margin: 0 64px 0 0;
      height: 400px;
      width: 400px; } }
  @media (min-width: 1199px) {
    .cmp-list__item .featured img.cmp-list__item-image {
      height: 496px;
      width: 496px; } }
  @media (min-width: 1199px) {
    .cmp-list__item .featured img.cmp-list__item-image {
      height: 544px;
      width: 544px; } }

.cmp-list__item .featured + .spacer {
  margin-bottom: 0;
  display: block !important; }

.cmp-list__item .cmp-list__item-title {
  font-size: 16px;
  line-height: 1.5; }
  .read-more .cmp-list__item .cmp-list__item-title {
    margin: 0 0 8px 0; }
    @media (min-width: 768px) {
      .read-more .cmp-list__item .cmp-list__item-title {
        margin: 0 0 16px 0; } }
  @media (min-width: 768px) {
    .cmp-list__item .cmp-list__item-title {
      line-height: 1.25;
      font-size: 24px; } }
  @media (min-width: 992px) {
    .cmp-list__item .cmp-list__item-title {
      font-size: 32px; } }
  @media (min-width: 1199px) {
    .cmp-list__item .cmp-list__item-title {
      font-size: 40px; } }

.cmp-list__item .cmp-list__item-link {
  display: block;
  margin: 0 0 0 0; }
  @media (min-width: 768px) {
    .cmp-list__item .cmp-list__item-link {
      float: left;
      margin: 0 0 0 0; } }

.cmp-list__item img.cmp-list__item-image {
  float: left;
  display: block;
  margin: 0 32px 0 0;
  max-height: 100%;
  max-height: 100%;
  height: 116px;
  width: 116px; }
  @media (min-width: 768px) {
    .cmp-list__item img.cmp-list__item-image {
      margin: 0 32px 0 0;
      height: 232px;
      width: 232px; } }
  @media (min-width: 992px) {
    .cmp-list__item img.cmp-list__item-image {
      margin: 0 64px 0 0;
      height: 256px;
      width: 256px; } }
  @media (min-width: 1199px) {
    .cmp-list__item img.cmp-list__item-image {
      height: 320px;
      width: 320px; } }
  @media (min-width: 1199px) {
    .cmp-list__item img.cmp-list__item-image {
      margin: 0 96px 0 0;
      height: 384px;
      width: 384px; } }

.cmp-list__item .cmp-list__details {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .cmp-list__item .cmp-list__details {
      margin: 0 0 0 0; } }
  .cmp-list__item .cmp-list__details .cmp-list__item-tags .cmp-list__item-tags-name + .cmp-list__item-tags-name {
    margin-left: 16px; }

/* AUTHOR OVERVIEW PAGE */
.cmp-list__item.author {
  border-bottom: 1px solid #e8ebed; }
  .cmp-list__item.author:first-of-type {
    margin-top: 24px;
    border-top: 1px solid #e8ebed; }
  .cmp-list__item.author + .cmp-list__item.author {
    margin: 0 0 0 0; }
  .cmp-list__item.author .cmp-list__item-link {
    display: flex;
    position: relative;
    width: 100%;
    padding: 32px 8px 32px 0;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none; }
    @media (min-width: 768px) {
      .cmp-list__item.author .cmp-list__item-link {
        padding: 32px 64px 32px 0; } }
    .cmp-list__item.author .cmp-list__item-link::before {
      background: transparent;
      border-radius: 50%;
      border: 2px solid transparent;
      content: '';
      display: block;
      height: 52px;
      left: 0;
      position: absolute;
      top: 50%;
      transform-origin: center;
      transform: translate(-4px, -50%) scale(0);
      transition: all 100ms ease;
      width: 52px;
      z-index: -1; }
      @media (min-width: 768px) {
        .cmp-list__item.author .cmp-list__item-link::before {
          height: 100px;
          width: 100px; } }
  .cmp-list__item.author .cmp-list__item-link:hover::before {
    background: #ffffff;
    border: 2px solid #0875e1;
    transform: translate(-4px, -50%) scale(1); }
  .cmp-list__item.author .cmp-list__item-link:hover .icon {
    transition: all 100ms ease;
    fill: #0875e1; }
  .cmp-list__item.author .cmp-list__item-link:hover .cmp-list__author-name {
    transition: all 100ms ease;
    text-decoration: underline; }
  .cmp-list__item.author .cmp-list__author-headshot {
    border-radius: 50%;
    height: 48px;
    margin: 0 24px 0 0;
    width: 48px; }
    @media (min-width: 768px) {
      .cmp-list__item.author .cmp-list__author-headshot {
        height: 96px;
        width: 96px;
        margin: 0 32px 0 0; } }
  .cmp-list__item.author .icon {
    display: none; }
    @media (min-width: 768px) {
      .cmp-list__item.author .icon {
        display: block;
        height: 24px;
        width: 24px;
        fill: #7B858F;
        position: absolute;
        right: 32px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10; } }
  .cmp-list__item.author .cmp-list__author-details .cmp-list__author-name {
    display: block;
    font-weight: 700;
    color: #1F262E;
    font-size: 20px;
    line-height: 1.25; }
    @media (min-width: 992px) {
      .cmp-list__item.author .cmp-list__author-details .cmp-list__author-name {
        font-size: 24px; } }
  .cmp-list__item.author .cmp-list__author-details .cmp-list__author-title {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #4A5561; }
    @media (min-width: 992px) {
      .cmp-list__item.author .cmp-list__author-details .cmp-list__author-title {
        font-size: 20px; } }

/* END AUTHOR OVERVIEW PAGE */
.cmp-list__item.cmp-list__article:first-of-type {
  margin: 32px 0 0 0;
  border-bottom: none; }

/*!
 * Dropdownhover v1.0.0 (http://bs-dropdownhover.kybarg.com)
 * http://kybarg.github.io/bootstrap-dropdown-hover/
 * kybarg.github.io/bootstrap-dropdown-hover
 * Modified: Kelvin Liu &lt;kelvin.liu@workday.com&gt;
 */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -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:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  color: #777777; }

.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open &gt; .dropdown-menu {
  display: block; }

.open &gt; a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.dropdown .dropdown-menu .caret {
  border: 4px solid transparent;
  border-left-color: #000;
  float: right;
  margin-top: 6px; }

.dropdown-menu {
  min-width: 170px; }

.dropdown-menu &gt; li.open &gt; a {
  background-color: #F5F5F5;
  color: #262626;
  text-decoration: none; }

.dropdown-menu .dropdown-menu {
  left: 100%;
  margin: 0;
  right: auto;
  top: -1px; }

.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%; }

.dropdown-menu.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }

.dropdown-menu.animated:before {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99; }

.dropdownhover-top {
  margin-bottom: 2px;
  margin-top: 0; }

.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.dropdownhover-top .dropdown-menu {
  bottom: -1px;
  top: auto; }

.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-bottom: 0; }

.dropdownhover-bottom {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.dropdownhover-left {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.dropdownhover-right {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.dropdownhover-top {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.modal {
  display: none;
  overflow: auto !important;
  overflow-y: auto !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 0 !important;
  width: 100%;
  z-index: 1040;
  transform: translateX(-50%) translateY(0) scale(0); }
  .modal h1, .modal h2, .modal h3, .modal h4 {
    margin-top: 0; }
  .modal .modal-dialog {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 1.73em auto;
    min-height: calc(100% - (1.75rem * 2));
    transform: translate(0, 0);
    width: 90%;
    z-index: 1050; }
    @media (min-width: 992px) {
      .modal .modal-dialog {
        width: 75%; } }
    .modal .modal-dialog .modal-content {
      background-clip: padding-box;
      background-color: #fafafa; }
      .modal .modal-dialog .modal-content .modal-body {
        position: relative; }
    .modal .modal-dialog img {
      display: block;
      margin: 0 auto; }
  .modal.partner .modal-body {
    padding: 2em; }
  .modal.youtube {
    top: 50%; }
    .modal.youtube .modal-header {
      min-height: 0; }
    .modal.youtube .modal-body .video-js {
      overflow: hidden;
      height: 0;
      padding-top: 56.25%;
      width: 100%; }
      .modal.youtube .modal-body .video-js &gt; div iframe {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0; }
      .modal.youtube .modal-body .video-js.vjs-youtube-mobile .vjs-control-bar {
        display: none; }
  .modal.url .modal-body {
    padding-bottom: 56.25%;
    overflow: hidden;
    height: 0; }
    .modal.url .modal-body iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      left: 0; }
  .modal.infographic .modal-dialog {
    max-width: 700px;
    top: 30px;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(0) scale(0);
    transform: translateX(-50%) translateY(0) scale(0);
    margin: 30px auto; }
  .modal.image {
    max-height: 100%; }
  .modal.content-modal {
    display: none; }
    .modal.content-modal.open {
      display: block; }
    .modal.content-modal .modal-header {
      position: relative; }
      .modal.content-modal .modal-header .modal-close {
        top: 50%;
        transform: translate(0, 30%);
        right: 25px;
        height: 40px;
        width: 40px;
        background-color: transparent;
        position: absolute; }
        @media (min-width: 992px) {
          .modal.content-modal .modal-header .modal-close {
            transform: translate(0, 50%); } }
        .modal.content-modal .modal-header .modal-close:hover::before, .modal.content-modal .modal-header .modal-close:hover::after {
          background: #0875e1; }
        .modal.content-modal .modal-header .modal-close::before, .modal.content-modal .modal-header .modal-close::after {
          background: #bdbdbd; }
    .modal.content-modal .modal-content {
      border-radius: 10px; }
    .modal.content-modal .modal-body header {
      border-bottom: 1px solid #e8ebed; }
      .modal.content-modal .modal-body header a {
        display: block;
        padding: 16px 32px;
        color: #494949;
        text-decoration: none; }
        .modal.content-modal .modal-body header a img {
          display: none; }
          @media (min-width: 992px) {
            .modal.content-modal .modal-body header a img {
              display: inline-block;
              height: 48px;
              width: 48px;
              transition: background-color 100ms ease !important;
              vertical-align: middle;
              border-radius: 100%;
              background-color: #4A5561;
              position: relative; } }
        .modal.content-modal .modal-body header a span {
          margin-left: 5px;
          vertical-align: middle;
          font-size: 16px;
          line-height: 1.5; }
    .modal.content-modal .modal-body &gt; div {
      padding: 32px; }
      @media (min-width: 992px) {
        .modal.content-modal .modal-body &gt; div {
          padding: 64px; } }
      .modal.content-modal .modal-body &gt; div p {
        color: #494949;
        font-size: 16px; }
      .modal.content-modal .modal-body &gt; div p:first-child {
        margin-top: 0; }
  .modal .modal-close {
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    top: -25px;
    right: -25px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: #a6d2ff;
    transition: background-color 250ms ease;
    z-index: 1000;
    border: 0 none transparent;
    outline-style: none; }
    .modal .modal-close:hover {
      background-color: #0875e1; }
    .modal .modal-close::before, .modal .modal-close::after {
      background: #ffefee;
      position: absolute;
      content: ' ';
      display: block;
      height: 2px;
      width: 50%;
      top: 50%;
      left: 50%;
      opacity: 1;
      -ms-transform: translateX(-50%, -50%);
      transform: translateX(-50%, -50%);
      transition: all 250ms ease;
      margin: -1px 0 0 -25%; }
    .modal .modal-close::before {
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .modal .modal-close::after {
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }

.lean-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity; }

/* display fixup in authoring mode */
/* image size */
.authormode.author-modal header a img {
  height: 48px;
  width: 48px;
  display: inline-block;
  transition: background-color 100ms ease !important;
  vertical-align: middle;
  border-radius: 100%;
  position: relative; }

_:-ms-fullscreen .modal .modal-dialog,
:root .modal .modal-dialog {
  height: 0px;
  padding-top: 1.73em;
  padding-bottom: 1.73em; }

/****************************/
/*** this and ../font/ was moved in from node_modules/video-js/dist/video-js.css***/
/****************************/
.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center; }

@font-face {
  font-family: VideoJS; }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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ATcuAScjBh8BHgEXDgEFMz8BFTMRIwYDJRUnAxyEzZRbCA2rgketCAEBqlRoCglxYwF+IiEOIysBAkswHQEECiQ0AgE+YyIhDiIsAQJLMB4BBQokNAE/YyIhDiIsAQJLMB4BBQokNAEBPvmD7kHhqs0s0gEnjgHJAv0FD2a9gIrADwUFAwPDAlVMZ3MF/pUHwgc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9UmQBZQMMR/61g/kBAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
  content: '\f101'; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play-circle:before {
  content: '\f102'; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
  content: '\f103'; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: '\f104'; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: '\f105'; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: '\f106'; }

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: '\f107'; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
  content: '\f108'; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: '\f109'; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-square:before {
  content: '\f10a'; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-spinner:before {
  content: '\f10b'; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
  content: '\f10c'; }

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-captions:before, .video-js .vjs-captions-button:before {
  content: '\f10d'; }

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
  content: '\f10e'; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-share:before {
  content: '\f10f'; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cog:before {
  content: '\f110'; }

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
  content: '\f111'; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-outline:before {
  content: '\f112'; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-inner-circle:before {
  content: '\f113'; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-hd:before {
  content: '\f114'; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
  content: '\f115'; }

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-replay:before {
  content: '\f116'; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-facebook:before {
  content: '\f117'; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-gplus:before {
  content: '\f118'; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-linkedin:before {
  content: '\f119'; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-twitter:before {
  content: '\f11a'; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-tumblr:before {
  content: '\f11b'; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pinterest:before {
  content: '\f11c'; }

.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio-description:before {
  content: '\f11d'; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.video-js:-moz-full-screen {
  position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

@media �screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; } }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  display: block;
  font-size: 0.6em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }

.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.333333333333333em;
  right: -0.5em;
  font-size: 0.9em; }

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  display: none;
  position: absolute;
  top: -3.4em;
  right: -1.5em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }

.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-controls-disabled .vjs-poster {
  display: none; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu {
  left: -10em;
  width: 0; }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px; }

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px; }

.vjs-caption-settings .vjs-tracksetting &gt; div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting &gt; div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label &gt; input {
  margin-right: 10px; }

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.wd-video-skin {
  font-size: 10px;
  color: #ffefee; }
  .wd-video-skin .vjs-playback-rate .vjs-menu li {
    margin-left: 0; }
  .wd-video-skin .vjs-control-bar,
  .wd-video-skin .vjs-menu-button .vjs-menu-content {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7); }
  .wd-video-skin .vjs-slider {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5); }
  .wd-video-skin .vjs-volume-level,
  .wd-video-skin .vjs-play-progress,
  .wd-video-skin .vjs-slider-bar {
    background: #ffefee; }
  .wd-video-skin .vjs-progress-control {
    width: 100%; }
  @media screen and (min-width: 0\0) {
    .wd-video-skin .vjs-progress-control {
      width: auto; } }
  .wd-video-skin .vjs-load-progress {
    background: ligthen(#73859f, 25%);
    background: rgba(115, 133, 159, 0.5); }
    .wd-video-skin .vjs-load-progress div {
      background: ligthen(#73859f, 50%);
      background: rgba(115, 133, 159, 0.75); }
  .wd-video-skin .vjs-big-play-button {
    font-size: 2em;
    line-height: 2em;
    height: 2em;
    width: 2em;
    border: 0;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin-left: -1em;
    margin-top: -1em;
    background-color: #0875e1;
    transition: background-color 250ms ease; }
    @media (min-width: 768px) {
      .wd-video-skin .vjs-big-play-button {
        font-size: 4em; } }
    .wd-video-skin .vjs-big-play-button::before, .wd-video-skin .vjs-big-play-button:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-40%, -50%);
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 25px solid #ffffff; }
  .wd-video-skin .vjs-custom-control-spacer {
    display: flex;
    flex: auto; }
  .wd-video-skin:hover .vjs-big-play-button {
    transition: background-color 250ms ease;
    background-color: #005cb9; }
  .wd-video-skin:active .vjs-big-play-button {
    background-color: #004387; }
  .wd-video-skin.vjs-youtube-mobile .vjs-control-bar, .wd-video-skin.vjs-youtube .vjs-control-bar,
  .wd-video-skin .vjs-youtube-mobile .vjs-control-bar,
  .wd-video-skin .vjs-youtube .vjs-control-bar,
  .wd-video-skin .vjs-no-flex .vjs-control-bar {
    display: none; }

.video-container .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 650px) {
  .content-container.aem-GridColumn--default--7 {
    margin-left: 16% !important; } }

.sidebar__callout .article__image,
.sidebar__callout .article__heading,
.sidebar__callout .article__description,
.sidebar__callout .text-button {
  font-size: 14px;
  margin-bottom: 8px;
  font-family: "Workday Adelle Sans", Arial, Helvetica, sans-serif; }

.sidebar__callout .article__heading {
  color: #1F262E; }

.sidebar__callout .article__heading,
.sidebar__callout .article__button {
  font-weight: bold;
  line-height: 24px; }

.sidebar__callout .article__button a,
.sidebar__callout .icon__list-item-description a,
.sidebar__callout .article__list-item-description a {
  color: #0875e1;
  font-size: 14px;
  text-decoration: none;
  line-height: 24px;
  font-weight: bold; }
  .sidebar__callout .article__button a:hover,
  .sidebar__callout .icon__list-item-description a:hover,
  .sidebar__callout .article__list-item-description a:hover {
    color: #005cb9;
    text-decoration: underline; }

.sidebar__callout .article__image img {
  width: 100%; }

.sidebar__callout .sidebar__callout-article {
  border-top: 4px solid #0875e1;
  margin-bottom: 64px;
  padding-top: 16px; }
  .sidebar__callout .sidebar__callout-article .article__description,
  .sidebar__callout .sidebar__callout-article .article__description p,
  .sidebar__callout .sidebar__callout-article .article__description span {
    color: #4A5561;
    font-size: 14px;
    line-height: 21px; }
  .sidebar__callout .sidebar__callout-article .icon__list-container {
    margin: 32px 0 0;
    padding: 0; }
    .sidebar__callout .sidebar__callout-article .icon__list-container + div, .sidebar__callout .sidebar__callout-article .icon__list-container + ul {
      border-top: 1px solid #dfe2e6;
      padding-top: 14px;
      margin-top: 14px; }
    .sidebar__callout .sidebar__callout-article .icon__list-container .icon__list-item {
      display: flex;
      font-size: 14px;
      margin: 0px; }
    .sidebar__callout .sidebar__callout-article .icon__list-container a.icon__list-item {
      font-weight: bold; }
    .sidebar__callout .sidebar__callout-article .icon__list-container .icon__list-item-icon {
      display: inline-flex;
      margin-right: 18px;
      margin-top: 2px;
      height: 20px;
      width: 20px; }
      .sidebar__callout .sidebar__callout-article .icon__list-container .icon__list-item-icon svg {
        display: flex;
        fill: #0875e1;
        height: 20px;
        width: 20px; }
    .sidebar__callout .sidebar__callout-article .icon__list-container .article__list-item-icon {
      height: 56px;
      margin-right: 16px;
      min-width: 56px; }
      .sidebar__callout .sidebar__callout-article .icon__list-container .article__list-item-icon img {
        height: 56px;
        width: 56px; }
    .sidebar__callout .sidebar__callout-article .icon__list-container .article__list-item {
      margin-bottom: 16px; }
    .sidebar__callout .sidebar__callout-article .icon__list-container .article__list-item-callout {
      border-bottom: 1px solid #dfe2e6;
      padding-bottom: 14px; }
      .sidebar__callout .sidebar__callout-article .icon__list-container .article__list-item-callout .article__list-item-description {
        line-height: 24px;
        font-size: 14px;
        font-weight: bold; }
    .sidebar__callout .sidebar__callout-article .icon__list-container.icon__list-container-outlink {
      margin-top: 5px;
      padding-top: 10px; }
      .sidebar__callout .sidebar__callout-article .icon__list-container.icon__list-container-outlink.article__list-item-callout {
        line-height: 24px;
        font-size: 14px;
        font-weight: bold; }
    .sidebar__callout .sidebar__callout-article .icon__list-container.article__list-container {
      border: 0; }
      .sidebar__callout .sidebar__callout-article .icon__list-container.article__list-container .article__list-item-description {
        line-height: 24px;
        font-size: 14px;
        font-weight: bold; }
      .sidebar__callout .sidebar__callout-article .icon__list-container.article__list-container .article__list-item-icon {
        margin-top: 0; }
        .sidebar__callout .sidebar__callout-article .icon__list-container.article__list-container .article__list-item-icon + .article__list-item-description {
          width: calc(100% - 62px); }
      .sidebar__callout .sidebar__callout-article .icon__list-container.article__list-container .icon__list-item {
        align-items: center;
        margin: 0px 0px 16px 0; }
  .sidebar__callout .sidebar__callout-article .icon__list-item-description {
    color: #1F262E;
    display: inline-flex;
    margin-bottom: 8px;
    width: calc(100% - 32px);
    word-break: break-word; }
  .sidebar__callout .sidebar__callout-article.sidebar__callout-subscription {
    background: #f6f7f8;
    border-top: 0;
    border-radius: 8px;
    padding: 16px; }
    .sidebar__callout .sidebar__callout-article.sidebar__callout-subscription .form-input {
      background: #ffffff;
      border: 1px solid #ced3d9;
      border-radius: 2px;
      height: 48px;
      margin-bottom: 8px;
      padding: 10px;
      width: 100%; }
      .sidebar__callout .sidebar__callout-article.sidebar__callout-subscription .form-input:focus {
        border: 2px solid #0875e1;
        outline: 0; }
    .sidebar__callout .sidebar__callout-article.sidebar__callout-subscription .wd-btn {
      background: #0875e1;
      border: 0;
      border-radius: 24px;
      cursor: pointer;
      color: #ffffff;
      margin: 0;
      width: auto;
      display: inline-block;
      font-family: "Workday Adelle Sans", Arial, Helvetica, sans-serif;
      font-size: 14px;
      padding: 6px 22px;
      line-height: 24px; }
      .sidebar__callout .sidebar__callout-article.sidebar__callout-subscription .wd-btn:hover {
        background-color: #005cb9;
        box-shadow: inset 0 0 0 0 transparent;
        color: #ffffff; }
      .sidebar__callout .sidebar__callout-article.sidebar__callout-subscription .wd-btn:active {
        background-color: #004387;
        box-shadow: inset 0 0 0 0 transparent;
        color: #ffffff; }
      .sidebar__callout .sidebar__callout-article.sidebar__callout-subscription .wd-btn:focus {
        background-color: #005cb9;
        box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0875e1;
        color: #ffffff; }
        .sidebar__callout .sidebar__callout-article.sidebar__callout-subscription .wd-btn:focus:hover {
          background-color: #005cb9;
          color: #ffffff;
          box-shadow: 0 0 0 0 transparent; }
        .sidebar__callout .sidebar__callout-article.sidebar__callout-subscription .wd-btn:focus:active {
          background-color: #004387;
          color: #ffffff; }

.global-toast {
  padding: 64px 32px;
  border-radius: 8px;
  background: #ffffff;
  left: 0;
  margin: 0 auto;
  max-width: 448px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transform: translate3d(0, -105%, 0);
  transition: transform 0.5s;
  width: calc(100% - 64px);
  z-index: 19999999; }
  .global-toast h6 {
    color: #333333;
    font-family: "Workday Adelle Sans", Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 16px; }
  .global-toast p {
    color: #333333;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    font-family: "Workday Adelle Sans", Arial, Helvetica, sans-serif;
    line-height: 24px;
    font-weight: 400; }
  .global-toast .cmp-button {
    display: flex;
    flex-flow: row !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center; }
    .global-toast .cmp-button .wd-btn {
      font-family: "Workday Adelle Sans", Arial, Helvetica, sans-serif;
      margin: 0 8px 0 0;
      width: auto;
      display: inline-block;
      font-size: 16px;
      padding: 12px 32px;
      line-height: 24px; }
      @media (min-width: 992px) {
        .global-toast .cmp-button .wd-btn {
          margin: 0 16px 0 0; } }
      .global-toast .cmp-button .wd-btn + .wd-btn {
        border: 0;
        box-shadow: inset 0 0 0 2px #ced3d9;
        color: #333333; }
        .global-toast .cmp-button .wd-btn + .wd-btn svg {
          fill: #333333; }
        .global-toast .cmp-button .wd-btn + .wd-btn:hover {
          background-color: #333D47;
          box-shadow: inset 0 0 0 0 transparent;
          color: #ffffff !important; }
          .global-toast .cmp-button .wd-btn + .wd-btn:hover svg {
            fill: #ffffff; }
        .global-toast .cmp-button .wd-btn + .wd-btn:active {
          background-color: #1F262E;
          box-shadow: inset 0 0 0 0 transparent;
          color: #ffffff !important; }
          .global-toast .cmp-button .wd-btn + .wd-btn:active svg {
            fill: #ffffff; }
        .global-toast .cmp-button .wd-btn + .wd-btn:focus {
          background-color: #333D47;
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0875e1;
          color: #ffffff !important; }
          .global-toast .cmp-button .wd-btn + .wd-btn:focus svg {
            fill: #ffffff; }
          .global-toast .cmp-button .wd-btn + .wd-btn:focus:hover {
            background-color: #333D47;
            color: #ffffff !important;
            box-shadow: 0 0 0 0 transparent; }
            .global-toast .cmp-button .wd-btn + .wd-btn:focus:hover svg {
              fill: #ffffff; }
          .global-toast .cmp-button .wd-btn + .wd-btn:focus:active {
            background-color: #1F262E;
            color: #ffffff !important; }
            .global-toast .cmp-button .wd-btn + .wd-btn:focus:active svg {
              fill: #ffffff; }
  .global-toast.animate-in-toast {
    transform: translate3d(0, 0, 0); }
  .no-csstransforms3d .global-toast {
    display: none; }
  .global-toast .no-csstransforms3d.animate-in-toast {
    display: block; }
  .global-toast .circle-timer {
    display: block;
    margin-top: 40px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    border-radius: 50%; }
    .global-toast .circle-timer #timerBg {
      fill: #f0f1f2; }
    .global-toast .circle-timer #timerInner {
      fill: #ffffff; }
    .global-toast .circle-timer #timerBorder {
      fill: #ffffff; }

@font-face {
  font-family: "Workday Adelle Sans";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.workday.com/fonts/Workday_Adelle_Sans/Workday_Adelle_Sans-Regular.eot");
  src: url("https://static.workday.com/fonts/Workday_Adelle_Sans/Workday_Adelle_Sans-Regular.woff") format("woff"), url("https://static.workday.com/fonts/Workday_Adelle_Sans/Workday_Adelle_Sans-Regular.woff2") format("woff2"), url("https://static.workday.com/fonts/Workday_Adelle_Sans/Workday_Adelle_Sans-Regular.svg") format("svg"); }

.browserLang-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }

.browser-language-dialog {
  padding: 32px;
  border-radius: 8px;
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 448px;
  position: fixed;
  left: 5%;
  right: 5%;
  text-align: center;
  width: calc(100% - 64px);
  z-index: 9999; }
  @media all and (orientation: portrait) {
    .browser-language-dialog {
      top: 10%; } }
  @media all and (orientation: landscape) {
    .browser-language-dialog {
      top: 0; } }
  @media (min-width: 768px) {
    .browser-language-dialog {
      top: 10%; } }
  .browser-language-dialog .close-btn {
    height: 40px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
    transition: all 250ms ease;
    z-index: 999; }
    .browser-language-dialog .close-btn:hover {
      background: #f0f1f2;
      box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent; }
      .browser-language-dialog .close-btn:hover span::before,
      .browser-language-dialog .close-btn:hover span::after {
        background-color: #333D47; }
    .browser-language-dialog .close-btn:active {
      background: #e8ebed; }
      .browser-language-dialog .close-btn:active span::before,
      .browser-language-dialog .close-btn:active span::after {
        background-color: #333D47; }
      .browser-language-dialog .close-btn:active:focus {
        box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent; }
    .browser-language-dialog .close-btn:focus {
      box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0875e1;
      background: #ffffff; }
      .browser-language-dialog .close-btn:focus span::before,
      .browser-language-dialog .close-btn:focus span::after {
        background-color: #333D47; }
      .browser-language-dialog .close-btn:focus:active {
        box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent !important; }
    .browser-language-dialog .close-btn span {
      height: 16px;
      width: 16px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .browser-language-dialog .close-btn span::before, .browser-language-dialog .close-btn span::after {
        background-color: #7B858F;
        position: absolute;
        content: '';
        display: block;
        height: 2px;
        border-radius: 2px;
        width: 16px;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -8px; }
      .browser-language-dialog .close-btn span::before {
        transform: rotate(45deg);
        transition: all 250ms ease; }
      .browser-language-dialog .close-btn span::after {
        transform: rotate(135deg);
        transition: all 250ms ease; }
  @media only screen and (orientation: landscape) {
    .browser-language-dialog .content-container {
      overflow-y: scroll; } }
  @media (min-width: 992px) {
    .browser-language-dialog .content-container {
      overflow: visible; } }
  .browser-language-dialog .content-container .browser-lang-icon {
    fill: #0875e1;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto; }
  .browser-language-dialog .content-container .cmp-button {
    flex-flow: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex; }
    .browser-language-dialog .content-container .cmp-button .wd-btn {
      margin: 0;
      width: auto;
      display: inline-block;
      font-family: "Workday Adelle Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      padding: 12px 26px;
      line-height: 24px;
      white-space: nowrap; }
      .browser-language-dialog .content-container .cmp-button .wd-btn + .wd-btn {
        margin-top: 12px;
        margin-bottom: 5px;
        border: 0;
        box-shadow: inset 0 0 0 2px #ced3d9;
        color: #333333; }
        .browser-language-dialog .content-container .cmp-button .wd-btn + .wd-btn svg {
          fill: #333333; }
        .browser-language-dialog .content-container .cmp-button .wd-btn + .wd-btn:hover {
          background-color: #333D47;
          box-shadow: inset 0 0 0 0 transparent;
          color: #ffffff !important; }
          .browser-language-dialog .content-container .cmp-button .wd-btn + .wd-btn:hover svg {
            fill: #ffffff; }
        .browser-language-dialog .content-container .cmp-button .wd-btn + .wd-btn:active {
          background-color: #1F262E;
          box-shadow: inset 0 0 0 0 transparent;
          color: #ffffff !important; }
          .browser-language-dialog .content-container .cmp-button .wd-btn + .wd-btn:active svg {
            fill: #ffffff; }
        .browser-language-dialog .content-container .cmp-button .wd-btn + .wd-btn:focus {
          background-color: #333D47;
          box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0875e1;
          color: #ffffff !important; }
          .browser-language-dialog .content-container .cmp-button .wd-btn + .wd-btn:focus svg {
            fill: #ffffff; }
          .browser-language-dialog .content-container .cmp-button .wd-btn + .wd-btn:focus:hover {
            background-color: #333D47;
            color: #ffffff !important;
            box-shadow: 0 0 0 0 transparent; }
            .browser-language-dialog .content-container .cmp-button .wd-btn + .wd-btn:focus:hover svg {
              fill: #ffffff; }
          .browser-language-dialog .content-container .cmp-button .wd-btn + .wd-btn:focus:active {
            background-color: #1F262E;
            color: #ffffff !important; }
            .browser-language-dialog .content-container .cmp-button .wd-btn + .wd-btn:focus:active svg {
              fill: #ffffff; }
  .browser-language-dialog .inner-content {
    color: #333333;
    margin-bottom: 18px; }
    .browser-language-dialog .inner-content p {
      font-family: "Workday Adelle Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      color: #333333;
      margin-bottom: 16px;
      line-height: 24px;
      font-weight: 400;
      font-family: "Workday Adelle Sans", Arial, Helvetica, sans-serif; }

.wd-btn.list {
  position: relative;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transition: all 0.3s ease-out;
  text-align: left;
  outline: none;
  scrollbar-face-color: #333333;
  scrollbar-shadow-color: #2d2c4d;
  scrollbar-highlight-color: #7d7e94;
  scrollbar-3dlight-color: #7d7e94;
  scrollbar-darkshadow-color: #2d2c4d;
  scrollbar-track-color: #7d7e94;
  scrollbar-arrow-color: #c1c1d1; }
  .wd-btn.list ::-webkit-scrollbar {
    width: 8px; }
  .wd-btn.list ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  .wd-btn.list ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
  .wd-btn.list .menu-icon {
    height: 8px;
    width: 12px;
    margin: 0px 0px 0px 10px;
    display: inline;
    fill: #333333; }
  .wd-btn.list:hover {
    color: #ffffff; }
    .wd-btn.list:hover .menu-icon {
      fill: currentColor; }
  .wd-btn.list:focus {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0875e1; }
    .wd-btn.list:focus:active {
      box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent !important; }
  .wd-btn.list .dropdown {
    position: absolute;
    z-index: 900;
    top: 100%;
    left: 5%;
    overflow: hidden;
    width: 200px;
    max-height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: all 0.3s ease-out;
    text-align: left;
    border-radius: 4px;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .wd-btn.list .dropdown {
        left: 50%;
        transform: translateX(-50%); } }
    .wd-btn.list .dropdown li {
      margin: 0;
      padding: 0; }
      .wd-btn.list .dropdown li a {
        font-family: "Workday Adelle Sans", Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 14px;
        display: block;
        padding: 10px;
        margin: 0;
        transition: all 0.3s ease-out;
        text-decoration: none;
        color: #333333; }
      .wd-btn.list .dropdown li:hover a {
        color: #333333;
        background: #ebebeb; }
  .wd-btn.list.active .dropdown {
    overflow-y: scroll; }
    @media all and (orientation: portrait) {
      .wd-btn.list.active .dropdown {
        max-height: 159px; } }
    @media all and (orientation: landscape) {
      .wd-btn.list.active .dropdown {
        max-height: 80px; } }
    @media (min-width: 768px) {
      .wd-btn.list.active .dropdown {
        max-height: 159px; } }
  .wd-btn.list.active .menu-icon {
    transform: rotate(180deg); }

.btn {
  align-items: center;
  background: #0875e1;
  border-radius: 28px;
  border: 0 none transparent;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 24px;
  outline: none;
  padding: 12px 20px;
  transition: all 100ms ease;
  /*width: 100%;*/
  text-decoration: none; }
  .btn#submit {
    margin: 24px auto; }
  .btn:focus {
    background: #005cb9;
    color: #ffffff;
    text-decoration: none; }
    .btn:focus .icon {
      fill: currentColor; }
  .btn.active, .btn:active {
    background: #004387;
    color: #ffffff;
    text-decoration: none; }
    .btn.active .icon, .btn:active .icon {
      fill: currentColor; }
  .btn:hover {
    background: #005cb9;
    color: #ffffff;
    text-decoration: none; }
    .btn:hover .icon {
      fill: currentColor; }
  .btn .icon {
    fill: #FFFFFF;
    display: inline-block;
    fill: currentColor;
    height: 24px;
    margin-right: 8px; }
  .btn .text {
    color: currentColor; }
  .btn .timestamp {
    color: currentColor;
    margin-left: 5px; }
  .collection-tags .btn {
    background: #f0f1f2;
    border-radius: 25px;
    box-shadow: inset 0 0 0 0 rgba(8, 117, 225, 0);
    color: #4A5561;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
    margin-bottom: .25em;
    margin-top: .25em;
    padding: 8px 24px;
    text-transform: lowercase;
    transition: all 100ms ease;
    width: auto; }
    @media (min-width: 768px) {
      .collection-tags .btn + .btn {
        margin-left: 5px; } }
    .collection-tags .btn:hover {
      background-color: #ffffff;
      box-shadow: inset 0 0 0 2px #0875e1;
      color: #0875e1; }
    .collection-tags .btn:active, .collection-tags .btn.active {
      background-color: #0875e1;
      color: #ffffff; }
  #rct-list-filters .btn {
    background: #ffffff;
    border-radius: 25px;
    box-shadow: inset 0 0 0 2px #dfe2e6;
    color: #4A5561;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
    padding: 8px 24px;
    text-align: center;
    transition: all 100ms ease;
    width: auto;
    margin: 4px; }
    #rct-list-filters .btn:hover {
      background-color: #ffffff;
      box-shadow: inset 0 0 0 2px #0875e1;
      color: #0875e1; }
    #rct-list-filters .btn:active, #rct-list-filters .btn.active {
      background-color: #0875e1;
      color: #ffffff;
      box-shadow: inset 0 0 0 0 rgba(223, 226, 230, 0); }
  .btn.outline {
    border: 2px solid #0875e1;
    background: #ffffff;
    color: #0875e1;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    width: auto;
    padding: 12px 32px; }
    .btn.outline:hover {
      color: #ffffff;
      background: #0875e1; }
    .btn.outline:active {
      color: #ffffff;
      background: #005cb9; }
  .btn.inline {
    display: inline-block;
    padding: 12px 32px;
    margin: 0 8px;
    width: auto; }
  .btn.btn--outline__gray {
    /*box-shadow: inset 0 0 0 2px #ced3d9;*/
    color: #333333 !important;
    width: auto;
    padding: 12px 36px;
    background: transparent; }
    .btn.btn--outline__gray svg {
      fill: #333333; }
    .btn.btn--outline__gray:hover {
      	background-color: #333;
	color: #FFF !important;
	box-shadow: inset 0 0 0 0 transparent;
      }
      .btn.btn--outline__gray:hover svg {
        fill: #ffffff; }
    .btn.btn--outline__gray:active {
      background-color: #1F262E;
      box-shadow: inset 0 0 0 0 transparent;
      color: #ffffff !important; }
      .btn.btn--outline__gray:active svg {
        fill: #ffffff; }
    .btn.btn--outline__gray:focus {
      box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0875e1;
       }
      .btn.btn--outline__gray:focus svg {
        fill: #ffffff; }
      .btn.btn--outline__gray:focus:hover {
        background-color: #333D47;
        color: #ffffff !important;
        box-shadow: 0 0 0 0 transparent; }
        .btn.btn--outline__gray:focus:hover svg {
          fill: #ffffff; }
      .btn.btn--outline__gray:focus:active {
        background-color: #1F262E;
        color: #ffffff !important; }
        .btn.btn--outline__gray:focus:active svg {
          fill: #ffffff; }

#rct-list-filters {
  text-align: center;
  margin: 24px auto; }

.post-summary article {
  margin-bottom: 64px; }
  .post-summary article.withImage {
    border-bottom: 0 none transparent; }
  .post-summary article .cmp-list__social {
    display: none; }
    @media (min-width: 768px) {
      .post-summary article .cmp-list__social {
        display: flex; } }

.post-summary .cmp-list__item-tags .cmp-list__item-tags-name + .cmp-list__item-tags-name {
  margin-left: 16px; }

.cmp-list__extras {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
  margin-bottom: 64px;
  vertical-align: middle;
  margin-top: 16px; }
  @media (min-width: 768px) {
    .cmp-list__extras {
      margin-top: 8px; } }

.list .load__more-container {
  display: flex;
  justify-content: center; }

.list .load-more {
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 12px 32px;
  width: auto; }
  .list .load-more .load-more-icon {
    fill: #ffffff;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    transform: rotate(90deg); }

.list .meta {
  color: #1F262E;
  font-weight: 700;
  line-height: 3.25;
  font-size: 24px;
  margin-top: 100px;
  margin-bottom: 65px;
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #e8ebed; }

.list .input {
  width: 100%;
  max-width: 544px;
  border-radius: 4px;
  background-color: #f0f1f2;
  padding: 8px 20px;
  margin: 30px auto;
  align-items: center;
  display: flex; }
  .list .input svg {
    width: 24px;
    height: 24px;
    fill: #7B858F;
    align-self: center; }
    .list .input svg.icon--close {
      cursor: pointer;
      margin-left: auto; }
  .list .input form {
    width: 100%;
    max-width: 420px; }
    .list .input form input {
      font-size: 16px;
      align-self: center;
      font-weight: normal;
      line-height: 1.5;
      color: #333333;
      width: 100%;
      border: none;
      margin-left: 20px;
      background: transparent; }
      .list .input form input:focus {
        outline: none; }

.nav-primary__item--list.cmp-list__dd {
  color: #4A5561;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0; }

.cmp-list-dd_box {
  min-width: 254px;
  width: auto;
  display: inline-block;
  height: 48px;
  margin: 0 auto;
  padding: 0;
  border-radius: 4px;
  border: solid 1px #e8ebed;
  background-color: #ffffff; }

.cmp-list__dd .cmp-list-dd_box.nav-primary__item {
  padding: 12px 40px 12px 16px;
  position: relative;
  text-align: left; }
  .cmp-list__dd .cmp-list-dd_box.nav-primary__item a {
    color: #4A5561;
    text-decoration: none; }
    .cmp-list__dd .cmp-list-dd_box.nav-primary__item a .caret {
      border-color: #7B858F;
      border-style: solid;
      border-width: 2px 2px 0 0;
      content: '';
      display: inline-block;
      height: 8px;
      left: auto;
      right: 16px;
      position: absolute;
      top: 48%;
      transform: rotate(135deg) translateY(50%);
      vertical-align: middle;
      width: 8px;
      margin: 0; }
  .cmp-list__dd .cmp-list-dd_box.nav-primary__item .dropdown-menu {
    border: solid 1px #e8ebed;
    width: 100%; }
    .cmp-list__dd .cmp-list-dd_box.nav-primary__item .dropdown-menu a {
      padding: 12px 24px; }
  .cmp-list__dd .cmp-list-dd_box.nav-primary__item.open .caret {
    margin: 0;
    left: initial;
    right: 21px;
    transform: rotate(-45deg) translateY(50%);
    top: 44%;
    left: initial; }

.cmp-list__item-title {
  color: #1F262E;
  line-height: 1.25;
  margin: 0 0 16px 0; }
  @media (min-width: 768px) {
    .cmp-list__item-title {
      margin: 0 0 16px 0; } }
  @media (min-width: 992px) {
    .cmp-list__item-title {
      margin: 0 0 24px 0; } }
  .cmp-list__item-title a {
    color: currentColor; }

.cmp-title__text {
  line-height: 1.25;
  font-weight: 700; }

h1 {
  font-size: 56px; }
  .post-summary h1.cmp-list__item-title,
  .featured h1.cmp-list__item-title {
    font-size: 32px; }
    @media (min-width: 992px) {
      .post-summary h1.cmp-list__item-title,
      .featured h1.cmp-list__item-title {
        font-size: 40px; } }
    @media (min-width: 1199px) {
      .post-summary h1.cmp-list__item-title,
      .featured h1.cmp-list__item-title {
        font-size: 48px; } }
    @media (min-width: 1400px) {
      .post-summary h1.cmp-list__item-title,
      .featured h1.cmp-list__item-title {
        font-size: 56px; } }
  h1.cmp-title__text {
    font-size: 56px;
    margin: 0 0 16px 0; }
    @media (min-width: 992px) {
      h1.cmp-title__text {
        margin: 0 0 24px 0; } }

h2.cmp-list__item-description,
h3.cmp-list__item-description {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 16px 0; }
  .post-summary h2.cmp-list__item-description,
  .featured h2.cmp-list__item-description, .post-summary
  h3.cmp-list__item-description,
  .featured
  h3.cmp-list__item-description {
    margin: 0 0 16px 0; }
    @media (min-width: 768px) {
      .post-summary h2.cmp-list__item-description,
      .featured h2.cmp-list__item-description, .post-summary
      h3.cmp-list__item-description,
      .featured
      h3.cmp-list__item-description {
        margin: 0 0 16px 0; } }
    @media (min-width: 992px) {
      .post-summary h2.cmp-list__item-description,
      .featured h2.cmp-list__item-description, .post-summary
      h3.cmp-list__item-description,
      .featured
      h3.cmp-list__item-description {
        font-size: 20px;
        margin: 0 0 24px 0; } }

h2 {
  font-size: 48px; }
  h2.cmp-title__text {
    font-size: 48px; }

h3 {
  font-size: 40px; }
  h3.cmp-title__text {
    font-size: 40px; }

h4 {
  font-size: 32px; }
  h4.cmp-title__text {
    font-size: 32px; }

h5 {
  font-size: 24px; }
  h5.cmp-title__text {
    font-size: 24px; }

h6 {
  font-size: 20px; }
  h6.cmp-title__text {
    font-size: 20px; }

figure {
  margin: 0 0 8px 0;
  padding: 0; }

.figcaption,
figcaption {
  font-size: 14px;
  color: #333333; }

.caption {
  padding-top: 8px;
  text-align: center;
  font-style: italic; }

img {
  max-width: 100%; }

.full-bleed {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  .full-bleed .figcaption,
  .full-bleed figcaption {
    margin-left: 16px; }

.align-left {
  width: 50%;
  margin-right: 1em;
  float: left; }

.align-right {
  width: 50%;
  margin-left: 1em;
  float: right; }
  .align-right .figcaption,
  .align-right figcaption {
    text-align: left; }

/* post summary */
.full-width-img &gt; article &gt; figure.cmp-list__post-summary-img {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

@media (min-width: 768px) {
  .half-bleed {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1120px; }
  .full-content {
    max-width: 100%; }
  .align-left span {
    grid-column: full-start/wide-end; }
  .align-left .caption {
    grid-column: full-start/content-start;
    grid-row: 2; }
  .align-right span {
    grid-column: wide-start/full-end; }
  .align-right .caption {
    grid-column: content-end/full-end;
    grid-row: 2; } }

.cmp-list__social {
  display: flex;
  flex-grow: 1;
  flex-basis: auto;
  align-self: center;
  align-items: center;
  justify-content: flex-end; }
  .cmp-list__social a {
    background: transparent;
    align-items: center;
    flex-direction: row;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: all 100ms ease;
    position: relative; }
    .cmp-list__social a img,
    .cmp-list__social a svg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 24px;
      height: 24px;
      fill: #7B858F; }
    .cmp-list__social a::before {
      content: '';
      background: transparent;
      border-radius: 50%;
      position: absolute;
      transform: scale(0);
      height: 0;
      width: 0; }
    .cmp-list__social a:hover svg {
      fill: #333D47; }
    .cmp-list__social a:hover::before {
      transition: all 100ms ease;
      content: '';
      background: #f0f1f2;
      border-radius: 50%;
      position: absolute;
      transform: scale(1);
      height: 40px;
      width: 40px; }
    .cmp-list__social a:active::before {
      content: '';
      background: #e8ebed; }
  .cmp-list__social a + a {
    margin-left: 16px; }

.addthis_toolbox a {
  margin-bottom: 0 !important; }

.cmp-list__item-tags {
  display: none;
  margin-top: -17px; }
  @media (min-width: 768px) {
    .cmp-list__item-tags {
      display: flex;
      line-height: 2;
      margin-bottom: 24px; } }
  @media (min-width: 1199px) {
    .cmp-list__item-tags {
      margin-bottom: 32px; } }
  .cmp-list__item-tags.postpage-tags {
    display: block !important;
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .cmp-list__item-tags.postpage-tags {
        margin: 0 0 24px 0;
        padding: 0;
        display: none !important; } }
    .cmp-list__item-tags.postpage-tags .tags-title {
      font-size: 14px;
      line-height: 21px;
      color: #7B858F; }
    .cmp-list__item-tags.postpage-tags .cmp-list__item-tags-name {
      margin: 0; }
    .cmp-list__item-tags.postpage-tags .cmp-list__item-tags-name a {
      margin: 0;
      text-transform: none; }
  .cmp-list__item-tags .cmp-list__item-tags-icon {
    fill: #0875e1;
    height: 40px;
    margin-right: 8px;
    width: 40px;
    position: relative; }
    .cmp-list__item-tags .cmp-list__item-tags-icon svg {
      fill: #0875e1;
      height: 24px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 24px; }
    .cmp-list__item-tags .cmp-list__item-tags-icon a {
      display: block; }
      .cmp-list__item-tags .cmp-list__item-tags-icon a:hover::before {
        transition: all 100ms ease;
        content: '';
        background: #f0f1f2;
        border-radius: 50%;
        position: absolute;
        transform: scale(1);
        height: 40px;
        width: 40px; }
      .cmp-list__item-tags .cmp-list__item-tags-icon a:active::before {
        content: '';
        background: #e8ebed; }
      .cmp-list__item-tags .cmp-list__item-tags-icon a::before {
        content: '';
        background: transparent;
        border-radius: 50%;
        position: absolute;
        transform: scale(0);
        height: 0;
        width: 0;
        z-index: -1; }
  .cmp-list__item-tags .cmp-list__item-tags-name {
    color: #0875e1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 2;
    text-transform: uppercase;
    margin: 10px 0 10px 0; }
  .cmp-list__item-tags .cmp-list__item-tags-name + .cmp-list__item-tags-name {
    margin-left: 2px; }

.collection-tags {
  margin: 1em 0;
  display: block; }

blockquote,
blockquote p {
  color: #0875e1;
  font-family: "Workday Adelle Sans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.24px;
  line-height: 1.25; }
  @media (min-width: 992px) {
    blockquote,
    blockquote p {
      font-size: 32px;
      letter-spacing: -0.32px; } }

blockquote {
  margin: 32px auto; }
  @media (min-width: 1199px) {
    blockquote {
      margin: 64px auto; } }
  blockquote p {
    text-align: center; }
  blockquote cite {
    color: #333333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    margin: 24px auto 0 auto;
    text-align: center; }
    blockquote cite .cite-details &gt; span {
      display: block; }
    blockquote cite .headshot {
      border-radius: 50%;
      display: block;
      height: 48px;
      overflow: hidden;
      width: 48px;
      margin: 32px auto 16px; }
      @media (min-width: 768px) {
        blockquote cite .headshot {
          margin: 32px auto 16px; } }
      @media (min-width: 992px) {
        blockquote cite .headshot {
          margin: 32px auto 16px; } }
      @media (min-width: 1199px) {
        blockquote cite .headshot {
          margin: 24px auto 16px; } }
      @media (min-width: 1199px) {
        blockquote cite .headshot {
          margin: 32px auto 16px; } }

.cmp-list__item.post .cmp-list__author,
.post-summary .cmp-list__author {
  font-size: 14px;
  display: inline-block;
  position: relative; }
  .cmp-list__item.post .cmp-list__author .cmp-list__author-image,
  .post-summary .cmp-list__author .cmp-list__author-image {
    display: block;
    margin: 0 16px 0 0;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
    float: left; }
    .cmp-list__item.post .cmp-list__author .cmp-list__author-image &gt; img,
    .post-summary .cmp-list__author .cmp-list__author-image &gt; img {
      max-width: 100%; }
  .cmp-list__item.post .cmp-list__author .cmp-list__author-details,
  .post-summary .cmp-list__author .cmp-list__author-details {
    float: left; }
    .cmp-list__item.post .cmp-list__author .cmp-list__author-details .cmp-list__author-name,
    .post-summary .cmp-list__author .cmp-list__author-details .cmp-list__author-name {
      display: block;
      font-weight: bold;
      line-height: 1.71;
      color: #333333;
      text-decoration: none; }
    .cmp-list__item.post .cmp-list__author .cmp-list__author-details .cmp-list__item-date,
    .post-summary .cmp-list__author .cmp-list__author-details .cmp-list__item-date {
      display: block;
      line-height: 1.5;
      color: #333333;
      cursor: default; }

.cmp-list__author {
  margin: 0; }
  .cmp-list__author &gt; a:hover {
    color: #0875e1; }
    .cmp-list__author &gt; a:hover::before {
      background: #ffffff;
      border: 2px solid #0875e1;
      transform: translate(-4px, -50%) scale(1); }
    .cmp-list__author &gt; a:hover ~ .cmp-list__author-details .cmp-list__author-name &gt; a {
      color: #0875e1;
      text-decoration: underline; }
  @media (min-width: 768px) {
    .cmp-list__author a {
      color: #0875e1; }
      .cmp-list__author a::before {
        background: transparent;
        border-radius: 50%;
        border: 2px solid transparent;
        content: '';
        display: block;
        height: 52px;
        left: 0;
        position: absolute;
        top: 50%;
        transform-origin: center;
        transform: translate(-4px, -50%) scale(0);
        transition: all 100ms ease;
        width: 52px;
        z-index: -1; } }
  .cmp-list__author .cmp-list__author-details .cmp-list__author-name &gt; a {
    color: #4A5561; }
    .cmp-list__author .cmp-list__author-details .cmp-list__author-name &gt; a:hover {
      color: #0875e1; }
      .cmp-list__author .cmp-list__author-details .cmp-list__author-name &gt; a:hover::before {
        background: #ffffff;
        border: 2px solid #0875e1;
        transform: translate(-4px, -50%) scale(1);
        transition: all 50ms ease; }
      .cmp-list__author .cmp-list__author-details .cmp-list__author-name &gt; a:hover ~ &gt; a {
        color: #0875e1;
        text-decoration: underline; }

.authorpage .author-bio {
  text-align: center;
  border-bottom: 2px solid #e8ebed;
  margin: 0 0 64px 0;
  padding: 0 0 64px 0; }
  .authorpage .author-bio .author-bio__headshot {
    border-radius: 50%;
    margin: auto;
    display: block;
    height: 128px;
    width: 128px;
    margin: 0 auto 48px auto; }
    @media (min-width: 768px) {
      .authorpage .author-bio .author-bio__headshot {
        margin: 0 auto 48px auto; } }
    @media (min-width: 992px) {
      .authorpage .author-bio .author-bio__headshot {
        margin: 0 auto 64px auto; } }
  .authorpage .author-bio .author-bio__name {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 16px 0; }
    @media (min-width: 992px) {
      .authorpage .author-bio .author-bio__name {
        font-size: 40px; } }
    @media (min-width: 1199px) {
      .authorpage .author-bio .author-bio__name {
        font-size: 48px; } }
    @media (min-width: 1400px) {
      .authorpage .author-bio .author-bio__name {
        font-size: 56px; } }
  .authorpage .author-bio .btn {
    font-size: 16px;
    margin: 0 0 24px 0; }
  .authorpage .author-bio .author-bio__title {
    margin: 0 0 24px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #4A5561; }
    @media (min-width: 992px) {
      .authorpage .author-bio .author-bio__title {
        font-size: 20px; } }
  .authorpage .author-bio .social-icons &gt; a {
    background: transparent;
    display: inline-block;
    border-radius: 50%;
    position: relative; }
    .authorpage .author-bio .social-icons &gt; a .icon-container .icon {
      fill: #333333;
      width: 30px;
      height: 30px;
      margin: 10px; }
    .authorpage .author-bio .social-icons &gt; a:hover .icon-container .icon {
      fill: #0875e1; }

footer.blog-footer {
  background-color: #1F262E;
  color: #A1AAB3;
  left: 50%;
  margin: 64px 0 0 0;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  transform: translateX(-50%);
  width: 101vw; }
  footer.blog-footer ul, footer.blog-footer ul li, footer.blog-footer span, footer.blog-footer a {
    font-size: 1.2rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #A1AAB3; }
  footer.blog-footer .container {
    max-width: 1120px;
    margin: 20px auto;
    padding: 0 20px;
    overflow: hidden; }
    footer.blog-footer .container .footer-logo-social {
      margin: 20px 0; }
      footer.blog-footer .container .footer-logo-social .footer-logo {
        margin: 10px auto;
        white-space: nowrap;
        overflow: hidden; }
        @media (min-width: 768px) {
          footer.blog-footer .container .footer-logo-social .footer-logo {
            width: 25%;
            float: left; } }
        footer.blog-footer .container .footer-logo-social .footer-logo svg {
          height: 40px;
          width: 100px; }
          footer.blog-footer .container .footer-logo-social .footer-logo svg .arc {
            fill: #f38b00; }
          footer.blog-footer .container .footer-logo-social .footer-logo svg .type {
            fill: #ffffff; }
        footer.blog-footer .container .footer-logo-social .footer-logo a {
          display: inline-block;
          text-align: center;
          overflow: hidden;
          vertical-align: middle; }
          footer.blog-footer .container .footer-logo-social .footer-logo a:first-child {
            width: 60%;
            border-right: 1px solid #333D47; }
            @media (min-width: 768px) {
              footer.blog-footer .container .footer-logo-social .footer-logo a:first-child {
                width: 65%; } }
          footer.blog-footer .container .footer-logo-social .footer-logo a:nth-child(2) {
            width: 40%; }
            @media (min-width: 768px) {
              footer.blog-footer .container .footer-logo-social .footer-logo a:nth-child(2) {
                width: 35%; } }
          footer.blog-footer .container .footer-logo-social .footer-logo a img {
            display: block;
            height: 45px; }
          footer.blog-footer .container .footer-logo-social .footer-logo a .footer-title {
            display: block;
            font-size: 18px;
            line-height: 1.44;
            color: #ffffff; }
      footer.blog-footer .container .footer-logo-social .footer-social {
        border-bottom: 1px solid #333D47;
        margin: 20px auto;
        overflow: hidden;
        padding-bottom: 10px;
        text-align: center;
        width: 100%; }
        @media (min-width: 768px) {
          footer.blog-footer .container .footer-logo-social .footer-social {
            width: 75%;
            text-align: right;
            border-bottom: none; } }
        footer.blog-footer .container .footer-logo-social .footer-social .footer-social-links {
          margin: 10px 0;
          padding-bottom: 10px;
          overflow: hidden;
          display: block; }
          footer.blog-footer .container .footer-logo-social .footer-social .footer-social-links li {
            display: inline-block;
            margin: 0 10px; }
            footer.blog-footer .container .footer-logo-social .footer-social .footer-social-links li a {
              display: inline-block;
              width: 40px;
              height: 40px;
              -webkit-transition: background-color 100ms ease !important;
              -moz-transition: background-color 100ms ease !important;
              transition: background-color 100ms ease !important;
              text-align: center;
              vertical-align: middle;
              border-radius: 100%;
              background-color: #4A5561;
              position: relative; }
              footer.blog-footer .container .footer-logo-social .footer-social .footer-social-links li a &gt; span {
                display: none; }
      @media (min-width: 768px) {
        footer.blog-footer .container .footer-logo-social {
          border-bottom: 1px solid #333D47; } }
    footer.blog-footer .container .footer-motto,
    footer.blog-footer .container .footer-misc-links,
    footer.blog-footer .container .footer-copyright {
      display: block;
      text-align: center; }
      @media (min-width: 768px) {
        footer.blog-footer .container .footer-motto,
        footer.blog-footer .container .footer-misc-links,
        footer.blog-footer .container .footer-copyright {
          display: inline-block;
          vertical-align: top; } }
    footer.blog-footer .container .footer-motto {
      text-align: center;
      margin: 20px 0; }
      @media (min-width: 768px) {
        footer.blog-footer .container .footer-motto {
          float: left;
          text-align: left; } }
      footer.blog-footer .container .footer-motto a {
        display: block;
        width: 100%; }
        footer.blog-footer .container .footer-motto a span {
          transition: color 100ms ease; }
        footer.blog-footer .container .footer-motto a .icon-container {
          display: inline-block;
          height: 16px;
          margin: 0 12px 0 0;
          vertical-align: middle;
          width: 16px; }
          footer.blog-footer .container .footer-motto a .icon-container .icon {
            transition: fill 100ms ease;
            fill: #7B858F;
            position: relative; }
        footer.blog-footer .container .footer-motto a:hover {
          color: #ffffff; }
          footer.blog-footer .container .footer-motto a:hover span {
            color: #ffffff; }
          footer.blog-footer .container .footer-motto a:hover .icon {
            fill: currentColor; }
    @media (min-width: 768px) {
      footer.blog-footer .container .footer-legal {
        float: right; } }
    footer.blog-footer .container .footer-legal .footer-misc-links {
      margin: 20px 0; }
      footer.blog-footer .container .footer-legal .footer-misc-links ul {
        list-style: none;
        display: block;
        text-align: center; }
        @media (min-width: 768px) {
          footer.blog-footer .container .footer-legal .footer-misc-links ul {
            text-align: right; } }
        footer.blog-footer .container .footer-legal .footer-misc-links ul li {
          display: inline-block; }
          footer.blog-footer .container .footer-legal .footer-misc-links ul li a {
            margin: 0 5px; }
            footer.blog-footer .container .footer-legal .footer-misc-links ul li a:hover {
              pointer: default; }
    footer.blog-footer .container .footer-legal .footer-copyright {
      margin: 20px 0; }
      @media (min-width: 768px) {
        footer.blog-footer .container .footer-legal .footer-copyright {
          text-align: right; } }
      footer.blog-footer .container .footer-legal .footer-copyright span {
        display: block; }
    footer.blog-footer .container .icon-container .icon {
      fill: #ffffff;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 24px;
      width: 24px; }
    footer.blog-footer .container a {
      -moz-transition: color 100ms ease;
      -webkit-transition: color 100ms ease;
      color: #A1AAB3;
      text-decoration: none;
      transition: color 100ms ease; }

/*nav {
  background-color: #ffffff;
  display: block;
  height: 80px;
  padding: 0;
  position: fixed;
  top: 0;
  transform: translateZ(0);
  z-index: 1000; }
*/
.logo {
  align-items: center;
  display: flex; }
  .logo .workday-link {
    margin: 0 16px 0 0;
    text-decoration: none;
    word-break: break-word;
    padding: 0 16px 0 0;
    border-right: 1px solid #e8ebed; }
    .logo .workday-link &gt; svg {
      display: block; }
  .logo .blog-link {
    font-size: 20px;
    color: #005CB9;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.2px;; }

.nav-primary__alt {
  align-items: center;
  background: #ffffff;
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  justify-content: space-between;
  opacity: 0;
  position: absolute;
  transform: translateY(-100%);
  transition: all 300ms ease;
  width: 100%;
  padding: 0 24px;
  z-index: 888;
  text-align: center; }
  .postpage .nav-primary__alt {
    display: flex; }
  @media (min-width: 992px) {
    .nav-primary__alt {
      text-align: left; } }
  .nav-primary__alt .nav-primary__alt__title {
    display: none; }
    @media (min-width: 768px) {
      .nav-primary__alt .nav-primary__alt__title {
        display: inline-block;
        font-size: 16px;
        margin-right: auto;
        line-height: 1.5;
        color: #4A5561;
        text-align: left;
        max-width: 1200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
  .nav-primary__alt .nav-primary__alt__share {
    float: none;
    margin: auto;
    display: flex; }
    @media (min-width: 768px) {
      .nav-primary__alt .nav-primary__alt__share {
        justify-content: stretch;
        align-items: center;
        margin: 0; } }
    .nav-primary__alt .nav-primary__alt__share a {
      position: relative;
      margin: 0;
      height: 40px;
      width: 40px; }
      .nav-primary__alt .nav-primary__alt__share a img,
      .nav-primary__alt .nav-primary__alt__share a svg {
        fill: #7B858F;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 24px;
        width: 24px;
        fill: #7B858F; }
    .nav-primary__alt .nav-primary__alt__share a + a {
      margin: 0 0 0 16px; }
  .nav-primary__alt .nav-primary__alt__author {
    display: none; }
    @media (min-width: 992px) {
      .nav-primary__alt .nav-primary__alt__author {
        display: inline-block;
        margin-right: auto;
        margin: 0 24px 0 0;
        background: #dfe2e6;
        border-radius: 50%;
        height: 48px;
        width: 48px;
        overflow: hidden; } }
  .is-visible .nav-primary__alt {
    transition: opacity 300ms ease;
    transform: translateY(0);
    opacity: 1; }
  .is-hidden .nav-primary__alt {
    transform: translateY(-100%);
    transition: opacity 300ms ease;
    opacity: 0; }

.nav-primary {
  transform: translateZ(0);
  background-color: #fff;
  /* border-bottom: 1px solid #e8ebed; */
  height: 80px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .nav-primary.is-hidden {
    position: fixed; }
  .nav-primary.is-visible {
    position: fixed; }
    .nav-primary.is-visible .cmp-languagenavigation {
      display: none; }
  .nav-primary .nav-primary__container {
    background-color: #ffffff;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0 32px; }
    @media (min-width: 992px) {
      .nav-primary .nav-primary__container {
        align-items: center;
        justify-content: space-between; } }
  .nav-primary .nav-primary__contents {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-content: stretch;
    width: 100%; }
    @media (min-width: 992px) {
      .nav-primary .nav-primary__contents {
        align-items: center;
        justify-content: space-between; } }
  .nav-primary .nav-primary__item--list {
    justify-content: flex-end;
    display: none;
    flex: 1;
    flex-grow: 10;
    height: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    align-items: stretch; }
    @media (min-width: 992px) {
      .nav-primary .nav-primary__item--list {
        display: flex; } }
  .nav-primary .nav-primary__item {
    padding: 0px;
    display: flex;
    line-height: 1;
    margin: 0;
    align-items: center; }
    .nav-primary .nav-primary__item + .nav-primary__item {
      margin: 0 0 0 16px; }
    .nav-primary .nav-primary__item a {
      color: #333;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700; }
    .nav-primary .nav-primary__item.dropdown &gt; a .caret {
      border-color: #333;
      border-style: solid;
      border-width: 2px 2px 0 0;
      content: '';
      display: inline-block;
      height: 8px;
      left: 4px;
      position: relative;
      top: -4px;
      transform: rotate(135deg);
      vertical-align: middle;
      width: 8px; }
    .nav-primary .nav-primary__item.dropdown.open &gt; a {
      text-decoration: none;
      color: #0875e1; }
      .nav-primary .nav-primary__item.dropdown.open &gt; a .caret {
        border-color: #333;
        transform: rotate(-45deg);
        top: 2px; }
    .nav-primary .nav-primary__item .dropdown-menu &gt; li &gt; a:hover,
    .nav-primary .nav-primary__item .dropdown-menu &gt; li &gt; a:focus {
      background: #e8ebed;
      color: #1F262E; }
    .nav-primary .nav-primary__item .dropdown-menu {
      /* top: 104px; */
      top: 68px;
      margin: 0;
      padding: 10px;
      border: none;
      border-radius: 8px;
      max-height: calc(100vh - 150px);
      overflow-y: auto; }
      .nav-primary .nav-primary__item .dropdown-menu &gt; li + li,
      .nav-primary .nav-primary__item .dropdown-menu li:first-child {
        margin: 0; }
      .nav-primary .nav-primary__item .dropdown-menu &gt; li &gt; a {
        /* border-radius: 4px; */
        color: #333;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        padding: 7px 0px;
        transition: all 100ms ease;
        display: flex; }
        .nav-primary .nav-primary__item .dropdown-menu &gt; li &gt; a svg {
          fill: currentColor;
          height: 24px;
          width: 24px;
          margin: 0 16px 0 0; }
        .nav-primary .nav-primary__item .dropdown-menu &gt; li &gt; a .region-icon {
          margin: 0 16px 0 0;
          height: 24px;
          width: 24px; }

.region-selector {
  height: 40px;
  width: 40px; }
  .region-selector .region-icon {
    border-radius: 50%;
    display: block;
    height: 24px;
    left: 50%;
    padding: 0;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    z-index: 2; }
  .region-selector::after {
    background: transparent;
    border-radius: 0;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: 50% 50%;
    transform: scale(0) translate(-50%, -50%);
    width: 0;
    z-index: -1; }
  .open .region-selector::after {
    background: #f0f1f2;
    border-radius: 50%;
    content: '';
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: 50% 50%;
    transform: scale(1) translate(-50%, -50%);
    transition: all 100ms ease;
    width: 40px;
    z-index: 0; }
  .open .region-selector.is-active::after {
    background: #e8ebed;
    content: '';
    border-radius: 50%;
    height: 40px;
    transform: scale(1) translate(-50%, -50%);
    width: 40px; }
  .open .region-selector.is-active svg {
    fill: #1F262E; }

progress {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  bottom: -1px;
  display: block;
  height: 2px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 999; }
  progress::-webkit-progress-bar {
    background-color: transparent !important; }
  progress::-webkit-progress-value {
    background-color: #0875e1 !important; }
  progress::-moz-progress-bar {
    background-color: #ffffff !important; }

.postpage #progress_bar {
  --scroll: 0%;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  bottom: -1px;
  display: block;
  height: 2px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 999;
  background: linear-gradient(to right, #0875e1 var(--scroll), transparent 0); }

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
  color: #1F262E;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400; }

::-ms-clear {
  display: none; }

.nav-primary__search .nav-primary__search--container {
  color: #1F262E;
  background: #ffffff;
  height: 80px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(0);
  transition: all 200ms ease;
  width: 100%;
  z-index: -1;
  margin: 0;
  padding: 0 32px; }
  @media (min-width: 768px) {
    .nav-primary__search .nav-primary__search--container {
      padding: 0 48px; } }
  @media (min-width: 992px) {
    .nav-primary__search .nav-primary__search--container {
      padding: 0 96px; } }
  @media (min-width: 1199px) {
    .nav-primary__search .nav-primary__search--container {
      padding: 0 240px; } }
  .nav-primary__search .nav-primary__search--container.focused {
    transform: translateY(80px); }
  .nav-primary__search .nav-primary__search--container .nav-primary__button--submit {
    background: transparent;
    border: none;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px; }
    @media (min-width: 768px) {
      .nav-primary__search .nav-primary__search--container .nav-primary__button--submit {
        right: 48px; } }
    @media (min-width: 992px) {
      .nav-primary__search .nav-primary__search--container .nav-primary__button--submit {
        right: 96px; } }
    @media (min-width: 1199px) {
      .nav-primary__search .nav-primary__search--container .nav-primary__button--submit {
        right: 240px; } }
    .nav-primary__search .nav-primary__search--container .nav-primary__button--submit svg {
      fill: #0875e1;
      height: 24px;
      position: relative;
      top: 2px;
      width: 24px; }

.nav-primary__search .nav-primary__search--input {
  display: none;
  position: absolute;
  bottom: 0;
  top: 0;
  caret-color: #0875e1;
  background: #ffffff;
  border: none;
  color: #1F262E;
  padding: 0 40px 0 0;
  font-size: 16px;
  font-weight: 400;
  height: 80px;
  line-height: 1.5;
  outline-style: none;
  transition: all 100ms ease;
  width: 100%;
  z-index: -1; }

.nav-primary__search .nav-primary__search--toggle {
  background: transparent;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  display: block;
  height: 48px;
  outline-style: none;
  padding: 0;
  position: relative;
  width: 48px; }
  @media (min-width: 768px) {
    .nav-primary__search .nav-primary__search--toggle {
      margin: 0 0 0 16px; } }
  .nav-primary__search .nav-primary__search--toggle svg {
    fill: #333;
    height: 24px;
    position: relative;
    top: 3px;
    width: 24px;
    z-index: 2; }
  .menu-active .nav-primary__search .nav-primary__search--toggle {
    display: none; }
  .nav-primary__search .nav-primary__search--toggle:hover svg {
    fill: #333; }
  .nav-primary__search .nav-primary__search--toggle:hover::after {
    background: #f0f1f2;
    border-radius: 24px;
    content: '';
    height: 48px;
    left: 50%;
    position: absolute;
    opacity: 1;
    top: 50%;
    transform-origin: center;
    transform: scale(1) translate(-50%, -50%);
    transition: all 100ms ease;
    width: 48px;
    z-index: 1; }
  .nav-primary__search .nav-primary__search--toggle.is-active::after {
    background: #DFE2E6;
    content: '';
    border-radius: 24px;
    height: 48px;
    transform: scale(1) translate(-50%, -50%);
    width: 48px; }
  .nav-primary__search .nav-primary__search--toggle.is-active svg {}
  .nav-primary__search .nav-primary__search--toggle::after {
    opacity: 0;
    background: transparent;
    border-radius: 24px;
    content: '';
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: center;
    transform: scale(0) translate(-50%, -50%);
    transition: all 100ms ease;
    width: 48px;
    z-index: 1; }

.hamburger {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  height: 40px;
  outline-style: none;
  overflow: visible;
  padding: 12px;
  position: relative;
  right: -10px;
  text-align: center;
  text-transform: none;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  transition-timing-function: linear;
  width: 40px; }
  @media (min-width: 992px) {
    .hamburger {
      display: none;
      visibility: hidden; } }

.hamburger--3dy .hamburger-box {
  position: relative;
  perspective: 80px; }
  button.hamburger:hover {
    background: #DFE2E6;
    border-radius: 24px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger-inner:before {
  top: -6px; }

.hamburger-inner:after {
  bottom: -6px; }

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: ''; }

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 16px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  background-color: #333; }

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 6px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -6px, 0) rotate(-45deg); }

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important; }

.page-overlay.is-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.65); }

.nav-mobile {
  background-color: #ffffff;
  bottom: 0;
  flex-direction: column;
  height: calc(100% - 96px);
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 9999;
  transition: all 200ms ease; }
  @media (min-width: 992px) {
    .nav-mobile {
      display: none; } }
  .nav-mobile .nav-mobile__container {
    padding: 20px; }
  .nav-mobile .nav-mobile__contents {
    display: block; }
  .nav-mobile .nav-mobile__item--list {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0 0 1.5rem 0; }
    .nav-mobile .nav-mobile__item--list li {
      padding: 12px 16px; 
      margin: 0 10px;
    }
    .nav-mobile .nav-mobile__item--list .divider {
      padding: 0;
      height: 1px;
      background-color: #e8ebed; }
  .nav-mobile .nav-mobile__item {
    padding: 0 !important;
    border-radius: 4px;
    transition: all 100ms ease; }
    .nav-mobile .nav-mobile__item &gt; a {
      display: flex;
      line-height: 28px;
      font-size: 20px;
      padding: 10px 16px;
      transition: all 100ms ease;
      color: #333;
      position: relative;
      text-decoration: none; }
      .nav-mobile .nav-mobile__item &gt; a img,
      .nav-mobile .nav-mobile__item &gt; a svg {
        fill: currentColor;
        height: 24px;
        width: 24px;
        margin: 0 16px 0 0; }
  .nav-mobile .nav-mobile__item:hover {
    background: #F0F1F2;
    border-radius: 4px;}
    .nav-mobile .nav-mobile__item:hover &gt; a {
      color: #333; }
  .nav-mobile.is-active {
    transition: all 200ms ease;
    transform: translateX(0);
    width: 100%; }

@media (max-width: 767px) {
  .page .suggested-resources p.spacer {
    margin-bottom: 11px; } }

.page .suggested-resources .cmp-list__rs-container {
  display: flex;
  flex-direction: row; }
  @media (max-width: 767px) {
    .page .suggested-resources .cmp-list__rs-container {
      flex-direction: column; }
      .page .suggested-resources .cmp-list__rs-container .resource {
        align-self: center;
        width: 100%;
        margin-top: 43px; } }
  .page .suggested-resources .cmp-list__rs-container .resource h6.cmp-title__text {
    margin: 0 32px 16px 0; }
  .page .suggested-resources .cmp-list__rs-container .resource .cmp-list__link {
    color: #0875e1;
    font-size: 16px;
    font-weight: 700;
    line-height: 2; }
    .page .suggested-resources .cmp-list__rs-container .resource .cmp-list__link a {
      margin: 16px 0 10px 0; }
    .page .suggested-resources .cmp-list__rs-container .resource .cmp-list__link svg {
      width: 24px;
      height: 24px;
      fill: #0875e1;
      vertical-align: middle; }
  .page .suggested-resources .cmp-list__rs-container .resource .cmp-list__item-icon {
    display: block;
    margin: 0 0 16px 0;
    line-height: 0; }
    .page .suggested-resources .cmp-list__rs-container .resource .cmp-list__item-icon svg {
      fill: #0875e1;
      height: 56px;
      width: 56px; }

.intro-description .cmp-text p {
  float: none !important;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto 16px;
  max-width: 311px;
  text-align: center; }
  @media (min-width: 992px) {
    .intro-description .cmp-text p {
      margin: 0 auto 24px; } }
  @media (min-width: 768px) {
    .intro-description .cmp-text p {
      max-width: 496px; } }
  @media (min-width: 992px) {
    .intro-description .cmp-text p {
      font-size: 20px;
      max-width: 464px; } }
  @media (min-width: 1199px) {
    .intro-description .cmp-text p {
      max-width: 560px; } }
  @media (min-width: 1400px) {
    .intro-description .cmp-text p {
      max-width: 672px; } }

.wd-dropdown .dropdownhover-top,
.wd-dropdown .dropdownhover-bottom {
  overflow-y: scroll;
  height: 40vh; }
  @media (min-width: 768px) {
    .wd-dropdown .dropdownhover-top,
    .wd-dropdown .dropdownhover-bottom {
      height: 50vh; } }

.nav-primary__contents .rs-click-wrapper {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  height: 48px;
  justify-content: center;
  margin-top: 20px;
  width: 48px; }
  @media (min-width: 768px) {
    .nav-primary__contents .rs-click-wrapper {
      margin-top: 0; } }
  .nav-primary__contents .rs-click-wrapper .rs-click {
    align-self: center;
    background-color: #f0f1f2;
    border: none;
    border-radius: 24px;
    font-size: 16px;
    line-height: 0.5;
    outline: none;
    padding: 7px 10px;
    text-indent: -9999;
    width: 100%;
    cursor: pointer;
    display: block; }
    @media (min-width: 768px) {
      .nav-primary__contents .rs-click-wrapper .rs-click {
        background-color: transparent;
        border-radius: 24px;
        width: 48px;
        height: 48px; } }
    .nav-primary__contents .rs-click-wrapper .rs-click svg.icon {
      display: none;
      width: 24px;
      height: 24px;
      fill: #333;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .nav-primary__contents .rs-click-wrapper .rs-click svg.icon {
          display: block; } }
    @media (min-width: 768px) {
      .nav-primary__contents .rs-click-wrapper .rs-click {
        padding: 0;
        display: block; } }
    .nav-primary__contents .rs-click-wrapper .rs-click img {
      margin: 0;
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .nav-primary__contents .rs-click-wrapper .rs-click img {
          display: none; } }
    .nav-primary__contents .rs-click-wrapper .rs-click span {
      display: inline-block;
      vertical-align: middle;
      font-size: 0.75rem;
      line-height: 1;
      text-align: center; }
      @media (min-width: 768px) {
        .nav-primary__contents .rs-click-wrapper .rs-click span {
          display: none; } }

.nav-primary__contents .cmp-languagenavigation {
  position: relative;
  display: none;
  /*Show scrollbar for IE*/ }
  @media (min-width: 768px) {
    .nav-primary__contents .cmp-languagenavigation {
      display: flex;
      margin-left: 24px;
      flex-flow: column;
      justify-content: center;
      height: 45px; }
      .nav-primary__contents .cmp-languagenavigation:hover .rs-click, .nav-primary__contents .cmp-languagenavigation.hover_effect .rs-click {
        background-color: #f0f1f2; }
        .nav-primary__contents .cmp-languagenavigation:hover .rs-click svg.icon, .nav-primary__contents .cmp-languagenavigation.hover_effect .rs-click svg.icon {
          fill: #333D47; }
      .nav-primary__contents .cmp-languagenavigation:hover .rs-invisible-wrap, .nav-primary__contents .cmp-languagenavigation.hover_effect .rs-invisible-wrap {
        display: block; } }
  .nav-primary__contents .cmp-languagenavigation .rs-invisible-wrap {
    margin: 0;
    padding: 8px;
    border: none;
    border-radius: 4px;
    height: 370px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    width: 288px; }
  .nav-primary__contents .cmp-languagenavigation .cmp-languagenavigation__group {
    -ms-overflow-style: scrollbar; }
  .nav-primary__contents .cmp-languagenavigation ul.cmp-languagenavigation__group {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    background-clip: padding-box; }
    .nav-primary__contents .cmp-languagenavigation ul.cmp-languagenavigation__group .cmp-languagenavigation__item {
      margin: 0; }
      .nav-primary__contents .cmp-languagenavigation ul.cmp-languagenavigation__group .cmp-languagenavigation__item .cmp-languagenavigation__item-link {
        border-radius: 4px;
        color: #4A5561;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.71;
        padding: 12px 16px;
        transition: all 100ms ease;
        display: flex;
        justify-content: space-between;
        align-items: center; }
    .nav-primary__contents .cmp-languagenavigation ul.cmp-languagenavigation__group li.lang-separator {
      border-bottom: 1px solid #dfe2e6;
      margin: 8px 16px; }
    .nav-primary__contents .cmp-languagenavigation ul.cmp-languagenavigation__group li.cmp-languagenavigation__item:last-child {
      /*margin-bottom: 16px; */}
    .nav-primary__contents .cmp-languagenavigation ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a {
      color: #333333;
      display: inline-block;
      line-height: 1.5;
      font-weight: normal;
      margin-top: 8px;
      margin-bottom: 8px;
      vertical-align: middle;
      font-size: 14px;
      text-decoration: none;
      border-radius: 4px; }
      .nav-primary__contents .cmp-languagenavigation ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a i,
      .nav-primary__contents .cmp-languagenavigation ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a img,
      .nav-primary__contents .cmp-languagenavigation ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a span {
        display: inline-block;
        line-height: 1.5;
        vertical-align: middle;
        font-size: 14px; }
      .nav-primary__contents .cmp-languagenavigation ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a img {
        margin: 0;
        width: 24px;
        height: 24px;
        border-radius: 50%; }
      .nav-primary__contents .cmp-languagenavigation ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a .region {
        vertical-align: middle;
        min-height: 24px;
        line-height: 1.5;
        padding: 0 8px;
        color: #333;
        white-space: nowrap; }
      .nav-primary__contents .cmp-languagenavigation ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a .check {
        height: 24px;
        width: 24px;
        padding: 0;
        vertical-align: middle;
        display: inline-block; }
        .nav-primary__contents .cmp-languagenavigation ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a .check svg {
          fill: #7B858F; }
      .nav-primary__contents .cmp-languagenavigation ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a:hover {
        cursor: pointer;
        background-color: #f0f1f2; }
        .nav-primary__contents .cmp-languagenavigation ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a:hover span {
          color: #0875e1; }
      .nav-primary__contents .cmp-languagenavigation ul.cmp-languagenavigation__group li.cmp-languagenavigation__item a:active span {
        color: #005cb9; }

.language-selector__wrapper-mobile .rs-click-wrapper .rs-click {
  border: none;
  line-height: .5;
  outline: none;
  background-color: #ffffff;
  border-radius: 24px;
  background-clip: padding-box;
  font-size: 16px;
  text-indent: -9999;
  padding: 12px 16px;
  width: 100%;
  align-self: center;
  text-align: left; }
  .language-selector__wrapper-mobile .rs-click-wrapper .rs-click svg.icon {
    display: none; }
  .language-selector__wrapper-mobile .rs-click-wrapper .rs-click img {
    margin: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-clip: padding-box;
    vertical-align: middle; }
  .language-selector__wrapper-mobile .rs-click-wrapper .rs-click span {
    color: #4A5561;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    text-align: center; }

.language-selector__wrapper-mobile .languagenavigation__wrapper {
  overflow: hidden;
  background-color: #fff;
  width: 100%; }

.language-selector__wrapper-mobile.language-selector__wrapper-mobile-list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: none;
  transform: translateX(200%);
  transition: all 200ms ease; }
  .language-selector__wrapper-mobile.language-selector__wrapper-mobile-list.is-active {
    display: block;
    transition: all 200ms ease;
    transform: translateX(0);
    position: fixed;
    z-index: 9999;
    background: #FFF;
    top: 96px;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    height: calc(100% - 96px);
    overflow-x: hidden;
    overflow-y: auto; }

.language-selector__wrapper-mobile .languagenavigation__wrapper-header {
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: flex;
  flex-flow: row;
  border-bottom: 1px solid #dfe2e6;
  width: 272px;
  margin: auto; }
  .language-selector__wrapper-mobile .languagenavigation__wrapper-header .languagenavigation__wrapper-back-arrow,
  .language-selector__wrapper-mobile .languagenavigation__wrapper-header .languagenavigation__wrapper-close {
    border: 0;
    background: transparent;
    width: 24px;
    height: 24px;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-self: center;
    cursor: pointer; }
  .language-selector__wrapper-mobile .languagenavigation__wrapper-header .languagenavigation__wrapper-heading {
    min-height: 24px;
    max-height: 70px;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #4A5561;
    padding-top: 24px;
    line-height: 1.5;
    padding-bottom: 24px;
    display: table-cell;
    margin-left: 24px;
    font-weight: 600; }

.language-selector__wrapper-mobile .cmp-languagenavigation__group {
  overflow-y: scroll;
  list-style: none;
  padding: 0;
  background-color: #ffffff;
  -ms-overflow-style: none;
  border-radius: 4px;
  background-clip: padding-box;
  margin: 0 auto;
  width: 288px; }
  .language-selector__wrapper-mobile .cmp-languagenavigation__group .cmp-languagenavigation__item {
    margin: 0; }
    .language-selector__wrapper-mobile .cmp-languagenavigation__group .cmp-languagenavigation__item .cmp-languagenavigation__item-link {
      border-radius: 4px;
      color: #4A5561;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.71;
      padding: 12px 16px;
      transition: all 100ms ease;
      display: flex;
      justify-content: space-between;
      align-items: center; }
  .language-selector__wrapper-mobile .cmp-languagenavigation__group .cmp-languagenavigation__item--active {
    margin-top: 8px; }
  .language-selector__wrapper-mobile .cmp-languagenavigation__group li.lang-separator {
    border-bottom: 1px solid #dfe2e6;
    width: 272px;
    margin: 8px auto 8px; }
  .language-selector__wrapper-mobile .cmp-languagenavigation__group li.cmp-languagenavigation__item:last-child {
    margin-bottom: 16px; }
  .language-selector__wrapper-mobile .cmp-languagenavigation__group li.cmp-languagenavigation__item a {
    color: #333333;
    display: inline-block;
    line-height: 1.5;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 8px;
    vertical-align: middle;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px; }
    .language-selector__wrapper-mobile .cmp-languagenavigation__group li.cmp-languagenavigation__item a i,
    .language-selector__wrapper-mobile .cmp-languagenavigation__group li.cmp-languagenavigation__item a img,
    .language-selector__wrapper-mobile .cmp-languagenavigation__group li.cmp-languagenavigation__item a span {
      display: inline-block;
      line-height: 1.5;
      vertical-align: middle;
      font-size: 14px; }
    .language-selector__wrapper-mobile .cmp-languagenavigation__group li.cmp-languagenavigation__item a img {
      margin: 0;
      width: 24px;
      height: 24px;
      border-radius: 50%; }
    .language-selector__wrapper-mobile .cmp-languagenavigation__group li.cmp-languagenavigation__item a .region {
      vertical-align: middle;
      min-height: 24px;
      line-height: 1.5;
      color: #333;
      white-space: nowrap; }
    .language-selector__wrapper-mobile .cmp-languagenavigation__group li.cmp-languagenavigation__item a .check {
      height: 24px;
      width: 24px;
      padding: 0;
      vertical-align: middle;
      display: inline-block; }
      .language-selector__wrapper-mobile .cmp-languagenavigation__group li.cmp-languagenavigation__item a .check svg {
        fill: #7B858F; }
    .language-selector__wrapper-mobile .cmp-languagenavigation__group li.cmp-languagenavigation__item a:active span {
      color: #005cb9; }

</pre></body></html>