meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px;
}

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

html,
body {
  background: white;
  font-size: 100%;
}

body {
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

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

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

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

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
html.svg .emblem {
  background-image: url("../images/svg/emblem.svg");
}
html.svg #who-is-voyager .mission {
  background-image: url("../images/svg/mission.svg");
}
html.svg #who-is-voyager .vision {
  background-image: url("../images/svg/vision.svg");
}
html.svg #core-values .customer {
  background-image: url("../images/svg/customer.svg");
}
html.svg #core-values .risk {
  background-image: url("../images/svg/risk.svg");
}
html.svg #core-values .openness {
  background-image: url("../images/svg/openness.svg");
}
html.svg #core-values .teamwork {
  background-image: url("../images/svg/teamwork.svg");
}
html.svg #core-values .curiosity {
  background-image: url("../images/svg/curiosity.svg");
}
html.svg #core-values .excellence {
  background-image: url("../images/svg/excellence.svg");
}
html.svg #primary-logo .vlogo,
html.svg #branding-guidelines .logo {
  background-image: url("../images/svg/voyagerfront.svg");
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

@font-face {
  font-family: 'venera700';
  src: url("../fonts/venera-700-webfont.eot");
  src: url("../fonts/venera-700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/venera-700-webfont.woff") format("woff"), url("../fonts/venera-700-webfont.ttf") format("truetype"), url("../fonts/venera-700-webfont.svg#venera700") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-6t37d");
  src: url("../fonts/icomoon.eot?#iefix-6t37d") format("embedded-opentype"), url("../fonts/icomoon.ttf?-6t37d") format("truetype"), url("../fonts/icomoon.woff?-6t37d") format("woff"), url("../fonts/icomoon.svg?-6t37d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*="icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

html, body {
  height: 100%;
  margin: 0;
  background: #F1F1F1;
  font-family: "HelveticaNeue-Light", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

body {
  overflow: hidden;
}

a {
  cursor: pointer;
}

h1 {
  font-family: 'venera700', sans-serif;
  color: #FDBB30;
  font-size: 1.75em;
  font-weight: normal;
  margin: 0.67em 0;
}

strong {
  font-weight: bold;
}

/* Navigation */
#navigation {
  display: none;
}
#navigation a {
  position: absolute;
  color: #b1b1b1;
  padding: .25em;
  z-index: 150;
  display: block;
  text-decoration: none;
  text-align: center;
}
#navigation .arrow {
  font-size: 3.5em;
  width: 1.5em;
}
#navigation #arrow-up {
  top: 0;
  left: 50%;
  margin-left: -.5em;
}
#navigation #arrow-down {
  bottom: 0;
  left: 50%;
  margin-left: -.5em;
}
#navigation #arrow-left {
  top: 50%;
  left: 0;
  margin-top: -.5em;
}
#navigation #arrow-right {
  top: 50%;
  right: 0;
  margin-top: -.5em;
}

#minimize {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.5em;
  padding: 1.250em;
  width: 2em;
}

/* Wrapper */
#wrapper {
  height: 100%;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.3, 0.88, 0.72, 0.81), 0.5s;
  -moz-transition: all 0.25s cubic-bezier(0.3, 0.88, 0.72, 0.81), 0.5s;
  -o-transition: all 0.25s cubic-bezier(0.3, 0.88, 0.72, 0.81), 0.5s;
  transition: all 0.25s cubic-bezier(0.3, 0.88, 0.72, 0.81), 0.5s;
}
#wrapper.slide0 {
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
#wrapper.slide1 {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
#wrapper.slide2 {
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
#wrapper.slide3 {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
#wrapper.slide4 {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#wrapper.slide5 {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
#wrapper.slide6 {
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
#wrapper.slide7 {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
#wrapper.slide8 {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
#wrapper.zoom {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
  z-index: 30;
}

#slides {
  height: 100%;
}
#slides > .column {
  height: 33.3333%;
  border: 1px solid #fafafa;
}

.main {
  text-align: left;
  height: 100%;
  width: 90%;
  margin: auto;
  overflow: hidden;
}
.main .content {
  width: 300%;
  height: 300%;
  max-width: 300%;
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
  -webkit-transition: all 0.25s cubic-bezier(0.3, 0.88, 0.72, 0.81), 0.5s;
  -moz-transition: all 0.25s cubic-bezier(0.3, 0.88, 0.72, 0.81), 0.5s;
  -o-transition: all 0.25s cubic-bezier(0.3, 0.88, 0.72, 0.81), 0.5s;
  transition: all 0.25s cubic-bezier(0.3, 0.88, 0.72, 0.81), 0.5s;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .cell {
  overflow: auto;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.wrap {
  text-align: left;
}

.cell .wrap {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.title {
  font-size: 1.25em;
  text-transform: uppercase;
  margin: 1em 0;
}

/* DOWNLOADS */
.download,
.bigdownload {
  background: #FDBB30;
  border-radius: 5px;
  padding: 0.5em 1em;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  transition: 1s;
  cursor: pointer;
}
.download:hover,
.bigdownload:hover {
  background: #F59B19;
}

.download {
  font-size: 0.75em;
}

.bigdownload {
  font-size: 1.125em;
  display: inline-block;
  margin-top: 1.5em;
}

.caption {
  color: #AAAAAA;
  font-size: 0.688em;
}

.mini {
  font-size: 0.813em;
  color: #5C186A;
  padding: 2.5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
}
.mini:hover, .mini.active {
  background: #5C186A;
  color: #F1F1F1;
}

hr {
  display: block;
  position: relative;
  padding: 0;
  margin: 20px auto;
  height: 0;
  width: 100%;
  max-height: 0;
  font-size: 1px;
  line-height: 10px;
  clear: both;
  border: none;
  border-top: 1px solid #CCCCCC;
  border-bottom: 0;
}

.content-row {
  display: table;
  width: 100%;
}
.content-row .content-cell {
  display: table-cell;
  vertical-align: top;
}

.image {
  /* width: 15%;*/
  text-align: center;
  padding-top: 1.250em;
}

.text {
  /* width: 35%; */
  padding: 0 1em;
}

.downloads,
.content-cell.downloads {
  width: 25%;
  vertical-align: middle;
  text-align: center;
}

.center {
  text-align: center;
}

.even {
  clear: left;
}

.emblem {
  background: url("../images/emblem.png") no-repeat center center;
  width: 9em;
  height: 9em;
  margin: auto auto 2em;
  background-size: contain;
}

#who-is-voyager #emblem .image {
  padding-top: .5em;
}
#who-is-voyager .mission {
  background: url("../images/mission.png") no-repeat center center;
  width: 100%;
  height: 5.5em;
  margin: auto;
  background-size: contain;
}
#who-is-voyager .vision {
  background: url("../images/vision.png") no-repeat center center;
  width: 100%;
  height: 5.5em;
  margin: auto;
  background-size: contain;
}

#branding-guidelines .logo {
  background: url("../images/vlogo.png") no-repeat center center;
  height: 6.375em;
  background-size: contain;
}
#branding-guidelines p:last-child {
  padding-top: 100px;
}

#core-values .column {
  margin-bottom: 3em;
}
#core-values .customer {
  background: url("../images/customer.png") no-repeat center center;
}
#core-values .risk {
  background: url("../images/risk.png") no-repeat center center;
}
#core-values .openness {
  background: url("../images/openness.png") no-repeat center center;
}
#core-values .teamwork {
  background: url("../images/teamwork.png") no-repeat center center;
}
#core-values .curiosity {
  background: url("../images/curiosity.png") no-repeat center center;
}
#core-values .excellence {
  background: url("../images/excellence.png") no-repeat center center;
}
#core-values .image {
  float: left;
  display: inline-block;
  width: 20%;
  height: 6em;
  padding-top: 0;
}
#core-values .image div {
  width: 100%;
  height: 100%;
  background-size: contain;
}
#core-values .text {
  float: left;
  display: inline-block;
  width: 80%;
}
#core-values .text .title {
  margin: 0;
}

#primary-logo p {
  margin-bottom: 1.5em;
  font-size: 0.875em;
}
#primary-logo img,
#primary-logo .vlogo {
  margin: 2.5em 0;
}
#primary-logo .vlogo {
  background: url("../images/vlogo.png") no-repeat center center;
  width: 100%;
  height: 6.375em;
  background-size: contain;
}
#primary-logo .download-box {
  text-align: center;
}
#primary-logo .download {
  display: inline-block;
}

#primary-typography .content-row,
#primary-typography .content-cell {
  display: block;
  width: 100%;
}
#primary-typography hr {
  margin-bottom: 0;
}
#primary-typography .main-font {
  padding-top: 1.5em;
}
#primary-typography .main-desc {
  margin-bottom: 1em;
}
#primary-typography .caption {
  padding-left: 1.5em;
  line-height: 1.2em;
}
#primary-typography .caption span {
  font-size: 1.15em;
  vertical-align: text-bottom;
  margin-left: -.25em;
}
#primary-typography .other-fonts {
  border-bottom: 1px solid #b2b2b2;
  padding: 1.5em 0;
}

#colors {
  margin-top: 1.25em;
}
#colors > .chart {
  font-size: 0.875em;
  *zoom: 1;
}
#colors > .chart:before, #colors > .chart:after {
  content: " ";
  display: table;
}
#colors > .chart:after {
  clear: both;
}
#colors > .chart .column {
  border: 0;
  height: 11em;
  padding: 1em;
  line-height: 1.25em;
}
#colors > .chart span {
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
}
#colors > .chart ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.75em;
}
#colors > .chart .blue,
#colors > .chart .black {
  color: white;
}
#colors > .chart .yellow,
#colors > .chart .white {
  color: black;
}
#colors #colorweb .blue {
  background: #2C1F5A;
}
#colors #colorweb .yellow {
  background: #FDBB30;
}
#colors #colorweb .black {
  background: #1A1A1A;
}
#colors #colorweb .white {
  background: #F9F9F9;
}
#colors #colorprint {
  display: none;
}
#colors #colorprint .blue {
  background: #16145F;
}
#colors #colorprint .yellow {
  background: #FDBB30;
}
#colors #colorprint .black {
  background: #231F20;
}
#colors #colorprint .white {
  background: #EFEEE7;
}

#usage #rules-nav,
#usage #rules-items-nav {
  padding-top: 10px;
}
#usage #rules-items-nav {
  display: none;
  text-align: right;
}
#usage #rules-items-nav span,
#usage #rules-items-nav .mini-prev,
#usage #rules-items-nav .mini-next {
  font-size: 0.813em;
  font-weight: bold;
  color: #5C186A;
  display: inline-block;
}
#usage #rules-items-nav .mini-prev,
#usage #rules-items-nav .mini-next {
  text-transform: uppercase;
  margin: 0 1em;
}
#usage #rules-items-nav .mini-prev span,
#usage #rules-items-nav .mini-next span {
  color: #989898;
  padding: 0 1em;
}
#usage #rules-items-nav .mini-prev {
  display: none;
}
#usage .rules {
  display: none;
  text-align: center;
  padding-top: 20px;
}
#usage .rules.active {
  display: block;
}
#usage .rules > div {
  display: block;
}
#usage .rules > div.active {
  display: block;
}
#usage .rules p {
  font-size: .875em;
  margin-bottom: 2em;
}
#usage #prev {
  display: none;
}
#usage #do-rules .emphasis {
  font-size: 1em;
  color: #555555;
}

#slides > div {
  cursor: pointer;
}
#slides > div:hover {
  background-color: rgba(250, 250, 250, 0.5);
}

.zoom #slides > div {
  cursor: auto;
}

#applications .logo-sizes .column {
  margin-bottom: 2em;
}
#applications .sso img {
  width: auto;
  margin-bottom: 1.5em;
}
#applications .sso.logo {
  text-align: center;
}
#applications .sso.mobile-web {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #primary-logo .download {
    margin-top: 25%;
  }

  #primary-typography .content-row {
    display: table;
    width: 100%;
  }
  #primary-typography .content-row .content-cell {
    display: table-cell;
    vertical-align: top;
  }
  #primary-typography .content-row .content-cell:last-child {
    vertical-align: middle;
  }
  #primary-typography hr {
    margin-bottom: 20px;
  }
  #primary-typography .main-font {
    width: 45%;
    text-align: left;
    padding-top: 0;
  }
  #primary-typography .main-desc {
    width: 25%;
    vertical-align: bottom;
    padding-left: 30px;
  }
  #primary-typography .main-desc p {
    font-size: .75em;
  }
  #primary-typography .other-fonts {
    width: 33.3333%;
    border-bottom: 0;
  }
  #primary-typography .other-fonts:last-child {
    width: 30%;
    border-left: 1px solid #bbbbbb;
    padding-left: 20px;
    padding-top: 10px;
  }

  #colors > .chart .column {
    height: 18em;
  }

  #usage #rules-items-nav {
    display: block;
  }
  #usage .rules > div {
    min-height: 260px;
    display: none;
  }
  #usage #do-rules .emphasis {
    font-size: 2em;
    line-height: 1.25em;
  }
  #usage .rules p {
    font-size: 1.25em;
    margin-bottom: 0;
  }
  #usage .content-row {
    display: table;
    width: 100%;
    min-height: 260px;
  }
  #usage .content-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  #applications .even {
    clear: none;
  }
}
@media only screen and (max-width: 767px) {
  .cell .wrap {
    max-height: 200px;
  }

  #wrapper {
    height: 50%;
  }
  #wrapper #who-is-voyager,
  #wrapper #core-values {
    margin-top: 5em;
  }
  #wrapper #branding-guidelines {
    height: 5em;
    position: absolute;
    left: 0;
    top: 0;
  }
  #wrapper #branding-guidelines p {
    display: none;
  }
  #wrapper.slide0 {
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  #wrapper.slide1 {
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  #wrapper.slide2 {
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  #wrapper.slide3 {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  #wrapper.slide5 {
    -webkit-transform-origin: 0% 200%;
    -moz-transform-origin: 0% 200%;
    -ms-transform-origin: 0% 200%;
    -o-transform-origin: 0% 200%;
    transform-origin: 0% 200%;
  }
  #wrapper.slide6 {
    -webkit-transform-origin: 100% 200%;
    -moz-transform-origin: 100% 200%;
    -ms-transform-origin: 100% 200%;
    -o-transform-origin: 100% 200%;
    transform-origin: 100% 200%;
  }
  #wrapper.slide7 {
    -webkit-transform-origin: 0% 300%;
    -moz-transform-origin: 0% 300%;
    -ms-transform-origin: 0% 300%;
    -o-transform-origin: 0% 300%;
    transform-origin: 0% 300%;
  }
  #wrapper.slide8 {
    -webkit-transform-origin: 100% 300%;
    -moz-transform-origin: 100% 300%;
    -ms-transform-origin: 100% 300%;
    -o-transform-origin: 100% 300%;
    transform-origin: 100% 300%;
  }
  #wrapper.zoom {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    height: 100%;
  }
  #wrapper.zoom #slides > .column {
    height: 50%;
  }
  #wrapper.zoom #who-is-voyager,
  #wrapper.zoom #core-values {
    margin: 0;
  }
  #wrapper.zoom .cell .wrap {
    max-height: 450px;
  }

  .main .content {
    width: 200%;
    height: 200%;
    max-width: 200%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  #slides > .column {
    height: 45%;
  }
}
@media only screen and (max-width: 320px) {
  html, body {
    font-size: 11px;
  }
}
