﻿@charset "UTF-8";
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") 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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.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; }

/* Deprecated as of 4.4.0 */
.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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.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; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../../image library/Allscripts New/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body {
  -webkit-text-size-adjust: none; }

/* 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, 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; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none; }

.margin-bottom-xs, .cta-option__head {
  margin-bottom: 5px; }

.margin-bottom-sm, .solution__head {
  margin-bottom: 10px; }

.margin-bottom-md, .sguide-section-head, .sguide-subhead {
  margin-bottom: 20px; }

.margin-bottom-lg {
  margin-bottom: 40px; }

.margin-bottom-xl {
  margin-bottom: 60px; }

.text-center {
  text-align: center; }

.image-right,
.image-left {
  float: none;
  display: block;
  margin: 0 auto 10px; }

@media (min-width: 768px) {
  .image-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px; }
  .image-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; } }

.master {
  position: relative; }
  @media (min-width: 990px) {
    .fixed-header .master {
      padding-top: 130px; } }

.section {
  padding: 60px 20px 0; }
  .section--no-pad {
    padding: 0; }
  .section--side-pad-only {
    padding-top: 0;
    padding-bottom: 0; }
  .section--subpage {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section--top-md {
    padding-top: 40px; }
  .section--has-background {
    padding-bottom: 60px; }
  .section--white {
    background-color: #ffffff; }
  .section--gray {
    background-color: #E9EFF0; }
  .section--brand-d {
    background-color: #007D8A; }
  .section--footer {
    background-color: #02272E; }

.section__container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  .section__container:after {
    content: " ";
    display: block;
    clear: both; }
  .section__container--full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .section__container--full:after {
      content: " ";
      display: block;
      clear: both; }

@media (min-width: 768px) {
  .section {
    padding: 100px 20px 0; }
    .section--no-pad {
      padding: 0; }
    .section--side-pad-only {
      padding-top: 0;
      padding-bottom: 0; }
    .section--subpage {
      padding-top: 60px;
      padding-bottom: 100px; }
    .section--top-md {
      padding-top: 40px; }
    .section--has-background {
      padding-bottom: 100px; } }

body {
  font-family: "FuturaPT-Book", sans-serif;
  color: #222222; }
  body em, body i {
    font-family: "FuturaPT-BookObl", sans-serif; }

.h1, .h2, .h3, .sguide-section-head, .h4, .h5, strong, b {
  font-family: "FuturaPT-Heavy", sans-serif; }
  .h1 em, .h1 i, .h2 em, .h2 i, .h3 em, .sguide-section-head em, .h3 i, .sguide-section-head i, .h4 em, .h4 i, .h5 em, .h5 i, strong em, strong i, b em, b i {
    font-family: "FuturaPT-HeavyObl", sans-serif; }
  .h1--cap, .h2--cap, .h3--cap, .h4--cap, .h5--cap, strong--cap, b--cap {
    text-transform: uppercase; }

.text-reverse, .cta-option__head-link {
  color: #ffffff; }

.h1 {
  font-size: 2.625em; }
  .h1--hero {
    font-size: 3em; }

.h2 {
  font-size: 2.25em; }

.h3, .sguide-section-head {
  font-size: 1.875em;
  line-height: 1.1em; }

.h4 {
  font-size: 1.6875em; }

.h5 {
  font-size: 1.5em; }

.p, .wysiwyg p, .wysiwyg ul, .wysiwyg ol, .btn, .section-menu-btn, .section-menu__item {
  font-size: 1.3125em;
  line-height: 1.3125em; }

.lead, .wysiwyg .lead {
  font-size: 1.875em;
  line-height: 1.2em; }

.small-text, .footer-head, .footer-menu__item {
  font-size: 1.1875em;
  line-height: 1.1875em; }

.mini-text, .footer-copyright {
  font-size: 0.875em;
  line-height: 0.875em; }

.ruled-head {
  background-image: url("../../File library/Allscripts New Svg/head-rule.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 40px; }
  .ruled-head__h {
    display: inline-block;
    background-color: #ffffff;
    margin-bottom: -15px;
    padding-right: 10px; }

.blockquote {
  font-size: 1.875em;
  line-height: 1.6em; }
  .blockquote__footer {
    font-size: 60%;
    text-transform: uppercase;
    color: #777777;
    letter-spacing: 2px; }

.ul, .wysiwyg ul, .ol, .wysiwyg ol {
  padding-left: 2em; }

.ul, .wysiwyg ul {
  list-style: disc; }

.ol, .wysiwyg ol {
  list-style: decimal; }

.wysiwyg > *:first-child {
  margin-top: 0 !important; }

.wysiwyg > *:last-child {
  margin-bottom: 0 !important; }

.wysiwyg a {
  color: #FF6E52;
  transition: color 0.25s ease; }
  .wysiwyg a:hover {
    color: #eb2600; }

.wysiwyg p, .wysiwyg ul, .wysiwyg ol {
  margin: 1.3125em 0; }

.wysiwyg blockquote {
  margin: 1.3125em 0; }

.wysiwyg .lead {
  margin: 1.3125em 0; }

.wysiwyg img {
  max-width: 100%;
  height: auto; }

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
  margin: 1.3em 0 1.0em; }
 
 .wysiwyg .btn:hover{
 color:#ffffff
 }

@media (max-width: 767px) {
  body {
    font-size: 90%; } }

.btn, .wysiwyg .btn {
  display: inline-block;
  background-color: #FF6E52;
  padding: 10px 25px;
  border-radius: 6px;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: "FuturaPT-Heavy", sans-serif;
  text-align: center;
  text-transform: uppercase;
  transition: color .25s ease;
  transition: background .25s ease; }
  .btn:hover {
    background-color: #eb2600; }
  .btn--hollow {
    background: none;
    border: 2px solid #222222;
    color: #222222; }
    .btn--hollow:hover {
      color: #ffffff;
      background-color: #222222; }
  .btn--hollow.btn--reversed {
    border: 2px solid #ffffff;
    color: #ffffff; }
    .btn--hollow.btn--reversed:hover {
      color: #222222;
      background-color: #ffffff; }
  .btn--sm {
    font-size: 1em;
    padding: 8px 20px; }
  .btn--lg {
    font-size: 1.875em; }
  .btn .fa {
    font-weight: bold; }

  .btn.btn--temp {
    display: none !important;
}


.menu-btn {
  display: inline-block;
  padding: 10px; }
  .menu-btn__tick {
    display: block;
    background-color: #222222;
    height: 3px;
    width: 30px;
    margin-bottom: 4px; }
    .menu-btn__tick:last-child {
      margin-bottom: 0; }

.utility-bar {
  height: 49px;
  padding: 15px 20px;
  background-color: #E9EFF0;
  display: none; }
  .fixed-header .utility-bar {
    display: none; }
  .utility-bar__left {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; }
  .utility-bar__right {
    width: 66.10169%;
    float: right;
    margin-right: 0;
    text-align: right; }
  .utility-bar__option {
    display: inline-block;
    font-size: 1.125em;
    color: #777777;
    transition: opacity 0.25s ease;
    opacity: 1.0; }
    .utility-bar__option--link {
      transition: color 0.25s ease; }
      .utility-bar__option--link:hover {
        color: #222222; }
    .wf-loading .utility-bar__option {
      opacity: 0; }
  .utility-bar__search,
  .utility-bar__right .utility-bar__option {
    margin-left: 20px; }
  @media (min-width: 768px) {
    .utility-bar {
      display: block; } }

.region-menu {
  margin-top: -3px; }
  .region-menu select {
    cursor:pointer;
    font-size: 1.0em;
    height: 24px;
    line-height: 1;
    padding: 0;
    color: #777777;
    font-family: "FuturaPT-Book", sans-serif;
    background: transparent;
    border: 1px solid #eee;
    /*-webkit-appearance: none;*/
    -moz-appearance: none;
    text-overflow: '';
    transition: color 0.25s ease; }
    .region-menu select:hover {
      color: #222222; }
  .region-menu select::-ms-expand {
    display: none; }

.utility-search {
  position: relative;
  display: inline-block;
  background: #ffffff;
  border-radius: 6px;
  padding: 5px 5px 5px 30px;
  margin-top: -8px;
  margin-bottom: -8px;
  height: 34px;
  width: 160px; }
  .utility-search__icon {
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 1.125em;
    color: #777777; }
  .utility-search__text {
    border: none;
    background: none;
    outline: none;
    font-family: "FuturaPT-Book", sans-serif;
    font-size: 1em;
    height: 24px;
    width: 100%; }

.nav-bar {
  position: relative;
  z-index: 10;
  padding-left: 0;
  padding-right: 0; }
  .nav-bar__container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 14px 0 16px;
    height: 62px; }
    .nav-bar__container:after {
      content: " ";
      display: block;
      clear: both; }
  .nav-bar__brand, .nav-bar__menu {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .nav-bar__brand {
    padding-left: 20px; }
  .nav-bar__btn {
    position: absolute;
    right: 10px;
    top: 12px; }

.nav-bar-logo {
  display: inline-block;
  margin-bottom: -5px;
  max-width: 160px; }
  .nav-bar-logo__img {
    display: block;
    width: 100%;
    height: auto; }

.nav-bar-submenu {
  display: none; }
  .nav-bar-submenu__link {
    display: block;
    padding: 15px 30px;
    font-size: 1.1875em;
    color: #666666;
    background-color: #E9EFF0;
    border-top: 1px solid #d7d7d7; }
    .nav-bar-submenu__link:hover {
      transition: color 0.25s ease; }

.nav-bar-menu {
  display: none;
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  transition: opacity 0.25s ease;
  opacity: 1.0; }
  .nav-bar-menu__item {
    position: relative; }
    .nav-bar-menu__item:last-child {
      border-bottom: 1px solid #d7d7d7; }
  .nav-bar-menu__link {
    display: block;
    padding: 15px 20px;
    font-size: 1.1875em;
    color: #666666;
    background-color: #ffffff;
    transition: color 0.25s ease;
    border-top: 1px solid #d7d7d7; }
    .nav-bar-menu__link .fa {
      float: right;
      margin-right: 8px;
      margin-left: 4px;
    }
  .nav-bar-menu__link-expander {
    display: block;
    position: absolute;
    top: 10px;
    right: 19px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #d7d7d7; }
    .nav-bar-menu__link-expander:hover {
      background-color: rgba(0, 0, 0, 0.1); }
  .wf-loading .nav-bar-menu {
    opacity: 0; }

@media (min-width: 768px) {
  .nav-bar-menu {
    left: auto;
    right: 0;
    width: 400px;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7; }
    .nav-bar-menu__item--bottom {
      display: none; } }

@media (min-width: 990px) {
  .nav-bar {
    background-color: #ffffff;
    height: 140px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .nav-bar__container {
      padding: 60px 0;
      height: auto; }
    .nav-bar__brand {
      width: 25%;
      float: left;
      padding-left: 0; }
    .nav-bar__menu {
      width: 75%;
      float: right;
      margin-right: 0; }
    .nav-bar__btn {
      display: none; }
  .nav-bar-logo {
    margin: -20px 0;
    max-width: 245px; }
  .nav-bar-submenu {
    z-index: 2;
    display: none;
    position: absolute;
    left: -10px;
    width: 180px;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
    border-radius: 6px; }
    .nav-bar-submenu__item:first-child {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
      .nav-bar-submenu__item:first-child .nav-bar-submenu__link {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px; }
    .nav-bar-submenu__item:last-child {
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
      .nav-bar-submenu__item:last-child .nav-bar-submenu__link {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px; }
   .nav-bar-submenu__link {
      display: block;
      padding: 15px;
      font-size: 1.0em;
      color: #666666;
      background-color: #ffffff; }
      .nav-bar-submenu__link:hover {
        background-color: #E9EFF0;
        color: #FF6E52; }
  .nav-bar-menu {
    display: block;
    position: relative;
    float: right;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    border: none; }
    .nav-bar-menu__item {
      position: relative;
      float: left;
      margin-left: 30px; }
      .nav-bar-menu__item:first-child {
        margin-left: 0; }
      .nav-bar-menu__item:last-child {
        border: none; }
      .nav-bar-menu__item:hover .nav-bar-submenu {
        display: block; }
    .nav-bar-menu__link {
      display: block;
      padding: 0 0 10px;
      font-size: 1.0em;
      color: #666666;
      border: none; }
      .nav-bar-menu__link:hover {
        color: #FF6E52; }
      .nav-bar-menu__link .fa {
        float: none; 
        margin-left: 4px;
        margin-right:0;
      }
    .nav-bar-menu__link-expander {
      display: none; }
  .fixed-header .nav-bar {
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    border-bottom: 2px solid #E9EFF0; }
  .fixed-header .nav-bar__container {
    padding: 30px 0 20px; }
  .fixed-header .nav-bar-logo {
    margin: -15px 0;
    max-width: 215px; } }

@media (min-width: 1220px) {
  .nav-bar-menu__link {
    font-size: 1.1875em; }
  .nav-bar-submenu {
    width: 250px; }
  .nav-bar-submenu__link {
    font-size: 1.1875em; } }

.section-bar {
  background-color: #29535b;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 75%; }

@media (min-width: 768px) {
  .section-bar {
    font-size: 100%; } }

.breadcrumbs {
  border-top: 2px solid #E9EFF0;
  border-bottom: 2px solid #E9EFF0;
  padding-top: 20px;
  padding-bottom: 20px; }
  .breadcrumbs__trail-item {
    color: #777777;
    transition: color 0.25s ease; }
    .breadcrumbs__trail-item--link:hover {
      color: #FF6E52; }
  .breadcrumbs--no-top-rule {
    border-top: none; }

.sguide-section-head {
  text-transform: uppercase;
  background-color: #3b3b3b;
  color: #ffffff;
  padding: 10px; }

.sguide-subhead {
  padding: 10px;
  margin-top: 20px;
  border-bottom: 1px solid #bfbfbf;
  color: #bfbfbf; }

.sguide-link-list li a {
  display: block;
  padding: 5px 10px; }
  .sguide-link-list li a:hover {
    background-color: #eee; }

.sguide-reversed-block {
  background-color: #02272E;
  padding: 15px; }

.palette__swatch {
  display: inline-block;
  height: 150px;
  width: 150px;
  background-color: #cccccc;
  color: #ffffff;
  padding: 10px; }
  .palette__swatch--brand-a {
    background-color: #AADD96; }
  .palette__swatch--brand-b {
    background-color: #8CD600; }
  .palette__swatch--brand-c {
    background-color: #35C4AF; }
  .palette__swatch--brand-d {
    background-color: #007D8A; }
  .palette__swatch--brand-e {
    background-color: #493D63; }
  .palette__swatch--alert {
    background-color: #FF6E52; }
  .palette__swatch--text {
    background-color: #222222; }
  .palette__swatch--muted-bg {
    background-color: #E9EFF0;
    color: #222222; }
  .palette__swatch--muted-text {
    background-color: #777777; }
  .palette__swatch--footer-bg {
    background-color: #02272E; }
  .palette__swatch--footer-text {
    background-color: #6B8287; }

.hero-open {
 /*  background-image: url("../../image library/Allscripts New/hero-open.jpg"), url("../../image library/Allscripts New/hero-open-gradient.jpg"); */
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 800px 385px;
  padding-bottom: 60px; 
  background-color:#04394e; }
  .hero-open__container {
    padding-top: 200px; }
  .hero-open__text {
    margin-bottom: 40px;
    text-align: right; }

.hero-entry {
  /* background-image: url("../../image library/Allscripts New/hero-entry--mobile.jpg"); */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .hero-entry__container {
    padding-top: 250px; }
  .hero-entry__text {
    text-align: right;
    padding-left: 0;
    transition: opacity 0.25s ease;
    opacity: 1.0; }
    .wf-loading .hero-entry__text {
      opacity: 0; }

.hero-split {
  background-color: #E9EFF0; }
  .hero-split--right-img {
    background-image: url("../../image library/Allscripts New/hero-split--mobile.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
  .hero-split--centered-img {
    background-image: url("../../image library/Allscripts New/hero-split-city--mobile.jpg");
    background-position: center top;
    background-size: cover; }
  .hero-split__left {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
    padding-top: 275px; }
  .hero-split__text {
    padding: 40px 20px;
    background-color: rgba(4, 39, 46, 0.9);
    color: #ffffff; }
    .hero-split__text span {
      display: inline; }

@media (min-width: 500px) {
  .hero-entry__text {
    padding-left: 100px; } }

@media (min-width: 768px) {
  .hero-open {
    background-position: center top;
    background-size: cover; }
    .hero-open__container {
      padding-top: 0; }
    .hero-open__text {
      margin-bottom: 100px; }
      .hero-open__text span {
        display: block; }
  .hero-entry {
   /*  background-image: url("../../image library/Allscripts New/hero-entry.jpg"); */
    background-repeat: no-repeat;
    background-position: -200px top;
    background-size: cover; }
    .hero-entry__container {
      padding-top: 0; }
    .hero-entry__text {
      margin-bottom: 0;
      padding-left: 0; }
      .hero-entry__text span {
        display: block; }
  .hero-split--right-img {
    background-image: url("../../image library/Allscripts New/hero-split.jpg");
    background-position: right top;
    background-size: auto; }
  .hero-split--centered-img {
    background-image: url("../../image library/Allscripts New/hero-split-city.jpg");
    background-position: center top;
    background-size: cover; }
  .hero-split__left {
    width: 55%;
    float: left;
    margin-right: 1.69492%;
    padding: 100px 0 100px 20px;
    background-image: url("../../File library/Allscripts New Svg/hero-split-text-bg.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover; }
  .hero-split__text {
    float: right;
    width: 540px;
    max-width: 100%;
    background: none;
    padding: 0; }
    .hero-split__text span {
      display: block; } }

@media (min-width: 990px) {
  .hero-open {
    background-position: center top; }
  .hero-entry {
    background-position: left top; } }

@media (min-width: 1080px) {
  .hero-split__left {
    width: 50%;
    float: left;
    margin-right: 1.69492%;
    background-position: -80px center; } }

.solution-list {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .solution-list:after {
    content: " ";
    display: block;
    clear: both; }

.solution {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px; }
  .solution:last-child {
    margin-bottom: 0; }
  .solution__link {
    display: block;
    position: relative;
    border-radius: 6px;
    padding: 25px 25px 40px;
    overflow: hidden;
    opacity: 1.0;
    transition: opacity 0.25s ease, background 0.5s ease; }
    .solution__link br {
      display: none; }
    .wf-loading .solution__link {
      opacity: 0; }
    .solution__link--brand-b {
      background-color: #8CD600; }
      .solution__link--brand-b:hover {
        background-color: #7bbd00; }
    .solution__link--brand-c {
      background-color: #35C4AF; }
      .solution__link--brand-c:hover {
        background-color: #30b09d; }
    .solution__link--brand-d {
      background-color: #007D8A; }
      .solution__link--brand-d:hover {
        background-color: #006671; }
    .solution__link--brand-e {
      background-color: #493D63; }
      .solution__link--brand-e:hover {
        background-color: #3d3353; }
    .solution__link:hover .solution__tick {
      background: none; }
  .solution__head, .solution__description {
    color: #ffffff;
    position: relative;
    z-index: 2; }
  .solution__head span {
    display: inline; }
  .solution__tick {
    z-index: 1;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    border-radius: 6px;
    transition: background 0.5s ease; }
  .solution__tick-bg-path {
    z-index: 1;
    position: relative;
    opacity: 0.6; }
    .solution__tick-bg-path--brand-b {
      fill: #71ad00; }
    .solution__tick-bg-path--brand-c {
      fill: #2ca492; }
    .solution__tick-bg-path--brand-d {
      fill: #005861; }
    .solution__tick-bg-path--brand-e {
      fill: #362d4a; }
  .solution__tick-arrow {
    z-index: 2;
    position: absolute;
    right: 10px;
    bottom: 25px;
    display: block;
    height: 20px;
    width: 20px;
    color: #ffffff;
    font-size: 2.5em; }

@media (min-width: 768px) {
  .solution-list {
    min-height: 242px; }
  .solution {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 0;
    padding-top: 20px; }
    .solution:last-child {
      float: right;
      margin-right: 0; }
    .solution__head span {
      display: block; }
    .solution__link {
      transition: opacity 0.25s ease, background 0.5s ease, margin 0.5s ease-out; }
      .solution__link:hover {
        margin-top: -20px; }
      .solution__link br {
        display: block; } }

.media-right__wysiwyg {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px; }
  .media-right__wysiwyg .h3, .media-right__wysiwyg .sguide-section-head {
    color: #007D8A; }

.media-right__media {
  width: 100%;
  float: right;
  margin-right: 0; }

@media (min-width: 768px) {
  .media-right__wysiwyg {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
    padding-bottom: 0; }
  .media-right__media {
    width: 40.67797%;
    float: right;
    margin-right: 0; } }

.slick-arrow {
  z-index: 2; }
  .slick-arrow.slick-prev, .slick-arrow.slick-next {
    top: 45%;
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    opacity: 0.6;
    transition: opacity 0.5s ease; }
    .slick-arrow.slick-prev:before, .slick-arrow.slick-next:before {
      content: ''; }
    .slick-arrow.slick-prev:hover, .slick-arrow.slick-next:hover {
      opacity: 0.8; }
  .slick-arrow.slick-prev {
    left: -10px;
    background-image: url("../../File library/Allscripts New Svg/carousel-left.svg"); }
  .slick-arrow.slick-next {
    right: -10px;
    background-image: url("../../File library/Allscripts New Svg/carousel-right.svg"); }

.slick-list {
  z-index: 1; }

.carousel {
  overflow: hidden; }

.slide {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .slide:after {
    content: " ";
    display: block;
    clear: both; }
  .slide--tan {
    background-color: #d9c7b0; }
  .slide--dark-gray {
    background-color: #C7D3D6; }
  .slide__media {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    min-height: 440px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .slide__media-gradient-l, .slide__media-gradient-r {
    display: none;
    height: 100%;
    width: 100px;
    position: absolute;
    top: 0; }
  .slide__media-gradient-l {
    left: 0; }
    .slide--tan .slide__media-gradient-l {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9c7b0+34,d9c7b0+100&1+34,0+100 */
      background: -moz-linear-gradient(left, #d9c7b0 34%, rgba(217, 199, 176, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #d9c7b0 34%, rgba(217, 199, 176, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #d9c7b0 34%, rgba(217, 199, 176, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c7b0', endColorstr='#00d9c7b0',GradientType=1 );
      /* IE6-9 */ }
    .slide--dark-gray .slide__media-gradient-l {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7d3d6+34,c7d3d6+100&1+34,0+100 */
      background: -moz-linear-gradient(left, #c7d3d6 34%, rgba(199, 211, 214, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #c7d3d6 34%, rgba(199, 211, 214, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #c7d3d6 34%, rgba(199, 211, 214, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d3d6', endColorstr='#00c7d3d6',GradientType=1 );
      /* IE6-9 */ }
  .slide__media-gradient-r {
    right: 0; }
    .slide--tan .slide__media-gradient-r {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9c7b0+0,d9c7b0+66&0+0,1+66 */
      background: -moz-linear-gradient(left, rgba(217, 199, 176, 0) 0%, #d9c7b0 66%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(217, 199, 176, 0) 0%, #d9c7b0 66%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(217, 199, 176, 0) 0%, #d9c7b0 66%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d9c7b0', endColorstr='#d9c7b0',GradientType=1 );
      /* IE6-9 */ }
    .slide--dark-gray .slide__media-gradient-r {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7d3d6+0,c7d3d6+66&0+0,1+66 */
      background: -moz-linear-gradient(left, rgba(199, 211, 214, 0) 0%, #c7d3d6 66%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(199, 211, 214, 0) 0%, #c7d3d6 66%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(199, 211, 214, 0) 0%, #c7d3d6 66%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c7d3d6', endColorstr='#c7d3d6',GradientType=1 );
      /* IE6-9 */ }
  .slide__content {
    width: 100%;
    float: right;
    margin-right: 0;
    padding: 60px 20px; }

@media (min-width: 768px) {
  .slick-arrow.slick-prev, .slick-arrow.slick-next {
    height: 80px;
    width: 80px;
    background-size: 80px 80px; }
  .slick-arrow.slick-prev {
    left: -10px; }
  .slick-arrow.slick-next {
    right: -10px; }
  .slide__container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; }
    .slide__container:after {
      content: " ";
      display: block;
      clear: both; }
  .slide__media {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    min-height: 440px;
    background-position: right center; }
  .slide__media-gradient-l, .slide__media-gradient-r {
    height: 440px;
    width: 100px;
    position: absolute;
    top: 0; }
  .slide__media-gradient-r {
    display: block; }
  .slide__content {
    width: 49.15254%;
    float: right;
    margin-right: 0;
    position: relative;
    min-height: 440px;
    padding: 0 0 0 0; }
  .slide__content-wysiwyg {
    width: 100%;
    max-width: 510px;
    position: absolute;
    padding-right: 100px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%); } }

@media (min-width: 1220px) {
  .slide__content-wysiwyg {
    padding-right: 0; }
  .slide__media-gradient-l {
    display: block; } }

.feeds .feed-container {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px; }
  .feeds .feed-container__head {
    margin-bottom: 20px; }
  .feeds .feed-container:last-child {
    margin-bottom: 0; }

.feed-item {
  position: relative;
  padding-left: 96px;
  margin-bottom: 30px; }
  .feed-item__media-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 76px;
    width: 76px; }
  .feed-item__media {
    width: 100%;
    height: auto; }
  .feed-item__head {
    margin-bottom: 5px; }
  .feed-item__head-link {
    color: #FF6E52;
    transition: color 0.25s ease; }
    .feed-item__head-link:hover {
      color: #eb2600; }
  .feed-item__date {
    font-weight: 700;
    font-size: 1.1875em;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .feed-item__date--after {
      color: #777777; }

@media (min-width: 768px) {
  .feeds .feed-container {
    width: 50%;
    float: left;
    margin-bottom: 0; }
    .feeds .feed-container:first-child {
      border-right: 6px solid #eeeeee;
      padding-right: 40px; }
    .feeds .feed-container:last-child {
      float: right;
      margin-right: 0;
      padding-left: 40px; }
  .feed-item {
    padding-left: 140px; }
    .feed-item__media-link {
      height: 120px;
      width: 120px; } }

.cta-list {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  .cta-list:after {
    content: " ";
    display: block;
    clear: both; }

.cta-option {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-left: 96px;
  margin-bottom: 20px;
  min-height: 76px; }
  .cta-option:last-child {
    margin-bottom: 0; }
  .cta-option__icon {
    display: block;
    height: 76px;
    width: 76px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 76px;
    border: 2px solid #ffffff;
    background-repeat: no-repeat;
    background-size: 58px 58px;
    background-position: center center;
    transition: background-color 0.25s ease; }
    .cta-option__icon--mail {
      background-image: url("../../File library/Allscripts New Svg/contact-icon-mail.svg"); }
    .cta-option__icon--call {
      background-image: url("../../File library/Allscripts New Svg/contact-icon-phone.svg"); }
    .cta-option__icon--connect {
      background-image: url("../../File library/Allscripts New Svg/contact-icon-connect.svg"); }
    .cta-option__icon:hover {
      background-color: rgba(255, 255, 255, 0.4); }
  .cta-option__head-link:hover {
    color: #a9ced2; }

@media (min-width: 768px) {
  .cta-option {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    padding-left: 120px;
    margin-bottom: 0;
    min-height: 102px; }
    .cta-option__icon {
      height: 102px;
      width: 102px;
      border-radius: 102px;
      background-size: 76px 76px; }
    .cta-option__head, .cta-option__description {
      max-width: 225px; }
    .cta-option__description .phone-number {
      display: block; }
    .cta-option:last-child {
      float: right;
      margin-right: 0; } }

.cta-solo__text, .cta-solo__button {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center; }

.cta-solo__button {
  padding-top: 40px; }

@media (min-width: 768px) {
  .cta-solo__text {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
    text-align: left; }
  .cta-solo__button {
    width: 40.67797%;
    float: right;
    margin-right: 0;
    padding-top: 20px;
    text-align: right; } }

.hilite-list:after {
  content: "";
  display: table;
  clear: both; }

.hilite-list__item {
  display: block;
  width: 100%;
  margin-bottom: 40px; }
  .hilite-list__item:nth-of-type(odd) {
    padding-right: 0; }
  .hilite-list__item:nth-of-type(even) {
    padding-left: 0; }
  .hilite-list__item:last-child {
    margin-bottom: 0; }
  .hilite-list__item img{
	  margin-bottom:20px; }

.hilite-list__icon {
  margin-bottom: 20px;
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px 100px; }
  .hilite-list__icon--tablet {
    background-image: url("../../image library/Allscripts New/icon-dot-tablet.png"); }
  .hilite-list__icon--people {
    background-image: url("../../image library/Allscripts New/icon-dot-people.png"); }
  .hilite-list__icon--graph-up {
    background-image: url("../../image library/Allscripts New/icon-dot-graph-up.png"); }
  .hilite-list__icon--gear-head {
    background-image: url("../../image library/Allscripts New/icon-dot-gear-head.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .hilite-list__icon--tablet {
    background-image: url("../../image library/Allscripts New/icon-dot-tablet@2x.png"); }
  .hilite-list__icon--people {
    background-image: url("../../image library/Allscripts New/icon-dot-people@2x.png"); }
  .hilite-list__icon--graph-up {
    background-image: url("../../image library/Allscripts New/icon-dot-graph-up@2x.png"); }
  .hilite-list__icon--gear-head {
    background-image: url("../../image library/Allscripts New/icon-dot-gear-head@2x.png"); } }

@media (min-width: 768px) {
  .hilite-list {
    margin-bottom: -30px; }
    .hilite-list:after {
      content: "";
      display: table;
      clear: both; }
    .hilite-list__item {
      float: left;
      width: 50%;
      padding-top: 30px;
      padding-bottom: 30px;
      margin-bottom: 0; }
      .hilite-list__item:nth-of-type(odd) {
        padding-right: 40px; }
      .hilite-list__item:nth-of-type(even) {
        padding-left: 40px; } }

.single-col-hilite__head, .single-col-hilite__description {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto; }

.video-hilite {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  .video-hilite:after {
    content: " ";
    display: block;
    clear: both; }
  .video-hilite__video {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px; }
    .video-hilite__video .video-placeholder {
      width: 100%;
      max-width: 700px;
      height: auto;
      margin: 0 auto; }
  .video-hilite__description {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }

@media (min-width: 768px) {
  .video-hilite__video {
    width: 50%;
    float: left;
    padding-bottom: 0; }
  .video-hilite__description {
    width: 50%;
    float: right;
    margin-right: 0;
    padding-left: 40px; }
  .video-hilite__description-container {
    min-height: 303px;
    display: flex;
    align-items: center; } }

@media (min-width: 990px) {
  .video-hilite__video {
    padding-right: 40px; } }

.section-menu-btn {
  display: none;
  position: relative;
  padding: 15px;
  color: #222222;
  background-color: #E9EFF0; }
  .section-menu-btn__icon {
    position: absolute;
    top: 20px;
    right: 15px; }

.section-menu {
  display: none;
  padding-top: 10px; }
  .section-menu__link {
    display: block;
    padding: 15px 30px 15px 15px;
    color: #FF6E52;
    background-repeat: no-repeat;
    background-position: right center; }
    .section-menu__link:hover {
      background-color: #E9EFF0; }
    .active-item .section-menu__link {
      color: #ffffff;
      background-color: #FF6E52; }

.subpage__menu, .subpage__content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.subpage__content {
  padding-top: 40px; }

@media (min-width: 768px) {
  .subpage__menu {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    padding-right: 40px; }
  .subpage__content {
    width: 66.10169%;
    float: right;
    margin-right: 0;
    padding-top: 0; }
  .section-menu-btn {
    display: none; }
  .section-menu {
    display: block;
    padding-top: 0; }
    .section-menu__link:hover {
      background-image: url("../../File library/Allscripts New Svg/section-menu-item-arrow.svg"); }
    .active-item .section-menu__link {
      background-image: url("../../File library/Allscripts New Svg/section-menu-item-arrow.svg"); } }

.pie {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.25s ease;
  opacity: 0; }
  .pie__slice {
    display: block;
    float: left;
    width: 50%;
    line-height: 1px; }
  .pie__img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1.0;
    transition: opacity 0.5s ease;
    -webkit-transform: translateZ(0);
    line-height: 1px; }
    .pie__img--active {
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0; }
    .pie__img--static {
      z-index: 2; }
  .pie__link {
    position: relative;
    display: block; }
    .pie__link:hover .pie__img--active {
      opacity: 1.0; }
  .pie__single-img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.0;
    transition: opacity 0.25s ease; }
  .pie--single {
    display: block;
    background-image: url("../../image library/Allscripts New/pie-static.png");
    background-repeat: no-repeat;
    background-size: contain; }
    .pie--single:hover .pie__single-img {
      opacity: 1.0; }

.footer {
  background-color: #02272E; }
  .footer__social-links, .footer__nav-links, .footer__external-links {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }

.footer-logo {
  display: inline-block; }
  .footer-logo__img {
    max-width: 100%;
    height: auto; }

.footer-text, .footer-head, .footer-copyright, .footer-menu__link {
  color: #6B8287;
  line-height: 150%; }

.footer-head {
  font-family:"FuturaPT-Heavy", sans-serif;
  text-transform:uppercase;
  letter-spacing:1px; }

.footer-menu-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .footer-menu-container:after {
    content: " ";
    display: block;
    clear: both; }

.footer-menu {
  margin-bottom: 20px; }
  .footer-menu__link:hover {
    color: #a2b2b6; }
  .footer-menu-container .footer-menu--left {
    width: 48.27586%;
    float: left;
    margin-right: 3.44828%; }
  .footer-menu-container .footer-menu--right {
    width: 48.27586%;
    float: right;
    margin-right: 0;
    border-left: 2px solid #6B8287;
    padding-left: 20px; }

.social-list:after {
  content: "";
  display: table;
  clear: both; }

.social-list__item {
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 20px; }

.social-list__icon {
  display: block;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  opacity: 0.4;
  background-size: 40px 40px;
  transition: opacity .25s ease; }
  .social-list__icon:hover {
    opacity: 0.7; }
  .social-list__icon--rss {
    background-image: url("../../image library/Allscripts New/social-icon-rss.png"); }
  .social-list__icon--facebook {
    background-image: url("../../image library/Allscripts New/social-icon-facebook.png"); }
  .social-list__icon--twitter {
    background-image: url("../../image library/Allscripts New/social-icon-twitter.png"); }
  .social-list__icon--youtube {
    background-image: url("../../image library/Allscripts New/social-icon-youtube.png"); }
    .social-list__icon--linkedin {
    background-image: url("../../image library/Allscripts New/social-icon-linkedin.png"); }
  .social-list__icon--instagram {
    background-image: url("../../image library/Allscripts New/social-icon-instagram.png"); }
.social-list__label {
  position: absolute;
  top: -99999px;
  left: 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .social-list__icon--rss {
    background-image: url("../../image library/Allscripts New/social-icon-rss@2x.png"); }
  .social-list__icon--facebook {
    background-image: url("../../image library/Allscripts New/social-icon-facebook@2x.png"); }
  .social-list__icon--twitter {
    background-image: url("../../image library/Allscripts New/social-icon-twitter@2x.png"); }
  .social-list__icon--youtube {
    background-image: url("../../image library/Allscripts New/social-icon-youtube@2x.png"); }
.social-list__icon--linkedin {
    background-image: url("../../image library/Allscripts New/social-icon-linkedin@2x.png"); }
.social-list__icon--instagram {
    background-image: url("../../image library/Allscripts New/social-icon-instagram@2x.png"); }

}

@media (min-width: 768px) {
  .footer__social-links {
    width: 25%;
    float: left;
    padding-right: 10px; }
  .footer__nav-links {
    width: 50%;
    float: left;
    border-left: 2px solid #6B8287;
    padding-left: 30px; }
  .footer__external-links {
    width: 25%;
    float: right;
    margin-right: 0;
    border-left: 2px solid #6B8287;
    padding-left: 30px; }
  .footer-menu {
    margin-bottom: 0; }
    .footer-menu-container .footer-menu--right {
      border: none;
      padding-left: 0; } }
