/*
Version 3.14
Date: Aug 21, 2018
*/
@font-face {
  font-family: 'OpenSans-light';
  src: url("../css/_fonts/OpenSans-Light-webfont.eot");
  src: url("../css/_fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../css/_fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../css/_fonts/OpenSans-Light-webfont.svg#open_sanslight") format("svg"); }

@font-face {
  font-family: 'Roboto-Light';
  src: url("../css/_fonts/Roboto-Light.eot");
  src: url("../css/_fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../css/_fonts/Roboto-Light.woff") format("woff"), url("../css/_fonts/Roboto-Light.ttf") format("truetype"), url("../css/_fonts/Roboto-Light.svg") format("svg"); }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../css/_fonts/Roboto-Regular.eot");
  src: url("../css/_fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../css/_fonts/Roboto-Regular.woff") format("woff"), url("../css/_fonts/Roboto-Regular.ttf") format("truetype"), url("../css/_fonts/Roboto-Regular.svg") format("svg"); }

@font-face {
  font-family: 'Roboto-Medium';
  src: url("../css/_fonts/Roboto-Medium.eot");
  src: url("../css/_fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../css/_fonts/Roboto-Medium.woff") format("woff"), url("../css/_fonts/Roboto-Medium.ttf") format("truetype"), url("../css/_fonts/Roboto-Medium.svg") format("svg"); }

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../css/_fonts/Roboto-Bold.eot");
  src: url("../css/_fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../css/_fonts/Roboto-Bold.woff") format("woff"), url("../css/_fonts/Roboto-Bold.ttf") format("truetype"), url("../css/_fonts/Roboto-Bold.svg") format("svg"); }

@font-face {
  font-family: 'MaterialIcons';
  font-style: normal;
  font-weight: 400;
  src: url("../css/_fonts/MaterialIcons-Regular.eot");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../css/_fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../css/_fonts/MaterialIcons-Regular.woff") format("woff"), url("../css/_fonts/MaterialIcons-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'vdc-font-icon';
  font-style: normal;
  font-weight: normal;
  src: url("../css/_fonts/vdc-font-icon.eot?sesljx");
  src: url("../css/_fonts/vdc-font-icon.eot?sesljx#iefix") format("embedded-opentype"), url("../css/_fonts/vdc-font-icon.ttf?sesljx") format("truetype"), url("../css/_fonts/vdc-font-icon.woff?sesljx") format("woff"), url("../css/_fonts/vdc-font-icon.svg?sesljx#vdc-font-icon") format("svg"); }

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

.vdc-font-icon-github::before {
  content: '\e900'; }

.vdc-font-icon-left-arrow::before {
  content: '\e901'; }

.vdc-font-icon-map::before {
  content: '\e902'; }

.vdc-font-icon-right-arrow::before {
  content: '\e903'; }

.vdc-font-icon-twitter::before {
  content: '\e904'; }

.vdc-font-icon-youtube::before {
  content: '\e905'; }

html,
body {
  background-color: #fff;
  color: #565656;
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 1.5625em;
  margin: 0;
  padding: 0; }

p {
  margin: 0; }

a {
  text-decoration: none; }
a:hover, a:focus {
  text-decoration: underline; }

.header-footer-heading {
  padding: 50px 0; }
.header-footer-heading--width {
  max-width: 1320px; }
@media (min-width: 1320px) {
  .header-footer-heading--width {
    margin: 0 auto; } }
.header-footer-heading--content {
  margin: 0 30px; }
@media (min-width: 1420px) {
  .header-footer-heading--content {
    margin: 0 30px 0 auto; } }
.header-footer-heading--content h1 {
  border-bottom: 2px solid #e5e5e5;
  color: #4a4a4a;
  font-family: "OpenSans-light", "Roboto-Light", "sans-serif";
  font-size: 28px;
  font-weight: 100;
  margin: 0 0 50px;
  padding: 0 5px 15px;
  text-align: center; }
.header-footer-heading--content h2 {
  color: #333;
  font-family: "Roboto-Light";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  text-align: left;
  white-space: initial; }
@media (min-width: 1024px) {
  .header-footer-heading--content h2 {
    line-height: .93;
    white-space: nowrap; } }
.header-footer-heading--content ul {
  color: #000;
  margin: 20px 0 0; }
.header-footer-heading--content ul p {
  font-family: "Roboto-Medium";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  margin-left: -40px;
  text-align: left; }
.header-footer-heading--content ul p b {
  font-family: "Roboto-Bold";
  text-decoration: underline; }
.header-footer-heading--content ul li {
  color: #000;
  font-family: "Roboto-Light";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  padding: 5px 0 0;
  text-align: left; }
.header-footer-heading--content ul li b {
  font-family: "Roboto-Bold"; }
.header-footer-heading--content .notification,
.header-footer-heading--content .relevant,
.header-footer-heading--content .notification-div {
  background: #b7c9e7;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin: 0 0 -50px;
  padding: 10px; }
.header-footer-heading--content .notification p,
.header-footer-heading--content .relevant p,
.header-footer-heading--content .notification-div p {
  color: #000;
  font-family: "Roboto-Light";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  text-align: left; }
.header-footer-heading--content .notification p b,
.header-footer-heading--content .relevant p b,
.header-footer-heading--content .notification-div p b {
  font-family: "Roboto-Bold"; }
.header-footer-heading--content.notification-div {
  margin: 20px 0 -50px; }
.header-footer-heading--content .relevant {
  background: #94c4c5;
  margin: 20px 0; }
.header-footer-heading--content .relevant--code {
  background: #000; }

.sling-grid {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 540px; }
.sling-grid::after, .sling-grid::before {
  content: none; }
@media only screen and (max-width: 767px) {
  .sling-grid {
    max-width: 540px;
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .sling-grid {
    max-width: 860px;
    width: 100%; } }
@media only screen and (min-width: 1024px) {
  .sling-grid {
    max-width: 1180px;
    width: 100%; } }
@media only screen and (min-width: 1450px) {
  .sling-grid {
    width: 1440px; } }
.sling-grid--fluid {
  display: block;
  margin: auto;
  width: 100%; }
.sling-grid--fluid .row,
.sling-grid .row {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
.sling-grid--fluid .row::after, .sling-grid--fluid .row::before,
.sling-grid .row::after,
.sling-grid .row::before {
  content: none; }
.sling-grid--fluid .col,
.sling-grid .col {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  box-sizing: inherit;
  flex-direction: column;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 6px 10px 6px 10px; }
.sling-grid--fluid .col::after, .sling-grid--fluid .col::before,
.sling-grid .col::after,
.sling-grid .col::before {
  content: none; }
.sling-grid--fluid .col--sm,
.sling-grid .col--sm {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  box-sizing: inherit;
  flex-direction: column;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 6px 10px 6px 10px; }
.sling-grid--fluid .col--sm::after, .sling-grid--fluid .col--sm::before,
.sling-grid .col--sm::after,
.sling-grid .col--sm::before {
  content: none; }
.sling-grid--fluid .col--sm-1,
.sling-grid .col--sm-1 {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  box-sizing: inherit;
  flex-direction: column;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 6px 10px 6px 10px; }
.sling-grid--fluid .col--sm-1::after, .sling-grid--fluid .col--sm-1::before,
.sling-grid .col--sm-1::after,
.sling-grid .col--sm-1::before {
  content: none; }
.sling-grid--fluid .col--sm-2,
.sling-grid .col--sm-2 {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  box-sizing: inherit;
  flex-direction: column;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 6px 10px 6px 10px; }
.sling-grid--fluid .col--sm-2::after, .sling-grid--fluid .col--sm-2::before,
.sling-grid .col--sm-2::after,
.sling-grid .col--sm-2::before {
  content: none; }
.sling-grid--fluid .col--sm-3,
.sling-grid .col--sm-3 {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  box-sizing: inherit;
  flex-direction: column;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 6px 10px 6px 10px; }
.sling-grid--fluid .col--sm-3::after, .sling-grid--fluid .col--sm-3::before,
.sling-grid .col--sm-3::after,
.sling-grid .col--sm-3::before {
  content: none; }
.sling-grid--fluid .col--sm-4,
.sling-grid .col--sm-4 {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  box-sizing: inherit;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 6px 10px 6px 10px; }
.sling-grid--fluid .col--sm-4::after, .sling-grid--fluid .col--sm-4::before,
.sling-grid .col--sm-4::after,
.sling-grid .col--sm-4::before {
  content: none; }
@media only screen and (max-width: 767px) {
  .sling-grid--fluid .col--md-1:not([class*='col--sm']), .sling-grid--fluid .col--md-2:not([class*='col--sm']), .sling-grid--fluid .col--md-3:not([class*='col--sm']), .sling-grid--fluid .col--md-4:not([class*='col--sm']), .sling-grid--fluid .col--md-5:not([class*='col--sm']), .sling-grid--fluid .col--md-6:not([class*='col--sm']), .sling-grid--fluid .col--md-7:not([class*='col--sm']), .sling-grid--fluid .col--md-8:not([class*='col--sm']), .sling-grid--fluid .col--md-9:not([class*='col--sm']), .sling-grid--fluid .col--md-10:not([class*='col--sm']), .sling-grid--fluid .col--md-11:not([class*='col--sm']), .sling-grid--fluid .col--md-12:not([class*='col--sm']),
  .sling-grid .col--md-1:not([class*='col--sm']),
  .sling-grid .col--md-2:not([class*='col--sm']),
  .sling-grid .col--md-3:not([class*='col--sm']),
  .sling-grid .col--md-4:not([class*='col--sm']),
  .sling-grid .col--md-5:not([class*='col--sm']),
  .sling-grid .col--md-6:not([class*='col--sm']),
  .sling-grid .col--md-7:not([class*='col--sm']),
  .sling-grid .col--md-8:not([class*='col--sm']),
  .sling-grid .col--md-9:not([class*='col--sm']),
  .sling-grid .col--md-10:not([class*='col--sm']),
  .sling-grid .col--md-11:not([class*='col--sm']),
  .sling-grid .col--md-12:not([class*='col--sm']) {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--md-1:not([class*='col--sm'])::after, .sling-grid--fluid .col--md-1:not([class*='col--sm'])::before, .sling-grid--fluid .col--md-2:not([class*='col--sm'])::after, .sling-grid--fluid .col--md-2:not([class*='col--sm'])::before, .sling-grid--fluid .col--md-3:not([class*='col--sm'])::after, .sling-grid--fluid .col--md-3:not([class*='col--sm'])::before, .sling-grid--fluid .col--md-4:not([class*='col--sm'])::after, .sling-grid--fluid .col--md-4:not([class*='col--sm'])::before, .sling-grid--fluid .col--md-5:not([class*='col--sm'])::after, .sling-grid--fluid .col--md-5:not([class*='col--sm'])::before, .sling-grid--fluid .col--md-6:not([class*='col--sm'])::after, .sling-grid--fluid .col--md-6:not([class*='col--sm'])::before, .sling-grid--fluid .col--md-7:not([class*='col--sm'])::after, .sling-grid--fluid .col--md-7:not([class*='col--sm'])::before, .sling-grid--fluid .col--md-8:not([class*='col--sm'])::after, .sling-grid--fluid .col--md-8:not([class*='col--sm'])::before, .sling-grid--fluid .col--md-9:not([class*='col--sm'])::after, .sling-grid--fluid .col--md-9:not([class*='col--sm'])::before, .sling-grid--fluid .col--md-10:not([class*='col--sm'])::after, .sling-grid--fluid .col--md-10:not([class*='col--sm'])::before, .sling-grid--fluid .col--md-11:not([class*='col--sm'])::after, .sling-grid--fluid .col--md-11:not([class*='col--sm'])::before, .sling-grid--fluid .col--md-12:not([class*='col--sm'])::after, .sling-grid--fluid .col--md-12:not([class*='col--sm'])::before,
  .sling-grid .col--md-1:not([class*='col--sm'])::after,
  .sling-grid .col--md-1:not([class*='col--sm'])::before,
  .sling-grid .col--md-2:not([class*='col--sm'])::after,
  .sling-grid .col--md-2:not([class*='col--sm'])::before,
  .sling-grid .col--md-3:not([class*='col--sm'])::after,
  .sling-grid .col--md-3:not([class*='col--sm'])::before,
  .sling-grid .col--md-4:not([class*='col--sm'])::after,
  .sling-grid .col--md-4:not([class*='col--sm'])::before,
  .sling-grid .col--md-5:not([class*='col--sm'])::after,
  .sling-grid .col--md-5:not([class*='col--sm'])::before,
  .sling-grid .col--md-6:not([class*='col--sm'])::after,
  .sling-grid .col--md-6:not([class*='col--sm'])::before,
  .sling-grid .col--md-7:not([class*='col--sm'])::after,
  .sling-grid .col--md-7:not([class*='col--sm'])::before,
  .sling-grid .col--md-8:not([class*='col--sm'])::after,
  .sling-grid .col--md-8:not([class*='col--sm'])::before,
  .sling-grid .col--md-9:not([class*='col--sm'])::after,
  .sling-grid .col--md-9:not([class*='col--sm'])::before,
  .sling-grid .col--md-10:not([class*='col--sm'])::after,
  .sling-grid .col--md-10:not([class*='col--sm'])::before,
  .sling-grid .col--md-11:not([class*='col--sm'])::after,
  .sling-grid .col--md-11:not([class*='col--sm'])::before,
  .sling-grid .col--md-12:not([class*='col--sm'])::after,
  .sling-grid .col--md-12:not([class*='col--sm'])::before {
    content: none; } }
@media only screen and (min-width: 768px) {
  .sling-grid--fluid .col--md,
  .sling-grid .col--md {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--md::after, .sling-grid--fluid .col--md::before,
  .sling-grid .col--md::after,
  .sling-grid .col--md::before {
    content: none; }
  .sling-grid--fluid .col--md-1,
  .sling-grid .col--md-1 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 8.33%;
    max-width: 8.33%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--md-1::after, .sling-grid--fluid .col--md-1::before,
  .sling-grid .col--md-1::after,
  .sling-grid .col--md-1::before {
    content: none; }
  .sling-grid--fluid .col--md-2,
  .sling-grid .col--md-2 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--md-2::after, .sling-grid--fluid .col--md-2::before,
  .sling-grid .col--md-2::after,
  .sling-grid .col--md-2::before {
    content: none; }
  .sling-grid--fluid .col--md-3,
  .sling-grid .col--md-3 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--md-3::after, .sling-grid--fluid .col--md-3::before,
  .sling-grid .col--md-3::after,
  .sling-grid .col--md-3::before {
    content: none; }
  .sling-grid--fluid .col--md-4,
  .sling-grid .col--md-4 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--md-4::after, .sling-grid--fluid .col--md-4::before,
  .sling-grid .col--md-4::after,
  .sling-grid .col--md-4::before {
    content: none; }
  .sling-grid--fluid .col--md-5,
  .sling-grid .col--md-5 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 41.67%;
    max-width: 41.67%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--md-5::after, .sling-grid--fluid .col--md-5::before,
  .sling-grid .col--md-5::after,
  .sling-grid .col--md-5::before {
    content: none; }
  .sling-grid--fluid .col--md-6,
  .sling-grid .col--md-6 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--md-6::after, .sling-grid--fluid .col--md-6::before,
  .sling-grid .col--md-6::after,
  .sling-grid .col--md-6::before {
    content: none; }
  .sling-grid--fluid .col--md-7,
  .sling-grid .col--md-7 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 58.33%;
    max-width: 58.33%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--md-7::after, .sling-grid--fluid .col--md-7::before,
  .sling-grid .col--md-7::after,
  .sling-grid .col--md-7::before {
    content: none; }
  .sling-grid--fluid .col--md-8,
  .sling-grid .col--md-8 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 66.67%;
    max-width: 66.67%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--md-8::after, .sling-grid--fluid .col--md-8::before,
  .sling-grid .col--md-8::after,
  .sling-grid .col--md-8::before {
    content: none; }
  .sling-grid--fluid .col--md-9,
  .sling-grid .col--md-9 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--md-9::after, .sling-grid--fluid .col--md-9::before,
  .sling-grid .col--md-9::after,
  .sling-grid .col--md-9::before {
    content: none; }
  .sling-grid--fluid .col--md-10,
  .sling-grid .col--md-10 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 83.33%;
    max-width: 83.33%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--md-10::after, .sling-grid--fluid .col--md-10::before,
  .sling-grid .col--md-10::after,
  .sling-grid .col--md-10::before {
    content: none; }
  .sling-grid--fluid .col--md-11,
  .sling-grid .col--md-11 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 91.67%;
    max-width: 91.67%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--md-11::after, .sling-grid--fluid .col--md-11::before,
  .sling-grid .col--md-11::after,
  .sling-grid .col--md-11::before {
    content: none; }
  .sling-grid--fluid .col--md-12,
  .sling-grid .col--md-12 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--md-12::after, .sling-grid--fluid .col--md-12::before,
  .sling-grid .col--md-12::after,
  .sling-grid .col--md-12::before {
    content: none; } }
@media only screen and (max-width: 767px) {
  .sling-grid--fluid .col--lg-1:not([class*='col--sm']), .sling-grid--fluid .col--lg-2:not([class*='col--sm']), .sling-grid--fluid .col--lg-3:not([class*='col--sm']), .sling-grid--fluid .col--lg-4:not([class*='col--sm']), .sling-grid--fluid .col--lg-5:not([class*='col--sm']), .sling-grid--fluid .col--lg-6:not([class*='col--sm']), .sling-grid--fluid .col--lg-7:not([class*='col--sm']), .sling-grid--fluid .col--lg-8:not([class*='col--sm']), .sling-grid--fluid .col--lg-9:not([class*='col--sm']), .sling-grid--fluid .col--lg-10:not([class*='col--sm']), .sling-grid--fluid .col--lg-11:not([class*='col--sm']), .sling-grid--fluid .col--lg-12:not([class*='col--sm']),
  .sling-grid .col--lg-1:not([class*='col--sm']),
  .sling-grid .col--lg-2:not([class*='col--sm']),
  .sling-grid .col--lg-3:not([class*='col--sm']),
  .sling-grid .col--lg-4:not([class*='col--sm']),
  .sling-grid .col--lg-5:not([class*='col--sm']),
  .sling-grid .col--lg-6:not([class*='col--sm']),
  .sling-grid .col--lg-7:not([class*='col--sm']),
  .sling-grid .col--lg-8:not([class*='col--sm']),
  .sling-grid .col--lg-9:not([class*='col--sm']),
  .sling-grid .col--lg-10:not([class*='col--sm']),
  .sling-grid .col--lg-11:not([class*='col--sm']),
  .sling-grid .col--lg-12:not([class*='col--sm']) {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--lg-1:not([class*='col--sm'])::after, .sling-grid--fluid .col--lg-1:not([class*='col--sm'])::before, .sling-grid--fluid .col--lg-2:not([class*='col--sm'])::after, .sling-grid--fluid .col--lg-2:not([class*='col--sm'])::before, .sling-grid--fluid .col--lg-3:not([class*='col--sm'])::after, .sling-grid--fluid .col--lg-3:not([class*='col--sm'])::before, .sling-grid--fluid .col--lg-4:not([class*='col--sm'])::after, .sling-grid--fluid .col--lg-4:not([class*='col--sm'])::before, .sling-grid--fluid .col--lg-5:not([class*='col--sm'])::after, .sling-grid--fluid .col--lg-5:not([class*='col--sm'])::before, .sling-grid--fluid .col--lg-6:not([class*='col--sm'])::after, .sling-grid--fluid .col--lg-6:not([class*='col--sm'])::before, .sling-grid--fluid .col--lg-7:not([class*='col--sm'])::after, .sling-grid--fluid .col--lg-7:not([class*='col--sm'])::before, .sling-grid--fluid .col--lg-8:not([class*='col--sm'])::after, .sling-grid--fluid .col--lg-8:not([class*='col--sm'])::before, .sling-grid--fluid .col--lg-9:not([class*='col--sm'])::after, .sling-grid--fluid .col--lg-9:not([class*='col--sm'])::before, .sling-grid--fluid .col--lg-10:not([class*='col--sm'])::after, .sling-grid--fluid .col--lg-10:not([class*='col--sm'])::before, .sling-grid--fluid .col--lg-11:not([class*='col--sm'])::after, .sling-grid--fluid .col--lg-11:not([class*='col--sm'])::before, .sling-grid--fluid .col--lg-12:not([class*='col--sm'])::after, .sling-grid--fluid .col--lg-12:not([class*='col--sm'])::before,
  .sling-grid .col--lg-1:not([class*='col--sm'])::after,
  .sling-grid .col--lg-1:not([class*='col--sm'])::before,
  .sling-grid .col--lg-2:not([class*='col--sm'])::after,
  .sling-grid .col--lg-2:not([class*='col--sm'])::before,
  .sling-grid .col--lg-3:not([class*='col--sm'])::after,
  .sling-grid .col--lg-3:not([class*='col--sm'])::before,
  .sling-grid .col--lg-4:not([class*='col--sm'])::after,
  .sling-grid .col--lg-4:not([class*='col--sm'])::before,
  .sling-grid .col--lg-5:not([class*='col--sm'])::after,
  .sling-grid .col--lg-5:not([class*='col--sm'])::before,
  .sling-grid .col--lg-6:not([class*='col--sm'])::after,
  .sling-grid .col--lg-6:not([class*='col--sm'])::before,
  .sling-grid .col--lg-7:not([class*='col--sm'])::after,
  .sling-grid .col--lg-7:not([class*='col--sm'])::before,
  .sling-grid .col--lg-8:not([class*='col--sm'])::after,
  .sling-grid .col--lg-8:not([class*='col--sm'])::before,
  .sling-grid .col--lg-9:not([class*='col--sm'])::after,
  .sling-grid .col--lg-9:not([class*='col--sm'])::before,
  .sling-grid .col--lg-10:not([class*='col--sm'])::after,
  .sling-grid .col--lg-10:not([class*='col--sm'])::before,
  .sling-grid .col--lg-11:not([class*='col--sm'])::after,
  .sling-grid .col--lg-11:not([class*='col--sm'])::before,
  .sling-grid .col--lg-12:not([class*='col--sm'])::after,
  .sling-grid .col--lg-12:not([class*='col--sm'])::before {
    content: none; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sling-grid--fluid .col--lg-1:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--lg-2:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--lg-3:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--lg-4:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--lg-5:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--lg-6:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--lg-7:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--lg-8:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--lg-9:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--lg-10:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--lg-11:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--lg-13:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--lg-1:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--lg-2:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--lg-3:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--lg-4:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--lg-5:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--lg-6:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--lg-7:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--lg-8:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--lg-9:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--lg-10:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--lg-11:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--lg-13:not([class*='col--sm']):not([class*='col--md']) {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--lg-1:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--lg-1:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--lg-2:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--lg-2:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--lg-3:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--lg-3:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--lg-4:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--lg-4:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--lg-5:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--lg-5:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--lg-6:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--lg-6:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--lg-7:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--lg-7:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--lg-8:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--lg-8:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--lg-9:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--lg-9:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--lg-10:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--lg-10:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--lg-11:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--lg-11:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--lg-13:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--lg-13:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--lg-1:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--lg-1:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--lg-2:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--lg-2:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--lg-3:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--lg-3:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--lg-4:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--lg-4:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--lg-5:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--lg-5:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--lg-6:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--lg-6:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--lg-7:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--lg-7:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--lg-8:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--lg-8:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--lg-9:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--lg-9:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--lg-10:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--lg-10:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--lg-11:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--lg-11:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--lg-13:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--lg-13:not([class*='col--sm']):not([class*='col--md'])::before {
    content: none; } }
@media only screen and (min-width: 1024px) {
  .sling-grid--fluid .col--lg,
  .sling-grid .col--lg {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--lg::after, .sling-grid--fluid .col--lg::before,
  .sling-grid .col--lg::after,
  .sling-grid .col--lg::before {
    content: none; }
  .sling-grid--fluid .col--lg-1,
  .sling-grid .col--lg-1 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 8.33%;
    max-width: 8.33%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--lg-1::after, .sling-grid--fluid .col--lg-1::before,
  .sling-grid .col--lg-1::after,
  .sling-grid .col--lg-1::before {
    content: none; }
  .sling-grid--fluid .col--lg-2,
  .sling-grid .col--lg-2 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--lg-2::after, .sling-grid--fluid .col--lg-2::before,
  .sling-grid .col--lg-2::after,
  .sling-grid .col--lg-2::before {
    content: none; }
  .sling-grid--fluid .col--lg-3,
  .sling-grid .col--lg-3 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--lg-3::after, .sling-grid--fluid .col--lg-3::before,
  .sling-grid .col--lg-3::after,
  .sling-grid .col--lg-3::before {
    content: none; }
  .sling-grid--fluid .col--lg-4,
  .sling-grid .col--lg-4 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--lg-4::after, .sling-grid--fluid .col--lg-4::before,
  .sling-grid .col--lg-4::after,
  .sling-grid .col--lg-4::before {
    content: none; }
  .sling-grid--fluid .col--lg-5,
  .sling-grid .col--lg-5 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 41.67%;
    max-width: 41.67%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--lg-5::after, .sling-grid--fluid .col--lg-5::before,
  .sling-grid .col--lg-5::after,
  .sling-grid .col--lg-5::before {
    content: none; }
  .sling-grid--fluid .col--lg-6,
  .sling-grid .col--lg-6 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--lg-6::after, .sling-grid--fluid .col--lg-6::before,
  .sling-grid .col--lg-6::after,
  .sling-grid .col--lg-6::before {
    content: none; }
  .sling-grid--fluid .col--lg-7,
  .sling-grid .col--lg-7 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 58.33%;
    max-width: 58.33%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--lg-7::after, .sling-grid--fluid .col--lg-7::before,
  .sling-grid .col--lg-7::after,
  .sling-grid .col--lg-7::before {
    content: none; }
  .sling-grid--fluid .col--lg-8,
  .sling-grid .col--lg-8 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 66.67%;
    max-width: 66.67%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--lg-8::after, .sling-grid--fluid .col--lg-8::before,
  .sling-grid .col--lg-8::after,
  .sling-grid .col--lg-8::before {
    content: none; }
  .sling-grid--fluid .col--lg-9,
  .sling-grid .col--lg-9 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--lg-9::after, .sling-grid--fluid .col--lg-9::before,
  .sling-grid .col--lg-9::after,
  .sling-grid .col--lg-9::before {
    content: none; }
  .sling-grid--fluid .col--lg-10,
  .sling-grid .col--lg-10 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 83.33%;
    max-width: 83.33%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--lg-10::after, .sling-grid--fluid .col--lg-10::before,
  .sling-grid .col--lg-10::after,
  .sling-grid .col--lg-10::before {
    content: none; }
  .sling-grid--fluid .col--lg-11,
  .sling-grid .col--lg-11 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 91.67%;
    max-width: 91.67%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--lg-11::after, .sling-grid--fluid .col--lg-11::before,
  .sling-grid .col--lg-11::after,
  .sling-grid .col--lg-11::before {
    content: none; }
  .sling-grid--fluid .col--lg-12,
  .sling-grid .col--lg-12 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--lg-12::after, .sling-grid--fluid .col--lg-12::before,
  .sling-grid .col--lg-12::after,
  .sling-grid .col--lg-12::before {
    content: none; } }
@media only screen and (max-width: 767px) {
  .sling-grid--fluid .col--xg-1:not([class*='col--sm']), .sling-grid--fluid .col--xg-2:not([class*='col--sm']), .sling-grid--fluid .col--xg-3:not([class*='col--sm']), .sling-grid--fluid .col--xg-4:not([class*='col--sm']), .sling-grid--fluid .col--xg-5:not([class*='col--sm']), .sling-grid--fluid .col--xg-6:not([class*='col--sm']), .sling-grid--fluid .col--xg-7:not([class*='col--sm']), .sling-grid--fluid .col--xg-8:not([class*='col--sm']), .sling-grid--fluid .col--xg-9:not([class*='col--sm']), .sling-grid--fluid .col--xg-10:not([class*='col--sm']), .sling-grid--fluid .col--xg-11:not([class*='col--sm']), .sling-grid--fluid .col--xg-12:not([class*='col--sm']),
  .sling-grid .col--xg-1:not([class*='col--sm']),
  .sling-grid .col--xg-2:not([class*='col--sm']),
  .sling-grid .col--xg-3:not([class*='col--sm']),
  .sling-grid .col--xg-4:not([class*='col--sm']),
  .sling-grid .col--xg-5:not([class*='col--sm']),
  .sling-grid .col--xg-6:not([class*='col--sm']),
  .sling-grid .col--xg-7:not([class*='col--sm']),
  .sling-grid .col--xg-8:not([class*='col--sm']),
  .sling-grid .col--xg-9:not([class*='col--sm']),
  .sling-grid .col--xg-10:not([class*='col--sm']),
  .sling-grid .col--xg-11:not([class*='col--sm']),
  .sling-grid .col--xg-12:not([class*='col--sm']) {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--xg-1:not([class*='col--sm'])::after, .sling-grid--fluid .col--xg-1:not([class*='col--sm'])::before, .sling-grid--fluid .col--xg-2:not([class*='col--sm'])::after, .sling-grid--fluid .col--xg-2:not([class*='col--sm'])::before, .sling-grid--fluid .col--xg-3:not([class*='col--sm'])::after, .sling-grid--fluid .col--xg-3:not([class*='col--sm'])::before, .sling-grid--fluid .col--xg-4:not([class*='col--sm'])::after, .sling-grid--fluid .col--xg-4:not([class*='col--sm'])::before, .sling-grid--fluid .col--xg-5:not([class*='col--sm'])::after, .sling-grid--fluid .col--xg-5:not([class*='col--sm'])::before, .sling-grid--fluid .col--xg-6:not([class*='col--sm'])::after, .sling-grid--fluid .col--xg-6:not([class*='col--sm'])::before, .sling-grid--fluid .col--xg-7:not([class*='col--sm'])::after, .sling-grid--fluid .col--xg-7:not([class*='col--sm'])::before, .sling-grid--fluid .col--xg-8:not([class*='col--sm'])::after, .sling-grid--fluid .col--xg-8:not([class*='col--sm'])::before, .sling-grid--fluid .col--xg-9:not([class*='col--sm'])::after, .sling-grid--fluid .col--xg-9:not([class*='col--sm'])::before, .sling-grid--fluid .col--xg-10:not([class*='col--sm'])::after, .sling-grid--fluid .col--xg-10:not([class*='col--sm'])::before, .sling-grid--fluid .col--xg-11:not([class*='col--sm'])::after, .sling-grid--fluid .col--xg-11:not([class*='col--sm'])::before, .sling-grid--fluid .col--xg-12:not([class*='col--sm'])::after, .sling-grid--fluid .col--xg-12:not([class*='col--sm'])::before,
  .sling-grid .col--xg-1:not([class*='col--sm'])::after,
  .sling-grid .col--xg-1:not([class*='col--sm'])::before,
  .sling-grid .col--xg-2:not([class*='col--sm'])::after,
  .sling-grid .col--xg-2:not([class*='col--sm'])::before,
  .sling-grid .col--xg-3:not([class*='col--sm'])::after,
  .sling-grid .col--xg-3:not([class*='col--sm'])::before,
  .sling-grid .col--xg-4:not([class*='col--sm'])::after,
  .sling-grid .col--xg-4:not([class*='col--sm'])::before,
  .sling-grid .col--xg-5:not([class*='col--sm'])::after,
  .sling-grid .col--xg-5:not([class*='col--sm'])::before,
  .sling-grid .col--xg-6:not([class*='col--sm'])::after,
  .sling-grid .col--xg-6:not([class*='col--sm'])::before,
  .sling-grid .col--xg-7:not([class*='col--sm'])::after,
  .sling-grid .col--xg-7:not([class*='col--sm'])::before,
  .sling-grid .col--xg-8:not([class*='col--sm'])::after,
  .sling-grid .col--xg-8:not([class*='col--sm'])::before,
  .sling-grid .col--xg-9:not([class*='col--sm'])::after,
  .sling-grid .col--xg-9:not([class*='col--sm'])::before,
  .sling-grid .col--xg-10:not([class*='col--sm'])::after,
  .sling-grid .col--xg-10:not([class*='col--sm'])::before,
  .sling-grid .col--xg-11:not([class*='col--sm'])::after,
  .sling-grid .col--xg-11:not([class*='col--sm'])::before,
  .sling-grid .col--xg-12:not([class*='col--sm'])::after,
  .sling-grid .col--xg-12:not([class*='col--sm'])::before {
    content: none; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sling-grid--fluid .col--xg-1:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--xg-2:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--xg-3:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--xg-4:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--xg-5:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--xg-6:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--xg-7:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--xg-8:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--xg-9:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--xg-10:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--xg-11:not([class*='col--sm']):not([class*='col--md']), .sling-grid--fluid .col--xg-12:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--xg-1:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--xg-2:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--xg-3:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--xg-4:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--xg-5:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--xg-6:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--xg-7:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--xg-8:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--xg-9:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--xg-10:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--xg-11:not([class*='col--sm']):not([class*='col--md']),
  .sling-grid .col--xg-12:not([class*='col--sm']):not([class*='col--md']) {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--xg-1:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--xg-1:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--xg-2:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--xg-2:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--xg-3:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--xg-3:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--xg-4:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--xg-4:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--xg-5:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--xg-5:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--xg-6:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--xg-6:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--xg-7:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--xg-7:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--xg-8:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--xg-8:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--xg-9:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--xg-9:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--xg-10:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--xg-10:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--xg-11:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--xg-11:not([class*='col--sm']):not([class*='col--md'])::before, .sling-grid--fluid .col--xg-12:not([class*='col--sm']):not([class*='col--md'])::after, .sling-grid--fluid .col--xg-12:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--xg-1:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--xg-1:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--xg-2:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--xg-2:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--xg-3:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--xg-3:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--xg-4:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--xg-4:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--xg-5:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--xg-5:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--xg-6:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--xg-6:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--xg-7:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--xg-7:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--xg-8:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--xg-8:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--xg-9:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--xg-9:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--xg-10:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--xg-10:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--xg-11:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--xg-11:not([class*='col--sm']):not([class*='col--md'])::before,
  .sling-grid .col--xg-12:not([class*='col--sm']):not([class*='col--md'])::after,
  .sling-grid .col--xg-12:not([class*='col--sm']):not([class*='col--md'])::before {
    content: none; } }
@media only screen and (min-width: 1024px) and (max-width: 1449px) {
  .sling-grid--fluid .col--xg-1:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']), .sling-grid--fluid .col--xg-2:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']), .sling-grid--fluid .col--xg-3:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']), .sling-grid--fluid .col--xg-4:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']), .sling-grid--fluid .col--xg-5:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']), .sling-grid--fluid .col--xg-6:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']), .sling-grid--fluid .col--xg-7:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']), .sling-grid--fluid .col--xg-8:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']), .sling-grid--fluid .col--xg-9:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']), .sling-grid--fluid .col--xg-10:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']), .sling-grid--fluid .col--xg-11:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']), .sling-grid--fluid .col--xg-12:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']),
  .sling-grid .col--xg-1:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']),
  .sling-grid .col--xg-2:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']),
  .sling-grid .col--xg-3:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']),
  .sling-grid .col--xg-4:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']),
  .sling-grid .col--xg-5:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']),
  .sling-grid .col--xg-6:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']),
  .sling-grid .col--xg-7:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']),
  .sling-grid .col--xg-8:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']),
  .sling-grid .col--xg-9:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']),
  .sling-grid .col--xg-10:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']),
  .sling-grid .col--xg-11:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']),
  .sling-grid .col--xg-12:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg']) {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--xg-1:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after, .sling-grid--fluid .col--xg-1:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before, .sling-grid--fluid .col--xg-2:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after, .sling-grid--fluid .col--xg-2:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before, .sling-grid--fluid .col--xg-3:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after, .sling-grid--fluid .col--xg-3:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before, .sling-grid--fluid .col--xg-4:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after, .sling-grid--fluid .col--xg-4:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before, .sling-grid--fluid .col--xg-5:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after, .sling-grid--fluid .col--xg-5:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before, .sling-grid--fluid .col--xg-6:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after, .sling-grid--fluid .col--xg-6:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before, .sling-grid--fluid .col--xg-7:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after, .sling-grid--fluid .col--xg-7:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before, .sling-grid--fluid .col--xg-8:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after, .sling-grid--fluid .col--xg-8:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before, .sling-grid--fluid .col--xg-9:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after, .sling-grid--fluid .col--xg-9:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before, .sling-grid--fluid .col--xg-10:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after, .sling-grid--fluid .col--xg-10:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before, .sling-grid--fluid .col--xg-11:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after, .sling-grid--fluid .col--xg-11:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before, .sling-grid--fluid .col--xg-12:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after, .sling-grid--fluid .col--xg-12:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before,
  .sling-grid .col--xg-1:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after,
  .sling-grid .col--xg-1:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before,
  .sling-grid .col--xg-2:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after,
  .sling-grid .col--xg-2:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before,
  .sling-grid .col--xg-3:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after,
  .sling-grid .col--xg-3:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before,
  .sling-grid .col--xg-4:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after,
  .sling-grid .col--xg-4:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before,
  .sling-grid .col--xg-5:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after,
  .sling-grid .col--xg-5:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before,
  .sling-grid .col--xg-6:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after,
  .sling-grid .col--xg-6:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before,
  .sling-grid .col--xg-7:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after,
  .sling-grid .col--xg-7:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before,
  .sling-grid .col--xg-8:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after,
  .sling-grid .col--xg-8:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before,
  .sling-grid .col--xg-9:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after,
  .sling-grid .col--xg-9:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before,
  .sling-grid .col--xg-10:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after,
  .sling-grid .col--xg-10:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before,
  .sling-grid .col--xg-11:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after,
  .sling-grid .col--xg-11:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before,
  .sling-grid .col--xg-12:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::after,
  .sling-grid .col--xg-12:not([class*='col--sm']):not([class*='col--md']):not([class*='col--lg'])::before {
    content: none; } }
@media only screen and (min-width: 1450px) {
  .sling-grid--fluid .col--xg,
  .sling-grid .col--xg {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--xg::after, .sling-grid--fluid .col--xg::before,
  .sling-grid .col--xg::after,
  .sling-grid .col--xg::before {
    content: none; }
  .sling-grid--fluid .col--xg-1,
  .sling-grid .col--xg-1 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 8.33%;
    max-width: 8.33%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--xg-1::after, .sling-grid--fluid .col--xg-1::before,
  .sling-grid .col--xg-1::after,
  .sling-grid .col--xg-1::before {
    content: none; }
  .sling-grid--fluid .col--xg-2,
  .sling-grid .col--xg-2 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--xg-2::after, .sling-grid--fluid .col--xg-2::before,
  .sling-grid .col--xg-2::after,
  .sling-grid .col--xg-2::before {
    content: none; }
  .sling-grid--fluid .col--xg-3,
  .sling-grid .col--xg-3 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--xg-3::after, .sling-grid--fluid .col--xg-3::before,
  .sling-grid .col--xg-3::after,
  .sling-grid .col--xg-3::before {
    content: none; }
  .sling-grid--fluid .col--xg-4,
  .sling-grid .col--xg-4 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--xg-4::after, .sling-grid--fluid .col--xg-4::before,
  .sling-grid .col--xg-4::after,
  .sling-grid .col--xg-4::before {
    content: none; }
  .sling-grid--fluid .col--xg-5,
  .sling-grid .col--xg-5 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 41.67%;
    max-width: 41.67%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--xg-5::after, .sling-grid--fluid .col--xg-5::before,
  .sling-grid .col--xg-5::after,
  .sling-grid .col--xg-5::before {
    content: none; }
  .sling-grid--fluid .col--xg-6,
  .sling-grid .col--xg-6 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--xg-6::after, .sling-grid--fluid .col--xg-6::before,
  .sling-grid .col--xg-6::after,
  .sling-grid .col--xg-6::before {
    content: none; }
  .sling-grid--fluid .col--xg-7,
  .sling-grid .col--xg-7 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 58.33%;
    max-width: 58.33%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--xg-7::after, .sling-grid--fluid .col--xg-7::before,
  .sling-grid .col--xg-7::after,
  .sling-grid .col--xg-7::before {
    content: none; }
  .sling-grid--fluid .col--xg-8,
  .sling-grid .col--xg-8 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 66.67%;
    max-width: 66.67%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--xg-8::after, .sling-grid--fluid .col--xg-8::before,
  .sling-grid .col--xg-8::after,
  .sling-grid .col--xg-8::before {
    content: none; }
  .sling-grid--fluid .col--xg-9,
  .sling-grid .col--xg-9 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--xg-9::after, .sling-grid--fluid .col--xg-9::before,
  .sling-grid .col--xg-9::after,
  .sling-grid .col--xg-9::before {
    content: none; }
  .sling-grid--fluid .col--xg-10,
  .sling-grid .col--xg-10 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 83.33%;
    max-width: 83.33%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--xg-10::after, .sling-grid--fluid .col--xg-10::before,
  .sling-grid .col--xg-10::after,
  .sling-grid .col--xg-10::before {
    content: none; }
  .sling-grid--fluid .col--xg-11,
  .sling-grid .col--xg-11 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 91.67%;
    max-width: 91.67%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--xg-11::after, .sling-grid--fluid .col--xg-11::before,
  .sling-grid .col--xg-11::after,
  .sling-grid .col--xg-11::before {
    content: none; }
  .sling-grid--fluid .col--xg-12,
  .sling-grid .col--xg-12 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    box-sizing: inherit;
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 6px 10px 6px 10px; }
  .sling-grid--fluid .col--xg-12::after, .sling-grid--fluid .col--xg-12::before,
  .sling-grid .col--xg-12::after,
  .sling-grid .col--xg-12::before {
    content: none; } }

.sling-icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  display: inline-block;
  font-family: "MaterialIcons";
  font-feature-settings: 'liga';
  font-size: 1.125em;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal; }

html,
body {
  background: #fff;
  height: 100%;
  margin: 0; }
html nav.top-nav a:hover, html nav.top-nav a:focus,
body nav.top-nav a:hover,
body nav.top-nav a:focus {
  text-decoration: none; }

html.lity-active {
  overflow: hidden; }

.spacer-bottom-none,
.spacer-none {
  margin-bottom: 0 !important; }

.padding-bottom-none {
  padding-bottom: 0 !important; }

.padding-top-none {
  padding-top: 0 !important; }

.spacer-bottom-xxsmall,
.spacer-xxsmall {
  margin-bottom: 8px !important; }

.padding-bottom-xxsmall {
  padding-bottom: 8px !important; }

.padding-top-xxsmall {
  padding-top: 8px !important; }

.spacer-bottom-xsmall,
.spacer-xsmall {
  margin-bottom: 16px !important; }

.padding-bottom-xsmall {
  padding-bottom: 16px !important; }

.padding-top-xsmall {
  padding-top: 16px !important; }

.spacer-bottom-small,
.spacer-small {
  margin-bottom: 24px !important; }

.padding-bottom-small {
  padding-bottom: 24px !important; }

.padding-top-small {
  padding-top: 24px !important; }

.spacer-bottom-medium,
.spacer-medium {
  margin-bottom: 36px !important; }

.padding-bottom-medium {
  padding-bottom: 36px !important; }

.padding-top-medium {
  padding-top: 36px !important; }

.spacer-bottom-large,
.spacer-large {
  margin-bottom: 48px !important; }

.padding-bottom-large {
  padding-bottom: 48px !important; }

.padding-top-large {
  padding-top: 48px !important; }

.spacer-bottom-xlarge,
.spacer-xlarge {
  margin-bottom: 64px !important; }

.padding-bottom-xlarge {
  padding-bottom: 64px !important; }

.padding-top-xlarge {
  padding-top: 64px !important; }

.spacer-bottom-xxlarge,
.spacer-xxlarge {
  margin-bottom: 96px !important; }

.padding-bottom-xxlarge {
  padding-bottom: 96px !important; }

.padding-top-xxlarge {
  padding-top: 96px !important; }

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

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

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

.aria-hidden {
  display: none; }

.collapse::after {
  transform: rotate(180deg); }

.vdc-btn-container {
  background: #112f65;
  height: 80px;
  margin: 2px 0 0;
  padding-top: 50px;
  text-align: center;
  width: 80px; }
.vdc-btn-container,
.vdc-btn-container ::i-block-chrome {
  margin-right: 20px; }
.vdc-btn-container--capability-homepage {
  background: #fff;
  padding: 20px 0; }
.vdc-btn-container--capability-instruction {
  background: #092153;
  padding-bottom: 30px; }
.vdc-btn-container--capability-code {
  background: #fafafa;
  padding: 20px 0; }
.vdc-btn-container--capability-tabs {
  background: #fff; }

.vdc-community-share-link {
  background: none;
  border: solid 1px #384e86;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto-Light";
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.04688rem;
  margin: 0;
  max-width: 300px;
  outline: none;
  padding: .6em 0 .75em;
  text-decoration: none;
  transition: background .25s ease;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  color: #092153;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-weight: 300;
  margin: 50px 0;
  padding: 10px 15px;
  text-align: center;
  width: 160px; }
.vdc-community-share-link:focus, .vdc-community-share-link:hover {
  background: #031136;
  border: solid 1px #8fa0ca;
  color: #fff;
  text-decoration: none; }
.vdc-community-share-link.selected {
  background: #031136;
  border: solid 1px #384e86;
  color: #fff;
  text-decoration: none; }
@media (min-width: 992px) {
  .vdc-community-share-link {
    margin-top: 0; } }
.vdc-community-share-link:hover, .vdc-community-share-linkfocus {
  color: #fff;
  text-decoration: none; }
.vdc-community-share-link i {
  color: #4a90e2;
  font-size: 1.25em;
  padding-right: .5625em;
  position: relative;
  top: .25em; }
.vdc-community-share-link .icon {
  height: 1.375em;
  margin-right: 0;
  padding-right: 3px;
  position: relative;
  top: .275em;
  width: 1.5625em; }

.vdc-navbar-button-link {
  background: none;
  border: solid 1px #384e86;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto-Light";
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.04688rem;
  margin: 0;
  max-width: 300px;
  outline: none;
  padding: .6em 0 .75em;
  text-decoration: none;
  transition: background .25s ease;
  white-space: nowrap;
  margin-right: -10px; }
.vdc-navbar-button-link:focus, .vdc-navbar-button-link:hover {
  background: #031136;
  border: solid 1px #8fa0ca;
  color: #fff;
  text-decoration: none; }
.vdc-navbar-button-link.selected {
  background: #031136;
  border: solid 1px #384e86;
  color: #fff;
  text-decoration: none; }
.vdc-navbar-button-link i {
  color: #4a90e2;
  font-size: 1.25em;
  padding-right: .5625em;
  position: relative;
  top: .25em; }
.vdc-navbar-button-link .icon {
  height: 1.375em;
  margin-right: .8em;
  position: relative;
  top: .275em;
  width: 1.5625em; }
@media (min-width: 768px) {
  .vdc-navbar-button-link .icon {
    margin-right: .2em; } }
@media (min-width: 1024px) {
  .vdc-navbar-button-link .icon {
    margin-right: .8em; } }

.vdc-solution-landing-header-button {
  background: none;
  border: solid 1px #384e86;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto-Light";
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.04688rem;
  margin: 0;
  max-width: 300px;
  outline: none;
  padding: .6em 0 .75em;
  text-decoration: none;
  transition: background .25s ease;
  white-space: nowrap;
  border-radius: 3px;
  color: #fefeff;
  font-family: "Roboto-Regular";
  font-size: 10px;
  letter-spacing: 2px;
  margin-right: -5px;
  padding: 12px 0; }
.vdc-solution-landing-header-button:focus, .vdc-solution-landing-header-button:hover {
  background: #031136;
  border: solid 1px #8fa0ca;
  color: #fff;
  text-decoration: none; }
.vdc-solution-landing-header-button.selected {
  background: #031136;
  border: solid 1px #384e86;
  color: #fff;
  text-decoration: none; }

.vdc-innovation-landing-header-button {
  background: none;
  border: solid 1px #384e86;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto-Light";
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.04688rem;
  margin: 0;
  max-width: 300px;
  outline: none;
  padding: .6em 0 .75em;
  text-decoration: none;
  transition: background .25s ease;
  white-space: nowrap;
  border-radius: 5px;
  color: #fefeff;
  font-family: "Roboto-Regular";
  font-size: 1em;
  letter-spacing: 2px;
  margin-right: -5px;
  padding: 18px;
  text-transform: none; }
.vdc-innovation-landing-header-button:focus, .vdc-innovation-landing-header-button:hover {
  background: #031136;
  border: solid 1px #8fa0ca;
  color: #fff;
  text-decoration: none; }
.vdc-innovation-landing-header-button.selected {
  background: #031136;
  border: solid 1px #384e86;
  color: #fff;
  text-decoration: none; }
@media (min-width: 768px) {
  .vdc-innovation-landing-header-button {
    font-size: .75em;
    padding: 18px 10px; } }
@media (min-width: 1024px) {
  .vdc-innovation-landing-header-button {
    font-size: 1em;
    padding: 18px; } }

.vdc-capability-get-started-link {
  background: none;
  border: solid 1px #384e86;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto-Light";
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.04688rem;
  margin: 0;
  max-width: 300px;
  outline: none;
  padding: .6em 0 .75em;
  text-decoration: none;
  transition: background .25s ease;
  white-space: nowrap;
  background: #fff;
  border: solid 1px #e2e2e2;
  color: #003ea9;
  font-weight: bold;
  padding: 1.55em 6.5em;
  text-align: center; }
.vdc-capability-get-started-link:focus, .vdc-capability-get-started-link:hover {
  background: #031136;
  border: solid 1px #8fa0ca;
  color: #fff;
  text-decoration: none; }
.vdc-capability-get-started-link.selected {
  background: #031136;
  border: solid 1px #384e86;
  color: #fff;
  text-decoration: none; }
.vdc-capability-get-started-link:focus, .vdc-capability-get-started-link:hover {
  background: #001b50;
  border: solid 1px #c8d1e4;
  color: #fff;
  font-weight: 300; }
.vdc-capability-get-started-link .icon {
  display: inline;
  height: 20px;
  padding-right: 5px;
  position: relative;
  top: 4px;
  width: 19px; }

.vdc-homepage-sample-code-link {
  background: none;
  border: solid 1px #384e86;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto-Light";
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.04688rem;
  margin: 0;
  max-width: 300px;
  outline: none;
  padding: .6em 0 .75em;
  text-decoration: none;
  transition: background .25s ease;
  white-space: nowrap;
  background: #fff;
  border: solid 1px #e2e2e2;
  color: #003ea9;
  font-size: 15px;
  font-weight: bold;
  padding: 1.55em 4.5em;
  text-align: center; }
.vdc-homepage-sample-code-link:focus, .vdc-homepage-sample-code-link:hover {
  background: #031136;
  border: solid 1px #8fa0ca;
  color: #fff;
  text-decoration: none; }
.vdc-homepage-sample-code-link.selected {
  background: #031136;
  border: solid 1px #384e86;
  color: #fff;
  text-decoration: none; }
.vdc-homepage-sample-code-link:focus, .vdc-homepage-sample-code-link:hover {
  background: #001b50;
  border: solid 1px #c8d1e4;
  color: #fff;
  font-weight: 300; }
.vdc-homepage-sample-code-link .icon {
  display: inline;
  height: 20px;
  padding-right: 5px;
  position: relative;
  top: 4px;
  width: 19px; }
.vdc-homepage-sample-code-link i {
  color: #4990e2;
  font-size: 20px;
  padding-right: 5px;
  vertical-align: -15%; }
@media (min-width: 768px) {
  .vdc-homepage-sample-code-link {
    padding: 1.55em 6.5em; } }

.vdc-authhub-sample-code-link {
  background: none;
  border: solid 1px #384e86;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto-Light";
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.04688rem;
  margin: 0;
  max-width: 300px;
  outline: none;
  padding: .6em 0 .75em;
  text-decoration: none;
  transition: background .25s ease;
  white-space: nowrap;
  background: #001c50;
  border: solid 1px #384e86;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 1.55em 4.5em;
  text-align: center; }
.vdc-authhub-sample-code-link:focus, .vdc-authhub-sample-code-link:hover {
  background: #031136;
  border: solid 1px #8fa0ca;
  color: #fff;
  text-decoration: none; }
.vdc-authhub-sample-code-link.selected {
  background: #031136;
  border: solid 1px #384e86;
  color: #fff;
  text-decoration: none; }
.vdc-authhub-sample-code-link:focus, .vdc-authhub-sample-code-link:hover {
  background: #031136;
  border: solid 1px #8fa0ca; }
.vdc-authhub-sample-code-link .icon {
  display: inline;
  height: 20px;
  padding-right: 5px;
  position: relative;
  top: 4px;
  width: 19px; }
.vdc-authhub-sample-code-link i {
  color: #4990e2;
  font-size: 20px;
  vertical-align: -15%; }
@media (min-width: 768px) {
  .vdc-authhub-sample-code-link {
    padding: 1.55em 6.5em; } }

.vdc-authhub-biometric-link {
  background: none;
  border: solid 1px #384e86;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto-Light";
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.04688rem;
  margin: 0;
  max-width: 300px;
  outline: none;
  padding: .6em 0 .75em;
  text-decoration: none;
  transition: background .25s ease;
  white-space: nowrap;
  background: #003ea9;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding: 20px 90px;
  text-align: center; }
.vdc-authhub-biometric-link:focus, .vdc-authhub-biometric-link:hover {
  background: #031136;
  border: solid 1px #8fa0ca;
  color: #fff;
  text-decoration: none; }
.vdc-authhub-biometric-link.selected {
  background: #031136;
  border: solid 1px #384e86;
  color: #fff;
  text-decoration: none; }
.vdc-authhub-biometric-link:focus, .vdc-authhub-biometric-link:hover {
  background: #011340; }
.vdc-authhub-biometric-link .icon {
  display: inline;
  height: 20px;
  padding-right: 5px;
  position: relative;
  top: 4px;
  width: 19px; }

.vdc-docs-show-child-button {
  background: none;
  border: solid 1px #e2e2e2;
  border-radius: 5px;
  color: #003ea9;
  cursor: pointer;
  font-family: "Roboto-Light";
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .05357142857142857em;
  margin: 0;
  outline: none;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  transition: background .25s ease;
  white-space: nowrap;
  width: 100%; }
.vdc-docs-show-child-button:focus, .vdc-docs-show-child-button:hover {
  background: #fbfbfb;
  border: solid 1px #c8d1e4;
  color: #011340;
  font-weight: 900; }

div .vdc-matrix-tabs,
div .vdc-tabs {
  position: relative; }

.vdc-matrix-tabs {
  display: flex; }
@media (min-width: 768px) {
  .vdc-matrix-tabs--button {
    margin-right: 10px; } }

.vdc-matrix-tabs,
.vdc-tabs {
  flex-direction: row;
  margin-bottom: 0; }
.vdc-matrix-tabs--button,
.vdc-tabs--button {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #666;
  cursor: pointer;
  font-family: "Roboto-Regular";
  font-size: 0.875rem;
  font-weight: 400;
  outline: none;
  padding: 8px; }
.vdc-matrix-tabs--button span,
.vdc-tabs--button span {
  padding: 5px 5px 7px; }
.vdc-matrix-tabs--button:focus, .vdc-matrix-tabs--button:hover,
.vdc-tabs--button:focus,
.vdc-tabs--button:hover {
  border-bottom: 2px solid #d4d4d4;
  font-weight: 400; }
.vdc-matrix-tabs--button.active, .vdc-matrix-tabs--button:active,
.vdc-tabs--button.active,
.vdc-tabs--button:active {
  border-bottom: 2px solid transparent;
  color: #003ea9;
  font-weight: 400; }
.vdc-matrix-tabs--hr,
.vdc-tabs--hr {
  background: #003ea9;
  border: 0;
  height: 2px;
  left: 0;
  margin: 0;
  margin-top: -2px;
  position: absolute;
  transition: .25s ease-in-out, width 0s, margin-top 0s;
  z-index: 5; }

.vdc-search-button {
  background: #003ea9;
  border: 0;
  color: #fff;
  cursor: pointer !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 28px;
  margin-bottom: 14px;
  margin-left: 50px;
  margin-top: auto;
  max-width: 30px;
  min-width: 30px;
  outline: none;
  padding: 0;
  transition: background .25s ease;
  width: 28px;
  background: transparent; }
.vdc-search-button .vdc-search-icon {
  color: #f8b10c;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.9; }

.vdc-nav-menu-button--searchbox-container {
  background: #fff;
  padding: 20px; }

.navbar-searchbox {
  -moz-transition: width .2s;
  -ms-transition: width .2s;
  -o-transition: width .2s;
  -webkit-transition: width .2s;
  float: right;
  min-width: 50px;
  outline: none;
  overflow: hidden;
  padding: 2px;
  position: relative;
  transition: width .2s;
  width: 0;
  z-index: 602; }
.navbar-searchbox.open {
  background-color: #111b3c;
  border-radius: 10px;
  width: 100%; }
.navbar-searchbox.open .navbar-searchbox--input,
.navbar-searchbox.open .navbar-searchbox--search-label {
  visibility: visible; }
.navbar-searchbox.open i.navbar-searchbox---button--icon::before {
  color: #afc1ef;
  content: 'cancel'; }

.navbar-searchbox--search-label {
  color: #f8b10c;
  display: block;
  font-size: 20px;
  font-weight: 300;
  left: 3px;
  position: absolute;
  top: 9px;
  visibility: hidden; }

.navbar-searchbox--input {
  background-color: #111b3c;
  border: 0;
  color: #fff;
  font-family: "Roboto-Light";
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  outline: none;
  padding: 9px 0 8px 27px;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 85%; }

.navbar-searchbox--button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 6px;
  text-align: center;
  top: -5px; }
.navbar-searchbox--button:focus i.navbar-searchbox---button--icon::before, .navbar-searchbox--button:hover i.navbar-searchbox---button--icon::before {
  font-weight: 900; }

i.navbar-searchbox---button--icon::before {
  color: #f8b10c;
  content: 'search';
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  position: relative;
  top: 8px; }

.vdc-navbar-search-widget-mobile .navbar-searchbox {
  top: -8px; }

.vdc-navbar-search-widget-mobile .navbar-searchbox--button {
  top: -3px; }

.vdc-navbar-search-curtain {
  background-color: transparent !important;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 601; }

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

.vdc-docs-register-button {
  background: none;
  border: solid 1px #384e86;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto-Light";
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.04688rem;
  margin: 0;
  max-width: 300px;
  outline: none;
  padding: .6em 0 .75em;
  text-decoration: none;
  transition: background .25s ease;
  white-space: nowrap;
  background: #fff;
  border: solid 1px #e2e2e2;
  color: #003ea9;
  font-family: "Roboto-Regular";
  font-size: 15px;
  font-weight: 400;
  padding: 10px 20px;
  text-align: center; }
.vdc-docs-register-button:focus, .vdc-docs-register-button:hover {
  background: #031136;
  border: solid 1px #8fa0ca;
  color: #fff;
  text-decoration: none; }
.vdc-docs-register-button.selected {
  background: #031136;
  border: solid 1px #384e86;
  color: #fff;
  text-decoration: none; }
.vdc-docs-register-button:focus, .vdc-docs-register-button:hover {
  background: #001b50;
  border: solid 1px #c8d1e4;
  color: #fff;
  font-weight: 300; }
@media (min-width: 1024px) {
  .vdc-docs-register-button {
    padding: 15px 50px; } }

.visa-developer-center nav.vdc-navbar--fixed .col {
  padding: 0 10px !important; }
.visa-developer-center nav.vdc-navbar--fixed .col h4,
.visa-developer-center nav.vdc-navbar--fixed .col ul {
  margin-left: 10px;
  margin-right: 5px; }

nav.vdc-navbar, nav.vdc-navbar--absolute, nav.vdc-navbar--fixed, nav.vdc-navbar--relative {
  width: 100%; }
nav.vdc-navbar [class^='col'], nav.vdc-navbar--absolute [class^='col'], nav.vdc-navbar--fixed [class^='col'], nav.vdc-navbar--relative [class^='col'] {
  padding: 0; }
nav.vdc-navbar .vdc-nav, nav.vdc-navbar--absolute .vdc-nav, nav.vdc-navbar--fixed .vdc-nav, nav.vdc-navbar--relative .vdc-nav {
  background-color: #143f8c;
  color: #fff;
  font-family: "Roboto-Light";
  font-weight: 200;
  height: 62px;
  max-height: 62px;
  padding: 0; }
nav.vdc-navbar .vdc-nav--width, nav.vdc-navbar--absolute .vdc-nav--width, nav.vdc-navbar--fixed .vdc-nav--width, nav.vdc-navbar--relative .vdc-nav--width {
  margin: 0; }
@media (min-width: 1420px) {
  nav.vdc-navbar .vdc-nav--width, nav.vdc-navbar--absolute .vdc-nav--width, nav.vdc-navbar--fixed .vdc-nav--width, nav.vdc-navbar--relative .vdc-nav--width {
    margin: 0 20px 0 30px; } }
nav.vdc-navbar .vdc-nav--width .sling-listbox-curtain, nav.vdc-navbar--absolute .vdc-nav--width .sling-listbox-curtain, nav.vdc-navbar--fixed .vdc-nav--width .sling-listbox-curtain, nav.vdc-navbar--relative .vdc-nav--width .sling-listbox-curtain {
  background-color: rgba(0, 0, 0, 0.55); }
@media (min-width: 768px) {
  nav.vdc-navbar .vdc-nav--width .sling-listbox-curtain, nav.vdc-navbar--absolute .vdc-nav--width .sling-listbox-curtain, nav.vdc-navbar--fixed .vdc-nav--width .sling-listbox-curtain, nav.vdc-navbar--relative .vdc-nav--width .sling-listbox-curtain {
    background-color: transparent !important; } }
nav.vdc-navbar .vdc-nav--width [class*='col-'], nav.vdc-navbar--absolute .vdc-nav--width [class*='col-'], nav.vdc-navbar--fixed .vdc-nav--width [class*='col-'], nav.vdc-navbar--relative .vdc-nav--width [class*='col-'] {
  margin: 0 !important; }
nav.vdc-navbar .vdc-nav--width div.search-overlay [class*='col-'], nav.vdc-navbar--absolute .vdc-nav--width div.search-overlay [class*='col-'], nav.vdc-navbar--fixed .vdc-nav--width div.search-overlay [class*='col-'], nav.vdc-navbar--relative .vdc-nav--width div.search-overlay [class*='col-'] {
  margin: 0 auto !important; }
nav.vdc-navbar .vdc-navbar-search-widget-mobile, nav.vdc-navbar--absolute .vdc-navbar-search-widget-mobile, nav.vdc-navbar--fixed .vdc-navbar-search-widget-mobile, nav.vdc-navbar--relative .vdc-navbar-search-widget-mobile {
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 10px;
  z-index: 596; }
@media (min-width: 768px) {
  nav.vdc-navbar .vdc-navbar-search-widget-mobile, nav.vdc-navbar--absolute .vdc-navbar-search-widget-mobile, nav.vdc-navbar--fixed .vdc-navbar-search-widget-mobile, nav.vdc-navbar--relative .vdc-navbar-search-widget-mobile {
    display: none; } }
nav.vdc-navbar .vdc-navbar-listbox-container, nav.vdc-navbar--absolute .vdc-navbar-listbox-container, nav.vdc-navbar--fixed .vdc-navbar-listbox-container, nav.vdc-navbar--relative .vdc-navbar-listbox-container {
  transition: 0.25s ease-out, margin 0s, left 0s, top 0s, padding 0s; }
nav.vdc-navbar .vdc-navbar-listbox-container--hamburger .vdc-nav-app-info--container, nav.vdc-navbar--absolute .vdc-navbar-listbox-container--hamburger .vdc-nav-app-info--container, nav.vdc-navbar--fixed .vdc-navbar-listbox-container--hamburger .vdc-nav-app-info--container, nav.vdc-navbar--relative .vdc-navbar-listbox-container--hamburger .vdc-nav-app-info--container {
  margin: 2.7% 0 0 5%;
  margin-top: 2%; }
nav.vdc-navbar .vdc-navbar-listbox-container--hamburger .vdc-nav-logo, nav.vdc-navbar--absolute .vdc-navbar-listbox-container--hamburger .vdc-nav-logo, nav.vdc-navbar--fixed .vdc-navbar-listbox-container--hamburger .vdc-nav-logo, nav.vdc-navbar--relative .vdc-navbar-listbox-container--hamburger .vdc-nav-logo {
  margin-left: -1%;
  margin-left: -1.5%; }
nav.vdc-navbar .vdc-navbar-listbox-container--hamburger .vdc-nav-logo img, nav.vdc-navbar--absolute .vdc-navbar-listbox-container--hamburger .vdc-nav-logo img, nav.vdc-navbar--fixed .vdc-navbar-listbox-container--hamburger .vdc-nav-logo img, nav.vdc-navbar--relative .vdc-navbar-listbox-container--hamburger .vdc-nav-logo img {
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
nav.vdc-navbar .vdc-navbar-listbox-container--hamburger .vdc-nav-menu-button, nav.vdc-navbar--absolute .vdc-navbar-listbox-container--hamburger .vdc-nav-menu-button, nav.vdc-navbar--fixed .vdc-navbar-listbox-container--hamburger .vdc-nav-menu-button, nav.vdc-navbar--relative .vdc-navbar-listbox-container--hamburger .vdc-nav-menu-button {
  margin-left: 1.3%;
  margin-top: 1.4%; }
nav.vdc-navbar .vdc-nav-app-info--container, nav.vdc-navbar--absolute .vdc-nav-app-info--container, nav.vdc-navbar--fixed .vdc-nav-app-info--container, nav.vdc-navbar--relative .vdc-nav-app-info--container {
  display: -webkit-box; }
@media (-ms-high-contrast: none) {
  nav.vdc-navbar .vdc-nav-app-info--container, nav.vdc-navbar--absolute .vdc-nav-app-info--container, nav.vdc-navbar--fixed .vdc-nav-app-info--container, nav.vdc-navbar--relative .vdc-nav-app-info--container {
    flex-direction: row; } }
nav.vdc-navbar .vdc-nav-app-info, nav.vdc-navbar--absolute .vdc-nav-app-info, nav.vdc-navbar--fixed .vdc-nav-app-info, nav.vdc-navbar--relative .vdc-nav-app-info {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin: 0 0 0 20px;
  outline: none;
  padding: 20px 0 13px;
  z-index: 1; }
nav.vdc-navbar .vdc-nav-app-info .vdc-nav-icon, nav.vdc-navbar--absolute .vdc-nav-app-info .vdc-nav-icon, nav.vdc-navbar--fixed .vdc-nav-app-info .vdc-nav-icon, nav.vdc-navbar--relative .vdc-nav-app-info .vdc-nav-icon {
  font-size: 24px;
  margin-top: -7px; }
@media (-ms-high-contrast: none) {
  nav.vdc-navbar .vdc-nav-app-info .vdc-nav-icon, nav.vdc-navbar--absolute .vdc-nav-app-info .vdc-nav-icon, nav.vdc-navbar--fixed .vdc-nav-app-info .vdc-nav-icon, nav.vdc-navbar--relative .vdc-nav-app-info .vdc-nav-icon {
    margin-top: -3px; } }
nav.vdc-navbar .vdc-nav-app-info .vdc-nav-logo, nav.vdc-navbar--absolute .vdc-nav-app-info .vdc-nav-logo, nav.vdc-navbar--fixed .vdc-nav-app-info .vdc-nav-logo, nav.vdc-navbar--relative .vdc-nav-app-info .vdc-nav-logo {
  display: inline;
  outline: none; }
nav.vdc-navbar .vdc-nav-app-info .vdc-nav-logo a, nav.vdc-navbar--absolute .vdc-nav-app-info .vdc-nav-logo a, nav.vdc-navbar--fixed .vdc-nav-app-info .vdc-nav-logo a, nav.vdc-navbar--relative .vdc-nav-app-info .vdc-nav-logo a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
nav.vdc-navbar .vdc-nav-app-info .vdc-nav-logo img, nav.vdc-navbar--absolute .vdc-nav-app-info .vdc-nav-logo img, nav.vdc-navbar--fixed .vdc-nav-app-info .vdc-nav-logo img, nav.vdc-navbar--relative .vdc-nav-app-info .vdc-nav-logo img {
  display: inline;
  height: 22px;
  width: 190px; }
@media (min-width: 768px) {
  nav.vdc-navbar .vdc-nav-app-info, nav.vdc-navbar--absolute .vdc-nav-app-info, nav.vdc-navbar--fixed .vdc-nav-app-info, nav.vdc-navbar--relative .vdc-nav-app-info {
    margin: 0 0 0 20px; }
  nav.vdc-navbar .vdc-nav-app-info .vdc-nav-menu-button, nav.vdc-navbar--absolute .vdc-nav-app-info .vdc-nav-menu-button, nav.vdc-navbar--fixed .vdc-nav-app-info .vdc-nav-menu-button, nav.vdc-navbar--relative .vdc-nav-app-info .vdc-nav-menu-button {
    display: none; } }
@media (min-width: 1420px) {
  nav.vdc-navbar .vdc-nav-app-info, nav.vdc-navbar--absolute .vdc-nav-app-info, nav.vdc-navbar--fixed .vdc-nav-app-info, nav.vdc-navbar--relative .vdc-nav-app-info {
    margin-left: -15px; } }
nav.vdc-navbar .vdc-nav-app-info .top-nav-search-box .search-overlay .overlay-auto-complete a:focus, nav.vdc-navbar .vdc-nav-app-info .top-nav-search-box .search-overlay .overlay-auto-complete a:hover, nav.vdc-navbar--absolute .vdc-nav-app-info .top-nav-search-box .search-overlay .overlay-auto-complete a:focus, nav.vdc-navbar--absolute .vdc-nav-app-info .top-nav-search-box .search-overlay .overlay-auto-complete a:hover, nav.vdc-navbar--fixed .vdc-nav-app-info .top-nav-search-box .search-overlay .overlay-auto-complete a:focus, nav.vdc-navbar--fixed .vdc-nav-app-info .top-nav-search-box .search-overlay .overlay-auto-complete a:hover, nav.vdc-navbar--relative .vdc-nav-app-info .top-nav-search-box .search-overlay .overlay-auto-complete a:focus, nav.vdc-navbar--relative .vdc-nav-app-info .top-nav-search-box .search-overlay .overlay-auto-complete a:hover {
  text-decoration: underline !important; }
nav.vdc-navbar .vdc-nav-app-info .top-nav-search-box .search-overlay .overlay-auto-complete a:focus::after, nav.vdc-navbar .vdc-nav-app-info .top-nav-search-box .search-overlay .overlay-auto-complete a:hover::after, nav.vdc-navbar--absolute .vdc-nav-app-info .top-nav-search-box .search-overlay .overlay-auto-complete a:focus::after, nav.vdc-navbar--absolute .vdc-nav-app-info .top-nav-search-box .search-overlay .overlay-auto-complete a:hover::after, nav.vdc-navbar--fixed .vdc-nav-app-info .top-nav-search-box .search-overlay .overlay-auto-complete a:focus::after, nav.vdc-navbar--fixed .vdc-nav-app-info .top-nav-search-box .search-overlay .overlay-auto-complete a:hover::after, nav.vdc-navbar--relative .vdc-nav-app-info .top-nav-search-box .search-overlay .overlay-auto-complete a:focus::after, nav.vdc-navbar--relative .vdc-nav-app-info .top-nav-search-box .search-overlay .overlay-auto-complete a:hover::after {
  border: 0;
  content: ''; }
nav.vdc-navbar .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a, nav.vdc-navbar--absolute .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a, nav.vdc-navbar--fixed .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a, nav.vdc-navbar--relative .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a {
  display: inline-block; }
nav.vdc-navbar .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a:focus, nav.vdc-navbar .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a:hover, nav.vdc-navbar--absolute .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a:focus, nav.vdc-navbar--absolute .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a:hover, nav.vdc-navbar--fixed .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a:focus, nav.vdc-navbar--fixed .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a:hover, nav.vdc-navbar--relative .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a:focus, nav.vdc-navbar--relative .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a:hover {
  font-weight: 300;
  text-decoration: none; }
nav.vdc-navbar .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a:focus::after, nav.vdc-navbar .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a:hover::after, nav.vdc-navbar--absolute .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a:focus::after, nav.vdc-navbar--absolute .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a:hover::after, nav.vdc-navbar--fixed .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a:focus::after, nav.vdc-navbar--fixed .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a:hover::after, nav.vdc-navbar--relative .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a:focus::after, nav.vdc-navbar--relative .vdc-nav-app-info .top-nav-search-box .search-overlay .result-row a:hover::after {
  border-bottom: 1px solid #f7b600;
  bottom: 5px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%; }
nav.vdc-navbar .vdc-nav-app-info-basic, nav.vdc-navbar--absolute .vdc-nav-app-info-basic, nav.vdc-navbar--fixed .vdc-nav-app-info-basic, nav.vdc-navbar--relative .vdc-nav-app-info-basic {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin: 0 0 0 20px;
  outline: none;
  padding: 20px 0 13px;
  z-index: 1; }
nav.vdc-navbar .vdc-nav-app-info-basic .vdc-nav-icon, nav.vdc-navbar--absolute .vdc-nav-app-info-basic .vdc-nav-icon, nav.vdc-navbar--fixed .vdc-nav-app-info-basic .vdc-nav-icon, nav.vdc-navbar--relative .vdc-nav-app-info-basic .vdc-nav-icon {
  font-size: 24px;
  margin-top: -7px; }
@media (-ms-high-contrast: none) {
  nav.vdc-navbar .vdc-nav-app-info-basic .vdc-nav-icon, nav.vdc-navbar--absolute .vdc-nav-app-info-basic .vdc-nav-icon, nav.vdc-navbar--fixed .vdc-nav-app-info-basic .vdc-nav-icon, nav.vdc-navbar--relative .vdc-nav-app-info-basic .vdc-nav-icon {
    margin-top: -3px; } }
nav.vdc-navbar .vdc-nav-app-info-basic .vdc-nav-logo, nav.vdc-navbar--absolute .vdc-nav-app-info-basic .vdc-nav-logo, nav.vdc-navbar--fixed .vdc-nav-app-info-basic .vdc-nav-logo, nav.vdc-navbar--relative .vdc-nav-app-info-basic .vdc-nav-logo {
  display: inline;
  outline: none; }
nav.vdc-navbar .vdc-nav-app-info-basic .vdc-nav-logo a, nav.vdc-navbar--absolute .vdc-nav-app-info-basic .vdc-nav-logo a, nav.vdc-navbar--fixed .vdc-nav-app-info-basic .vdc-nav-logo a, nav.vdc-navbar--relative .vdc-nav-app-info-basic .vdc-nav-logo a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
nav.vdc-navbar .vdc-nav-app-info-basic .vdc-nav-logo img, nav.vdc-navbar--absolute .vdc-nav-app-info-basic .vdc-nav-logo img, nav.vdc-navbar--fixed .vdc-nav-app-info-basic .vdc-nav-logo img, nav.vdc-navbar--relative .vdc-nav-app-info-basic .vdc-nav-logo img {
  display: inline;
  height: 22px;
  width: 190px; }
@media (min-width: 768px) {
  nav.vdc-navbar .vdc-nav-app-info-basic, nav.vdc-navbar--absolute .vdc-nav-app-info-basic, nav.vdc-navbar--fixed .vdc-nav-app-info-basic, nav.vdc-navbar--relative .vdc-nav-app-info-basic {
    margin: 0 0 0 20px; }
  nav.vdc-navbar .vdc-nav-app-info-basic .vdc-nav-menu-button, nav.vdc-navbar--absolute .vdc-nav-app-info-basic .vdc-nav-menu-button, nav.vdc-navbar--fixed .vdc-nav-app-info-basic .vdc-nav-menu-button, nav.vdc-navbar--relative .vdc-nav-app-info-basic .vdc-nav-menu-button {
    display: none; } }
nav.vdc-navbar .vdc-nav-menu-button, nav.vdc-navbar--absolute .vdc-nav-menu-button, nav.vdc-navbar--fixed .vdc-nav-menu-button, nav.vdc-navbar--relative .vdc-nav-menu-button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer !important;
  display: inline-block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 28px;
  margin-top: auto;
  max-width: 30px;
  min-width: 30px;
  outline: none;
  padding: 0;
  transition: background .25s ease;
  width: 28px; }
nav.vdc-navbar .vdc-nav-menu-button:focus .vdc-nav-icon, nav.vdc-navbar .vdc-nav-menu-button:hover .vdc-nav-icon, nav.vdc-navbar--absolute .vdc-nav-menu-button:focus .vdc-nav-icon, nav.vdc-navbar--absolute .vdc-nav-menu-button:hover .vdc-nav-icon, nav.vdc-navbar--fixed .vdc-nav-menu-button:focus .vdc-nav-icon, nav.vdc-navbar--fixed .vdc-nav-menu-button:hover .vdc-nav-icon, nav.vdc-navbar--relative .vdc-nav-menu-button:focus .vdc-nav-icon, nav.vdc-navbar--relative .vdc-nav-menu-button:hover .vdc-nav-icon {
  color: #afc1ef; }
nav.vdc-navbar .vdc-navbar-mobile-search, nav.vdc-navbar--absolute .vdc-navbar-mobile-search, nav.vdc-navbar--fixed .vdc-navbar-mobile-search, nav.vdc-navbar--relative .vdc-navbar-mobile-search {
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 1.5em;
  padding: 0; }
@media (min-width: 768px) {
  nav.vdc-navbar .vdc-navbar-mobile-search, nav.vdc-navbar--absolute .vdc-navbar-mobile-search, nav.vdc-navbar--fixed .vdc-navbar-mobile-search, nav.vdc-navbar--relative .vdc-navbar-mobile-search {
    display: none; } }
nav.vdc-navbar .navbar-search, nav.vdc-navbar--absolute .navbar-search, nav.vdc-navbar--fixed .navbar-search, nav.vdc-navbar--relative .navbar-search {
  background: transparent;
  border: 0;
  cursor: pointer;
  max-width: 20px;
  outline: none;
  padding: 0; }
nav.vdc-navbar .navbar-search i, nav.vdc-navbar--absolute .navbar-search i, nav.vdc-navbar--fixed .navbar-search i, nav.vdc-navbar--relative .navbar-search i {
  color: #f8b10c;
  font-size: 17px;
  font-weight: 300;
  line-height: 1 !important;
  position: relative;
  top: 2px; }
@media (-ms-high-contrast: none) {
  nav.vdc-navbar .navbar-search i, nav.vdc-navbar--absolute .navbar-search i, nav.vdc-navbar--fixed .navbar-search i, nav.vdc-navbar--relative .navbar-search i {
    top: 0; } }
nav.vdc-navbar .navbar-search i:focus, nav.vdc-navbar .navbar-search i:hover, nav.vdc-navbar--absolute .navbar-search i:focus, nav.vdc-navbar--absolute .navbar-search i:hover, nav.vdc-navbar--fixed .navbar-search i:focus, nav.vdc-navbar--fixed .navbar-search i:hover, nav.vdc-navbar--relative .navbar-search i:focus, nav.vdc-navbar--relative .navbar-search i:hover {
  font-weight: 900; }
nav.vdc-navbar .vdc-navbar-search-widget, nav.vdc-navbar--absolute .vdc-navbar-search-widget, nav.vdc-navbar--fixed .vdc-navbar-search-widget, nav.vdc-navbar--relative .vdc-navbar-search-widget {
  visibility: hidden; }
@media (min-width: 768px) {
  nav.vdc-navbar .vdc-navbar-search-widget, nav.vdc-navbar--absolute .vdc-navbar-search-widget, nav.vdc-navbar--fixed .vdc-navbar-search-widget, nav.vdc-navbar--relative .vdc-navbar-search-widget {
    margin-right: 20px;
    position: relative;
    top: -41px;
    visibility: visible;
    z-index: 601; } }
@media (min-width: 768px) {
  nav.vdc-navbar .vdc-navbar-search-widget.nav-button-dropdown-displayed, nav.vdc-navbar--absolute .vdc-navbar-search-widget.nav-button-dropdown-displayed, nav.vdc-navbar--fixed .vdc-navbar-search-widget.nav-button-dropdown-displayed, nav.vdc-navbar--relative .vdc-navbar-search-widget.nav-button-dropdown-displayed {
    z-index: 596; } }
nav.vdc-navbar .vdc-nav-links, nav.vdc-navbar--absolute .vdc-nav-links, nav.vdc-navbar--fixed .vdc-nav-links, nav.vdc-navbar--relative .vdc-nav-links {
  display: none; }
nav.vdc-navbar #accountlist-as-dropdown, nav.vdc-navbar--absolute #accountlist-as-dropdown, nav.vdc-navbar--fixed #accountlist-as-dropdown, nav.vdc-navbar--relative #accountlist-as-dropdown {
  -moz-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.2); }
@media (-ms-high-contrast: none) {
  nav.vdc-navbar #accountlist-as-dropdown, nav.vdc-navbar--absolute #accountlist-as-dropdown, nav.vdc-navbar--fixed #accountlist-as-dropdown, nav.vdc-navbar--relative #accountlist-as-dropdown {
    max-width: 200px !important; } }
@supports (-ms-accelerator: true) {
  nav.vdc-navbar #accountlist-as-dropdown, nav.vdc-navbar--absolute #accountlist-as-dropdown, nav.vdc-navbar--fixed #accountlist-as-dropdown, nav.vdc-navbar--relative #accountlist-as-dropdown {
    max-width: 200px !important; } }
nav.vdc-navbar .vdc-listbox--absolute, nav.vdc-navbar--absolute .vdc-listbox--absolute, nav.vdc-navbar--fixed .vdc-listbox--absolute, nav.vdc-navbar--relative .vdc-listbox--absolute {
  display: block !important;
  max-width: 100% !important;
  opacity: 0;
  visibility: hidden; }
nav.vdc-navbar .vdc-listbox--absolute.sling-listbox-show, nav.vdc-navbar--absolute .vdc-listbox--absolute.sling-listbox-show, nav.vdc-navbar--fixed .vdc-listbox--absolute.sling-listbox-show, nav.vdc-navbar--relative .vdc-listbox--absolute.sling-listbox-show {
  box-shadow: none;
  opacity: 1;
  transform: translateY(0%) !important;
  visibility: visible; }
nav.vdc-navbar #navlist-as-dropdown, nav.vdc-navbar--absolute #navlist-as-dropdown, nav.vdc-navbar--fixed #navlist-as-dropdown, nav.vdc-navbar--relative #navlist-as-dropdown {
  -moz-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.2); }
nav.vdc-navbar #hamburger-menu, nav.vdc-navbar--absolute #hamburger-menu, nav.vdc-navbar--fixed #hamburger-menu, nav.vdc-navbar--relative #hamburger-menu {
  -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.2);
  top: -600px;
  top: 0 !important;
  left: 0 !important;
  transition: 0.25s ease-out, margin-right 0s, left 0s; }
nav.vdc-navbar #hamburger-menu ul a, nav.vdc-navbar--absolute #hamburger-menu ul a, nav.vdc-navbar--fixed #hamburger-menu ul a, nav.vdc-navbar--relative #hamburger-menu ul a {
  transition: none; }
@media (min-width: 768px) {
  nav.vdc-navbar .vdc-nav-links, nav.vdc-navbar--absolute .vdc-nav-links, nav.vdc-navbar--fixed .vdc-nav-links, nav.vdc-navbar--relative .vdc-nav-links {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 30px;
    z-index: 602; }
  nav.vdc-navbar .vdc-nav-links a,
  nav.vdc-navbar .vdc-nav-links button, nav.vdc-navbar--absolute .vdc-nav-links a,
  nav.vdc-navbar--absolute .vdc-nav-links button, nav.vdc-navbar--fixed .vdc-nav-links a,
  nav.vdc-navbar--fixed .vdc-nav-links button, nav.vdc-navbar--relative .vdc-nav-links a,
  nav.vdc-navbar--relative .vdc-nav-links button {
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: "Roboto-Light";
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .4px;
    margin: 1px 3px 0;
    outline: none;
    padding: 19px 2px 0;
    white-space: nowrap;
    position: relative;
    -webkit-font-smoothing: initial; }
  nav.vdc-navbar .vdc-nav-links a:focus, nav.vdc-navbar .vdc-nav-links a:hover,
  nav.vdc-navbar .vdc-nav-links button:focus,
  nav.vdc-navbar .vdc-nav-links button:hover, nav.vdc-navbar--absolute .vdc-nav-links a:focus, nav.vdc-navbar--absolute .vdc-nav-links a:hover,
  nav.vdc-navbar--absolute .vdc-nav-links button:focus,
  nav.vdc-navbar--absolute .vdc-nav-links button:hover, nav.vdc-navbar--fixed .vdc-nav-links a:focus, nav.vdc-navbar--fixed .vdc-nav-links a:hover,
  nav.vdc-navbar--fixed .vdc-nav-links button:focus,
  nav.vdc-navbar--fixed .vdc-nav-links button:hover, nav.vdc-navbar--relative .vdc-nav-links a:focus, nav.vdc-navbar--relative .vdc-nav-links a:hover,
  nav.vdc-navbar--relative .vdc-nav-links button:focus,
  nav.vdc-navbar--relative .vdc-nav-links button:hover {
    font-weight: 300;
    text-decoration: none; }
  nav.vdc-navbar .vdc-nav-links a:focus::after, nav.vdc-navbar .vdc-nav-links a:hover::after,
  nav.vdc-navbar .vdc-nav-links button:focus::after,
  nav.vdc-navbar .vdc-nav-links button:hover::after, nav.vdc-navbar--absolute .vdc-nav-links a:focus::after, nav.vdc-navbar--absolute .vdc-nav-links a:hover::after,
  nav.vdc-navbar--absolute .vdc-nav-links button:focus::after,
  nav.vdc-navbar--absolute .vdc-nav-links button:hover::after, nav.vdc-navbar--fixed .vdc-nav-links a:focus::after, nav.vdc-navbar--fixed .vdc-nav-links a:hover::after,
  nav.vdc-navbar--fixed .vdc-nav-links button:focus::after,
  nav.vdc-navbar--fixed .vdc-nav-links button:hover::after, nav.vdc-navbar--relative .vdc-nav-links a:focus::after, nav.vdc-navbar--relative .vdc-nav-links a:hover::after,
  nav.vdc-navbar--relative .vdc-nav-links button:focus::after,
  nav.vdc-navbar--relative .vdc-nav-links button:hover::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    bottom: 1px;
    left: 6%;
    border-bottom: 1px solid #f7b600; }
  nav.vdc-navbar .vdc-nav-links a .nav-link-carrat,
  nav.vdc-navbar .vdc-nav-links button .nav-link-carrat, nav.vdc-navbar--absolute .vdc-nav-links a .nav-link-carrat,
  nav.vdc-navbar--absolute .vdc-nav-links button .nav-link-carrat, nav.vdc-navbar--fixed .vdc-nav-links a .nav-link-carrat,
  nav.vdc-navbar--fixed .vdc-nav-links button .nav-link-carrat, nav.vdc-navbar--relative .vdc-nav-links a .nav-link-carrat,
  nav.vdc-navbar--relative .vdc-nav-links button .nav-link-carrat {
    font-size: 11px;
    padding-left: 1px;
    position: relative;
    top: 3px;
    visibility: hidden; } }
@media (min-width: 768px) and (min-width: 1024px) {
  nav.vdc-navbar .vdc-nav-links a,
  nav.vdc-navbar .vdc-nav-links button, nav.vdc-navbar--absolute .vdc-nav-links a,
  nav.vdc-navbar--absolute .vdc-nav-links button, nav.vdc-navbar--fixed .vdc-nav-links a,
  nav.vdc-navbar--fixed .vdc-nav-links button, nav.vdc-navbar--relative .vdc-nav-links a,
  nav.vdc-navbar--relative .vdc-nav-links button {
    font-size: 12px; } }
@media (min-width: 768px) {
  nav.vdc-navbar .vdc-nav-links button, nav.vdc-navbar--absolute .vdc-nav-links button, nav.vdc-navbar--fixed .vdc-nav-links button, nav.vdc-navbar--relative .vdc-nav-links button {
    background: transparent;
    border: 1px solid transparent;
    line-height: 1.65 !important;
    margin: 1px -1px 0 4px;
    padding: 18px 1px 0 5px;
    transition: background-color 0.25s ease-out, margin-bottom 0s, padding-bottom 0s, height 0s, z-index 0s; }
  nav.vdc-navbar .vdc-nav-links button:focus i, nav.vdc-navbar .vdc-nav-links button:hover i, nav.vdc-navbar--absolute .vdc-nav-links button:focus i, nav.vdc-navbar--absolute .vdc-nav-links button:hover i, nav.vdc-navbar--fixed .vdc-nav-links button:focus i, nav.vdc-navbar--fixed .vdc-nav-links button:hover i, nav.vdc-navbar--relative .vdc-nav-links button:focus i, nav.vdc-navbar--relative .vdc-nav-links button:hover i {
    visibility: visible; }
  nav.vdc-navbar .vdc-nav-links button.active, nav.vdc-navbar--absolute .vdc-nav-links button.active, nav.vdc-navbar--fixed .vdc-nav-links button.active, nav.vdc-navbar--relative .vdc-nav-links button.active {
    -moz-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.2);
    background: rgba(6, 27, 71, 0.62);
    background: #001c50;
    font-weight: 300;
    margin-bottom: -20px;
    padding-bottom: 20px;
    transition: background 0s ease-in 0s; }
  nav.vdc-navbar .vdc-nav-links button.active i, nav.vdc-navbar--absolute .vdc-nav-links button.active i, nav.vdc-navbar--fixed .vdc-nav-links button.active i, nav.vdc-navbar--relative .vdc-nav-links button.active i {
    visibility: visible; }
  nav.vdc-navbar .vdc-nav-links button.navbar-search, nav.vdc-navbar--absolute .vdc-nav-links button.navbar-search, nav.vdc-navbar--fixed .vdc-nav-links button.navbar-search, nav.vdc-navbar--relative .vdc-nav-links button.navbar-search {
    padding: 19px 0 0 2px; }
  nav.vdc-navbar .vdc-nav-links button.navbar-search:focus, nav.vdc-navbar .vdc-nav-links button.navbar-search:hover, nav.vdc-navbar--absolute .vdc-nav-links button.navbar-search:focus, nav.vdc-navbar--absolute .vdc-nav-links button.navbar-search:hover, nav.vdc-navbar--fixed .vdc-nav-links button.navbar-search:focus, nav.vdc-navbar--fixed .vdc-nav-links button.navbar-search:hover, nav.vdc-navbar--relative .vdc-nav-links button.navbar-search:focus, nav.vdc-navbar--relative .vdc-nav-links button.navbar-search:hover {
    border-bottom: 0; }
  nav.vdc-navbar .vdc-nav-links button.navbar-search:focus i, nav.vdc-navbar .vdc-nav-links button.navbar-search:hover i, nav.vdc-navbar--absolute .vdc-nav-links button.navbar-search:focus i, nav.vdc-navbar--absolute .vdc-nav-links button.navbar-search:hover i, nav.vdc-navbar--fixed .vdc-nav-links button.navbar-search:focus i, nav.vdc-navbar--fixed .vdc-nav-links button.navbar-search:hover i, nav.vdc-navbar--relative .vdc-nav-links button.navbar-search:focus i, nav.vdc-navbar--relative .vdc-nav-links button.navbar-search:hover i {
    font-weight: 900; }
  nav.vdc-navbar .vdc-nav-links button.navbar-search:focus::after, nav.vdc-navbar .vdc-nav-links button.navbar-search:hover::after, nav.vdc-navbar--absolute .vdc-nav-links button.navbar-search:focus::after, nav.vdc-navbar--absolute .vdc-nav-links button.navbar-search:hover::after, nav.vdc-navbar--fixed .vdc-nav-links button.navbar-search:focus::after, nav.vdc-navbar--fixed .vdc-nav-links button.navbar-search:hover::after, nav.vdc-navbar--relative .vdc-nav-links button.navbar-search:focus::after, nav.vdc-navbar--relative .vdc-nav-links button.navbar-search:hover::after {
    content: none; }
  nav.vdc-navbar .vdc-nav-links button.navbar-search i, nav.vdc-navbar--absolute .vdc-nav-links button.navbar-search i, nav.vdc-navbar--fixed .vdc-nav-links button.navbar-search i, nav.vdc-navbar--relative .vdc-nav-links button.navbar-search i {
    color: #f8b10c;
    font-size: 17px;
    font-weight: 300;
    line-height: 1 !important;
    position: relative;
    top: 3px; }
  nav.vdc-navbar .vdc-nav-links .vdc-nav-menu-button, nav.vdc-navbar--absolute .vdc-nav-links .vdc-nav-menu-button, nav.vdc-navbar--fixed .vdc-nav-links .vdc-nav-menu-button, nav.vdc-navbar--relative .vdc-nav-links .vdc-nav-menu-button {
    padding: 5px 25px; }
  nav.vdc-navbar .vdc-nav-links .vdc-nav-menu-button .vdc-nav-icon, nav.vdc-navbar--absolute .vdc-nav-links .vdc-nav-menu-button .vdc-nav-icon, nav.vdc-navbar--fixed .vdc-nav-links .vdc-nav-menu-button .vdc-nav-icon, nav.vdc-navbar--relative .vdc-nav-links .vdc-nav-menu-button .vdc-nav-icon {
    color: #f8b10c;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.9; }
  nav.vdc-navbar .vdc-nav-links.nav-button-dropdown-displayed, nav.vdc-navbar--absolute .vdc-nav-links.nav-button-dropdown-displayed, nav.vdc-navbar--fixed .vdc-nav-links.nav-button-dropdown-displayed, nav.vdc-navbar--relative .vdc-nav-links.nav-button-dropdown-displayed {
    z-index: 597; }
  nav.vdc-navbar .vdc-nav-links .search-overlay .overlay-auto-complete a:focus, nav.vdc-navbar .vdc-nav-links .search-overlay .overlay-auto-complete a:hover, nav.vdc-navbar--absolute .vdc-nav-links .search-overlay .overlay-auto-complete a:focus, nav.vdc-navbar--absolute .vdc-nav-links .search-overlay .overlay-auto-complete a:hover, nav.vdc-navbar--fixed .vdc-nav-links .search-overlay .overlay-auto-complete a:focus, nav.vdc-navbar--fixed .vdc-nav-links .search-overlay .overlay-auto-complete a:hover, nav.vdc-navbar--relative .vdc-nav-links .search-overlay .overlay-auto-complete a:focus, nav.vdc-navbar--relative .vdc-nav-links .search-overlay .overlay-auto-complete a:hover {
    text-decoration: underline !important; }
  nav.vdc-navbar .vdc-nav-links .search-overlay .overlay-auto-complete a:focus::after, nav.vdc-navbar .vdc-nav-links .search-overlay .overlay-auto-complete a:hover::after, nav.vdc-navbar--absolute .vdc-nav-links .search-overlay .overlay-auto-complete a:focus::after, nav.vdc-navbar--absolute .vdc-nav-links .search-overlay .overlay-auto-complete a:hover::after, nav.vdc-navbar--fixed .vdc-nav-links .search-overlay .overlay-auto-complete a:focus::after, nav.vdc-navbar--fixed .vdc-nav-links .search-overlay .overlay-auto-complete a:hover::after, nav.vdc-navbar--relative .vdc-nav-links .search-overlay .overlay-auto-complete a:focus::after, nav.vdc-navbar--relative .vdc-nav-links .search-overlay .overlay-auto-complete a:hover::after {
    border: 0;
    content: ''; }
  nav.vdc-navbar .vdc-nav-links .search-overlay .result-row a, nav.vdc-navbar--absolute .vdc-nav-links .search-overlay .result-row a, nav.vdc-navbar--fixed .vdc-nav-links .search-overlay .result-row a, nav.vdc-navbar--relative .vdc-nav-links .search-overlay .result-row a {
    display: inline-block; }
  nav.vdc-navbar .vdc-nav-links .search-overlay .result-row a:focus, nav.vdc-navbar .vdc-nav-links .search-overlay .result-row a:hover, nav.vdc-navbar--absolute .vdc-nav-links .search-overlay .result-row a:focus, nav.vdc-navbar--absolute .vdc-nav-links .search-overlay .result-row a:hover, nav.vdc-navbar--fixed .vdc-nav-links .search-overlay .result-row a:focus, nav.vdc-navbar--fixed .vdc-nav-links .search-overlay .result-row a:hover, nav.vdc-navbar--relative .vdc-nav-links .search-overlay .result-row a:focus, nav.vdc-navbar--relative .vdc-nav-links .search-overlay .result-row a:hover {
    font-weight: 300;
    text-decoration: none; }
  nav.vdc-navbar .vdc-nav-links .search-overlay .result-row a:focus::after, nav.vdc-navbar .vdc-nav-links .search-overlay .result-row a:hover::after, nav.vdc-navbar--absolute .vdc-nav-links .search-overlay .result-row a:focus::after, nav.vdc-navbar--absolute .vdc-nav-links .search-overlay .result-row a:hover::after, nav.vdc-navbar--fixed .vdc-nav-links .search-overlay .result-row a:focus::after, nav.vdc-navbar--fixed .vdc-nav-links .search-overlay .result-row a:hover::after, nav.vdc-navbar--relative .vdc-nav-links .search-overlay .result-row a:focus::after, nav.vdc-navbar--relative .vdc-nav-links .search-overlay .result-row a:hover::after {
    border-bottom: 1px solid #f7b600;
    bottom: 5px;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%; } }
@media (min-width: 1024px) {
  nav.vdc-navbar .vdc-nav-links a,
  nav.vdc-navbar .vdc-nav-links button, nav.vdc-navbar--absolute .vdc-nav-links a,
  nav.vdc-navbar--absolute .vdc-nav-links button, nav.vdc-navbar--fixed .vdc-nav-links a,
  nav.vdc-navbar--fixed .vdc-nav-links button, nav.vdc-navbar--relative .vdc-nav-links a,
  nav.vdc-navbar--relative .vdc-nav-links button {
    font-size: 14px;
    margin: 1px 8px 0;
    padding: 19px 5px 0; }
  nav.vdc-navbar .vdc-nav-links a .nav-link-carrat,
  nav.vdc-navbar .vdc-nav-links button .nav-link-carrat, nav.vdc-navbar--absolute .vdc-nav-links a .nav-link-carrat,
  nav.vdc-navbar--absolute .vdc-nav-links button .nav-link-carrat, nav.vdc-navbar--fixed .vdc-nav-links a .nav-link-carrat,
  nav.vdc-navbar--fixed .vdc-nav-links button .nav-link-carrat, nav.vdc-navbar--relative .vdc-nav-links a .nav-link-carrat,
  nav.vdc-navbar--relative .vdc-nav-links button .nav-link-carrat {
    font-size: 14px; }
  nav.vdc-navbar .vdc-nav-links button, nav.vdc-navbar--absolute .vdc-nav-links button, nav.vdc-navbar--fixed .vdc-nav-links button, nav.vdc-navbar--relative .vdc-nav-links button {
    margin: 1px 0 0 4px;
    padding: 17px 5px 0 8px; }
  nav.vdc-navbar .vdc-nav-links button.navbar-search, nav.vdc-navbar--absolute .vdc-nav-links button.navbar-search, nav.vdc-navbar--fixed .vdc-nav-links button.navbar-search, nav.vdc-navbar--relative .vdc-nav-links button.navbar-search {
    padding: 18px 5px 0; } }
nav.vdc-navbar.vdc-light .vdc-nav, nav.vdc-navbar--absolute.vdc-light .vdc-nav, nav.vdc-navbar--fixed.vdc-light .vdc-nav, nav.vdc-navbar--relative.vdc-light .vdc-nav {
  background-color: #143f8c;
  color: #fff; }
nav.vdc-navbar.vdc-dark .vdc-nav, nav.vdc-navbar--absolute.vdc-dark .vdc-nav, nav.vdc-navbar--fixed.vdc-dark .vdc-nav, nav.vdc-navbar--relative.vdc-dark .vdc-nav {
  background-color: #00276a;
  color: #fff; }
nav.vdc-navbar.vdc-transparent .vdc-nav, nav.vdc-navbar--absolute.vdc-transparent .vdc-nav, nav.vdc-navbar--fixed.vdc-transparent .vdc-nav, nav.vdc-navbar--relative.vdc-transparent .vdc-nav {
  background: transparent;
  color: #fff; }

nav.vdc-navbar, nav.vdc-navbar--fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 600; }

nav.vdc-navbar--absolute {
  left: 0;
  position: absolute;
  top: 0; }

.vdc-navbar--hide-link {
  visibility: hidden;
  width: 0;
  z-index: 599; }

nav.vdc-navbar .col, nav.vdc-navbar--absolute .col, nav.vdc-navbar--fixed .col, nav.vdc-navbar--relative .col {
  padding: 0 10px !important; }

nav.vdc-navbar .vdc-nav-title, nav.vdc-navbar--absolute .vdc-nav-title, nav.vdc-navbar--fixed .vdc-nav-title, nav.vdc-navbar--relative .vdc-nav-title {
  margin-left: 30px;
  margin-top: -5px; }
@media (min-width: 768px) {
  nav.vdc-navbar .vdc-nav-title, nav.vdc-navbar--absolute .vdc-nav-title, nav.vdc-navbar--fixed .vdc-nav-title, nav.vdc-navbar--relative .vdc-nav-title {
    margin-top: 45px; } }
@media (min-width: 1024px) {
  nav.vdc-navbar .vdc-nav-title, nav.vdc-navbar--absolute .vdc-nav-title, nav.vdc-navbar--fixed .vdc-nav-title, nav.vdc-navbar--relative .vdc-nav-title {
    margin-top: 60px; } }
@media (min-width: 1420px) {
  nav.vdc-navbar .vdc-nav-title, nav.vdc-navbar--absolute .vdc-nav-title, nav.vdc-navbar--fixed .vdc-nav-title, nav.vdc-navbar--relative .vdc-nav-title {
    margin-left: 0; } }
nav.vdc-navbar .vdc-nav-title h1, nav.vdc-navbar--absolute .vdc-nav-title h1, nav.vdc-navbar--fixed .vdc-nav-title h1, nav.vdc-navbar--relative .vdc-nav-title h1 {
  color: #cbe3ff;
  font-family: "OpenSans-light", "Roboto-Light", "sans-serif";
  font-size: 28px;
  font-weight: 100;
  line-height: 1;
  margin: 5px 0;
  opacity: .9;
  white-space: initial !important;
  word-wrap: break-word; }
@media (min-width: 768px) {
  nav.vdc-navbar .vdc-nav-title h1, nav.vdc-navbar--absolute .vdc-nav-title h1, nav.vdc-navbar--fixed .vdc-nav-title h1, nav.vdc-navbar--relative .vdc-nav-title h1 {
    font-size: 55px; } }
@media (min-width: 1024px) {
  nav.vdc-navbar .vdc-nav-title h1, nav.vdc-navbar--absolute .vdc-nav-title h1, nav.vdc-navbar--fixed .vdc-nav-title h1, nav.vdc-navbar--relative .vdc-nav-title h1 {
    font-size: 66px; } }
nav.vdc-navbar .vdc-nav-title h2, nav.vdc-navbar--absolute .vdc-nav-title h2, nav.vdc-navbar--fixed .vdc-nav-title h2, nav.vdc-navbar--relative .vdc-nav-title h2 {
  color: #afc1ef;
  font-family: "Roboto-Light";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-right: 1.875em;
  white-space: initial !important;
  word-wrap: break-word; }
@media (min-width: 768px) {
  nav.vdc-navbar .vdc-nav-title h2, nav.vdc-navbar--absolute .vdc-nav-title h2, nav.vdc-navbar--fixed .vdc-nav-title h2, nav.vdc-navbar--relative .vdc-nav-title h2 {
    font-size: 19px; } }

nav.vdc-navbar .vdc-navbar-button-container, nav.vdc-navbar--absolute .vdc-navbar-button-container, nav.vdc-navbar--fixed .vdc-navbar-button-container, nav.vdc-navbar--relative .vdc-navbar-button-container {
  margin: 10px auto 5px;
  max-width: 1320px; }
nav.vdc-navbar .vdc-navbar-button-container--buttons, nav.vdc-navbar--absolute .vdc-navbar-button-container--buttons, nav.vdc-navbar--fixed .vdc-navbar-button-container--buttons, nav.vdc-navbar--relative .vdc-navbar-button-container--buttons {
  margin-left: 15px; }
nav.vdc-navbar .vdc-navbar-button-container.col, nav.vdc-navbar--absolute .vdc-navbar-button-container.col, nav.vdc-navbar--fixed .vdc-navbar-button-container.col, nav.vdc-navbar--relative .vdc-navbar-button-container.col {
  align-items: center;
  justify-content: center; }
@media (min-width: 1420px) {
  nav.vdc-navbar .vdc-navbar-button-container, nav.vdc-navbar--absolute .vdc-navbar-button-container, nav.vdc-navbar--fixed .vdc-navbar-button-container, nav.vdc-navbar--relative .vdc-navbar-button-container {
    margin: 10px auto 5px; }
  nav.vdc-navbar .vdc-navbar-button-container--buttons, nav.vdc-navbar--absolute .vdc-navbar-button-container--buttons, nav.vdc-navbar--fixed .vdc-navbar-button-container--buttons, nav.vdc-navbar--relative .vdc-navbar-button-container--buttons {
    margin-left: -15px; } }

nav.vdc-navbar .vdc-navbar-lower-container, nav.vdc-navbar--absolute .vdc-navbar-lower-container, nav.vdc-navbar--fixed .vdc-navbar-lower-container, nav.vdc-navbar--relative .vdc-navbar-lower-container {
  margin: 5px auto -10px;
  max-width: 1320px; }
nav.vdc-navbar .vdc-navbar-lower-container--buttons, nav.vdc-navbar--absolute .vdc-navbar-lower-container--buttons, nav.vdc-navbar--fixed .vdc-navbar-lower-container--buttons, nav.vdc-navbar--relative .vdc-navbar-lower-container--buttons {
  margin-left: 5px;
  position: relative;
  top: 50%;
  transform: translate(0%, -50%); }
@media (min-width: 1420px) {
  nav.vdc-navbar .vdc-navbar-lower-container--buttons, nav.vdc-navbar--absolute .vdc-navbar-lower-container--buttons, nav.vdc-navbar--fixed .vdc-navbar-lower-container--buttons, nav.vdc-navbar--relative .vdc-navbar-lower-container--buttons {
    margin-left: -25px; } }
nav.vdc-navbar .vdc-navbar-lower-container.col, nav.vdc-navbar--absolute .vdc-navbar-lower-container.col, nav.vdc-navbar--fixed .vdc-navbar-lower-container.col, nav.vdc-navbar--relative .vdc-navbar-lower-container.col {
  align-items: center;
  justify-content: center; }
@media (min-width: 768px) {
  nav.vdc-navbar .vdc-navbar-lower-container, nav.vdc-navbar--absolute .vdc-navbar-lower-container, nav.vdc-navbar--fixed .vdc-navbar-lower-container, nav.vdc-navbar--relative .vdc-navbar-lower-container {
    margin: 0 auto -10px; } }

nav.vdc-navbar--absolute {
  left: 0;
  position: absolute;
  top: 0; }

nav.vdc-navbar, nav.vdc-navbar--fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 600; }

.vdc-navbar-overview-header {
  background: #153570;
  background: -webkit-linear-gradient(179deg, #143f8c, #001b50);
  background: -o-linear-gradient(179deg, #143f8c, #001b50);
  background: -moz-linear-gradient(179deg, #143f8c, #001b50);
  background: linear-gradient(179deg, #143f8c, #001b50);
  color: #fff;
  margin-top: 60px;
  padding-bottom: 10px; }
.vdc-navbar-overview-header--title {
  margin: 0 auto;
  max-width: 1320px; }
.vdc-navbar-overview-header--title--width {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 15px; }
@media (min-width: 768px) {
  .vdc-navbar-overview-header--title--width {
    padding-top: 45px; } }
@media (min-width: 1024px) {
  .vdc-navbar-overview-header--title--width {
    padding-top: 60px; } }
@media (min-width: 1420px) {
  .vdc-navbar-overview-header--title--width {
    margin-left: 0; } }
.vdc-navbar-overview-header--title--width .vdc-nav-title {
  max-width: 100%;
  width: 100%; }
.vdc-navbar-overview-header--title--width h1 {
  color: #cbe3ff;
  font-family: "OpenSans-light", "Roboto-Light", "sans-serif";
  font-size: 28px;
  font-weight: 100;
  line-height: 1;
  margin: 5px 0;
  opacity: .9;
  white-space: initial !important;
  word-wrap: break-word; }
@media (min-width: 768px) {
  .vdc-navbar-overview-header--title--width h1 {
    font-size: 55px; } }
@media (min-width: 1024px) {
  .vdc-navbar-overview-header--title--width h1 {
    font-size: 66px; } }
.vdc-navbar-overview-header--title--width h2 {
  color: #afc1ef;
  font-family: "Roboto-Light";
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  margin-right: 1.875em;
  white-space: initial !important;
  word-wrap: break-word; }
@media (min-width: 768px) {
  .vdc-navbar-overview-header--title--width h2 {
    font-size: 17px; } }
@media (min-width: 1024px) {
  .vdc-navbar-overview-header--title--width h2 {
    font-size: 19px; } }
.vdc-navbar-overview-header .vdc-nav-notification {
  background: #fff;
  border: 1px solid #003ea9;
  border-radius: 2px;
  margin: 20px 20px 20px 0;
  padding: 12px 20px 12px 40px; }
@media (min-width: 768px) {
  .vdc-navbar-overview-header .vdc-nav-notification {
    margin-bottom: 10px;
    margin-top: 10px; } }
.vdc-navbar-overview-header .vdc-nav-notification p {
  color: #333;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  position: relative; }
.vdc-navbar-overview-header .vdc-nav-notification p a {
  color: #023994;
  text-decoration: none; }
.vdc-navbar-overview-header .vdc-nav-notification p a:hover, .vdc-navbar-overview-header .vdc-nav-notification p a:focus {
  color: #011340;
  text-decoration: underline; }
.vdc-navbar-overview-header .vdc-nav-notification p::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #003ea9;
  content: 'info_outline';
  font-family: "MaterialIcons";
  font-feature-settings: 'liga';
  font-size: 18px;
  left: -25px;
  padding-right: 10px;
  position: absolute;
  text-align: left;
  text-rendering: optimizeLegibility;
  top: -2px; }
.vdc-navbar-overview-header .vdc-navbar-button-container {
  margin: 10px auto;
  max-width: 1320px; }
.vdc-navbar-overview-header .vdc-navbar-button-container--buttons {
  margin-left: 15px; }
.vdc-navbar-overview-header .vdc-navbar-button-container--buttons .vdc-component-button-container {
  display: block; }
@media (min-width: 768px) {
  .vdc-navbar-overview-header .vdc-navbar-button-container--buttons .vdc-component-button-container {
    display: flex; } }
.vdc-navbar-overview-header .vdc-navbar-button-container--buttons .vdc-component-button-container .vdc-navbar-button-link {
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 0.3125rem;
  box-sizing: content-box;
  cursor: pointer;
  display: block;
  font-family: "Roboto-Light";
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 0.75rem;
  max-width: 250px;
  outline: none;
  padding: 0.8125rem 2.1875rem 0.875rem;
  text-align: center;
  text-decoration: none; }
.vdc-navbar-overview-header .vdc-navbar-button-container--buttons .vdc-component-button-container .vdc-navbar-button-link:focus, .vdc-navbar-overview-header .vdc-navbar-button-container--buttons .vdc-component-button-container .vdc-navbar-button-link:hover {
  text-decoration: none; }
.vdc-navbar-overview-header .vdc-navbar-button-container--buttons .vdc-component-button-container .vdc-navbar-button-link .icon {
  display: inline;
  height: 1.25rem;
  margin: 0;
  padding-right: 0.5625rem;
  position: relative;
  top: 0.3125rem;
  width: 1.3125rem; }
@media (min-width: 768px) {
  .vdc-navbar-overview-header .vdc-navbar-button-container--buttons .vdc-component-button-container .vdc-navbar-button-link {
    font-size: 0.875rem;
    margin-bottom: 0;
    margin-right: 0.625rem;
    max-width: inherit;
    padding: 0.4375rem 0.625rem 0.5rem; }
  .vdc-navbar-overview-header .vdc-navbar-button-container--buttons .vdc-component-button-container .vdc-navbar-button-link .icon {
    padding-right: 0.3125rem; } }
@media (min-width: 1024px) {
  .vdc-navbar-overview-header .vdc-navbar-button-container--buttons .vdc-component-button-container .vdc-navbar-button-link {
    font-size: 1rem;
    margin-right: 1.5rem;
    padding: 0.5625rem 1rem 0.6875rem; }
  .vdc-navbar-overview-header .vdc-navbar-button-container--buttons .vdc-component-button-container .vdc-navbar-button-link .icon {
    padding-right: 0.5625rem; } }
.vdc-navbar-overview-header .vdc-navbar-button-container.col {
  align-items: center;
  justify-content: center; }
@media (min-width: 1420px) {
  .vdc-navbar-overview-header .vdc-navbar-button-container {
    margin: 10px auto; }
  .vdc-navbar-overview-header .vdc-navbar-button-container--buttons {
    margin-left: -15px; } }
.vdc-navbar-overview-header .vdc-navbar-lower-container {
  margin: 5px auto -10px;
  max-width: 1320px; }
.vdc-navbar-overview-header .vdc-navbar-lower-container--buttons {
  margin-left: 5px;
  position: relative; }
@media (min-width: 768px) {
  .vdc-navbar-overview-header .vdc-navbar-lower-container--buttons {
    -moz-transform: translate(0%, 60%);
    -ms-transform: translate(0%, 60%);
    -o-transform: translate(0%, 60%);
    -webkit-transform: translate(0%, 60%);
    transform: translate(0%, 60%); } }
@media (min-width: 1420px) {
  .vdc-navbar-overview-header .vdc-navbar-lower-container--buttons {
    margin-left: -25px; } }
.vdc-navbar-overview-header .vdc-navbar-lower-container.col {
  align-items: center;
  justify-content: center; }
@media (min-width: 768px) {
  .vdc-navbar-overview-header .vdc-navbar-lower-container {
    margin: 0 auto -10px; } }

.vdc-docs-select-selected {
  color: #003ea9 !important; }

.nav-list-container {
  padding: 20px; }

.vdc-docs-version-listbox {
  min-width: 170px !important; }

.vdc-docs-listbox-container {
  background: #fff;
  border: solid 1px #ddd;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.47);
  display: flex;
  flex-direction: row;
  font-family: "Roboto-Regular";
  max-height: 220px;
  min-width: 300px;
  overflow-y: auto; }
.vdc-docs-listbox-container ul {
  list-style: none;
  margin: 0;
  padding: 5px 0; }
.vdc-docs-listbox-container ul li {
  line-height: 1.2em;
  padding: 10px 0 10px 20px;
  text-indent: -20px; }
.vdc-docs-listbox-container ul li:focus, .vdc-docs-listbox-container ul li:hover {
  background-color: #f3f3f3; }
.vdc-docs-listbox-container ul li a,
.vdc-docs-listbox-container ul li span {
  color: #333;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.38;
  margin: 0 10px 0 20px; }
.vdc-docs-listbox-container ul li a:focus, .vdc-docs-listbox-container ul li a:hover {
  text-decoration: none !important; }
.vdc-docs-listbox-container ul li.lower-link {
  margin-top: 10px;
  padding: 0 0 0 20px; }
.vdc-docs-listbox-container ul li.lower-link div.lower-border-link {
  border-top: 1px solid #efefef;
  padding: 10px 0; }
.vdc-docs-listbox-container ul li.vdc-listbox--label {
  cursor: auto; }
.vdc-docs-listbox-container ul li.vdc-listbox--label span {
  color: #666;
  font-family: "Roboto-Light";
  font-weight: 500;
  line-height: 1.38; }
.vdc-docs-listbox-container ul li.vdc-listbox--label:focus, .vdc-docs-listbox-container ul li.vdc-listbox--label:hover {
  background-color: #fff; }
.vdc-docs-listbox-container ul li.second-level a,
.vdc-docs-listbox-container ul li.second-level span {
  line-height: 1.79;
  margin-left: 40px; }
.vdc-docs-listbox-container ul li.second-level a::before,
.vdc-docs-listbox-container ul li.second-level span::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #cfcfcf;
  content: 'lens';
  font-family: "MaterialIcons";
  font-feature-settings: 'liga';
  font-size: 6px;
  padding-right: 10px;
  position: relative;
  text-align: left;
  text-rendering: optimizeLegibility;
  top: -2px; }
.vdc-docs-listbox-container ul li.third-level a,
.vdc-docs-listbox-container ul li.third-level span {
  line-height: 1.79;
  margin-left: 70px; }
.vdc-docs-listbox-container ul li.third-level a::before,
.vdc-docs-listbox-container ul li.third-level span::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #cfcfcf;
  content: 'lens';
  font-family: "MaterialIcons";
  font-feature-settings: 'liga';
  font-size: 6px;
  padding-right: 10px;
  position: relative;
  text-align: left;
  text-rendering: optimizeLegibility;
  top: -2px; }
.vdc-docs-listbox-container ul a {
  color: #333;
  cursor: pointer;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.38;
  transition: .25s ease; }
.vdc-docs-listbox-container ul a:focus, .vdc-docs-listbox-container ul a:hover {
  text-decoration: underline; }

.vdc-navbar-listbox-container {
  background: #0a1b50;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  font-family: "Roboto-Light";
  min-width: 100px;
  overflow: hidden; }
@media (min-width: 768px) {
  .vdc-navbar-listbox-container {
    background: #001c50; } }
@media (-ms-high-contrast: none) {
  .vdc-navbar-listbox-container {
    width: 63%; } }
@supports (-ms-accelerator: true) {
  .vdc-navbar-listbox-container {
    width: 63%; } }
.vdc-navbar-listbox-container--right-col ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  margin-bottom: 5px !important;
  margin-right: 10px !important;
  padding-bottom: 25px !important; }
@media (min-width: 1024px) {
  .vdc-navbar-listbox-container--right-col ul {
    margin-right: 20px !important; } }
.vdc-navbar-listbox-container h4 {
  color: #76b4fc;
  font-family: "Roboto-Bold";
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 20px 10px 0 20px;
  text-transform: uppercase;
  white-space: inherit; }
.vdc-navbar-listbox-container a h4 {
  color: #76b4fc;
  font-family: "Roboto-Bold";
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 20px 10px 0 20px;
  text-transform: uppercase;
  white-space: inherit; }
.vdc-navbar-listbox-container a:hover h4, .vdc-navbar-listbox-container a:focus h4 {
  text-decoration: underline; }
.vdc-navbar-listbox-container ul {
  list-style: none;
  margin: 0 10px 0 20px;
  padding-bottom: 20px;
  padding-left: 0; }
.vdc-navbar-listbox-container ul li {
  line-height: 1.2em;
  padding-top: 10px; }
.vdc-navbar-listbox-container ul a {
  -webkit-font-smoothing: initial;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto-Light";
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  transition: .25s ease; }
.vdc-navbar-listbox-container ul a:focus, .vdc-navbar-listbox-container ul a:hover {
  text-decoration: underline; }
.vdc-navbar-listbox-container ul a i {
  padding-right: 8px;
  position: relative;
  top: 1px; }
.vdc-navbar-listbox-container ul a .icon {
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 16px;
  padding-right: 5px;
  position: relative;
  top: 4px;
  width: 17px; }
@media (min-width: 1024px) {
  .vdc-navbar-listbox-container ul a .icon {
    padding-right: 10px; } }
.vdc-navbar-listbox-container--hamburger {
  min-width: 200px;
  padding-bottom: 10px;
  padding-top: 0; }
.vdc-navbar-listbox-container--hamburger img {
  margin-left: 4px;
  padding-right: 30%;
  padding-top: 14px;
  width: 190px; }
.vdc-navbar-listbox-container--hamburger i {
  font-size: 24px;
  padding-top: 8px; }
.vdc-navbar-listbox-container--hamburger ul {
  margin: 0 52px 0 67px; }
.vdc-navbar-listbox-container--hamburger ul a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Roboto-Regular";
  font-size: 15px;
  font-weight: 500; }
.vdc-navbar-listbox-container--hamburger ul li {
  line-height: 2.6; }
.vdc-navbar-listbox-container--hamburger ul:not(:first-of-type) {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 4px; }
@media (min-width: 1024px) {
  .vdc-navbar-listbox-container--hamburger ul {
    margin: 0 20px; } }
.vdc-navbar-listbox-container--account {
  min-width: 200px;
  text-align: right; }
.vdc-navbar-listbox-container--account ul {
  margin: 0 15px 0 20px; }
.vdc-navbar-listbox-container--account ul li {
  line-height: 1.93; }
.vdc-navbar-listbox-container--account ul:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
@media (min-width: 1024px) {
  .vdc-navbar-listbox-container--account ul {
    margin: 0 20px; } }
.vdc-navbar-listbox-container--button-container {
  margin-bottom: 5px;
  margin-left: 15px;
  margin-top: 30px; }
.vdc-navbar-listbox-container--button-container a {
  background: #031136;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-right: 5px;
  padding: .8em 1.2em;
  text-transform: uppercase;
  transition: .25s ease; }
.vdc-navbar-listbox-container--button-container a:focus, .vdc-navbar-listbox-container--button-container a:hover {
  color: #afc1ef;
  text-decoration: underline; }
@media (min-width: 1024px) {
  .vdc-navbar-listbox-container--button-container a {
    padding: .8em 2.2em; } }

.sling-listbox {
  background-color: #fff;
  border: 2px solid #e8f0fb;
  color: #565656;
  list-style: none;
  margin: 0;
  min-width: 280px;
  padding: 0;
  display: inline-block; }
.sling-listbox--item {
  cursor: pointer;
  display: block;
  padding: 8px 16px;
  transition: .25s ease; }
.sling-listbox--item:focus, .sling-listbox--item:hover {
  background-color: #f2f4f8; }
.sling-listbox--item .sling-checkbox, .sling-listbox--item .sling-radio {
  display: block; }
.sling-listbox--item .sling-checkbox input, .sling-listbox--item .sling-radio input {
  margin-right: 10px; }
.sling-listbox-show {
  display: block !important; }

.sling-listbox--absolute {
  background-color: #fff;
  border: 2px solid #e8f0fb;
  color: #565656;
  list-style: none;
  margin: 0;
  min-width: 280px;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 602; }

.sling-listbox--fixed {
  background-color: #fff;
  border: 2px solid #e8f0fb;
  color: #565656;
  list-style: none;
  margin: 0;
  min-width: 280px;
  padding: 0;
  display: none;
  position: fixed;
  z-index: 602; }

.sling-listbox-curtain {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: background-color 1.25s ease-out;
  width: 100%;
  z-index: 597; }
@media (min-width: 768px) {
  .sling-listbox-curtain {
    background-color: transparent !important; } }

.vdc-listbox--absolute {
  display: none;
  position: absolute;
  z-index: 598; }

.vdc-navbar .vdc-header-nav-links .links-menubar li .navlink,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink, .vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a {
  -webkit-font-smoothing: subpixel-antialiased;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto-Light";
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: left;
  white-space: nowrap; }

.vdc-navbar,
.vdc-navbar--fixed,
.vdc-navbar--relative {
  background-color: #143f8c;
  color: #fff;
  font-family: "Roboto-Light";
  font-weight: 200;
  height: 62px;
  max-height: 62px;
  padding: 0;
  width: 100%; }
.vdc-navbar [class^='col'],
.vdc-navbar--fixed [class^='col'],
.vdc-navbar--relative [class^='col'] {
  padding: 0; }
.vdc-navbar .vdc-header-nav-width,
.vdc-navbar--fixed .vdc-header-nav-width,
.vdc-navbar--relative .vdc-header-nav-width {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  margin: 0;
  max-width: 100%; }
@media (min-width: 1420px) {
  .vdc-navbar .vdc-header-nav-width,
  .vdc-navbar--fixed .vdc-header-nav-width,
  .vdc-navbar--relative .vdc-header-nav-width {
    margin: 0 20px 0 25px; } }
.vdc-navbar .vdc-header-nav-width .sling-listbox-curtain,
.vdc-navbar--fixed .vdc-header-nav-width .sling-listbox-curtain,
.vdc-navbar--relative .vdc-header-nav-width .sling-listbox-curtain {
  background-color: rgba(0, 0, 0, 0.55); }
@media (min-width: 768px) {
  .vdc-navbar .vdc-header-nav-width .sling-listbox-curtain,
  .vdc-navbar--fixed .vdc-header-nav-width .sling-listbox-curtain,
  .vdc-navbar--relative .vdc-header-nav-width .sling-listbox-curtain {
    background-color: transparent !important; } }
.vdc-navbar .vdc-header-nav-width [class*='col-'],
.vdc-navbar--fixed .vdc-header-nav-width [class*='col-'],
.vdc-navbar--relative .vdc-header-nav-width [class*='col-'] {
  margin: 0 !important; }
.vdc-navbar .vdc-header-nav-width div.search-overlay [class*='col-'],
.vdc-navbar--fixed .vdc-header-nav-width div.search-overlay [class*='col-'],
.vdc-navbar--relative .vdc-header-nav-width div.search-overlay [class*='col-'] {
  margin: 0 auto !important; }
.vdc-navbar .vdc-header-nav-logo,
.vdc-navbar--fixed .vdc-header-nav-logo,
.vdc-navbar--relative .vdc-header-nav-logo {
  display: flex;
  flex-basis: 0;
  margin: 0 0 0 30px;
  max-width: 100%;
  padding-top: 20px;
  z-index: 598; }
.vdc-navbar .vdc-header-nav-logo a,
.vdc-navbar--fixed .vdc-header-nav-logo a,
.vdc-navbar--relative .vdc-header-nav-logo a {
  display: inline-block;
  height: 22px; }
.vdc-navbar .vdc-header-nav-logo a img,
.vdc-navbar--fixed .vdc-header-nav-logo a img,
.vdc-navbar--relative .vdc-header-nav-logo a img {
  display: inline;
  height: 100%;
  width: 190px; }
.vdc-navbar .vdc-header-nav-logo a:focus,
.vdc-navbar--fixed .vdc-header-nav-logo a:focus,
.vdc-navbar--relative .vdc-header-nav-logo a:focus {
  outline: 1px dotted #fff;
  outline-offset: 10px; }
@media (min-width: 1420px) {
  .vdc-navbar .vdc-header-nav-logo,
  .vdc-navbar--fixed .vdc-header-nav-logo,
  .vdc-navbar--relative .vdc-header-nav-logo {
    margin: 0; } }
.vdc-navbar .vdc-header-nav-links,
.vdc-navbar--fixed .vdc-header-nav-links,
.vdc-navbar--relative .vdc-header-nav-links {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  height: 100%;
  justify-content: flex-end;
  margin: 0;
  max-width: 100%; }
@media (min-width: 1024px) {
  .vdc-navbar .vdc-header-nav-links,
  .vdc-navbar--fixed .vdc-header-nav-links,
  .vdc-navbar--relative .vdc-header-nav-links {
    margin: 0 30px 0 0; } }
.vdc-navbar .vdc-header-nav-links .links-menubar,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar {
  display: none;
  z-index: 598; }
@media (min-width: 1024px) {
  .vdc-navbar .vdc-header-nav-links .links-menubar,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0; } }
.vdc-navbar .vdc-header-nav-links .links-menubar:focus,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar:focus,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar:focus {
  outline: none; }
.vdc-navbar .vdc-header-nav-links .links-menubar li,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar li,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  margin: 0 60px 0 30px;
  padding: 0; }
.vdc-navbar .vdc-header-nav-links .links-menubar li .navlink,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink {
  display: block;
  margin-left: 30px;
  padding: 15px 0;
  position: relative;
  width: 92%;
  z-index: 597; }
.vdc-navbar .vdc-header-nav-links .links-menubar li .navlink:hover, .vdc-navbar .vdc-header-nav-links .links-menubar li .navlink:focus,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink:hover,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink:focus,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink:hover,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink:focus {
  color: #afbfda;
  font-weight: 300;
  text-decoration: underline; }
.vdc-navbar .vdc-header-nav-links .links-menubar li .navlink:focus:not(:hover),
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink:focus:not(:hover),
.vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink:focus:not(:hover) {
  outline: 1px dotted #fff;
  text-decoration: underline; }
.vdc-navbar .vdc-header-nav-links .links-menubar li .navlink i,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink i,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink i {
  color: #f7b600;
  font-size: 20px;
  left: -30px;
  position: absolute;
  top: 16px; }
.vdc-navbar .vdc-header-nav-links .links-menubar li .navlink i::before,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink i::before,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink i::before {
  content: 'keyboard_arrow_down'; }
@media (-ms-high-contrast: none) {
  .vdc-navbar .vdc-header-nav-links .links-menubar li .navlink,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink {
    display: table; } }
.vdc-navbar .vdc-header-nav-links .links-menubar li.active a i::before,
.vdc-navbar .vdc-header-nav-links .links-menubar li.active button i::before,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar li.active a i::before,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar li.active button i::before,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar li.active a i::before,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar li.active button i::before {
  content: 'keyboard_arrow_up'; }
@media (min-width: 1024px) {
  .vdc-navbar .vdc-header-nav-links .links-menubar li,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li {
    border: 0;
    display: inline-block;
    margin: 0;
    padding: 20px 5px 0 6px; }
  .vdc-navbar .vdc-header-nav-links .links-menubar li .navlink,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink {
    display: inline;
    font-size: 14px;
    letter-spacing: .4px;
    margin: 0;
    padding: 0 0 5px 2px;
    position: inherit;
    width: inherit; }
  .vdc-navbar .vdc-header-nav-links .links-menubar li .navlink i,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink i,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink i {
    color: #fff;
    font-size: 15px;
    left: inherit;
    margin-left: -4px;
    position: relative;
    top: 3px;
    visibility: hidden; }
  .vdc-navbar .vdc-header-nav-links .links-menubar li .navlink:hover,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink:hover,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink:hover {
    border-bottom: 2px solid #f7b600;
    color: #fff;
    padding-bottom: 3px;
    text-decoration: none; }
  .vdc-navbar .vdc-header-nav-links .links-menubar li .navlink:focus,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink:focus,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink:focus {
    color: #fff;
    text-decoration: none; }
  .vdc-navbar .vdc-header-nav-links .links-menubar li .navlink:focus:not(:hover),
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink:focus:not(:hover),
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink:focus:not(:hover) {
    color: #fff;
    text-decoration: none; }
  .vdc-navbar .vdc-header-nav-links .links-menubar li .navlink[nav-drop],
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink[nav-drop],
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink[nav-drop] {
    transition: background-color .25s ease-out, margin-bottom 0s, padding-bottom 0s, height 0s, z-index 0s; }
  .vdc-navbar .vdc-header-nav-links .links-menubar li .navlink[nav-drop]:focus i, .vdc-navbar .vdc-header-nav-links .links-menubar li .navlink[nav-drop]:hover i,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink[nav-drop]:focus i,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink[nav-drop]:hover i,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink[nav-drop]:focus i,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink[nav-drop]:hover i {
    visibility: visible; } }
@media (min-width: 1024px) and (-ms-high-contrast: none) {
  .vdc-navbar .vdc-header-nav-links .links-menubar li .navlink,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li .navlink,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li .navlink {
    display: inline; } }
@media (min-width: 1024px) {
  .vdc-navbar .vdc-header-nav-links .links-menubar li a.navlink,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li a.navlink,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li a.navlink {
    padding: 0 2px; }
  .vdc-navbar .vdc-header-nav-links .links-menubar li.active,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li.active,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li.active {
    -moz-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.2);
    background: #001b50;
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    transition: background 0s ease-in 0s; }
  .vdc-navbar .vdc-header-nav-links .links-menubar li.active .navlink i,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li.active .navlink i,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li.active .navlink i {
    visibility: visible; }
  .vdc-navbar .vdc-header-nav-links .links-menubar li.active .navlink i::before,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li.active .navlink i::before,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li.active .navlink i::before {
    content: 'keyboard_arrow_up'; }
  .vdc-navbar .vdc-header-nav-links .links-menubar li:last-child a,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li:last-child a,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li:last-child a {
    margin-right: 10px; } }
@media (min-width: 1024px) {
  .vdc-navbar .vdc-header-nav-links .links-menubar li:last-child a,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li:last-child a,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li:last-child a {
    margin-right: 20px; } }
.vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown {
  background: transparent;
  font-family: "Roboto-Light";
  height: 1px;
  max-width: 100%;
  min-width: 100px;
  opacity: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: .25s ease-out, margin 0s, left 0s, top 0s, padding 0s;
  visibility: hidden;
  width: auto;
  z-index: 598; }
.vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown strong,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown strong,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown strong {
  color: #fff;
  font-family: "Roboto-Bold";
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: uppercase;
  white-space: inherit; }
.vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown div:not(:first-of-type),
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown div:not(:first-of-type),
.vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown div:not(:first-of-type) {
  border-top: 1px solid #1a3b7a;
  margin-top: 25px;
  padding-top: 20px; }
.vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul {
  margin: 0;
  padding: 0; }
.vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li {
  border: 0;
  display: block;
  margin: 5px 0 0;
  padding: 0; }
.vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 2.29;
  width: inherit; }
.vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a:hover, .vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a:focus,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a:hover,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a:focus,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a:hover,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a:focus {
  outline: none;
  text-decoration: underline; }
.vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a:hover::after, .vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a:focus::after,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a:hover::after,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a:focus::after,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a:hover::after,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a:focus::after {
  content: none; }
.vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a.call-out,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a.call-out,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a.call-out {
  border: 1px solid #afbfda;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  margin-top: 16px;
  padding: 12px 35px;
  text-align: center; }
.vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a.call-out:hover, .vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a.call-out:focus,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a.call-out:hover,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a.call-out:focus,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a.call-out:hover,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a.call-out:focus {
  background: #031136;
  border: 1px solid #384e86;
  color: #afc1ef; }
.vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown.dropdown-show,
.vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown.dropdown-show,
.vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown.dropdown-show {
  display: block;
  height: inherit;
  margin: 0 10px 5px 0;
  opacity: 1;
  padding: 0 30px 20px 45px;
  transform: translateY(0%) !important;
  visibility: visible; }
@media (min-width: 768px) {
  .vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown.dropdown-show,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown.dropdown-show,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown.dropdown-show {
    margin: 0;
    padding: 20px 30px; } }
@media (min-width: 1024px) {
  .vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown {
    background: #001b50;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.47);
    display: block;
    height: inherit;
    padding: 20px 30px;
    position: absolute; }
  .vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown div,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown div,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown div {
    display: inline-flex;
    flex-direction: column; }
  .vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown div:not(:first-of-type),
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown div:not(:first-of-type),
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown div:not(:first-of-type) {
    border-left: 1px solid #1a3b7a;
    border-top: 0;
    margin-left: 25px;
    margin-top: 0;
    padding-left: 30px;
    padding-top: 0; }
  .vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li {
    margin: 0; }
  .vdc-navbar .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar .vdc-header-nav-dropdown ul li a {
    font-size: 13px;
    line-height: 2; } }
@media (min-width: 1024px) {
  .vdc-navbar .vdc-header-nav-links .links-menubar li,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar li,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar li {
    margin-right: 5px;
    padding: 20px 10px 0; } }
@media (max-width: 1024px) {
  .vdc-navbar .vdc-header-nav-links .links-menubar.mobile-nav,
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar.mobile-nav,
  .vdc-navbar--relative .vdc-header-nav-links .links-menubar.mobile-nav {
    background: #001b50;
    bottom: 0;
    display: block;
    left: 0;
    list-style-type: none;
    margin: 0;
    overflow-y: auto;
    padding: 50px 0 20px 10px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 598; } }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box {
  z-index: 599; }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search {
  background: transparent;
  border: 0;
  cursor: pointer;
  max-width: 20px;
  outline: none;
  padding: 20px 0 0; }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search i,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search i,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search i {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1 !important;
  position: relative;
  top: 2px; }
@media (-ms-high-contrast: none) {
  .vdc-navbar .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search i,
  .vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search i,
  .vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search i {
    top: 0; } }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search:focus i, .vdc-navbar .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search:hover i,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search:focus i,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search:hover i,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search:focus i,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search:hover i {
  color: #f8b10c;
  font-weight: 900; }
@media (min-width: 768px) {
  .vdc-navbar .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search,
  .vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search,
  .vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search {
    margin-left: 10px; } }
@media (min-width: 1024px) {
  .vdc-navbar .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search,
  .vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search,
  .vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .vdc-header-nav-search {
    margin-left: 0; } }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .close-searchoverlay,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .close-searchoverlay,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .close-searchoverlay {
  right: 48px !important; }
@media (min-width: 768px) {
  .vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .close-searchoverlay,
  .vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .close-searchoverlay,
  .vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .close-searchoverlay {
    right: 22px !important; } }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left {
  padding: 0 5px 0 10px; }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left a,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left a,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left a {
  font-size: 13px; }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left a .right,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left a .right,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left a .right {
  font-size: 11px; }
@media (min-width: 768px) {
  .vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left,
  .vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left,
  .vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left {
    padding: 0 15px; }
  .vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left a,
  .vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left a,
  .vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left a {
    font-size: 14px; }
  .vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left a .right,
  .vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left a .right,
  .vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete ul li .left a .right {
    font-size: 13px; } }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete a,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete a,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete a {
  color: #fff; }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete a:focus, .vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete a:hover,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete a:focus,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete a:hover,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete a:focus,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete a:hover {
  color: #fff;
  text-decoration: underline !important; }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete a:focus::after, .vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete a:hover::after,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete a:focus::after,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete a:hover::after,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete a:focus::after,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .overlay-auto-complete a:hover::after {
  border: 0;
  content: ''; }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row ul.search-category li,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row ul.search-category li,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row ul.search-category li {
  padding-right: 10px !important; }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row ul.search-category li a,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row ul.search-category li a,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row ul.search-category li a {
  font-size: 16px !important; }
@media (min-width: 768px) {
  .vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row ul.search-category li,
  .vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row ul.search-category li,
  .vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row ul.search-category li {
    padding-right: 20px !important; }
  .vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row ul.search-category li a,
  .vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row ul.search-category li a,
  .vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row ul.search-category li a {
    font-size: 18px !important; } }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row a,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row a,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row a {
  color: #fff;
  cursor: pointer;
  display: inline-block; }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row a:focus, .vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row a:hover,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row a:focus,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row a:hover,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row a:focus,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row a:hover {
  color: #fff;
  text-decoration: underline !important; }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new {
  float: none; }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new a:focus, .vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new a:hover,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new a:focus,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new a:hover,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new a:focus,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new a:hover {
  text-decoration: underline !important; }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new .result-count,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new .result-count,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new .result-count {
  font-size: 24px !important;
  line-height: 1.2 !important;
  padding-bottom: 25px !important; }
@media (min-width: 768px) {
  .vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new .result-count,
  .vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new .result-count,
  .vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new .result-count {
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 50px; } }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new .result-item .result-category,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new .result-item .result-category,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new .result-item .result-category {
  display: none; }
@media (min-width: 768px) {
  .vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new .result-item .result-category,
  .vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new .result-item .result-category,
  .vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay .result-row .search-results-new .result-item .result-category {
    display: block; } }
.vdc-navbar .vdc-header-nav-links .top-nav-search-box .search-overlay ul.pagination li a,
.vdc-navbar--fixed .vdc-header-nav-links .top-nav-search-box .search-overlay ul.pagination li a,
.vdc-navbar--relative .vdc-header-nav-links .top-nav-search-box .search-overlay ul.pagination li a {
  color: #fff; }
.vdc-navbar .vdc-header-nav-links .vdc-header-nav-hamburger,
.vdc-navbar--fixed .vdc-header-nav-links .vdc-header-nav-hamburger,
.vdc-navbar--relative .vdc-header-nav-links .vdc-header-nav-hamburger {
  background: #001b50;
  margin-left: 12px;
  padding: 19px 18px;
  z-index: 598; }
.vdc-navbar .vdc-header-nav-links .vdc-header-nav-hamburger button,
.vdc-navbar--fixed .vdc-header-nav-links .vdc-header-nav-hamburger button,
.vdc-navbar--relative .vdc-header-nav-links .vdc-header-nav-hamburger button {
  background: transparent;
  border: 0;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0;
  transition: background .25s ease; }
.vdc-navbar .vdc-header-nav-links .vdc-header-nav-hamburger button i,
.vdc-navbar--fixed .vdc-header-nav-links .vdc-header-nav-hamburger button i,
.vdc-navbar--relative .vdc-header-nav-links .vdc-header-nav-hamburger button i {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  line-height: 1 !important; }
.vdc-navbar .vdc-header-nav-links .vdc-header-nav-hamburger button i::before,
.vdc-navbar--fixed .vdc-header-nav-links .vdc-header-nav-hamburger button i::before,
.vdc-navbar--relative .vdc-header-nav-links .vdc-header-nav-hamburger button i::before {
  content: 'menu'; }
.vdc-navbar .vdc-header-nav-links .vdc-header-nav-hamburger button:focus i, .vdc-navbar .vdc-header-nav-links .vdc-header-nav-hamburger button:hover i,
.vdc-navbar--fixed .vdc-header-nav-links .vdc-header-nav-hamburger button:focus i,
.vdc-navbar--fixed .vdc-header-nav-links .vdc-header-nav-hamburger button:hover i,
.vdc-navbar--relative .vdc-header-nav-links .vdc-header-nav-hamburger button:focus i,
.vdc-navbar--relative .vdc-header-nav-links .vdc-header-nav-hamburger button:hover i {
  color: #f8b10c; }
.vdc-navbar .vdc-header-nav-links .vdc-header-nav-hamburger button.open i::before,
.vdc-navbar--fixed .vdc-header-nav-links .vdc-header-nav-hamburger button.open i::before,
.vdc-navbar--relative .vdc-header-nav-links .vdc-header-nav-hamburger button.open i::before {
  content: 'close'; }
@media (min-width: 1024px) {
  .vdc-navbar .vdc-header-nav-links .vdc-header-nav-hamburger,
  .vdc-navbar--fixed .vdc-header-nav-links .vdc-header-nav-hamburger,
  .vdc-navbar--relative .vdc-header-nav-links .vdc-header-nav-hamburger {
    display: none; } }
.vdc-navbar.vdc-light,
.vdc-navbar--fixed.vdc-light,
.vdc-navbar--relative.vdc-light {
  background-color: #143f8c; }
.vdc-navbar.vdc-dark,
.vdc-navbar--fixed.vdc-dark,
.vdc-navbar--relative.vdc-dark {
  background-color: #00276a; }
.vdc-navbar.vdc-transparent,
.vdc-navbar--fixed.vdc-transparent,
.vdc-navbar--relative.vdc-transparent {
  background: transparent; }
.vdc-navbar.vdc-fixed,
.vdc-navbar--fixed.vdc-fixed,
.vdc-navbar--relative.vdc-fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 600; }
@media (max-width: 768px) {
  .vdc-navbar.vdc-fixed .vdc-header-nav-links .links-menubar.mobile-nav,
  .vdc-navbar--fixed.vdc-fixed .vdc-header-nav-links .links-menubar.mobile-nav,
  .vdc-navbar--relative.vdc-fixed .vdc-header-nav-links .links-menubar.mobile-nav {
    position: fixed; } }
.vdc-navbar .vdc-header-nav-curtain,
.vdc-navbar .vdc-header-nav-curtain-mobile,
.vdc-navbar--fixed .vdc-header-nav-curtain,
.vdc-navbar--fixed .vdc-header-nav-curtain-mobile,
.vdc-navbar--relative .vdc-header-nav-curtain,
.vdc-navbar--relative .vdc-header-nav-curtain-mobile {
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 596; }
@media (min-width: 1024px) {
  .vdc-navbar .vdc-header-nav-curtain,
  .vdc-navbar .vdc-header-nav-curtain-mobile,
  .vdc-navbar--fixed .vdc-header-nav-curtain,
  .vdc-navbar--fixed .vdc-header-nav-curtain-mobile,
  .vdc-navbar--relative .vdc-header-nav-curtain,
  .vdc-navbar--relative .vdc-header-nav-curtain-mobile {
    background-color: transparent !important; } }
.vdc-navbar .vdc-header-nav-curtain.curtain-show,
.vdc-navbar .vdc-header-nav-curtain-mobile.curtain-show,
.vdc-navbar--fixed .vdc-header-nav-curtain.curtain-show,
.vdc-navbar--fixed .vdc-header-nav-curtain-mobile.curtain-show,
.vdc-navbar--relative .vdc-header-nav-curtain.curtain-show,
.vdc-navbar--relative .vdc-header-nav-curtain-mobile.curtain-show {
  display: block; }
.vdc-navbar .vdc-header-nav-curtain-mobile,
.vdc-navbar--fixed .vdc-header-nav-curtain-mobile,
.vdc-navbar--relative .vdc-header-nav-curtain-mobile {
  z-index: 597; }

.vdc-navbar--fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 600; }
@media (max-width: 1024px) {
  .vdc-navbar--fixed .vdc-header-nav-links .links-menubar.mobile-nav {
    position: fixed; } }

footer.vdc-footer, footer.vdc-footer--absolute, footer.vdc-footer--fixed, footer.vdc-footer--relative {
  font-family: "Roboto-Regular";
  width: 100%;
  z-index: 300; }

footer.vdc-footer--fixed {
  bottom: 0;
  left: 0;
  position: fixed; }

footer.vdc-footer--absolute {
  position: absolute; }

.vdc-footer-social {
  background: #e5e5e5;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px 10px; }
.vdc-footer-social--width {
  margin: 0 20px 0 0; }
@media (min-width: 1420px) {
  .vdc-footer-social--width {
    margin-left: 0; } }
.vdc-footer-social--icons, .vdc-footer-social--icons-docs-landing {
  text-align: left; }
.vdc-footer-social--icons a, .vdc-footer-social--icons-docs-landing a {
  display: inline-block;
  margin: 0 15px 0 5px; }
.vdc-footer-social--icons a i, .vdc-footer-social--icons-docs-landing a i {
  color: #aeaeae;
  font-size: 30px; }
.vdc-footer-social--icons a:focus, .vdc-footer-social--icons a:hover, .vdc-footer-social--icons-docs-landing a:focus, .vdc-footer-social--icons-docs-landing a:hover {
  text-decoration: none; }
.vdc-footer-social--icons a:focus i, .vdc-footer-social--icons a:hover i, .vdc-footer-social--icons-docs-landing a:focus i, .vdc-footer-social--icons-docs-landing a:hover i {
  color: #4a90e2; }
.vdc-footer-social--icons .icon, .vdc-footer-social--icons-docs-landing .icon {
  color: #aeaeae;
  height: 27px;
  margin-right: 15px;
  width: 28px; }
.vdc-footer-social--icons-docs-landing {
  margin-left: 10px; }
@media (min-width: 1420px) {
  .vdc-footer-social--icons-docs-landing {
    margin-left: 15px; } }

.vdc-footer-main {
  background: #f0f0f0;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0; }
@media (min-width: 768px) {
  .vdc-footer-main {
    padding: 60px 0; } }
@media (min-width: 1420px) {
  .vdc-footer-main {
    padding: 90px 0 60px; } }
.vdc-footer-main--width {
  margin: 0 20px 0 0; }
@media (min-width: 1420px) {
  .vdc-footer-main--width {
    margin-left: 25px; } }
.vdc-footer-main a {
  color: #011340;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 20px;
  text-decoration: none;
  white-space: initial; }
.vdc-footer-main a:focus, .vdc-footer-main a:hover {
  color: #011340;
  font-weight: 500;
  text-decoration: underline; }
.vdc-footer-main a.selected {
  color: #06c; }
.vdc-footer-main--links, .vdc-footer-main--links-docs-landing {
  margin-left: 25px; }
@media (min-width: 1420px) {
  .vdc-footer-main--links, .vdc-footer-main--links-docs-landing {
    margin-left: -5px; } }
.vdc-footer-main--links--content, .vdc-footer-main--links-docs-landing--content {
  margin-top: 20px; }
@media (min-width: 768px) {
  .vdc-footer-main--links--content, .vdc-footer-main--links-docs-landing--content {
    margin-left: 20px;
    margin-top: 0;
    padding-top: 0; } }
@media (min-width: 768px) {
  .vdc-footer-main--links--content--border-right, .vdc-footer-main--links-docs-landing--content--border-right {
    border-right: 1px solid #dbdbdb;
    margin-left: 0;
    padding-right: 5px;
    padding-top: 0; } }
.vdc-footer-main--links--content--border-left, .vdc-footer-main--links-docs-landing--content--border-left {
  margin-top: 20px; }
@media (min-width: 768px) {
  .vdc-footer-main--links--content--border-left, .vdc-footer-main--links-docs-landing--content--border-left {
    border-left: 1px solid #dbdbdb;
    margin-top: 0;
    padding-left: 45px;
    padding-top: 0; } }
.vdc-footer-main--links a, .vdc-footer-main--links-docs-landing a {
  display: block; }
.vdc-footer-main--links .icon, .vdc-footer-main--links-docs-landing .icon {
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #4a90e2;
  display: inline;
  height: 15px;
  padding-right: 9px;
  position: relative;
  top: 2px;
  width: 19px; }
.vdc-footer-main--links h3, .vdc-footer-main--links-docs-landing h3 {
  color: #444;
  font-family: "Roboto-Light";
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 0; }
@media (min-width: 768px) {
  .vdc-footer-main--links h3, .vdc-footer-main--links-docs-landing h3 {
    margin-bottom: 30px; } }
.vdc-footer-main--links i, .vdc-footer-main--links-docs-landing i {
  color: #4a90e2;
  display: inline;
  font-size: 1.125em;
  padding-right: 9px;
  position: relative;
  top: 4px; }
@media (min-width: 1420px) {
  .vdc-footer-main--links-docs-landing {
    margin-left: 0; } }
.vdc-footer-main--policies, .vdc-footer-main--policies-docs-landing {
  flex-wrap: wrap;
  margin-left: 25px;
  margin-top: 30px; }
@media (min-width: 768px) {
  .vdc-footer-main--policies, .vdc-footer-main--policies-docs-landing {
    margin-top: 40px; } }
@media (min-width: 1420px) {
  .vdc-footer-main--policies, .vdc-footer-main--policies-docs-landing {
    margin-left: -5px; } }
.vdc-footer-main--policies--container, .vdc-footer-main--policies-docs-landing--container {
  border-top: 1px solid #dbdbdb;
  padding-left: 10px; }
.vdc-footer-main--policies--copyright, .vdc-footer-main--policies-docs-landing--copyright {
  color: #4a4a4a;
  font-family: "Roboto-Light";
  font-size: 11px;
  font-weight: 300;
  line-height: 2.36;
  margin-left: -10px;
  margin-right: 20px;
  white-space: nowrap; }
.vdc-footer-main--policies--links, .vdc-footer-main--policies-docs-landing--links {
  flex-direction: row; }
@media (min-width: 768px) {
  .vdc-footer-main--policies--links, .vdc-footer-main--policies-docs-landing--links {
    margin-left: 25px;
    margin-top: 1px; } }
.vdc-footer-main--policies--links a, .vdc-footer-main--policies-docs-landing--links a {
  display: block;
  font-size: 13px;
  line-height: 1.92;
  margin-bottom: 6px;
  margin-left: -10px;
  margin-right: 5px; }
@media (min-width: 768px) {
  .vdc-footer-main--policies--links a, .vdc-footer-main--policies-docs-landing--links a {
    display: inline;
    margin-bottom: 0;
    margin-left: 15px; } }
@media (min-width: 1024px) {
  .vdc-footer-main--policies--links a, .vdc-footer-main--policies-docs-landing--links a {
    margin-left: 35px;
    margin-right: 30px; } }
.vdc-footer-main--policies-docs-landing {
  margin-left: 25px; }
@media (min-width: 1420px) {
  .vdc-footer-main--policies-docs-landing {
    margin-left: 0; } }

.vdc-footer-logo {
  height: 18px;
  margin-bottom: -30px;
  margin-top: 20px;
  width: 56px; }
@media (min-width: 768px) {
  .vdc-footer-logo {
    margin-bottom: -20px; } }

.vdc-component-footer {
  background: #e5e5e5; }
.vdc-component-footer-width {
  margin: 0;
  padding: 30px 30px 25px;
  text-align: center; }
@media (min-width: 1024px) {
  .vdc-component-footer-width {
    display: flex;
    padding: 30px 0 25px;
    text-align: left; } }
@media (min-width: 1420px) {
  .vdc-component-footer-width {
    margin: 0 20px 0 25px; } }
.vdc-component-footer-width p {
  color: #4a4a4a;
  display: block;
  font-family: "Roboto-Light";
  font-size: 13px;
  font-weight: 300;
  line-height: 1.38; }
.vdc-component-footer-width p a {
  color: #003ea9;
  font-family: "Roboto-Regular"; }
.vdc-component-footer-width p a:hover, .vdc-component-footer-width p a:focus {
  color: #011340;
  text-decoration: underline; }
.vdc-component-footer-width .vdc-component-footer-image {
  z-index: 1; }
.vdc-component-footer-width .vdc-component-footer-image a {
  display: inline-block;
  margin: 0 0 4px; }
.vdc-component-footer-width .vdc-component-footer-image a img {
  height: 23px;
  margin: 0;
  width: 69px; }
@media (min-width: 768px) {
  .vdc-component-footer-width .vdc-component-footer-image {
    display: block;
    text-align: left; } }
@media (min-width: 1024px) {
  .vdc-component-footer-width .vdc-component-footer-image {
    display: inline-flex;
    flex: 0 0 20%;
    flex-direction: column;
    margin-left: 30px;
    max-width: 20%; } }
@media (min-width: 1420px) {
  .vdc-component-footer-width .vdc-component-footer-image {
    margin-left: 0; } }
.vdc-component-footer-width .vdc-component-footer-links {
  z-index: 1; }
.vdc-component-footer-width .vdc-component-footer-links ul {
  list-style-type: none;
  margin: 12px 0;
  padding: 0; }
.vdc-component-footer-width .vdc-component-footer-links ul li {
  display: block;
  margin: 0; }
@media (min-width: 768px) {
  .vdc-component-footer-width .vdc-component-footer-links ul li {
    display: inline-block;
    margin: 0; } }
.vdc-component-footer-width .vdc-component-footer-links ul li a {
  color: #003ea9;
  font-family: "Roboto-Regular";
  font-size: 13px;
  font-weight: 300; }
.vdc-component-footer-width .vdc-component-footer-links ul li a:hover, .vdc-component-footer-width .vdc-component-footer-links ul li a:focus {
  color: #011340;
  text-decoration: underline; }
@media (min-width: 768px) {
  .vdc-component-footer-width .vdc-component-footer-links ul li:not(:last-child) {
    margin-right: 8px; } }
@media (min-width: 1024px) {
  .vdc-component-footer-width .vdc-component-footer-links ul li:not(:last-child) {
    margin-right: 14px; } }
@media (min-width: 768px) {
  .vdc-component-footer-width .vdc-component-footer-links ul {
    margin: 8px 0; } }
@media (min-width: 1024px) {
  .vdc-component-footer-width .vdc-component-footer-links ul {
    margin-top: 0; } }
.vdc-component-footer-width .vdc-component-footer-links p a {
  white-space: nowrap; }
@media (min-width: 1024px) {
  .vdc-component-footer-width .vdc-component-footer-links p {
    margin: 0 0 0 60px; } }
@media (min-width: 768px) {
  .vdc-component-footer-width .vdc-component-footer-links {
    display: block;
    text-align: left; } }
@media (min-width: 1024px) {
  .vdc-component-footer-width .vdc-component-footer-links {
    display: inline-flex;
    flex: 0 1 80%;
    flex-direction: column;
    margin-right: 30px;
    max-width: 80%;
    text-align: right; } }
.vdc-component-footer-social {
  background: #d8d8d8; }
.vdc-component-footer-social-icons {
  margin: 0;
  padding: 10px 0 4px;
  text-align: center; }
.vdc-component-footer-social-icons a {
  display: inline-block;
  margin: 0 15px 0 0; }
.vdc-component-footer-social-icons a i {
  color: #9b9b9b;
  font-size: 30px; }
.vdc-component-footer-social-icons a:focus, .vdc-component-footer-social-icons a:hover {
  text-decoration: none; }
.vdc-component-footer-social-icons a:focus i, .vdc-component-footer-social-icons a:hover i {
  color: #4a90e2; }
@media (min-width: 768px) {
  .vdc-component-footer-social-icons {
    text-align: left; }
  .vdc-component-footer-social-icons a:first-child {
    margin-left: 30px; } }
@media (min-width: 1420px) {
  .vdc-component-footer-social-icons {
    margin: 0 20px 0 25px; }
  .vdc-component-footer-social-icons a:first-child {
    margin-left: 0; } }
.vdc-component-footer.vdc-fixed {
  bottom: 0;
  left: 0;
  position: fixed; }

body.centered-width nav .vdc-nav--width {
  margin: 0 auto;
  max-width: 1320px; }
@media (min-width: 1420px) {
  body.centered-width nav .vdc-nav--width {
    margin: 0 auto; } }

body.centered-width .vdc-navbar .vdc-header-nav-width,
body.centered-width .vdc-navbar--fixed .vdc-header-nav-width,
body.centered-width .vdc-navbar--relative .vdc-header-nav-width {
  margin: 0 auto;
  max-width: 1320px; }

body.centered-width footer .vdc-footer-main--width,
body.centered-width footer .vdc-footer-social--width,
body.centered-width footer .vdc-component-footer-width,
body.centered-width footer .vdc-component-footer-social-icons {
  margin: 0 auto;
  max-width: 1320px; }
@media (min-width: 1420px) {
  body.centered-width footer .vdc-footer-main--width,
  body.centered-width footer .vdc-footer-social--width,
  body.centered-width footer .vdc-component-footer-width,
  body.centered-width footer .vdc-component-footer-social-icons {
    margin: 0 auto; } }

body svg {
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

body #footer {
  position: inherit;
  width: 100%; }

@media (min-width: 768px) {
  body.lia-body nav.vdc-navbar--fixed a,
  body.lia-body nav.vdc-navbar--fixed button {
    margin-top: 4px; } }

@media (min-width: 1024px) {
  body.lia-body nav.vdc-navbar--fixed a,
  body.lia-body nav.vdc-navbar--fixed button {
    margin-top: 1px; } }

body.lia-body .vdc-nav-app-info .vdc-nav-icon {
  margin-top: 0; }

body.vdc-no-scroll {
  overflow: hidden; }

/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/* color helpers */
.i-green {
  color: #F7B600; }

/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/* color helpers */
.i-green {
  color: #F7B600; }

/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/*doc
---
title: Input
name: input
category: base
---
all inputs are colored, have a border, and padding, and have a specified font

```html_example
  <div>
    <label>text</label>
    <input type='text' placeholder='Bob'/>
  </div>
  <div>
    <label>password</label>
    <div class="input-with-tooltip">
      <input type="password" value='Bob'/>
      <div class="input-tooltip">
        <i class="question-mark"></i>
        <div class="tooltip-content">
          <strong>Password must be:</strong>
          <br/>
          At least seven characters
          <br/>
          No more than one Snow White
          <br/>
          At least one poison apple
        </div>
      </div>
    </div>
  </div>
  <div>
    <label for='checkbox-on-left'>checkbox label</label>
    <input id='checkbox-on-left' type='checkbox' />
  </div>
  <div>
    <input type='submit' value='submit'/>
  </div>
```
*/
/*doc
---
title: checkboxes
parent: input
category: base
---
allow labels to be placed next to them

```html_example
  <div>
    <label for='checkbox-on-left'>this is on the right</label>
    <input id='checkbox-on-left' type='checkbox' />
  </div>
  <div>
    <input id='checkbox-on-right' type='checkbox' />
    <label for='checkbox-on-right'>this is on the left</label>
  </div>
```
*/
input {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 8px 10px;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal; }
  input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px; }
  input[readonly] {
    background: #fafafa;
    border: 1px solid #dddddd;
    color: #333333; }
  input[type="text"], input[type="password"], input[type="search"] {
    width: 289px;
    margin-top: 5px;
    margin-bottom: 15px;
    height: 46px;
    color: #333333; }
    input[type="text"].searchHeader, input[type="password"].searchHeader, input[type="search"].searchHeader {
      margin: 0; }
  input[type="checkbox"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="submit"]:focus, input[type="search"]:focus {
    outline: none; }
  input[type="text"], input[type="password"] {
    width: 100%; }
  input[type="checkbox"]:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="submit"]:focus {
    outline: none; }
  input[readOnly] {
    color: #666666; }

.small-input {
  background-color: transparent;
  width: 60% !important;
  display: block;
  border: 1px solid #dddddd; }

.placeholder {
  position: relative; }

.placeholder::after {
  position: absolute;
  left: 12px;
  top: 12px;
  content: attr(data-placeholder);
  pointer-events: none;
  opacity: 0.3; }

.app-settings-message {
  max-width: 515.2px;
  margin-top: 15px;
  margin-bottom: 32px; }

select {
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 8px;
  display: block;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  height: 46px;
  margin-top: 5px;
  margin-bottom: 32px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 8px 10px;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300; }
  select option {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal; }
  select.country-selector {
    height: 200px;
    margin-bottom: 0 !important; }
  select:focus {
    outline: none; }

textarea {
  border: 1px solid #dddddd;
  padding: 8px;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 32px;
  height: 156px;
  resize: none; }

/*doc
---
title: Input with tooltip
parent: input
category: components
---
Focusing the input shows the tooltip bluring the input should hide the tooltip

```html_example
    <label for="password">Password</label>

    <div class="input-with-tooltip">
      <input id="password" type="password" name="password" value="">

      <div class="input-tooltip">
        <i class="question-mark"></i>

        <div class="tooltip-content">
          <strong>Password must be:</strong><br>
          A minimum of seven characters.<br>
          At least one lower case letter.<br>
          At least one capital letter.<br>
          At least one number.
        </div>
      </div>
    </div>
*/
.input-with-tooltip {
  position: relative; }
  .input-with-tooltip input:focus ~ .input-tooltip {
    display: block; }
  .input-with-tooltip .question-mark {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    margin-top: 5px;
    background: url("/images/question-mark.svg") center no-repeat; }
  .input-with-tooltip .fa-question-circle {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    font-size: 22px;
    color: #5cbcf3; }
  .input-with-tooltip strong {
    font-weight: 300;
    font-size: 20px;
    color: #5cbcf3; }
  .input-with-tooltip .tooltip-content {
    display: inline-block;
    color: #666666;
    padding-bottom: 16px; }
    .input-with-tooltip .tooltip-content .c {
      font-size: 18px !important;
      color: #5cbcf3; }
  .input-with-tooltip .tooltip-title {
    color: #5cbcf3;
    padding: 16px auto 16px 14px; }
  .input-with-tooltip .input-tooltip {
    display: none;
    background: #e6f4fc;
    padding: 10px;
    position: absolute;
    top: 46px;
    border-radius: 3px;
    margin-top: 10px;
    min-width: 284px;
    font-family: Roboto-Light;
    font-weight: 300;
    font-size: 18px;
    padding-right: 16px;
    z-index: 1; }
    .input-with-tooltip .input-tooltip:before {
      content: ' ';
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #e6f4fc;
      position: absolute;
      top: -5px;
      left: 20px; }

/*doc
---
title: Label
name: label
category: base
---
```html_example
  <label for='label1'>this is a label</label><input id='label1' type=text /><br>
  <label>this is an <a href="#">anchor tag</a></label><br>
  <label class="required-field">this is a label for a required field</label><br>
```
*/
label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  color: #333333;
  font-size: 16px; }
  label a {
    color: #448dff; }
  label.required-field:after {
    content: '*';
    color: #de0011; }

hr.form-separator {
  border-color: #cccccc;
  margin: 20px 0px; }

/*doc
---
title: Input Section
name: input-section
category: components
---
```html_example
    <div class="input-section">
      <label for="field1">Field 1</label>
      <input id='field1' type="text" name="name"/>
    </div>
    <div class="input-section">
      this is another input section area<br/>
      <label for="field2">Field 2</label>
      <input id='field2' type="text" name="name"/>
      <label for="field3">Field 3</label>
      <input id='field3' type="text" name="name"/>
      <label for="field4">Field 4</label>
      <input id='field4' type="text" name="name"/>
    </div>
```
*/
.input-section {
  padding: 20px 0 30px;
  border-top: 1px solid #e3e3e3; }

.input-section-new {
  padding: 10px 0 20px; }

.text-danger {
  color: red; }

.alert-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  border: 1px solid #ffe18e;
  background: #fffaea;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  padding: 15px 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 766px; }
  .alert-text a {
    color: #0F2E9A;
    text-decoration: underline; }
  .alert-text i {
    color: #f7b600;
    font-size: 16px; }
  .alert-text.alert-text-yellow-background {
    background-color: #fffcf3;
    padding: 14px;
    width: 100%; }
  .alert-text.information {
    background-color: #F2F9FF;
    border: 1px solid #E1EDF9; }
    .alert-text.information i {
      color: #0F3095; }

.alert-icon {
  padding-right: 14px;
  color: #f7b600; }

/*doc
---
title: Input Requirements
name: input-requirements
category: components
---
```html_example
  <label for="field1">Field 1</label>
  <input id='field1' type="text" name="name"/>
  <div class='input-requirements'>blah blah blah</div>
```
*/
/*doc
---
title: Input Requirements
name: input-requirements
category: components
---
```html_example
  <div class='grid grid-pad'>
    <div class="col-1-2">
      <label>First Name</label>
      <input type='text' value='Mr. Bob'></input>
      <div class='input-requirements'>
        Minimum 34 characters, Maximum 234 characters. and alot of other interesting data that would cause the
        requirements text to wrap to the next line.  Lets see if this is enough text to force the wrap.
        </div>
    </div>
    <div class="col-1-2">
      <label>Password</label>
      <input type='password' value='secret'></input>
    </div>
  </div>
  <div class='grid grid-pad'>
    <div class="col-1-2">
      <label>First Name</label>
      <input type='text' value='Mr. Bob'></input>
    </div>
    <div class="col-1-2">
      <label>Password</label>
      <input type='password' value='secret'></input>
      <div class='input-requirements'>Minimum 34 characters, Maximum 234 characters</div>
    </div>
  </div>
```
*/
.input-requirements {
  color: #a7b1c6; }

label, .input-requirements {
  padding: 4px 0; }

/*doc
---
title: Island messages - success
category: components
parent: island
---
```html_example
  <div class='island small-island'>
    <div class='title'><h1>Title</h1></div>
    <ul class='success-messages'>
      <li class='header'>Congratulations!!! It worked.</li>
      <li>additional success info 1</li>
      <li>additional success info 2</li>
      <li>additional success info 3</li>
    </ul>

    <ul class='success-messages'>
      <li class='header'>Just a simple success message</li>
    </ul>

    <div class='grid grid-pad'>
      <div class="col-1-1">
        <label>First Name</label>
        <input type='text' placeholder='Mr. Bob '></input>
      </div>
    </div>
    <div class='grid grid-pad'>
      <div class="col-1-1">
        <label>Last Name</label>
        <input type='text' placeholder='Dobolina'></input>
      </div>
    </div>
  </div>
```
*/
/*doc
---
title: Island messages - error
category: components
parent: island
---
```html_example
  <div class='island'>
    <div class='title'><h1>Title</h1></div>
    <ul class='error-messages'>
      <li class='header'>Error</li>
      <li>The password must be between 2 and 3 characters</li>
      <li>The password must be not contain any special characters</li>
      <li>The password must be contain only special characters</li>
    </ul>

    <div class='grid grid-pad'>
      <div class="col-1-2">
        <label>First Name</label>
        <input type='text' placeholder='Mr. Bob '></input>
      </div>
      <div class="col-1-2">
        <label>Last Name</label>
        <input type='text' class="error" placeholder='Dobolina'></input>
      </div>
    </div>
  </div>
```
*/
ul.success-messages, ul.error-messages, ul.info-messages {
  padding: 20px 40px;
  margin-top: 0;
  margin-bottom: 20px;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400; }
  ul.success-messages li, ul.error-messages li, ul.info-messages li {
    margin-top: 10px;
    margin-left: 22px; }
    ul.success-messages li.header, ul.error-messages li.header, ul.info-messages li.header {
      margin: 0;
      font-weight: 400; }
      ul.success-messages li.header:before, ul.error-messages li.header:before, ul.info-messages li.header:before {
        content: " ";
        display: inline-block;
        height: 15px;
        width: 20px;
        margin-right: 2px;
        background-repeat: no-repeat;
        margin-bottom: -2px; }

ul.success-messages-transaction, ul.error-messages-transaction, ul.info-messages-transaction {
  padding: 20px 40px;
  margin-top: 0;
  position: relative;
  z-index: 999; }
  ul.success-messages-transaction li, ul.error-messages-transaction li, ul.info-messages-transaction li {
    margin-top: 10px;
    margin-left: 22px; }
    ul.success-messages-transaction li.header, ul.error-messages-transaction li.header, ul.info-messages-transaction li.header {
      margin: 0;
      font-weight: 300; }
      ul.success-messages-transaction li.header:before, ul.error-messages-transaction li.header:before, ul.info-messages-transaction li.header:before {
        content: " ";
        display: inline-block;
        height: 15px;
        width: 20px;
        margin-right: 2px;
        background-repeat: no-repeat;
        margin-bottom: -2px; }

ul.success-messages {
  background-color: #F2FAF4;
  border: 1px solid #91BA95; }
  ul.success-messages li {
    color: #333333; }
  ul.success-messages li.header:before {
    background-image: url("/images/check-mark.svg"); }

ul.success-messages-rss {
  background-color: #EBF6EF;
  color: #107C49;
  word-wrap: break-word; }
  ul.success-messages-rss li.header:before {
    background-image: url("/images/check-mark.svg"); }

ul.success-messages-transaction {
  background-color: #EBF6EF;
  color: #107C49;
  position: relative;
  z-index: 999; }
  ul.success-messages-transaction li.header:before {
    background-image: url("/images/check-mark.svg"); }

ul.error-messages {
  background: #FCF3F6;
  border: 1px solid #C55879; }
  ul.error-messages li {
    color: #333333; }
  ul.error-messages li.header {
    color: #c55879; }
  ul.error-messages li.header:before {
    background-image: url("/images/error-exclamation.svg"); }

ul.error-messages-transaction {
  background: #fcf3f6;
  border: 1px solid #c55879;
  border-radius: 5px;
  font-family: Roboto-Light;
  position: relative;
  z-index: 9999;
  font-weight: 200; }
  ul.error-messages-transaction li {
    color: #666666; }
  ul.error-messages-transaction li.header {
    color: #c55879; }
  ul.error-messages-transaction li.header:before {
    background-image: url("/images/error-exclamation.svg"); }

.account-settings {
  max-width: 100vw; }

ul.info-messages {
  background: #e2e5f5;
  color: #364298; }

/*doc
---
title: Inputs with errors
category: components
parent: input
---
```html_example
    <div class='grid grid-pad'>
      <div class="col-1-2">
        <label>First Name</label>
        <input type='text' class='error' value='Mr. Bob'></input>
        <div class='input-requirements error'>Minimum 34 characters, Maximum 234 characters</div>
      </div>
      <div class="col-1-2">
        <label>Password</label>
        <input type='password' class='error' value='secret'></input>
      </div>
    </div>
    <div class='grid grid-pad'>
      <div class="col-1-2">
        <label>First Name</label>
        <input type='text' class='error' value='Mr. Bob'></input>
      </div>
      <div class="col-1-2">
        <label>Password</label>
        <input type='password' class='error' value='secret'></input>
      </div>
    </div>
    <div class='grid grid-pad'>
      <div class="col-1-2">
        <label>First Name</label>
        <input type='text' class='error' placeholder='Mr. Bob'></input>
      </div>
      <div class="col-1-2">
        <label>Password</label>
        <input type='password' class='error' placeholder='Shhhhhh'></input>
      </div>
    </div>
    <div class='grid grid-pad'>
      <div class="col-1-1">
        <input type='checkbox' class='error' checked='checked'></input>
        <label>Checked</label>
        <input type='checkbox' class='error'></input>
        <label>Unchecked</label>
      </div>
    </div>
```
*/
input.error, select.error, textarea.error {
  border: 1px solid #c55879 !important; }

.input-requirements.error {
  color: #c55879; }

/*doc
---
title: Label
name: label
category: base
---
```html_example

  <label class="required-field">this is a label for a notification field</label><br>
```
*/
label {
  display: inline-block;
  vertical-align: top; }
  label a {
    color: #448dff; }
  label.notification-field {
    color: green; }
  label.alert-field {
    color: #ff0000; }

/*doc
---
title: Form Input Block
name: Form Input
category: Form
---
```html_example

  <div class="form-input">
              <label>App Name</label>
              <input type="text" id="app-name" value="Sample Value" />
  </div>
```
*/
.form-input {
  margin-top: 32px;
  max-width: 560px;
  position: relative; }
  .form-input label {
    font-size: 16px;
    font-weight: 400; }
  .form-input.sc-label {
    margin-top: 30px !important; }
  .form-input input[type="text"], .form-input textarea {
    background-color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    border: 1px solid #dddddd; }
  .form-input input[readonly] {
    background: #fafafa;
    border: 1px solid #dddddd;
    color: #333333; }
  .form-input .copylabel #copyerror label {
    font-size: 13px;
    color: #339933;
    left: 360px;
    top: 90px;
    position: absolute; }
  .form-input .copylabel #copysuccess label {
    font-size: 13px;
    color: #339933;
    left: 445px;
    bottom: 15px;
    position: relative; }
  .form-input .large-input {
    width: 350px; }
  .form-input .med-input {
    width: 200px; }
  .form-input .small-input {
    width: 50px; }

.line {
  padding: 0px;
  margin: 0px;
  height: 1px;
  position: absolute;
  border-bottom: 1px dashed #5cbcf3; }

.form-divider {
  z-index: 0;
  position: relative;
  width: 100%;
  display: block;
  clear: both;
  height: 1px;
  background-color: #e0e0e0; }

.ms-container {
  background: transparent url("../img/switch.png") no-repeat 50% 50%;
  width: 100%; }

.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden; }

.ms-container .ms-selectable, .ms-container .ms-selection {
  background: #fff;
  color: #555555;
  float: left;
  width: 49%; }

.ms-container .ms-selection {
  float: right; }

.ms-container .ms-list {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto; }

#create-profile-container .ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9; }

#create-profile-container .ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0; }

#create-profile-container .ms-container .ms-optgroup-container {
  width: 100%; }

#create-profile-container .ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999; }

#create-profile-container .ms-container .ms-selectable li.ms-elem-selectable,
#create-profile-container .ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  font-size: 14px; }

#create-profile-container .ms-container .ms-selectable li.ms-hover,
#create-profile-container .ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c; }

#create-profile-container .ms-container .ms-selectable li.disabled,
#create-profile-container .ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text; }

#create-profile-container .country-selector-container .col-1-2 {
  padding-right: 12px; }
  #create-profile-container .country-selector-container .col-1-2:last-child {
    padding-right: 0; }

.sbx-label-checkbox {
  display: inline-block;
  vertical-align: bottom;
  color: #FFFFFF;
  font-size: 15px;
  padding: 1px;
  position: relative;
  z-index: 9999; }
  .sbx-label-checkbox a {
    color: #448dff; }
  .sbx-label-checkbox.required-field:after {
    content: '*';
    color: #de0011; }

.isbx-main-title {
  text-align: left;
  margin-left: 40px;
  background-color: #393939;
  color: #ffffff;
  font-size: 34px;
  line-height: 34px;
  padding-top: 68px;
  padding-bottom: 24px;
  position: relative;
  z-index: 9999; }

.sbx-label {
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  font-size: 15px;
  padding: 1px;
  position: relative;
  z-index: 9999; }
  .sbx-label a {
    color: #448dff; }
  .sbx-label.required-field:after {
    content: '*';
    color: #de0011; }

.sbx-input[type="text"], .sbx-input[type="password"], .sbx-input[type="search"] {
  width: 239px;
  margin-top: 5px;
  margin-bottom: 10px;
  height: 30px;
  position: relative;
  z-index: 9999;
  color: #1a1f71; }
  .sbx-input[type="text"].searchHeader, .sbx-input[type="password"].searchHeader, .sbx-input[type="search"].searchHeader {
    margin: 0; }

.sbx-select {
  font-size: 13px;
  background-color: #f0efef;
  border: 1px solid #ccc;
  padding: 4px;
  display: block;
  font-family: inherit;
  width: 239px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
  z-index: 9999; }
  .sbx-select.country-selector {
    height: 200px;
    margin-bottom: 0 !important; }
  .sbx-select:focus {
    outline: none; }

.sbx-select-hide {
  visibility: hidden; }

.success-messages.first-app-notification-message {
  display: none;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 40px; }
  .success-messages.first-app-notification-message:before {
    padding-right: 6px;
    padding-left: 10px;
    position: initial !important; }

.success-messages.first-app-notification-message.quickstart-message {
  background-color: #f2f9ff;
  border: 1px solid #deecfa; }

.checkbox-group-choice .error label:before {
  border: 1px solid #c55879 !important; }

.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  color: #333;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}

/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/



*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
}

[class^='col-'] {
	float: left;
	padding-right: 20px; /* column-space */
}

.grid {
	width: 100%;
	max-width: 1140px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}

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

.grid-pad {
	padding-top: 20px;
	padding-left: 20px; /* grid-space to left */
	padding-right: 0px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
	float: right;
}

.aqua {
  background-color:#484848;
  width: 50%;
  float:left;
  padding-left:40px;
  position: relative;
  z-index: 9999;
}

.checkbox-grid {
  background-color:#484848;
  width: 33.33%;
  float:left;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}



/* Pushing blocks */

.push-2-3, .push-8-12 {
	margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
	margin-left: 50%;
}

.push-1-3, .push-4-12 {
	margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
	margin-left: 25%;
}

.push-1-5 {
	margin-left: 20%;
}

.push-1-6, .push-2-12 {
	margin-left: 16.667%;
}

.push-1-7 {
	margin-left: 14.28%;
}

.push-1-8 {
	margin-left: 12.5%;
}

.push-1-9 {
	margin-left: 11.1%;
}

.push-1-10 {
	margin-left: 10%;
}

.push-1-11 {
	margin-left: 9.09%;
}

.push-1-12 {
	margin-left: 8.33%
}


/* Pushing blocks from top */

.push-top-2-3, .push-top-8-12 {
	margin-top: 66.66%;
}

.push-top-1-2, .push-top-6-12 {
	margin-top: 50%;
}

.push-top-1-3, .push-top-4-12 {
	margin-top: 33.33%;
}

.push-top-1-4, .push-top-3-12 {
	margin-top: 25%;
}

.push-top-1-5 {
	margin-top: 20%;
}

.push-top-1-6, .push-top-2-12 {
	margin-top: 16.667%;
}

.push-top-1-7 {
	margin-top: 14.28%;
}

.push-top-1-8 {
	margin-top: 12.5%;
}

.push-top-1-9 {
	margin-top: 11.1%;
}

.push-top-1-10 {
	margin-top: 10%;
}

.push-top-1-11 {
	margin-top: 9.09%;
}

.push-top-1-12 {
	margin-top: 8.33%
}


@media handheld, only screen and (max-width: 767px) {
	.grid {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 20px; /* grid-space to left */
		padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
	}

	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 0px;
		padding-right: 10px; /* column-space */
	}


	/* Mobile Layout */

	[class*='mobile-col-'] {
		float: left;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
		padding-left: 0px;
		padding-right: 10px; /* column-space */
		padding-bottom: 0px;
	}

	.mobile-col-1-1 {
		width: 100%;
	}
	.mobile-col-2-3, .mobile-col-8-12 {
		width: 66.66%;
	}

	.mobile-col-1-2, .mobile-col-6-12 {
		width: 50%;
	}

	.mobile-col-1-3, .mobile-col-4-12 {
		width: 33.33%;
	}

	.mobile-col-1-4, .mobile-col-3-12 {
		width: 25%;
	}

	.mobile-col-1-5 {
		width: 20%;
	}

	.mobile-col-1-6, .mobile-col-2-12 {
		width: 16.667%;
	}

	.mobile-col-1-7 {
		width: 14.28%;
	}

	.mobile-col-1-8 {
		width: 12.5%;
	}

	.mobile-col-1-9 {
		width: 11.1%;
	}

	.mobile-col-1-10 {
		width: 10%;
	}

	.mobile-col-1-11 {
		width: 9.09%;
	}

	.mobile-col-1-12 {
		width: 8.33%
	}

	/* Layout Columns */

	.mobile-col-11-12 {
		width: 91.66%
	}

	.mobile-col-10-12 {
		width: 83.333%;
	}

	.mobile-col-9-12 {
		width: 75%;
	}

	.mobile-col-5-12 {
		width: 41.66%;
	}

	.mobile-col-7-12 {
		width: 58.33%
	}

	.hide-on-mobile {
		display: none !important;
		width: 0;
		height: 0;
	}
}

/*
  USAGE EXAMPLE

  Full width page

  <div class="visa-container-fluid">        --- container
    <div class="v-row">                     --- row
      <div class="v-four-col"></div>        --- column  4
      <div class="v-one-col-offset"></div>  --- offset  1
      <div class="v-seven-col"></div>       --- column  7  total 12
    </div>
  </div>

*/
.visa-container-fluid, .container-fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .visa-container-fluid::after, .container-fluid::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 900px) {
    .visa-container-fluid, .container-fluid {
      overflow: hidden; } }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 900px) {
    .container {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding: 0 15px 0 15px; }
      .container::after {
        clear: both;
        content: "";
        display: table; } }
  .container.large {
    max-width: 1440px; }

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

@media screen and (max-width: 900px) {
  [class*="col"] {
    padding: 1.53331% 0 1.53331% 0; } }

.v-one-col {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 100%; }
  .v-one-col:last-child {
    margin-right: 0; }
  .v-one-col:nth-child(1n) {
    margin-right: 0; }
  .v-one-col:nth-child(1n+1) {
    clear: left; }

.v-one-col-offset {
  margin-left: 8.46111%; }
  @media screen and (max-width: 900px) {
    .v-one-col-offset {
      margin-left: 0%; } }

@media screen and (min-width: 901px) {
  .v-two-col {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 49.23334%; }
    .v-two-col:last-child {
      margin-right: 0; }
    .v-two-col:nth-child(2n) {
      margin-right: 0; }
    .v-two-col:nth-child(2n+1) {
      clear: left; } }

@media screen and (max-width: 900px) {
  .v-m-two-col {
    float: left;
    display: block;
    margin-right: 3.11438%;
    width: 48.44281%; }
    .v-m-two-col:last-child {
      margin-right: 0; }
    .v-m-two-col:nth-child(2n) {
      margin-right: 0; }
    .v-m-two-col:nth-child(2n+1) {
      clear: left; } }

.v-two-col-offset {
  margin-left: 34.37146%; }

@media screen and (min-width: 901px) {
  .v-three-col {
    float: left;
    display: block;
    margin-right: 1.53331%;
    width: 32.31112%; }
    .v-three-col:last-child {
      margin-right: 0; }
    .v-three-col:nth-child(3n) {
      margin-right: 0; }
    .v-three-col:nth-child(3n+1) {
      clear: left; } }

.v-three-col-offset {
  margin-left: 25.38333%; }

.v-four-col {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 23.85002%; }
  .v-four-col:last-child {
    margin-right: 0; }
  .v-four-col:nth-child(3n) {
    margin-right: 0; }
  .v-four-col:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 900px) {
    .v-four-col {
      float: left;
      display: block;
      margin-right: 3.11438%;
      width: 100%;
      margin-right: 0; }
      .v-four-col:last-child {
        margin-right: 0; } }

.v-four-col-offset {
  margin-left: 68.74292%; }

.v-five-col {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 40.77223%; }
  .v-five-col:last-child {
    margin-right: 0; }
  .v-five-col:nth-child(5n) {
    margin-right: 0; }
  .v-five-col:nth-child(5n+1) {
    clear: left; }
  @media screen and (max-width: 900px) {
    .v-five-col {
      float: left;
      display: block;
      margin-right: 3.11438%;
      width: 100%;
      margin-right: 0; }
      .v-five-col:last-child {
        margin-right: 0; } }

.v-five-col-offset {
  margin-left: 85.92865%; }

.v-six-col {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 49.23334%; }
  .v-six-col:last-child {
    margin-right: 0; }
  .v-six-col:nth-child(6n) {
    margin-right: 0; }
  .v-six-col:nth-child(6n+1) {
    clear: left; }
  @media screen and (max-width: 900px) {
    .v-six-col {
      float: left;
      display: block;
      margin-right: 3.11438%;
      width: 100%;
      margin-right: 0; }
      .v-six-col:last-child {
        margin-right: 0; } }

.v-six-col-offset {
  margin-left: 103.11438%; }

.v-seven-col {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 57.69445%; }
  .v-seven-col:last-child {
    margin-right: 0; }
  .v-seven-col:nth-child(7n) {
    margin-right: 0; }
  .v-seven-col:nth-child(7n+1) {
    clear: left; }
  @media screen and (max-width: 900px) {
    .v-seven-col {
      float: left;
      display: block;
      margin-right: 3.11438%;
      width: 100%;
      margin-right: 0; }
      .v-seven-col:last-child {
        margin-right: 0; } }

.v-seven-col-offset {
  margin-left: 120.30011%; }

.v-eight-col {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 66.15556%;
  margin-right: 0; }
  .v-eight-col:last-child {
    margin-right: 0; }
  @media screen and (max-width: 900px) {
    .v-eight-col {
      float: left;
      display: block;
      margin-right: 3.11438%;
      width: 100%;
      margin-right: 0; }
      .v-eight-col:last-child {
        margin-right: 0; } }

.v-eight-col-offset {
  margin-left: 137.48584%; }

.v-nine-col {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 74.61667%; }
  .v-nine-col:last-child {
    margin-right: 0; }
  @media screen and (max-width: 900px) {
    .v-nine-col {
      float: left;
      display: block;
      margin-right: 3.11438%;
      width: 100%;
      margin-right: 0; }
      .v-nine-col:last-child {
        margin-right: 0; } }

.v-nine-col-offset {
  margin-left: 154.67157%; }

.v-ten-col {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 83.07778%; }
  .v-ten-col:last-child {
    margin-right: 0; }
  @media screen and (max-width: 900px) {
    .v-ten-col {
      float: left;
      display: block;
      margin-right: 3.11438%;
      width: 100%;
      margin-right: 0; }
      .v-ten-col:last-child {
        margin-right: 0; } }

.v-ten-col-offset {
  margin-left: 171.8573%; }

.v-eleven-col {
  float: left;
  display: block;
  margin-right: 1.53331%;
  width: 91.53889%; }
  .v-eleven-col:last-child {
    margin-right: 0; }
  @media screen and (max-width: 900px) {
    .v-eleven-col {
      float: left;
      display: block;
      margin-right: 3.11438%;
      width: 100%;
      margin-right: 0; }
      .v-eleven-col:last-child {
        margin-right: 0; } }

@media screen and (max-width: 900px) {
  .hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 901px) {
  .hidden-large {
    display: none !important; } }

/*
body{
  zoom: 1!important;
  @include media($mobile){
    zoom:0.75!important;

  }
}*/
#capability-share.col--lg-3 {
  transition: all 0.3s ease; }
  #capability-share.col--lg-3 .vdc-navbar-button-link {
    overflow: hidden;
    display: inline;
    padding: 0.675em 1.25em; }
  #capability-share.col--lg-3 .share-icons {
    width: 62%;
    display: inline; }
    #capability-share.col--lg-3 .share-icons a {
      padding: 0px 5px;
      display: inline; }
      #capability-share.col--lg-3 .share-icons a i {
        top: 0.1em;
        color: #CCCCCC; }
        #capability-share.col--lg-3 .share-icons a i:hover {
          color: #FFFFFF; }

#capability-share.col--lg-2 .vdc-navbar-button-link {
  padding-left: 1.25em; }

#solution-share.col--lg-5 {
  transition: all 0.3s ease; }
  #solution-share.col--lg-5 .vdc-navbar-button-link {
    overflow: hidden;
    display: inline;
    padding: 0.675em 1.25em; }
  #solution-share.col--lg-5 .share-icons {
    width: 62%;
    display: inline; }
    #solution-share.col--lg-5 .share-icons a {
      padding: 0px 5px;
      display: inline; }
      #solution-share.col--lg-5 .share-icons a i {
        top: 0.1em;
        color: #CCCCCC; }
        #solution-share.col--lg-5 .share-icons a i:hover {
          color: #FFFFFF; }

#solution-share.col-lg-3 .vdc-navbar-button-link {
  padding-left: 1.25em; }

.mobile-share.share-icons {
  width: 62%;
  display: inline !important; }
  .mobile-share.share-icons a {
    padding: 0px 5px;
    display: inline; }
    .mobile-share.share-icons a i {
      top: 0.1em;
      color: #CCCCCC; }
      .mobile-share.share-icons a i:hover {
        color: #FFFFFF; }

/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/* color helpers */
.i-green {
  color: #F7B600; }

/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/* color helpers */
.i-green {
  color: #F7B600; }

/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/*doc
---
title: Buttons
name: button
category: components
---
```html_example
<h3>.button</h3>
<button class="button">Button</button>
<input type='submit' class="button" value='Submit'/>
<span class="button">Inline</span>
<a class="button">Anchor</a>
<a disabled class="button">Anchor disabled</a>
<br/>
<br/>
<br/>
<h3>.button .button-secondary</h3>
<button class="button button-secondary">Button</button>
<input type='submit' class="button button-secondary" value='Submit'/>
<span class="button button-secondary">Inline</span>
<a class="button button-secondary">Anchor</a>
<a disabled class="button button-secondary">Anchor disabled</a>
<br/>
<br/>
<br/>
<div style="background: black; color: white; padding: 5px">
  <h3>.button .button-secondary-inverse</h3>
  <button class="button button-secondary-inverse">Button</button>
  <input type='submit' class="button button-secondary-inverse" value='Submit'/>
  <span class="button button-secondary-inverse">Inline</span>
  <a class="button button-secondary-inverse">Anchor</a>
  <a disabled class="button button-secondary-inverse">Anchor disabled</a>
</div>
<br/>
<br/>
<br/>
<h3>.button .send-button</h3>
<button class="button send-button">Button</button>
<input type='submit' class="button send-button" value='Submit'/>
<span class="button send-button">Inline</span>
<a class="button send-button">Anchor</a>
<a disabled class="button send-button">Anchor disabled</a>
<br/>
<br/>
<br/>
<h3>.button .delete-button</h3>
<button class="button delete-button">Button</button>
<input type='submit' class="button button delete-button" value='Submit'/>
<span class="button delete-button">Inline</span>
<a class="button delete-button">Anchor</a>
<a disabled class="button delete-button">Anchor disabled</a>

```
*/
button, .button, a.button, span.button {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 10px; }

button.button-copy {
  color: #666666;
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  width: 65px;
  height: 39px;
  line-height: 35px;
  position: absolute;
  top: 40px;
  right: 4px;
  border: none; }

button.button-copy:hover {
  background-color: #47a2c8;
  color: white; }

a.button, a:visited.button, *.button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  padding: 9px 20px;
  display: inline-block;
  font-size: inherit;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid; }
  a.button:disabled, a.button[disabled], a:visited.button:disabled, a:visited.button[disabled], *.button:disabled, *.button[disabled] {
    cursor: default; }

a.button, a:visited.button, *.button {
  color: white;
  background-color: #47a2c8;
  border-color: #47a2c8;
  border-radius: 5px; }
  a.button:hover, a:visited.button:hover, *.button:hover {
    background-color: #2290bd;
    border-color: #2290bd; }
  a.button:disabled, a.button[disabled], a.button:disabled:hover, a.button[disabled]:hover, a:visited.button:disabled, a:visited.button[disabled], a:visited.button:disabled:hover, a:visited.button[disabled]:hover, *.button:disabled, *.button[disabled], *.button:disabled:hover, *.button[disabled]:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6; }
  a.button.csr-modal-file-upload, a:visited.button.csr-modal-file-upload, *.button.csr-modal-file-upload {
    overflow: inherit;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 13px;
    padding-bottom: 13px; }

a.button-large, a:visited.button-large, *.button-large {
  font-size: 18px;
  min-width: 100px; }

a.button-secondary, a:visited.button-secondary, *.button-secondary {
  background-color: #919191;
  border-color: #919191;
  border-radius: 5px; }
  a.button-secondary:disabled, a.button-secondary[disabled], a.button-secondary:disabled:hover, a.button-secondary[disabled]:hover, a:visited.button-secondary:disabled, a:visited.button-secondary[disabled], a:visited.button-secondary:disabled:hover, a:visited.button-secondary[disabled]:hover, *.button-secondary:disabled, *.button-secondary[disabled], *.button-secondary:disabled:hover, *.button-secondary[disabled]:hover {
    color: #e6e6e6;
    background-color: transparent;
    border-color: #e6e6e6; }
  a.button-secondary:hover, a:visited.button-secondary:hover, *.button-secondary:hover {
    background-color: #7f7f7f;
    border-color: #7f7f7f; }
  a.button-secondary.cancel, a:visited.button-secondary.cancel, *.button-secondary.cancel {
    min-width: 100px; }
  a.button-secondary.csr-modal-cancel, a:visited.button-secondary.csr-modal-cancel, *.button-secondary.csr-modal-cancel {
    margin-left: 20px;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-color: #979797;
    background-color: #979797; }

a.button-secondary-inverse, a:visited.button-secondary-inverse, *.button-secondary-inverse {
  color: #a7b1c6;
  background-color: transparent;
  border-color: #a7b1c6; }
  a.button-secondary-inverse:disabled, a.button-secondary-inverse[disabled], a.button-secondary-inverse:disabled:hover, a.button-secondary-inverse[disabled]:hover, a:visited.button-secondary-inverse:disabled, a:visited.button-secondary-inverse[disabled], a:visited.button-secondary-inverse:disabled:hover, a:visited.button-secondary-inverse[disabled]:hover, *.button-secondary-inverse:disabled, *.button-secondary-inverse[disabled], *.button-secondary-inverse:disabled:hover, *.button-secondary-inverse[disabled]:hover {
    color: #697a9e;
    border-color: #697a9e; }
  a.button-secondary-inverse:hover, a:visited.button-secondary-inverse:hover, *.button-secondary-inverse:hover {
    color: white;
    background-color: transparent;
    border-color: white; }

a.send-button, a:visited.send-button, *.send-button {
  color: white;
  background-color: #418bca;
  border-color: #418bca; }
  a.send-button:hover, a:visited.send-button:hover, *.send-button:hover {
    border: 1px solid #69a3d5;
    background-color: #69a3d5; }
  a.send-button:disabled, a.send-button[disabled], a.send-button:disabled:hover, a.send-button[disabled]:hover, a:visited.send-button:disabled, a:visited.send-button[disabled], a:visited.send-button:disabled:hover, a:visited.send-button[disabled]:hover, *.send-button:disabled, *.send-button[disabled], *.send-button:disabled:hover, *.send-button[disabled]:hover {
    background-color: rgba(65, 139, 202, 0.5);
    border-color: transparent;
    cursor: not-allowed; }

a.delete-button, a:visited.delete-button, *.delete-button {
  color: white;
  background-color: #919191;
  min-width: 150px;
  border-color: #919191;
  border-radius: 5px;
  font-size: 16px; }
  a.delete-button:hover, a:visited.delete-button:hover, *.delete-button:hover {
    background-color: #666666;
    border-color: #ababab; }
  a.delete-button:disabled, a.delete-button[disabled], a.delete-button:disabled:hover, a.delete-button[disabled]:hover, a:visited.delete-button:disabled, a:visited.delete-button[disabled], a:visited.delete-button:disabled:hover, a:visited.delete-button[disabled]:hover, *.delete-button:disabled, *.delete-button[disabled], *.delete-button:disabled:hover, *.delete-button[disabled]:hover {
    background-color: rgba(145, 145, 145, 0.5);
    border-color: transparent; }

a.not-active, a:visited.not-active, *.not-active {
  pointer-events: none;
  cursor: default; }

table.list tbody tr td a.color-gray {
  color: #808080; }

.island button.button-secondary.cancel {
  line-height: 1.2; }

/*
Version 1.0
Date: June 05, 2018
*/
@font-face {
  font-family: 'OpenSans-light';
  src: url("../css/_fonts/OpenSans-Light-webfont.eot");
  src: url("../css/_fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../css/_fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("../css/_fonts/OpenSans-Light-webfont.svg#open_sanslight") format("svg"); }

@font-face {
  font-family: 'Roboto-Light';
  src: url("../css/_fonts/Roboto-Light.eot");
  src: url("../css/_fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../css/_fonts/Roboto-Light.woff") format("woff"), url("../css/_fonts/Roboto-Light.ttf") format("truetype"), url("../css/_fonts/Roboto-Light.svg") format("svg"); }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../css/_fonts/Roboto-Regular.eot");
  src: url("../css/_fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../css/_fonts/Roboto-Regular.woff") format("woff"), url("../css/_fonts/Roboto-Regular.ttf") format("truetype"), url("../css/_fonts/Roboto-Regular.svg") format("svg"); }

@font-face {
  font-family: 'Roboto-Medium';
  src: url("../css/_fonts/Roboto-Medium.eot");
  src: url("../css/_fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../css/_fonts/Roboto-Medium.woff") format("woff"), url("../css/_fonts/Roboto-Medium.ttf") format("truetype"), url("../css/_fonts/Roboto-Medium.svg") format("svg"); }

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../css/_fonts/Roboto-Bold.eot");
  src: url("../css/_fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../css/_fonts/Roboto-Bold.woff") format("woff"), url("../css/_fonts/Roboto-Bold.ttf") format("truetype"), url("../css/_fonts/Roboto-Bold.svg") format("svg"); }

@font-face {
  font-family: 'MaterialIcons';
  font-style: normal;
  font-weight: 400;
  src: url("../css/_fonts/MaterialIcons-Regular.eot");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../css/_fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../css/_fonts/MaterialIcons-Regular.woff") format("woff"), url("../css/_fonts/MaterialIcons-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'vdc-font-icon';
  font-style: normal;
  font-weight: normal;
  src: url("../css/_fonts/vdc-font-icon.eot?sesljx");
  src: url("../css/_fonts/vdc-font-icon.eot?sesljx#iefix") format("embedded-opentype"), url("../css/_fonts/vdc-font-icon.ttf?sesljx") format("truetype"), url("../css/_fonts/vdc-font-icon.woff?sesljx") format("woff"), url("../css/_fonts/vdc-font-icon.svg?sesljx#vdc-font-icon") format("svg"); }

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

.vdc-font-icon-github::before {
  content: '\e900'; }

.vdc-font-icon-left-arrow::before {
  content: '\e901'; }

.vdc-font-icon-map::before {
  content: '\e902'; }

.vdc-font-icon-right-arrow::before {
  content: '\e903'; }

.vdc-font-icon-twitter::before {
  content: '\e904'; }

.vdc-font-icon-youtube::before {
  content: '\e905'; }

@charset "UTF-8";
/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/* color helpers */
.i-green {
  color: #F7B600; }

/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/* color helpers */
.i-green {
  color: #F7B600; }

/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/* color helpers */
.i-green {
  color: #F7B600; }

/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/* color helpers */
.i-green {
  color: #F7B600; }

/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
#app_container table::-webkit-scrollbar, #app_container div::-webkit-scrollbar, #app_container nav::-webkit-scrollbar {
  width: 16px;
  height: 16px; }

#app_container table::-webkit-scrollbar-button, #app_container div::-webkit-scrollbar-button, #app_container nav::-webkit-scrollbar-button {
  width: 10px;
  height: 10px; }

#app_container table::-webkit-scrollbar-thumb, #app_container div::-webkit-scrollbar-thumb, #app_container nav::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  border: 5px solid #f8f7f7;
  border-radius: 0px; }

#app_container table::-webkit-scrollbar-track, #app_container div::-webkit-scrollbar-track, #app_container nav::-webkit-scrollbar-track {
  background: #f8f7f7;
  border-radius: 0px; }

#app_container table::-webkit-scrollbar-corner, #app_container div::-webkit-scrollbar-corner, #app_container nav::-webkit-scrollbar-corner {
  background: transparent; }

/* Static product pages */
#home-page {
  /*@media screen and (max-width: 800px){
    .wrap {
      padding-left: 45px;
      padding-right: 45px;
      -moz-box-sizing: border-box;
     // width: 800px;
      max-width: 800px;
    }
  }*/
  /*
  .service-list ul.main li.active:before {
    content: "";
    position: absolute;
    background-color: $section-background;
    width: 30px;
    height: 30px;
    margin-top: 160px;
    margin-left: -15px;
    border-left: 1px solid $border-color;
    border-top: 1px solid $border-color;
    transform: rotate(45deg);
    z-index: 10;
    border-bottom-right-radius: 50px;
  } */ }
  #home-page h1, #home-page h2, #home-page h3, #home-page h4, #home-page h5, #home-page h6, #home-page p, #home-page ol {
    font-style: normal;
    font-weight: 300;
    margin: 0;
    padding: 0; }
  #home-page .auto-complete {
    z-index: 1000000;
    display: none;
    position: absolute;
    width: 521.5px;
    background-color: #fff;
    border: 1px solid  #cccccc;
    border-top: none;
    margin-top: 75px;
    margin-left: -31px;
    padding: 15px; }
    #home-page .auto-complete ul {
      margin: 0 !important;
      padding: 0 !important; }
  #home-page .auto-complete:before {
    content: " ";
    height: 1px;
    width: 93%;
    position: absolute;
    top: 1px;
    background-color: #cccccc; }
  #home-page .auto-complete .left, #home-page .auto-complete .right {
    float: left; }
    #home-page .auto-complete .left a, #home-page .auto-complete .right a {
      text-overflow: ellipsis;
      overflow: hidden;
      width: 100%;
      font-size: 18px;
      color: #999999;
      display: block;
      z-index: 1000000; }
  #home-page .auto-complete .left {
    min-width: 70%;
    max-width: 70%;
    width: 70%; }
  #home-page .auto-complete .right {
    min-width: 30%;
    max-width: 30%;
    width: 30%; }
    #home-page .auto-complete .right a {
      font-size: 18px;
      color: #2894d2; }
  #home-page .auto-complete li {
    z-index: 99999;
    cursor: pointer;
    padding-left: 16px;
    line-height: 38px;
    height: 38px; }
    #home-page .auto-complete li:hover {
      background-color: #f8f8f8; }
  #home-page .service-list li.active .heading-image svg path {
    stroke: #5cbcf3; }
  #home-page .service-list li.active .heading-image svg circle {
    stroke: #5cbcf3; }
  #home-page .service-list li.active .heading-image svg rect {
    stroke: #5cbcf3; }
  #home-page .service-list li.active .heading-image svg #mag-strip {
    fill: #5cbcf3;
    stroke: none; }
  #home-page .service-list li.active .heading-image svg rect[y='56'], #home-page .service-list li.active .heading-image svg rect[y='66'] {
    stroke: none;
    fill: #5cbcf3; }
  #home-page [class*="col-"] {
    padding-right: 10px; }
  #home-page .main-wrap {
    top: 65px;
    position: relative; }
  #home-page .top-nav {
    line-height: 150px; }
    #home-page .top-nav .dropdown {
      height: 150px; }
      #home-page .top-nav .dropdown .dropdown-menu {
        top: 150px; }
  #home-page .top-nav .links > .menu-item.logo-item {
    line-height: 0;
    height: 48px;
    margin: 50px 0 0 0; }
    #home-page .top-nav .links > .menu-item.logo-item .logo {
      height: 48px; }
  #home-page .top-nav .links > li.menu-item {
    margin-right: 45px; }
    #home-page .top-nav .links > li.menu-item:last-child {
      margin-right: 0; }
  #home-page .top-nav .links.right {
    height: 150px; }
  #home-page p {
    font-size: 18px;
    color: #8b8b8b; }
  #home-page .top-nav-content {
    width: 1100px; }
  #home-page .row {
    padding-left: 32px;
    padding-right: 32px;
    float: left;
    width: 100%; }
  #home-page .wrap {
    padding-left: 50px;
    padding-right: 50px;
    -moz-box-sizing: border-box;
    width: 1100px;
    max-width: 1100px; }
  #home-page .container-fluid {
    width: 100%;
    box-sizing: border-box; }
  #home-page h2 {
    display: block;
    margin-bottom: 35px; }
  #home-page .service-list h2 {
    font-size: 24px;
    color: #0f2e98; }
  #home-page .selected-pane h2 {
    font-size: 22px;
    color: #192062;
    display: block; }
    #home-page .selected-pane h2.two-line-title {
      margin-bottom: 10px !important; }
  #home-page li a {
    text-decoration: none; }
  #home-page hr {
    height: 1px;
    background: #ebebeb;
    border: none;
    display: block;
    clear: both;
    width: 100%; }
  #home-page .hero-unit h2 {
    font-size: 34px;
    display: block;
    margin-bottom: 0;
    color: #2661a0; }
  #home-page .hero-unit h1 {
    font-size: 34px;
    display: block; }
  #home-page .hero-unit input {
    border: none;
    width: 520px;
    height: 76px;
    font-size: 28px;
    float: left;
    margin-left: -30px;
    background: #fff;
    padding-left: 18px;
    padding-right: 65px;
    margin-top: 0; }
  #home-page .hero-unit .searchbutton.fa {
    float: left;
    color: #f8b10c;
    background: #fff;
    padding: 8px;
    position: absolute;
    right: 50px;
    margin-top: 15px;
    z-index: 1;
    font-size: 30px;
    border: none !important;
    outline: none; }
  #home-page .hero-search-container .searchbutton:focus {
    outline: 1px solid #5CBCF3; }
  #home-page .hero-unit .left-col {
    float: left;
    width: 50%;
    position: relative; }
  #home-page .hero-unit .left-col:after {
    border-right: 1px solid #ebebeb;
    content: "";
    height: 124px;
    position: absolute;
    top: -22px;
    left: 88%; }
  #home-page .hero-unit .right-col {
    float: left;
    width: 50%; }
  #home-page .hero-unit {
    background-image: url("/images/VDP_Landing_Hero_D2.jpg");
    display: block;
    float: left;
    background-attachment: fixed top;
    background-position: center 91px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%; }
  #home-page .hero-text {
    text-align: center;
    padding-top: 192px;
    padding-bottom: 102px; }
  #home-page .hero-text h1 {
    font-weight: 400;
    font-size: 48px !important;
    color: #ffffff;
    display: block; }
  #home-page .hero-text h2 {
    font-weight: 100;
    font-size: 48px !important;
    color: #ffffff !important;
    display: block; }
  #home-page .hero-text a {
    font-weight: 300;
    width: 230px;
    height: 55px;
    line-height: 36px;
    font-size: 20px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.86);
    border: none;
    color: #191f5f;
    margin-top: 40px; }
    #home-page .hero-text a:hover {
      background-color: rgba(255, 255, 255, 0.96); }
  #home-page .hero-search-container {
    left: -82px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    margin-bottom: 100px;
    padding-top: 53px;
    height: 182px;
    padding-bottom: 3px;
    padding-left: 45px;
    width: 1100px;
    background-color: rgba(255, 255, 255, 0.8);
    float: left; }
    #home-page .hero-search-container input[type='text']:focus {
      outline: none; }
  #home-page .section-heading {
    background-color: #F8F8F8;
    position: relative;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px; }
    #home-page .section-heading:before {
      content: '';
      position: absolute;
      width: 100vw;
      max-width: 100vw;
      background-color: #F8F8F8;
      left: calc(-50vw + 100%/2);
      z-index: -1;
      top: 0;
      bottom: 0; }
    #home-page .section-heading:after {
      content: '';
      position: absolute;
      width: 100vw;
      max-width: 100vw;
      background: -webkit-gradient(linear, left top, right top, color-stop(40%, #f8f8f8), color-stop(50%, #ebebeb), color-stop(60%, #f8f8f8));
      background: -webkit-linear-gradient(left, #f8f8f8 40%, #ebebeb 50%, #f8f8f8 60%);
      background: -o-linear-gradient(left, #f8f8f8 40%, #ebebeb 50%, #f8f8f8 60%);
      background: -ms-linear-gradient(left, #f8f8f8 40%, #ebebeb 50%, #f8f8f8 60%);
      background: linear-gradient(to right, #f8f8f8 40%, #ebebeb 50%, #f8f8f8 60%);
      height: 98px;
      left: calc(-50vw + 100%/2);
      z-index: -2;
      top: -1px;
      bottom: 0; }
  #home-page .section-heading h1 {
    font-size: 32px !important;
    color: #192062 !important; }
  #home-page .service-list {
    padding-top: 56px;
    width: 1100px;
    margin-left: -82px; }
  #home-page .service-list ul.main {
    width: 100%;
    display: block;
    float: left; }
  #home-page .service-list ul.main:last-child:after {
    display: block;
    clear: both;
    content: ""; }
  #home-page .service-list ul.main li {
    text-align: center;
    float: left;
    padding-bottom: 20px;
    /* one item */
    /* two items */
    /* three items */
    /* four items */ }
    #home-page .service-list ul.main li:nth-child(1):nth-last-child(1) {
      width: 99.99%; }
    #home-page .service-list ul.main li:nth-child(1):nth-last-child(2), #home-page .service-list ul.main li:nth-child(2):nth-last-child(1) {
      width: calc(99.99% / 2); }
    #home-page .service-list ul.main li:nth-child(1):nth-last-child(3), #home-page .service-list ul.main li:nth-child(2):nth-last-child(2), #home-page .service-list ul.main li:nth-child(3):nth-last-child(1) {
      width: calc(99.99% / 3); }
    #home-page .service-list ul.main li:nth-child(1):nth-last-child(4), #home-page .service-list ul.main li:nth-child(2):nth-last-child(3), #home-page .service-list ul.main li:nth-child(3):nth-last-child(2), #home-page .service-list ul.main li:nth-child(4):nth-last-child(1) {
      width: calc(99.99% / 4); }
  #home-page .service-list ul.main li.active {
    position: relative;
    z-index: 10;
    /* background: $section-background;
    border: 1px solid $border-color; */ }
  #home-page .service-list ul.main li.active:after, #home-page .service-list ul.main li.active:before {
    bottom: 0px;
    margin-bottom: -1px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -webkit-animation: fadeIn 500ms;
    animation: fadeIn 500ms; }
  #home-page .service-list ul.main li.active:after {
    border-color: rgba(248, 248, 248, 0);
    border-bottom-color: #F8F8F8;
    border-width: 26px;
    margin-left: -26px;
    -webkit-animation: fadeIn 500ms;
    animation: fadeIn 500ms; }
  #home-page .service-list ul.main li.active:before {
    border-color: rgba(153, 153, 153, 0);
    border-bottom-color: #ebebeb;
    border-width: 27px;
    margin-left: -27px;
    -webkit-animation: fadeIn 500ms;
    animation: fadeIn 500ms; }
  #home-page .service-categories {
    display: none;
    position: relative;
    float: left;
    z-index: 0;
    padding-top: 64px;
    padding-bottom: 68px;
    margin-bottom: 102px; }
    #home-page .service-categories:before {
      content: '';
      position: absolute;
      width: 100vw;
      max-width: 100vw;
      background-color: #F8F8F8;
      left: calc(-50vw + 100%/2);
      margin-left: 52px;
      z-index: -1;
      top: 0;
      bottom: 0; }
    #home-page .service-categories:after {
      content: '';
      position: absolute;
      width: 100vw;
      background: -webkit-gradient(linear, left top, right top, color-stop(40%, #f8f8f8), color-stop(50%, #ebebeb), color-stop(60%, #f8f8f8));
      background: -webkit-linear-gradient(left, #f8f8f8 40%, #ebebeb 50%, #f8f8f8 60%);
      background: -o-linear-gradient(left, #f8f8f8 40%, #ebebeb 50%, #f8f8f8 60%);
      background: -ms-linear-gradient(left, #f8f8f8 40%, #ebebeb 50%, #f8f8f8 60%);
      background: linear-gradient(to right, #f8f8f8 40%, #ebebeb 50%, #f8f8f8 60%);
      height: calc(100% + 2px);
      left: calc(-50vw + 100%/2);
      z-index: -2;
      top: -1px;
      bottom: 0; }
    #home-page .service-categories .sub {
      z-index: 1;
      position: relative;
      width: 1004px; }
  #home-page .service-categories .sub .col-1-3 {
    padding-right: 34px; }
    #home-page .service-categories .sub .col-1-3:nth-child(4), #home-page .service-categories .sub .col-1-3:nth-child(5), #home-page .service-categories .sub .col-1-3:nth-child(6), #home-page .service-categories .sub .col-1-3:nth-child(7), #home-page .service-categories .sub .col-1-3:nth-child(8), #home-page .service-categories .sub .col-1-3:nth-child(9) {
      padding-top: 68px; }
  #home-page .service-categories .sub li:last-child {
    padding-right: 0; }
  #home-page .service-categories.selected-pane {
    display: block;
    background: #F8F8F8;
    -webkit-animation: fadeIn 500ms;
    animation: fadeIn 500ms; }
  #home-page .heading-image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 15px; }
  #home-page .heading-image img path {
    background: #5cbcf3; }
  #home-page .heading {
    font-size: 18px;
    color: #0F3097;
    display: block;
    margin-bottom: 32px; }
  #home-page .service-categories .links {
    font-size: 18px;
    font-weight: 300;
    margin-top: 30px; }
  #home-page .service-categories .links a:last-child {
    margin-left: 50px; }
  #home-page .service-categories p {
    min-height: 3em; }
  #home-page ul.featured-api-list {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
    margin: 0 auto !important; }
  #home-page ul.featured-api-list li {
    float: left;
    /* one item */
    /* two items */
    /* three items */
    /* four items */ }
    #home-page ul.featured-api-list li:nth-child(1):nth-last-child(1) {
      width: 99.99%; }
    #home-page ul.featured-api-list li:nth-child(1):nth-last-child(2), #home-page ul.featured-api-list li:nth-child(2):nth-last-child(1) {
      width: calc(99.99% / 2); }
    #home-page ul.featured-api-list li:nth-child(1):nth-last-child(3), #home-page ul.featured-api-list li:nth-child(2):nth-last-child(2), #home-page ul.featured-api-list li:nth-child(3):nth-last-child(1) {
      width: calc(99.99% / 3); }
    #home-page ul.featured-api-list li:nth-child(1):nth-last-child(4), #home-page ul.featured-api-list li:nth-child(2):nth-last-child(3), #home-page ul.featured-api-list li:nth-child(3):nth-last-child(2), #home-page ul.featured-api-list li:nth-child(4):nth-last-child(1) {
      width: calc(99.99% / 4); }
  #home-page .featured-api-list li:last-child {
    margin-right: 0px; }
  #home-page .featured-api-list:last-child:after {
    clear: both;
    content: " ";
    display: block; }
  #home-page .featured-api-list img {
    width: 211px; }
  #home-page .featured-api-list li {
    float: left; }
  #home-page .separator {
    width: 100%;
    background: #ebebeb;
    height: 1px;
    display: block;
    clear: both; }
  #home-page .about-visa {
    padding-top: 70px;
    padding-bottom: 124px;
    text-align: center;
    margin-bottom: 30px; }
  #home-page .about-visa h1 {
    font-size: 36px !important;
    color: #999999 !important;
    margin-bottom: 50px !important; }
  #home-page .about-visa p {
    font-size: 24px !important;
    color: #8b8b8b !important; }
  #home-page .top-nav .links > li.menu-item {
    margin-right: 45px; }
        #home-page .top-nav .links > li.menu-item:last-child {
      margin-right: 0; }

/* Dynamic Product pages*/
#product-home-page .markdown ol > li > ol li {
  list-style-type: lower-roman; }

#product-home-page .markdown ol > li > ul li {
  list-style-type: none; }

#product-home-page .markdown {
  color: #333;
  font-family: "Roboto", sans-serif; }
  #product-home-page .markdown p {
    margin-bottom: 20px; }
  #product-home-page .markdown ol li {
    list-style-position: inside;
    list-style-type: decimal;
    list-style-image: none; }

#product-home-page .iconography ul li {
  margin-bottom: 60px; }

#product-home-page .heading-description-list .heading-description-row {
  margin-bottom: 60px;
  padding-left: 0; }
  #product-home-page .heading-description-list .heading-description-row:last-child {
    margin-bottom: 0; }

#product-home-page .content p, #product-home-page .content li {
  font-size: 16px;
  margin: 20px 0 10px 0; }
  #product-home-page .content p:last-child, #product-home-page .content li:last-child {
    margin-bottom: 0; }

#product-home-page .content h4 {
  margin: 25px 0 10px 0; }

#product-home-page ul.roman-bullet li {
  line-height: 1.5em;
  margin: 10px 0 10px 30px;
  list-style-type: lower-roman !important;
  background: none !important;
  padding: 0 !important; }

#product-home-page ul.decimal-bullet li {
  line-height: 1.5em;
  margin: 10px 0 10px 30px;
  list-style-type: lower-roman !important;
  background: none !important;
  padding: 0 !important; }

#product-home-page ul.disc-bullet li {
  background: url(/images/bullet_orange.png) no-repeat 15px 10px !important;
  padding-left: 30px !important; }

.dynamic-columns-1 {
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1; }

.dynamic-columns-2 {
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2; }

.search-page {
  min-height: 90%;
  /*p{
    font-size:18px;
    color:   #868686;
  }
  a{
    font-size:18px;
    color: #2894d2;
  }
  b{
    font-size:18px;
    color:$visa-blue;
  }*/ }
  .search-page * {
    font-weight: 400;
    font-style: normal; }
  .search-page hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; }
  .search-page .search-header {
    padding-top: 78px; }
    .search-page .search-header h1 {
      padding-top: 56px;
      padding-bottom: 28px; }
      @media screen and (max-width: 900px) {
        .search-page .search-header h1 {
          color: #1a1e5b; } }
    .search-page .search-header hr {
      margin-top: 32px;
      margin-bottom: 35px;
      color: #d7d7d7;
      border-color: #d7d7d7;
      display: block;
      clear: both;
      width: 100%; }
    .search-page .search-header .search-box {
      width: 872px;
      position: relative; }
      @media screen and (max-width: 900px) {
        .search-page .search-header .search-box {
          width: 100%; } }
    .search-page .search-header input[type="text"].search-query {
      margin: 0;
      padding: 0;
      height: 56px;
      width: 100%;
      font-size: 18px;
      color: #666666;
      border: 1px solid #c5c5c5;
      background: #fff;
      padding-left: 45px; }
      .search-page .search-header input[type="text"].search-query:focus {
        outline: none; }
    .search-page .search-header input[type="text"].search-query + i {
      position: relative;
      height: 0; }
      .search-page .search-header input[type="text"].search-query + i:before {
        content: "\f002";
        font-family: FontAwesome;
        font-size: 20px;
        top: -38px;
        left: 15px;
        position: absolute;
        color: #c5c5c5;
        cursor: pointer; }
    .search-page .search-header input[type="text"].search-query:focus, .search-page .search-header input[type="text"].search-query:active {
      padding-right: 50px; }
      .search-page .search-header input[type="text"].search-query:focus + label:before, .search-page .search-header input[type="text"].search-query:active + label:before {
        left: 836px; }
  .search-page .search-results .results {
    margin-top: -24px;
    margin-left: -26px;
    padding-left: 26px;
    padding-bottom: 34px;
    width: 70%; }
    @media screen and (max-width: 900px) {
      .search-page .search-results .results {
        width: 100%; } }
    .search-page .search-results .results a.res-title {
      font-size: 18px;
      color: #1a1e5b; }
    .search-page .search-results .results p.res-snippet {
      font-size: 18px;
      color: #868686; }
      .search-page .search-results .results p.res-snippet b {
        background-color: #d6f0ff;
        padding: 0px 3px;
        font-weight: 300;
        display: inline-block; }
    .search-page .search-results .results a.res-url {
      font-size: 18px;
      color: #2894d2; }
  .search-page .search-results li {
    margin-bottom: 28px; }
    .search-page .search-results li:last-child {
      margin-bottom: 0; }
  .search-page .search-results .suggested-results {
    padding-top: 34px;
    padding-bottom: 34px;
    padding-left: 26px;
    background: #f7f7f7;
    margin-left: -26px;
    width: calc(100% + 26px); }
    .search-page .search-results .suggested-results span.highlight {
      background-color: #d6f0ff;
      height: 30px;
      display: inline-block; }
    .search-page .search-results .suggested-results h2 {
      font-size: 22pt;
      color: #999999;
      padding-bottom: 20px; }
  .search-page .sub-header ul.tabs {
    display: block;
    clear: both;
    float: left; }
    .search-page .sub-header ul.tabs li.tab {
      padding-left: 30px;
      padding-right: 30px;
      margin: 0;
      font-size: 14pt;
      line-height: 30px;
      width: auto; }
      .search-page .sub-header ul.tabs li.tab.selected {
        padding-left: 50px;
        padding-right: 50px;
        color: #999999;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        -moz-border-image: linear-gradient(#f4c711, #fc9c06);
        border-bottom-color: #f4c711;
        border-bottom-image: linear-gradient(90deg, #f4c711, #fc9c06);
        -webkit-border-bottom-image: linear-gradient(90deg, #f4c711, #fc9c06); }
      .search-page .sub-header ul.tabs li.tab:before, .search-page .sub-header ul.tabs li.tab:after {
        content: none; }
  .search-page .auto-complete {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 20px;
    border: 1px solid  #cccccc;
    border-top: none;
    margin-top: -9px !important;
    padding-left: 24px;
    padding-right: 16px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: initial;
    scrollbar-base-color: #e4e4e4;
    scrollbar-base-color: #e4e4e4;
    scrollbar-3dlight-color: #f8f7f7;
    scrollbar-highlight-color: #f8f7f7;
    scrollbar-track-color: #f8f7f7;
    scrollbar-arrow-color: #f8f7f7;
    scrollbar-shadow-color: #f8f7f7;
    scrollbar-dark-shadow-color: #f8f7f7;
    z-index: 10000;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16); }
    .search-page .auto-complete::-webkit-scrollbar {
      width: 16px;
      height: 16px; }
    .search-page .auto-complete::-webkit-scrollbar-button {
      width: 10px;
      height: 10px; }
    .search-page .auto-complete::-webkit-scrollbar-thumb {
      background: #e4e4e4;
      border: 5px solid #f8f7f7;
      border-radius: 0px; }
    .search-page .auto-complete::-webkit-scrollbar-track {
      background: #f8f7f7;
      border-radius: 0px; }
    .search-page .auto-complete::-webkit-scrollbar-corner {
      background: transparent; }
  .search-page .auto-complete:before {
    content: " ";
    height: 1px;
    width: 828px;
    position: absolute;
    top: 1px;
    background-color: #cccccc; }
  .search-page .auto-complete .left, .search-page .auto-complete .right {
    float: left;
    min-width: 45%;
    max-width: 45%; }
    .search-page .auto-complete .left a, .search-page .auto-complete .right a {
      text-overflow: ellipsis;
      overflow: hidden;
      width: 100%;
      font-size: 18px;
      color: #999999; }
  .search-page .auto-complete .right a {
    color: #2894d2; }
  .search-page .auto-complete li {
    cursor: pointer;
    padding-left: 16px;
    line-height: 38px;
    min-height: 38px;
    height: auto; }
    .search-page .auto-complete li:hover {
      background-color: #f8f8f8; }
  .search-page .paging {
    margin-top: 34px;
    margin-bottom: 34px; }
    .search-page .paging ul {
      margin: 0;
      padding: 0; }
      .search-page .paging ul li {
        text-align: center;
        margin-left: -1px;
        float: left;
        border: 1px solid #dddddd; }
        .search-page .paging ul li span {
          min-width: 32px;
          display: block;
          color: #337ac0;
          font-size: 18px; }
        .search-page .paging ul li a {
          min-width: 32px;
          display: block;
          color: #337ac0;
          font-size: 18px; }
        .search-page .paging ul li:last-child {
          border: none;
          margin-left: 18px; }
          .search-page .paging ul li:last-child span {
            color: #1a1e5b;
            width: auto; }
          @media screen and (max-width: 900px) {
            .search-page .paging ul li:last-child {
              display: block;
              margin-top: 10px;
              margin-left: 0;
              width: 100%;
              text-align: left; } }
        .search-page .paging ul li.active span {
          font-weight: 400; }
  .search-page .no-left-pad {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .search-page span.results-text {
    font-size: 18px;
    color: #737373;
    float: right; }
  .search-page .filters {
    display: none;
    font-size: 18px;
    color: #666666; }
    .search-page .filters .title {
      margin: 0;
      font-size: 16px;
      padding-right: 12px;
      float: left; }
    .search-page .filters label {
      position: relative;
      padding: 0;
      display: block; }
      .search-page .filters label:before {
        content: "\f0d7";
        font-family: FontAwesome;
        font-size: 12px;
        color: #1a1e5b;
        position: relative;
        left: -15px;
        top: 6px; }
    .search-page .filters select {
      border: none;
      outline: none;
      width: 10px;
      float: left;
      max-width: 120px;
      line-height: 18px;
      font-size: 16pt;
      padding: 0;
      border: none;
      background: none;
      width: 200px;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      outline: none;
      border: none;
      margin: 0;
      padding: 0;
      height: auto;
      color: #1a1e5b;
      position: relative; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-10%);
    opacity: 1; }
  5% {
    -webkit-transform: translateY(-10%);
    opacity: 1; }
  15% {
    -webkit-transform: translateY(0); }
  30% {
    -webkit-transform: translateY(-5%); }
  40% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(-3%); }
  70% {
    -webkit-transform: translateY(0%); }
  80% {
    -webkit-transform: translateY(-1.5%); }
  90% {
    -webkit-transform: translateY(0%); }
  95% {
    -webkit-transform: translateY(-1%); }
  97% {
    -webkit-transform: translateY(0%); }
  99% {
    -webkit-transform: translateY(-0.5%); }
  100% {
    -webkit-transform: translateY(0);
    padding-bottom: 9px;
    opacity: 1; } }

.auto-complete {
  z-index: 100000 !important; }
  .auto-complete li {
    z-index: auto !important; }
  .auto-complete a {
    z-index: auto !important; }
  .auto-complete div {
    z-index: auto !important; }

@keyframes slipIn {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

@keyframes slipUp {
  0% {
    top: 150px;
    opacity: 0; }
  100% {
    top: 0px;
    opacity: 1; } }

.tagline {
  position: relative;
  animation: slipIn 0.2s; }

.top-nav-content {
  position: relative;
  animation: slipIn 0.1s; }

.v-tab-content > div.visible {
  animation: slipUp 0.1s;
  position: relative; }

/*doc
---
title: Checkbox Groups
name: checkbox_groups
category: components
---
```html_example
<ul class="checkbox-groups">
  <li class="checkbox-group">
    <div class="checkbox-group-header">Payment Methods</div>
    <ul class="checkbox-group-choices">
      <li class="checkbox-group-choice">
        <input type="checkbox" id="api-funds-transfer" name="api_ids[]" value="1">
        <div class="checkbox-group-choice-description">
          <label for="api-funds-transfer">Funds Transfer</label>
          For Transfering funds
        </div>
      </li>
    </ul>
  </li>
  <li class="checkbox-group">
    <div class="checkbox-group-header">Card Validation / Attributes</div>
    <ul class="checkbox-group-choices">
      <li class="checkbox-group-choice">
        <input type="checkbox" id="api-card-features" name="api_ids[]" value="2">
        <div class="checkbox-group-choice-description">
          <label for="api-card-features">Card Features</label>
          Determine card service attributes using card feature
        </div>
      </li>
      <li class="checkbox-group-choice">
        <input type="checkbox" id="api-check-elig" name="api_ids[]" value="3">
        <div class="checkbox-group-choice-description">
          <label for="api-check-elig">Card Check / Eligibilityr</label>
          Determine card service eligibility using 3-DS rails, AVS/CVV checks, and Zero Dollar Auth
        </div>
      </li>
    </ul>
  </li>

</ul>
```
*/
.checkbox-groups {
  overflow: auto; }

.checkbox-groups, .checkbox-group-choices {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none; }

.checkbox-group-choice {
  padding: 5px;
  position: relative; }
  .checkbox-group-choice input[type=checkbox], .checkbox-group-choice input[type=radio] {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #b0b0b0;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    border-radius: 3px; }
    .checkbox-group-choice input[type=checkbox]:checked, .checkbox-group-choice input[type=radio]:checked {
      background: #1a1e5b;
      border-color: #1a1e5b; }
      .checkbox-group-choice input[type=checkbox]:checked:after, .checkbox-group-choice input[type=radio]:checked:after {
        display: block;
        position: relative;
        content: "";
        height: 7px;
        width: 17px;
        border-bottom: 4px solid white;
        border-left: 4px solid white;
        -webkit-transform: translate(3px, 5px) rotate(-45deg);
        -ms-transform: translate(3px, 5px) rotate(-45deg);
        transform: translate(3px, 5px) rotate(-45deg);
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box; }

.checkbox-group-choice-description {
  display: inline-block;
  vertical-align: middle;
  margin-left: 13px;
  font-size: 18px;
  font-weight: 300;
  color: #A2A2A2; }
  .checkbox-group-choice-description label {
    font-size: 20px;
    font-weight: 300;
    color: #5B5B5B;
    display: block; }

.checkbox-group-header {
  text-transform: uppercase;
  padding: 10px 5px;
  background: #999999; }

.checkbox-group-choice-tnc {
  padding: 5px;
  border-top: 1px solid #ccc;
  margin-bottom: 22px;
  /*input[type=checkbox] {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid $grey;
    height: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    background-color: white;

    &:checked {
      background: $visa-blue;
      border-color: $visa-blue;

      &:after {
        display: block;
        position: relative;
        content: "";
        height: 6px;
        width: 12px;
        border-bottom: 4px solid white;
        border-left: 4px solid white;

        -webkit-transform: translate(0.25px, 0.25px) rotate(-45deg);
        -ms-transform: translate(0.25px, 0.25px) rotate(-45deg);
        transform: translate(0.25px, 0.25px) rotate(-45deg);

        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
      }
    }
  }*/ }
  .checkbox-group-choice-tnc label {
    padding-left: 16px;
    padding-top: 10px; }
    .checkbox-group-choice-tnc label.tncModal {
      vertical-align: middle; }
  .checkbox-group-choice-tnc input[type=checkbox] {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #b0b0b0;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    border-radius: 3px; }
    .checkbox-group-choice-tnc input[type=checkbox]:checked {
      background: #1a1e5b;
      border-color: #1a1e5b; }
      .checkbox-group-choice-tnc input[type=checkbox]:checked:after {
        display: block;
        position: relative;
        content: "";
        height: 7px;
        width: 17px;
        border-bottom: 4px solid white;
        border-left: 4px solid white;
        -webkit-transform: translate(3px, 5px) rotate(-45deg);
        -ms-transform: translate(3px, 5px) rotate(-45deg);
        transform: translate(3px, 5px) rotate(-45deg);
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box; }

.checkbox-group-choice-promotion-form label {
  padding-top: 10px; }

.checkbox-group-choice-promotion-form input[type=checkbox] {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b0b0b0;
  height: 19px;
  width: 19px;
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  border-radius: 3px;
  margin-left: 0px; }
  .checkbox-group-choice-promotion-form input[type=checkbox]:checked {
    background: #1a1e5b;
    border-color: #1a1e5b; }
    .checkbox-group-choice-promotion-form input[type=checkbox]:checked:after {
      display: block;
      position: relative;
      content: "";
      height: 6px;
      width: 12px;
      border-bottom: 3px solid white;
      border-left: 3px solid white;
      -webkit-transform: translate(1px, 1px) rotate(-45deg);
      -ms-transform: translate(1px, 1px) rotate(-45deg);
      transform: translate(1px, 1px) rotate(-45deg);
      box-sizing: content-box;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box; }

.checkbox-group-choice-promotion-form input[type=radio] {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b0b0b0;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  border-radius: 15px;
  margin-left: 0px; }
  .checkbox-group-choice-promotion-form input[type=radio] .medium-radio {
    height: 14px;
    width: 14px; }
  .checkbox-group-choice-promotion-form input[type=radio]:checked {
    background: white;
    border-color: #1a1e5b; }
    .checkbox-group-choice-promotion-form input[type=radio]:checked:after {
      position: absolute;
      font-family: "FontAwesome";
      width: 17px;
      padding-left: 6px;
      padding-top: 5px;
      font-size: 13px;
      border-radius: 15px;
      content: '\f111';
      color: #1a1e5b; }

.checkbox-group-choice input[type="checkbox"]:checked + div label:after {
  position: absolute;
  font-family: "FontAwesome";
  width: 30px;
  padding: 2px;
  font-size: 25px;
  background: #1a1e5b;
  border-radius: 3px;
  content: '\f00c';
  color: #ffffff;
  left: 10px;
  top: 17px; }

.checkbox-group-choice input[type="checkbox"] {
  visibility: hidden; }

.checkbox-group-choice-emulator input[type="checkbox"] {
  visibility: visible; }

.checkbox-group-choice input[type="checkbox"] + div label:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  left: 10px;
  top: 16px; }

.checkbox-group-choice input[type="radio"]:checked + div label:after {
  position: absolute;
  font-family: "FontAwesome";
  width: 30px;
  padding: 2px;
  font-size: 25px;
  border-radius: 15px;
  content: '\f111';
  color: #1a1e5b;
  left: 12px;
  top: 18px; }

.checkbox-group-choice input[type="radio"] {
  visibility: hidden; }

.checkbox-group-choice input[type="radio"] + div label:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #1a1e5b;
  border-radius: 15px;
  left: 10px;
  top: 17px; }

.category-div {
  margin-top: 25px; }
  .category-div:first-of-type {
    margin-top: 0; }

/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/* color helpers */
.i-green {
  color: #F7B600; }

/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
/* color helpers */
.i-green {
  color: #F7B600; }

/*$active-led: #C0D413;
$pending-led: #75787B;
$failed-led: #DB553C;*/
@media screen and (min-width: 260px) and (max-width: 768px) {
  body footer #support-modal-cancel, body header #support-modal-cancel, .product-pages footer #support-modal-cancel, .product-pages header #support-modal-cancel {
    width: 200px;
    margin: 0 0 20px 0; } }

@media screen and (min-width: 260px) and (max-width: 768px) {
  body footer, body header, .product-pages footer, .product-pages header {
    /* For mobile phones: */ }
    body footer .rating-label, body header .rating-label, .product-pages footer .rating-label, .product-pages header .rating-label {
      display: none; }
    body footer .modal-content, body header .modal-content, .product-pages footer .modal-content, .product-pages header .modal-content {
      width: 100% !important;
      font-weight: 300 !important; }
    body footer .row, body header .row, .product-pages footer .row, .product-pages header .row {
      padding: 0; }
    body footer #rating-selector > div.v-one-col, body header #rating-selector > div.v-one-col, .product-pages footer #rating-selector > div.v-one-col, .product-pages header #rating-selector > div.v-one-col {
      margin-bottom: 10px !important; }
    body footer .br-wrapper-c .br-widget a, body header .br-wrapper-c .br-widget a, .product-pages footer .br-wrapper-c .br-widget a, .product-pages header .br-wrapper-c .br-widget a {
      margin: 1.5em 0.5em !important;
      font-size: 13pt !important; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body footer, body header, .product-pages footer, .product-pages header {
    /* For Tablets: */ }
    body footer .rating-label, body header .rating-label, .product-pages footer .rating-label, .product-pages header .rating-label {
      display: none; }
    body footer .modal-content, body header .modal-content, .product-pages footer .modal-content, .product-pages header .modal-content {
      width: 75vw !important;
      font-weight: 300 !important; }
    body footer .row, body header .row, .product-pages footer .row, .product-pages header .row {
      padding: 0; }
    body footer #rating-selector > div.v-one-col, body header #rating-selector > div.v-one-col, .product-pages footer #rating-selector > div.v-one-col, .product-pages header #rating-selector > div.v-one-col {
      margin-bottom: 10px !important; }
    body footer .br-wrapper-c .br-widget a, body header .br-wrapper-c .br-widget a, .product-pages footer .br-wrapper-c .br-widget a, .product-pages header .br-wrapper-c .br-widget a {
      margin: 1.5em 0.5em !important; } }

body footer div#support-modal p, body header div#support-modal p, .product-pages footer div#support-modal p, .product-pages header div#support-modal p {
  font-family: Roboto, sans-serif;
  color: #333333;
  font-size: 18px;
  line-height: 25px; }

body footer div#support-modal h4, body header div#support-modal h4, .product-pages footer div#support-modal h4, .product-pages header div#support-modal h4 {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Roboto", sans-serif; }

body footer div#support-modal textarea, body header div#support-modal textarea, .product-pages footer div#support-modal textarea, .product-pages header div#support-modal textarea {
  margin-bottom: 20px; }

body footer div#support-modal .g-recaptcha, body header div#support-modal .g-recaptcha, .product-pages footer div#support-modal .g-recaptcha, .product-pages header div#support-modal .g-recaptcha {
  margin-bottom: 30px; }

body footer div#support-modal .contact-email, body header div#support-modal .contact-email, .product-pages footer div#support-modal .contact-email, .product-pages header div#support-modal .contact-email {
  margin-top: 5px;
  margin-bottom: 25px;
  width: 100%; }

body footer .modal-content, body header .modal-content, .product-pages footer .modal-content, .product-pages header .modal-content {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 650px;
  position: absolute;
  font-size: 19px;
  font-weight: 300 !important; }
  .product-pages body footer .modal-content, .product-pages body header .modal-content, .product-pages .product-pages footer .modal-content, .product-pages .product-pages header .modal-content {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal; }
  body footer .modal-content .error, body header .modal-content .error, .product-pages footer .modal-content .error, .product-pages header .modal-content .error {
    color: red;
    margin: 0 10px 10px 0; }
  body footer .modal-content .modal-header, body header .modal-content .modal-header, .product-pages footer .modal-content .modal-header, .product-pages header .modal-content .modal-header {
    padding: 50px 65px;
    border: 0; }
    body footer .modal-content .modal-header .support-desc, body header .modal-content .modal-header .support-desc, .product-pages footer .modal-content .modal-header .support-desc, .product-pages header .modal-content .modal-header .support-desc {
      text-align: center; }
    body footer .modal-content .modal-header .title, body header .modal-content .modal-header .title, .product-pages footer .modal-content .modal-header .title, .product-pages header .modal-content .modal-header .title {
      margin-bottom: 0px; }
  body footer .modal-content .modal-body, body header .modal-content .modal-body, .product-pages footer .modal-content .modal-body, .product-pages header .modal-content .modal-body {
    padding: 0;
    /* Center in container */ }
    body footer .modal-content .modal-body .row, body footer .modal-content .modal-body .container, body header .modal-content .modal-body .row, body header .modal-content .modal-body .container, .product-pages footer .modal-content .modal-body .row, .product-pages footer .modal-content .modal-body .container, .product-pages header .modal-content .modal-body .row, .product-pages header .modal-content .modal-body .container {
      padding: 0; }
    body footer .modal-content .modal-body .contact-us .error-messages, body header .modal-content .modal-body .contact-us .error-messages, .product-pages footer .modal-content .modal-body .contact-us .error-messages, .product-pages header .modal-content .modal-body .contact-us .error-messages {
      display: flex; }
    body footer .modal-content .modal-body .contact-us .support-desc, body header .modal-content .modal-body .contact-us .support-desc, .product-pages footer .modal-content .modal-body .contact-us .support-desc, .product-pages header .modal-content .modal-body .contact-us .support-desc {
      margin-bottom: 30px; }
    body footer .modal-content .modal-body .error-messages, body header .modal-content .modal-body .error-messages, .product-pages footer .modal-content .modal-body .error-messages, .product-pages header .modal-content .modal-body .error-messages {
      margin: 2em 0;
      display: inline-block; }
    body footer .modal-content .modal-body .spinner, body header .modal-content .modal-body .spinner, .product-pages footer .modal-content .modal-body .spinner, .product-pages header .modal-content .modal-body .spinner {
      position: relative;
      left: 0;
      margin: 5% 0; }
    body footer .modal-content .modal-body .feedback-captcha-container, body header .modal-content .modal-body .feedback-captcha-container, .product-pages footer .modal-content .modal-body .feedback-captcha-container, .product-pages header .modal-content .modal-body .feedback-captcha-container {
      margin: 0 0 20px 0; }
    body footer .modal-content .modal-body #success-message, body header .modal-content .modal-body #success-message, .product-pages footer .modal-content .modal-body #success-message, .product-pages header .modal-content .modal-body #success-message {
      padding-right: 100px;
      padding-left: 100px; }
      body footer .modal-content .modal-body #success-message button, body header .modal-content .modal-body #success-message button, .product-pages footer .modal-content .modal-body #success-message button, .product-pages header .modal-content .modal-body #success-message button {
        width: 75px; }
      body footer .modal-content .modal-body #success-message .okay, body header .modal-content .modal-body #success-message .okay, .product-pages footer .modal-content .modal-body #success-message .okay, .product-pages header .modal-content .modal-body #success-message .okay {
        padding-bottom: 22px; }
      body footer .modal-content .modal-body #success-message .support-desc, body header .modal-content .modal-body #success-message .support-desc, .product-pages footer .modal-content .modal-body #success-message .support-desc, .product-pages header .modal-content .modal-body #success-message .support-desc {
        margin-bottom: 26px; }
    body footer .modal-content .modal-body h4, body header .modal-content .modal-body h4, .product-pages footer .modal-content .modal-body h4, .product-pages header .modal-content .modal-body h4 {
      font-weight: 300 !important;
      padding-top: 5px !important;
      font-size: 18px !important;
      padding-bottom: 0 !important;
      color: #333333; }
    body footer .modal-content .modal-body .rating-label, body header .modal-content .modal-body .rating-label, .product-pages footer .modal-content .modal-body .rating-label, .product-pages header .modal-content .modal-body .rating-label {
      margin-bottom: 50px;
      margin-top: 10px;
      font-size: 12pt;
      color: #A9A9A9; }
      body footer .modal-content .modal-body .rating-label div:nth-child(1), body header .modal-content .modal-body .rating-label div:nth-child(1), .product-pages footer .modal-content .modal-body .rating-label div:nth-child(1), .product-pages header .modal-content .modal-body .rating-label div:nth-child(1) {
        margin-left: 0; }
      body footer .modal-content .modal-body .rating-label div:nth-child(2) p, body header .modal-content .modal-body .rating-label div:nth-child(2) p, .product-pages footer .modal-content .modal-body .rating-label div:nth-child(2) p, .product-pages header .modal-content .modal-body .rating-label div:nth-child(2) p {
        margin-left: 157px; }
    body footer .modal-content .modal-body #question, body header .modal-content .modal-body #question, .product-pages footer .modal-content .modal-body #question, .product-pages header .modal-content .modal-body #question {
      margin-bottom: 20px;
      color: #333333;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url(/images/selectimage.jpeg) 100%/10% no-repeat #ffffff; }
    body footer .modal-content .modal-body select::-ms-expand, body header .modal-content .modal-body select::-ms-expand, .product-pages footer .modal-content .modal-body select::-ms-expand, .product-pages header .modal-content .modal-body select::-ms-expand {
      display: none; }
    body footer .modal-content .modal-body #rating-selector > div.v-one-col, body header .modal-content .modal-body #rating-selector > div.v-one-col, .product-pages footer .modal-content .modal-body #rating-selector > div.v-one-col, .product-pages header .modal-content .modal-body #rating-selector > div.v-one-col {
      margin-bottom: -22px; }
    body footer .modal-content .modal-body .cancel, body header .modal-content .modal-body .cancel, .product-pages footer .modal-content .modal-body .cancel, .product-pages header .modal-content .modal-body .cancel {
      width: 146px;
      background-color: #b0b0b0;
      color: #ffffff;
      margin-right: 10px;
      border: none; }
    body footer .modal-content .modal-body .feedback-captcha-container, body header .modal-content .modal-body .feedback-captcha-container, .product-pages footer .modal-content .modal-body .feedback-captcha-container, .product-pages header .modal-content .modal-body .feedback-captcha-container {
      min-height: 75px; }
    body footer .modal-content .modal-body .button-container, body header .modal-content .modal-body .button-container, .product-pages footer .modal-content .modal-body .button-container, .product-pages header .modal-content .modal-body .button-container {
      clear: both; }
    body footer .modal-content .modal-body .submit, body header .modal-content .modal-body .submit, .product-pages footer .modal-content .modal-body .submit, .product-pages header .modal-content .modal-body .submit {
      width: 205px;
      margin-left: 10px;
      border: none; }
    body footer .modal-content .modal-body .br-wrapper-c .br-widget a, body header .modal-content .modal-body .br-wrapper-c .br-widget a, .product-pages footer .modal-content .modal-body .br-wrapper-c .br-widget a, .product-pages header .modal-content .modal-body .br-wrapper-c .br-widget a {
      display: inline-table;
      width: 2em;
      height: 2em;
      margin: 1.5em 1.5em 0 0;
      border-radius: 50%;
      text-decoration: none;
      font-size: 23pt;
      line-height: 2.2;
      text-align: center;
      color: #1a1e5b !important; }
    body footer .modal-content .modal-body .br-wrapper-c .br-widget a.br-active, body header .modal-content .modal-body .br-wrapper-c .br-widget a.br-active, .product-pages footer .modal-content .modal-body .br-wrapper-c .br-widget a.br-active, .product-pages header .modal-content .modal-body .br-wrapper-c .br-widget a.br-active {
      background: #1a1e5b;
      color: #ffffff !important; }
    body footer .modal-content .modal-body .br-wrapper-c .br-widget a.br-current, body header .modal-content .modal-body .br-wrapper-c .br-widget a.br-current, .product-pages footer .modal-content .modal-body .br-wrapper-c .br-widget a.br-current, .product-pages header .modal-content .modal-body .br-wrapper-c .br-widget a.br-current {
      background: #1a1e5b;
      color: #ffffff !important; }
    body footer .modal-content .modal-body .br-wrapper-c .br-widget .br-current-rating, body header .modal-content .modal-body .br-wrapper-c .br-widget .br-current-rating, .product-pages footer .modal-content .modal-body .br-wrapper-c .br-widget .br-current-rating, .product-pages header .modal-content .modal-body .br-wrapper-c .br-widget .br-current-rating {
      clear: both;
      width: 100%;
      text-align: center;
      font-weight: 600;
      display: block;
      padding: .5em 0;
      color: #646464; }
    body footer .modal-content .modal-body .br-wrapper-c, body header .modal-content .modal-body .br-wrapper-c, .product-pages footer .modal-content .modal-body .br-wrapper-c, .product-pages header .modal-content .modal-body .br-wrapper-c {
      width: 100%; }

#slider {
  width: 672px;
  top: 200px;
  position: absolute; }

#sidebar {
  position: absolute;
  top: 480px;
  left: 213px;
  box-shadow: 0 0 8px gray; }

.contact-us-success {
  height: 200px; }
  .contact-us-success #support-notification {
    margin-bottom: 10px; }

.errorMessageContact {
  border: solid red 1px; }

.errorMsg {
  color: red;
  font-size: 14px;
  margin-top: -10px;
  display: inherit; }

.searchContainerView .searchBoxContainer {
  padding: 20px; }

.searchContainerView #searchBox {
  width: 500px; }

.searchContainerView ul.tabs {
  padding-top: 10px; }

.searchContainerView .tab {
  margin: auto;
  width: calc(100% / 2);
  cursor: pointer; }

.searchContainerView .navigation {
  padding: 10px 50px;
  display: none; }

.searchContainerView .search-grid {
  max-width: 600px; }

.searchContainerView .results {
  padding: 25px;
  display: none; }

.searchContainerView .resultItem {
  padding: 5px 10px; }

.searchContainerView .resultTitle {
  color: #002EBE;
  font-family: Roboto-Light;
  font-weight: 500; }

.searchContainerView .snippet {
  color: black;
  font-weight: 400; }

.searchContainerView .destiUrl {
  color: darkgreen;
  font-weight: 300; }

.searchContainerView h1 {
  font-family: Roboto-Light;
  font-weight: 300;
  font-size: 48px;
  padding-left: 53px; }

.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #011340;
  overflow: auto; }
  .search-overlay a {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block; }
    .search-overlay a:hover {
      text-decoration: none !important;
      border-bottom: none !important; }
    .search-overlay a::after {
      border-bottom: none !important; }
  .search-overlay h3 {
    margin: 0 !important;
    padding: 0 !important; }
  .search-overlay ul {
    margin: 0;
    padding: 0; }
  .search-overlay li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .search-overlay .search-row {
    height: 213px; }
    .search-overlay .search-row div {
      height: inherit;
      padding: 0;
      margin: 0; }
      .search-overlay .search-row div.col-1-2 {
        position: relative; }
  .search-overlay .overlay-auto-complete {
    float: none;
    margin: 0 auto;
    display: none;
    max-height: 112px;
    height: auto;
    overflow: hidden;
    background-color: #001b50;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.23);
    border: solid 1px rgba(189, 189, 189, 0.27);
    padding: 0; }
    .search-overlay .overlay-auto-complete.mouse-is-over {
      display: block; }
    .search-overlay .overlay-auto-complete li {
      width: 100%;
      list-style-type: none; }
      .search-overlay .overlay-auto-complete li.active {
        background-color: #143F8C; }
      .search-overlay .overlay-auto-complete li div {
        padding: 0 15px; }
    .search-overlay .overlay-auto-complete .left {
      line-height: 1.6 !important; }
    .search-overlay .overlay-auto-complete .right {
      line-height: 1.6 !important;
      float: right !important; }
  .search-overlay .result-row div {
    padding: 0;
    float: left;
    margin: 0 auto; }
    .search-overlay .result-row div .result-count {
      font-size: 32px;
      line-height: 32px;
      color: #f6a623;
      padding-top: 30px;
      padding-bottom: 50px; }
    .search-overlay .result-row div .search-category {
      display: none;
      padding-top: 112px;
      float: right;
      text-align: right; }
      .search-overlay .result-row div .search-category li {
        float: none;
        line-height: 37px;
        font-weight: 300;
        padding-right: 20px !important;
        opacity: 0.6; }
        .search-overlay .result-row div .search-category li .destiUrl {
          color: #c5c5c5; }
        .search-overlay .result-row div .search-category li .fa-angle-right {
          padding: 10px;
          color: #011340; }
        .search-overlay .result-row div .search-category li.active {
          font-weight: 400;
          opacity: 1; }
          .search-overlay .result-row div .search-category li.active .fa-angle-right {
            color: #f6a623; }
        .search-overlay .result-row div .search-category li a {
          font-size: 18px;
          letter-spacing: 2px; }
          .search-overlay .result-row div .search-category li a:hover {
            text-decoration: underline !important; }
    .search-overlay .result-row div .result-category {
      float: right;
      width: auto;
      height: 24px;
      opacity: 0.6;
      border-radius: 99px;
      border: solid 1px #f6a623;
      padding: 6px;
      margin-top: 10px;
      font-size: 10px;
      line-height: 1em;
      color: #f6a623; }
      .search-overlay .result-row div .result-category.OVERVIEW {
        border: solid 1px #c6c7e2;
        color: #c6c7e2; }
      .search-overlay .result-row div .result-category.DOCS {
        border: solid 1px #ffffff;
        color: #ffffff; }
      .search-overlay .result-row div .result-category.COMMUNITY {
        border: solid 1px #99ffff;
        color: #99ffff; }
  .search-overlay .close-searchoverlay {
    position: fixed;
    top: 21px;
    right: 76px;
    cursor: pointer;
    color: #f8b10c;
    font-size: 21px; }
  .search-overlay .searchbox {
    background-color: #011340;
    width: 100%;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    color: white;
    bottom: 0;
    position: absolute;
    margin: 0 auto;
    align-items: center;
    padding: 8px 20px 8px 10px;
    font-size: 20px; }
  .search-overlay .searchbox::-ms-clear {
    display: none; }
  .search-overlay .searchbutton-new {
    cursor: pointer;
    position: absolute;
    bottom: 4%;
    left: 97%;
    color: #f6a623;
    font-size: 20px;
    letter-spacing: 4px; }
  .search-overlay .result-item {
    padding: 0 0 30px 0 !important;
    overflow-x: hidden;
    width: 100%; }
    .search-overlay .result-item h3 {
      font-size: 18px;
      line-height: 18px;
      font-weight: 300;
      color: white; }
    .search-overlay .result-item p {
      color: white;
      font-size: 14px;
      line-height: 17px; }
    .search-overlay .result-item .destiUrl {
      color: white;
      opacity: 0.6;
      padding-bottom: 5px; }

.searchbutton {
  /*line-height:78px !important;
  color:#F8B10C;
  cursor: pointer;*/ }

.close-search {
  position: absolute;
  margin-top: 20px;
  margin-left: 10px; }

.searchbutton-relationship {
  margin-top: -20px;
  font-size: 20px;
  position: absolute;
  right: 45%; }

nav.vdc-navbar--relative .vdc-nav-links .search-overlay a {
  white-space: normal; }

.search-overlay .pagination li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .search-overlay .pagination li a:hover {
    background-color: #003ea9;
    border-color: #003ea9;
    color: #ffffff; }
  .search-overlay .pagination li a:focus {
    color: #ffffff; }

.search-overlay .pagination li span:hover {
  background-color: #003ea9;
  border-color: #003ea9;
  color: #ffffff; }

.search-overlay .pagination li span:focus {
  color: #ffffff; }

.search-overlay .pagination .disabled span {
  color: #ffffff; }

.search-overlay .pagination .disabled a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff; }
  .search-overlay .pagination .disabled a i {
    color: #ffffff;
    font-size: 14px; }

.search-overlay .pagination .active {
  background-color: #f6a623;
  border-color: #f6a623;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#pagination-row {
  width: 41.66%;
  margin: 0 auto;
  float: none;
  padding: 0; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  margin-bottom: 30px !important; }

.pagination > li {
  display: inline-block;
  padding: 0 !important; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px !important;
  margin-left: -1px !important;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #011340;
  border: 1px solid #011340; }
  @media screen and (min-width: 260px) and (max-width: 768px) {
    .pagination > li > a,
    .pagination > li > span {
      padding: 4px 6px; } }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: black;
  background-color: #f6a623;
  border-color: #f6a623; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: black;
  cursor: default;
  background-color: #f6a623;
  border-color: #f6a623; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: black;
  cursor: not-allowed;
  background-color: #f6a623;
  border-color: #f6a623; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

#page-selection, #be-pagination {
  text-align: center; }
  #page-selection .pagination > li > a,
  #page-selection .pagination > li > span, #be-pagination .pagination > li > a,
  #be-pagination .pagination > li > span {
    z-index: 0;
    background-color: white;
    border: none;
    color: #003ea9; }
  #page-selection .pagination > .active > a,
  #page-selection .pagination > .active > span,
  #page-selection .pagination > .active > a:hover,
  #page-selection .pagination > .active > span:hover,
  #page-selection .pagination > .active > a:focus,
  #page-selection .pagination > .active > span:focus, #be-pagination .pagination > .active > a,
  #be-pagination .pagination > .active > span,
  #be-pagination .pagination > .active > a:hover,
  #be-pagination .pagination > .active > span:hover,
  #be-pagination .pagination > .active > a:focus,
  #be-pagination .pagination > .active > span:focus {
    z-index: 0;
    color: #968e8e;
    cursor: default;
    background-color: #f4f3f4;
    border-color: #f4f3f4; }
  #page-selection .material-icons, #be-pagination .material-icons {
    color: #003ea9; }

.vdc-nav > svg *, .vdc-nav > svg *:after, .vdc-nav > svg *:before {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.vdc-footer-main--links > svg *, .vdc-footer-main--links > svg *:after, .vdc-footer-main--links > svg *:before {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.portal.visa-developer-center .vdc-nav--width {
  height: 62px; }

body.apibrowser-fixed-row .row {
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important; }

.modal-backdrop.in {
  z-index: 0; }

#logoutCounterModal .title {
  text-align: center; }

#logoutCounterModal .modal-body {
  padding: 15px; }

#logoutCounterModal .grid {
  min-width: 1px;
  text-align: center; }

#logoutCounterModal .modal-footer-pad {
  text-align: center; }

#logoutCounterModal .modal-content {
  width: 700px; }

.delete-project-modal .modal-footer {
  padding: 15px;
  text-align: center; }

#logoutTimer .grid {
  min-width: 0px; }

#logoutTimer h1 {
  text-align: center;
  color: #1e237e;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: .01429rem;
  margin: 1.42857rem 0rem 1.07143rem 0rem;
  font-family: Roboto, sans-serif; }

#logoutTimer .title {
  border-bottom: solid 1px #cfcfcf;
  margin-bottom: 40px; }

#logoutTimer p {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300; }

#logoutTimer h3 {
  font-weight: 300;
  font-size: 24px;
  margin: 0; }

#logoutTimer .modal-footer-pad {
  padding-top: 50px; }

#logoutTimer .button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  width: auto;
  padding: 9px 20px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #47a2c8;
  border-radius: 5px;
  color: #fff;
  background-color: #47a2c8;
  line-height: 1;
  white-space: nowrap;
  margin-right: 20px; }

nav.vdc-header-nav-links a {
  height: auto; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("./Fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("./Fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("./Fonts/fontawesome-webfont.woff2") format("woff2"), url("./Fonts/fontawesome-webfont.woff") format("woff"), url("./Fonts/fontawesome-webfont.ttf") format("truetype"), url("./Fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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