/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../../sass/global/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../../sass/global/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../../sass/global/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, ../../sass/global/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../../sass/global/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, ../../sass/global/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../../sass/global/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, ../../sass/global/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 104, ../../sass/global/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, ../../sass/global/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../../sass/global/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 135, ../../sass/global/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, ../../sass/global/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../../sass/global/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, ../../sass/global/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 171, ../../sass/global/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, ../../sass/global/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, ../../sass/global/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, ../../sass/global/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 207, ../../sass/global/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, ../../sass/global/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, ../../sass/global/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, ../../sass/global/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, ../../sass/global/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, ../../sass/global/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../../sass/global/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, ../../sass/global/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 285, ../../sass/global/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 299, ../../sass/global/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 311, ../../sass/global/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 324, ../../sass/global/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 336, ../../sass/global/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 346, ../../sass/global/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../../sass/global/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 370, ../../sass/global/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 379, ../../sass/global/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, ../../sass/global/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, ../../sass/global/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../../sass/global/_helpers.scss */
.hide {
  display: none;
}

/* line 2, ../../sass/global/_helpers.scss */
.show, .block {
  display: block;
}

/* line 3, ../../sass/global/_helpers.scss */
.inline {
  display: inline;
}

/* line 4, ../../sass/global/_helpers.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* line 5, ../../sass/global/_helpers.scss */
.clear, .clearBoth, .clr {
  clear: both;
}

/* line 6, ../../sass/global/_helpers.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 7, ../../sass/global/_helpers.scss */
.clearfix:after {
  clear: both;
}

/* line 8, ../../sass/global/_helpers.scss */
.clearfix {
  *zoom: 1;
}

/* line 9, ../../sass/global/_helpers.scss */
.centerBlock {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 10, ../../sass/global/_helpers.scss */
.textCenter {
  text-align: center;
}

/* line 11, ../../sass/global/_helpers.scss */
.floatLeft, .sectionLeft {
  float: left;
}

/* line 12, ../../sass/global/_helpers.scss */
.floatRight, .sectionRight {
  float: right;
}

/* line 13, ../../sass/global/_helpers.scss */
.marginLast {
  margin-bottom: 0;
}

/* line 14, ../../sass/global/_helpers.scss */
.xdebug-var-dump {
  background: #F5F9FA;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #7A7A7A;
}

/* line 15, ../../sass/global/_helpers.scss */
.required {
  color: #F00;
}

/* line 17, ../../sass/global/_helpers.scss */
input.error,
textarea.error {
  background-color: #FEE !important;
  border-color: #C00 !important;
}

/* line 23, ../../sass/global/_helpers.scss */
.overlay {
  background: #EEE url(/img/core/ajax-loader.gif) no-repeat center;
  display: none;
  left: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -khtml-opacity: 0.60;
  -moz-opacity: 0.60;
  opacity: 0.60;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
}

/* line 39, ../../sass/global/_helpers.scss */
.overlayContainer {
  overflow: hidden;
  position: relative;
}

/* line 40, ../../sass/global/_helpers.scss */
.modBd .overlayContainer {
  overflow: visible;
  position: inherit;
}

/* line 41, ../../sass/global/_helpers.scss */
.ie7 .overlayContainer {
  zoom: 1;
}

/* hasLayout needed to force overflow hidden */
@font-face {
  font-family: 'MuseoSans100';
  src: url("/fonts/MuseoSans-100.otf") format("opentype"), url("/fonts/MuseoSans-100.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans300';
  src: url("/fonts/MuseoSans-300.otf") format("opentype"), url("/fonts/MuseoSans-300.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSans500';
  src: url("/fonts/MuseoSans-500.otf") format("opentype"), url("/fonts/MuseoSans-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 26, ../../sass/global/_layout-responsive.scss */
html {
  background-color: #FFFFFF;
  background: #FFFFFF url(/img/shared/touchpoint.png) no-repeat right -60px;
  color: #3D4556;
  font: normal 13px MuseoSans500,arial,verdana,sans-serif;
  width: 100%;
  height: 100%;
}

/* line 35, ../../sass/global/_layout-responsive.scss */
body {
  height: 100%;
}

/* line 37, ../../sass/global/_layout-responsive.scss */
a {
  color: #06C;
}
/* line 40, ../../sass/global/_layout-responsive.scss */
a:hover {
  color: #004080;
}
/* line 41, ../../sass/global/_layout-responsive.scss */
a:active {
  color: #0073e6;
}

/* line 44, ../../sass/global/_layout-responsive.scss */
#main {
  background: #FFF;
  clear: both;
  padding: 1px 0;
  position: relative;
  z-index: 2;
}

/* line 52, ../../sass/global/_layout-responsive.scss */
header {
  position: relative;
}
/* line 55, ../../sass/global/_layout-responsive.scss */
header h1 {
  -moz-transition: margin 0.2s ease-out 0ms;
  -o-transition: margin 0.2s ease-out 0ms;
  -webkit-transition: margin 0.2s ease-out;
  -webkit-transition-delay: 0ms;
  transition: margin 0.2s ease-out 0ms;
  background: transparent url('../../img/shared/logo.png?1510754263') no-repeat left center;
  float: left;
  height: 30px;
  margin: 0 0 0 15px;
  overflow: hidden;
  padding: 40px 0 40px;
  text-indent: 100%;
  white-space: nowrap;
  width: 239px;
}
/* line 67, ../../sass/global/_layout-responsive.scss */
header h1 a {
  display: block;
  height: 30px;
  outline: none;
}
/* line 73, ../../sass/global/_layout-responsive.scss */
header h1.reg {
  background-image: url('../../img/shared/logoreg.png?1507660100');
}
/* line 74, ../../sass/global/_layout-responsive.scss */
header h1.mc {
  background-image: url('../../img/shared/logomc.png?1507660100');
}

/* line 78, ../../sass/global/_layout-responsive.scss */
footer {
  color: #787886;
  font-size: 91.67%;
  padding: 30px 15px 30px;
  text-align: center;
}
/* line 84, ../../sass/global/_layout-responsive.scss */
footer p {
  line-height: 1.43em;
  margin: 0;
}
/* line 89, ../../sass/global/_layout-responsive.scss */
footer a {
  color: #787886;
  white-space: nowrap;
}
/* line 93, ../../sass/global/_layout-responsive.scss */
footer a:hover, footer a:active {
  color: #3D4556;
}
/* line 96, ../../sass/global/_layout-responsive.scss */
footer #footerLocalizedStatement,
footer #footerLocalizedStatementPatient,
footer .locazlied-statement {
  font-size: 78.6%;
  margin: 1em 0;
}

@media all and (min-width: 920px) {
  /* line 107, ../../sass/global/_layout-responsive.scss */
  #container {
    margin: 0 auto;
    width: 920px;
  }

  /* line 112, ../../sass/global/_layout-responsive.scss */
  #main {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
  }

  /* line 116, ../../sass/global/_layout-responsive.scss */
  header h1 {
    margin-left: 15px;
  }

  /* line 120, ../../sass/global/_layout-responsive.scss */
  footer {
    font-size: 107.7%;
  }
}
/* line 128, ../../sass/global/_layout-responsive.scss */
.lt-ie9 #container {
  margin: 0 auto;
  width: 920px;
}
/* line 133, ../../sass/global/_layout-responsive.scss */
.lt-ie9 #main {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
/* line 137, ../../sass/global/_layout-responsive.scss */
.lt-ie9 header h1 {
  margin-left: 0;
}
/* line 141, ../../sass/global/_layout-responsive.scss */
.lt-ie9 footer {
  font-size: 107.7%;
}

/* line 6, ../../sass/global/_buttons.scss */
button,
.btn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #B8B3AD;
  border: 1px solid #B8B3AD;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 93%;
  height: 25px;
  line-height: 24px;
  outline: none;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
/* line 23, ../../sass/global/_buttons.scss */
button:hover,
.btn:hover {
  background-color: #E1D9CA;
  text-decoration: none;
}
/* line 28, ../../sass/global/_buttons.scss */
button:active,
.btn:active {
  background-color: #B8B3AD;
}
/* line 32, ../../sass/global/_buttons.scss */
button.hot,
.btn.hot {
  background-color: #00A919;
  border-color: #00A919;
}
/* line 36, ../../sass/global/_buttons.scss */
button.hot:hover,
.btn.hot:hover {
  background-color: #74BD26;
  border-color: #74BD26;
}
/* line 41, ../../sass/global/_buttons.scss */
button.hot:active,
.btn.hot:active {
  background-color: #00A919;
}
/* line 46, ../../sass/global/_buttons.scss */
button.disabled, button.disabled:hover, button.disabled:active,
.btn.disabled,
.btn.disabled:hover,
.btn.disabled:active {
  background-color: #EEEFEF;
  color: #AAA;
  cursor: default;
}
/* line 54, ../../sass/global/_buttons.scss */
button.print,
.btn.print {
  margin-left: 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  width: 27px;
  white-space: nowrap;
}
/* line 64, ../../sass/global/_buttons.scss */
button.print:before, button.printfull:before,
.btn.print:before,
.btn.printfull:before {
  background: transparent url('../../img/shared/icon_print.png?1342213010') no-repeat center center;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}
/* line 75, ../../sass/global/_buttons.scss */
button.printfull, button.download,
.btn.printfull,
.btn.download {
  margin-left: 10px;
  padding: 0 4px 0 25px;
  position: relative;
  white-space: nowrap;
}
/* line 83, ../../sass/global/_buttons.scss */
button.download,
.btn.download {
  padding-right: 15px;
}
/* line 86, ../../sass/global/_buttons.scss */
button.download:before,
.btn.download:before {
  background: transparent url('../../img/shared/icon_pdf_download.png?1366744892') no-repeat 5px 5px;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}

/*
 * Contextual help
 */
/* line 102, ../../sass/global/_buttons.scss */
.btn.contextual-help {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  filter: none;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  width: 20px;
}

/* line 112, ../../sass/global/_buttons.scss */
.no-borderradius .btn.contextual-help {
  background: transparent url('../../img/shared/icon-contextual-help.png?1362498852') no-repeat 0 0;
  border: none;
  height: 22px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 22px;
}

/* line 6, ../../sass/global/_dialogs.scss */
.dialog {
  background-color: #ECECEC;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ececec), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#ececec, #ffffff);
  background-image: -webkit-linear-gradient(#ececec, #ffffff);
  background-image: linear-gradient(#ececec, #ffffff);
  border: 1px solid #ECECEC;
  border-top: 1px solid #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 1px 4px 1px #999999;
  -webkit-box-shadow: 0px 1px 4px 1px #999999;
  box-shadow: 0px 1px 4px 1px #999999;
  color: #333;
  display: none;
  padding: 10px;
  position: absolute;
  width: 210px;
  z-index: 10;
}
/* line 20, ../../sass/global/_dialogs.scss */
.dialog:after {
  border-color: #EBEBEB transparent;
  border-style: solid;
  border-width: 0 10px 10px;
  content: "";
  display: block;
  height: 0;
  margin-left: -10px;
  left: 50%;
  top: -10px;
  position: absolute;
  width: 0;
}
/* line 34, ../../sass/global/_dialogs.scss */
.dialog.above:after {
  border-color: #FFF transparent;
  border-width: 10px 10px 0;
  bottom: -10px;
  top: auto;
}
/* line 41, ../../sass/global/_dialogs.scss */
.dialog .close {
  color: #AAA;
  display: block;
  font-family: 'Trident';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  height: 25px;
  line-height: 26px;
  overflow: hidden;
  position: absolute;
  right: -2px;
  speak: none;
  text-align: center;
  text-decoration: none;
  top: -2px;
  white-space: nowrap;
  width: 25px;
}
/* line 61, ../../sass/global/_dialogs.scss */
.no-touch .dialog .close:hover {
  color: #666;
}

/* line 67, ../../sass/global/_dialogs.scss */
.errorDialog {
  color: #900;
}

@font-face {
  font-family: 'Trident';
  src: url("/fonts/Trident.eot");
  src: url("/fonts/Trident.eot?#iefix") format("embedded-opentype"), url("/fonts/Trident.svg#Trident") format("svg"), url("/fonts/Trident.woff") format("woff"), url("/fonts/Trident.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 13, ../../sass/global/_icons.scss */
[data-icon]:before {
  font-family: 'Trident';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/* line 22, ../../sass/global/_icons.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'Trident';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

/* line 30, ../../sass/global/_icons.scss */
.icon-food:before {
  content: "\66";
}

/* line 31, ../../sass/global/_icons.scss */
.icon-activity:before {
  content: "\61";
}

/* line 32, ../../sass/global/_icons.scss */
.icon-lifestyle:before {
  content: "\6c";
}

/* line 33, ../../sass/global/_icons.scss */
.icon-bolus:before {
  content: "\62";
}

/* line 34, ../../sass/global/_icons.scss */
.icon-insulin:before {
  content: "\69";
}

/* line 35, ../../sass/global/_icons.scss */
.icon-pattern:before {
  content: "\70";
}

/* line 36, ../../sass/global/_icons.scss */
.icon-print:before {
  content: "\50";
}

/* line 37, ../../sass/global/_icons.scss */
.icon-health:before {
  content: "\68";
}

/* line 38, ../../sass/global/_icons.scss */
.icon-close:before {
  content: "\58";
}

/* line 39, ../../sass/global/_icons.scss */
.icon-premeal:before {
  content: "\42";
}

/* line 40, ../../sass/global/_icons.scss */
.icon-postmeal:before {
  content: "\41";
}

/* line 41, ../../sass/global/_icons.scss */
.icon-time:before {
  content: "\74";
}

/* line 42, ../../sass/global/_icons.scss */
.icon-calendar:before {
  content: "\63";
}

/* line 44, ../../sass/global/_icons.scss */
.icon-blood {
  background: transparent url('../../img/shared/testingIconHomePage.png?1351867288') no-repeat center center;
  display: inline-block;
  height: 23px;
  margin-right: 10px;
  width: 17px;
}

@media print {
  /* line 3, ../../sass/global/_print.scss */
  html,
  body {
    background: transparent;
    filter: none;
  }

  /* line 9, ../../sass/global/_print.scss */
  #container {
    margin: 0;
    width: auto;
  }

  /* line 14, ../../sass/global/_print.scss */
  #main {
    background: transparent;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    padding: 0;
    width: 920px;
  }

  /* line 24, ../../sass/global/_print.scss */
  footer,
  header {
    display: none;
  }

  /* line 29, ../../sass/global/_print.scss */
  .readingCircle,
  .eventCircle {
    color: #666;
    text-shadow: none;
  }

  /* line 35, ../../sass/global/_print.scss */
  .readingCircle {
    background: #FFF;
    border-width: 3px;
    height: 34px;
    line-height: 34px;
    width: 34px;
  }

  /* line 43, ../../sass/global/_print.scss */
  .ABOVE_TARGET .readingCircle {
    background: #FFF;
    color: #D91A5B;
    text-shadow: none;
  }

  /* line 49, ../../sass/global/_print.scss */
  .BELOW_TARGET .readingCircle {
    background: #FFF;
    color: #00AEEF;
    text-shadow: none;
  }

  /* line 55, ../../sass/global/_print.scss */
  .IN_RANGE .readingCircle {
    color: #8BC63E;
    text-shadow: none;
  }
}
