/* ============================================================================= */
/* HTML5 display definitions */
/* ============================================================================= */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

/* ============================================================================= */
/* Base - HTML5 Boilerplate */
/* ============================================================================= */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

/* ============================================================================= */
/* Forms - Baseline framework and HTML5 boilerplate */
/* ============================================================================= */
form {
  overflow: auto;
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

label {
  display: block;
  cursor: pointer; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

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

input[type="text"],
input[type="password"],
input[type="select"],
input[type="search"] {
  width: 99%;
  display: block; }

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

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

input[type="radio"] {
  top: -1px;
  margin: 0 4px 3px 1px; }

input[type="checkbox"] {
  top: -2px;
  margin: 0 4px 3px 1px; }

input[type="file"] {
  margin: 0px 6px 3px 6px; }

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

select {
  display: block;
  margin: 0px; }

textarea {
  width: 99%;
  display: block;
  clear: left;
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* input:invalid, textarea:invalid 	{ background-color: #f0dddd; } */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  float: left;
  clear: left; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 5px; }

/* ============================================================================= */
/* Tables - Baseline framework */
/* ============================================================================= */
table {
  border-collapse: collapse;
  border-top: solid 3px #000;
  position: relative;
  margin-top: 18px;
  border-spacing: 0; }

td {
  vertical-align: top; }

th, td {
  line-height: 18px;
  padding: 9px 18px 8px 0; }

thead th, thead td {
  padding-top: 7px; }

tfoot th, tfoot td {
  padding-bottom: 8px; }

tbody th, tbody td,
tfoot th, tfoot td {
  border-top: solid 1px #000; }

th:first-child, td:first-child {
  padding-left: 0; }

th:last-child, td:last-child {
  padding-right: 0; }

tbody tr:nth-child(odd) th,
tbody tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.035); }

caption {
  top: 5px;
  margin-bottom: 18px; }

/* ============================================================================= */
/* Typography - HTML5 Boilerplate */
/* ============================================================================= */
p {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ============================================================================= */
/* Lists - HTML5 Boilerplate */
/* ============================================================================= */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* ============================================================================= */
/* Embedded content - HTML5 Boilerplate */
/* ============================================================================= */
/* Improve image quality when scaled in IE7 */
/* Remove the gap between images and borders on image containers */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/* Correct overflow not hidden in IE9 */
svg:not(:root) {
  overflow: hidden; }

/* ============================================================================= */
/* Figures - HTML5 Boilerplate */
/* ============================================================================= */
figure {
  margin: 0; }

/* ============================================================================= */
/* Links */
/* ============================================================================= */
a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a,
a:focus,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: #7b7b7c;
  outline: 0; }

/* ============================================================================= */
/* HTML5 Boilerplate nuggets */
/* ============================================================================= */
.enter:after {
  content: '\A';
  white-space: pre; }

/* image replacement */
.ir {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  border: none; }

.nir {
  /* dimenstions of image are required */
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: inline-block; }

.nir:before {
  content: "";
  /* image path required */
  display: inline-block;
  font-size: 0;
  line-height: 0; }

/* Hide from both screenreaders and browsers */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide visually, but available for screenreaders */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  /* allow element to be focusable when navigated to via the keyboard */
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* ============================================================================= */
/* Custom nuggets of gold */
/* ============================================================================= */
/*inline-block*/
.inline_block {
  font-size: 0;
  text-align: left; }

.inline_block > * {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 14px;
  /*for font-size: 0 inline fix*/
  height: 20px;
  line-height: 20px; }

/* general data list rules */
dt, dd {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0; }

dd {
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = "<b class=after></b>"+this.innerHTML); }

dd.after, dd:after {
  content: '\A';
  white-space: pre; }

/* general flexible box rules */
/*general navigation rules*/
.nav ul, ol {
  font-size: 0;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.nav ul li, ol li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 14px;
  /*for font-size: 0 inline fix*/ }

.nav ul li a, ol li a {
  display: block;
  padding: 0 10px; }

.nav ul li:hover a {
  color: #444; }

/*clearfix*/
.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/*navigation_seperator*/
.navigation_seperator {
  position: relative; }

.navigation_seperator > * {
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = "<b class=before></b><b class=after></b>"+this.innerHTML); }

.navigation_seperator > * .after,
.navigation_seperator > *:after {
  content: "";
  border-right: 1px solid #b743c2;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 7px; }

.navigation_seperator > *:first-child .after,
.navigation_seperator > *:first-child:after {
  border: none; }

.equal_nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify; }

.equal_nav > * {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1; }

/* combo boxes */
.combobox {
  text-align: left; }

.combobox h3 {
  height: 35px;
  line-height: 35px;
  margin: 0; }

.combobox ul {
  list-style: none;
  margin: 0 35px 0 15px; }

.combobox ul li {
  width: 200px;
  overflow: hidden;
  background: #fff;
  padding-left: 10px;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  position: relative;
  z-index: 4; }

.combobox > ul > li:after {
  content: url("../images/buttons/button_select_arrow.png");
  height: 35px;
  width: 36px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

/* second level ul */
.combobox > ul > ul {
  display: none;
  position: absolute;
  z-index: 3;
  padding-top: 10px;
  margin-top: -15px 0 0;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px; }

.combobox > ul:hover > ul {
  display: block; }

.combobox > ul > ul > li {
  width: 150px;
  border: 1px solid #ccc;
  border-width: 0 1px 1px; }

.combobox > ul > ul > li:hover {
  cursor: pointer; }

/* ============================================================================= */
/* Site specific nuggets of gold */
/* ============================================================================= */
.action_links {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #45a1d2;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM0NWExZDIiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzMzOGZiZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #45a1d2), color-stop(50%, #338fbe));
  background: -moz-linear-gradient(#45a1d2 50%, #338fbe 50%);
  background: -webkit-linear-gradient(#45a1d2 50%, #338fbe 50%);
  background: linear-gradient(#45a1d2 50%, #338fbe 50%);
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #fff !important;
  padding: 0 10px;
  border: 1px solid #c4c4c4;
  display: inline-block; }
  .action_links:hover {
    -moz-box-shadow: 1px 2px 2px #aaa;
    -webkit-box-shadow: 1px 2px 2px #aaa;
    box-shadow: 1px 2px 2px #aaa; }
  .action_links:active {
    -moz-box-shadow: 0 2px 1px #aaa inset;
    -webkit-box-shadow: 0 2px 1px #aaa inset;
    box-shadow: 0 2px 1px #aaa inset; }

input[type="text"] {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  color: #b2b2b2; }

/* checkbox styling */
input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label:before {
  content: "";
  margin-right: 7px;
  position: relative;
  top: 1px;
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9wHFgwSKsQv4sYAAAC3SURBVCjPpdKxCoMwEIDhvyVFB4WOwg2Sh8huN0f7pHV0q3seIoPNXmgKZlC6lQpFqA3cELjvuDsONr7dOI7Hrusu3vtqLVFE+rquz2ma3gF2bdteY4yVMQat9VfknMNaS5IkfdM0J4C9934VAWitMcbw2ZUCKMuSeZ5XZyqKYvFXACE8f16OAniEsA1O07QN5lm2DWb573APcBsGDkqtxm0YllBEemstzrmvlWOM7wMQkf7vk3sBPPdPYf7zwMwAAAAASUVORK5CYII=') top left no-repeat;
  height: 13px;
  width: 14px;
  display: inline-block; }

label.checked:before,
input[type="checkbox"]:checked + label:before {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbFJREFUeNqMkj9IAnEUx7+adUl3aSFRaPRnKmhwMRAcDKIMopCiLZCGliB0agxqCgInt6IIoj9L1pKbQUOQgxANtajhPyKUwpQ7u7z8PeoorPDBF+699/083t09KIqCeuU5L+1g80Wx7hWiGlEUjaFQ6CSdTjvxT1xy9sRhrqf3K9cEg8GwJElOm80GjuN+hYL3IpauWtTcPyr4EAgElFgspvwV0WxZMW6kFaylSJ7T/A5bW8smXL8YoFlNoM+fQjQjoVKpkPIlGe6DRzwXy4D8Bgvy8I8ZfIwh8OyuBLzLSOREuPczyORe8VosYmQrRTXWM+je4W27grFZ+6yCy1agVStXp8p4yEmY2HvE4skTbjIi1VjveKoJeub5DAK7qu995NajVSfTSrdZEUc3RXpmWnVwGGjX/PhgBPI8j+FeA/ZnTbTWd604BHhsbeSpAQWBJ40PmbA9Z6b1mKYHeaxPWtR+DZhKJtGo05EW7B3wz3TDatFjd75frTMPi0KhQEegNZvNF5FIBPF4XJ3mdXYivDwIo76BctZjHuYVBCFBl1PvyTHI5XK5q9dFv+NDgAEA6rf7aDrTxE8AAAAASUVORK5CYII=') top left no-repeat;
  height: 13px;
  width: 14px;
  display: inline-block; }

input[type="checkbox"] + label:first-child {
  text-indent: 0; }

/* radio styling */
input[type="radio"] {
  display: none; }

input[type="radio"] + label:before {
  content: "";
  margin-right: 7px;
  position: relative;
  top: 1px;
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAR5JREFUeNqUkjFqhFAQhsf1RVOsYmFjt1bZwiIIQtqAYOkeITcJOUEu4CHiASS1CJIiW1iZeiNEdJFVo+b9VklIhP1hCv/5Zua9eQrTNBFU1/UmSZL7PM93bdtq8GRZLk3TfHIc50FRlDd4AgqKorgOw/BZkiSNJ0lV1blJVVXEm1DXdaXv+7e6rr/A3ARB8BFF0XQ6nabfgoccGLCi67qPTdPceJ5HfAJh4vcQRZEMw6Asyy75sTWGM9u2TX3/Ocd/siyL0jTdMVxwxbvUxyMtCQxYho9xGGkYhsUCMBDD6sZx1JT1erHg/XCY18yw5/3+9W67vSJJlv+Eu7YlzhDYFR6l7/syjmM+dqALxn4EPOTAgD374YRzf40vAQYAxBHXCtyVKVQAAAAASUVORK5CYII=') top left no-repeat;
  height: 12px;
  width: 12px;
  display: inline-block; }

label.checked:before,
input[type="radio"]:checked + label:before {
  background: transparent url('data:image/png;base64,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') top left no-repeat;
  height: 12px;
  width: 12px;
  display: inline-block; }

input[type="radio"] + label:first-child {
  text-indent: 0; }

/* ****************************************************************************************************************************** */
/* Genral rules */
/* ****************************************************************************************************************************** */
html, body {
  height: 100%;
  background: transparent;
  font-family: "helvetica55", helvetica, arial, sans-serif;
  color: #4c4c4c;
  font-size: 14px;
  overflow: hidden; }

#container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  width: 980px;
  min-height: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  background: #fff; }

a,
a:hover,
a:visited {
  color: #00ff99; }

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

html, body {
  margin: 0 0;
  height: 100%; }

.drive_widget_main {
  width: 100%;
  height: 100%; }

.drive_widget_border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: white;
  -webkit-overflow-scrolling: touch; }

#iframe_wrapper {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

iframe {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  border-style: none; }

.overlay {
  z-index: 1;
  position: relative;
  width: 80%;
  height: 315px;
  background: #f5f5f5;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }

.overlay-container {
  padding: 13px;
  position: relative; }

.overlay-container span {
  position: absolute;
  right: 12px;
  top: 12px; }

.icon-exclamation {
  margin-top: 1em; }

.overlay-message {
  margin-top: 3.5em; }

.overlay-message p {
  font: 17px/20px 'HelveticaNeueW01-55Roma', Helvetica, Arial, sans-serif;
  color: #666; }

@media (max-width: 640px) {
  .overlay-container img {
    max-width: 142px;
    max-height: 142px;
    width: 80%;
    height: 80%; }

  .overlay-message p {
    font-size: 14px;
    line-height: 17px; } }

/*@import url("http://fast.fonts.com/t/1.css?apiType=css&projectid=76e720d4-6d74-4bcc-adb5-c2d30840bf8b");*/

@font-face {
    font-family: "HelveticaNeueW01-45Ligh";
    src: url("ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot");
    src: url("ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("embedded-opentype"), url("530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-55Roma";
    src: url("b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot");
    src: url("b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("embedded-opentype"), url("bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"), url("da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-65Medi";
    src: url("07fe0fec-b63f-4963-8ee1-535528b67fdb.eot");
    src: url("07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix") format("embedded-opentype"), url("60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff"), url("4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf") format("truetype"), url("36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW01-75Bold";
    src: url("c07fef9e-a934-42d7-92ad-69205f2b8a00.eot");
    src: url("c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("embedded-opentype"), url("14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"), url("8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"), url("f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW02-45Ligh";
    src: url("88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot");
    src: url("88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("embedded-opentype"), url("9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"), url("fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype"), url("48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW02-55Roma";
    src: url("0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot");
    src: url("0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("embedded-opentype"), url("d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"), url("1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"), url("b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW02-65Medi";
    src: url("55f60419-09c3-42bd-b81f-1983ff093852.eot");
    src: url("55f60419-09c3-42bd-b81f-1983ff093852.eot?#iefix") format("embedded-opentype"), url("5b4a262e-3342-44e2-8ad7-719998a68134.woff") format("woff"), url("4a3ef5d8-cfd9-4b96-bd67-90215512f1e5.ttf") format("truetype"), url("58ab5075-53ea-46e6-9783-cbb335665f88.svg#58ab5075-53ea-46e6-9783-cbb335665f88") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW02-75Bold";
    src: url("db853e0e-929b-4272-b420-c946c954cf3a.eot");
    src: url("db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("embedded-opentype"), url("4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"), url("db5f9ba6-05a4-433a-9461-0a6f257a0c3a.ttf") format("truetype"), url("25e09910-ffc3-4fc4-b0d1-db9a95dface8.svg#25e09910-ffc3-4fc4-b0d1-db9a95dface8") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW10-45Ligh";
    src: url("5b85c7cc-6ad4-4226-83f5-9d19e2974123.eot");
    src: url("5b85c7cc-6ad4-4226-83f5-9d19e2974123.eot?#iefix") format("embedded-opentype"), url("835e7b4f-b524-4374-b57b-9a8fc555fd4e.woff") format("woff"), url("2c694ef6-9615-473e-8cf4-d8d00c6bd973.ttf") format("truetype"), url("3fc84193-a13f-4fe8-87f7-238748a4ac54.svg#3fc84193-a13f-4fe8-87f7-238748a4ac54") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW10-55Roma";
    src: url("f1feaed7-6bce-400a-a07e-a893ae43a680.eot");
    src: url("f1feaed7-6bce-400a-a07e-a893ae43a680.eot?#iefix") format("embedded-opentype"), url("8ac9e38d-29c6-41ea-8e47-4ae4d2b1a4e1.woff") format("woff"), url("4bd09087-655e-4abb-844c-dccdeb68003d.ttf") format("truetype"), url("df234d87-eada-4058-aa80-5871e7fbe1c3.svg#df234d87-eada-4058-aa80-5871e7fbe1c3") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW10-65Medi";
    src: url("7092fdcc-7036-48ce-ae23-cfbc9be2e3b0.eot");
    src: url("7092fdcc-7036-48ce-ae23-cfbc9be2e3b0.eot?#iefix") format("embedded-opentype"), url("5b29e833-1b7a-40ab-82a5-cfd69c8650f4.woff") format("woff"), url("b0298148-2d59-44d1-9ec9-1ca6bb097603.ttf") format("truetype"), url("ae1dea8c-a953-4845-b616-74a257ba72e6.svg#ae1dea8c-a953-4845-b616-74a257ba72e6") format("svg");
}

@font-face {
    font-family: "HelveticaNeueW10-75Bold";
    src: url("41fb73ed-90c8-456d-838e-254f4dfda106.eot");
    src: url("41fb73ed-90c8-456d-838e-254f4dfda106.eot?#iefix") format("embedded-opentype"), url("d85949a1-c37a-43f7-9d09-fb056acf0c27.woff") format("woff"), url("5289fb0d-053f-4fac-9c67-2d02365d6d05.ttf") format("truetype"), url("1376b116-8954-4534-8045-eabe8e2fcaa4.svg#1376b116-8954-4534-8045-eabe8e2fcaa4") format("svg");
}