﻿
body {
	background-image: url("img/annual-giving.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: right top;}
	
#donation-form {background-color: #fff;
				padding: 20px 25px;
				margin: 50px 0px 0px 0px;-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */}

.BBDFormSectionComments {display: none;}

.BBFormTextbox {color: #999;}

#donation-footer {background-color: #fff;}

.BBFormContainer[data-bbox-part-id="5cab824f-33eb-4712-b083-d6c636ffcd2d"] .BBFormSectionHeading {
    padding: 10px 10px 10px 14px;
    margin: 12px 0 12px 0;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    BORDER-BOTTOM: 1px #666 solid;
    BORDER-LEFT: 1px;
    BORDER-TOP: 1px;
    BORDER-RIGHT: 1px;
}

/* 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.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          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 */
/* 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
 */
h1, h2, h3, .label, label, .newsletter__text, .list__title, .list__item--simple, .list__item--term {
  letter-spacing: -.0325em; }

.health-system__title, .splash__title--home {
  letter-spacing: -.0425em; }

h5, h6, .link, .list__meta, .detail__meta, .results__label, .spotlight__label {
  letter-spacing: .05em; }

h1, h2, h3 {
  font-weight: 400;
  color: #3e4345; }

h5, h6 {
  text-transform: uppercase; }

.clearfix:after,
.container:after,
.page-content:after,
.footer__newsletter:after,
.l-block:after,
.site-header:after,
.site-header--large .site-header__wrap:after,
.site-header--navs:after,
.site-header__dropdowns:after,
.doctor-bio:after,
.image-block:after,
.form-inline:after,
.form-inline__group:after,
.form-left:after,
.form-middle:after,
.form-right:after,
.radio-group:after,
.list__item:after,
.list--block--last:after,
.location-contact:after,
.pager:after,
.results__item:after,
.sidebar--fields:after,
.splash__nav:after,
.spotlight-results:after,
.spotlight--block:after,
.appointment__buttons:after,
.profile:after,
.toggle-tabs:after {
  content: '';
  display: table;
  clear: both; }

.link-group, .footer__social, .footer__list ul, .site-header--buttons-small ul, .like-to ul, .dropdown__list ul, .doctor-bio__specialties, .doctor-bio__rating, .filter__browse, .health-system__stats, .list__items, .detail__social, .pager__pagination, .related-box__list--full,
.related-box__list, .results__locations__list, .search-content-type, .share .social.addthis_custom_sharing, .sidebar__prox-nav ul, .splash__nav__select,
.splash__nav__menu, .slides,
.slides > li,
.spotlight .flex-control-nav,
.spotlight .flex-direction-nav, .top-specialties__list, .appointment__nav__steps, .profile-intro__item ul, .profile-office__address__contact, .toggle-tabs, .tab-personal, .tab-list__items, .compare-item, .location--nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.doctor-bio__title a, .list__title a, .list__item--simple a, .list__item--term a, .compare-title a {
  color: #3e4345; }
  .doctor-bio__title a:hover, .list__title a:hover, .list__item--simple a:hover, .list__item--term a:hover, .compare-title a:hover, .doctor-bio__title a:focus, .list__title a:focus, .list__item--simple a:focus, .list__item--term a:focus, .compare-title a:focus {
    color: #00739d; }

.label,
label {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 1.44444em;
  margin-top: 0em;
  margin-bottom: 0.90278em;
  display: block;
  color: #333;
  margin-top: 0.90278em; }

.element-invisible,
.element-focusable,
.radio-group input[type="radio"] {
  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 {
  -webkit-transition: all 0.3s ease;
          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.01563em; }

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.35417em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 1.25em;
  margin-bottom: 0.3125em; }

h2 {
  font-size: 1.56em;
  line-height: 1.17188em;
  margin-top: 1.5625em;
  margin-bottom: 0.39063em; }

h3 {
  font-size: 1.25em;
  line-height: 1.4625em;
  margin-top: 1.95em;
  margin-bottom: 0.4875em; }

h4 {
  font-size: 1.15em;
  line-height: 1.41304em;
  margin-top: 2.11957em;
  margin-bottom: 0.52989em;
  font-weight: 700; }

h5 {
  font-size: 1em;
  line-height: 1.42188em;
  margin-top: 2.4375em;
  margin-bottom: 0.40625em;
  font-weight: 700;
  color: #ff7900; }

h6 {
  font-size: 0.9em;
  line-height: 1.57986em;
  margin-top: 1.80556em;
  margin-bottom: 0.45139em;
  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: '\201C' '\201D' '\2018' '\2019'; }

/* 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: -.5em; }

sub {
  bottom: -.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: .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.21875em; } }
  .featured-image a {
    display: block; }

figcaption {
  font-size: 0.9em;
  line-height: 1.35417em;
  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: .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;
  -webkit-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
  color: #444444;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  width: 100%;
  text-indent: .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 #00739d;
    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;
  -webkit-transition: all 0.1s ease-out;
          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: .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: .2em .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 {
  -webkit-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: .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: .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.60938em 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.60938em 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.12069em;
  text-transform: uppercase;
  white-space: nowrap; }
  .link.full {
    color: #a20909; }
  .link.no-reg {
    color: #595959; }

.link--text {
  display: block;
  color: #00739d; }

.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: .9em;
  font-style: italic;
  margin: 0.40625em 0; }

.l-content .button {
  margin-bottom: 1.625em; }

.error-message {
  color: #a20909; }

input::-ms-clear {
  display: none; }

/* 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.21739%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both; } }

@media screen and (min-width: 630px) {
  .l-66-33--2 {
    width: 30.43478%;
    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.43478%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both; } }

@media screen and (min-width: 630px) {
  .l-33-66--2 {
    width: 65.21739%;
    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.82609%;
      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.82609%;
      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.43478%;
      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.43478%;
      float: left;
      margin-right: -100%;
      margin-left: 34.78261%;
      clear: none; } }

.l-3up--3 {
  clear: both; }
  @media screen and (min-width: 630px) {
    .l-3up--3 {
      width: 30.43478%;
      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.73913%;
      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.73913%;
      float: left;
      margin-right: -100%;
      margin-left: 26.08696%;
      clear: none; } }

.l-4up--3 {
  clear: both; }
  @media screen and (min-width: 630px) {
    .l-4up--3 {
      width: 21.73913%;
      float: left;
      margin-right: -100%;
      margin-left: 52.17391%;
      clear: none; } }

.l-4up--4 {
  clear: both; }
  @media screen and (min-width: 630px) {
    .l-4up--4 {
      width: 21.73913%;
      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.04348%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: both; } }

@media screen and (min-width: 630px) {
  .l-6up--2 {
    width: 13.04348%;
    float: left;
    margin-right: -100%;
    margin-left: 17.3913%;
    clear: none; } }

@media screen and (min-width: 630px) {
  .l-6up--3 {
    width: 13.04348%;
    float: left;
    margin-right: -100%;
    margin-left: 34.78261%;
    clear: none; } }

@media screen and (min-width: 630px) {
  .l-6up--4 {
    width: 13.04348%;
    float: left;
    margin-right: -100%;
    margin-left: 52.17391%;
    clear: none; } }

@media screen and (min-width: 630px) {
  .l-6up--5 {
    width: 13.04348%;
    float: left;
    margin-right: -100%;
    margin-left: 69.56522%;
    clear: none; } }

@media screen and (min-width: 630px) {
  .l-6up--6 {
    width: 13.04348%;
    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 {
  -webkit-transition: all 0.1s ease-out;
          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: #00739d; }

.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: #00739d;
  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: -webkit-linear-gradient(top, #ffffff 50%, #e2e2e2 100%);
  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 #00739d; }
  .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: -webkit-linear-gradient(top, #e2e2e2 50%, #cecece 100%);
    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 #00739d; }
  .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: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 50%);
  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: -webkit-linear-gradient(top, #e2e2e2 50%, #ffffff 100%);
  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 #00739d; }
  .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 #00739d; }

.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: #00739d;
  color: #ffffff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #00739d; }

/*!
 * 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: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .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.285714285714286%;
    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: .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 {
  -webkit-transition: all 1s ease;
          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;
  z-index: 99; }
  .no-rgba .bg-overlay {
    background: url("/assets/images/bg--bg-overlay.png") repeat 0 0; }
  .bg-overlay.active {
    opacity: 1;
    visibility: visible; }

/**
 * @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: -webkit-linear-gradient(left, #00739d 35%, #a6ce39 35%, #a6ce39 65%, #ff7900 65%, #ff7900 65%);
    background: linear-gradient(to right, #00739d 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;
    -webkit-transition: width .8s;
            transition: width .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;
    -webkit-transition: all .8s;
            transition: all .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: "\f00d"; }
  .newsletter__form.is-valid:after {
    color: #a6ce39;
    content: "\f00c"; }
  .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: #00739d; }
  @media screen and (min-width: 630px) {
    .footer__number span {
      display: block; }
      .footer__number span.call-us {
        font-size: .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.12069em;
  margin-top: 1.12069em;
  margin-bottom: 0.56034em;
  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.17361em;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em; }
  .footer__list li {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid-column;
    padding-bottom: 0.60938em; }
  .footer__list a {
    color: #ffffff; }
    .footer__list a:hover, .footer__list a:focus {
      color: #00739d; }

.footer__credits {
  display: block;
  font-size: .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: #00739d; }

@media screen and (min-width: 440px) {
  .footer__list {
    margin-bottom: 1.625em; }
    .footer__list ul {
      -webkit-column-count: 2;
         -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .footer__list {
    box-sizing: border-box;
    margin-bottom: 0.8125em;
    padding: 0 16px;
    padding: 0 1rem;
    width: 25%; }
    .footer__list ul {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; }
  .footer__list--col2 {
    width: 50%; }
    .footer__list--col2 ul {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
  .footer__list--col3 {
    width: 75%; }
    .footer__list--col3 ul {
      -webkit-column-count: 3;
         -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: #00739d; }
  .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; }

@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: -webkit-linear-gradient(left, #00739d 35%, #a6ce39 35%, #a6ce39 65%, #ff7900 65%, #ff7900 65%);
      background: linear-gradient(to right, #00739d 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.52174%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-bottom: 0; }
  .l-block--main .l-sidebar {
    width: 39.13043%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

@media screen and (min-width: 1230px) {
  .l-block--main .l-content {
    width: 65.21739%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .l-block--main .l-sidebar {
    width: 30.43478%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

@media screen and (min-width: 1060px) {
  .l-block--main--flip .l-content {
    width: 65.21739%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
  .l-block--main--flip .l-sidebar {
    width: 30.43478%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

@media screen and (min-width: 1060px) {
  .l-block--main .l-content--centered {
    width: 82.6087%;
    float: left;
    margin-right: -100%;
    margin-left: 8.69565%;
    clear: none; } }

@media screen and (min-width: 1230px) {
  .l-block--main .l-content--centered {
    width: 65.21739%;
    float: left;
    margin-right: -100%;
    margin-left: 17.3913%;
    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: 47.82609%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none; }
    .l-block--50 > :nth-child(2):last-child {
      width: 47.82609%;
      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; }

/**
 * @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: 3.25em; } }

/**
 * @file
 * Header global styles
 */
header {
  height: 75px; }
  @media screen and (min-width: 630px) {
    header {
      height: 80px; } }
  @media screen and (min-width: 1060px) {
    header {
      height: 95px; } }
  @media screen and (min-width: 1230px) {
    header {
      height: 85px; } }
  @media screen and (min-width: 1300px) {
    header {
      height: 88px; } }

.site-header {
  position: fixed;
  background: #ffffff;
  width: 100%;
  z-index: 100; }

.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.42188em; }
  .site-header--logo--small img {
    width: 180px;
    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.42188em; }
  .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 {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  position: absolute;
  top: 4.75em;
  left: 0;
  background: #ffffff;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 99; }
  .like-to.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            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; }
    .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: #00739d;
      color: #ffffff; }
      .like-to a:hover i, .like-to a:focus i {
        color: #ffffff; }

.search--small {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          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 {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            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; }
    .no-boxshadow .site-header--large .site-header__wrap {
      border-bottom: 1px solid #dddddd; }
    @media screen and (min-width: 1500px) {
      .site-header--large .site-header__wrap {
        padding: 1.42188em 0; } }

.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; }
  .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 0.8125em; }

.site-header--navs {
  float: right;
  margin-right: 1.21875em;
  padding-left: 13.40625em; }

.site-header--nav {
  float: left;
  margin-top: 2.6em; }
  @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.8125em; }
    @media screen and (min-width: 1230px) {
      .site-header--nav li {
        margin-right: 0.60938em; } }
    @media screen and (min-width: 1300px) {
      .site-header--nav li {
        margin-right: 0.8125em; } }
    .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.53906em;
    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: #00739d; }

.doctors .site-header--nav a.doctors {
  color: #00739d; }

.location .site-header--nav a.location {
  color: #00739d; }

.specialty .site-header--nav a.specialty {
  color: #00739d; }

.condition-treament .site-header--nav a.condition-treament {
  color: #00739d; }

.site-header--buttons {
  float: left;
  margin-left: 0.8125em; }
  @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; } }
  @media screen and (min-width: 1300px) {
    .site-header--buttons {
      margin-left: 1.01563em; } }
  .site-header--buttons ul {
    padding: 0;
    margin: 0; }
  .site-header--buttons li {
    display: inline-block;
    margin-right: 0.40625em; }
    .site-header--buttons li:last-child {
      margin-right: 0; }

/**
 * @file
 * Header dropdowns
 */
.site-header__dropdowns {
  position: relative; }

.site-header__dropdowns__item {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          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 {
    -webkit-transition: all .3s .5s ease;
            transition: all .3s .5s ease;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible; }

@media screen and (min-width: 630px) {
  .dropdown__text {
    width: 38.23529%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; }
  .dropdown__filters {
    width: 55.88235%;
    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.52083em;
  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: .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 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  font-size: .9em;
  margin-bottom: 0.8125em; }

.dropdown__list li {
  -webkit-column-break-inside: avoid;
     page-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; }

@media screen and (min-width: 630px) {
  .dropdown__global-search {
    width: 65.21739%;
    float: left;
    margin-right: -100%;
    margin-left: 17.3913%;
    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.52083em;
  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.41304em;
  margin-top: 1.41304em;
  margin-bottom: 0.35326em;
  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: 12px;
  font-size: .8rem;
  max-height: calc(100vh - 280px);
  overflow: auto;
  padding: 1em;
  position: absolute;
  width: 100%;
  z-index: 2; }
  .dropdown--container .list__header {
    margin-bottom: .85em; }
  .dropdown--container .list__item--doctor .list__img {
    width: 45px; }
  .dropdown--container .list__item--doctor .list__content.has-img {
    margin-left: 55px; }

@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 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: .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: .4em; }
  .dropdown--carousel .list__item--location .list__content.has-img {
    margin-left: 80px; }

/* Component (SMACSS module) rules */
/**
 * @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: 1.16071em;
  -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;
  -webkit-transition: all .3s;
          transition: all .3s;
  vertical-align: middle;
  padding: 0.8125em 1.21875em 0.65em;
  margin-top: 0; }
  button:active,
  .button:active,
  input[type="button"]:active,
  input[type="submit"]:active {
    color: #ffffff; }
  button:hover, button:focus,
  .button:hover,
  .button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    background: #0082c1;
    border-color: #0082c1;
    color: #ffffff; }
  button:focus,
  .button:focus,
  input[type="button"]:focus,
  input[type="submit"]:focus {
    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); }
  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, button.button--secondary:focus,
    .button.button--secondary:hover,
    .button.button--secondary:focus,
    input[type="button"].button--secondary:hover,
    input[type="button"].button--secondary:focus,
    input[type="submit"].button--secondary:hover,
    input[type="submit"].button--secondary:focus {
      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: #00739d; }
    button.button--white:hover, button.button--white:focus,
    .button.button--white:hover,
    .button.button--white:focus,
    input[type="button"].button--white:hover,
    input[type="button"].button--white:focus,
    input[type="submit"].button--white:hover,
    input[type="submit"].button--white:focus {
      background: #e7eff3;
      border-color: #e7eff3; }
  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: .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: #00739d;
    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; } }

/**
 * @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: .9em; } }
  .callout.callout--last {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  @media screen and (min-width: 630px) {
    .callout {
      width: 33.33333%;
      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: -webkit-linear-gradient(left, #00739d 35%, #a6ce39 35%, #a6ce39 65%, #ff7900 65%, #ff7900 65%);
        background: linear-gradient(to right, #00739d 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; }

.contact-component {
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .contact-component h4 {
    font-size: 1em;
    margin-bottom: 0; }

.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: .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: 260px; } }
  @media screen and (min-width: 1300px) {
    .doctor-bio__info {
      width: 300px; } }
  @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.41304em;
  margin-top: 0em;
  margin-bottom: 0.17663em; }

.doctor-bio__specialties {
  font-size: .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; }

.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: .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.20313em;
  margin-right: 0.20313em; }

.filter__browse a {
  display: block;
  background-color: #f9f9f9;
  border-radius: 3px; }
  .filter__browse a.is-active, .filter__browse a:hover {
    background-color: #00739d;
    color: #ffffff; }

.form-view-filters {
  text-align: center; }

.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.60938em; } }

@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; }
  .form-item--checkbox-info input,
  .form-item--checkbox-info label,
  .form-item--checkbox-info figure {
    display: inline-block;
    margin: 0 .5em 0 0;
    vertical-align: middle; }
  .form-item--checkbox-info img {
    margin-top: -4px;
    vertical-align: middle; }
  .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: 12px;
    font-size: .75rem;
    max-width: 300px;
    padding: 10px;
    position: absolute;
    left: 40px;
    bottom: calc(100% + 10px);
    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
    visibility: hidden;
    width: 100%;
    z-index: 99; }
  .form-item--checkbox-info:hover figcaption {
    visibility: visible; }

.field-lg {
  width: 100%; }
  @media screen and (min-width: 630px) {
    .field-lg {
      width: 95%; } }

.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; }

@media screen and (min-width: 630px) {
  .form-left {
    float: left;
    width: 45%; } }

.form-middle {
  position: relative;
  font-size: .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%; } }

.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: .64em .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: #00739d;
  color: #ffffff; }

.radio-group input[type="radio"] + label,
.radio-group input[type="radio"]:checked + label {
  -webkit-transition: all .3s ease;
          transition: all .3s ease; }

@media screen and (min-width: 1060px) {
  .form-inline__browse {
    margin-top: 0.8125em; } }

.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; }

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    width: 100%; }

/**
 * @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.83333em;
  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.99898em;
      margin-top: 0em;
      margin-bottom: 0.66598em; } }

.health-system__stats {
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
  padding: 0 0 1.625em; }
  @media screen and (min-width: 1060px) {
    .health-system__stats--hide {
      -webkit-transform: translateY(2em);
          -ms-transform: translateY(2em);
              transform: translateY(2em);
      opacity: 0; }
    .health-system__stats--show {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              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.01563em; }
    @media screen and (min-width: 630px) {
      .health-system__stats li {
        width: 18em;
        margin: 0 0.40625em 1.01563em; } }
    @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.90278em;
    color: #3e4345;
    text-transform: uppercase; }

/**
 * @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; }
  .list__item .list__content.has-img {
    margin-left: 80px; }
  .list__item .list__address {
    font-size: .85em;
    font-style: normal;
    line-height: 1.4;
    margin-bottom: 0.40625em; }
    .list__item .list__address h6 {
      color: inherit;
      font-size: .8em;
      margin-bottom: 0;
      margin-top: .5em;
      text-transform: none; }

.list__header {
  position: relative;
  margin-bottom: 1.21875em; }
  .list__header .link {
    position: absolute;
    top: .25em;
    right: 0; }


.list__header__title {
  font-size: 1em;
  line-height: 1.1375em;
  margin-top: 0em;
  margin-bottom: 0em;
  text-transform: uppercase;
  color: #ff7900;
  padding-right: 4.5em; }

.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-label {
  font-size: .85em; }

.list__title {
  font-size: 1.15em;
  line-height: 1.41304em;
  margin-top: 0.35326em;
  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: .5em;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          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: .6em; }

.list__specialties .is-not-accepting {
  color: #888888;
  font-size: 1.75em;
  font-weight: bold;
  margin-left: .1em;
  vertical-align: bottom; }

.list__locations {
  font-size: .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.04167em;
  margin-top: 0em;
  margin-bottom: 0.52083em; }

.list--sm .list__title {
  font-size: 1em;
  line-height: 1.21875em; }

.list__item--simple {
  padding-bottom: 0.60938em;
  margin-bottom: 0.60938em; }
  .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: .9em;
    font-weight: 700;
    outline: 0; }
    .list__item--term a.active, .list__item--term a.active:focus {
      color: #00739d; }
    .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: .9em; }
  .list--register .list__calendar:hover {
    color: #00739d; }

.list--register .reg-number {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  text-align: center;
  font-size: .9em;
  margin-top: 0.8125em; }
  .list--register .reg-number a {
    font-weight: 700;
    font-size: 1.3em; }

.list__item--location {
  -webkit-transition: background .3s ease;
          transition: background .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 {
    font-size: .85em; }
    .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: .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: #00739d; }

.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: .7em;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  padding-right: 0.8125em;
  margin: .2em 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.05978em;
  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; }

.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: 13px;
  min-width: 3.3em;
  font-size: .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.17188em;
  margin-top: 0.52083em;
  margin-bottom: 0.52083em; }

.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: -webkit-linear-gradient(top, 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%);
    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 {
    -webkit-transition: all .5s ease;
            transition: all .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 {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            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 {
  -webkit-transition: all .5s ease;
          transition: all .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: #00739d url("/assets/images/svg/ico--news.svg") no-repeat center; }
    .no-svg .featured--news .list__hero-image__link__icon {
      background: #00739d url("/assets/images/png/ico--news.png") no-repeat center; }
  .featured--events .list__hero-image__link__icon {
    background: #00739d url("/assets/images/svg/ico--events.svg") no-repeat center; }
    .no-svg .featured--events .list__hero-image__link__icon {
      background: #00739d url("/assets/images/png/ico--events.png") no-repeat center; }

.list__hero-image__src {
  -webkit-transition: all .5s ease;
          transition: all .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.82609%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 4.34783%;
      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.82609%;
      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: 48%;
    clear: left; }
    .list--block--full .list__item:nth-child(even) {
      float: right;
      clear: none; }
    .list--block--full .list__item:nth-last-child(2) {
      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: .25em; }
  .l-block--blue .list--locations .list__contact .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; }
	
ul.eventsList {padding: 0 0 0 0;}

/**
 * @file
 * Location contact
 */
@media screen and (min-width: 1060px) {
  .location-contact {
    width: 47.82609%;
    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 .button {
    margin-bottom: 0.8125em; }

.location-contact__hours {
  font-size: .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; }

/**
 * @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; }
  @media screen and (min-width: 630px) {
    .detail__meta {
      font-size: .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: .7em;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  padding-right: 0.8125em;
  margin: .2em .8125em .5em 0; }
  @media screen and (min-width: 1500px) {
    .detail__event-date {
      position: absolute;
      top: 3,5em;
      left: -5em;
      float: none;
      font-size: .8em; } }
  .detail__event-date .detail__event-date__day {
    display: block;
    font-size: 2em; }

.pager {
  text-align: center; }

.pager--top,
.pager:first-child {
  margin-bottom: 2.4375em; }

.pager--bottom,
.pager:last-child {
  margin-top: 2.4375em; }

.pager__amount {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8em;
  font-size: .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.20313em 0.40625em; }

.pager__pagination a {
  display: block;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 0.20313em 0.60938em; }
  .pager__pagination a:hover {
    background-color: #00739d;
    border-color: #00739d;
    color: #ffffff; }

.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: .5em; }

.patient-spotlight__controls {
  padding-top: 0; }
  .l-block .patient-spotlight__controls {
    padding-top: 0; }

.patient-spotlight__select-block label {
  margin-top: 0; }

/**
 * @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;
  -webkit-transition: opacity .8s;
          transition: opacity .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: .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: .9em;
  line-height: 1.3em; }
  @media screen and (min-width: 630px) {
    .related-box__list--full,
    .related-box__list {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
      .l-sidebar .related-box__list--full, .l-sidebar
      .related-box__list {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        font-size: 1em; } }
  @media screen and (min-width: 1060px) {
    .related-box__list--full,
    .related-box__list {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }
  @media screen and (min-width: 1230px) {
    .related-box__list--full,
    .related-box__list {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  .related-box__list--full li,
  .related-box__list li {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid-column;
    -webkit-break-after: auto;
       -moz-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.60938em;
        margin-bottom: 0.60938em; }
        .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: #00739d; } }

.related-box__list[data-itemCount="1"] {
  -webkit-column-count: 1 !important;
     -moz-column-count: 1 !important;
          column-count: 1 !important; }

@media screen and (min-width: 630px) {
  .related-box__list--full {
    -webkit-column-count: 1;
       -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 {
    -webkit-column-count: 2;
       -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 {
    -webkit-column-count: 3;
       -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.35765%;
      width: 48.82117%; }
      .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.35765%;
    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: .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: #ff7900;
          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: .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 {
      -webkit-transition: padding-bottom 1s;
              transition: padding-bottom 1s; }
      .is-expanded .results__bio {
        padding-bottom: .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;
    -webkit-transition: max-height 1s, padding-top 1s;
            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 2.4375em 0 0;
      padding: 0; }
      .results__locations:after, .results__compare:after {
        content: none; } }

@media screen and (min-width: 1060px) {
  .results__locations {
    width: 200px; } }

@media screen and (min-width: 1060px) {
  .results__compare {
    margin-right: 0.8125em; } }

.results__compare .button {
  margin-right: .3em; }

.results__MLHSEmployee {
  clear: both;
  display: block;
  position: relative; }
  .results__MLHSEmployee figcaption {
    background-color: #e7eff3;
    border-radius: 3px;
    font-size: 12px;
    font-size: .75rem;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transition-delay: .5s;
            transition-delay: .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: .8em;
  margin-top: 0em;
  margin-bottom: 0.22569em;
  color: #6f767a;
  text-transform: uppercase; }

.results__locations__list {
  font-size: .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: 275px;
      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 screen and (min-width: 1060px) {
    .results__contact .button {
      background: #ffffff;
      border-color: #ffffff;
      color: #00739d; }
      .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.20313em; }
    @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;
        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: .5em; }

.search-content-type {
  display: none;
  padding-bottom: 1.625em; }
  .search-content-type li {
    display: block; }
  .search-content-type a {
    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.01563em 1.21875em; }
    .search-content-type a.active, .search-content-type a:hover, .search-content-type a:focus {
      color: #00739d; }
  @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 {
        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 {
          background-color: #ffffff; }
        .search-content-type a.active {
          background-color: #00739d;
          color: #ffffff; }
          .search-content-type a.active:hover {
            background-color: #0082c1; } }

.share {
  float: left; }
  .share .share__label {
    display: inline-block;
    font-size: .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: .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;
      -webkit-transition: -webkit-transform .3s ease;
              transition: transform .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 {
            -webkit-transform: translateY(-4px);
                -ms-transform: translateY(-4px);
                    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;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        -webkit-transition: color .3s ease;
                transition: color .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: "\f09a"; }
    .share .social.addthis_custom_sharing .at-svc-twitter:before {
      content: "\f099"; }
    .share .social.addthis_custom_sharing .at-svc-google_plusone_share:before {
      content: "\f0d5"; }
    .share .social.addthis_custom_sharing .at-svc-compact:before {
      content: "\f1e0"; }
    .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: 400;
  font-style: normal;
  display: block;
  color: #3e4345;
  padding: 0.8125em 1.21875em; }
  .sidebar__prox-nav a > span {
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    display: block; }
  .sidebar__prox-nav a:hover, .sidebar__prox-nav a.active {
    color: #00739d; }
  .sidebar__prox-nav a:hover > span {
    -webkit-transform: translateX(0.5em);
        -ms-transform: translateX(0.5em);
            transform: translateX(0.5em); }

.sidebar__prox-nav .is-active > a {
  background-color: #f1f1f1;
  color: #00739d;
  cursor: default; }
  .sidebar__prox-nav .is-active > a:hover > span {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

.sidebar__prox-nav li {
  position: relative; }

.sidebar__prox-nav i {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.2em;
  height: 3.2em;
  color: #ff7900;
  line-height: 3.2em;
  text-align: center; }
  .sidebar__prox-nav i:focus {
    outline: none; }
  .sidebar__prox-nav i.opened {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            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 {
    background-color: #0082c1;
    color: #ffffff; }
  .prox-nav__parent-title > a.is-active {
    cursor: default; }
    .prox-nav__parent-title > a.is-active:hover {
      background-color: #00739d; }
      .prox-nav__parent-title > a.is-active:hover span {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }

.prox-nav__level2 {
  background-color: #f9f9f9; }
  .prox-nav__level2 > li > a {
    border-bottom: 1px solid #dddddd;
    font-size: .9em;
    padding-right: 3.5em; }
    .prox-nav__level2 > li > a:hover {
      background-color: #f1f1f1; }

.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: .85em;
    padding: 0.60938em 0.60938em 0.60938em 2.03125em; }
  .prox-nav__level3 .is-active > a {
    background: none; }

.spinner {
  display: block;
  margin: 10px auto; }

/**
 * @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%; } }

/**
 * @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: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 50%, rgba(17, 17, 17, 0.8) 100%);
      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: -webkit-linear-gradient(left, #00739d 35%, #a6ce39 35%, #a6ce39 65%, #ff7900 65%, #ff7900 65%);
    background: linear-gradient(to right, #00739d 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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 10px; }
      .splash__content:before {
        display: none; }
      .js .splash__content {
        opacity: 0;
        -webkit-transition: all 1s .5s ease;
                transition: all 1s .5s ease;
        -webkit-transform: translateY(1em);
            -ms-transform: translateY(1em);
                transform: translateY(1em);
        visibility: hidden; }
      .is-dom-ready .splash__content {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                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.06557em;
      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.19485em;
      margin-top: 0em;
      margin-bottom: 0em; } }

@media screen and (min-width: 630px) {
  .splash__subtitle {
    color: #ffffff;
    font-size: 1.8em;
    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: 630px) {
    .splash-meta {
      position: absolute;
      bottom: .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: .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.41667em;
  font-weight: 400;
  color: #ffffff; }
  @media screen and (min-width: 630px) {
    .splash__title--home {
      font-size: 3.05em;
      line-height: 0.79918em;
      margin-top: 0em;
      margin-bottom: 0.53279em; } }

.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;
    -webkit-transition: opacity 1s;
            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: -webkit-linear-gradient(top, 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%);
        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: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0) 25%, rgba(17, 17, 17, 0.8) 100%);
    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: 1.25em; }
  @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.60938em 1.01563em; }
      .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: #00739d; }
  @media screen and (min-width: 630px) {
    .selected-item > a {
      padding: 0 1.3em 0 .5em; } }
  .selected-item > a:after {
    display: block;
    position: absolute;
    right: .15em;
    top: 0.05em;
    content: '\25BE';
    font-size: 1.5em;
    color: #ff7900; }

.splash__nav__menu {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  -webkit-transform: translateY(-1em);
      -ms-transform: translateY(-1em);
          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 {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            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 {
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    border-bottom: 1px solid #d2dce1;
    font-size: .9em;
    list-style: none;
    text-align: left;
    opacity: 1;
    padding: 0.60938em; }
    .splash__nav__menu li a {
      color: #6f767a; }
      .splash__nav__menu li a:hover {
        color: #00739d; }
    .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.80556em;
  margin-top: 0em;
  margin-bottom: 0.45139em;
  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.47727em;
  margin-bottom: 0.73864em;
  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: '\0020';
  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 {
  -webkit-transition: all 1s ease;
          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 {
  -webkit-transition: all .3s ease-in-out;
          transition: all .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: '\f104'; }

.spotlight .flex-direction-nav a.flex-next:before {
  content: '\f105'; }

.spotlight .flex-direction-nav .flex-prev {
  left: -50px; }

.spotlight .flex-direction-nav .flex-next {
  right: -50px; }

.spotlight:hover .flex-direction-nav .flex-prev {
  opacity: .7;
  left: 25px; }

.spotlight:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.spotlight:hover .flex-direction-nav .flex-next {
  opacity: .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: #00739d;
    cursor: default; }

/**
 * @file
 * Top specialties
 */
.top-specialties__list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  font-size: .9em;
  margin-bottom: 1.625em; }
  .top-specialties__list li {
    -webkit-column-break-inside: avoid;
       page-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: 53.15%; }
    .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 {
    float: left;
    margin-right: 1.5625em;
    margin-top: .75em; }
    @media screen and (max-width: 749px) {
      .dynamic-listing__filter .select2-wrapper__label {
        float: none;
        margin-top: 0; } }

/* 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.21739%;
    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.43478%;
      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.04167em;
    margin-top: 0.52083em;
    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: .8em;
    line-height: 1.2;
    margin: 0 0.8125em;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease;
            transition: all .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: #00739d;
      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;
    -webkit-transition: all .3s ease;
            transition: all .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; }

.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.82609%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

.directions-map {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 47%;
  height: 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; }
  .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; }

.therapist .profile-intro__item:last-child {
  /* hide the last item for now */
  display: none; }

.therapist .profile-intro__item:nth-last-child(2) {
  /* override the bottom border */
  border-bottom: 0;
  padding-bottom: 0; }

.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.20313em;
  color: #3e4345; }

.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: 12px;
    font-size: .75rem;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
    visibility: hidden;
    width: 100%;
    padding: 10px; }
  .profile-intro__mlhc-employed:hover figcaption {
    visibility: visible; }

.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: .95em; } }

.doctor .profile-office__map,
.therapist .profile-office__map {
  width: 100%;
  height: 200px;
  margin-bottom: 0.8125em; }
  @media screen and (max-width: 1229px) {
    .doctor .profile-office__map,
    .therapist .profile-office__map {
      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: .9em;
  font-style: normal;
  margin-bottom: 0.8125em; }

.profile-office__address__title {
  margin-top: 0em;
  margin-bottom: 0em; }

.profile-office__address__contact {
  font-size: .9em; }
  .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; }

.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: #00739d;
        color: #00739d; }
  .toggle-tabs a {
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
    border-top: 3px solid transparent;
    display: block;
    color: #595959;
    cursor: pointer;
    font-size: .8em;
    padding: 1.625em 0; }
    @media screen and (min-width: 1230px) {
      .toggle-tabs a {
        font-size: .9em; } }
    .toggle-tabs a:hover {
      border-color: #dddddd;
      color: #00739d; }

.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: #00739d; }
  .tab.current {
    background-color: #00739d;
    color: #ffffff; }
    .tab.current i {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              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.82609%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none; } }
  @media screen and (min-width: 1230px) {
    .tab-left {
      width: 56.52174%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      margin-bottom: 0; } }

@media screen and (min-width: 1060px) {
  .tab-right {
    width: 47.82609%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    margin-top: 0.8125em; } }

@media screen and (min-width: 1230px) {
  .tab-right {
    width: 39.13043%;
    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: .95em;
  margin-bottom: 1.625em; }

.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; }

.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: .9em;
    font-style: italic; }
  .tab-list__item .tab-list__status {
    position: absolute;
    top: .5em;
    right: .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: .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: -webkit-linear-gradient(left, #00739d 35%, #a6ce39 35%, #a6ce39 65%, #ff7900 65%, #ff7900 65%);
        background: linear-gradient(to right, #00739d 35%, #a6ce39 35%, #a6ce39 65%, #ff7900 65%, #ff7900 65%); } }
  .location--nav li {
    display: block;
    position: relative; }
    .location--nav li.active-child > a {
      color: #00739d; }
    .location--nav li.active > a {
      color: #00739d;
      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.01563em 1.21875em; }
    .location--nav a:hover, .location--nav a:focus {
      color: #00739d; }

.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: #00739d;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  padding: 0.8125em; }
  @media screen and (min-width: 1060px) {
    .location--nav__menu-toggle {
      display: none; } }

.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 {
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0);
          opacity: 1;
          visibility: visible; }
        .location--nav__parent > li > a.active {
          border-color: #00739d; } }
  .location--nav__parent .has-children {
    position: relative; }
  .location--nav__parent i {
    -webkit-transition: all .3s ease;
            transition: all .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 {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              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 {
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  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;
      -webkit-transition: all .3s ease;
              transition: all .3s ease;
      -webkit-transform: translateY(-1em);
          -ms-transform: translateY(-1em);
              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 {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                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: #00739d;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  padding: 0.8125em; }
  .content-type__menu-toggle.open i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media screen and (min-width: 1060px) {
    .content-type__menu-toggle {
      display: none; } }

/* 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; } }

.site-header--extra-site {
  width: 100%;
  background-color: #3e4345;
  text-align: center; }

@media (min-width: 600px) {
  .site-header--extra-site {
    text-align: right; } }

.site-header--extra-site .site-header--extra-site-nav {
  margin: 0 1.21875em; }

.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) {
  .site-header--extra-site .site-header--extra-site-nav a {
    font-size: 0.8em;
    line-height: 2.53906em; } }

.site-header--extra-site .site-header--extra-site-nav a:hover, .site-header--extra-site .site-header--extra-site-nav a:focus {
  color: #00739d; }

.site-header--extra-site .site-header--extra-site-nav a.active {
  color: #00739d; }
