/* This file is generated.  DO NOT EDIT. */ 
@charset "UTF-8";
/**
 * @file
 * Centralize your imports here.
 * Styles are organized using the SMACSS technique.
 * @see http://smacss.com/book/
 */
/* Import Sass mixins, variables, Compass modules, etc. */
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*!
 *  Font Awesome 4.4.0 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("/assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/assets/fonts/fontawesome-webfont.svg?v=4.7.0#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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  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: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-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: "";
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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

/* body */
/* Link (a:) */
/* Blockquote*/
/* Figcaption */
/* Global Radius */
/* Forms */
/* Buttons */
/* list header title*/
/* Now we add our custom helpers. */
/**
 * @file
 * Define your custom Sass mixins here.
 * @see http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#defining_a_mixin
 */
/**
 * @file
 * Define your custom Sass extends here.
 * @see http://sass-lang.com/documentation/file.SASS_REFERENCE.html#extend
 */
.list__item--term, .list__item--simple, .list__title, .newsletter__text, .label,
label, h3, h2, h1 {
  letter-spacing: -0.0325em;
}

.splash__title--home, .health-system__title {
  letter-spacing: -0.0425em;
}

.spotlight__label, .results__label, .detail__updated_meta, .detail__meta, .list__meta, .link, h6, h5 {
  letter-spacing: 0.05em;
}

h3, h2, h1 {
  font-weight: 400;
  color: #3e4345;
}

h6, h5 {
  text-transform: uppercase;
}

.clearfix:after,
.toggle-tabs:after,
.profile:after,
.appointment__buttons:after,
.epic--openscheduler_newpatient_wrapper:after,
.spotlight--block:after,
.spotlight-results:after,
.splash__nav:after,
.sidebar--fields:after,
.results__item:after,
.pager:after,
.location-contact:after,
.list--block--last:after,
.list__item:after,
.appointment-form__concise .form-inline__concise:after,
.radio-group:after,
.form-left:after,
.form-middle:after,
.form-right:after,
.form-third:after,
.form-inline__group:after,
.form-inline:after,
.image-block:after,
.doctor-bio:after,
.site-header__dropdowns:after,
.site-header--navs:after,
.site-header--large .site-header__wrap:after,
.site-header:after,
.l-block:after,
.footer__newsletter:after,
.container:after,
.page-content:after {
  content: "";
  display: table;
  clear: both;
}

.location--nav ul, .compare-item, .tab-list__items, .tab-personal, .toggle-tabs, .profile-office__address__contact, .profile-intro__item ul, .appointment__nav__steps, .top-specialties__list, .slides,
.slides > li,
.spotlight .flex-control-nav,
.spotlight .flex-direction-nav, .splash__nav__select,
.splash__nav__menu, .sidebar__prox-nav ul, .share .social.addthis_custom_sharing, .search-content-type, .results__locations__list, .related-box__list--full,
.related-box__list, .pager__pagination, .detail__social, .list__items, .health-system__stats, .filter__browse, .doctor-bio__rating, .doctor-bio__specialties, .dropdown__list ul, .like-to ul, .site-header--buttons-small ul, .footer__list ul, .footer__social, .link-group {
  list-style: none;
  padding: 0;
  margin: 0;
}

.compare-title a, .list__item--term a, .list__item--simple a, .list__title a, .doctor-bio__title a {
  color: #3e4345;
}
.compare-title a:hover, .list__item--term a:hover, .list__item--simple a:hover, .list__title a:hover, .doctor-bio__title a:hover, .compare-title a:focus, .list__item--term a:focus, .list__item--simple a:focus, .list__title a:focus, .doctor-bio__title a:focus {
  color: #00739d;
}

.label,
label {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1.4444444444em;
  margin-top: 0em;
  margin-bottom: 0.9027777778em;
  display: block;
  color: #6f767a;
  margin-top: 0.90278em;
}

.element-invisible,
.radio-group input[type=radio],
.element-focusable {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
}

.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/* Address styling not present in IE 8/9. */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _base.scss partial.
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Makes it pretty — banishes chunky type.
 */
html {
  line-height: 1.4625em;
  background: #ffffff;
  color: #595959;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -webkit-font-smoothing: antialiased;
  /* 4 */
  font-weight: 400;
  text-rendering: optimizeLegibility;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
@media screen and (min-width: 630px) {
  html {
    font-size: 106%;
  }
}
@media screen and (min-width: 1060px) {
  html {
    font-size: 110%;
  }
}
@media screen and (min-width: 1300px) {
  html {
    font-size: 114%;
  }
}

/* Address `font-family` inconsistency between `textarea` and other form elements. */
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/* Remove default margin. */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
a {
  transition: all 0.3s ease;
  color: #00739d;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #0082c1;
  text-decoration: none;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted;
}

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

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
p,
pre {
  margin: 0 0 1.015625em;
}

blockquote {
  font-family: "Arvo", "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.7875em;
  position: relative;
  border: 1px solid #dddddd;
  border-width: 1px 0;
  text-align: center;
  color: #595959;
  padding: 1.21875em 0 0.8125em;
  margin: 1.625em 0;
}
blockquote:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -1em;
  left: 50%;
  background: #ff7900 url("/assets/images/svg/ico--blockquote.svg") no-repeat center;
  border: 5px solid #ffffff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
}
.no-svg blockquote:before {
  background: #ff7900 url("/assets/images/png/ico--blockquote.png") no-repeat center;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 1.95em;
  line-height: 1.3541666667em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 1.25em;
  margin-bottom: 0.3125em;
  font-weight: 600;
}

h2 {
  font-size: 1.56em;
  line-height: 1.171875em;
  margin-top: 1.5625em;
  margin-bottom: 0.390625em;
  font-weight: 600;
}

h3 {
  font-size: 1.25em;
  line-height: 1.4625em;
  margin-top: 1.95em;
  margin-bottom: 0.4875em;
  font-weight: 600;
}

h4 {
  font-size: 1.15em;
  line-height: 1.4130434783em;
  margin-top: 2.1195652174em;
  margin-bottom: 0.5298913043em;
  font-weight: 700;
}

h5 {
  font-size: 1em;
  line-height: 1.421875em;
  margin-top: 2.4375em;
  margin-bottom: 0.40625em;
  font-weight: 700;
  color: #ff7900;
}

h6 {
  font-size: 0.9em;
  line-height: 1.5798611111em;
  margin-top: 1.8055555556em;
  margin-bottom: 0.4513888889em;
  color: #ff7900;
}

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

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong {
  font-weight: 700;
}

/* Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
hr {
  box-sizing: content-box;
  height: 0;
  border: 1px solid #dddddd;
  padding-bottom: -1px;
  margin: 1.625em 0;
}

/* Address styling not present in IE 8/9. */
mark {
  background-color: rgba(245, 192, 35, 0.35);
  border-radius: 4px;
  padding: 0 0.1625em;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
code,
kbd,
pre,
samp,
tt,
var {
  font-size: 1em;
  line-height: 1.625em;
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
}

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

/* Set consistent quote types. */
q {
  quotes: "“" "”" "‘" "’";
}

/* Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  list-style-position: outside;
  margin: 0 0 0.8125em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0 0 0.8125em;
}

dd {
  margin: 0 0 0 1.625em;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
menu,
ol,
ul {
  padding: 0 0 0 1.625em;
  /* LTR */
}

/* Correct list images handled incorrectly in IE 7. */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
  /* Suppress the space beneath the baseline */
  vertical-align: bottom;
  /* Responsive images */
  max-width: 100%;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

.featured-image {
  text-align: center;
}
@media screen and (max-width: 1059px) {
  .featured-image.has-caption {
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 0.8125em;
  }
}
.page-content .featured-image.image-left, .page-content .featured-image.image-right {
  background-color: inherit;
  border: none;
  border-radius: 0;
  padding: 0;
}
@media screen and (min-width: 750px) {
  .page-content .featured-image.image-left, .page-content .featured-image.image-right {
    margin-top: 0.3em;
    max-width: 50%;
  }
  .page-content .featured-image.image-left {
    float: left;
    margin-right: 1.21875em;
  }
  .page-content .featured-image.image-right {
    float: right;
    margin-left: 1.75em;
    margin-bottom: 1.5em;
  }
}
.featured-image a {
  display: block;
}

figcaption {
  font-size: 0.9em;
  line-height: 1.3541666667em;
  color: #888888;
  font-style: italic;
  margin-top: 0.40625em;
}

/* Responsive video styles for youtube and vimeo.
 * Requires a "video-wrapper" class on the
 * tag containing the iframe embed code.
*/
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 1.21875em 0;
}

/**
 * Forms
 */
/* Correct margin displayed oddly in IE 6/7. */
form {
  margin: 0;
}

/* Define consistent border, margin, and padding. */
fieldset {
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #d0d0d0;
  border: 0;
  padding: 0;
  margin: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  margin-bottom: 1.21875em;
  display: block;
  width: 100%;
  border: 0;
  /* 1 */
  padding: 0.40625em 0;
  margin-left: -7px;
  /* 3 */
  /* LTR */
}

/**
 * 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.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
button,
input,
select,
textarea {
  box-sizing: border-box;
  /* 5 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
  max-width: 100%;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  position: relative;
  top: 4px;
  margin-right: 0.5em;
  float: left;
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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).
 */
input[type=search] {
  box-sizing: content-box;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

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

/* Remove inner padding and border in Firefox 4+. */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  padding: 0.40625em 0;
  min-height: 8em;
}

/* Drupal-style form labels. */
/**
 * SITE SPECIFIC form element styles. Adapted from purecss, under the Yahoo! Inc. BSD license
 * Please visit http://purecss.io/ for more information
 * purecss.io: Copyright 2014 Yahoo! Inc. All rights reserved.
 */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
  box-sizing: border-box;
  transition: all 0.1s ease-out;
  color: #444444;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  width: 100%;
  text-indent: 0.5em;
  border: 1px solid #b3c4cd;
  border-radius: 8px;
  box-shadow: inset 0 1px 3px rgba(17, 17, 17, 0.1);
  outline: none;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=time]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=week]:hover,
input[type=number]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=color]:hover,
select:hover,
textarea:hover {
  border: 1px solid #95acb8;
  outline: none;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  border: 1px solid #009fda;
  box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
  outline: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
select {
  height: 2.5em;
}
.postfix input[type=text],
.postfix input[type=password],
.postfix input[type=email],
.postfix input[type=url],
.postfix input[type=date],
.postfix input[type=month],
.postfix input[type=time],
.postfix input[type=datetime],
.postfix input[type=datetime-local],
.postfix input[type=week],
.postfix input[type=number],
.postfix input[type=search],
.postfix input[type=tel],
.postfix input[type=color],
.postfix select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
input:not([type]) {
  box-sizing: border-box;
  transition: all 0.1s ease-out;
  color: #888888;
  -webkit-user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #dddddd;
  width: 100%;
  text-indent: 0.5em;
  border: 1px solid #888888;
  outline: none;
}
input:not([type]):hover, input:not([type]):focus, input:not([type]):active {
  border: 1px solid #444444;
  outline: none;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
input[type=color] {
  padding: 0.2em 0.5em;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted #444444;
}

input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
input[type=url][disabled],
input[type=date][disabled],
input[type=month][disabled],
input[type=time][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=week][disabled],
input[type=number][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=color][disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #dddddd;
  color: #888888;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #dddddd;
  color: #888888;
}

input[readonly],
select[readonly],
textarea[readonly] {
  background: #dddddd;
  color: #888888;
  border-color: #888888;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
}

input[type=file]:focus:invalid:focus,
input[type=radio]:focus:invalid:focus,
input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d;
}

select {
  transition: all 0.1s ease-out;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 0.5em;
  background-color: #e7eff3;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU4QTMzNkUyNDAwQzExRTNBOEY4OTE4N0E1NkQ4QjVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU4QTMzNkUzNDAwQzExRTNBOEY4OTE4N0E1NkQ4QjVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RThBMzM2RTA0MDBDMTFFM0E4Rjg5MTg3QTU2RDhCNUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RThBMzM2RTE0MDBDMTFFM0E4Rjg5MTg3QTU2RDhCNUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4x37VGAAAAWklEQVR42mI0NjZeysDAEMWAHyxlAhKZQPwAj6L7QJwFUvgJiKOB+C8WRX+gcp+YoALHgLgZi0KQ2HEQgwlJsAWIjyLxjwBxK4yDrBBkdQwQf4DiGGTnAAQYAGJbEyV4nwHtAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97% 50%;
  outline: none;
}
select:hover, select:focus, select:active {
  outline: 0;
  border: 1px solid #95acb8;
}

select[multiple] {
  height: auto;
}

input + input,
select + select,
input + select,
select + input {
  margin-top: 0.5em;
}

/* Styles for placeholder text */
::-webkit-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

/* ==========================================================================
	 Tables
	 ========================================================================== */
.table-wrap {
  overflow-x: auto;
}

table {
  margin-top: 0.8125em;
  margin-bottom: 0.8125em;
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

tbody {
  background-color: transparent;
}
tbody tr:last-child td {
  border-bottom: 2px solid #dddddd;
}
tbody td {
  border-bottom: 0;
  border-top: 1px solid #dddddd;
  vertical-align: top;
  padding: 0.609375em 0.8125em;
}

thead tr {
  background-color: #6f767a;
  color: #ffffff;
}

thead th,
tfoot th {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: transparent;
  border-bottom: 0;
  text-align: left;
  padding: 0.609375em 0.8125em;
}

/**
 * @file
 * Site typography
 */
.link {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.725em;
  line-height: 1.1206896552em;
  text-transform: uppercase;
  white-space: nowrap;
}
.link.full {
  color: #a20909;
}
.link.no-reg {
  color: #595959;
}

.link--text {
  display: block;
  color: #009fda;
}

.link-group li {
  display: inline-block;
  margin-right: 0.40625em;
}
@media screen and (min-width: 1060px) {
  .link-group li {
    margin-right: 0.8125em;
  }
}
.link-group li:last-child {
  margin-right: 0;
}

.link-subtle {
  color: inherit;
  cursor: default;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}
.link-subtle:hover {
  color: inherit;
}

.lede-header {
  margin-top: 0;
}

.lede-text {
  font-family: "Arvo", "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.8;
  margin: 0 0 1.625em;
}

.help {
  font-size: 0.9em;
  font-style: italic;
  margin: 0.40625em 0;
}
.help a {
  text-decoration: underline;
}

.l-content .button {
  margin-bottom: 1.625em;
}

.error-message {
  color: #a20909;
}

input::-ms-clear {
  display: none;
}

.superscripted {
  font-size: 75%;
  line-height: 1.4em;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

/* Vendors rules */
/**
 * @file
 * Define singularity gs base settings here.
 * @see https://github.com/at-import/Singularity
 */
.container, .page-content {
  width: 100%;
  padding: 0 0.8125em;
  margin: 0 auto;
  min-width: 260px;
  /* enforces a min-width in FF. */
}
@media screen and (min-width: 630px) {
  .container, .page-content {
    padding: 0 1.21875em;
  }
}
@media screen and (min-width: 1060px) {
  .container, .page-content {
    width: 95%;
    padding: 0;
  }
}
@media screen and (min-width: 1300px) {
  .container, .page-content {
    max-width: 1300px;
  }
}

/**
 * @file
 * Layout rules for full-width content
 */
.l-1up {
  clear: both;
}
@media screen and (min-width: 1060px) {
  .l-1up {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
  }
}

/**
 * @file
 * Layout rules for two thirds / one third (66/33) content
 */
@media screen and (min-width: 630px) {
  .l-66-33--1 {
    width: 65.2173913043%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both;
  }
}

@media screen and (min-width: 630px) {
  .l-66-33--2 {
    width: 30.4347826087%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/**
 * @file
 * Layout rules for one third / two thirds (33/66) content
 */
@media screen and (min-width: 630px) {
  .l-33-66--1 {
    width: 30.4347826087%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both;
  }
}

@media screen and (min-width: 630px) {
  .l-33-66--2 {
    width: 65.2173913043%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/**
 * @file
 * Layout rules for 2-up content
 */
.l-2up--1 {
  clear: both;
}
@media screen and (min-width: 630px) {
  .l-2up--1 {
    width: 47.8260869565%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both;
  }
}

.l-2up--2 {
  clear: both;
}
@media screen and (min-width: 630px) {
  .l-2up--2 {
    width: 47.8260869565%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/**
 * @file
 * Layout rules for 3-up content
 */
.l-3up--1 {
  clear: both;
}
@media screen and (min-width: 630px) {
  .l-3up--1 {
    width: 30.4347826087%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both;
  }
}

.l-3up--2 {
  clear: both;
}
@media screen and (min-width: 630px) {
  .l-3up--2 {
    width: 30.4347826087%;
    float: left;
    margin-right: -100%;
    margin-left: 34.7826086957%;
    clear: none;
  }
}

.l-3up--3 {
  clear: both;
}
@media screen and (min-width: 630px) {
  .l-3up--3 {
    width: 30.4347826087%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/**
 * @file
 * Layout rules for 4-up content
 */
.l-4up--1 {
  clear: both;
}
@media screen and (min-width: 630px) {
  .l-4up--1 {
    width: 21.7391304348%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both;
  }
}

.l-4up--2 {
  clear: both;
}
@media screen and (min-width: 630px) {
  .l-4up--2 {
    width: 21.7391304348%;
    float: left;
    margin-right: -100%;
    margin-left: 26.0869565217%;
    clear: none;
  }
}

.l-4up--3 {
  clear: both;
}
@media screen and (min-width: 630px) {
  .l-4up--3 {
    width: 21.7391304348%;
    float: left;
    margin-right: -100%;
    margin-left: 52.1739130435%;
    clear: none;
  }
}

.l-4up--4 {
  clear: both;
}
@media screen and (min-width: 630px) {
  .l-4up--4 {
    width: 21.7391304348%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/**
 * @file
 * Layout rules for 6-up content
 */
@media screen and (min-width: 630px) {
  .l-6up--1 {
    width: 13.0434782609%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both;
  }
}

@media screen and (min-width: 630px) {
  .l-6up--2 {
    width: 13.0434782609%;
    float: left;
    margin-right: -100%;
    margin-left: 17.3913043478%;
    clear: none;
  }
}

@media screen and (min-width: 630px) {
  .l-6up--3 {
    width: 13.0434782609%;
    float: left;
    margin-right: -100%;
    margin-left: 34.7826086957%;
    clear: none;
  }
}

@media screen and (min-width: 630px) {
  .l-6up--4 {
    width: 13.0434782609%;
    float: left;
    margin-right: -100%;
    margin-left: 52.1739130435%;
    clear: none;
  }
}

@media screen and (min-width: 630px) {
  .l-6up--5 {
    width: 13.0434782609%;
    float: left;
    margin-right: -100%;
    margin-left: 69.5652173913%;
    clear: none;
  }
}

@media screen and (min-width: 630px) {
  .l-6up--6 {
    width: 13.0434782609%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

/**
 * @file
 * Select2 styles
 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.form-item .select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container[dir=rtl] .select2-selection--single.select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #ffffff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.select2-container--default .select2-selection--single {
  transition: all 0.1s ease-out;
  background-color: #e7eff3;
  border: 1px solid #b3c4cd;
  box-shadow: inset 0 1px 3px rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  height: 2.5em;
}
.select2-container--default .select2-selection--single:hover {
  border: 1px solid #95acb8;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444444;
  line-height: 2.5em;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #888888;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.5em;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #e2e2e2;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #ffffff;
  border: 1px solid #b3c4cd;
  border-radius: 8px;
  box-shadow: inset 0 1px 3px rgba(17, 17, 17, 0.1);
  cursor: text;
  min-height: 2.5em;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  height: auto;
  box-shadow: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #888888;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e2e2e2;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #888888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #353535;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #95acb8;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #e2e2e2;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaaaaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #888888;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f9f9f9;
  color: #009fda;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #009fda;
  color: #ffffff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #ffffff 50%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$white", endColorstr="lighten($gray-light, 2%)", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #009fda;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #888888;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #dddddd;
  border: none;
  border-left: 1px solid #aaaaaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #e2e2e2 50%, #cecece 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="lighten($gray-light, 2%)", endColorstr="darken($gray-light, 6%)", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaaaaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #009fda;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$white", endColorstr="lighten($gray-light, 2%)", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #e2e2e2 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="lighten($gray-light, 2%)", endColorstr="$white", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #009fda;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e2e2e2;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #535353;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #009fda;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaaaaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: #ffffff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: #888888;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #009fda;
  color: #ffffff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #009fda;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 2;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  min-width: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
  text-decoration: none;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

/* Layout rules */
/**
 * @file
 * Modal bg overlay
 */
.bg-overlay, .site-bg-overlay {
  transition: all 1s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 41, 42, 0.75);
  opacity: 0;
  visibility: hidden;
}
.no-rgba .bg-overlay, .no-rgba .site-bg-overlay {
  background: url("/assets/images/bg--bg-overlay.png") repeat 0 0;
}
.bg-overlay.active, .site-bg-overlay.active {
  opacity: 1;
  visibility: visible;
}

.bg-overlay {
  z-index: 99;
}

.site-bg-overlay {
  z-index: 199;
  margin: 0em auto;
}

/**
 * @file
 * Footer global styles
 */
.footer {
  position: relative;
  background: #3e4345;
  color: #818a8f;
}
.footer:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  height: 4px;
  width: 100%;
  background-color: #ff7900;
  background: linear-gradient(to right, #009fda 35%, #a6ce39 35%, #a6ce39 65%, #ff7900 65%, #ff7900 65%);
}

.footer__newsletter__center {
  text-align: center;
}

.footer__newsletter {
  background: #323638;
  padding: 1.625em 0;
}
@media screen and (min-width: 630px) {
  .footer__newsletter {
    padding: 3.25em 0;
  }
}

.newsletter__text {
  display: block;
  color: #d0d0d0;
  line-height: 1.58em;
  margin-bottom: 0.8125em;
}
@media screen and (min-width: 630px) {
  .newsletter__text {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1060px) {
  .newsletter__text {
    display: inline-block;
    margin: 0 0.8125em 0 0;
    vertical-align: top;
  }
}

.newsletter__text--well-ahead {
  display: block;
  vertical-align: top;
  margin: 0 auto;
}
@media screen and (min-width: 630px) {
  .newsletter__text--well-ahead {
    display: inline-block;
    margin: 0;
  }
}

.newsletter__form {
  width: 100%;
}
@media screen and (min-width: 1060px) {
  .newsletter__form {
    display: inline-block;
    width: 40%;
    vertical-align: top;
  }
}
.newsletter__form input {
  background-color: #3e4345;
  border-color: #565d60;
  color: #ffffff;
  padding-right: 3em;
  transition: width 0.8s;
}
.newsletter__form input[type=text][disabled] {
  background-color: #3e4345;
  color: #ffffff;
}
.newsletter__form input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.newsletter__form:after {
  content: "";
  font-family: FontAwesome;
  line-height: 1.25em;
  position: absolute;
  left: 100%;
  top: 0;
  text-align: center;
  transition: all 0.8s;
}
.newsletter__form.is-invalid, .newsletter__form.is-valid {
  margin-right: 50px;
  width: calc(100% - 50px);
}
@media screen and (min-width: 1060px) {
  .newsletter__form.is-invalid, .newsletter__form.is-valid {
    width: calc(40% - 50px);
  }
}
.newsletter__form.is-invalid:after, .newsletter__form.is-valid:after {
  font-size: 2em;
  width: 50px;
}
.newsletter__form.is-invalid:after {
  color: #ff0000;
  content: "";
}
.newsletter__form.is-valid:after {
  color: #a6ce39;
  content: "";
}
.newsletter__form button {
  float: right;
}

.footer__connect {
  text-align: center;
  padding-top: 2.4375em;
}

.footer__number {
  color: #ffffff;
  line-height: 1.2;
  margin: 1.5em 0;
}
.footer__number .num {
  color: #ffffff;
  font-weight: 700;
}
.footer__number .num:hover, .footer__number .num:focus {
  color: #009fda;
}
@media screen and (min-width: 630px) {
  .footer__number span {
    display: block;
  }
  .footer__number span.call-us {
    font-size: 0.9em;
  }
}

.footer__social li {
  display: inline-block;
}
.footer__social a {
  color: #3e4345;
}

.footer__social .social__facebook a:hover,
.footer__social .social__facebook a:focus {
  color: #3b5998;
}

.footer__social .social__twitter a:hover,
.footer__social .social__twitter a:focus {
  color: #55acee;
}

.footer__social .social__youtube a:hover,
.footer__social .social__youtube a:focus {
  color: #cd201f;
}

.footer__title {
  font-size: 0.725em;
  line-height: 1.1206896552em;
  margin-top: 1.1206896552em;
  margin-bottom: 0.5603448276em;
  border-bottom: 1px solid #565d60;
  color: #9ca3a7;
  padding-bottom: 0.8125em;
}

.footer__link {
  padding: 1.625em 0 0;
}

.footer__list {
  margin-bottom: 1.625em;
}
.footer__list ul {
  font-size: 0.9em;
  line-height: 1.1736111111em;
  -moz-column-count: 1;
       column-count: 1;
  grid-column-gap: 2em;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.footer__list li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  padding-bottom: 0.609375em;
}
.footer__list a {
  color: #ffffff;
}
.footer__list a:hover, .footer__list a:focus {
  color: #009fda;
}

.footer__credits {
  display: block;
  font-size: 0.8em;
  text-align: center;
  clear: both;
  padding: 0.8125em 0 1.625em;
}
.footer__credits a {
  color: #ffffff;
}
.footer__credits a:hover, .footer__credits a:focus {
  color: #009fda;
}

@media screen and (min-width: 440px) {
  .footer__list {
    margin-bottom: 1.625em;
  }
  .footer__list ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 750px) {
  .footer__connect {
    float: left;
    margin-right: 2em;
    width: 250px;
  }

  .footer__link {
    float: left;
    width: calc(100% - 250px - 2em);
  }
}
@media screen and (min-width: 1060px) {
  .footer__link {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .footer__list {
    box-sizing: border-box;
    margin-bottom: 0.8125em;
    padding: 0 1rem;
    width: 25%;
  }
  .footer__list ul {
    -moz-column-count: 1;
         column-count: 1;
  }

  .footer__list--col2 {
    width: 50%;
  }
  .footer__list--col2 ul {
    -moz-column-count: 2;
         column-count: 2;
  }

  .footer__list--col3 {
    width: 75%;
  }
  .footer__list--col3 ul {
    -moz-column-count: 3;
         column-count: 3;
  }

  .no-flexbox .footer__list {
    float: left;
  }
  .no-flexbox .footer__list--newrow {
    clear: left;
  }
}
@media screen and (min-width: 1060px) {
  .no-csscolumns .footer__list--col2 ul li {
    float: left;
    width: 50%;
  }
  .no-csscolumns .footer__list--col2 ul li:nth-child(2n+1) {
    clear: left;
  }

  .no-csscolumns .footer__list--col3 ul li {
    float: left;
    width: 33%;
  }
  .no-csscolumns .footer__list--col3 ul li:nth-child(3n+1) {
    clear: left;
  }
}
/**
 * @file
 * Grid layout options
 */
.landing-page .l-block--main {
  padding: 0;
}
@media screen and (min-width: 630px) {
  .landing-page .l-block--main {
    padding: 0;
  }
}

.landing-page.news .l-block--main,
.landing-page.blog .l-block--main {
  padding: 1.625em 0;
}
@media screen and (min-width: 630px) {
  .landing-page.news .l-block--main,
.landing-page.blog .l-block--main {
    padding: 1.625em 0;
  }
}

.l-block {
  position: relative;
  padding: 1.625em 0;
}
@media screen and (min-width: 630px) {
  .l-block {
    padding: 3.25em 0;
  }
  .l-block .l-block {
    padding: 1.625em 0;
  }
}
.l-block .l-2up--1 {
  margin-bottom: 2.4375em;
}
@media screen and (min-width: 630px) {
  .l-block .l-2up--1 {
    margin-bottom: 0;
  }
}

.l-block--gray {
  background-color: #f9f9f9;
}
.l-block--gray.l-block--border {
  border: 1px solid #e0e0e0;
  border-width: 1px 0;
}
.l-block--gray.l-block--border-top {
  border-top: 1px solid #e0e0e0;
}
.l-block--gray.l-block--border-bottom {
  border-bottom: 1px solid #e0e0e0;
}

.l-block--blue-gray {
  background-color: #e7eff3;
}
.l-block--blue-gray.l-block--border {
  border: 1px solid #c5d8e2;
  border-width: 1px 0;
}
.l-block--blue-gray.l-block--border-top {
  border-top: 1px solid #c5d8e2;
}
.l-block--blue-gray.l-block--border-bottom {
  border-bottom: 1px solid #c5d8e2;
}

.l-block--blue {
  background-color: #009fda;
}
.l-block--blue.l-block--border {
  border: 1px solid #007aa7;
  border-width: 1px 0;
}
.l-block--blue.l-block--border-top {
  border-top: 1px solid #007aa7;
}
.l-block--blue.l-block--border-bottom {
  border-bottom: 1px solid #007aa7;
}

@media screen and (min-width: 630px) {
  .l-block--mobile {
    display: none;
  }
}

@media screen and (max-width: 629px) {
  .l-block--desktop {
    display: none;
  }
}

.l-block--blue {
  color: #ffffff;
}
.l-block--blue h1,
.l-block--blue h2,
.l-block--blue h3,
.l-block--blue h4,
.l-block--blue h5,
.l-block--blue h6 {
  color: #ffffff;
}
.l-block--blue a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}
.l-block--blue a.button {
  text-decoration: none;
}
.l-block--blue a:hover, .l-block--blue a:focus {
  text-decoration: none;
}

.l-block-top {
  background-color: white;
}
@media screen and (min-width: 630px) {
  .l-block-top {
    position: relative;
  }
  .l-block-top:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    height: 4px;
    width: 100%;
    background-color: #ff7900;
    background: linear-gradient(to right, #009fda 35%, #a6ce39 35%, #a6ce39 65%, #ff7900 65%, #ff7900 65%);
  }
}

.home .l-block--main {
  padding-top: 4px;
}
.l-block--main .l-content {
  position: relative;
  margin-bottom: 2.4375em;
}
@media screen and (min-width: 630px) {
  .l-block--main .l-content {
    width: 56.5217391304%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-bottom: 0;
  }
  .l-block--main .l-sidebar {
    width: 39.1304347826%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media screen and (min-width: 1230px) {
  .l-block--main .l-content {
    width: 65.2173913043%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .l-block--main .l-sidebar {
    width: 30.4347826087%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

@media screen and (min-width: 1060px) {
  .l-block--main--flip .l-content {
    width: 65.2173913043%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .l-block--main--flip .l-sidebar {
    width: 30.4347826087%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media screen and (min-width: 1060px) {
  .l-block--main .l-content--centered {
    width: 82.6086956522%;
    float: left;
    margin-right: -100%;
    margin-left: 8.6956521739%;
    clear: none;
  }
}
@media screen and (min-width: 1230px) {
  .l-block--main .l-content--centered {
    width: 65.2173913043%;
    float: left;
    margin-right: -100%;
    margin-left: 17.3913043478%;
    clear: none;
  }
}

.l-block--50 {
  padding: 0;
}
.l-block .l-block--50 {
  padding: 0;
}
@media screen and (min-width: 750px) {
  .l-block--50 > :first-child:nth-last-child(2) {
    width: 49.1525423729%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .l-block--50 > :nth-child(2):last-child {
    width: 49.1525423729%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .l-block--50 .container, .l-block--50 .page-content {
    margin: 0;
    width: 100%;
  }
}

.l-block--postcontent {
  padding: 0;
  background-color: white;
}

.l-block__noBottomPadding {
  padding-bottom: 0px !important;
}

.l-block--postbody {
  background-color: #e7eff2;
}

/** col grid**/
.row {
  width: 100%;
}

.col {
  display: block;
}
.col .col-sm-6 {
  width: 100%;
}

.lg-right {
  text-align: left;
}

@media screen and (min-width: 750px) {
  .col {
    display: flex;
  }
  .col .col-sm-6 {
    width: 49%;
  }

  .lg-right {
    text-align: right;
  }
}
main:empty {
  display: none;
}

.isHidden {
  display: none;
}

.isShown {
  display: block;
}

.printProfile {
  /*@media print {
      .printPreview {
          width: 794px;*/
  /*height: 1123px;*/
  /*background-color: #fff;
          display: block;
          font-size: 18px !important;

          .print-pageHeader, .print-pageContent, .print-pageFooter {
              max-width: 794px;
          }

          .print-pageHeader {
              width: 100%;
              height: 200px;
              background-color: #009fda;
              display: flex;
              justify-content: center;
              align-items: center;

              .print-pageHeaderContent {

                  .print-pageHeaderText {
                      font-family: "Montserrat", Arial, Helvetica, sans-serif;
                      font-size: 2.0em;
                      font-weight: bold;
                      color: white;
                      display: block;
                      text-align: center;
                  }

                  .print-specialties {
                      font-size: 1.2em;
                      font-style: italic;
                      color: white;
                      display: block;
                      text-align: center;
                      padding: 15px 0px;

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

          .print-pageContent {
              width: 100%;
              height: 710px;
              display: flex;

              .print-pageContent-col {
                  width: 33%;

                  .print-profileEducation, .print-profilePractice, .print-profilePlaces {
                      margin: 10px 10px 0px 10px;

                      .print-sectionList {
                          font-size: .95em;
                          margin-bottom: 1.625em;

                          .print-sectionTitle {
                              font-size: 1em;
                              margin-top: 0em;
                              margin-bottom: 0.15em;
                              font-family: "Montserrat", Arial, Helvetica, sans-serif;
                              font-weight: 700;
                              color: #00739d;
                              font-style: normal;
                              display: inline-block;
                              text-transform: uppercase;
                              text-align: left;
                          }

                          .print-sectionItems {
                              list-style: none;
                              padding: 0;
                              margin: 0;

                              li {
                                  font-size: 0.9em;
                                  text-align: left;
                              }
                          }
                      }

                      .print-profileOffice {
                          padding-bottom: 20px;
                          font-size: 0.9em;
                      }
                  }

                  .print-profilePhilosophy {
                      margin: 10px 0px 0px 10px;
                      color: #fff;
                  }
              }

              .print-pageContent-col:nth-child(2) {
                  width: 34%;
              }

              .print-pageContent-col:nth-child(3) {
                  background-color: #909090;
                  font-size: 0.9em;
                  padding-right: 10px;
                  text-align: left;
              }
          }

          .print-pageFooter {
              width: 100%;
              padding: 10px;
              background-color: #fff;

              .print-footerContent {
                  width: 100%;
                  display: flex;
                  bottom: 10px;

                  .print-footerCallAction {
                      display: block;
                      width: 70%;


                      div:nth-child(1) {
                          text-transform: uppercase;
                          font-family: "Montserrat", Arial, Helvetica, sans-serif;
                          font-weight: 700;
                      }

                      div:not(:nth-child(1)) {
                          text-transform: uppercase;
                          font-weight: bold;
                          color: #00739d;
                      }
                  }

                  .print-MLHClogo {
                      display: block;
                      width: 30%;
                      text-align: center;
                  }
              }
          }
      }
  }*/
}
.printProfile .profileWrapper {
  width: 100%;
  background-color: #808080;
}
.printProfile .profileWrapper .printNavBar {
  background-color: #ffffff;
  height: 75px;
  width: 100%;
  position: fixed;
}
.printProfile .profileWrapper .printNavBar .printNavBar-content {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.printProfile .profileWrapper .printNavBar:after {
  position: absolute;
  top: 75px;
  left: 0;
  display: block;
  content: "";
  height: 4px;
  width: 100%;
  background-color: #ff7900;
  background: linear-gradient(to right, #009fda 35%, #a6ce39 35%, #a6ce39 65%, #ff7900 65%, #ff7900 65%);
}
.printProfile .profileWrapper .page-layout {
  padding: 100px 0px 20px 0px;
}
.printProfile .printPreview {
  width: 794px;
  /* height: 1123px; */
  background-color: #fff;
  display: block;
  margin: 0px auto;
}
.printProfile .printPreview .print-pageHeader, .printProfile .printPreview .print-pageContent, .printProfile .printPreview .print-pageFooter {
  max-width: 794px;
}
.printProfile .printPreview .print-pageHeader {
  width: 100%;
  height: 150px;
  background-color: #009fda;
  display: flex;
  justify-content: center;
  align-items: center;
}
.printProfile .printPreview .print-pageHeader .print-pageHeaderContent .print-pageHeaderText {
  font-size: 2em;
  font-weight: bold;
  color: white;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.printProfile .printPreview .print-pageHeader .print-pageHeaderContent .print-specialties {
  font-size: 1.2em;
  font-style: italic;
  color: white;
  display: block;
  text-align: center;
  padding: 10px 0px;
}
.printProfile .printPreview .print-pageHeader .print-pageHeaderContent .print-specialties ul {
  list-style-type: none;
  margin: 0px;
  padding: 5px;
}
.printProfile .printPreview .print-pageContent {
  width: 100%;
  min-height: 710px;
  display: flex;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 1.2em;
}
.printProfile .printPreview .print-pageContent .print-pageContent-col {
  width: 33%;
  padding: 10px;
}
.printProfile .printPreview .print-pageContent .print-pageContent-col .print-profileImage {
  padding-bottom: 20px;
}
.printProfile .printPreview .print-pageContent .print-pageContent-col .print-profileEducation .print-sectionList, .printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePractice .print-sectionList, .printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePlaces .print-sectionList {
  font-size: 0.95em;
  margin-bottom: 0.8125em;
}
.printProfile .printPreview .print-pageContent .print-pageContent-col .print-profileEducation .print-sectionList .print-sectionTitle, .printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePractice .print-sectionList .print-sectionTitle, .printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePlaces .print-sectionList .print-sectionTitle {
  font-size: 1em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #00739d;
  font-style: normal;
  /*display: inline-block;*/
  text-transform: uppercase;
  letter-spacing: normal;
  margin: 0px;
  padding: 0px;
}
.printProfile .printPreview .print-pageContent .print-pageContent-col .print-profileEducation .print-sectionList .print-sectionItems.showBullet, .printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePractice .print-sectionList .print-sectionItems.showBullet, .printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePlaces .print-sectionList .print-sectionItems.showBullet {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0;
}
.printProfile .printPreview .print-pageContent .print-pageContent-col .print-profileEducation .print-sectionList .print-sectionItems.showBullet li, .printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePractice .print-sectionList .print-sectionItems.showBullet li, .printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePlaces .print-sectionList .print-sectionItems.showBullet li {
  font-size: 0.75em;
  line-height: 16px;
  position: relative;
}
.printProfile .printPreview .print-pageContent .print-pageContent-col .print-profileEducation .print-sectionList .print-sectionItems.showBullet li::before, .printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePractice .print-sectionList .print-sectionItems.showBullet li::before, .printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePlaces .print-sectionList .print-sectionItems.showBullet li::before {
  content: "·";
  position: absolute;
  left: -0.25em;
  top: -0.08em;
  font-size: 50px;
}
.printProfile .printPreview .print-pageContent .print-pageContent-col .print-profileEducation .print-sectionList .print-sectionItems.noBullet, .printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePractice .print-sectionList .print-sectionItems.noBullet, .printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePlaces .print-sectionList .print-sectionItems.noBullet {
  list-style: none;
  padding: 0;
  margin: 0;
}
.printProfile .printPreview .print-pageContent .print-pageContent-col .print-profileEducation .print-sectionList .print-sectionItems.noBullet li, .printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePractice .print-sectionList .print-sectionItems.noBullet li, .printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePlaces .print-sectionList .print-sectionItems.noBullet li {
  font-size: 0.75em;
  line-height: 16px;
}
.printProfile .printPreview .print-pageContent .print-pageContent-col .print-profileEducation .print-profileOffice, .printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePractice .print-profileOffice, .printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePlaces .print-profileOffice {
  padding-bottom: 20px;
  font-size: 0.85em;
}
.printProfile .printPreview .print-pageContent .print-pageContent-col .print-profilePhilosophy {
  color: #fff;
}
.printProfile .printPreview .print-pageContent .print-pageContent-col:nth-child(2) {
  width: 34%;
  padding: 10px;
}
.printProfile .printPreview .print-pageContent .print-pageContent-col:nth-child(3) {
  background-color: #909090;
  font-size: 0.85em;
  padding: 10px;
}
.printProfile .printPreview .print-pageContent .print-pageContent-col:nth-child(3) .print-profilePhilosophy .print-sectionTitle {
  font-size: 1em;
  margin-top: 0em;
  margin-bottom: 0.15em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  font-style: normal;
  display: inline-block;
  text-transform: uppercase;
}
.printProfile .printPreview .print-pageFooter {
  width: 100%;
  padding: 10px;
  background-color: #fff;
}
.printProfile .printPreview .print-pageFooter .print-footerContent {
  width: 100%;
  display: flex;
  bottom: 10px;
}
.printProfile .printPreview .print-pageFooter .print-footerContent .print-footerCallAction {
  display: block;
  width: 70%;
  font-size: 0.9em;
  line-height: 1.3em;
}
.printProfile .printPreview .print-pageFooter .print-footerContent .print-footerCallAction div:nth-child(1) {
  text-transform: uppercase;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.printProfile .printPreview .print-pageFooter .print-footerContent .print-footerCallAction div:not(:nth-child(1)) {
  text-transform: uppercase;
  font-weight: bold;
  color: #00739d;
}
.printProfile .printPreview .print-pageFooter .print-footerContent .print-MLHClogo {
  display: block;
  width: 30%;
  text-align: center;
}
.printProfile .printPreview .print-pageFooter .print-footerContent .print-MLHClogo img {
  height: 100px;
}
.printProfile .printPreview .print-pageFooter .disclaimerText {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.4em;
  font-weight: normal;
  text-transform: none;
  color: #595959;
  line-height: 1em;
  margin-top: 5px;
}

/**
 * @file
 * Sidebar
 */
.sidebar--block {
  margin-bottom: 3.25em;
}
.l-block--50 .sidebar--block {
  padding: 1.625em 1.625em;
}
@media screen and (min-width: 630px) {
  .l-block--50 .sidebar--block {
    padding: 1.625em 0;
  }
}
.sidebar--block:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 630px) {
  .l-sidebar .sidebar--block {
    margin-top: 0;
    margin-bottom: 2.4375em;
  }
}

/**
 * @file
 * Header global styles
 */
.site-header {
  position: relative;
  background: #ffffff;
  width: 100%;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.site-header--thincrustNavigation {
  height: 35px;
  display: none;
  position: relative;
  margin-top: 0px !important;
  width: 100%;
}
.site-header--thincrustNavigation ~ .site-header {
  padding-top: 0px;
}
.site-header--thincrustNavigation ul {
  list-style-type: none;
  margin: 0px;
  margin-right: 1em;
  padding-top: 0.2em;
}
.site-header--thincrustNavigation ul li {
  display: inline-block;
  margin-right: 0.5em;
}
.site-header--thincrustNavigation ul li a {
  font-size: 0.8em;
  line-height: 2.5390625em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.6em;
  line-height: 2;
  text-transform: uppercase;
}
.site-header--thincrustNavigation ul li a:hover {
  color: #009fda !important;
}
.site-header--thincrustNavigation ul li:last-child {
  display: none;
}
@media screen and (min-width: 1060px) {
  .site-header--thincrustNavigation {
    display: block;
  }
}

.site-header--small {
  padding: 0;
}
@media screen and (min-width: 1060px) {
  .site-header--small {
    display: none;
  }
}
.site-header--small .site-header__wrap {
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(17, 17, 17, 0.2);
  position: relative;
  min-height: 4.75em;
  z-index: 100;
}

.site-header--logo--small {
  float: left;
  margin-top: 1.421875em;
}
.site-header--logo--small img {
  width: 140px;
  height: auto;
}
@media screen and (min-width: 440px) {
  .site-header--logo--small img {
    width: 200px;
  }
}
.site-header--logo--small img.fallback {
  display: none;
}
.no-svg .site-header--logo--small img:first-child {
  display: none;
}
.no-svg .site-header--logo--small img.fallback {
  display: block;
}

.site-header--buttons-small {
  float: right;
  margin-top: 1.421875em;
}
.site-header--buttons-small li {
  display: inline-block;
}
.site-header--buttons-small .button--like-to__text {
  display: none;
}
@media screen and (min-width: 440px) {
  .site-header--buttons-small .button--like-to__text {
    display: inline;
  }
}

.like-to {
  transition: all 0.3s ease;
  transform: translateY(-100px);
  position: absolute;
  top: 4.75em;
  left: 0;
  background: transparent;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  height: calc(100vh - 80px);
  overflow-y: auto;
}
.like-to.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.like-to i {
  float: right;
  color: #818a8f;
  line-height: 1.4;
}
@media screen and (min-width: 1060px) {
  .like-to {
    display: none !important;
  }
}
.like-to li {
  border-bottom: 1px solid #e7eff3;
  background: #ffffff;
}
.like-to li:last-child {
  border-bottom: 0;
}
.like-to a {
  display: block;
  padding: 0.8125em 5%;
}
@media screen and (min-width: 630px) {
  .like-to a {
    padding: 0.8125em 3%;
  }
}
@media screen and (max-width: 749px) and (orientation: landscape) {
  .like-to a {
    padding: 0.325em 3%;
  }
}
.like-to a:hover, .like-to a:focus {
  background: #009fda;
  color: #ffffff;
}
.like-to a:hover i, .like-to a:focus i {
  color: #ffffff;
}

.search--small {
  transition: all 0.3s ease;
  transform: translateY(-100px);
  position: absolute;
  top: 4.75em;
  left: 0;
  background: #ffffff;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  padding: 1.625em 0;
  z-index: 99;
}
.search--small.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1060px) {
  .search--small {
    display: none !important;
  }
}

.search--small__wrap {
  position: relative;
}

.site-header--large {
  display: none;
  box-shadow: 0 5px 15px rgba(17, 17, 17, 0.15);
}
@media screen and (min-width: 1060px) {
  .site-header--large {
    display: block;
  }
}
.site-header--large .site-header__wrap {
  position: relative;
  background-color: #ffffff;
  padding: 0 0 0.8125em;
  z-index: 100;
  /*@include media($xx-large-min) {
      padding: rhythm(1.75) 0;
  }*/
}
.no-boxshadow .site-header--large .site-header__wrap {
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 1060px) {
  .site-header--large .site-header__wrap {
    padding: 1.421875em 0;
  }
}

.site-header--logo {
  position: absolute;
  top: 0.40625em;
  left: 0.609375em;
  /*background: $white;*/
  border-radius: 0 0 4px 4px;
  /*box-shadow: 0 -10px 60px rgba($black, .15);*/
  z-index: 100;
  width: 100%;
  max-width: 250px;
}
.no-boxshadow .site-header--logo {
  border-bottom: 1px solid #dddddd;
}
.site-header--logo h2 {
  margin: 0;
}
.site-header--logo a {
  display: block;
  padding: 0.51em 0em;
  background-color: transparent;
}

.site-header--navs {
  float: right;
  margin-right: 0.609375em;
  /*padding-left: rhythm(16.5);*/
}

.site-header--nav {
  float: left;
  margin-top: 1.3em;
}
@media screen and (min-width: 1500px) {
  .site-header--nav {
    border-right: 1px solid #d2dce1;
    margin-top: 0;
  }
}
.site-header--nav ul {
  padding: 0;
  margin: 0;
}
.site-header--nav li {
  display: inline-block;
  margin-right: 0.609375em;
  /*@include media($large-min) {
      margin-right: rhythm(.75);
  }

  @include media($x-large-min) {
      margin-right: rhythm(0.75);
  }*/
}
.site-header--nav li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1230px) {
  .site-header--nav li:last-child {
    margin-right: 0.8125em;
  }
}
.site-header--nav a {
  font-size: 0.8em;
  line-height: 2.5390625em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3e4345;
  text-transform: uppercase;
}
.site-header--nav a:hover, .site-header--nav a:focus {
  color: #00739d;
}
.site-header--nav a.active {
  color: #00739d;
}
.doctors .site-header--nav .doctors {
  color: #009fda;
}

.doctors .site-header--nav a.doctors {
  color: #009fda;
}

.location .site-header--nav a.location {
  color: #009fda;
}

.specialty .site-header--nav a.specialty {
  color: #009fda;
}

.condition-treament .site-header--nav a.condition-treament {
  color: #009fda;
}

.site-header--buttons {
  float: left;
  margin-left: 0.8125em;
  /*@include media($x-large-min) {
      margin-left: rhythm(1.25);
  }*/
}
@media screen and (min-width: 1060px) {
  .site-header--buttons {
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
  }
  .site-header--buttons .button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (min-width: 1500px) {
  .site-header--buttons {
    position: relative;
    top: auto;
    right: auto;
  }
  .site-header--buttons .button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.site-header--buttons ul {
  padding: 0;
  margin: 0;
}
.site-header--buttons li {
  display: inline-block;
  /*margin-right: rhythm(.5);*/
}
.site-header--buttons li:last-child {
  margin-right: 0;
}

/**
 * @file
 * Header dropdowns
 */
.site-header__dropdowns {
  position: relative;
}
.site-header__dropdowns #tab2 .nrc_overall_reviews_stat, .site-header__dropdowns #tab3 .nrc_overall_reviews_stat, .site-header__dropdowns #tab4 .nrc_overall_reviews_stat {
  display: none;
}

.site-header__dropdowns__item {
  transition: all 0.3s ease;
  transform: translateY(-50px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 15px 20px rgba(17, 17, 17, 0.2);
  opacity: 0;
  visibility: hidden;
  padding: 2.4375em 0;
}
.site-header__dropdowns__item.active {
  transition: all 0.3s 0.5s ease;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 630px) {
  .dropdown__text {
    width: 38.2352941176%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }

  .dropdown__filters {
    width: 55.8823529412%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.dropdown__wrap {
  position: relative;
  margin-bottom: 2.4375em;
}
.dropdown__wrap:last-child {
  margin-bottom: 0;
}

.dropdown__wrap--search {
  margin-bottom: 2.4375em;
}

.dropdown__text,
.dropdown__filters {
  padding: 1.625em 0;
}

.dropdown__filters {
  border-left: 1px solid #d2dce1;
  padding-left: 3.25em;
}

.dropdown__text__title {
  font-size: 1.56em;
  line-height: 1.5625em;
  margin-top: 0em;
  margin-bottom: 0.5208333333em;
  font-family: "Roboto", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.dropdown__or {
  position: absolute;
  bottom: -36px;
  width: 100%;
  display: block;
  font-size: 0.9em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.dropdown__or span {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  color: #888888;
  text-align: center;
  padding: 0 0.40625em;
}
.dropdown__or:before {
  display: block;
  content: "";
  border-top: 1px solid #dddddd;
  width: 100%;
  position: absolute;
  top: 12px;
}

.dropdown__list ul {
  -moz-column-count: 2;
       column-count: 2;
  font-size: 0.9em;
  margin-bottom: 0.8125em;
}
.dropdown__list li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.dropdown__list a {
  display: block;
  border-bottom: 1px dashed #d2dce1;
  padding: 0.24375em 0.40625em;
}
.dropdown__list a:hover {
  background-color: #f8fafc;
}

.dropdown__typeahead {
  position: relative;
  z-index: 1;
}

.dropdown__typeahead__btn {
  width: 100%;
  text-align: left;
  background-color: #e7eff3;
  border-color: #d2dce1;
  color: #3e4345;
  position: relative;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown__typeahead__btn:hover {
  color: #3e4345;
}
.dropdown__typeahead__btn:after {
  content: "▾";
  position: absolute;
  display: block;
  right: 10px;
  color: #3e4345;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown__typeahead__btn.is-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown__typeahead__btn.is-active:after {
  content: "▴";
}

.dropdown__typeahead__menu {
  display: none;
  border: 1px solid #dddddd;
  background-color: #f9f9f9;
  padding: 10px 10px 0px;
  position: absolute;
  width: 100%;
}
.dropdown__typeahead__menu .dropdown--container.dropdown--carousel {
  left: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 1px;
}

@media screen and (min-width: 630px) {
  .dropdown__global-search {
    width: 65.2173913043%;
    float: left;
    margin-right: -100%;
    margin-left: 17.3913043478%;
    clear: none;
  }
}
.dropdown__global-search--small {
  position: relative;
}

.dropdown__title__center {
  font-size: 1.56em;
  line-height: 1.5625em;
  margin-top: 0em;
  margin-bottom: 0.5208333333em;
  font-family: "Roboto", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.dropdown__global-search__form {
  font-size: 1.3em;
}

.dropdown__appointment-item {
  text-align: center;
}
.dropdown__appointment-item .tel {
  display: block;
  font-weight: 700;
  margin-top: 0.40625em;
}

.dropdown__appointment-item__title {
  font-size: 1.15em;
  line-height: 1.4130434783em;
  margin-top: 1.4130434783em;
  margin-bottom: 0.3532608696em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.dropdown--container {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 7px 15px rgba(17, 17, 17, 0.2);
  font-size: 0.8rem;
  max-height: calc(100vh - 280px);
  overflow: auto;
  padding: 1em;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.dropdown--container .list__header {
  margin-bottom: 0.85em;
}
.dropdown--container .list__item--doctor .list__img {
  width: 45px;
}
.dropdown--container .list__item--doctor .list__content.has-img {
  margin-left: 55px;
}

.dropdown--carousel {
  /* one item */
  /* two items */
}
@media screen and (max-width: 1059px) {
  .dropdown--carousel {
    max-height: calc(100vh - 200px);
    padding: 2em;
  }
}
@media screen and (max-width: 629px) {
  .dropdown--carousel {
    max-height: calc(100vh - 180px);
  }
}
.dropdown--carousel > div:first-child:nth-last-child(1) {
  /* -or- li:only-child { */
  width: 100%;
}
.dropdown--carousel > div:first-child:nth-last-child(2),
.dropdown--carousel > div:first-child:nth-last-child(2) ~ li {
  width: 48%;
}
.dropdown--carousel p {
  margin: 0;
}
.dropdown--carousel .l-2up--1 {
  clear: left;
}
.dropdown--carousel .l-2up--2 {
  clear: right;
}
.dropdown--carousel .sidebar--block {
  margin-bottom: 1.21875em;
}
.dropdown--carousel .list {
  margin-bottom: 2em;
}
.dropdown--carousel .list__item {
  padding-bottom: 0.40625em;
  margin-bottom: 0.40625em;
}
.dropdown--carousel .list__item .list__address {
  margin-bottom: 0;
}
.dropdown--carousel .list__item .list__img {
  width: 33px;
}
.dropdown--carousel .list__item .list__content.has-img {
  margin-left: 43px;
}
.dropdown--carousel .list__item--simple {
  letter-spacing: 0;
}
.dropdown--carousel .list__item--simple a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dropdown--carousel .list__item--simple a.link--news {
  line-height: 1.4;
}
.dropdown--carousel .list__item--simple span {
  display: block;
  font-size: 0.85em;
  line-height: 1.21875em;
}
.dropdown--carousel .list__item--location {
  padding: 0 0 0.40625em 0;
  margin-bottom: 0.40625em;
}
.dropdown--carousel .list__item--location .list__img {
  width: 70px;
  margin-top: 0.4em;
}
.dropdown--carousel .list__item--location .list__content.has-img {
  margin-left: 80px;
}

/**
* @file
* Privacy Pop up design
*/
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 3000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.accept {
  font-size: 14px;
  padding: 15px;
  float: left;
  margin: 0 20px 0 0;
}

/* Component (SMACSS module) rules */
.accordion-menu {
  width: 100%;
  margin: auto;
}
.accordion-menu h1, .accordion-menu h2 {
  color: #009fda;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.accordion-menu h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}
.accordion-menu h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  background-color: #ffffff;
  margin: 0;
  cursor: pointer;
}
.accordion-menu > ul:first-child {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.accordion-menu > ul:first-child > li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #6f767a;
}
.accordion-menu > ul:first-child > li:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.accordion-menu > ul:first-child > li:nth-of-type(2) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.accordion-menu > ul:first-child > li:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.accordion-menu > ul:first-child > li:last-of-type {
  padding-bottom: 0;
}
.accordion-menu > ul:first-child > li > i, .accordion-menu > ul:first-child > li > em {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 8px;
  right: 0;
}
.accordion-menu > ul:first-child > li > i:before, .accordion-menu > ul:first-child > li > i:after, .accordion-menu > ul:first-child > li > em:before, .accordion-menu > ul:first-child > li > em:after {
  content: "";
  position: absolute;
  background-color: #009fda;
  width: 3px;
  height: 9px;
}
.accordion-menu > ul:first-child > li > i:before, .accordion-menu > ul:first-child > li > em:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion-menu > ul:first-child > li > i:after, .accordion-menu > ul:first-child > li > em:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.accordion-menu > ul:first-child > li > input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.accordion-menu > ul:first-child > li > input[type=checkbox]:checked ~ div.menuContent {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.accordion-menu > ul:first-child > li > input[type=checkbox]:checked ~ i:before, .accordion-menu > ul:first-child > li > input[type=checkbox]:checked ~ em:before {
  transform: translate(2px, 0) rotate(45deg);
}
.accordion-menu > ul:first-child > li > input[type=checkbox]:checked ~ i:after, .accordion-menu > ul:first-child > li > input[type=checkbox]:checked ~ em:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.accordion-menu > ul:first-child > li > div.menuContent {
  color: #111111;
  font-weight: normal;
  line-height: 1.5em;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  /*max-height: 800px;*/
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}
@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

.transition, .accordion-menu > ul:first-child > li > i:before, .accordion-menu > ul:first-child > li > i:after, .accordion-menu > ul:first-child > li > em:before, .accordion-menu > ul:first-child > li > em:after, .accordion-menu > ul:first-child > li > div.menuContent {
  transition: all 0.25s ease-in-out;
}

.flipIn, .accordion-menu h1, .accordion-menu > ul:first-child > li {
  -webkit-animation: flipdown 0.5s ease both;
          animation: flipdown 0.5s ease both;
}

.no-select, .accordion-menu h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1229px) {
  body.doctor .bodyRightRailContainer, body.event-detail .bodyRightRailContainer, body.blog-post-detail .bodyRightRailContainer, body.news-detail .bodyRightRailContainer {
    display: table !important;
    width: 100%;
  }
  body.doctor .bodyRightRailContainer main, body.event-detail .bodyRightRailContainer main, body.blog-post-detail .bodyRightRailContainer main, body.news-detail .bodyRightRailContainer main {
    display: table-row-group !important;
    float: none !important;
  }
  body.doctor .bodyRightRailContainer aside, body.event-detail .bodyRightRailContainer aside, body.blog-post-detail .bodyRightRailContainer aside, body.news-detail .bodyRightRailContainer aside {
    display: table-footer-group !important;
    float: none !important;
  }
}
aside {
  margin-bottom: 2.4375em;
}

aside:empty {
  display: none;
}

aside:empty + main {
  width: 100% !important;
}

/**
 * @file
 * Button styles
 */
button,
.button,
input[type=button],
input[type=submit] {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.7em;
  line-height: 0.5803571429em;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background: #00739d;
  border: 1px solid #00739d;
  border-radius: 6px;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  vertical-align: middle;
  padding: 0.8125em 1.21875em 0.65em;
  margin-top: 0;
  line-height: 1.2em;
}
button:active,
.button:active,
input[type=button]:active,
input[type=submit]:active {
  color: #ffffff;
}
button:hover:not(:disabled), button:focus:not(:disabled),
.button:hover:not(:disabled),
.button:focus:not(:disabled),
input[type=button]:hover:not(:disabled),
input[type=button]:focus:not(:disabled),
input[type=submit]:hover:not(:disabled),
input[type=submit]:focus:not(:disabled) {
  background: #e7eff3;
  border-color: #d2dce1;
  color: #00739d;
}
button:focus:not(:disabled),
.button:focus:not(:disabled),
input[type=button]:focus:not(:disabled),
input[type=submit]:focus:not(:disabled) {
  box-shadow: inset 0 1px 3px rgba(17, 17, 17, 0.15);
}
button:disabled,
.button:disabled,
input[type=button]:disabled,
input[type=submit]:disabled {
  background: rgba(0, 159, 218, 0.5);
  border: 1px solid rgba(0, 159, 218, 0.1);
}
@media (min-width: 400px) {
  button .button,
.button .button,
input[type=button] .button,
input[type=submit] .button {
    font-size: 0.7em;
    line-height: 1.1607142857em;
  }
}
button.button--secondary,
.button.button--secondary,
input[type=button].button--secondary,
input[type=submit].button--secondary {
  background: #e7eff3;
  border-color: #d2dce1;
  color: #00739d;
}
button.button--secondary:hover:not(:disabled), button.button--secondary:focus:not(:disabled),
.button.button--secondary:hover:not(:disabled),
.button.button--secondary:focus:not(:disabled),
input[type=button].button--secondary:hover:not(:disabled),
input[type=button].button--secondary:focus:not(:disabled),
input[type=submit].button--secondary:hover:not(:disabled),
input[type=submit].button--secondary:focus:not(:disabled) {
  background: #ffffff;
  border-color: #b3c4cd;
}
button.button--white,
.button.button--white,
input[type=button].button--white,
input[type=submit].button--white {
  background: #ffffff;
  border-color: #ffffff;
  color: #009fda;
}
button.button--white:hover,
.button.button--white:hover,
input[type=button].button--white:hover,
input[type=submit].button--white:hover {
  background: #e7eff3;
  border-color: #e7eff3;
}
button.button--orange,
.button.button--orange,
input[type=button].button--orange,
input[type=submit].button--orange {
  background: #ff7900;
  border-color: #ff7900;
  color: #ffffff;
}
button.button--orange:hover,
.button.button--orange:hover,
input[type=button].button--orange:hover,
input[type=submit].button--orange:hover {
  background: rgba(255, 121, 0, 0.7);
  border-color: rgba(255, 121, 0, 0.7);
}
button.button--show-code,
.button.button--show-code,
input[type=button].button--show-code,
input[type=submit].button--show-code {
  margin: 0.8125em 0 6.5em;
}
button.button--large,
.button.button--large,
input[type=button].button--large,
input[type=submit].button--large {
  font-size: 0.8em;
  padding: 1.4625em 1.95em 1.3em;
}
button.button-full-width,
.button.button-full-width,
input[type=button].button-full-width,
input[type=submit].button-full-width {
  width: 100%;
}
button.button-top,
.button.button-top,
input[type=button].button-top,
input[type=submit].button-top {
  border-radius: 0 0 6px 6px;
  border-top: 0;
}
button.postfix-overlay,
.button.postfix-overlay,
input[type=button].postfix-overlay,
input[type=submit].postfix-overlay {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border-color: transparent;
  color: #009fda;
  font-size: 1.1em;
  line-height: 2.2em;
  padding: 0 0.8125em;
  margin: 0;
}
button.postfix-overlay:hover,
.button.postfix-overlay:hover,
input[type=button].postfix-overlay:hover,
input[type=submit].postfix-overlay:hover {
  color: #0082c1;
}
.postfix button,
.postfix .button,
.postfix input[type=button],
.postfix input[type=submit] {
  display: block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  line-height: 3.45em;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

.load-more {
  text-align: center;
  margin: 3.25em 0 0;
}
.load-more .button {
  width: 100%;
}
@media screen and (min-width: 630px) {
  .load-more .button {
    width: 75%;
  }
}

.button--more-options {
  width: 100%;
  margin-bottom: 1.625em;
}
@media screen and (min-width: 440px) {
  .button--more-options {
    width: auto;
    margin: 0;
  }
}

.button--slim {
  width: 30%;
  border-radius: 50%;
  cursor: pointer;
}

.button--zocdoc {
  margin-bottom: 1.625em;
  background: #e7eff3;
  border-color: #d2dce1;
  color: #00739d;
}
.button--zocdoc:hover, .button--zocdoc:focus {
  background: #ffffff;
  border-color: #b3c4cd;
}

/**
 * @file
 * Callouts
 */
.callout {
  border-bottom: 1px solid #dddddd;
  text-align: center;
  padding-bottom: 1.625em;
  margin-bottom: 1.625em;
}
@media screen and (min-width: 630px) {
  .callout p {
    font-size: 0.9em;
  }
}
.callout.callout--last {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 630px) {
  .callout {
    width: 33.3333333333%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 0%;
    border: 0;
    border-right: 1px solid #dddddd;
    padding: 0 1.625em;
    margin-bottom: 0;
  }
  .callout.callout--last {
    border-right: 0;
  }
}

.home .callouts-component {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 630px) {
  .home .callouts-component .container, .home .callouts-component .page-content {
    position: relative;
    position: relative;
    background-color: #f9f9f9;
    padding-top: 1.625em;
    margin-top: -4.0625em;
    z-index: 1;
  }
  .home .callouts-component .container:before, .home .callouts-component .page-content:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    height: 4px;
    width: 100%;
    background-color: #ff7900;
    background: linear-gradient(to right, #009fda 35%, #a6ce39 35%, #a6ce39 65%, #ff7900 65%, #ff7900 65%);
  }
}
@media screen and (min-width: 630px) and (min-width: 1060px) {
  .home .callouts-component .container, .home .callouts-component .page-content {
    padding-top: 3.25em;
    margin-top: -5.6875em;
  }
}

.callout__icon {
  width: 42px;
  height: 42px;
  display: inline-block;
  margin: 0 0.24375em;
}

.callout__title {
  font-size: 1.25em;
  line-height: 1.3em;
  margin-top: 0.65em;
  margin-bottom: 0.65em;
  font-family: "Roboto", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.checkbox-mlhc {
  position: relative;
  margin: 10px 0;
}

.contact-component {
  margin-bottom: 1rem;
}
.contact-component h4 {
  font-size: 1em;
  margin-bottom: 0;
}

#coveod42951cc.CoveoSearchInterface {
  font-size: unset;
  font-weight: unset;
  line-height: unset;
}
#coveod42951cc .coveo-main-section {
  max-width: none;
}
#coveod42951cc .coveo-search-section {
  max-width: 1200px;
  box-sizing: content-box;
}
#coveod42951cc .list .list__item {
  margin-bottom: 0;
  padding-top: 0.8125em;
}
#coveod42951cc .list.list--lg .list__item {
  padding-top: 2.4375em;
}
#coveod42951cc .coveo-list-layout.CoveoResult {
  padding: 0 2.4375em;
  background-color: white;
  border-bottom: 0;
}
#coveod42951cc .coveo-list-layout.CoveoResult::after {
  display: block;
  padding: 0 2.4375em;
  border-bottom: 1px solid #ddd;
  content: "";
}
#coveod42951cc .coveo-list-layout.CoveoResult:last-child::after {
  display: none;
}
#coveod42951cc .coveo-list-layout.CoveoResult a {
  color: #00739d;
}
#coveod42951cc .coveo-list-layout.CoveoResult .list__title a {
  color: unset;
}
#coveod42951cc .CoveoResultList {
  max-width: 1200px;
  margin: 0 auto;
}
#coveod42951cc .coveo-tab-section {
  min-height: 0;
  background-color: transparent;
}
#coveod42951cc .CoveoTab {
  height: auto;
  margin-bottom: 1px;
  padding: 6px 12px;
  color: #3e4345;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.25;
  text-transform: none;
  background-color: #e7eff3;
  border-bottom: 1px solid #d2dce1;
  border-color: #d2dce1;
  border-radius: 8px 8px 0 0;
  border-style: solid;
  border-width: 1px 1px 0;
  transition: all 300ms ease;
}
#coveod42951cc .CoveoTab:hover {
  color: #009fda;
  background-color: white;
}
#coveod42951cc .CoveoTab.coveo-selected {
  color: #fff;
  background-color: #009fda;
}
#coveod42951cc .CoveoTab.coveo-selected p {
  border-bottom: 0;
}
#coveod42951cc .CoveoTab p {
  display: block;
  height: auto;
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
#coveod42951cc .coveo-tab-list-container li {
  margin: 0;
}
#coveod42951cc .coveo-tab-list-container .coveo-accessible-button {
  border-radius: 0;
}
#coveod42951cc .CoveoSearchbox {
  border: 1px solid #b3c4cd;
  border-radius: 8px;
  box-shadow: inset 0 1px 3px rgba(17, 17, 17, 0.1);
}
#coveod42951cc .CoveoSearchbox .magic-box {
  border: 0;
}
#coveod42951cc .CoveoSearchbox .magic-box .magic-box-input {
  height: 40px;
  background-color: transparent;
}
#coveod42951cc .CoveoSearchbox .magic-box .magic-box-underlay {
  height: inherit;
}
#coveod42951cc .CoveoSearchbox .magic-box .magic-box-clear {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: transparent;
}
#coveod42951cc .CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}
#coveod42951cc .CoveoSearchbox .magic-box .magic-box-clear svg {
  height: 12px;
  width: 12px;
  color: #009fda;
}
#coveod42951cc .CoveoSearchbox .magic-box input {
  height: inherit;
  padding: 0px 12px;
  background-color: transparent;
  box-shadow: none;
}
#coveod42951cc .CoveoSearchButton {
  height: auto;
  background-color: transparent;
  border: 0;
}
#coveod42951cc .CoveoSearchButton:hover .coveo-magnifier-circle-svg {
  fill: #009fda;
}
#coveod42951cc .CoveoSearchButton .coveo-search-button-svg {
  color: #009fda;
}
#coveod42951cc .coveo-results-column {
  padding-top: 28px;
  background-color: #f9f9f9;
  border-top: 1px solid #e0e0e0;
}
#coveod42951cc .CoveoLogo {
  position: relative;
  right: auto;
  bottom: auto;
  display: flex;
  max-width: 1200px;
  float: none;
  margin: 0 auto;
  padding: 28px 0;
  text-align: right;
}
#coveod42951cc .CoveoLogo .coveo-powered-by {
  display: block;
  margin-left: auto;
}
#coveod42951cc .CoveoLogo .coveo-powered-by > svg {
  display: block;
}
#coveod42951cc .coveo-pager-container {
  display: block;
  max-width: 1200px;
  margin: 0 auto 40px;
}
#coveod42951cc .coveo-pager-container > * {
  flex: none;
}
@media screen and (min-width: 640px) {
  #coveod42951cc .coveo-pager-container {
    display: flex;
  }
  #coveod42951cc .CoveoQuerySummary {
    display: unset;
    text-align: left;
  }
}
#coveod42951cc .coveo-pager-list .coveo-pager-list-item {
  display: inline-block;
  margin: 0;
  padding: 4px 11px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
}
#coveod42951cc .coveo-pager-list .coveo-pager-list-item.coveo-active {
  color: #595959;
  text-decoration: inherit;
  background-color: transparent;
  border: 0;
}
#coveod42951cc .coveo-pager-list .coveo-pager-list-item a {
  color: inherit;
  text-decoration: inherit;
}
#coveod42951cc .coveo-pager-list .coveo-pager-list-item:hover {
  color: #fff;
  text-decoration: inherit;
  background-color: #009fda;
  border-color: #009fda;
}
#coveod42951cc .coveo-pager-list .coveo-pager-next-icon-svg,
#coveod42951cc .coveo-pager-list .coveo-pager-previous-icon-svg {
  height: auto;
  width: 6px;
  color: inherit;
}
#coveod42951cc .CoveoQuerySummary {
  margin-right: auto;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.doctor-bio__image {
  float: left;
  width: 75px;
  height: auto;
}
@media screen and (min-width: 630px) {
  .doctor-bio__image {
    width: 125px;
  }
}
@media screen and (min-width: 1230px) {
  .doctor-bio__image {
    width: 150px;
    height: 160px;
  }
}
.doctor-bio__image > a {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1060px) {
  .doctor-bio__image > a {
    text-align: left;
  }
}
@media screen and (min-width: 1230px) {
  .doctor-bio__image > a img {
    height: 160px;
  }
}
.doctor-bio__more {
  background-color: #3e4345;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 0.6em;
  font-weight: 700;
  padding: 0.40625em 0;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 1060px) {
  .doctor-bio__more {
    display: none;
  }
}
.doctor-bio__info {
  float: left;
  margin-left: 20px;
}
@media screen and (min-width: 1060px) {
  .doctor-bio__info {
    margin-top: 1.21875em;
    margin-right: 2.4375em;
    width: 280px;
  }
}
@media screen and (min-width: 1300px) {
  .doctor-bio__info {
    width: 280px;
  }
}
@media only screen and (max-width: 630px) {
  .doctor-bio__info {
    position: absolute;
    margin-left: 90px;
  }
}
.doctor-bio__title {
  font-size: 1.15em;
  line-height: 1.4130434783em;
  margin-top: 0em;
  margin-bottom: 0.1766304348em;
}
.doctor-bio__specialties {
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 0.40625em;
}
.doctor-bio__rating {
  display: none;
}
.doctor-bio__rating li {
  color: #f5c023;
  display: inline-block;
}
.doctor-bio__rating li.empty {
  color: #dddddd;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.ERExpressColumn {
  display: flex;
  margin-top: 2.96563em;
  align-content: flex-start;
  flex-wrap: wrap;
}

.ERExpressColumn:first-child {
  flex: 1;
}

.ERExpressColumn:last-child {
  flex: 2;
}

.ERExpressColumn h3 {
  margin-top: 0px;
  padding-top: 0px;
}

.ERExpress-item-wrapper {
  padding-top: 10px 20px 0px 0px;
  width: 100%;
  margin: 0 auto;
  min-width: 340px;
}

.ERExpressBtn-header {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.7em;
  line-height: 1.3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background: #00739d;
  border: 1px 1px 0px 1px solid #00739d;
  border-radius: 0px 0px 6px 6px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  vertical-align: middle;
  padding: 0.8125em 1.21875em 0.65em;
  margin-top: 0;
}

.ERExpressBtn-body {
  background: #e7eff3;
  padding: 1em;
  margin-top: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.7em;
  line-height: 1.16071em;
  border: 0px 1px 1px 1px solid #b3c4cd;
  border-radius: 6px 6px 0px 0px;
  text-align: left;
}
.ERExpressBtn-body .ERExpressTable {
  border: none !important;
}
.ERExpressBtn-body .timeSlot {
  font-size: 2.65em;
  line-height: 1.16071em;
}

.ERExpress-showAllFour {
  list-style-type: none;
  padding: 30px 0px 20px 0px;
  margin: 30px 0px 50px 0px;
  border-bottom: solid 3px #ccc;
}
.ERExpress-showAllFour li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  padding-right: 2.5em;
}

/* video player */
.vdoPlayer-bg {
  display: block;
  width: 100%;
  position: absolute;
}

.vdo-player-media {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.vdo-player-media iframe {
  left: 75px;
  top: 20px;
  height: calc(100% - (2*20px));
  width: calc(100% - (2*75px));
  position: absolute;
}

.featured {
  margin: 2.4375em 0 0;
}
@media screen and (min-width: 1060px) {
  .featured {
    margin: 3.25em 0;
  }
}
.featured .list--featured-hero .list__type {
  display: none;
}

.home .featured--news,
.home .featured--events {
  margin-top: 0;
}

.l-block--50 > :first-child:last-child.featured .list--featured-hero .list__header, .l-block--50 > :first-child:last-child .featured .list--featured-hero .list__header,
.l-block--50 > :first-child:nth-last-child(n+3).featured .list--featured-hero .list__header,
.l-block--50 > :first-child:nth-last-child(n+3) .featured .list--featured-hero .list__header,
.l-block--50 > :first-child:nth-last-child(n+3) ~ *.featured .list--featured-hero .list__header,
.l-block--50 > :first-child:nth-last-child(n+3) ~ * .featured .list--featured-hero .list__header {
  text-align: left;
  margin-bottom: 1.625em;
}
.l-block--50 > :first-child:last-child.featured .list__hero-image, .l-block--50 > :first-child:last-child .featured .list__hero-image,
.l-block--50 > :first-child:nth-last-child(n+3).featured .list__hero-image,
.l-block--50 > :first-child:nth-last-child(n+3) .featured .list__hero-image,
.l-block--50 > :first-child:nth-last-child(n+3) ~ *.featured .list__hero-image,
.l-block--50 > :first-child:nth-last-child(n+3) ~ * .featured .list__hero-image {
  display: none;
}
.l-block--50 > :first-child:last-child.featured .list--featured-hero .list__meta, .l-block--50 > :first-child:last-child .featured .list--featured-hero .list__meta,
.l-block--50 > :first-child:nth-last-child(n+3).featured .list--featured-hero .list__meta,
.l-block--50 > :first-child:nth-last-child(n+3) .featured .list--featured-hero .list__meta,
.l-block--50 > :first-child:nth-last-child(n+3) ~ *.featured .list--featured-hero .list__meta,
.l-block--50 > :first-child:nth-last-child(n+3) ~ * .featured .list--featured-hero .list__meta {
  margin-bottom: inherit;
  padding: 0;
  text-align: left;
  width: 100%;
}
.l-block--50 > :first-child:last-child.featured .list--featured-hero .list__type, .l-block--50 > :first-child:last-child .featured .list--featured-hero .list__type,
.l-block--50 > :first-child:nth-last-child(n+3).featured .list--featured-hero .list__type,
.l-block--50 > :first-child:nth-last-child(n+3) .featured .list--featured-hero .list__type,
.l-block--50 > :first-child:nth-last-child(n+3) ~ *.featured .list--featured-hero .list__type,
.l-block--50 > :first-child:nth-last-child(n+3) ~ * .featured .list--featured-hero .list__type {
  display: inline;
}

.image-block {
  margin: 2.4375em 0 0.8125em;
}
.image-block .image-block__image-container {
  text-align: center;
}
.image-block .image-block__image-container img {
  margin: 0 auto 0.8125em;
  max-width: 170px;
  width: 100%;
}
@media screen and (min-width: 440px) {
  .image-block .image-block__image-container {
    float: left;
    margin: 0 1.625em 0 0;
  }
}
@media screen and (min-width: 440px) {
  .image-block .image-block__text-container {
    margin: 0 0 0 12.1875em;
  }
}
.image-block .image-block__title {
  margin-top: 0.8125em;
}
@media screen and (min-width: 440px) {
  .image-block .image-block__title {
    margin-top: 0;
  }
}
.image-block .image-block__cta {
  margin: 0 0 0.8125em;
}
.image-block .image-block__cta a {
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

.filter__browse li {
  display: inline-block;
  width: 1.5em;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.203125em;
  margin-right: 0.203125em;
}
.filter__browse a {
  display: block;
  background-color: #f9f9f9;
  border-radius: 3px;
}
.filter__browse a.is-active, .filter__browse a:hover {
  background-color: #009fda;
  color: #ffffff;
}

.form-view-filters {
  text-align: center;
}

.component-filterHTMLTable {
  /* filter UI*/
}
.component-filterHTMLTable .filterBox {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.component-filterHTMLTable .filterBox .filterLabel {
  width: 20%;
}
.component-filterHTMLTable .filterBox .filterForm {
  width: 80%;
}
.component-filterHTMLTable .filterBox .filterForm #selectBox0 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  /* editable select */
}
.component-filterHTMLTable .filterBox .filterForm #selectBox0 #inputSearchBox {
  background-image: url("/assets/images/htmlTables/searchicon.png");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
}
.component-filterHTMLTable .filterBox .filterForm #selectBox0 .selectBoxArrow {
  margin-left: 10px;
  cursor: pointer;
}
.component-filterHTMLTable .filterBox .filterForm #selectBox0 .selectBoxOptionContainer {
  background-color: white;
  border: solid 1px black;
  position: absolute;
  z-index: 90;
  padding: 10px;
  top: 45px;
}
.component-filterHTMLTable #descriptionBox .descriptionText {
  padding: 1em;
  border-radius: 10px;
  background-color: #009fd926;
  margin-bottom: 1em;
}
.component-filterHTMLTable #descriptionBox .hide {
  display: none;
}
.component-filterHTMLTable table#resultsTable {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  /*table-layout: fixed;*/
}
.component-filterHTMLTable table#resultsTable tr {
  background-color: #f8f8f8;
  border: none;
  padding: 0.35em;
}
.component-filterHTMLTable table#resultsTable th,
.component-filterHTMLTable table#resultsTable td {
  padding: 0.625em;
}
.component-filterHTMLTable table#resultsTable th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #009fd9;
}
@media screen and (max-width: 1230px) {
  .component-filterHTMLTable tbody td {
    border: none;
  }
  .component-filterHTMLTable table#resultsTable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .component-filterHTMLTable table#resultsTable tr {
    border-bottom: 3px solid #ddd;
    display: block;
  }
  .component-filterHTMLTable table#resultsTable td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: left;
  }
  .component-filterHTMLTable table#resultsTable td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    margin-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .component-filterHTMLTable table#resultsTable td:last-child {
    border-bottom: 0;
  }
}

.fluid-width-video-wrapper {
  margin: 1.625em 0;
}

.form-inline {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.8125em;
  margin-bottom: 1.625em;
}

.form-inline--last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.form-inline--no-border {
  border-bottom: 0;
}

@media screen and (min-width: 1060px) {
  .form-inline__label {
    float: left;
    width: 20%;
    margin-top: 0.609375em;
  }
}

@media screen and (min-width: 1060px) {
  .form-inline__group {
    float: right;
    width: 75%;
  }
}
.form-inline__group .form-item {
  margin-bottom: 0.8125em;
}
@media screen and (min-width: 1060px) {
  .form-inline__group .form-item {
    float: left;
    margin-right: 0.8125em;
  }
}

@media screen and (min-width: 630px) {
  .form-item--left {
    float: left;
    width: 48%;
  }
}

@media screen and (min-width: 630px) {
  .form-item--right {
    float: right;
    width: 48%;
  }
}

.form-item--checkbox-info {
  position: relative;
  /*&:hover {
  figcaption {
  visibility: visible;
  }
  }*/
}
.form-item--checkbox-info input,
.form-item--checkbox-info label,
.form-item--checkbox-info figure {
  display: inline-block;
  margin: 0 0.5em 0 0;
  vertical-align: middle;
}
.form-item--checkbox-info input:hover figcaption,
.form-item--checkbox-info label:hover figcaption,
.form-item--checkbox-info figure:hover figcaption {
  visibility: visible;
}
.form-item--checkbox-info img {
  margin-top: -4px;
  vertical-align: middle;
}
.form-item--checkbox-info input:hover + figure figcaption,
.form-item--checkbox-info label:hover + figure figcaption,
.form-item--checkbox-info figure:hover figcaption {
  visibility: visible;
  opacity: 1;
}
.form-item--checkbox-info input {
  float: none;
  top: 0;
}
.form-item--checkbox-info figcaption {
  background-color: #e7eff3;
  border-radius: 3px;
  border: 1px solid #b3c4cd;
  font-size: 0.75rem;
  font-style: normal;
  max-width: 300px;
  padding: 10px;
  position: absolute;
  left: 40px;
  opacity: 0;
  bottom: calc(100% + 10px);
  transition: all 500ms ease-in-out 500ms;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
.form-item--checkbox-info figcaption a {
  transition: none;
}

.field-lg {
  width: 100%;
}
@media screen and (min-width: 630px) {
  .field-lg {
    width: 95%;
  }
}

.field-med-ext {
  width: 350px;
}

.field-med {
  width: 250px;
}

.field-sm {
  width: 150px;
}

select.form-item--invalid,
select.form-item--invalid:hover,
select.form-item--invalid:focus,
.form-item--invalid input,
.form-item--invalid input:hover,
.form-item--invalid input:focus,
input.form-item--invalid:focus,
input.form-item--invalid:hover,
input.form-item--invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

fieldset.form-item--invalid {
  border: 1px solid #ee5f5b;
  border-radius: 8px;
}

.form-flex {
  display: flex;
}
@media screen and (max-width: 629px) {
  .form-flex {
    flex-direction: column;
  }
}

.form-flex .form-left,
.form-flex .form-middle,
.form-flex .form-right {
  flex: 1;
  -ms-flex: 0 0 auto;
  width: auto;
  padding-top: 0px;
  padding-right: 40px;
  text-transform: none;
  font-size: 16px;
  text-align: left;
}
.form-flex .form-left::before,
.form-flex .form-middle::before,
.form-flex .form-right::before {
  display: none;
}
@media screen and (max-width: 629px) {
  .form-flex .form-left,
.form-flex .form-middle,
.form-flex .form-right {
    padding-right: 0px;
    padding-bottom: 10px;
  }
}

.form-flex .form-right {
  padding-right: 0;
}

@media screen and (min-width: 630px) {
  .form-left {
    float: left;
    width: 45%;
  }
}

.form-middle {
  position: relative;
  font-size: 0.9em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0.8125em 0;
}
.form-middle:before {
  display: block;
  content: "";
  border-top: 1px solid #dddddd;
  width: 100%;
  position: absolute;
  top: 10px;
}
.form-middle span {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  color: #888888;
  text-align: center;
  padding: 0 0.40625em;
}
@media screen and (min-width: 630px) {
  .form-middle {
    float: left;
    width: 10%;
    padding-top: 2.84375em;
    margin: 0;
  }
  .form-middle:before {
    display: none;
  }
}

@media screen and (min-width: 630px) {
  .form-right {
    float: right;
    width: 45%;
  }
}

@media screen and (min-width: 630px) {
  .form-third {
    float: left;
    width: 30%;
    margin-right: 3%;
  }
}

.radio-group input[type=radio] + label {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  display: block;
  float: left;
  background-color: #e7eff3;
  border: 1px solid #d2dce1;
  border-width: 1px 1px 1px 0;
  text-transform: none;
  letter-spacing: 0;
  color: #595959;
  vertical-align: middle;
  cursor: pointer;
  padding: 0.64em 0.94em;
  margin: 0;
}
.radio-group input[type=radio] + label:first-of-type {
  border-radius: 8px 0 0 8px;
  border-left: 1px solid #d2dce1;
}
.radio-group input[type=radio] + label:last-of-type {
  border-radius: 0 8px 8px 0;
}
.radio-group input[type=radio]:checked + label {
  background-color: #009fda;
  color: #ffffff;
}
.radio-group input[type=radio] + label,
.radio-group input[type=radio]:checked + label {
  transition: all 0.3s ease;
}

@media screen and (min-width: 1060px) {
  .form-inline__browse {
    margin-top: 0.8125em;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-inline__browse.filter__browse {
    /* IE10+ CSS styles go here */
    width: 400px;
  }
}

.form-more-options {
  display: none;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 1.625em;
  margin-bottom: 1.625em;
}

.select2-container {
  z-index: 99;
}

.select2-wrapper > .select2-container {
  top: auto !important;
  left: auto !important;
}

.select2-container--open .select2-dropdown--above {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.out > div {
  display: inline-block;
}

textarea.form-item--invalid:hover,
textarea.form-item--invalid:focus,
textarea.form-item--invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* appointemtn prototype overrides*/
.appointment-form__concise .form-inline__concise {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0em;
  margin-bottom: 0em;
}
.appointment-form__concise .form-inline__concise > .form-inline__label, .appointment-form__concise .form-inline__concise > .form-inline__group {
  width: 100%;
}
.appointment-form__concise .form-inline__concise > .form-inline__column50 {
  width: 100%;
}
.appointment-form__concise .form-inline__concise > .form-inline__column50 > .form-inline__label {
  width: 25% !important;
}
.appointment-form__concise .form-inline__concise > .form-inline__column50 > .form-inline__group {
  width: 75% !important;
}
@media screen and (min-width: 1060px) {
  .appointment-form__concise .form-inline__concise > .form-inline__column50 {
    width: 49.5%;
    display: inline-block;
  }
  .appointment-form__concise .form-inline__concise > .form-inline__column50 > .form-inline__label {
    width: 25% !important;
  }
  .appointment-form__concise .form-inline__concise > .form-inline__column50 > .form-inline__group {
    width: 75% !important;
    margin-top: 0.8125em;
  }
  .appointment-form__concise .form-inline__concise > .form-inline__label {
    width: 22%;
  }
  .appointment-form__concise .form-inline__concise > .form-inline__group {
    width: 78%;
    margin-top: 0.8125em;
  }
  .appointment-form__concise .form-inline__concise input[type=text] {
    width: 100%;
  }
}

/* content */
.GetCareNow-row {
  width: 100%;
  display: -moz-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 1060px) {
  .GetCareNow-row {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
}

.GetCareNow-col {
  margin: 0.8125em;
  flex-grow: 0;
  flex-basis: 0;
  flex: 1;
}
.GetCareNow-Title {
  margin: 0.8125em;
  font-weight: bold;
  text-align: center;
  font-size: 0.8em;
  white-space: nowrap;
}

.GetCareNow-Content-section {
  margin-bottom: 0.8125em;
  font-size: 0.8em;
  line-height: 1.5em;
}
.GetCareNow-Content-section.section1 {
  height: 120px;
  /* 630px < */
  /* 750px < */
  /* 1060px < */
  /* 1230px < */
}
@media screen and (min-width: 630px) {
  .GetCareNow-Content-section.section1 {
    height: 125px;
  }
}
@media screen and (min-width: 750px) {
  .GetCareNow-Content-section.section1 {
    height: 165px;
  }
}
@media screen and (min-width: 1060px) {
  .GetCareNow-Content-section.section1 {
    height: 130px;
  }
}
@media screen and (min-width: 1230px) {
  .GetCareNow-Content-section.section1 {
    height: 120px;
  }
}
.GetCareNow-Content-section.section2 {
  height: 100px;
  /* 630px < */
  /* 750px < */
  /* 1060px < */
  /* 1230px < */
}
@media screen and (min-width: 630px) {
  .GetCareNow-Content-section.section2 {
    height: 80px;
  }
}
@media screen and (min-width: 750px) {
  .GetCareNow-Content-section.section2 {
    height: 100px;
  }
}
@media screen and (min-width: 1060px) {
  .GetCareNow-Content-section.section2 {
    height: 90px;
  }
}
@media screen and (min-width: 1230px) {
  .GetCareNow-Content-section.section2 {
    height: 80px;
  }
}
.GetCareNow-Content-section button {
  width: 100%;
}

/* front end button */
/* home - splash screen */
.splash__special-alert-button {
  position: absolute;
  z-index: 5;
  right: 25px;
  top: 10px;
  display: none;
}
@media screen and (min-width: 1060px) {
  .splash__special-alert-button {
    display: block;
  }
}

.btn-special-alert {
  background-color: #e5485b;
  color: #fff;
  display: flex;
  border-radius: 6px;
}
.btn-special-alert .special-alert-button-icon {
  padding: 4px 8px;
  background-color: #fff;
  border-radius: 6px 0px 0px 6px;
  border: solid 1px #e5485b;
}
.btn-special-alert .special-alert-button-icon .fa-heart-o, .btn-special-alert .special-alert-button-icon .fa-heart {
  color: #e5485b;
  padding-top: 4px;
}
.btn-special-alert .special-alert-button-icon .fa-heart-o {
  display: none;
}
.btn-special-alert .special-alert-button-icon .fa-heart {
  display: block;
}
.btn-special-alert .special-alert-button-text {
  background-color: #e5485b;
  color: #fff;
  border-radius: 0px 6px 6px 0px;
  padding: 4px 12px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.7em;
  text-transform: uppercase;
}
.btn-special-alert:hover {
  cursor: pointer;
}
.btn-special-alert:hover .special-alert-button-icon .fa-heart {
  display: none;
}
.btn-special-alert:hover .special-alert-button-icon .fa-heart-o {
  display: block;
}
.btn-special-alert:hover .special-alert-button-text {
  background-color: #eb7583;
}

/* small -  */
.small-header__special-alert-button {
  display: block;
}
@media screen and (min-width: 750px) {
  .small-header__special-alert-button {
    display: none;
  }
}

.button--get-care {
  background-color: #e5485b;
  border-color: #e5485b;
  color: #fff;
}
.button--get-care:hover {
  background-color: #fff;
  border-color: #fff;
  color: #e5485b;
}

.gmap-info {
  color: #595959;
  min-width: 160px;
  padding-bottom: 1.25em;
}
.gmap-info h3 {
  color: #595959;
  margin: 0.25em 0;
}
.gmap-info p {
  line-height: 1.25em;
}
.gmap-info a {
  color: #00739d;
  font-weight: normal;
  text-decoration: none;
}
.gmap-info a:hover {
  text-decoration: underline;
}
.gmap-info__links {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}

.gChart {
  width: 100%;
  min-height: 400px;
}

.nobg-modal {
  display: none;
  background-color: #fefefe;
  margin: auto;
  padding: 5px;
  border: 1px solid #888;
  width: 100%;
  height: 90%;
  position: fixed;
  z-index: 2000;
  overflow: hidden;
  bottom: 0px;
}
.nobg-modal #btnClose {
  margin-bottom: 15px;
}

#healthbotIframe {
  width: 100%;
  height: 83vh;
  display: block;
}

@media (min-width: 640px) {
  .nobg-modal {
    display: none;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 320px;
    height: 45vh;
    position: fixed;
    z-index: 2000;
    overflow: hidden;
    bottom: 20px;
    right: 20px;
  }
  .nobg-modal #btnClose {
    margin-bottom: 15px;
  }

  #healthbotIframe {
    width: 100%;
    height: 45vh;
    display: block;
  }
}
@media (min-width: 1000px) {
  .nobg-modal {
    display: none;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 620px;
    height: 70vh;
    position: fixed;
    z-index: 2000;
    overflow: hidden;
    bottom: 20px;
    right: 20px;
  }
  .nobg-modal #btnClose {
    margin-bottom: 15px;
  }

  #healthbotIframe {
    width: 100%;
    height: 63vh;
    display: block;
  }
}
/**
 * @file
 * Your local health system
 */
.health-system {
  background: transparent url("bg--health-system.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  -ms-behavior: url("../backgroundsize.min.htc");
}
@media screen and (min-width: 630px) {
  .health-system {
    background-attachment: fixed;
  }
}

.health-system__title {
  font-size: 1.95em;
  line-height: 1.25em;
  margin-top: 0em;
  margin-bottom: 0.8333333333em;
  font-family: "Roboto", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 630px) {
  .health-system__title {
    font-size: 2.44em;
    line-height: 0.9989754098em;
    margin-top: 0em;
    margin-bottom: 0.6659836066em;
  }
}

.health-system__stats {
  transition: all 1s ease;
  padding: 0 0 1.625em;
}
@media screen and (min-width: 1060px) {
  .health-system__stats--hide {
    transform: translateY(2em);
    opacity: 0;
  }
  .health-system__stats--show {
    transform: translateY(0);
    opacity: 1;
  }
}
.health-system__stats li {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #c5ba9e;
  border-radius: 4px;
  width: 100%;
  padding: 0.40625em 1.625em;
  margin-bottom: 1.015625em;
}
@media screen and (min-width: 630px) {
  .health-system__stats li {
    width: 18em;
    margin: 0 0.40625em 1.015625em;
  }
}
@media screen and (min-width: 1300px) {
  .health-system__stats li {
    width: auto;
    margin: 0 0.40625em;
  }
}
.health-system__stats .stat {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 4em;
  line-height: 1;
  color: #a6ce39;
}
.health-system__stats .stat-label {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9em;
  line-height: 0.9027777778em;
  color: #3e4345;
  text-transform: uppercase;
}

.HTMLBlock {
  margin: 0em;
}

.shadow {
  box-shadow: 0 5px 15px rgba(17, 17, 17, 0.15);
}

.noPadding {
  padding: 0px;
}

.noMargin {
  margin: 0px;
}

.alignRight {
  float: right;
}

/*.iframe-container {
  overflow: hidden;
  padding-top: 50%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height:500px;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* 4x3 Aspect Ratio */
/*
.iframe-container-4x3 {
  padding-top: 75%;
}*/
.iframe-container {
  width: 100%;
}
.iframe-container iframe {
  width: 100%;
  min-width: 100%;
  height: 1370px;
  border: none;
}
@media screen and (min-width: 630px) {
  .iframe-container iframe {
    height: 1100px;
  }
}
@media screen and (min-width: 750px) {
  .iframe-container iframe {
    height: 1275px;
  }
}
@media screen and (min-width: 1060px) {
  .iframe-container iframe {
    height: 1150px;
  }
}
@media screen and (min-width: 1230px) {
  .iframe-container iframe {
    height: 1075px;
  }
}

/* jQuery Dropdown: A simple dropdown plugin
*
* Contribute: https://github.com/claviska/jquery-dropdown
*
* @license: MIT license: http://opensource.org/licenses/MIT
*
*/
.jq-dropdown {
  position: absolute;
  z-index: 1039;
  display: none;
}

.jq-dropdown .jq-dropdown-menu,
.jq-dropdown .jq-dropdown-panel {
  min-width: 160px;
  max-width: 360px;
  width: 320px;
  list-style: none;
  background: white;
  border: solid 1px #ddd;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 4px 0;
  margin: 0;
}

.jq-dropdown .jq-dropdown-panel {
  padding: 10px;
}

.jq-dropdown.jq-dropdown-tip {
  margin-top: 8px;
}

.jq-dropdown.jq-dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ddd;
  display: inline-block;
}

.jq-dropdown.jq-dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  display: inline-block;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
  left: auto;
  right: 9px;
}

.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
  left: auto;
  right: 10px;
}

.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
  max-height: 180px;
  overflow: auto;
}

.jq-dropdown .jq-dropdown-menu li {
  list-style: none;
  padding: 0 0;
  text-indent: 0;
  margin: 0;
  line-height: 18px;
}

.jq-dropdown .jq-dropdown-menu li > a,
.jq-dropdown .jq-dropdown-menu label {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 18px;
  padding: 3px 15px;
  margin: 0;
  white-space: nowrap;
}

.jq-dropdown-menu li > a {
  padding: 7px 15px !important;
}

.jq-dropdown .jq-dropdown-menu li > a:hover,
.jq-dropdown .jq-dropdown-menu label:hover {
  background-color: #f2f2f2;
  color: inherit;
  cursor: pointer;
}

.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #e5e5e5;
  padding: 0;
  margin: 5px 0;
}

/**
 * @file
 * List component styles
 */
.list__items:after {
  content: "";
  display: table;
  clear: both;
}

.list__item {
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.8125em;
  margin-bottom: 0.8125em;
}
.list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.list__item .list__img {
  display: block;
  float: left;
  width: 65px;
  height: auto;
  margin-right: 10px;
}
.list__item .list__content.has-img {
  margin-left: 80px;
}
.list__item .list__address {
  font-size: 0.85em;
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 0.40625em;
}
.list__item .list__address h6 {
  color: inherit;
  font-size: 0.8em;
  margin-bottom: 0;
  margin-top: 0.5em;
  text-transform: none;
}

.list__header {
  position: relative;
  margin-bottom: 1.21875em;
}
.list__header .link {
  position: absolute;
  top: 0.25em;
  right: 0;
}

.list__header__title {
  font-size: 1em;
  line-height: 1.1375em;
  margin-top: 0em;
  margin-bottom: 0em;
  text-transform: uppercase;
  color: #B25600;
  padding-right: 4.5em;
}

.list__location--items {
  list-style: none;
}
@media screen and (min-width: 750px) {
  .list__location--items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list__location--items .list__item.list__item--location {
    float: none;
    width: calc(50% - 15px);
    list-style: none;
  }
  .list__location--items .list__item.list__item--location:nth-child(odd):nth-last-child(2) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.list__meta {
  font-family: "Arvo", "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.65em;
  line-height: 1.875em;
  margin-top: 0em;
  margin-bottom: 0.625em;
  text-transform: uppercase;
}
.list__meta > span {
  border-right: 1px solid #dddddd;
  padding-right: 0.8125em;
  margin-right: 0.8125em;
}
.list__meta > span:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.list__meta .list__date,
.list__meta .list__time {
  white-space: nowrap;
}

.list__content {
  position: relative;
  text-align: left;
}

.list__content-list {
  margin-top: 0em;
  margin-bottom: 0.40625em;
}
.list__content-list > span {
  border-right: 1px solid #dddddd;
  padding-right: 0.8125em;
  margin-right: 0.8125em;
}
.list__content-list > span:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.list__content-list .list__email,
.list__content-list .list__phone {
  white-space: nowrap;
}
.list__content-list .list__email > a > span {
  margin-right: 5px;
}

.list__content-label {
  font-size: 0.85em;
}

.list__title {
  font-size: 1.15em;
  line-height: 1.4130434783em;
  margin-top: 0.3532608696em;
  margin-bottom: 0em;
  font-weight: 700;
}

.list__specialties > span {
  display: inline-block;
  white-space: nowrap;
}
.list__specialties .is-accepting,
.list__specialties .is-not-accepting {
  display: inline-block;
  margin-left: 0.5em;
  transform-origin: center center;
  transform: rotate(45deg);
}
.list__specialties .is-accepting {
  border-radius: 2px;
  border-bottom: 5px solid #a6ce39;
  border-right: 5px solid #a6ce39;
  height: 1em;
  text-indent: -9999px;
  width: 0.6em;
}
.list__specialties .is-not-accepting {
  color: #888888;
  font-size: 1.75em;
  font-weight: bold;
  margin-left: 0.1em;
  vertical-align: bottom;
}

.list__locations {
  font-size: 0.85em;
  color: #888888;
  line-height: 1.4;
}

.list__button {
  text-align: center;
  margin-top: 1.625em;
}

.list__rss {
  text-align: right;
  margin-bottom: 0.40625em;
}
.list__rss a {
  color: #ff6600;
  font-weight: 700;
}
.list__rss a:hover {
  color: #cc5200;
}

.list__view-more--50 {
  display: none;
}

.list--lg .list__item {
  padding-bottom: 2.4375em;
  margin-bottom: 2.4375em;
}
.list--lg .list__item--last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.list--lg .list__meta {
  margin-bottom: 1.25em;
}
.list--lg .list__title {
  font-size: 1.56em;
  line-height: 1.0416666667em;
  margin-top: 0em;
  margin-bottom: 0.5208333333em;
}

.list--sm .list__title {
  font-size: 1em;
  line-height: 1.21875em;
}

.list__item--simple {
  padding-bottom: 0.609375em;
  margin-bottom: 0.609375em;
}
.list__item--simple a {
  font-size: 1em;
  line-height: 1.21875em;
  font-weight: 700;
}
.list__item--simple .doctors__number {
  float: right;
}

.list__item--term {
  padding-bottom: 0.40625em;
  margin-bottom: 0.40625em;
}
.list__item--term a {
  font-size: 0.9em;
  font-weight: 700;
  outline: 0;
}
.list__item--term a.active, .list__item--term a.active:focus {
  color: #009fda;
}
.list__item--term a:focus {
  color: #111111;
}

.list--register i {
  width: 1.5em;
}
.list--register .list__calendar {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #595959;
  font-size: 0.9em;
}
.list--register .list__calendar:hover {
  color: #009fda;
}
.list--register .reg-number {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  text-align: center;
  font-size: 0.9em;
  margin-top: 0.8125em;
}
.list--register .reg-number a {
  font-weight: 700;
  font-size: 1.3em;
}

.list__item--location {
  transition: background 0.3s ease;
}
.list__item--location:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.list__item--location.active {
  background-color: #ffffff;
}
.list__item--location .list__img {
  display: block;
  float: left;
  width: 150px;
  height: auto;
}
@media screen and (min-width: 440px) {
  .list__item--location .list__img {
    width: 140px;
  }
}
.list__item--location .list__content.has-img {
  margin-left: 150px;
}
@media screen and (min-width: 440px) {
  .list__item--location .list__content.has-img {
    margin-left: 155px;
  }
}
.list__item--location .list__title {
  margin-top: 0;
}
.list__item--location .list__contact a {
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.8125em;
}
.list__item--location .list__contact a:last-child {
  margin-right: 0;
}
.list__item--location .list__hours {
  font-size: 0.85em;
  line-height: 1.25em;
}
.list__item--location .list__hours h6 {
  font-size: 1em;
  line-height: 1.25em;
  margin: 0;
  text-transform: capitalize;
}
.list__item--location .list__hours-content {
  list-style: none;
}

.list__number {
  position: absolute;
  top: 0.8125em;
  left: 0.8125em;
  width: 25px;
  height: 25px;
  background-color: #6f767a;
  color: #ffffff;
  line-height: 25px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.active .list__number {
  background-color: #009fda;
}

.list__item--event .list__content {
  padding-left: 3.25em;
}

.list__event-date {
  font-family: "Arvo", "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  float: left;
  min-width: 3.6em;
  border-right: 2px solid #ff7900;
  font-size: 0.7em;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  padding-right: 0.8125em;
  margin: 0.2em 0 0.5em;
}
.list__event-date .list__event-date__day {
  display: block;
  font-size: 2em;
}

.list--featured-hero .list__header {
  text-align: center;
  margin-bottom: 1.625em;
}
@media only screen and (max-width: 926px) {
  .list--featured-hero .list__header {
    margin-top: 1.625em;
  }
}
.list--featured-hero .list__header__title {
  font-family: "Arvo", "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.15em;
  line-height: 1.0597826087em;
  margin-top: 0em;
  margin-bottom: 0em;
  position: relative;
  display: inline-block;
  color: #3e4345;
  line-height: 50px;
  vertical-align: top;
  padding-right: 0;
  margin-left: 0.40625em;
}
@media screen and (min-width: 750px) {
  .list--featured-hero .list__header__title {
    font-size: 1em;
  }
}
.list--featured-hero .list__item {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 1.625em;
}
@media screen and (min-width: 1060px) {
  .list--featured-hero .list__item {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1.625em;
    margin-bottom: 1.625em;
  }
}
.list--featured-hero .list__meta {
  position: relative;
  display: inline-block;
  background: #ffffff;
  text-align: center;
  padding: 1.625em 1.625em 0.8125em;
  margin-bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 440px) {
  .featured--events .list--featured-hero .list__meta {
    margin-left: -4.1em;
  }
}
.list--featured-hero .list__event-date {
  position: relative;
  top: 60px;
  min-width: 3.3em;
  font-size: 0.8em;
}
@media screen and (min-width: 440px) {
  .list--featured-hero .list__event-date {
    top: 56px;
  }
}
.list--featured-hero .list__title {
  font-size: 1.56em;
  line-height: 1.171875em;
  margin-top: 0.5208333333em;
  margin-bottom: 0.5208333333em;
}

.list--featured {
  background-color: #f9f9f9;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 2.4375em 0.8125em;
  margin: 0 -0.8125em;
}
@media screen and (min-width: 630px) {
  .list--featured {
    padding: 2.4375em 1.21875em;
    margin: 0 -1.21875em;
  }
}
@media screen and (min-width: 1060px) {
  .list--featured {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1060px) {
  .list--featured .list__item {
    min-height: 95px;
  }
}

.list__header__icon {
  display: inline-block;
  background-color: #a6ce39;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  vertical-align: top;
}
.list__header__icon--news {
  background: #a6ce39 url("/assets/images/svg/ico--news.svg") no-repeat center;
}
.no-svg .list__header__icon--news {
  background: #a6ce39 url("/assets/images/png/ico--news.png") no-repeat center;
}
.list__header__icon--events {
  background: #a6ce39 url("/assets/images/svg/ico--events.svg") no-repeat center;
}
.no-svg .list__header__icon--events {
  background: #a6ce39 url("/assets/images/png/ico--events.png") no-repeat center;
}

.list__hero-image {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 -0.8125em;
}
.list__hero-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 60%, rgba(17, 17, 17, 0.5) 80%, rgba(17, 17, 17, 0.8) 100%);
  z-index: 1;
}
.list__hero-image:after {
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(17, 17, 17, 0.7);
  opacity: 0;
  z-index: 1;
}
.list__hero-image:hover:after {
  opacity: 1;
}
.no-rgba .list__hero-image:hover:after {
  background: url("/assets/images/bg--bg-overlay.png") repeat 0 0;
}
.list__hero-image:hover .list__hero-image__src {
  transform: scale(1.1);
}
.list__hero-image:hover .list__hero-image__link {
  top: 35%;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 630px) {
  .list__hero-image {
    margin: 0 -1.21875em;
  }
}
@media screen and (min-width: 1060px) {
  .list__hero-image {
    margin: 0;
  }
}

.list__hero-image__link {
  transition: all 0.5s ease;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  padding: 0 2.4375em;
  z-index: 2;
}
.list__hero-image__link .link--text {
  margin-right: 0;
}

.list__hero-image__link__icon {
  display: inline-block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.featured--news .list__hero-image__link__icon {
  background: #009fda url("/assets/images/svg/ico--news.svg") no-repeat center;
}
.no-svg .featured--news .list__hero-image__link__icon {
  background: #009fda url("/assets/images/png/ico--news.png") no-repeat center;
}
.featured--events .list__hero-image__link__icon {
  background: #009fda url("/assets/images/svg/ico--events.svg") no-repeat center;
}
.no-svg .featured--events .list__hero-image__link__icon {
  background: #009fda url("/assets/images/png/ico--events.png") no-repeat center;
}

.list__hero-image__src {
  transition: all 0.5s ease;
  height: 280px;
  background-size: cover;
}
@media screen and (min-width: 630px) {
  .list__hero-image__src {
    height: 400px;
  }
}
@media screen and (min-width: 1060px) {
  .list__hero-image__src {
    height: 370px;
  }
}

.list__hero-content {
  text-align: center;
  padding: 0 0.8125em;
  margin: -1.21875em -0.8125em 0;
}
@media screen and (min-width: 630px) {
  .list__hero-content {
    padding: 0 1.21875em;
    margin: -1.21875em -1.21875em 0;
  }
}
@media screen and (min-width: 1060px) {
  .list__hero-content {
    border-color: #dddddd;
    padding: 0;
    margin: -1.21875em 0 0;
  }
}
.list__text {
  margin-bottom: 0.40625em;
}

.list--block {
  margin-bottom: 2.4375em;
}
@media screen and (min-width: 1060px) {
  .list--block {
    width: 47.8260869565%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 4.347826087%;
    margin-bottom: 0;
  }
}
.list--block .list__header {
  text-align: center;
}
.list--block .list__header__title {
  font-size: 1.25em;
  line-height: 1.625em;
  margin-top: 0em;
  margin-bottom: 1.3em;
  display: inline-block;
  color: #3e4345;
  text-align: center;
}
.list--block .block__button {
  text-align: center;
  margin-top: 1.625em;
}

.list--block--last {
  margin-bottom: 0;
}
@media screen and (min-width: 1060px) {
  .list--block--last {
    width: 47.8260869565%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 1060px) {
  .list--block--full {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media screen and (min-width: 630px) {
  .list--block--full .list__item {
    float: left;
    width: 100%;
    clear: left;
  }
  .list--block--full .list__item:nth-child(even) {
    float: right;
    clear: none;
  }
  .list--block--full .list__item:nth-last-child(1) {
    border-bottom: none;
  }
}

@media screen and (max-width: 749px) {
  .list--locations.list--block .list__header {
    margin-bottom: 0;
  }
}
.list--locations.list--block .list__header__title {
  background: url("/assets/images/svg/ico--locations.svg") no-repeat left center;
  padding-left: 1.625em;
  padding-right: 2.4375em;
}
@media screen and (max-width: 749px) {
  .list--locations.list--block .list__header__title {
    margin-bottom: 35px;
  }
}
.no-svg .list--locations.list--block .list__header__title {
  background: url("/assets/images/png/ico--locations.png") no-repeat left center;
}
@media screen and (min-width: 1230px) {
  .list--locations.list--block .list__content {
    padding-right: 130px;
  }
  .l-sidebar .list--locations.list--block .list__content {
    padding-right: inherit;
  }
  .list--locations.list--block .list__contact {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
  }
  .list--locations.list--block .list__contact .list__tel {
    margin-right: 0;
  }
}

@media screen and (min-width: 1060px) {
  .list--doctors.list--block .list__content {
    padding-right: 140px;
  }
  .l-sidebar .list--doctors.list--block .list__content {
    padding-right: inherit;
  }
  .list--doctors.list--block .list__contact {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
  }
  .list--doctors.list--block .list__contact .list__tel {
    margin-right: 0;
  }
}

.l-block--blue .list--locations .list__header__title {
  background-image: url("/assets/images/svg/ico--locations--white.svg");
  color: #ffffff;
}
@media screen and (max-width: 749px) {
  .l-block--blue .list--locations .list__item--location {
    float: none;
    width: 100%;
  }
}
.l-block--blue .list--locations .list__item--location:hover {
  background-color: transparent;
}
.l-block--blue .list--locations .list__title a {
  text-decoration: none;
}
.l-block--blue .list--locations .list__title a:hover {
  color: inherit;
}
.l-block--blue .list--locations .list__address {
  margin-bottom: 0;
}
.l-block--blue .list--locations .list__contact {
  margin-bottom: 1em;
  position: static;
  width: 100%;
}
.l-block--blue .list--locations .list__contact a {
  font-weight: normal;
  text-decoration: none;
}
.l-block--blue .list--locations .list__contact i {
  margin-right: 0.25em;
}
.l-block--blue .list--locations .list__contact .list__tel {
  margin-right: 0.8125em;
}
.l-block--blue .list--locations .list__direction {
  position: static;
  width: 100%;
}
.l-block--blue .list--locations .list__direction a {
  font-weight: normal;
  text-decoration: none;
}
.l-block--blue .list--locations .list__direction i {
  margin-right: 0.25em;
}
.l-block--blue .list--locations .list__direction .list__tel {
  margin-right: 0.8125em;
}

.list--doctors.list--block .list__header__title {
  background: url("/assets/images/svg/ico--doctors.svg") no-repeat left center;
  padding-left: 1.625em;
  padding-right: 1.625em;
}
.no-svg .list--doctors.list--block .list__header__title {
  background: url("/assets/images/png/ico--doctors.png") no-repeat left center;
}

.list__item--clinicaltrials {
  padding-bottom: 0em !important;
  margin-bottom: 0em !important;
}

/* initialize columns for mobile */
ul.two-col {
  -moz-column-count: 1;
  -o-column-count: 1;
  column-count: 1;
}

ul.three-col {
  -moz-column-count: 1;
  -o-column-count: 1;
  column-count: 1;
}

ul.four-col {
  -moz-column-count: 1;
  -o-column-count: 1;
  column-count: 1;
}

@media screen and (min-width: 1060px) {
  ul.two-col {
    -moz-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  ul.two-col li {
    -moz-column-break-inside: avoid;
    -mx-column-break-inside: avoid;
    column-break-inside: avoid;
  }

  ul.three-col {
    -moz-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  ul.three-col li {
    -moz-column-break-inside: avoid;
    -mx-column-break-inside: avoid;
    column-break-inside: avoid;
  }

  ul.four-col {
    -moz-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  ul.four-col li {
    -moz-column-break-inside: avoid;
    -mx-column-break-inside: avoid;
    column-break-inside: avoid;
  }
}
/**
 * @file
 * Location contact
 */
@media screen and (min-width: 1060px) {
  .location-contact {
    width: 47.8260869565%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin: 2.5em 0em;
  }
}

.location-contact__address {
  background: url("/assets/images/svg/ico--map-pin--blue.svg") no-repeat 0 5px;
  padding-left: 35px;
  margin-bottom: 1.625em;
}
.no-svg .location-contact__address {
  background: url("/assets/images/png/ico--map-pin--blue.png") no-repeat 0 5px;
}
@media screen and (min-width: 630px) {
  .location-contact__address {
    float: left;
    width: 50%;
    margin-bottom: 0;
  }
}

.location-contact__address__title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.location-contact__links {
  padding-left: 35px;
}
@media screen and (min-width: 630px) {
  .location-contact__links {
    float: right;
    width: 50%;
    text-align: center;
    padding-left: 0;
  }
}
.location-contact__links .tel {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1em;
  display: block;
  margin-bottom: 0.8125em;
}
.location-contact__links .contact_clusters {
  padding-bottom: 0.40625em;
}
.location-contact__links .button {
  margin-bottom: 0.8125em;
}

.location-contact__hours {
  font-size: 0.9em;
  line-height: 1.25em;
  margin-bottom: 2em;
}
.location-contact__hours h6 {
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 1.5em;
}

.location-contact__image,
.location-map {
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 1060px) {
  .location-contact__image,
.location-map {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    height: 100%;
  }
}

.location-contact__image {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

.gmap-canvas {
  overflow: hidden;
  position: relative;
}

.gmap-canvas iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/**
 * @file
 * Location contact
 */
.detail__meta {
  font-family: "Arvo", "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.65em;
  line-height: 2.5em;
  margin-top: 0em;
  margin-bottom: 1.875em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px !important;
}
@media screen and (min-width: 630px) {
  .detail__meta {
    font-size: 0.8em;
  }
}
.detail__meta > span {
  border-right: 1px solid #dddddd;
  padding-right: 0.8125em;
  margin-right: 0.8125em;
}
.detail__meta > span:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.detail__meta .detail__date,
.detail__meta .detail__time,
.detail__meta .detail__cost {
  white-space: nowrap;
}
.detail__meta .detail__share {
  border-right: 0;
  padding-right: 0;
}

.detail__social {
  display: inline-block;
}
.detail__social li {
  display: inline-block;
}

.detail__event-date {
  font-family: "Arvo", "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  float: left;
  min-width: 3.6em;
  border-right: 2px solid #ff7900;
  font-size: 0.7em;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  padding-right: 0.8125em;
  margin: 0.2em 0.8125em 0.5em 0;
}
@media screen and (min-width: 1500px) {
  .detail__event-date {
    position: absolute;
    top: 3, 5em;
    left: -5em;
    float: none;
    font-size: 0.8em;
  }
}
.detail__event-date .detail__event-date__day {
  display: block;
  font-size: 2em;
}

.detail__updated_meta {
  font-family: "Arvo", "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.65em;
  line-height: 2.5em;
  margin-top: 0em;
  margin-bottom: 1.875em;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 630px) {
  .detail__updated_meta {
    font-size: 0.8em;
  }
}
.detail__updated_meta > span {
  border-right: 1px solid #dddddd;
  padding-right: 0.8125em;
  margin-right: 0.8125em;
}
.detail__updated_meta > span:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.detail__updated_meta .detail__update_date,
.detail__updated_meta .detail__update_reviewer {
  white-space: nowrap;
}
.detail__updated_meta .detail__share {
  border-right: 0;
  padding-right: 0;
}

.mlhpp {
  position: relative;
  margin: 4px 0 12px;
  font-size: 13px;
  line-height: 12px;
  font-weight: normal;
}
.mlhpp img {
  margin-left: 2px;
}
.mlhpp figcaption {
  background-color: #e7eff3;
  border-radius: 3px;
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  line-height: 1.25rem;
  opacity: 0;
  padding: 10px;
  transition: all 500ms ease-in-out 500ms;
  visibility: hidden;
  width: auto;
  z-index: 100;
}
.mlhpp a {
  color: #00739d;
}
.mlhpp a:hover, .mlhpp a:focus, .mlhpp a:active {
  color: #0082c1;
}
.mlhpp:hover figcaption {
  opacity: 1;
  visibility: visible;
}

.notification-banner {
  margin-top: 0px !important;
  width: 100%;
  padding: 12px 40px 12px 12px;
}

.notification-banner__close {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  cursor: pointer;
  font-size: 30px;
  font-weight: normal;
  height: 22px;
  line-height: 24px;
  position: absolute;
  right: 11px;
  text-align: center;
  top: 9px;
  transition: color 0.2s ease-in-out;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 3000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal-notification-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
}

#vdoPlaceHolder {
  width: 100%;
  margin: 0px;
}

.vdoWrapper {
  background-color: black;
  display: table;
  width: 100%;
  padding: 1em;
}

.vdoFrame {
  background-color: black;
  width: 100vw;
  height: 99vh;
  display: table-cell;
}

.vdoMargin {
  text-align: center;
  display: table-cell;
  vertical-align: top;
  min-width: 40px;
}
.vdoMargin.closeButtonFrame {
  color: white;
  margin-top: 10px;
}
.vdoMargin.closeButtonFrame > .fa-close {
  color: white;
  font-size: 1em;
  cursor: pointer;
  transition: all 1s;
}
.vdoMargin.closeButtonFrame > .fa-close:hover {
  color: #3e4345;
}

@media (min-width: 1200px) {
  .vdoMargin {
    min-width: 150px;
  }
  .vdoMargin.closeButtonFrame > .fa-close {
    font-size: 3em;
  }
}
.btn-newBrand {
  width: 230px;
}

.message {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8em;
  padding: 20px;
  line-height: 0.9em;
  color: black;
}

.watchSpotButton {
  padding: 20px;
}

@media (min-width: 400px) {
  .message {
    font-size: 2em;
  }

  .watchSpotButton {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .message {
    padding: 1em 1em 0em 1em;
    font-size: 2em;
    line-height: 0.9em;
  }

  .watchSpotButton {
    padding: 20px 35px;
  }
}
@media (min-width: 1200px) {
  .message {
    padding: 80px 60px 20px;
    font-size: 3em;
    line-height: 0.9em;
  }

  .watchSpotButton {
    padding: 20px 60px 20px;
  }
}
.btn-pill {
  border-radius: 50vh !important;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-pill:hover {
  background: #e7eff3;
}
.btn-pill:hover > .buttonLabel {
  color: #00739d;
}

.btn-newBrand {
  background-color: #00aeef;
  border: solid 1px #b3c4cd;
  display: flex;
  vertical-align: middle;
  padding: 0px;
}

.buttonLabel {
  padding: 13px 5px 10px 25px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: white;
  white-space: nowrap;
}

.buttonIcon {
  padding-top: 13px;
  padding-left: 21px;
}
.buttonIcon > .fa {
  color: white;
}

.bg-circle {
  border-radius: 50%;
  background-color: #009dea;
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

.imageBox {
  -o-object-fit: cover;
     object-fit: cover;
}

.imageBox > img {
  width: 100%;
}

.add-bottomspacer {
  margin-bottom: 3.25em;
}

.ds-summary {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 0.7em;
  /* search results and listing */
}
.ds-summary.providersList, .ds-summary.related-ProvidersList {
  display: flex;
}
.ds-summary.providersList a#js-jumpToProfileReviewTab, .ds-summary.related-ProvidersList a#js-jumpToProfileReviewTab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  /* temp - disable href link on the listings */
  pointer-events: none;
  cursor: not-allowed;
}
.ds-summary.providersList a#js-jumpToProfileReviewTab .ds-ratings, .ds-summary.providersList a#js-jumpToProfileReviewTab .ds-comments, .ds-summary.related-ProvidersList a#js-jumpToProfileReviewTab .ds-ratings, .ds-summary.related-ProvidersList a#js-jumpToProfileReviewTab .ds-comments {
  display: none;
}
.ds-summary.providersList .ratingMethodLink, .ds-summary.related-ProvidersList .ratingMethodLink {
  display: none;
}
.ds-summary.providerProfile .ds-title, .ds-summary.providerProfileTab .ds-title {
  font-size: 1.3em;
}
.ds-summary.providerProfile a#js-jumpToProfileReviewTab .ds-ratings, .ds-summary.providerProfile a#js-jumpToProfileReviewTab .ds-comments, .ds-summary.providerProfileTab a#js-jumpToProfileReviewTab .ds-ratings, .ds-summary.providerProfileTab a#js-jumpToProfileReviewTab .ds-comments {
  display: inline-block;
  margin-right: 5px;
}
.ds-summary.providerProfile a#js-jumpToProfileReviewTab .ds-comments :before, .ds-summary.providerProfileTab a#js-jumpToProfileReviewTab .ds-comments :before {
  content: " / ";
}
.ds-summary.providerProfileTab a#js-jumpToProfileReviewTab {
  /* temp - disable href link on the listings */
  pointer-events: none;
  cursor: not-allowed;
}
.ds-summary.providerProfileTab a#js-jumpToProfileReviewTab .ds-xofy {
  font-size: 1.2em;
}
.ds-summary.providerProfileTab a#js-jumpToProfileReviewTab .starsArea {
  margin-top: 0px;
  padding: 0px;
}
.ds-summary.providerProfileTab a#js-jumpToProfileReviewTab .starsArea .ds-stars {
  zoom: 1.3;
  -moz-transform: scale(1.3);
  -moz-transform-origin: 0 0;
}
.ds-summary.providerProfileTab a#js-jumpToProfileReviewTab .ds-ratings, .ds-summary.providerProfileTab a#js-jumpToProfileReviewTab .ds-comments {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.2em;
}
.ds-summary.providerProfileTab a#js-jumpToProfileReviewTab .ds-comments :before {
  content: " / ";
}
.ds-summary.overallReview {
  text-align: center;
}
.ds-summary.overallReview .ds-title {
  white-space: nowrap;
  font-size: 1.6em;
}
.ds-summary.overallReview .ratingOuterGroup {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.ds-summary.overallReview .ratingOuterGroup .starRatingGroup {
  text-align: center;
  border-right: 1px solid white;
  padding-right: 10px;
}
.ds-summary.overallReview .ratingOuterGroup .starRatingGroup .starsArea {
  margin-top: 0px;
  padding: 0px;
}
.ds-summary.overallReview .ratingOuterGroup .starRatingGroup .starsArea .ds-stars {
  zoom: 1.3;
  -moz-transform: scale(1.5);
  -moz-transform-origin: 65px 20px;
}
.ds-summary.overallReview .ratingOuterGroup .starRatingGroup .ds-xofy {
  line-height: 0.6em;
  white-space: nowrap;
}
.ds-summary.overallReview .ratingOuterGroup .starRatingGroup .ds-xofy span {
  color: white;
  font-weight: bold;
}
.ds-summary.overallReview .ratingOuterGroup .ds-ratings {
  padding-left: 10px;
  white-space: nowrap;
  font-weight: bold;
}
.ds-summary.overallReview .ribbon-ui {
  width: 92%;
  font-size: 18px;
  position: relative;
  background-color: #84bf41;
  text-align: center;
  color: white;
  letter-spacing: 3px;
  padding: 1em 6em;
  margin: 1em auto;
}
.ds-summary.overallReview .ribbon-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.ds-summary.overallReview .ribbon-ui:before, .ds-summary.overallReview .ribbon-ui:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.99em;
  border: 1.5em solid #6a9934;
  z-index: -1;
}
.ds-summary.overallReview .ribbon-ui:before {
  left: -1.7em;
  border-right-width: 1.2em;
  border-left-color: transparent;
}
.ds-summary.overallReview .ribbon-ui:after {
  right: -2.03em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
.ds-summary.overallReview .ribbon-ui .ribbon-content:before, .ds-summary.overallReview .ribbon-ui .ribbon-content:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #4f7327 transparent transparent transparent;
  bottom: -1em;
}
.ds-summary.overallReview .ribbon-ui .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}
.ds-summary.overallReview .ribbon-ui .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}
.ds-summary .ds-title {
  white-space: nowrap;
}
.ds-summary .starsArea {
  display: inline-block;
  margin-top: 3px;
  padding: 0 5px;
}
.ds-summary .ratingMethodLink {
  font-weight: bold;
  font-size: 1.2em;
}

.ds-comments .ds-comment .ds-lcol .ds-date {
  margin: 0 5px 0 0;
}

.pager {
  text-align: center;
}

.pager--top,
.pager:first-child {
  margin-bottom: 2.4375em;
}

.pager--bottom,
.pager:last-child {
  margin-top: 2.4375em;
}

.pager__querycorrection {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8em;
  font-size: 0.85em;
  text-transform: uppercase;
  margin-bottom: 0.8125em;
  clear: both;
}
.pager__querycorrection .pager__querycorrection-term {
  text-decoration: underline;
}
@media screen and (min-width: 630px) {
  .pager__querycorrection {
    float: left;
    margin-bottom: 0;
  }
}

.pager__amount {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8em;
  font-size: 0.85em;
  text-transform: uppercase;
  margin-bottom: 0.8125em;
}
@media screen and (min-width: 630px) {
  .pager__amount {
    float: left;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 630px) {
  .pager__pagination {
    float: right;
  }
}
.pager__pagination li {
  display: inline-block;
}
.pager__pagination li.current {
  padding: 0.203125em 0.40625em;
}
.pager__pagination a {
  display: block;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 0.203125em 0.609375em;
  cursor: pointer;
}
.pager__pagination a:hover {
  background-color: #009fda;
  border-color: #009fda;
  color: #ffffff;
}

/*#content
{
    &.ShiftDown
    {
        margin-top:0px;

        @include media($medium-min) {
            margin-top:35px;
        }
    }
}*/
.page-content {
  padding-top: 1.625em;
  padding-bottom: 1.625em;
}
@media screen and (min-width: 630px) {
  .page-content {
    padding-top: 0.8125em;
    padding-bottom: 0.8125em;
  }
}
.article.blog.blog-post-detail .page-content, .article.news.news-detail .page-content, .article.news.patient-spotlight .page-content {
  padding-top: 0px !important;
}
.page-content:first-child {
  padding-top: 0;
}
.page-content:last-child {
  padding-bottom: 0;
}
.container .page-content, .page-content .page-content {
  background: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.page-content > :first-child {
  margin-top: 0;
}
.page-content > :last-child {
  margin-bottom: 0;
}
.page-content .headshot-row-image {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.125em;
  min-width: 180px;
  padding: 0px 20px 25px;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 440px) {
  .page-content .headshot-row-image {
    width: 49%;
  }
}
@media screen and (min-width: 630px) {
  .page-content .headshot-row-image {
    width: 33%;
  }
}
@media screen and (min-width: 1230px) {
  .page-content .headshot-row-image {
    width: 25%;
  }
}
@media screen and (min-width: 630px) {
  .l-block--main .page-content .headshot-row-image {
    width: 49%;
  }
}
@media screen and (min-width: 1230px) {
  .l-block--main .page-content .headshot-row-image {
    width: 33%;
  }
}
.page-content .headshot-row-image img {
  padding: 10px 0px 5px 0px;
}
.l-block--postcontent .page-content {
  padding-bottom: 3.25em;
  padding-top: 1.625em;
}
.page-content li {
  padding-bottom: 0.5em;
}
.page-content a {
  text-decoration: underline;
}
.page-content a:hover, .page-content a:focus, .page-content a:active {
  text-decoration: underline;
}
.page-content .button {
  text-decoration: none !important;
}

.patient-spotlight__controls {
  padding-top: 0;
}
.l-block .patient-spotlight__controls {
  padding-top: 0;
}
.patient-spotlight__select-block label {
  margin-top: 0;
}

@-webkit-keyframes ldio-dcxi2q17gng {
  0% {
    transform: translate(12px, 80px) scale(0);
  }
  25% {
    transform: translate(12px, 80px) scale(0);
  }
  50% {
    transform: translate(12px, 80px) scale(1);
  }
  75% {
    transform: translate(80px, 80px) scale(1);
  }
  100% {
    transform: translate(148px, 80px) scale(1);
  }
}

@keyframes ldio-dcxi2q17gng {
  0% {
    transform: translate(12px, 80px) scale(0);
  }
  25% {
    transform: translate(12px, 80px) scale(0);
  }
  50% {
    transform: translate(12px, 80px) scale(1);
  }
  75% {
    transform: translate(80px, 80px) scale(1);
  }
  100% {
    transform: translate(148px, 80px) scale(1);
  }
}
@-webkit-keyframes ldio-dcxi2q17gng-r {
  0% {
    transform: translate(148px, 80px) scale(1);
  }
  100% {
    transform: translate(148px, 80px) scale(0);
  }
}
@keyframes ldio-dcxi2q17gng-r {
  0% {
    transform: translate(148px, 80px) scale(1);
  }
  100% {
    transform: translate(148px, 80px) scale(0);
  }
}
@-webkit-keyframes ldio-dcxi2q17gng-c {
  0% {
    background: #009fda;
  }
  25% {
    background: #595959;
  }
  50% {
    background: #a6ce39;
  }
  75% {
    background: #a6ce39;
  }
  100% {
    background: #009fda;
  }
}
@keyframes ldio-dcxi2q17gng-c {
  0% {
    background: #009fda;
  }
  25% {
    background: #595959;
  }
  50% {
    background: #a6ce39;
  }
  75% {
    background: #a6ce39;
  }
  100% {
    background: #009fda;
  }
}
.ldio-dcxi2q17gng div {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(80px, 80px) scale(1);
  background-color: transparent;
  -webkit-animation: ldio-dcxi2q17gng 1s infinite cubic-bezier(0, 0.5, 0.5, 1);
          animation: ldio-dcxi2q17gng 1s infinite cubic-bezier(0, 0.5, 0.5, 1);
}

.ldio-dcxi2q17gng div:nth-child(1) {
  background: #a6ce39;
  transform: translate(148px, 80px) scale(1);
  -webkit-animation: ldio-dcxi2q17gng-r 0.25s infinite cubic-bezier(0, 0.5, 0.5, 1), ldio-dcxi2q17gng-c 1s infinite step-start;
          animation: ldio-dcxi2q17gng-r 0.25s infinite cubic-bezier(0, 0.5, 0.5, 1), ldio-dcxi2q17gng-c 1s infinite step-start;
}

.ldio-dcxi2q17gng div:nth-child(2) {
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
  background: #009fda;
}

.ldio-dcxi2q17gng div:nth-child(3) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  background: #a6ce39;
}

.ldio-dcxi2q17gng div:nth-child(4) {
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
  background: #a6ce39;
}

.ldio-dcxi2q17gng div:nth-child(5) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  background: #595959;
}

.loadingio-spinner-ellipsis-azlavb4cbo {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
}

.ldio-dcxi2q17gng {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-dcxi2q17gng div {
  box-sizing: content-box;
}

#preloaderAnimation {
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
}

/**
 * @file
 * Related box
 */
.related-box--white,
.related-box {
  background-color: #f9f9f9;
  box-shadow: 0 1px 1px rgba(17, 17, 17, 0.15);
  margin: 1.625em auto;
  max-width: 1300px;
  padding: 1.625em 0.8125em;
  opacity: 1;
  transition: opacity 0.8s;
}
@media screen and (min-width: 630px) {
  .related-box--white,
.related-box {
    padding: 2.4375em;
  }
}
.related-box--white:first-child,
.related-box:first-child {
  margin-top: 0;
}
.related-box--white:last-child,
.related-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 630px) {
  .l-sidebar .related-box--white,
.l-sidebar .related-box {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
}
.related-box--white .block__button,
.related-box .block__button {
  text-align: center;
  margin-top: 1.625em;
}
.related-box--white .block__button .button,
.related-box .block__button .button {
  margin-bottom: 0;
}
@media screen and (min-width: 630px) {
  .l-sidebar .related-box--white .block__button,
.l-sidebar .related-box .block__button {
    display: none;
  }
}
.is-hidden .related-box--white,
.is-hidden .related-box {
  opacity: 0;
}

.related-box--white {
  background-color: #ffffff;
}

.related-box__header {
  position: relative;
  text-align: center;
}
.related-box__header .link {
  display: none;
}
@media screen and (min-width: 630px) {
  .l-sidebar .related-box__header {
    margin-bottom: 1.21875em;
    text-align: left;
  }
  .l-sidebar .related-box__header .link {
    display: block;
    position: absolute;
    top: 0.25em;
    right: 0;
  }
}

.related-box__title--no-icon,
.related-box__title {
  font-size: 1em;
  line-height: 1.625em;
  margin-top: 0em;
  margin-bottom: 0.8125em;
  display: inline-block;
  background: url("/assets/images/svg/ico--related.svg") no-repeat left center;
  text-transform: uppercase;
  text-align: center;
  padding-left: 1.625em;
}
.no-svg .related-box__title--no-icon,
.no-svg .related-box__title {
  background: url("/assets/images/png/ico--related.png") no-repeat left center;
}
@media screen and (min-width: 630px) {
  .l-sidebar .related-box__title--no-icon,
.l-sidebar .related-box__title {
    font-size: 1em;
    line-height: 1.1375em;
    margin-top: 0em;
    margin-bottom: 0em;
    text-transform: uppercase;
    color: #ff7900;
    padding-right: 4.5em;
    background: none;
    padding-left: 0;
    text-align: left;
  }
}

.related-box__title--no-icon {
  background: none;
}
.no-svg .related-box__title--no-icon {
  background: none;
}

.related-box__list--full,
.related-box__list {
  font-size: 0.9em;
  line-height: 1.3em;
}
@media screen and (min-width: 630px) {
  .related-box__list--full,
.related-box__list {
    -moz-column-count: 2;
         column-count: 2;
  }
  .l-sidebar .related-box__list--full,
.l-sidebar .related-box__list {
    -moz-column-count: 1;
         column-count: 1;
    font-size: 1em;
  }
}
@media screen and (min-width: 1060px) {
  .related-box__list--full,
.related-box__list {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media screen and (min-width: 1230px) {
  .related-box__list--full,
.related-box__list {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.related-box__list--full li,
.related-box__list li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  page-break-after: auto;
  -moz-column-break-after: auto;
       break-after: auto;
  border-bottom: 1px dashed #dddddd;
}
@media screen and (max-width: 629px) {
  .related-box__list--full li:last-child,
.related-box__list li:last-child {
    border-bottom: none;
  }
}
@media screen and (min-width: 630px) {
  .l-sidebar .related-box__list--full li,
.l-sidebar .related-box__list li {
    position: relative;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 0.609375em;
    margin-bottom: 0.609375em;
  }
  .l-sidebar .related-box__list--full li:nth-child(4),
.l-sidebar .related-box__list li:nth-child(4) {
    border-bottom: none;
  }
  .l-sidebar .related-box__list--full li:nth-child(n+5),
.l-sidebar .related-box__list li:nth-child(n+5) {
    display: none;
  }
}
.related-box__list--full a,
.related-box__list a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  padding: 0.8125em 0.40625em;
}
.related-box__list--full a:hover,
.related-box__list a:hover {
  background-color: #ffffff;
}
@media screen and (min-width: 630px) {
  .l-sidebar .related-box__list--full a,
.l-sidebar .related-box__list a {
    font-size: 1em;
    line-height: 1.21875em;
    color: #3e4345;
    background-color: transparent;
    font-weight: 700;
    padding: 0;
  }
  .l-sidebar .related-box__list--full a:hover,
.l-sidebar .related-box__list a:hover {
    color: #009fda;
  }
}

.related-box__list[data-itemCount="1"] {
  -moz-column-count: 1 !important;
       column-count: 1 !important;
}

@media screen and (min-width: 630px) {
  .related-box__list--full {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media screen and (max-width: 749px) {
  .related-box__list--full li:last-child,
.related-box__list--full li:nth-child(8n) {
    border-bottom: none;
  }
}
@media screen and (min-width: 750px) {
  .related-box__list--full {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 1229px) {
  .related-box__list--full li:nth-child(n+9) {
    display: none;
  }
}
@media screen and (min-width: 1230px) {
  .related-box__list--full {
    -moz-column-count: 3;
         column-count: 3;
  }
}

/**
* @file
* Related People and Related Locations
*/
.related-components {
  padding: 1.625em 0;
}
@media screen and (min-width: 630px) {
  .related-components {
    padding: 3.25em 0;
  }
  .l-block .l-block--50 .related-components {
    padding: 1.625em 0;
  }
}
.related-components--people {
  background-color: #f9f9f9;
}
.related-components--people .list--block {
  margin-bottom: 0;
}
.l-block--50 .related-components--people {
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .related-components--people .list__item {
    border-top: 1px solid #dddddd;
    border-bottom: none;
    margin-bottom: 0;
    padding-top: 0.8125em;
  }
  .related-components--people .list__item:first-child, .related-components--people .list__item:nth-child(2) {
    border-top: none;
    padding-top: 0;
  }
  .l-block--50 .related-components--people:nth-child(2):last-child .list__item, .l-block--50 .related-components--people:first-child:nth-last-child(2) .list__item {
    border-top: none;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0.8125em;
    padding-top: 0;
  }
}
.related-components .block__button {
  margin-top: 1em;
}
.related-components .list__header .link {
  display: none;
}
.related-components .list--block {
  width: 100%;
}
.related-components .list__title {
  margin-top: 0;
}
@media screen and (min-width: 750px) {
  .related-components .list__items:after {
    content: "";
    display: table;
    clear: both;
  }
  .related-components .list__item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .related-components .list__item:last-child {
    margin-right: 0;
  }
  .related-components .list__item:nth-child(2n) {
    margin-right: 0;
  }
  .related-components .list__item:nth-child(2n+1) {
    clear: left;
  }
  .related-components .list__item:nth-last-child(2), .related-components .list__item:last-child {
    border-bottom: none;
  }
}
.l-sidebar .related-components .list__item, .l-block--50 .related-components:nth-child(2):last-child .list__item, .l-block--50 .related-components:first-child:nth-last-child(2) .list__item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.l-sidebar .related-components .list__item:last-child, .l-block--50 .related-components:nth-child(2):last-child .list__item:last-child, .l-block--50 .related-components:first-child:nth-last-child(2) .list__item:last-child {
  margin-right: 0;
}
.l-sidebar .related-components .list__item:last-child, .l-block--50 .related-components:nth-child(2):last-child .list__item:last-child, .l-block--50 .related-components:first-child:nth-last-child(2) .list__item:last-child {
  border-bottom: none;
}
.l-block--50 .related-components--restricted:nth-child(2):last-child .list__item:nth-child(3):nth-last-child(2), .l-block--50 .related-components--restricted:nth-child(2):last-child .list__item:nth-child(3):nth-last-child(3), .l-block--50 .related-components--restricted:nth-child(2):last-child .list__item:nth-child(3):nth-last-child(4), .l-block--50 .related-components--restricted:first-child:nth-last-child(2) .list__item:nth-child(3):nth-last-child(2), .l-block--50 .related-components--restricted:first-child:nth-last-child(2) .list__item:nth-child(3):nth-last-child(3), .l-block--50 .related-components--restricted:first-child:nth-last-child(2) .list__item:nth-child(3):nth-last-child(4) {
  border-bottom: none;
}
.l-block--50 .related-components--restricted:nth-child(2):last-child .list__item:nth-child(n+4), .l-block--50 .related-components--restricted:first-child:nth-last-child(2) .list__item:nth-child(n+4) {
  display: none;
}
.l-block--50 .related-components--restricted:nth-child(2):last-child .list__view-more--100, .l-block--50 .related-components--restricted:first-child:nth-last-child(2) .list__view-more--100 {
  display: none;
}
.l-block--50 .related-components--restricted:nth-child(2):last-child .list__view-more--50, .l-block--50 .related-components--restricted:first-child:nth-last-child(2) .list__view-more--50 {
  display: block;
}
@media screen and (min-width: 630px) {
  .l-sidebar .related-components {
    background-color: transparent;
    box-shadow: none;
    margin: 0 0 3.25em;
    padding: 0;
  }
  .l-sidebar .related-components .container, .l-sidebar .related-components .page-content {
    min-width: 0;
    padding: 0;
    width: 100%;
  }
  .l-sidebar .related-components .list__header {
    margin-bottom: 1.21875em;
    text-align: left;
  }
  .l-sidebar .related-components .list__header .link {
    display: block;
    position: absolute;
    top: 0.25em;
    right: 0;
  }
  .l-sidebar .related-components .list__header__title {
    font-size: 1em;
    line-height: 1.1375em;
    margin-top: 0em;
    margin-bottom: 0em;
    text-transform: uppercase;
    color: #B25600;
    padding-right: 4.5em;
    background: none;
    padding-left: 0;
    text-align: left;
  }
  .l-sidebar .related-components .list__item {
    border-bottom: none;
    padding-top: 0.8125em;
    border-top: 1px solid #dddddd;
  }
  .l-sidebar .related-components .list__item:first-child {
    border-top: none;
  }
  .l-sidebar .related-components .list__contact,
.l-sidebar .related-components .block__button {
    display: none;
  }
}
.l-sidebar .related-components .list__item--location {
  padding-left: 0;
  padding-right: 0;
}
.l-sidebar .related-components .list__item--location:first-child {
  padding-top: 0;
}
@media screen and (min-width: 630px) and (max-width: 749px) {
  .l-sidebar .related-components .list__item--location .list__img {
    margin-bottom: 0.5em;
    width: 100%;
  }
  .l-sidebar .related-components .list__item--location .has-img {
    margin-left: 0;
  }
}

/**
 * @file
 * Doctor Results
 */
.results__empty {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  padding: 1.625em;
}
.results__item {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  margin: 0 -0.8125em;
}
@media screen and (min-width: 630px) {
  .results__item {
    margin: 0 -1.21875em;
  }
}
@media screen and (min-width: 1060px) {
  .results__item {
    border-bottom: 0;
    box-shadow: 0 1px 1px rgba(17, 17, 17, 0.1);
    padding: 0;
    margin: 0 0 1.625em;
  }
  .results__item:last-child {
    margin-bottom: 0;
  }
}
.results__bio {
  padding: 1.625em 0.8125em;
}
@media screen and (min-width: 1060px) {
  .results__bio {
    float: left;
    padding: 0;
  }
}
@media screen and (max-width: 1059px) {
  .results__bio {
    transition: padding-bottom 1s;
  }
  .is-expanded .results__bio {
    padding-bottom: 0.5em;
  }
}
.results__bio img {
  max-height: 160px;
}
.results__more-info {
  display: none;
  background: #f9f9f9;
  clear: both;
  padding: 1.21875em 0.8125em;
  margin: 0 -0.8125em -1.625em;
}
@media screen and (min-width: 630px) {
  .results__more-info {
    padding: 1.21875em;
    margin: 0 -1.21875em -1.625em;
  }
}
@media screen and (min-width: 1060px) {
  .results__more-info {
    display: none !important;
  }
}
.results__more-info .more-info__locations,
.results__more-info .more-info__item__compare {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.8125em;
  margin-bottom: 0.8125em;
}
@media screen and (max-width: 1059px) {
  .results__content {
    background-color: #f9f9f9;
    max-height: 0;
    overflow: hidden;
    padding: 0 1.21875em;
    transition: max-height 1s, padding-top 1s;
  }
  .is-expanded .results__content {
    max-height: 350px;
    padding: 1.625em 1.21875em 1.625em;
  }
}
.results__content .results__contact {
  display: block;
}
@media screen and (min-width: 1060px) {
  .results__content .results__contact {
    display: none;
  }
}
.results__locations, .results__compare {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.8125em;
  padding-bottom: 0.8125em;
}
@media screen and (min-width: 1060px) {
  .results__locations, .results__compare {
    border-bottom: none;
    float: left;
    margin: 1.21875em 0 0 0;
    padding: 0;
  }
  .results__locations:after, .results__compare:after {
    content: none;
  }
}
@media screen and (min-width: 1060px) {
  .results__locations {
    width: 200px;
    margin: 1.21875em 1.21875em 0 0;
  }
}
.results__compare .button {
  margin-right: 0.3em;
}
.results__MLHSEmployee {
  clear: both;
  display: block;
  position: relative;
}
.results__MLHSEmployee img {
  width: 90%;
}
.results__MLHSEmployee figcaption {
  background-color: #e7eff3;
  border-radius: 3px;
  font-size: 0.75rem;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  transition: all 0.5s;
  transition-delay: 0.5s;
  visibility: hidden;
  width: 100%;
  padding: 10px;
  z-index: 100;
}
.results__MLHSEmployee:hover figcaption {
  visibility: visible;
}
.results__label {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8em;
  margin-top: 0em;
  margin-bottom: 0.2256944444em;
  color: #6f767a;
  text-transform: uppercase;
}
.results__locations__list {
  font-size: 0.9em;
  line-height: 1.4;
}
.results__contact {
  background-color: #f9f9f9;
  clear: both;
  display: none;
  width: 100%;
}
.results__contact.inactive {
  font-family: "Roboto", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #595959;
}
@media screen and (min-width: 1060px) {
  .results__contact {
    background-color: #ffffff;
    border-top: 1px solid #dddddd;
    display: block;
    padding: 0.40625em 0.8125em;
    text-align: right;
  }
}
@media screen and (min-width: 1230px) {
  .results__contact {
    background-color: #00739d;
    float: right;
    width: 235px;
    min-height: 160px;
    color: #ffffff;
    text-align: center;
    clear: right;
    padding: 2.4375em 0.8125em 0;
  }
  .results__contact.inactive {
    background-color: #eaeaea;
    color: #595959;
  }
}
@media (min-width: 1280px) {
  .results__contact {
    width: 255px;
  }
}
@media screen and (min-width: 1060px) {
  .results__contact .button {
    background: #ffffff;
    border-color: #ffffff;
    color: #009fda;
  }
  .results__contact .button:hover, .results__contact .button:focus {
    background: #e7eff3;
    border-color: #e7eff3;
  }
}
.results__contact .tel {
  display: block;
  margin-top: 0.40625em;
  margin-left: 0.203125em;
}
@media screen and (min-width: 1060px) {
  .results__contact .tel {
    display: inline;
    margin-top: 0;
  }
}
@media screen and (min-width: 1230px) {
  .results__contact .tel {
    display: block;
  }
}
@media (min-width: 1280px) {
  .results__contact .tel {
    margin: 0.8125em 0 0;
  }
}
.results__contact .tel a {
  font-weight: 700;
}
@media screen and (min-width: 1230px) {
  .results__contact .tel a {
    color: #ffffff;
  }
  .results__contact .tel a:hover {
    text-decoration: underline;
  }
}
.results .more-info__item__contact .tel {
  display: block;
  margin-top: 0.40625em;
}
.results .more-info__item__contact .tel a {
  font-weight: 700;
}

.custom-searchIcon {
  display: inline-block;
  background: url("/assets/images/png/search-icon.png") no-repeat center center;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}

.custom-searchIcon:hover {
  background: url("/assets/images/png/search-icon-hover.png") no-repeat center center;
}

.search-wrap {
  position: relative;
  margin-bottom: 0.5em;
}

.search-content-type {
  display: none;
  padding-bottom: 1.625em;
}
.search-content-type li {
  display: block;
}
.search-content-type a, .search-content-type button {
  font-size: 0.8em;
  line-height: 1.21875em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  border-bottom: 1px solid #d2dce1;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 3em;
  color: #3e4345;
  padding: 1.015625em 1.21875em;
}
.search-content-type a.active, .search-content-type a:hover, .search-content-type a:focus, .search-content-type button.active, .search-content-type button:hover, .search-content-type button:focus {
  color: #009fda;
}
@media screen and (min-width: 1060px) {
  .search-content-type {
    display: block !important;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    padding-bottom: 0;
  }
  .search-content-type li {
    display: inline-block;
    border-bottom: 0;
  }
  .search-content-type a, .search-content-type button {
    background-color: #e7eff3;
    border-radius: 8px 8px 0 0;
    border-style: solid;
    border-color: #d2dce1;
    border-width: 1px 1px 0;
    text-transform: none;
    padding: 0.40625em 0.8125em;
    margin-bottom: 1px;
  }
  .search-content-type a:hover, .search-content-type button:hover {
    background-color: #ffffff;
  }
  .search-content-type a.active, .search-content-type button.active {
    background-color: #009fda;
    color: #ffffff;
  }
  .search-content-type a.active:hover, .search-content-type button.active:hover {
    background-color: #0082c1;
  }
}

.select2-wrapper__select {
  position: relative;
}

select > option:disabled {
  color: #ccc;
}

.share {
  float: left;
}
.share .share__label {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}
.share .social.addthis_custom_sharing {
  display: inline-block;
  vertical-align: middle;
}
.share .social.addthis_custom_sharing > div {
  font-size: 0.9em;
  height: 2em;
}
.share .social.addthis_custom_sharing li {
  display: inline-block;
}
.share .social.addthis_custom_sharing .at-share-btn {
  border-radius: 100%;
  background-color: #f9f9f9;
  color: #6f6f6f;
  display: inline-block;
  font-size: 0.9em;
  height: 2em;
  line-height: 2em;
  margin-right: 0.5em;
  position: relative;
  text-align: center;
  transition: transform 0.3s ease;
  vertical-align: middle;
  width: 2em;
}
@media screen and (min-width: 630px) {
  .share .social.addthis_custom_sharing .at-share-btn {
    background-color: #ffffff;
  }
  .share .social.addthis_custom_sharing .at-share-btn:hover {
    transform: translateY(-4px);
  }
}
.share .social.addthis_custom_sharing .at-share-btn:before {
  color: inherit;
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  transition: color 0.3s ease;
  vertical-align: middle;
}
.share .social.addthis_custom_sharing .at-share-btn span {
  display: none;
}
.share .social.addthis_custom_sharing .at-svc-facebook:before {
  content: "";
}
.share .social.addthis_custom_sharing .at-svc-twitter:before {
  content: "";
}
.share .social.addthis_custom_sharing .at-svc-google_plusone_share:before {
  content: "";
}
.share .social.addthis_custom_sharing .at-svc-compact:before {
  content: "";
}
.share .social.addthis_custom_sharing .at-svc-facebook:hover {
  color: #3b5998;
}
.share .social.addthis_custom_sharing .at-svc-twitter:hover {
  color: #55acee;
}
.share .social.addthis_custom_sharing .at-svc-google_plusone_share:hover {
  color: #cd201f;
}
.share .social.addthis_custom_sharing .at-svc-compact:hover {
  color: #ff6600;
}

/**
 * @file
 * Sidebar proximity navigation
 */
.sidebar__prox-nav a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  color: #3e4345;
  padding: 0.8125em 1.21875em;
  /*&:hover > span {
    transform: translateX(.5em);
  }*/
}
.sidebar__prox-nav a > span {
  transition: all 0.3s ease;
  transform: translateX(0);
  display: block;
}
.sidebar__prox-nav a:hover, .sidebar__prox-nav a.active {
  color: #00739d;
}
.sidebar__prox-nav .is-active > a {
  background-color: #f1f1f1;
  color: #00739d;
  cursor: default;
}
.sidebar__prox-nav .is-active > a:hover > span {
  transform: translateX(0);
}
.sidebar__prox-nav li {
  position: relative;
}
.sidebar__prox-nav i {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.2em;
  height: 3.2em;
  color: #ff7900;
  line-height: 3.2em;
  text-align: center;
  cursor: pointer;
}
.sidebar__prox-nav i:focus {
  outline: none;
}
.sidebar__prox-nav i.opened {
  transform: rotate(180deg);
}

.prox-nav__parent-title > a {
  font-size: 1em;
  line-height: 1.625em;
  margin-top: 0em;
  margin-bottom: 0em;
  background: #00739d;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.prox-nav__parent-title > a:hover {
  color: #ffffff;
}
.prox-nav__parent-title > a.is-active {
  /*cursor:default;*/
}
.prox-nav__parent-title > a.is-active:hover {
  background-color: #009fda;
  /*span {
    transform: translateX(0);
  }*/
}
.prox-nav__parent-title > a > i {
  display: none;
}
.prox-nav__parent-title > a > i.isWhite {
  color: #ffffff;
}
.prox-nav__parent-title > a > i.fa-2x {
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
}
.prox-nav__parent-title.js-isCollapsible > a {
  cursor: pointer;
}
.prox-nav__parent-title.js-isCollapsible > a > i {
  display: block;
}
.prox-nav__parent-title.js-isCollapsible > .prox-nav__level2 {
  display: none;
}

.prox-nav__level2 {
  background-color: #f9f9f9;
}
.prox-nav__level2 > li > a {
  border-bottom: 1px solid #dddddd;
  font-size: 0.9em;
  padding-right: 3.5em;
}
.prox-nav__level2 > li > a:hover {
  background-color: #f1f1f1;
}
.prox-nav__level2 > li > a:hover > span {
  transform: translateX(0.5em);
}

.prox-nav__level3 {
  display: none;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.prox-nav__level3 > li:last-child {
  padding-bottom: 0.40625em;
}
.prox-nav__level3 > li > a {
  font-size: 0.85em;
  padding: 0.609375em 0.609375em 0.609375em 2.03125em;
}
.prox-nav__level3 > li > a:hover > span {
  transform: translateX(0.5em);
}
.prox-nav__level3 .is-active > a {
  background: none;
}

html,
body {
  height: 100%;
}

/*.site-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}


.site-wrapper__notification {
    flex: none;
}

.site-wrapper__content {
    flex: auto;
    overflow: auto;
}

*/
.site-wrapper__header {
  position: relative;
  position: sticky;
  top: 0px;
  z-index: 100;
}

.site-wrapper__header-ie-sticky {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
}

form[data-sc-fxb] input[type=submit] {
  margin-top: 24px;
}
form[data-sc-fxb] .field-validation-error {
  display: inline-block;
  color: #b94a48;
  padding-top: 8px;
}

.sitecore-form__label--required::before {
  color: #d00;
  content: "*";
  font-weight: bolder;
  padding-right: 4px;
}

.spinner {
  display: block;
  margin: 10px auto;
}

._spinner {
  margin: 100px auto;
  height: 60px;
  text-align: center;
  font-size: 10px;
}

._spinner > div {
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

._spinner .rect1 {
  background-color: #60c4e5;
}

._spinner .rect2 {
  background-color: #00b4e0;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

._spinner .rect3 {
  background-color: #00a3db;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

._spinner .rect4 {
  background-color: #84bf41;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

._spinner .rect5 {
  background-color: #a2ca56;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

._spinner .rect6 {
  background-color: #c4d978;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/**
 * @file
 * Sidebar ads
 */
.sidebar--ad {
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 4px;
  text-align: center;
  padding: 0.8125em;
}
@media screen and (min-width: 1060px) {
  .sidebar--ad {
    border: 0;
    border-radius: 0;
    padding: 0;
  }
}
.sidebar--ad a {
  display: block;
}

/**
 * @file
 * Sidebar fieldgroup
 */
.sidebar--fields {
  background-color: #f9f9f9;
  box-shadow: 0 1px 1px rgba(17, 17, 17, 0.15);
  padding: 1.625em 0.8125em;
}

.sidebar-fieldgroup {
  margin-bottom: 1.21875em;
}

@media screen and (min-width: 440px) {
  .sidebar-fieldgroup--left {
    float: left;
    width: 47%;
  }
}

@media screen and (min-width: 440px) {
  .sidebar-fieldgroup--right {
    float: right;
    width: 47%;
  }
}

body.limr .followUsIcons {
  display: inline-block;
}
body.limr .followUsIcons ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
body.limr .followUsIcons ul li {
  width: 25px;
  display: inline-block;
  margin: 3px 7px 3px 3px;
}

/**
 * @file
 * Default splash
 */
.splash {
  position: relative;
  width: 100%;
  text-align: center;
}

.splash__image {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.no-flexbox .splash__image {
  display: table;
}
@media screen and (min-width: 630px) {
  .splash__image:before, .splash__image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
  }
  .splash__image:before {
    background-color: rgba(62, 67, 69, 0.2);
  }
  .splash__image:after {
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 50%, rgba(17, 17, 17, 0.8) 100%);
  }
  .no-cssgradients .splash__image:after {
    background: url("/assets/images/bg--splash__image.png") repeat 0 0;
  }
}
@media screen and (max-width: 629px) {
  .splash__image {
    background-image: none !important;
  }
}

.splash__content {
  position: relative;
  background-color: #f9f9f9;
  border-bottom: 1px solid #efefef;
  color: #3e4345;
  padding: 1.625em 0;
  position: relative;
}
.splash__content:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  height: 4px;
  width: 100%;
  background-color: #ff7900;
  background: linear-gradient(to right, #009fda 35%, #a6ce39 35%, #a6ce39 65%, #ff7900 65%, #ff7900 65%);
}
.no-flexbox .splash__content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 629px) {
  .splash__content {
    min-height: 0 !important;
  }
}
@media screen and (min-width: 630px) {
  .splash__content {
    background-color: transparent;
    border-bottom: 0;
    padding: 0;
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 10px;
  }
  .splash__content:before {
    display: none;
  }
  .js .splash__content {
    opacity: 0;
    transition: all 1s 0.5s ease;
    transform: translateY(1em);
    visibility: hidden;
  }
  .is-dom-ready .splash__content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
}

.splash__title {
  font-size: 1.95em;
  line-height: 1.25em;
  margin-top: 0em;
  margin-bottom: 0em;
  font-family: "Roboto", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 630px) {
  .splash__title {
    font-size: 3.05em;
    line-height: 1.0655737705em;
    margin-top: 0em;
    margin-bottom: 0em;
    color: #ffffff;
    text-shadow: 0 4px 7px rgba(17, 17, 17, 0.3);
  }
}
@media screen and (min-width: 1060px) {
  .splash__title {
    font-size: 3.4em;
    line-height: 1.1948529412em;
    margin-top: 0em;
    margin-bottom: 0em;
  }
}

@media screen and (min-width: 630px) {
  .splash__subtitle {
    color: #ffffff;
    font-size: 1.6em;
    margin: 0 0 0.5em 0;
    text-shadow: 0 4px 7px rgba(17, 17, 17, 0.3);
  }
}

.splash__intro {
  margin: 0.8125em 0 0;
}
@media screen and (min-width: 630px) {
  .splash__intro {
    color: #ffffff;
    text-shadow: 0 4px 7px rgba(17, 17, 17, 0.3);
    margin: 0.8125em 5% 0;
  }
}
@media screen and (min-width: 1060px) {
  .splash__intro {
    margin: 0.8125em 15% 0;
  }
}

.splash__content__button {
  margin-top: 0.8125em;
}

.splash-meta {
  width: 100%;
  margin-top: 0.8125em;
}
@media screen and (min-width: 750px) {
  .splash-meta {
    position: absolute;
    bottom: 0.5em;
    left: 0;
    color: #ffffff;
    text-align: left;
    margin-top: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 1060px) {
  .location .splash-meta {
    bottom: 2.5em;
  }
}

.rss {
  float: right;
}

.rss-button {
  background-color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75em;
  color: #ff7900;
  padding: 0 0.8125em;
}
.rss-button:hover {
  background-color: #ff7900;
  color: #ffffff;
}

/**
 * @file
 * Home splash
 */
.splash__content--home {
  background-color: transparent;
  border-bottom: 0;
  display: block;
  height: auto;
}
@media screen and (min-width: 630px) {
  .splash__content--home {
    position: absolute;
    bottom: 4.0625em;
    left: 0;
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 1060px) {
  .splash__content--home {
    bottom: 15vh;
  }
}

.splash__title--home {
  margin-bottom: 0.4166666667em;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (min-width: 630px) {
  .splash__title--home {
    font-size: 3.05em;
    line-height: 0.7991803279em;
    margin-top: 0em;
    margin-bottom: 0.5327868852em;
  }
}

.splash__image--home {
  min-height: 15em;
}
@media screen and (min-width: 630px) {
  .splash__image--home {
    min-height: 28em;
  }
}
@media screen and (min-width: 1060px) {
  .splash__image--home {
    min-height: 30em;
  }
}
@media screen and (min-width: 1230px) {
  .splash__image--home {
    min-height: 34em;
    height: calc(80vh - 95px);
  }
}
.splash__image--home .splash__image-background {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 1s;
}
.splash__image--home .splash__image-background:nth-child(2) {
  opacity: 0;
}
.splash__image--home .splash__image-background:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(62, 67, 69, 0.9);
}
@media screen and (min-width: 630px) {
  .splash__image--home .splash__image-background:before {
    display: none;
  }
  .splash__image--home .splash__image-background:after {
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 20%, rgba(17, 17, 17, 0.2) 30%, rgba(17, 17, 17, 0.5) 100%);
  }
  .no-cssgradients .splash__image--home .splash__image-background:after {
    background: url("/assets/images/bg--splash__image--home.png") repeat-x bottom left;
  }
}

/**
 * @file
 * Location splash
 */
@media screen and (min-width: 630px) {
  .splash--location .splash__image:before {
    background: rgba(62, 67, 69, 0.2);
  }
  .splash--location .splash__image:after {
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 25%, rgba(17, 17, 17, 0.8) 100%);
  }
}
@media screen and (min-width: 1060px) {
  .splash--location .splash__content {
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 1060px) {
  .splash--location .share {
    bottom: 2.5em;
  }
}

/**
 * @file
 * Doctor profile splash
 */
@media screen and (min-width: 630px) {
  .splash--small .splash__image:before {
    background-color: rgba(62, 67, 69, 0.65);
  }
}

/**
 * @file
 * Home splash nav
 */
.splash__nav {
  font-size: 1em;
}
@media screen and (min-width: 630px) {
  .splash__nav {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(17, 17, 17, 0.4);
    font-size: 1em;
    padding: 0.609375em 1.015625em;
  }
  .no-rgba .splash__nav {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1060px) {
  .splash__nav {
    font-size: 1.5em;
  }
}
.splash__nav .button {
  display: block;
  width: 100%;
  margin: 0.8125em 0 0;
}
@media screen and (min-width: 630px) {
  .splash__nav .button {
    display: inline-block;
    width: auto;
    margin: 0;
  }
}

.splash__nav__text {
  display: block;
  line-height: 1.9em;
  color: #ffffff;
}
@media screen and (min-width: 630px) {
  .splash__nav__text {
    display: inline-block;
    color: #595959;
  }
}

.splash__nav__select a,
.splash__nav__menu a {
  display: block;
}

.splash__nav__select {
  display: block;
  margin-bottom: 0.8125em;
  position: relative;
  text-transform: lowercase;
}
@media screen and (min-width: 630px) {
  .splash__nav__select {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

.selected-item > a {
  background-color: #ffffff;
  border: 1px solid #b3c4cd;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.9em;
}
.selected-item > a:hover, .selected-item > a:focus {
  border-color: #009fda;
}
@media screen and (min-width: 630px) {
  .selected-item > a {
    padding: 0 1.3em 0 0.5em;
  }
}
.selected-item > a:after {
  display: block;
  position: absolute;
  right: 0.15em;
  top: 0.05em;
  content: "▾";
  font-size: 1.5em;
  color: #ff7900;
}

.splash__nav__menu {
  transition: all 0.3s ease;
  transform: translateY(-1em);
  display: block;
  position: absolute;
  left: 0;
  top: 2.5em;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #d2dce1;
  box-shadow: 0 5px 15px rgba(17, 17, 17, 0.15);
  color: #3e4345;
  cursor: pointer;
  overflow: show;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
  z-index: 99999;
}
@media screen and (min-width: 630px) {
  .splash__nav__menu {
    width: 15em;
  }
}
.splash__nav__menu.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.splash__nav__menu:before, .splash__nav__menu:after {
  position: absolute;
  pointer-events: none;
  bottom: 100%;
  left: 1.5em;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
}
.splash__nav__menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.splash__nav__menu:before {
  border-color: rgba(210, 220, 225, 0);
  border-bottom-color: #d2dce1;
  border-width: 11px;
  margin-left: -11px;
}
.splash__nav__menu li {
  transition: all 0.3s ease;
  border-bottom: 1px solid #d2dce1;
  font-size: 0.9em;
  list-style: none;
  text-align: left;
  opacity: 1;
  padding: 0.609375em;
}
.splash__nav__menu li a {
  color: #6f767a;
}
.splash__nav__menu li a:hover {
  color: #009fda;
}
.splash__nav__menu li:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.splash__nav__menu li:last-child {
  border: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

@media screen and (min-width: 630px) {
  .splash_continue {
    display: none;
  }
}

/**
 * @file
 * Patient spotlight
 */
.spotlight-container--empty {
  background-color: #fff;
  padding: 2.4375em;
}

.spotlight-conditions-filter {
  margin-left: 2%;
}

.spotlight--block {
  background-color: #e7eff3;
  box-shadow: 0 1px 1px rgba(17, 17, 17, 0.15);
  box-sizing: border-box;
  padding: 0.8125em;
  margin: 1.21875em 2%;
  width: 96%;
}
.spotlight--block .spotlight__rec-image {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.spotlight--block .spotlight__content {
  margin-top: 0.8125em;
}
@media screen and (min-width: 630px) {
  .spotlight--block {
    width: 46%;
  }
  .spotlight--block .spotlight__rec-image {
    margin: -0.8125em -0.8125em 0;
  }
  .spotlight--block .spotlight__rec-image img {
    width: 100%;
    height: auto;
  }
  .spotlight--block .spotlight__content {
    display: block;
    margin: 0.8125em 0 0;
  }
}
@media screen and (min-width: 769px) {
  .spotlight--block {
    width: 29%;
  }
}

/**
 * @file
 * Patient spotlight slideshow
 */
.spotlight {
  overflow: hidden;
}

.spotlight__image {
  display: inline-block;
  border: 2px solid #a6ce39;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 1060px) {
  .spotlight__image {
    float: left;
    width: 215px;
    height: 215px;
    margin-left: 3.25em;
  }
}
.spotlight__image .spotlight__image__src {
  border-radius: 50%;
  overflow: hidden;
  margin: 0.40625em;
}

@media screen and (min-width: 1060px) {
  .spotlight__content {
    margin: 0 3.25em 0 305px;
  }
}

.spotlight__label {
  font-size: 0.9em;
  line-height: 1.8055555556em;
  margin-top: 0em;
  margin-bottom: 0.4513888889em;
  color: #ff7900;
  text-transform: uppercase;
}

.spotlight__name {
  margin-top: 0.325em;
}
.spotlight__name a {
  color: inherit;
}

.spotlight__quote {
  font-size: 1.1em;
  line-height: 1.4772727273em;
  margin-bottom: 0.7386363636em;
  font-family: "Roboto", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: italic;
  border: 0;
  text-align: left;
  padding: 0;
  margin-top: 0;
}
.spotlight__quote:before {
  display: none;
}

.spotlight .flex-pauseplay span {
  text-transform: capitalize;
}

.spotlight .slides > li {
  display: none;
  text-align: center;
  -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 1060px) {
  .spotlight .slides > li {
    text-align: left;
  }
}

.spotlight .slides img {
  width: 100%;
  display: block;
}

.spotlight .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .spotlight .slides {
  display: block;
}

* html .spotlight .slides {
  height: 1%;
}

.no-js .spotlight .slides > li:first-child {
  display: block;
}

.spotlight {
  position: relative;
  margin: 0;
  zoom: 1;
}

.spotlight .slides {
  zoom: 1;
}

.spotlight .slides img {
  height: auto;
}

.spotlight .flex-viewport {
  transition: all 1s ease;
  max-height: 2000px;
}

.loading .flex-viewport {
  max-height: 300px;
}

.spotlight .carousel li {
  margin-right: 5px;
}

.spotlight .flex-direction-nav {
  display: none;
  *height: 0;
}
@media screen and (min-width: 440px) {
  .spotlight .flex-direction-nav {
    display: block;
  }
}

.spotlight .flex-direction-nav a {
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 55px;
  height: 55px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
}

.spotlight .flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 32px;
  line-height: 55px;
  display: inline-block;
  width: 100%;
  content: "";
}

.spotlight .flex-direction-nav a.flex-next:before {
  content: "";
}

.spotlight .flex-direction-nav .flex-prev {
  left: -50px;
}

.spotlight .flex-direction-nav .flex-next {
  right: -50px;
}

.spotlight:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 25px;
}

.spotlight:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.spotlight:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 25px;
}

.spotlight:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.spotlight .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  cursor: default;
}

.spotlight .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}

.spotlight .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.spotlight .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: rgba(0, 159, 218, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}
.no-rgba .spotlight .flex-control-paging li a {
  background: #0ebeff;
}
.spotlight .flex-control-paging li a:hover {
  background: rgba(0, 159, 218, 0.7);
}
.no-rgba .spotlight .flex-control-paging li a:hover {
  background: #00b2f4;
}
.spotlight .flex-control-paging li a.flex-active {
  background: #009fda;
  cursor: default;
}

#vaccineAppointment-stepper {
  margin-bottom: 30px;
  /*

  .md-stepper-horizontal .md-step:hover,
  .md-stepper-horizontal .md-step:active {
      background-color: rgba(0,0,0,0.04);
  }

  .md-stepper-horizontal .md-step:active {
      border-radius: 15% / 75%;
  }

  .md-stepper-horizontal .md-step:first-child:active {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
  }

  .md-stepper-horizontal .md-step:last-child:active {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
  }

  */
}
#vaccineAppointment-stepper .md-stepper-horizontal {
  display: table;
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0 3px 8px -6px rgba(0, 0, 0, 0.5);
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step {
  display: table-cell;
  position: relative;
  padding: 24px;
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step:hover .md-step-circle {
  background-color: #757575;
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step:first-child .md-step-bar-left,
#vaccineAppointment-stepper .md-stepper-horizontal .md-step:last-child .md-step-bar-right {
  display: none;
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step .md-step-circle {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-color: #999999;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}
#vaccineAppointment-stepper .md-stepper-horizontal.green .md-step.active .md-step-circle {
  background-color: #00AE4D;
}
#vaccineAppointment-stepper .md-stepper-horizontal.orange .md-step.active .md-step-circle {
  background-color: #F96302;
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step.active .md-step-circle {
  background-color: #2196f3;
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step.done .md-step-circle:before {
  font-family: "FontAwesome";
  font-weight: 100;
  content: "";
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step.done .md-step-circle *,
#vaccineAppointment-stepper .md-stepper-horizontal .md-step.editable .md-step-circle * {
  display: none;
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step.editable .md-step-circle {
  transform: scaleX(-1);
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step.editable .md-step-circle:before {
  font-family: "FontAwesome";
  font-weight: 100;
  content: "";
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step .md-step-title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step .md-step-title,
#vaccineAppointment-stepper .md-stepper-horizontal .md-step .md-step-optional {
  text-align: center;
  color: rgba(0, 0, 0, 0.26);
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step.active .md-step-title {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step.active.done .md-step-title,
#vaccineAppointment-stepper .md-stepper-horizontal .md-step.active.editable .md-step-title {
  font-weight: 600;
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step .md-step-optional {
  font-size: 12px;
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step.active .md-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step .md-step-bar-left,
#vaccineAppointment-stepper .md-stepper-horizontal .md-step .md-step-bar-right {
  position: absolute;
  top: 36px;
  height: 1px;
  border-top: 1px solid #DDDDDD;
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step .md-step-bar-right {
  right: 0;
  left: 50%;
  margin-left: 20px;
}
#vaccineAppointment-stepper .md-stepper-horizontal .md-step .md-step-bar-left {
  left: 0;
  right: 50%;
  margin-right: 20px;
}

/**
 * @file
 * Top specialties
 */
.top-specialties__list {
  -moz-column-count: 2;
       column-count: 2;
  font-size: 0.9em;
  margin-bottom: 1.625em;
}
.top-specialties__list li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.top-specialties__list a {
  display: block;
  border-bottom: 1px dashed #d2dce1;
  padding: 0.24375em 0.40625em;
}
.top-specialties__list a:hover {
  background-color: #f8fafc;
}

/* style for the Web Forms for Marketers form elements */
form[data-wffm] .control-label {
  margin-bottom: 0;
}
form[data-wffm] .form-group {
  margin-bottom: 1em;
}
form[data-wffm] .field-validation-error {
  color: #b94a48;
  font-size: 0.8em;
}
form[data-wffm] .has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(185, 74, 72, 0.075);
}
form[data-wffm] .has-error.has-feedback .validation-summary-errors {
  color: #b94a48;
  font-size: 0.8em;
}
form[data-wffm] legend {
  margin: 0;
  padding-top: 1em;
}

.dynamic-listing__filter {
  overflow: hidden;
  margin-bottom: 1.25em;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 14px;
}
.dynamic-listing__filter .select2-wrapper {
  width: 100%;
}
.dynamic-listing__filter .select2-wrapper__select {
  position: relative;
  /*float: left;*/
  width: 100%;
}
.dynamic-listing__filter .select2-wrapper__select select {
  float: left;
  width: 100%;
}
.dynamic-listing__filter .select2-wrapper__select .spinner {
  position: absolute;
  right: 20px;
  top: 6px;
  width: 30px;
  height: 30px;
  margin: 0;
  z-index: 100;
}
.dynamic-listing__filter .select2-wrapper__select .spinner-label {
  position: absolute;
  top: 6px;
  height: 30px;
  z-index: 100;
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444444;
  line-height: 2em;
}
@media screen and (max-width: 749px) {
  .dynamic-listing__filter .select2-wrapper__select {
    float: none;
    width: 100%;
  }
}
.dynamic-listing__filter .select2-wrapper__label {
  margin-right: 1.5625em;
  margin-top: 0.75em;
}
@media screen and (max-width: 749px) {
  .dynamic-listing__filter .select2-wrapper__label {
    float: none;
    margin-top: 0;
  }
}

/* new ui - tabs */
.epic--openScheduler-toggle-formType li span.fa {
  color: #a6ce39;
}

.epic--openScheduler-toggle-formType li:not(.current) span.fa {
  display: none;
  color: #a6ce39;
}

.epic--openScheduler_form .step-item {
  padding: 10px 10px 10px 20px;
}
.epic--openScheduler_form .step-item span {
  vertical-align: middle;
  min-height: 30px;
}
.epic--openScheduler_form .step-item span.step-icon {
  color: #dddddd;
}
.epic--openScheduler_form .step-item span.step-icon.isActive {
  color: #ff7900;
}
.epic--openScheduler_form .step-item span.step-icon.isComplete {
  color: #a6ce39;
}
.epic--openScheduler_form .step-item span.step-text {
  font-weight: bold;
  cursor: pointer;
}
.epic--openScheduler_form .step-item-nav {
  min-height: 30px;
  vertical-align: middle;
  margin-top: 15px;
}
.epic--openScheduler_form .step-item-data.panel {
  padding: 20px;
  display: none;
}
.epic--openScheduler_form .step-item-data.panel.isActive {
  display: block;
}
.epic--openScheduler_form .step-item-data .step-item-ui {
  width: 100%;
  padding: 15px;
}
.epic--openScheduler_form .js-nextStepEpicForm span {
  vertical-align: middle;
}

.calendarNavWrapper {
  padding: 10px 0px;
}
.calendarNavWrapper > div {
  display: inline-block;
  width: auto;
}
.calendarNavWrapper > div button.button--white[disabled=disabled] {
  background-color: #dfdfdf !important;
}
.calendarNavWrapper > div button.button--white[disabled=disabled]:hover {
  background-color: #dfdfdf !important;
}

.dateRange {
  font-weight: bold;
  padding: 0px 10px;
}

.calendarContentWrapper {
  width: 100%;
  background-color: #fff;
  padding: 15px 15px 30px 15px;
  vertical-align: middle;
}
.calendarContentWrapper .calendarContent {
  display: block;
}
.calendarContentWrapper .calendarContent .appointmentCalendar {
  display: table;
  width: 100%;
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row {
  display: flex;
  padding: 12px 0px;
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .dateColumn {
  width: 100px;
  min-width: 100px;
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .dateColumn .dayOfWeek {
  font-weight: bold;
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .timeColumn {
  display: flex;
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .timeColumn .bx-wrapper {
  max-width: 100% !important;
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .timeColumn .bx-viewport {
  padding: 0px 10px;
  max-width: 100% !important;
  border-left: solid 1px #808080;
  border-right: solid 1px #808080;
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .timeColumn .slots {
  border-left: solid 1px #808080;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .timeColumn .slots .slot {
  display: inline-block;
  font-size: 0.85em;
  font-weight: bold;
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .timeColumn .slots .slot .switch {
  min-width: 80px;
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .timeColumn .slots .slot .switch .cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .timeColumn .slots .slot .switch .cmn-toggle + label {
  display: block;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .timeColumn .slots .slot .switch input.cmn-toggle-yes-no + label {
  padding: 10px;
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .timeColumn .slots .slot .switch input.cmn-toggle-yes-no + label:before, .calendarContentWrapper .calendarContent .appointmentCalendar .row .timeColumn .slots .slot .switch input.cmn-toggle-yes-no + label:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  line-height: 45px;
  border-radius: 7px;
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .timeColumn .slots .slot .switch input.cmn-toggle-yes-no + label:before {
  background-color: #009fda;
  content: attr(data-off);
  transition: transform 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .timeColumn .slots .slot .switch input.cmn-toggle-yes-no + label:after {
  background-color: #a6ce39;
  content: attr(data-on);
  transition: transform 0.5s;
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .timeColumn .slots .slot .switch input.cmn-toggle-yes-no:checked + label:before {
  transform: rotateY(180deg);
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .timeColumn .slots .slot .switch input.cmn-toggle-yes-no:checked + label:after {
  transform: rotateY(0);
}
.calendarContentWrapper .calendarContent .appointmentCalendar .row .timeColumn .noneAvailable {
  margin-left: 30px;
}
.calendarContentWrapper .calendarContent .form-group selectBox {
  font-size: 1em;
}
.calendarContentWrapper .calendarContent .form-group .combodate .combodate-day {
  width: 75px !important;
}
.calendarContentWrapper .calendarContent .form-group .combodate .combodate-month {
  width: 75px !important;
}
.calendarContentWrapper .calendarContent .form-group .combodate .combodate-year {
  width: 100px !important;
}
.calendarContentWrapper .calendarContent .form-group .radio-group.pillStyle input[type=radio] {
  position: static !important;
  display: none !important;
}
.calendarContentWrapper .calendarContent .form-group .form-inline_group50 {
  width: 49%;
  display: inline-block;
}
.calendarContentWrapper .calendarContent .form-group.form-inline {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.calendarContentWrapper .xhrStatusWindow {
  background-color: white;
  text-align: center;
  min-height: 170px;
  padding: 40px;
}
.calendarContentWrapper .xhrStatusWindow .xhrStatus--passed, .calendarContentWrapper .xhrStatusWindow .xhrStatus--failed {
  margin: 50px;
}

td.confirmationTableCol1 {
  width: 35%;
}

td.confirmationTableCol2 {
  width: 65%;
}

.NextAvailableForm .buttonArea {
  display: flex;
  margin: 10px 0px;
}
.NextAvailableForm .buttonArea .section1 {
  margin-right: 1.5em;
}
.NextAvailableForm .buttonArea .section2 {
  font-size: 0.8em;
  margin: 0px 1.5em;
}

.l-block--e7eff2 {
  background-color: #e7eff2;
}

.expansion {
  padding: 0em;
}

/* feature list */
/****************/
.feature-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.feature-item {
  width: 100%;
  padding: 1em;
  flex-grow: 1;
}
@media screen and (min-width: 750px) {
  .feature-item {
    width: 49%;
  }
}
@media screen and (min-width: 1230px) {
  .feature-item {
    width: 32%;
  }
}

/****************/
.feature-thumb, .feature-details {
  display: inline-block;
}

.feature-thumb {
  width: 90px;
  vertical-align: top;
  padding-top: 20px;
  padding-right: 10px;
}

.feature-thumb > img {
  width: 100%;
}

.feature-details {
  width: calc(100% - 100px);
}

.feature-title > h4 {
  font-size: 1.25em;
  line-height: 1.3em;
  margin-top: 0.65em;
  margin-bottom: 0.65em;
  font-family: "Roboto", "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.feature-summary > p {
  font-size: 0.9em;
  line-height: 1.3em;
}

.event-component {
  background-color: #00739d;
  /*display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-around;*/
}

.event-component__title {
  color: white;
  font-size: 1.1em;
  padding: 20px;
  display: block;
}

.event-component__listItems {
  list-style-type: none;
  display: flex;
  /*flex-basis:200px;*/
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px;
  font-size: 0.9em;
}

@media screen and (max-width: 600px) {
  .event-component__listItem {
    margin: 20px 0;
  }
}
.event-component__listItem {
  padding: 10px;
  display: flex;
  flex-basis: 270px;
  flex-direction: row;
  background-color: white;
}

.event-component__listItemsDate {
  padding: 10px;
  display: flex;
  flex-direction: row;
  font-weight: bold;
}

.event-component__listItemTitle {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #00739d;
  font-weight: bold;
}

.event-component__listItemDetails {
  position: relative;
  display: flex;
  padding: 5px;
  flex-direction: column;
}

.event-component__RegisterLink {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.7em;
  position: absolute;
  bottom: 0;
  background: #00739d;
  border: 1px solid #00739d;
  border-radius: 6px;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  vertical-align: middle;
  padding: 0.8125em 1.21875em 0.65em;
  margin-top: 0;
}

.event-component__ViewAllLink {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9em;
  position: relative;
  color: #ffffff;
  vertical-align: middle;
  margin: 25px;
}
.event-component__ViewAllLink:hover {
  color: black;
}

/* Section Specific rules */
.appointment-form__page {
  padding: 1px 0;
}
.appointment-form__fail-msg, .appointment-form__success-msg {
  display: none;
  margin-bottom: 1.625em;
}
.appointment-form__fail-msg {
  color: #b94a48;
}
.appointment-form__success-msg {
  text-align: center;
}
.appointment-form__success-msg .page-content {
  margin-bottom: 1em;
  text-align: left;
}

@media screen and (min-width: 630px) {
  .appointment-top {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
  }
}

@media screen and (min-width: 1060px) {
  .appointment-intro {
    width: 65.2173913043%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

.appointment-contact {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 1060px) {
  .appointment-contact {
    width: 30.4347826087%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.appointment-contact span {
  display: block;
}
.appointment-contact .phone-num {
  font-size: 1.56em;
  line-height: 1.0416666667em;
  margin-top: 0.5208333333em;
  margin-bottom: 0em;
}

.appointment-nav {
  text-align: center;
  margin-bottom: 2.4375em;
  clear: both;
}
@media screen and (min-width: 1060px) {
  .appointment-nav {
    margin-bottom: 4.0625em;
  }
}

.appointment__nav__steps {
  display: inline-block;
  text-align: center;
}
.appointment__nav__steps:before {
  display: block;
  content: "";
  position: relative;
  top: 31px;
  border-top: 1px solid #dddddd;
  margin: 0 30px;
  z-index: 0;
}
.appointment__nav__steps li {
  font-family: "Arvo", "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.2;
  margin: 0 0.8125em;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  vertical-align: top;
  width: 80px;
}
.appointment__nav__steps li:first-child, .appointment__nav__steps li:last-child {
  margin: 0;
}
.appointment__nav__steps li:hover .step {
  background-color: #d6e4eb;
}
.appointment__nav__steps li.is-active .step {
  background-color: #009fda;
  color: #ffffff;
}
@media screen and (min-width: 630px) {
  .appointment__nav__steps li {
    font-size: 1em;
    width: 100px;
    margin: 0 6.5em;
  }
}
@media screen and (min-width: 1060px) {
  .appointment__nav__steps li {
    margin: 0 11.375em;
  }
}
@media screen and (min-width: 1230px) {
  .appointment__nav__steps li {
    margin: 0 16.25em;
  }
}
.appointment__nav__steps .step {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: #e7eff3;
  border: 3px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 54px;
  font-size: 1.5em;
}

.appointment__buttons .button {
  display: block;
  margin: 0.8125em 0;
}
@media screen and (min-width: 440px) {
  .appointment__buttons .button {
    display: inline-block;
    margin: 0;
  }
}
@media screen and (min-width: 440px) {
  .appointment__buttons .appointment__buttons-prev {
    float: left;
  }
}
.appointment__buttons .appointment__buttons-next,
.appointment__buttons .appointment__buttons-submit {
  position: relative;
}
@media screen and (min-width: 440px) {
  .appointment__buttons .appointment__buttons-next,
.appointment__buttons .appointment__buttons-submit {
    float: right;
  }
}
.appointment__buttons .appointment__buttons-submit {
  display: none;
}
.appointment__buttons .appointment__buttons-submit.is-active {
  display: block;
}
.appointment__buttons .appointment__buttons-submit .spinner {
  display: none;
}

.epic-toggle-a-tag {
  font-size: 1.2em;
  color: #000000;
}

.js-multipage-form-js-fail-msg {
  display: none;
}

.appointment-form__js-fail-msg {
  color: #b94a48;
}

section, .form-section {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
section.hidden, .form-section.hidden {
  display: none;
}
section.shown, .form-section.shown {
  display: block;
}

#landingPage .landingPageImage {
  display: none;
}
@media screen and (min-width: 750px) {
  #landingPage .landingPageImage {
    text-align: center;
    margin-top: 30px;
    display: block;
  }
}

#vaccinationAppointmentForm #personal-information label span.required {
  color: red;
}
#vaccinationAppointmentForm .form-section {
  margin-top: 20px;
  margin-bottom: 20px;
}
#vaccinationAppointmentForm .slots-row-header {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0px;
}
#vaccinationAppointmentForm .slots-row {
  display: block;
}
@media screen and (min-width: 440px) {
  #vaccinationAppointmentForm .slots-row {
    display: flex;
  }
}
#vaccinationAppointmentForm .slots-item {
  margin-right: 5px;
}
#vaccinationAppointmentForm .appt-toggleButton {
  background-color: #00739d;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  cursor: pointer;
}
#vaccinationAppointmentForm .appt-toggleButton > input {
  position: absolute;
  visibility: hidden;
}
#vaccinationAppointmentForm .appt-toggleButton > input + span {
  padding: 7px;
}
#vaccinationAppointmentForm .appt-toggleButton > input:checked + span {
  background-color: #a6ce39;
  color: #333;
}
@media screen and (min-width: 750px) {
  #vaccinationAppointmentForm .appt-toggleButton {
    font-size: 1.1em;
  }
  #vaccinationAppointmentForm .slots-item {
    margin-right: 15px;
  }
}
#vaccinationAppointmentForm .timeSlotArea.scrollable {
  height: 300px;
  overflow-y: auto;
  box-shadow: 0 3px 8px -6px rgba(0, 0, 0, 0.5);
}
#vaccinationAppointmentForm .dateCols {
  display: flex;
  justify-content: space-between;
}
#vaccinationAppointmentForm .dateCols > div {
  order: 1;
}
#vaccinationAppointmentForm .dateCols div.date-col {
  width: 99%;
}
#vaccinationAppointmentForm .dateCols div.month-col-prev, #vaccinationAppointmentForm .dateCols div.month-col-next {
  white-space: nowrap;
  width: 190px;
}
#vaccinationAppointmentForm .dateCols div.month-col-next {
  text-align: right;
}
#vaccinationAppointmentForm .js-btn-month-nav {
  width: 90px;
  height: 43.594px;
}

.appt-result-date {
  font-weight: bold;
}

.appt-result-arriveTime {
  font-weight: bold;
}

span.required {
  color: red;
}

.directions {
  position: relative;
}

@media screen and (min-width: 630px) {
  .directions-result {
    max-height: 600px;
    overflow-y: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 1060px) {
  .directions-result {
    width: 47.8260869565%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

.directions-map {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 47%;
  height: 100%;
}
.directions-map iframe {
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1060px) {
  .directions-map {
    display: block;
  }
}

/**
 * @file
 * Doctor Profile
 */
@media screen and (max-width: 1229px) {
  .doctor .l-block--main .l-content,
.therapist .l-block--main .l-content {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-bottom: 0;
  }
  .doctor .l-block--main .l-sidebar,
.therapist .l-block--main .l-sidebar {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.profile {
  margin-bottom: 1.625em;
}

.profile-image {
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 4px;
  text-align: center;
  padding: 0.8125em;
  margin-bottom: 1.625em;
}
@media screen and (min-width: 630px) {
  .profile-image {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    float: left;
    width: 270px;
    padding: 0;
    margin-bottom: 0;
  }
}
.profile-image img {
  margin-bottom: 0.8125em;
  width: 270px;
  height: 341px;
}
.profile-image .button {
  width: 100%;
  margin-bottom: 0.8125em;
}
@media screen and (min-width: 440px) and (max-width: 629px) {
  .profile-image .button {
    width: 80%;
  }
}

@media screen and (min-width: 630px) {
  .profile-intro {
    margin-left: 300px;
  }
}

.profile-intro__item {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.21875em;
  margin-bottom: 1.21875em;
}
.profile-intro__item li {
  display: inline;
}
.profile-intro__item .button {
  margin-bottom: 0;
}
.profile-intro__item.noBottomMargin {
  margin-bottom: 0px !important;
}
.profile-intro__item .profile-practice_component {
  display: block;
}
@media screen and (min-width: 1060px) {
  .profile-intro__item .profile-practice_component {
    display: flex;
  }
}
.profile-intro__item .profile-practice_component .profile-practice__logo {
  margin-left: 0em;
  text-align: center;
}
@media screen and (min-width: 1060px) {
  .profile-intro__item .profile-practice_component .profile-practice__logo {
    margin-left: 1em;
    margin-top: -1em;
  }
}
.profile-intro__item:last-child {
  border-bottom: none;
  padding-bottom: 0em;
  margin-bottom: 0em;
}

.noBottomBorder {
  border-bottom: none !important;
}

.noTopBorder {
  border-top: none !important;
}

.therapist .profile-intro__item {
  /* hide language info for now*/
}
.therapist .profile-intro__item:nth-last-child(2) {
  /* override the bottom border */
  border-bottom: 0;
  padding-bottom: 0;
}
.therapist .profile-intro__item .tab-personal li:nth-last-child(2) {
  display: none;
}

.profile-intro__item--stacked li {
  display: list-item;
}

.profile-intro__item--appointment {
  text-align: center;
}
@media screen and (min-width: 630px) {
  .profile-intro__item--appointment {
    text-align: left;
  }
}

.profile-intro__item--last {
  border-bottom: 0;
  padding-bottom: 0;
}

.profile-intro__title {
  margin-top: 0em;
  margin-bottom: 0.203125em;
  color: #3e4345;
  text-transform: none;
}

.profile-intro__short-bio {
  margin-bottom: 0;
}
.is-truncated .profile-intro__short-bio {
  max-height: 4.5em;
  overflow: hidden;
}

.profile-intro__contact {
  display: inline-block;
  white-space: nowrap;
  margin-top: 0.40625em;
}
.profile-intro__contact a {
  font-weight: 700;
}

.profile-intro__mlhc-employed {
  clear: both;
  display: inline-block;
  position: relative;
  width: 100%;
}
.profile-intro__mlhc-employed figcaption {
  background-color: #e7eff3;
  border-radius: 3px;
  font-size: 0.75rem;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  transition: all 0.5s;
  transition-delay: 0.5s;
  visibility: hidden;
  width: 100%;
  padding: 10px;
}
.profile-intro__mlhc-employed:hover figcaption {
  visibility: visible;
}

.profile-intro__specialtieslist {
  list-style: disc !important;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .profile-intro__specialtieslist {
    display: block;
  }
}
.profile-intro__specialtieslist > li {
  display: list-item;
  margin: 0px 20px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.profile-offices .link {
  display: block;
  margin: 1.625em 0 1.21875em;
}

.profile-offices {
  background-color: #f9f9f9;
  box-shadow: 0 1px 1px rgba(17, 17, 17, 0.15);
  padding: 1.625em;
}
@media screen and (min-width: 1230px) {
  .profile-offices {
    font-size: 0.95em;
  }
}

.doctor .profile-office__map,
.therapist .profile-office__map {
  width: 100%;
  height: 300px;
  margin-bottom: 0.8125em;
  /*
  @include media($large-max) {
  	display: none;
  }
     */
}

.profile-office__item {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 0.8125em;
  margin-bottom: 0.8125em;
}
.profile-office__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.profile-office__address {
  font-size: 0.9em;
  font-style: normal;
  margin-bottom: 0.8125em;
}

.profile-office__address__title {
  margin-top: 0em;
  margin-bottom: 0em;
}

.profile-office__address__contact {
  font-size: 1.1em;
  margin-top: 0.8125em;
}
.profile-office__address__contact span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.profile-offices__all {
  display: none;
  margin-top: 0.8125em;
}

.profile-showOtherDoctorsinPractice {
  font-size: 0.8em;
}

.profile-ZocDoc__wrapper {
  padding-top: 0.8125em;
  padding-bottom: 0.8125em;
}

.profile-EPIC-offices {
  display: table;
  width: 100%;
  margin-left: 0px;
}
@media screen and (min-width: 1230px) {
  .profile-EPIC-offices {
    font-size: 0.95em;
  }
}
@media screen and (min-width: 1060px) {
  .profile-EPIC-offices {
    margin-left: 300px;
    width: calc(100% - 300px);
  }
}

.profile-EPIC-offices__place_row {
  width: 100%;
}

.profile-EPIC-offices__item_divider {
  border-top: 2px solid #dddddd !important;
  width: 100%;
  vertical-align: middle;
}

.profile-EPIC-offices__postContent {
  margin-left: 0px;
}
@media screen and (min-width: 1060px) {
  .profile-EPIC-offices__postContent {
    margin-left: 300px;
    width: calc(100% - 300px);
  }
}

.profile-EPIC-offices_place_addressBox {
  width: 100%;
}
@media screen and (min-width: 1060px) {
  .profile-EPIC-offices_place_addressBox {
    display: flex;
    flex-direction: row-reverse;
  }
  .profile-EPIC-offices_place_addressBox > div {
    flex: 1;
  }
}

.profile-EPIC-offices__messageBox {
  border-radius: 8px;
  background-color: #fff;
  padding: 1.015625em;
}
.profile-EPIC-offices__messageBox :first-child.bold {
  font-weight: bold;
}
.profile-EPIC-offices__messageBox .button {
  margin-top: 1.625em;
}
.profile-EPIC-offices__messageBox .newAccountText {
  font-size: 0.7em;
  margin-top: 1.21875em;
}

.toggle-tabs {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: none;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 1060px) {
  .toggle-tabs {
    display: block;
  }
}
.toggle-tabs i {
  display: none;
}
.toggle-tabs li {
  float: left;
  width: 33.333%;
}
.toggle-tabs li:first-child:nth-last-child(2), .toggle-tabs li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.toggle-tabs li:first-child:last-child {
  width: 100%;
}
.toggle-tabs li.current {
  background-color: #f9f9f9;
}
.toggle-tabs li.current a {
  border-color: #009fda;
  color: #009fda;
}
.toggle-tabs a {
  transition: all 0.3s ease;
  border-top: 3px solid transparent;
  display: block;
  color: #595959;
  cursor: pointer;
  font-size: 0.8em;
  padding: 1.625em 0;
}
@media screen and (min-width: 1230px) {
  .toggle-tabs a {
    font-size: 0.9em;
  }
}
.toggle-tabs a:hover {
  border-color: #dddddd;
  color: #009fda;
}

.tab-container {
  display: none;
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 1060px) {
  .tab-container {
    border-bottom: 0;
  }
}
.tab-container.current {
  display: block;
}

.tab {
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 1060px) {
  .tab {
    display: none;
  }
}
.tab:hover {
  color: #009fda;
}
.tab.current {
  background-color: #009fda;
  color: #ffffff;
}
.tab.current i {
  transform: rotate(90deg);
}
.tab.current a {
  color: #ffffff;
}
.tab a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #595959;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0.8125em;
}
@media screen and (min-width: 630px) {
  .tab a {
    padding-left: 1.21875em;
    padding-right: 1.21875em;
  }
}

.tab-left {
  margin-bottom: 2.4375em;
}
@media screen and (min-width: 1060px) {
  .tab-left {
    width: 47.8260869565%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}
@media screen and (min-width: 1230px) {
  .tab-left {
    width: 56.5217391304%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1060px) {
  .tab-right {
    width: 47.8260869565%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-top: 0.8125em;
  }
}
@media screen and (min-width: 1230px) {
  .tab-right {
    width: 39.1304347826%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

.tab-personal span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.tab-list {
  font-size: 0.95em;
  margin-bottom: 1.625em;
}

.tab-list__title {
  font-size: 1em;
  line-height: 1.421875em;
  margin-top: 0em;
  margin-bottom: 0.203125em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  text-transform: uppercase;
}

.tab-list__title--right {
  float: right;
}

.tab-list__items li {
  margin-bottom: 0.40625em;
}
.tab-list__items.inline li {
  display: inline;
  margin-bottom: 0;
}

.tab-list__item {
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.40625em;
  margin-bottom: 0.40625em;
}
.tab-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tab-list__item .tab-list__specialty {
  display: block;
}
.tab-list__item .tab-list__certified {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.tab-list__item .tab-list__status {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.2em;
  color: #888888;
}
.tab-list__item .tab-list__status.accepting {
  color: #a6ce39;
}

/**
 * @file
 * Doctor Compare
 */
.compare-doctor td {
  padding-top: 2.4375em;
}

.compare-item {
  font-size: 0.9em;
  margin-bottom: 0.8125em;
}
.compare-item:last-child {
  margin-bottom: 0;
}
.compare-item li {
  line-height: 1.2;
  margin-bottom: 0.40625em;
}

.compare-img {
  float: left;
  max-width: 120px;
}

.compare-content {
  margin-left: 135px;
}

.compare-title {
  font-size: 1.25em;
  line-height: 1.3em;
}

.compare-action td {
  background-color: #f9f9f9;
}
.compare-action td .compare-remove {
  float: right;
  margin-top: 0.73125em;
}

/**
 * @file
 * Events
 */
.detail__event-date ~ .page-content {
  padding-left: 3.5em;
  width: auto;
  padding-top: 0.4em;
}
@media screen and (min-width: 1500px) {
  .detail__event-date ~ .page-content {
    padding-left: 0;
  }
}

.event-map {
  display: none;
}
@media screen and (min-width: 1060px) {
  .event-map {
    display: block;
    height: 350px;
    overflow: hidden;
  }
}

.events .profile-office__map {
  width: 100%;
  height: 100%;
  margin-bottom: 0.8125em;
}
@media screen and (max-width: 1229px) {
  .events .profile-office__map {
    display: none;
  }
}

.event-group {
  background-color: #f9f9f9;
  box-shadow: 0 1px 1px rgba(17, 17, 17, 0.15);
  padding: 1.625em 0.8125em;
  margin: 1.625em 0;
}
@media screen and (min-width: 630px) {
  .event-group {
    padding: 2.4375em;
  }
}

/**
 * @file
 * Locations
 */
.location--nav {
  padding-bottom: 1.625em;
}
@media screen and (min-width: 1060px) {
  .location--nav {
    position: relative;
    background-color: #ffffff;
    padding: 1.625em 0 2.4375em;
    margin-top: -90px;
  }
  .location--nav:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    height: 4px;
    width: 100%;
    background-color: #ff7900;
    background: linear-gradient(to right, #009fda 35%, #a6ce39 35%, #a6ce39 65%, #ff7900 65%, #ff7900 65%);
  }
}
.location--nav li {
  display: block;
  position: relative;
}
.location--nav li.active-child > a {
  color: #009fda;
}
.location--nav li.active > a {
  color: #009fda;
  cursor: default;
}
.location--nav a {
  font-size: 0.8em;
  line-height: 1.21875em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  color: #3e4345;
  padding: 1.015625em 1.21875em;
}
.location--nav a:hover, .location--nav a:focus {
  color: #009fda;
}

.location--nav__menu-toggle {
  font-size: 0.8em;
  line-height: 2.03125em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  background-color: #009fda;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  padding: 0.8125em;
}
@media screen and (min-width: 1060px) {
  .location--nav__menu-toggle {
    display: none;
  }
}
.location--nav__menu-toggle i.arrow {
  transition: all 0.3s ease;
  top: 3px;
  float: right;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.location--nav__menu-toggle i.arrow.opened {
  transform: rotate(180deg);
}

.location--nav__parent {
  display: none;
}
@media screen and (min-width: 1060px) {
  .location--nav__parent {
    display: block !important;
    text-align: center;
  }
}
@media screen and (min-width: 1060px) {
  .location--nav__parent > li {
    display: inline-block;
    margin: 0 0.8125em;
  }
}
@media screen and (min-width: 1230px) {
  .location--nav__parent > li {
    margin: 0 1.21875em;
  }
}
.location--nav__parent > li > a {
  border-bottom: 1px solid #d2dce1;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 3em;
}
@media screen and (min-width: 1060px) {
  .location--nav__parent > li > a {
    border-bottom: 3px solid transparent;
    padding: 0 0 0.8125em;
  }
  .location--nav__parent > li > a:focus .location--nav__level2 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .location--nav__parent > li > a.active {
    border-color: #009fda;
  }
}
.location--nav__parent .has-children {
  position: relative;
}
.location--nav__parent i {
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.3em;
  height: 2.6em;
  color: #ff7900;
  line-height: 2.6em;
  text-align: center;
  cursor: pointer;
}
.location--nav__parent i.opened {
  transform: rotate(180deg);
}
@media screen and (min-width: 1060px) {
  .location--nav__parent i {
    position: absolute;
    top: 0;
    right: -1em;
    width: auto;
    height: auto;
    line-height: 1;
  }
  .location--nav__parent i.opened {
    transform: rotate(0deg);
  }
}

.location--nav__level2 {
  display: none;
  background-color: #f9f9f9;
  border-bottom: 1px solid #d2dce1;
}
@media screen and (min-width: 1060px) {
  .location--nav__level2 {
    display: block !important;
    transition: all 0.3s ease;
    transform: translateY(-1em);
    position: absolute;
    top: 100%;
    left: -1em;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #d2dce1;
    box-shadow: 0 5px 15px rgba(17, 17, 17, 0.15);
    width: 15em;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
  }
  .location--nav__level2:before, .location--nav__level2:after {
    position: absolute;
    pointer-events: none;
    bottom: 100%;
    left: 1.5em;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
  }
  .location--nav__level2:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
  }
  .location--nav__level2:before {
    border-color: rgba(210, 220, 225, 0);
    border-bottom-color: #d2dce1;
    border-width: 11px;
    margin-left: -11px;
  }
  .location--nav-active .location--nav__level2 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1060px) {
  .location--nav__level2 > li {
    border-bottom: 1px solid #d2dce1;
  }
}

.location .profile-office__map {
  width: 100%;
  height: 100%;
  margin-bottom: 0.8125em;
}
@media screen and (max-width: 1229px) {
  .location .profile-office__map {
    display: none;
  }
}

/**
 * @file
 * Search Results
 */
.search-results__wrap {
  background-color: #ffffff;
  padding: 2.4375em 0.8125em;
  margin: 0 -0.8125em;
}
@media screen and (min-width: 630px) {
  .search-results__wrap {
    padding-left: 1.21875em;
    padding-right: 1.21875em;
    margin: 0 -1.21875em;
  }
}
@media screen and (min-width: 1060px) {
  .search-results__wrap {
    padding: 2.4375em;
    margin: 0;
  }
}

.content-type__menu-toggle {
  font-size: 0.8em;
  line-height: 2.03125em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  background-color: #009fda;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  padding: 0.8125em;
}
.content-type__menu-toggle.open i {
  transform: rotate(180deg);
}
@media screen and (min-width: 1060px) {
  .content-type__menu-toggle {
    display: none;
  }
}

/**
* @file
* ClinicalTrial Profile
*/
.clinicaltrial .l-block--main .l-content {
  width: 100%;
  margin-bottom: 0;
}

/* Styleguide Specific rules */
/* print rules */
/**
 * @file
 * Define print styles here.
 */
@media print {
  html {
    font-size: 12px !important;
    text-align: left !important;
  }

  header[role=banner],
footer[role=contentinfo],
iframe,
.fluid-width-video-wrapper,
.list__hero-image,
.health-system,
.spotlight,
.location--nav,
.share,
.splash__content__button,
.view-offices {
    display: none !important;
  }

  .tab-container,
.profile-offices__all {
    display: block !important;
  }

  .splash,
.splash__content,
.list__item {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
  }

  .profile-offices {
    padding: 0;
  }

  /* format doctor's profile page for print */
  /* map */
  html > body:not(.doctor) aside[role=complementary] {
    display: none !important;
  }

  html > body.doctor {
    width: 1000px;
    margin: 0 auto;
  }
  html > body.doctor main {
    float: left;
    width: 650px;
  }
  html > body.doctor aside[role=complementary] {
    display: block !important;
    float: right;
    margin-bottom: 20px;
    width: 320px;
  }
  html > body.doctor div.profile-image .button {
    display: none;
  }
  html > body.doctor .profile-image {
    float: left;
  }
  html > body.doctor .profile-intro {
    margin-left: 320px;
  }
  html > body.doctor div.profile-intro:nth-child(0) {
    display: none !important;
  }
  html > body.doctor .splash__title {
    font-size: 4em !important;
    padding: 20px 0px;
  }
  html > body.doctor .tab-left {
    float: left;
    width: 650px;
  }
  html > body.doctor .tab-right {
    width: 320px;
    float: right;
  }
  html > body.doctor .profile-office__item {
    padding: 10px;
  }
}
.limr {
  /* global*/
  /* splash */
  /* Site header large*/
  /* LIMR Top Navigation */
  /* nav */
  /*********************Researcher Detail Overview Start */
  /********************Researcher Detail Overview End    */
  /*******************Researcher Detail Profile Begin */
  /****************** Researcher Detail Profile End*/
  /******************* Clinical Trial Begin*/
  /********************Clinical Trial End***/
  /* featured list */
  /* end featured list */
  /*featured researcher component*/
  /* end featured researcher */
  /* callouts */
}
.limr .bodyRightRailContainer:empty, .limr main:empty, .limr aside:empty {
  display: none;
}
.limr .splash {
  margin-top: 34px;
}
.limr .site-header--extra-site {
  width: 100%;
  background-color: #3e4345;
  text-align: center;
}
@media (min-width: 600px) {
  .limr .site-header--extra-site {
    text-align: right;
  }
}
.limr .site-header--extra-site .site-header--extra-site-nav {
  margin: 0 1.21875em;
}
.limr .site-header--extra-site .site-header--extra-site-nav a {
  font-size: 0.7em;
  line-height: 2.90179em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
}
@media (min-width: 1230px) {
  .limr .site-header--extra-site .site-header--extra-site-nav a {
    font-size: 0.8em;
    line-height: 2.53906em;
  }
}
.limr .site-header--extra-site .site-header--extra-site-nav a:hover,
.limr .site-header--extra-site .site-header--extra-site-nav a:focus {
  color: #009fda;
}
.limr .site-header--extra-site .site-header--extra-site-nav a.active {
  color: #009fda;
}
.limr .site-header--large {
  display: none;
  box-shadow: 0 5px 15px rgba(17, 17, 17, 0.15);
}
.limr .site-header--logo {
  position: absolute;
  top: 0;
  left: 1.21875em;
  background: #ffffff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 -10px 60px rgba(17, 17, 17, 0.15);
  z-index: 100;
  max-width: 175px;
}
.limr .no-boxshadow .site-header--logo {
  border-bottom: 1px solid #dddddd;
}
.limr .site-header--logo h2 {
  margin: 0;
}
.limr .site-header--logo a {
  display: block;
  padding: 0.40625em 0.8125em;
}
.limr .site-header--navs {
  float: right;
  padding-left: 0px;
}
.limr .site-header--nav {
  float: left;
  margin-top: 0;
}
@media (min-width: 1230px) {
  .limr .site-header--nav {
    margin-top: 0;
  }
}
@media screen and (min-width: 1500px) {
  .limr .site-header--nav {
    border-right: 0;
    margin-top: 0;
  }
}
.limr .site-header--nav ul {
  padding: 0;
  margin: 0;
}
.limr .site-header--nav li {
  display: inline-block;
  margin-right: 0.65em;
}
@media (min-width: 1300px) {
  .limr .site-header--nav li {
    margin-right: 1em;
  }
}
.limr .site-header--nav li:last-child {
  margin-right: 0;
}
@media (min-width: 1230px) {
  .limr .site-header--nav li:last-child {
    margin-right: 0.8125em;
  }
}
.limr .site-header--nav .site-header--nav__has-children {
  margin-right: 1.625em;
}
.limr .site-header--nav .site-header--nav__has-children i {
  line-height: 2.1em;
}
.limr .site-header--nav a {
  font-size: 0.67em;
  line-height: 2.90179em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3e4345;
  text-transform: uppercase;
}
@media (min-width: 1230px) {
  .limr .site-header--nav a {
    font-size: 0.8em;
    line-height: 2.53906em;
  }
}
.limr .site-header--nav a:hover,
.limr .site-header--nav a:focus {
  color: #009fda;
}
.limr .site-header--nav a.active {
  color: #009fda;
}
@media (min-width: 1060px) {
  .limr .nav__has-children--site-header--nav a:focus .nav__level2, .limr .nav__has-children--location--nav a:focus .nav__level2 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    margin-top: -30px;
  }
  .limr .nav__has-children--site-header--nav a.active,
.limr .nav__has-children--location--nav a.active {
    border-color: #009fda;
  }
}
.limr .nav__has-children--site-header--nav i {
  top: 0.6em;
  right: -0.8em;
  color: #ff6600;
}
@media (min-width: 1230px) {
  .limr .nav__has-children--site-header--nav i {
    top: 0.5em;
  }
}
.limr .nav__has-children--location--nav i {
  right: 0;
  top: 0;
  line-height: 2.6em;
  width: 2.3em;
  height: 2.6em;
}
@media (min-width: 1060px) {
  .limr .nav__has-children--location--nav i {
    right: -1.8em;
    line-height: 1em;
  }
}
.limr .nav__level2 {
  display: none;
  background-color: #f9f9f9;
  border-bottom: 1px solid #d2dce1;
}
@media (min-width: 1060px) {
  .limr .nav__level2 {
    display: block !important;
    transition: all 0.3s ease;
    transform: translateY(-1em);
    position: absolute;
    /*top: 100%;*/
    /*left: -1em;*/
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #d2dce1;
    box-shadow: 0 5px 15px rgba(17, 17, 17, 0.15);
    /*width: 15em;*/
    text-align: left;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
  }
  .limr .nav__level2.nav-active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .limr .nav__level2:before,
.limr .nav__level2:after {
    position: absolute;
    pointer-events: none;
    bottom: 100%;
    left: 1.5em;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
  }
  .limr .nav__level2:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
  }
  .limr .nav__level2:before {
    border-color: rgba(210, 220, 225, 0);
    border-bottom-color: #d2dce1;
    border-width: 11px;
    margin-left: -11px;
  }
}
.limr .nav__level2 li {
  display: block;
  position: relative;
  margin: 0;
}
@media (min-width: 1060px) {
  .limr .nav__level2 li {
    border-bottom: 1px solid #d2dce1;
  }
}
.limr .nav__level2 a {
  font-size: 0.8em;
  line-height: 1.21875em;
  font-weight: 400;
  display: block;
  padding: 1.01563em 1.21875em;
  text-transform: none;
  width: 100%;
}
.limr .site-header--buttons-small {
  float: right;
  margin-top: 1.42188em;
}
.limr .site-header--buttons-small li {
  display: inline-block;
}
.limr .site-header--buttons-small .button--like-to__text {
  display: none;
}
@media (min-width: 400px) {
  .limr .site-header--buttons-small .button--like-to__text {
    display: inline;
  }
}
.limr .like-to {
  transition: all 0.3s ease;
  transform: translateY(-100px);
  position: absolute;
  left: 0;
  background: #ffffff;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  top: 6.8em;
}
@media (orientation: landscape) {
  .limr .like-to {
    height: 240px;
    overflow-y: scroll;
  }
}
.limr .like-to.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.limr .like-to i {
  float: right;
  color: #818a8f;
  line-height: 1.4;
}
@media (min-width: 1060px) {
  .limr .like-to {
    display: none !important;
  }
}
.limr .like-to li {
  border-bottom: 1px solid #e7eff3;
}
.limr .like-to li:last-child {
  border-bottom: 0;
}
.limr .like-to a {
  display: block;
  padding: 0.8125em 5%;
}
@media (min-width: 600px) {
  .limr .like-to a {
    padding: 0.8125em 3%;
  }
}
.limr .like-to a:hover, .limr .like-to a:focus {
  background: #009fda;
  color: #ffffff;
}
.limr .like-to a:hover i, .limr .like-to a:focus i {
  color: #ffffff;
}
.limr .search--small,
.limr .search-limr--small {
  transition: all 0.3s ease;
  transform: translateY(-100px);
  position: absolute;
  top: 6.8em;
  left: 0;
  background: #ffffff;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  padding: 1.625em 0;
  z-index: 99;
}
.limr .search--small.active,
.limr .active.search-limr--small {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1060px) {
  .limr .search--small,
.limr .search-limr--small {
    display: none !important;
  }
}
.limr .search-limr--small {
  top: 6.7em;
}
.limr .search--small__wrap {
  position: relative;
}
.limr .site-header--large {
  display: none;
  box-shadow: 0 5px 15px rgba(17, 17, 17, 0.15);
}
@media (min-width: 1060px) {
  .limr .site-header--large {
    display: block;
  }
}
.limr.researcher aside {
  display: none;
}
.limr.researcher .l-block--main .l-content {
  width: 100%;
}
.limr.researcher .profile-intro__short-bio {
  margin: 1.01563em 0 0;
}
.limr .profile {
  margin-bottom: 1.625em;
}
@media (min-width: 1230px) {
  .limr .profile {
    width: 65.21739%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-bottom: 0;
  }
}
.limr .fullWidth {
  width: 100% !important;
}
.limr .profile-offices {
  background-color: #f9f9f9;
  box-shadow: 0 1px 1px rgba(17, 17, 17, 0.15);
  padding: 1.625em;
}
@media (min-width: 1230px) {
  .limr .profile-offices {
    width: 30.43478%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    font-size: 0.95em;
  }
}
.limr .profile-image {
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 4px;
  text-align: center;
  padding: 0.8125em;
  margin-bottom: 1.625em;
}
@media (min-width: 600px) {
  .limr .profile-image {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    float: left;
    width: 270px;
    padding: 0;
    margin-bottom: 0;
  }
}
.limr .profile-image img {
  margin-bottom: 0.8125em;
}
.limr .profile-image .button {
  width: 100%;
  margin-bottom: 0.8125em;
}
@media (min-width: 400px) and (max-width: 600px) {
  .limr .profile-image .button {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .limr .profile-intro {
    margin-left: 300px;
  }
}
.limr .profile-intro__item {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.21875em;
  margin-bottom: 1.21875em;
}
.limr .profile-intro__item li {
  display: block;
}
.limr .profile-intro__item .button {
  margin-bottom: 0;
}
.limr .profile-intro__item--appointment {
  text-align: center;
}
@media (min-width: 600px) {
  .limr .profile-intro__item--appointment {
    text-align: left;
  }
}
.limr .profile-intro__item--last {
  border-bottom: 0;
  padding-bottom: 0;
}
.limr .profile-intro__item__title {
  margin-top: 0em;
  margin-bottom: 0.20313em;
  color: #3e4345;
}
.limr .profile-intro__contact {
  display: inline-block;
  white-space: nowrap;
  margin-top: 0.40625em;
}
.limr .profile-intro__contact a {
  font-weight: 700;
}
.limr .profile-offices .link {
  display: block;
  margin: 1.625em 0 1.21875em;
}
.limr .profile-office__map {
  display: none;
  width: 100%;
  height: 200px;
  margin-bottom: 0.8125em;
}
@media (min-width: 1230px) {
  .limr .profile-office__map {
    display: block;
  }
}
.limr .profile-office__item {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 0.8125em;
  margin-bottom: 0.8125em;
}
.limr .profile-office__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.limr .profile-office__address {
  font-size: 0.9em;
  font-style: normal;
  margin-bottom: 0.8125em;
}
.limr .profile-office__address__title {
  margin-top: 0em;
  margin-bottom: 0em;
}
.limr .profile-office__address__contact {
  font-size: 0.9em;
}
.limr .profile-office__address__contact span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.limr .profile-offices__all {
  display: none;
  margin-top: 0.8125em;
}
.limr .toggle-tabs {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: none;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1060px) {
  .limr .toggle-tabs {
    display: block;
  }
}
.limr .toggle-tabs i {
  display: none;
}
.limr .toggle-tabs li {
  float: left;
  width: 33.333%;
}
.limr .toggle-tabs li.current {
  background-color: #f9f9f9;
}
.limr .toggle-tabs li.current a {
  border-color: #009fda;
  color: #009fda;
}
.limr .toggle-tabs a {
  transition: all 0.3s ease;
  border-top: 3px solid transparent;
  display: block;
  color: #595959;
  cursor: pointer;
  font-size: 0.8em;
  padding: 1.625em 0;
}
@media (min-width: 1230px) {
  .limr .toggle-tabs a {
    font-size: 0.9em;
  }
}
.limr .toggle-tabs a:hover {
  border-color: #dddddd;
  color: #009fda;
}
.limr .tab-container {
  display: none;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 1060px) {
  .limr .tab-container {
    border-bottom: 0;
  }
}
.limr .tab-container.current {
  display: block;
}
.limr .tab {
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 1060px) {
  .limr .tab {
    display: none;
  }
}
.limr .tab:hover {
  color: #009fda;
}
.limr .tab.current {
  background-color: #009fda;
  color: #ffffff;
}
.limr .tab.current i {
  transform: rotate(90deg);
}
.limr .tab.current a {
  color: #ffffff;
}
.limr .tab a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #595959;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0.8125em;
}
@media (min-width: 600px) {
  .limr .tab a {
    padding-left: 1.21875em;
    padding-right: 1.21875em;
  }
}
.limr .tab-left {
  margin-bottom: 2.4375em;
}
@media (min-width: 1060px) {
  .limr .tab-left {
    width: 47.82609%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}
@media (min-width: 1230px) {
  .limr .tab-left {
    width: 56.52174%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-bottom: 0;
  }
}
@media (min-width: 1060px) {
  .limr .tab-right {
    width: 47.82609%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-top: 0.8125em;
  }
}
@media (min-width: 1230px) {
  .limr .tab-right {
    width: 39.13043%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.limr .tab-personal span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.limr .tab-list {
  font-size: 0.95em;
  margin-bottom: 1.625em;
}
.limr .nested-title,
.limr .tab-list__title {
  font-size: 1em;
  line-height: 1.42188em;
  margin-top: 0em;
  margin-bottom: 0.20313em;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  text-transform: uppercase;
}
.limr .tab-list__title--right {
  float: right;
}
.limr .tab-list__items li {
  margin-bottom: 0.40625em;
}
.limr .tab-list__items.inline li {
  display: inline-block;
  margin-bottom: 0;
}
.limr .tab-list__item {
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.40625em;
  margin-bottom: 0.40625em;
}
.limr .tab-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.limr .tab-list__item .tab-list__specialty {
  display: block;
}
.limr .tab-list__item .tab-list__certified {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.limr .tab-list__item .tab-list__status {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.2em;
  color: #888888;
}
.limr .tab-list__item .tab-list__status.accepting {
  color: #a6ce39;
}
.limr .profile-intro__item__title {
  font-weight: bold;
}
@media (min-width: 1060px) {
  .limr .l-nested--50 {
    width: 45%;
    float: left;
  }
  .limr .l-nested--50:nth-child(odd) {
    margin-right: 10%;
  }
}
.limr .nested-title {
  margin-top: 0.8125em;
}
.limr .trials__contact {
  font-size: 0.725em;
  line-height: 1.68103em;
}
.limr .nested-container {
  width: 100%;
  display: block;
}
.limr .trials__related__block {
  margin: 0;
  padding: 0;
  display: table;
  /*border: solid 1px gray;*/
  border-spacing: 0px;
}
.limr .trials__related__block .trials__related__block__row {
  display: table-row;
}
.limr .trials__related__block .trials__related__block__row .trials__list__header {
  display: table-cell;
  white-space: nowrap;
  font-weight: bold;
  width: 190px;
}
.limr .trials__related__block .trials__related__block__row .trials__list__horizontal_itemList {
  display: table-cell;
  border-spacing: 0px;
  margin-top: 0;
}
.limr .trials__related__block .trials__related__block__row .trials__list__horizontal_itemList ul {
  list-style-type: none;
  padding-left: 0;
}
.limr .trials__related__block .trials__related__block__row .trials__list__horizontal_itemList ul li {
  display: inline;
}
.limr .list--block .list__header {
  text-align: center;
}
.limr .list__header__title {
  font-size: 1.25em;
  line-height: 1.625em;
  margin-top: 0em;
  margin-bottom: 1.3em;
  color: #3e4345;
  text-align: center;
  padding-right: 0px;
}
.limr .list--block--full {
  float: none;
}
.limr .list--block {
  float: none;
}
.limr .list--block__button {
  text-align: center !important;
  margin-top: 1.625em;
  display: block;
}
.limr .featured-researcher {
  padding: 4em 0;
  margin-top: -3.25em;
}
.limr .featured-researcher-name {
  margin: 0;
  font-size: 20px;
}
.limr .featured-researcher-credentials {
  font-size: 16px;
  display: block;
  margin-top: 0;
}
.limr .bicolor-right {
  display: none;
  overflow: hidden;
}
@media (min-width: 1060px) {
  .limr .bicolor-right {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
    height: 100%;
  }
  .limr .bicolor-left {
    width: 47.82609%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    min-height: 15em;
  }
}
.limr .bicolor-right img {
  max-width: none;
  height: 100%;
}
.limr .limr-research-callouts {
  margin-top: 3.75em;
  padding: 4em 0;
}

/* clinical trial listing*/
.list__item--related-conditions, .list__item--View-additional-details {
  margin-top: 1em;
}

/* clinical trial detail*/
@media (min-width: 1060px) {
  .clinicaltrial .l-nested--50 {
    width: 45%;
    float: left;
  }
  .clinicaltrial .l-nested--50:nth-child(odd) {
    margin-right: 10%;
  }
}
.clinicaltrial .nested-title {
  margin-top: 0.8125em;
}
.clinicaltrial .trials__contact {
  font-size: 0.725em;
  line-height: 1.68103em;
}
.clinicaltrial .nested-container {
  width: 100%;
  display: block;
}
.clinicaltrial .trials__related__block {
  margin: 0;
  padding: 0;
  display: table;
  /*border: solid 1px gray;*/
  border-spacing: 0px;
}
.clinicaltrial .trials__related__block .trials__related__block__row {
  display: table-row;
}
.clinicaltrial .trials__related__block .trials__related__block__row .trials__list__header {
  display: table-cell;
  white-space: nowrap;
  font-weight: bold;
  width: 190px;
}
.clinicaltrial .trials__related__block .trials__related__block__row .trials__list__horizontal_itemList {
  display: table-cell;
  border-spacing: 0px;
  margin-top: 0;
}
.clinicaltrial .trials__related__block .trials__related__block__row .trials__list__horizontal_itemList ul {
  list-style-type: none;
  padding-left: 0;
}
.clinicaltrial .trials__related__block .trials__related__block__row .trials__list__horizontal_itemList ul li {
  display: inline;
}

/* ie only */
select::-ms-expand {
  display: none;
}
@charset "UTF-8";
/*!
 *  Font Awesome 4.4.0 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("/assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/assets/fonts/fontawesome-webfont.svg?v=4.7.0#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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  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: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-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: "";
}
@charset "UTF-8";
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
/*# sourceMappingURL=index-generated.css.map */
