@charset "UTF-8";
/*!
 *  Font Awesome 4.7.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("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  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-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.addtoany_list {
  display: block;
  margin: 30px 0 20px; }
  @media (min-width: 768px) {
    .addtoany_list {
      position: relative;
      top: 45px;
      float: right;
      margin: 0;
      text-align: right;
      z-index: 10; } }

.button,
.more-link,
.button-double-border, input[type=submit] {
  display: block;
  padding: 15px 20px;
  vertical-align: middle;
  line-height: normal;
  font-size: 16px;
  line-height: 1.4375;
  text-align: center;
  cursor: pointer; }
  @media (min-width: 768px) {
    .button,
    .more-link,
    .button-double-border, input[type=submit] {
      display: inline-block;
      min-width: 195px; } }

.button,
.more-link,
.button-double-border {
  background: #fdfdfd;
  color: #0e79bf;
  border: 1px solid #0e79bf;
  -webkit-transition: color 0.2s, background-color 0.2s, border 0.2s;
  transition: color 0.2s, background-color 0.2s, border 0.2s; }
  .button:hover,
  .more-link:hover,
  .button-double-border:hover {
    background: #0e79bf;
    color: #fdfdfd;
    border-color: #fdfdfd; }

.button-double-border {
  position: relative; }
  .button-double-border:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    border: 1px solid #0e79bf; }
  .button-double-border:hover:after {
    border-color: #fdfdfd; }

.checkmark {
  margin: 20px auto;
  list-style-type: none; }
  .checkmark:last-child {
    margin-bottom: 0; }
  .checkmark:first-child {
    margin-top: 0; }
  .checkmark li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 15px;
    border: 1px solid;
    line-height: 1.25;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    width: 100%; }
    .checkmark li + li {
      margin-top: 20px; }
  .checkmark li::before {
    font-family: "FontAwesome";
    font-weight: normal;
    font-size: inherit;
    content: "";
    font-size: 25px;
    color: #094c78;
    float: left;
    margin: auto 25px auto 0; }

input[type=text], input[type=email], input[type=password], textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ebebeb;
  font: inherit;
  color: inherit; }
  input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
    border-color: #c2c2c2;
    outline: 0; }

input[type=submit] {
  background: #0e79bf;
  color: #fff;
  -webkit-transition: color 0.2s, background-color 0.2s, border 0.2s;
  transition: color 0.2s, background-color 0.2s, border 0.2s;
  border: 3px double #fff;
  cursor: pointer;
  font: inherit;
  font-size: 17px;
  text-transform: uppercase; }
  input[type=submit]:hover {
    background: #094c78;
    color: #fff; }

@media (min-width: 768px) {
  .webform--columns .fieldset-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    margin-bottom: 1em; }
    .webform--columns .fieldset-wrapper > * {
      -ms-flex: 0 1 auto; }
  .webform--columns .form-item {
    margin: 0 10px; } }

.select-wrap {
  display: inline-block !important;
  position: relative;
  border: 1px solid #ebebeb; }
  .select-wrap select {
    height: 47px;
    background: #fff;
    padding: 10px;
    font-size: 16px;
    border: 0;
    border-radius: 0; }

.webform-calendar {
  height: 30px;
  vertical-align: middle !important; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  margin: 0;
  padding: 0; }

.not-front .l-main {
  max-width: 1220px;
  margin: auto; }

.not-front .l-content {
  padding: 0 20px;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .not-front .l-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .not-front .l-main > * {
      -ms-flex: 0 1 auto; }
  .not-front .l-content {
    width: 63.93443%;
    background: white;
    margin-bottom: 50px; }
  .not-front .l-region--sidebar-second {
    width: 32.78689%; } }

@media (min-width: 1024px) {
  .not-front .l-content:not(:only-child) {
    width: 69.2623%; }
  .not-front .l-region--sidebar {
    width: 27.45902%; } }

img {
  max-width: 100%;
  height: auto; }

.field--name-field-service-image {
  margin-bottom: 20px; }

.menu .expanded,
.menu .leaf {
  list-style: none; }

.pager {
  margin-top: 30px; }

table {
  border-collapse: separate;
  border-spacing: 1px;
  border: none;
  width: 100%;
  margin: 20px auto; }

td,
th {
  padding: 1em; }

th {
  font-weight: bold;
  background: #005d9a;
  color: #fff; }

td {
  vertical-align: top; }

* {
  -webkit-font-smoothing: antialiased; }

body {
  color: #646d74;
  font-family: "Karla", "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: .5em;
  font-family: "Source Serif Pro", serif;
  line-height: 1.2; }

h1 {
  color: #3e4143; }

h2 {
  font-size: 1.5em; }
  @media (min-width: 768px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 1.25em; }

blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0e79bf;
  margin: 0;
  padding: 20px;
  font-size: 21px;
  font-style: italic;
  line-height: 1.66667; }
  blockquote > * {
    -ms-flex: 0 1 auto; }
  blockquote:before, blockquote:after {
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    position: relative; }
  blockquote:before {
    content: '“';
    margin-right: .5em;
    top: -.25em; }
  blockquote:after {
    content: '”';
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: .5em;
    bottom: -.75em; }
  @media (min-width: 768px) {
    blockquote:before, blockquote:after {
      font-size: 72px; }
    blockquote:before {
      margin-right: .15em;
      top: -.4em; }
    blockquote:after {
      margin-left: .15em;
      bottom: -.85em; } }
  @media (min-width: 1024px) {
    blockquote {
      padding: 25px 45px; } }

a {
  color: #0e79bf;
  text-decoration: none;
  -webkit-transition: border 0.2s, color 0.2s, background 0.2s;
  transition: border 0.2s, color 0.2s, background 0.2s; }
  a:hover {
    color: #094c78; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.node__submitted {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 20px; }

.links--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .links--inline > * {
    -ms-flex: 0 1 auto; }
  .links--inline:after {
    display: none; }
  .links--inline li {
    float: none;
    margin-right: 0; }
  @media (min-width: 768px) {
    .links--inline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .links--inline > * {
        -ms-flex: 0 1 auto; } }

.tabs--primary {
  border-bottom: 0; }
  .tabs--primary a {
    background: #646d74;
    color: #fff; }
    .tabs--primary a:hover {
      background: #5f5f5f; }
    .tabs--primary a.active {
      background: #0e79bf; }

.link-arrow {
  display: block; }
  .link-arrow:before {
    font-family: "FontAwesome";
    font-weight: normal;
    font-size: inherit;
    content: "";
    margin-right: .35em;
    text-decoration: none !important; }
  @media (min-width: 768px) {
    .link-arrow {
      display: inline; }
      .link-arrow + .link-arrow {
        margin-left: .75em; } }

.field--type-text-with-summary {
  font-size: 18px;
  line-height: 1.55556; }
  .block--views-articles-articles-main .field--type-text-with-summary, .node--profile--teaser .field--type-text-with-summary, .block--views-services-service-list .field--type-text-with-summary, .block--views-services-by-procedure-list .field--type-text-with-summary,
  .block--views-services-imaging-specialty-list .field--type-text-with-summary,
  .block--views-services-body-part-list .field--type-text-with-summary {
    font-size: 15px; }
  .field--type-text-with-summary h2, .field--type-text-with-summary h3, .field--type-text-with-summary h4, .field--type-text-with-summary h5, .field--type-text-with-summary h6 {
    margin-bottom: .25em; }
    .field--type-text-with-summary h2:not(:first-child), .field--type-text-with-summary h3:not(:first-child), .field--type-text-with-summary h4:not(:first-child), .field--type-text-with-summary h5:not(:first-child), .field--type-text-with-summary h6:not(:first-child) {
      margin-top: 1em; }
  .field--type-text-with-summary h3 {
    font-size: 18px;
    margin-bottom: .25em; }
  .field--type-text-with-summary ul, .field--type-text-with-summary ol {
    margin-left: 2em; }
  .field--type-text-with-summary ul {
    list-style: circle; }
  .field--type-text-with-summary ol {
    list-style: decimal; }
  .field--type-text-with-summary li + li {
    margin-top: .5em; }

h1, .field--name-field-page-display-title {
  font-size: 1.5em;
  line-height: 1.25; }
  @media (min-width: 768px) {
    h1, .field--name-field-page-display-title {
      font-size: 31px;
      line-height: 1.36111; } }

p + p, ul + p, ol + p, table + p, blockquote + p, p + ul, ul + ul, ol + ul, table + ul, blockquote + ul, p + ol, ul + ol, ol + ol, table + ol, blockquote + ol, p + table, ul + table, ol + table, table + table, blockquote + table, p + blockquote, ul + blockquote, ol + blockquote, table + blockquote, blockquote + blockquote {
  margin-top: 1em; }

.block--views-articles-articles-main, .node--profile--teaser, .block--views-services-service-list, .block--views-services-by-procedure-list,
.block--views-services-imaging-specialty-list,
.block--views-services-body-part-list {
  margin: 30px 0; }
  .block--views-articles-articles-main .node__title, .node--profile--teaser .node__title, .block--views-services-service-list .node__title, .block--views-services-by-procedure-list .node__title,
  .block--views-services-imaging-specialty-list .node__title,
  .block--views-services-body-part-list .node__title {
    margin-bottom: .25em;
    font-size: 24px; }
  .block--views-articles-articles-main .node__submitted, .node--profile--teaser .node__submitted, .block--views-services-service-list .node__submitted, .block--views-services-by-procedure-list .node__submitted,
  .block--views-services-imaging-specialty-list .node__submitted,
  .block--views-services-body-part-list .node__submitted {
    margin-bottom: 1em; }
  .block--views-articles-articles-main .views-row + .views-row, .node--profile--teaser .views-row + .views-row, .block--views-services-service-list .views-row + .views-row, .block--views-services-by-procedure-list .views-row + .views-row,
  .block--views-services-imaging-specialty-list .views-row + .views-row,
  .block--views-services-body-part-list .views-row + .views-row {
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px; }
  @media (min-width: 768px) {
    .block--views-articles-articles-main, .node--profile--teaser, .block--views-services-service-list, .block--views-services-by-procedure-list,
    .block--views-services-imaging-specialty-list,
    .block--views-services-body-part-list {
      margin: 50px 0; } }

.front .preface-third-wrap {
  background: #ebebeb; }

.front .l-region--preface-third {
  max-width: 1220px;
  margin: auto;
  max-width: 1250px; }

.front .field--name-field-seo-title {
  color: #fff; }

@media (min-width: 768px) {
  .front .l-region--preface-third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .front .l-region--preface-third > * {
      -ms-flex: 0 1 auto; } }

.view-affiliations {
  max-width: 1220px;
  margin: auto;
  padding: 55px 0;
  text-align: center; }
  .view-affiliations .views-row {
    padding: 20px; }
  @media (min-width: 768px) {
    .view-affiliations .view-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .view-affiliations .view-content > * {
        -ms-flex: 0 1 auto; }
    .view-affiliations .views-row {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 25%;
              flex: 1 1 25%; }
      .view-affiliations .views-row:nth-child(odd) {
        text-align: center; }
      .view-affiliations .views-row:nth-child(even) {
        text-align: center; }
    .view-affiliations a {
      display: block;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .view-affiliations a:hover {
        -webkit-transform: scale(0.9);
                transform: scale(0.9); } }
  @media (min-width: 1200px) {
    .view-affiliations .view-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .view-affiliations .view-content .views-row {
        padding: 15px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 25%;
                flex: 1 1 25%; }
        .view-affiliations .view-content .views-row:nth-child(odd), .view-affiliations .view-content .views-row:nth-child(even) {
          text-align: center; } }

.block--views-articles-articles-main .field--type-image {
  display: none; }

.block--views-articles-articles-main .field--name-field-date {
  margin-bottom: 5px;
  font-size: 15px;
  font-style: italic; }

@media (min-width: 768px) {
  .block--views-articles-articles-main .node--article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .block--views-articles-articles-main .node--article > * {
      -ms-flex: 0 1 auto; }
  .block--views-articles-articles-main .field--type-image {
    display: block;
    margin-right: 20px; }
  .block--views-articles-articles-main .node__title {
    margin-bottom: 0; } }

.block--views-articles-articles-front {
  background-color: #ebebeb;
  padding: 60px 30px; }
  .block--views-articles-articles-front .block__title {
    color: #3e4143;
    text-align: center;
    padding-bottom: 30px;
    font-size: 34px;
    line-height: 28px; }
  .block--views-articles-articles-front .view-content {
    max-width: 1060px;
    margin: 0 auto; }
  .block--views-articles-articles-front .views-row {
    background-color: #fff;
    max-width: 520px;
    margin: 0 auto;
    padding: 30px; }
    .block--views-articles-articles-front .views-row + .views-row {
      margin-top: 30px; }
  .block--views-articles-articles-front .date-display-single {
    font-size: 16px;
    line-height: 23px; }
  .block--views-articles-articles-front .node__title {
    font-size: 24px;
    line-height: 28px; }
  .block--views-articles-articles-front .field--name-body {
    font-size: 16px;
    line-height: 23px; }
  .block--views-articles-articles-front .view-footer {
    text-align: center;
    padding-top: 40px; }
  .block--views-articles-articles-front .more-link {
    position: relative;
    display: block;
    margin-top: 25px; }
    .block--views-articles-articles-front .more-link:after {
      content: "";
      display: block;
      position: absolute;
      top: 2px;
      bottom: 2px;
      left: 2px;
      right: 2px;
      -webkit-transition: border 0.2s;
      transition: border 0.2s;
      border: 1px solid #0e79bf; }
    .block--views-articles-articles-front .more-link:hover:after {
      border-color: #fff; }
  .block--views-articles-articles-front .all-articles {
    text-decoration: none;
    font-size: 19px; }
    .block--views-articles-articles-front .all-articles:after {
      font-family: "FontAwesome";
      font-weight: normal;
      font-size: inherit;
      content: "";
      margin-left: 5px; }
  @media (min-width: 768px) {
    .block--views-articles-articles-front .view-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .block--views-articles-articles-front .view-content > * {
        -ms-flex: 0 1 auto; }
    .block--views-articles-articles-front .views-row {
      margin-bottom: 0; }
      .block--views-articles-articles-front .views-row:first-child {
        margin-right: 25px; }
      .block--views-articles-articles-front .views-row + .views-row {
        margin-top: 0; }
    .block--views-articles-articles-front .more-link {
      max-width: 190px; } }

.block--block-4 {
  padding: 75px 0 95px;
  background: #0e79bf url("../images/bg-waves.png");
  background-size: cover;
  color: #fdfdfd;
  text-align: center; }
  .block--block-4 .block__title,
  .block--block-4 .block__content {
    max-width: 1220px;
    margin: auto;
    max-width: 1220px;
    padding: 0 20px; }
  .block--block-4 .block__title {
    font-size: 34px;
    line-height: 0.82353; }
  .block--block-4 .block__content {
    margin-top: 15px; }
    .block--block-4 .block__content > p {
      margin: 0 auto;
      max-width: 720px; }
  .block--block-4 .benefit-list {
    margin-top: 75px; }
    .block--block-4 .benefit-list h2 {
      font-family: "Karla", "Verdana", "Helvetica", "Arial", sans-serif;
      font-weight: bold;
      font-size: 21px;
      line-height: 1.09524;
      text-transform: uppercase; }
    .block--block-4 .benefit-list p {
      font-style: italic;
      font-size: 16px;
      color: #d7effe; }
    .block--block-4 .benefit-list .benefit {
      margin: 0 auto;
      padding: 0 20px;
      width: 100%; }
      .block--block-4 .benefit-list .benefit + .benefit {
        margin-top: 40px;
        border-top: 2px solid rgba(215, 239, 254, 0.2);
        padding-top: 40px; }
  @media (min-width: 768px) {
    .block--block-4 .benefit-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .block--block-4 .benefit-list > * {
        -ms-flex: 0 1 auto; }
      .block--block-4 .benefit-list .benefit {
        width: 350px;
        margin: 0; }
        .block--block-4 .benefit-list .benefit + .benefit {
          margin-top: 0;
          border-top: none;
          padding-top: 0; } }
  @media (min-width: 1024px) {
    .block--block-4 .benefit-list h2,
    .block--block-4 .benefit-list p {
      padding: 0 20px; }
    .block--block-4 .benefit-list .benefit {
      padding: 0; }
      .block--block-4 .benefit-list .benefit + .benefit {
        position: relative;
        padding-left: 50px;
        width: 400px; }
        .block--block-4 .benefit-list .benefit + .benefit:before {
          content: "";
          display: block;
          position: absolute;
          top: 10px;
          left: 0;
          width: 50px;
          border-top: 2px solid rgba(215, 239, 254, 0.2); } }

.contact-cta-block {
  background: #094c78;
  padding: 60px 20px;
  text-align: center;
  color: #fff; }
  .contact-cta-block .block__content {
    font-size: 38px; }
  .contact-cta-block p {
    margin: 0; }
  .contact-cta-block a {
    color: #fdfdfd; }
  .contact-cta-block .button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: color 0.2s, background-color 0.2s, border 0.2s;
    transition: color 0.2s, background-color 0.2s, border 0.2s;
    margin-top: 15px;
    text-transform: uppercase;
    padding: 10px 70px;
    font-size: 17px;
    line-height: 1.52941; }
    .contact-cta-block .button:hover {
      background: #fff;
      color: #0e79bf;
      border-color: #fff; }
  @media (min-width: 768px) {
    .contact-cta-block .button {
      margin-top: 0;
      margin-left: 15px; } }

.block--coal-admin-coal-admin-copyright {
  margin-top: 20px;
  text-align: center;
  color: #b7b7b7;
  text-decoration: none;
  font-size: 13px; }
  .block--coal-admin-coal-admin-copyright p {
    margin: 0; }
  .block--coal-admin-coal-admin-copyright a {
    color: #b7b7b7; }
    .block--coal-admin-coal-admin-copyright a:hover {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .block--coal-admin-coal-admin-copyright {
      margin: 0;
      text-align: right; } }
  @media (min-width: 1024px) {
    .block--coal-admin-coal-admin-copyright p {
      display: inline; } }

.block--cta-interventional {
  background: #005d9a; }

.block--cta-imaging {
  background: #0e79bf; }

.block--cta-new-patients {
  background: #fff; }
  @media (min-width: 1024px) {
    .block--cta-new-patients .block__title,
    .block--cta-new-patients .block__content {
      width: 96.33028%;
      margin-right: auto; } }

@media (min-width: 1024px) {
  .block--cta-current-patients .block__title,
  .block--cta-current-patients .block__content {
    width: 96.33028%;
    margin-left: auto; } }

.l-region--sidebar-second .block.cta-dark,
.l-region--sidebar-second .block.cta-dark-down {
  margin: 0 20px 20px;
  padding: 0; }
  .l-region--sidebar-second .block.cta-dark a,
  .l-region--sidebar-second .block.cta-dark-down a {
    display: block;
    background: #124668;
    color: #35a3ea;
    padding: 20px 10px;
    font-family: "Source Serif Pro", serif;
    font-size: 23px;
    line-height: 25px;
    text-align: center; }
    .l-region--sidebar-second .block.cta-dark a:after,
    .l-region--sidebar-second .block.cta-dark-down a:after {
      font-family: "FontAwesome";
      font-weight: normal;
      font-size: inherit;
      content: "";
      margin-left: .35em;
      color: #fff; }
    .l-region--sidebar-second .block.cta-dark a:hover,
    .l-region--sidebar-second .block.cta-dark-down a:hover {
      background: #35a3ea;
      color: #fff; }

.l-region--sidebar-second .block.cta-dark-down a:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: inherit;
  content: ""; }

.l-region--sidebar-second .block.cta-light {
  background: #0e79bf;
  color: #fdfdfd;
  margin: 0 20px 20px; }
  .l-region--sidebar-second .block.cta-light h2 {
    font-family: "Karla", "Verdana", "Helvetica", "Arial", sans-serif;
    font-size: 21px;
    margin-bottom: 5px; }
  .l-region--sidebar-second .block.cta-light p {
    font-size: 16px;
    line-height: 23px; }
  .l-region--sidebar-second .block.cta-light .cta-link {
    color: #fdfdfd; }
    .l-region--sidebar-second .block.cta-light .cta-link:after {
      font-family: "FontAwesome";
      font-weight: normal;
      font-size: inherit;
      content: "";
      margin-left: .35em; }
    .l-region--sidebar-second .block.cta-light .cta-link:hover:after {
      margin-left: .5em;
      -webkit-transition: 0.2s;
      transition: 0.2s; }

.block--front-hero {
  padding: 20px;
  text-align: center;
  color: #fff; }
  .block--front-hero .block__title {
    font-size: 2.25em; }
  .block--front-hero .block__content {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7); }
  .block--front-hero .link-front-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 78px;
    height: 78px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 0 auto;
    font-size: 0; }
    .block--front-hero .link-front-arrow > * {
      -ms-flex: 0 1 auto; }
    .block--front-hero .link-front-arrow:after {
      font-family: "FontAwesome";
      font-weight: normal;
      font-size: inherit;
      content: "";
      font-size: 34px; }
    .block--front-hero .link-front-arrow:hover {
      border-color: #fff; }
  @media (min-width: 768px) {
    .block--front-hero .block__title {
      font-size: 48px;
      margin-bottom: 10px; }
    .block--front-hero .block__content {
      font-size: 20px; }
    .block--front-hero .link-front-arrow {
      margin-top: 50px; } }
  @media (min-width: 1024px) {
    .block--front-hero {
      margin-top: 150px; } }

.block--views-footer-locations-footer {
  margin: 0 auto;
  margin-top: 30px;
  border-top: 2px solid #5f5f5f;
  padding-top: 30px;
  text-align: center; }
  .block--views-footer-locations-footer a {
    color: #b7b7b7;
    text-decoration: none;
    font-size: 16px; }
    .block--views-footer-locations-footer a:hover {
      color: #fdfdfd; }
  .block--views-footer-locations-footer .views-row {
    margin-bottom: 20px; }
  .block--views-footer-locations-footer .view-footer {
    margin-top: 40px; }
    .block--views-footer-locations-footer .view-footer a {
      border: none; }
  .block--views-footer-locations-footer .button {
    background: #5f5f5f;
    color: #fdfdfd;
    text-align: center;
    width: 285px;
    margin: 0 auto;
    border: none; }
    .block--views-footer-locations-footer .button:hover {
      background: #797979; }
  @media (min-width: 768px) {
    .block--views-footer-locations-footer {
      margin: 0;
      border-top: none;
      border-left: solid 2px #5f5f5f; } }
  @media (min-width: 768px) {
    .block--views-footer-locations-footer {
      text-align: left; }
      .block--views-footer-locations-footer .button {
        margin: 0; } }

.block--views-footer-locations-block {
  background: #ebebeb;
  padding: 30px 20px;
  margin-top: 30px; }
  .block--views-footer-locations-block .block__content {
    max-width: 1220px;
    margin: auto;
    max-width: 860px; }
  .block--views-footer-locations-block .views-row + .views-row {
    margin-top: 20px;
    border-top: 1px solid #d2d2d2;
    padding-top: 20px; }
  .block--views-footer-locations-block .field--name-field-office-hours + .field {
    margin-top: 1em; }
  .block--views-footer-locations-block .field--name-field-staff-member > .field__items > .field__item + .field__item {
    margin-top: 1em; }
  .block--views-footer-locations-block .field--name-field-position {
    font-weight: bold; }
  @media (min-width: 768px) {
    .block--views-footer-locations-block .node__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -20px; }
      .block--views-footer-locations-block .node__content > * {
        -ms-flex: 0 1 auto; }
    .block--views-footer-locations-block .location--column {
      margin: 0 20px; } }

.block--views-footer-locations-locations-list {
  margin-top: 30px;
  font-size: 16px; }
  .block--views-footer-locations-locations-list .views-row + .views-row {
    margin-top: 40px;
    border-top: 1px solid rgba(235, 235, 235, 0.8);
    padding-top: 35px; }
  .block--views-footer-locations-locations-list .views-field-title {
    margin-bottom: 15px;
    font-size: 24px;
    color: #0e79bf; }
  .block--views-footer-locations-locations-list fieldset {
    margin-bottom: 20px; }
  .block--views-footer-locations-locations-list .fieldset-legend {
    text-transform: uppercase; }
  .block--views-footer-locations-locations-list legend {
    font-weight: bold; }
  .block--views-footer-locations-locations-list .views-label,
  .block--views-footer-locations-locations-list .field--name-field-position {
    font-weight: bold; }
  .block--views-footer-locations-locations-list .office-hours {
    display: block;
    margin-top: 20px; }
    .block--views-footer-locations-locations-list .office-hours:before {
      content: "Office Hours";
      font-weight: bold; }
  .block--views-footer-locations-locations-list .map legend {
    display: none; }
  .block--views-footer-locations-locations-list .map iframe {
    width: 330px !important;
    height: 300px !important; }
  .block--views-footer-locations-locations-list .staff-members li + li {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .block--views-footer-locations-locations-list .contact-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: rgba(235, 235, 235, 0.3);
      margin-bottom: 20px;
      padding: 20px; }
      .block--views-footer-locations-locations-list .contact-wrapper > * {
        -ms-flex: 0 1 auto; }
    .block--views-footer-locations-locations-list fieldset {
      min-width: 200px;
      width: 100%;
      margin-right: 20px; }
    .block--views-footer-locations-locations-list .views-field-title,
    .block--views-footer-locations-locations-list .staff-members {
      padding-left: 20px; }
    .block--views-footer-locations-locations-list .map iframe {
      width: 450px !important;
      height: 300px !important; } }
  @media (min-width: 1024px) {
    .block--views-footer-locations-locations-list .staff-members ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .block--views-footer-locations-locations-list .staff-members ul > * {
        -ms-flex: 0 1 auto; }
      .block--views-footer-locations-locations-list .staff-members ul li {
        margin-top: 0;
        margin-bottom: 20px;
        padding-left: 15px;
        max-width: 350px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 40%;
                flex: 1 1 40%; }
    .block--views-footer-locations-locations-list .map iframe {
      width: 788px !important;
      height: 350px !important;
      margin: 0 10px; } }

.block--views-footer-locations-block-1 {
  background: #ebebeb;
  padding: 30px 20px;
  margin-top: 30px;
  font-size: 16px; }
  .block--views-footer-locations-block-1 .view-content {
    max-width: 1220px;
    margin: auto; }
  .block--views-footer-locations-block-1 .views-row + .views-row {
    margin-top: 20px;
    border-top: 1px solid #d2d2d2;
    padding-top: 20px; }
  .block--views-footer-locations-block-1 .block__title {
    font-size: 30px;
    text-align: center;
    margin: 20px 20px 50px; }
  .block--views-footer-locations-block-1 .views-field-title {
    margin-bottom: 10px;
    font-size: 24px; }
  .block--views-footer-locations-block-1 fieldset {
    margin-bottom: 20px; }
  .block--views-footer-locations-block-1 .fieldset-legend {
    text-transform: uppercase; }
  .block--views-footer-locations-block-1 legend,
  .block--views-footer-locations-block-1 .views-label,
  .block--views-footer-locations-block-1 .field--name-field-position {
    font-weight: bold; }
  .block--views-footer-locations-block-1 .staff-members li + li {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .block--views-footer-locations-block-1 .views-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .block--views-footer-locations-block-1 .views-row > * {
        -ms-flex: 0 1 auto; }
    .block--views-footer-locations-block-1 fieldset {
      max-width: 300px;
      width: 100%; }
    .block--views-footer-locations-block-1 .views-field-title {
      max-width: 200px;
      width: 100%; } }

.block--logo-block {
  padding: 20px;
  text-align: center; }
  .block--logo-block img {
    display: block;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .block--logo-block {
      margin-top: 20px;
      padding-bottom: 0; }
      .block--logo-block a:hover {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        opacity: .6; } }
  @media (min-width: 1024px) {
    .block--logo-block {
      margin-top: 0;
      padding: 0 20px;
      min-width: 245px; } }

.block--multiblock-1 {
  text-align: center; }
  .block--multiblock-1 a {
    display: block;
    margin: 0 auto;
    width: 186px;
    height: 60px; }
  @media (min-width: 768px) {
    .block--multiblock-1 {
      margin-top: 10px; } }

.media_embed {
  padding: 0 20px; }
  @media (min-width: 768px) {
    .media_embed {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0; } }

.front .l-region--preface-third .block {
  padding: 30px 20px; }
  .front .l-region--preface-third .block p {
    font-size: 16px;
    line-height: 1.4375; }
  .front .l-region--preface-third .block ul {
    list-style-type: none;
    margin-top: 30px; }
  .front .l-region--preface-third .block li + li {
    margin-top: 20px; }
  .front .l-region--preface-third .block .block__title {
    margin-bottom: 5px;
    color: #3e4143; }
  .front .l-region--preface-third .block .button-double-border {
    min-width: 0; }
  @media (min-width: 768px) {
    .front .l-region--preface-third .block {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%;
      padding: 50px 30px; }
      .front .l-region--preface-third .block .button-double-border {
        width: 100%; } }
  @media (min-width: 1024px) {
    .front .l-region--preface-third .block {
      padding: 80px 30px; } }
  @media (min-width: 1200px) {
    .front .l-region--preface-third .block {
      padding-left: 40px;
      padding-right: 40px; }
      .front .l-region--preface-third .block li {
        display: inline-block; }
        .front .l-region--preface-third .block li + li {
          margin-top: 0;
          margin-left: 15px; }
      .front .l-region--preface-third .block .button-double-border {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .front .l-region--preface-third .block .button-double-border:before {
          font-family: "FontAwesome";
          font-weight: normal;
          font-size: inherit;
          content: "";
          padding-right: 5px; } }

.page-node-32 .breadcrumb-wrap,
.page-node-32 .l-main {
  display: none; }

.page-node-32 h1 {
  margin-bottom: 0; }

.block--views-profile-profile-list {
  background-color: rgba(235, 235, 235, 0.5);
  padding: 20px;
  text-align: center; }
  .block--views-profile-profile-list .views-row {
    background-color: rgba(235, 235, 235, 0.3);
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    .block--views-profile-profile-list .view-content,
    .block--views-profile-profile-list .views-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .block--views-profile-profile-list .view-content > *,
      .block--views-profile-profile-list .views-row > * {
        -ms-flex: 0 1 auto; }
    .block--views-profile-profile-list .view-content {
      max-width: 1220px;
      margin: auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .block--views-profile-profile-list .views-row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 300px;
      width: 100%;
      -webkit-transition: background 0.2s;
      transition: background 0.2s; }
      .block--views-profile-profile-list .views-row:hover {
        background: #fff; }
    .block--views-profile-profile-list .node--profile--teaser {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      .block--views-profile-profile-list .node--profile--teaser > * {
        -ms-flex: 0 1 auto; }
      .block--views-profile-profile-list .node--profile--teaser .node__content,
      .block--views-profile-profile-list .node--profile--teaser .links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        width: 100%; }
        .block--views-profile-profile-list .node--profile--teaser .node__content > *,
        .block--views-profile-profile-list .node--profile--teaser .links > * {
          -ms-flex: 0 1 auto; }
        .block--views-profile-profile-list .node--profile--teaser .node__content a,
        .block--views-profile-profile-list .node--profile--teaser .links a {
          padding: 10px; }
      .block--views-profile-profile-list .node--profile--teaser .node__content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .block--views-profile-profile-list .node--profile--teaser .links {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 100%; }
      .block--views-profile-profile-list .node--profile--teaser .field {
        width: 100%; } }

.node--profile--teaser {
  padding: 20px;
  margin: 0;
  position: relative; }
  .node--profile--teaser .cover-link {
    font-size: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
  .node--profile--teaser .field--name-field-profile-image {
    margin-bottom: 20px; }
    .node--profile--teaser .field--name-field-profile-image img {
      display: block;
      margin: 0 auto; }
  .node--profile--teaser .field--name-field-profile-position {
    margin-bottom: 20px;
    color: #646d74;
    font-size: 16px;
    line-height: 24px;
    font-style: italic; }
  .node--profile--teaser .links li {
    margin: 0 auto; }
  .node--profile--teaser .links a {
    position: relative;
    display: block;
    min-width: 220px;
    padding: 10px; }
    .node--profile--teaser .links a:after {
      content: "";
      display: block;
      position: absolute;
      top: 2px;
      bottom: 2px;
      left: 2px;
      right: 2px;
      -webkit-transition: border 0.2s;
      transition: border 0.2s;
      border: 1px solid #0e79bf; }
    .node--profile--teaser .links a:hover:after {
      border-color: #fff; }
    .node--profile--teaser .links a:hover {
      background: #0e79bf;
      color: #fff; }

.quick-contact-form-intro {
  margin-bottom: 70px; }
  .quick-contact-form-intro p {
    color: #fdfdfd;
    font-size: 16px;
    line-height: 25px; }
  .quick-contact-form-intro h2 {
    color: #fdfdfd;
    font-family: "Karla", "Verdana", "Helvetica", "Arial", sans-serif;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: bold; }
  @media (min-width: 768px) {
    .quick-contact-form-intro {
      padding-right: 40px; } }

.quick-contact-form {
  margin-top: 40px;
  color: #fdfdfd; }
  .quick-contact-form input[type=text], .quick-contact-form input[type=email], .quick-contact-form input[type=password], .quick-contact-form textarea {
    color: #5f5f5f; }
  .quick-contact-form .form-submit {
    display: block;
    margin: 0 auto;
    background: transparent; }
  .quick-contact-form .form-required {
    display: none; }
  .quick-contact-form label {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    padding-bottom: 2px; }
  @media (min-width: 768px) {
    .quick-contact-form {
      margin-top: 0; } }

@media (min-width: 768px) {
  .node--service--teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .node--service--teaser > * {
      -ms-flex: 0 1 auto; }
    .node--service--teaser .field--type-image {
      margin-right: 20px;
      min-width: 220px; } }

.block--vr-views-vr-views-services-front {
  background: #124668;
  color: #fdfdfd; }
  .block--vr-views-vr-views-services-front .services-front-intro {
    padding: 80px 20px 70px;
    font-size: 31px;
    line-height: 1.19355;
    text-align: center; }
    .block--vr-views-vr-views-services-front .services-front-intro p {
      font-family: "Source Serif Pro", serif; }
    .block--vr-views-vr-views-services-front .services-front-intro a {
      color: #35a3ea; }
      .block--vr-views-vr-views-services-front .services-front-intro a:hover {
        color: #1297ee; }
      .block--vr-views-vr-views-services-front .services-front-intro a.view-all {
        color: #fdfdfd;
        font-family: "Karla", "Verdana", "Helvetica", "Arial", sans-serif;
        font-size: 19px;
        line-height: 1.10526; }
        .block--vr-views-vr-views-services-front .services-front-intro a.view-all:after {
          font-family: "FontAwesome";
          font-weight: normal;
          font-size: inherit;
          content: "";
          padding-left: 10px; }
        .block--vr-views-vr-views-services-front .services-front-intro a.view-all:hover {
          color: #1297ee; }
  .block--vr-views-vr-views-services-front .node {
    position: relative;
    margin: 0;
    min-height: 175px;
    font-family: "Karla", "Verdana", "Helvetica", "Arial", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.35294;
    text-transform: uppercase;
    background-size: cover;
    background-position: center; }
    .block--vr-views-vr-views-services-front .node a,
    .block--vr-views-vr-views-services-front .node .service-title-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .block--vr-views-vr-views-services-front .node a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fdfdfd; }
      .block--vr-views-vr-views-services-front .node a > * {
        -ms-flex: 0 1 auto; }
      .block--vr-views-vr-views-services-front .node a:hover {
        background: #0e79bf; }
    .block--vr-views-vr-views-services-front .node .service-title {
      position: relative;
      z-index: 1;
      padding: 0 20px;
      text-align: center; }
    .block--vr-views-vr-views-services-front .node .service-title-overlay {
      background: rgba(14, 121, 191, 0.6); }
  @media (min-width: 768px) {
    .block--vr-views-vr-views-services-front .services-front-intro-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .block--vr-views-vr-views-services-front .services-front-intro-wrap > * {
        -ms-flex: 0 1 auto; }
    .block--vr-views-vr-views-services-front .services-front-intro {
      margin: 0 auto;
      padding: 20px;
      max-width: 78%;
      text-align: left; }
    .block--vr-views-vr-views-services-front .block__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch; }
      .block--vr-views-vr-views-services-front .block__content > * {
        -ms-flex: 0 1 auto; }
    .block--vr-views-vr-views-services-front .services-front-grid-item-level-1 {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%; }
      .block--vr-views-vr-views-services-front .services-front-grid-item-level-1 > .node {
        min-height: 440px; }
    .block--vr-views-vr-views-services-front .services-front-grid-item-level-2 > .node {
      min-height: 440px; }
    .block--vr-views-vr-views-services-front .multi-service-wrap-3-services {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .block--vr-views-vr-views-services-front .multi-service-wrap-3-services > * {
        -ms-flex: 0 1 auto; }
      .block--vr-views-vr-views-services-front .multi-service-wrap-3-services .services-front-grid-item-level-2 {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%; }
    .block--vr-views-vr-views-services-front .multi-service-wrap-2-services {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .block--vr-views-vr-views-services-front .multi-service-wrap-2-services > * {
        -ms-flex: 0 1 auto; }
      .block--vr-views-vr-views-services-front .multi-service-wrap-2-services .services-front-grid-item-level-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%; }
        .block--vr-views-vr-views-services-front .multi-service-wrap-2-services .services-front-grid-item-level-3 > * {
          -ms-flex: 0 1 auto; }
      .block--vr-views-vr-views-services-front .multi-service-wrap-2-services .node {
        min-width: 25vw; } }
  @media (min-width: 1024px) {
    .block--vr-views-vr-views-services-front .service-title {
      -webkit-transition: color 0.2s;
      transition: color 0.2s;
      color: transparent; }
    .block--vr-views-vr-views-services-front .node a:hover .service-title {
      color: #fdfdfd; } }

.block--coal-admin-coal-admin-social-media {
  text-align: center; }
  .block--coal-admin-coal-admin-social-media .block__title {
    color: #b7b7b7;
    font-family: "Karla", "Verdana", "Helvetica", "Arial", sans-serif;
    font-size: 17px;
    text-align: center; }
  .block--coal-admin-coal-admin-social-media .block__content {
    margin-top: 25px; }
    .block--coal-admin-coal-admin-social-media .block__content ul {
      margin-left: 10px; }
      .block--coal-admin-coal-admin-social-media .block__content ul p {
        padding-bottom: 10px;
        font-size: 16px;
        color: #B7B7B6; }
      .block--coal-admin-coal-admin-social-media .block__content ul li {
        display: inline-block;
        text-align: center;
        list-style: none;
        margin: 0;
        padding: 0; }
        .block--coal-admin-coal-admin-social-media .block__content ul li:nth-child(2) {
          margin-left: 15px; }
        .block--coal-admin-coal-admin-social-media .block__content ul li:nth-child(3) {
          margin-left: 15px; }
        .block--coal-admin-coal-admin-social-media .block__content ul li:nth-child(4) {
          margin-left: 15px; }
  .block--coal-admin-coal-admin-social-media a {
    font-size: 0; }
  .block--coal-admin-coal-admin-social-media .fa {
    font-size: 31px;
    width: 35px; }
    .block--coal-admin-coal-admin-social-media .fa:before {
      display: inline-block; }
  .block--coal-admin-coal-admin-social-media .fa-twitter,
  .block--coal-admin-coal-admin-social-media .fa-facebook,
  .block--coal-admin-coal-admin-social-media .fa-linkedin {
    color: #fff; }
  @media (min-width: 768px) {
    .block--coal-admin-coal-admin-social-media {
      padding-bottom: 0;
      text-align: left; }
      .block--coal-admin-coal-admin-social-media .block__title {
        display: none;
        text-align: left; }
      .block--coal-admin-coal-admin-social-media .block__content {
        margin: 0; }
        .block--coal-admin-coal-admin-social-media .block__content li:nth-child(2) {
          margin-left: 0; }
        .block--coal-admin-coal-admin-social-media .block__content li:nth-child(3) {
          margin-left: 0; }
      .block--coal-admin-coal-admin-social-media .fa {
        font-size: 30px; } }
  @media (min-width: 1024px) {
    .block--coal-admin-coal-admin-social-media .block__title {
      display: block; }
    .block--coal-admin-coal-admin-social-media .block__content {
      margin-top: 15px; }
      .block--coal-admin-coal-admin-social-media .block__content li:nth-child(2) {
        margin-left: 10px; }
      .block--coal-admin-coal-admin-social-media .block__content li:nth-child(3) {
        margin-left: 15px; }
    .block--coal-admin-coal-admin-social-media .fa {
      font-size: 31px; } }

.block--views-testimonials-featured {
  max-width: 1220px;
  margin: auto;
  padding: 150px 30px 60px 30px;
  position: relative; }
  .block--views-testimonials-featured:before {
    position: absolute;
    top: 115px;
    -webkit-transform: translateX(-35px);
            transform: translateX(-35px);
    content: '\201C';
    font-family: baskerville, sans-serif;
    color: #dedede;
    display: block;
    text-align: center;
    font-size: 150px;
    font-weight: 600;
    width: 100%; }
  .block--views-testimonials-featured .field--name-body {
    max-width: 750px;
    text-align: center;
    font-family: "Source Serif Pro", serif;
    font-style: italic;
    font-size: 28px;
    line-height: 42px;
    padding: 0 20px;
    margin: 0 auto;
    color: #3e4143; }
  .block--views-testimonials-featured .field--name-field-author {
    text-align: center;
    padding-top: 18px;
    color: #0e79bf;
    font-size: 16px;
    line-height: 48px; }

.block--views-10e097f35cd5bd399d8d015ffa4cd6fb {
  background-color: black; }

.webform-client-form-1 {
  margin-top: 35px; }
  .webform-client-form-1 .webform-component--are-you-a-current-patient .form-radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .webform-client-form-1 .webform-component--are-you-a-current-patient .form-radios > * {
      -ms-flex: 0 1 auto; }
  .webform-client-form-1 .webform-component--are-you-a-current-patient .form-item {
    margin-right: 15px; }
    .webform-client-form-1 .webform-component--are-you-a-current-patient .form-item input {
      margin: 0; }

.block--webform-client-block-23 .form-actions {
  margin-top: 25px; }

.block--webform-client-block-23 input {
  min-width: 220px;
  padding: 10px 20px; }

.field--name-field-display-title, .page--hero {
  padding: 30px 20px;
  background: #0e79bf url("../images/header_bg.png");
  background-size: cover;
  color: #fdfdfd;
  text-align: center; }
  @media (min-width: 768px) {
    .field--name-field-display-title, .page--hero {
      padding: 90px 20px; } }

@media (min-width: 768px) {
  .field--name-field-display-title {
    font-size: 48px; } }

.page--hero .field--name-field-intro {
  max-width: 740px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .page--hero {
    padding: 60px 20px 50px; } }

.field--name-field-page-display-title {
  font-family: "Source Serif Pro", serif;
  margin-bottom: .25em; }
  @media (min-width: 768px) {
    .field--name-field-page-display-title {
      font-size: 48px; } }

.field--label-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .field--label-inline > * {
    -ms-flex: 0 1 auto; }

.breadcrumb-wrap .breadcrumb {
  max-width: 1220px;
  margin: auto;
  padding: 10px 20px;
  width: 100%;
  font-size: 15px; }
  .breadcrumb-wrap .breadcrumb li {
    display: inline; }
    .breadcrumb-wrap .breadcrumb li:first-child a {
      font-size: 0; }
      .breadcrumb-wrap .breadcrumb li:first-child a:before {
        font-family: "FontAwesome";
        font-weight: normal;
        font-size: inherit;
        content: "";
        font-size: 15px; }
    .breadcrumb-wrap .breadcrumb li + li:before {
      font-family: "FontAwesome";
      font-weight: normal;
      font-size: inherit;
      content: "";
      display: inline-block;
      margin: 0 10px; }

.flippy {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #c2c2c2; }

.block--menu-block-2 {
  margin-top: 30px;
  border-top: 2px solid #5f5f5f;
  padding-top: 30px; }
  .block--menu-block-2 .leaf {
    list-style: none;
    text-align: center; }
    .block--menu-block-2 .leaf + .leaf {
      margin-top: 15px; }
  .block--menu-block-2 a {
    color: #b7b7b7;
    text-decoration: none;
    font-size: 16px; }
    .block--menu-block-2 a:hover {
      color: #fdfdfd; }
  @media (min-width: 768px) {
    .block--menu-block-2 {
      margin-top: 0;
      border-top: none;
      padding: 0 40px;
      border-left: solid 2px #5f5f5f; }
      .block--menu-block-2 .leaf {
        text-align: left; } }

.block--nav-main {
  text-transform: uppercase;
  line-height: normal; }
  .block--nav-main.menu-processed .block__title {
    display: block;
    margin-bottom: 0;
    padding: 10px 20px;
    background: #005d9a;
    color: #fff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    text-align: right; }
  .block--nav-main .block__title {
    display: none; }
  .block--nav-main .menu {
    background: #0e79bf;
    padding: 10px 0; }
    .block--nav-main .menu a,
    .block--nav-main .menu .nolink {
      display: block;
      padding: 10px 20px;
      color: #fff;
      cursor: pointer; }
      .block--nav-main .menu a.active,
      .block--nav-main .menu .nolink.active {
        background: #094c78; }
    .block--nav-main .menu .menu {
      padding-top: 0;
      text-transform: none; }
      .block--nav-main .menu .menu a,
      .block--nav-main .menu .menu .nolink {
        padding-left: 40px;
        font-weight: normal; }
  .block--nav-main .expanded {
    position: relative; }
  @media (min-width: 768px) {
    .block--nav-main {
      font-size: 17px; }
      .block--nav-main.menu-processed .block__title {
        display: none; }
      .block--nav-main.menu-processed .menu-block-wrapper {
        display: block !important; }
      .block--nav-main .block__title {
        display: none; }
      .block--nav-main .menu a,
      .block--nav-main .menu .nolink {
        padding: 30px 0 15px;
        color: #2e2e2e; }
        .block--nav-main .menu a.active, .block--nav-main .menu a.active-trail,
        .block--nav-main .menu .nolink.active,
        .block--nav-main .menu .nolink.active-trail {
          font-weight: 600; }
      .block--nav-main .menu-block-wrapper > .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .block--nav-main .menu-block-wrapper > .menu > * {
          -ms-flex: 0 1 auto; }
      .block--nav-main .menu-block-wrapper > .menu > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style-type: none;
        list-style: none;
        height: 100px; }
        .block--nav-main .menu-block-wrapper > .menu > li > * {
          -ms-flex: 0 1 auto; }
      .block--nav-main .menu-block-wrapper > .menu > li > a,
      .block--nav-main .menu-block-wrapper > .menu > li > .nolink {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 10px;
        padding-right: 10px; }
        .block--nav-main .menu-block-wrapper > .menu > li > a > *,
        .block--nav-main .menu-block-wrapper > .menu > li > .nolink > * {
          -ms-flex: 0 1 auto; }
      .block--nav-main .expanded {
        position: relative;
        display: block; }
        .block--nav-main .expanded:hover > a:after,
        .block--nav-main .expanded:hover > .nolink:after {
          color: #2e2e2e; }
        .block--nav-main .expanded:hover > .menu {
          display: block !important;
          z-index: 51; }
        .block--nav-main .expanded > a,
        .block--nav-main .expanded > .nolink {
          white-space: nowrap; }
          .block--nav-main .expanded > a:after,
          .block--nav-main .expanded > .nolink:after {
            font-family: "FontAwesome";
            font-weight: normal;
            font-size: inherit;
            content: "";
            margin-left: .5em;
            color: #b7b7b7; }
        .block--nav-main .expanded > .menu {
          display: none !important;
          position: absolute;
          left: 0;
          top: 90px;
          padding-bottom: 0;
          min-width: 100%;
          width: 300px;
          font-size: 13px; }
          .block--nav-main .expanded > .menu > li {
            list-style-type: none;
            list-style: none; }
            .block--nav-main .expanded > .menu > li + li {
              border-top: 1px solid #0e79bf; }
          .block--nav-main .expanded > .menu a,
          .block--nav-main .expanded > .menu .nolink {
            background: rgba(255, 255, 255, 0.9);
            color: #0e79bf;
            padding: 15px;
            font-size: 17px; }
            .block--nav-main .expanded > .menu a:hover,
            .block--nav-main .expanded > .menu .nolink:hover {
              background: #0e79bf;
              color: #fff; }
      .block--nav-main li.last.expanded > .menu {
        left: auto;
        right: 0; }
      .block--nav-main .menu {
        background: transparent; }
        .block--nav-main .menu a.active, .block--nav-main .menu a.active-trail,
        .block--nav-main .menu .nolink.active,
        .block--nav-main .menu .nolink.active-trail {
          background: transparent;
          color: #000; }
        .block--nav-main .menu .menu {
          -webkit-box-shadow: 0 2px 2px rgba(17, 17, 17, 0.25);
                  box-shadow: 0 2px 2px rgba(17, 17, 17, 0.25); }
          .block--nav-main .menu .menu a.active, .block--nav-main .menu .menu a.active-trail,
          .block--nav-main .menu .menu .nolink.active,
          .block--nav-main .menu .menu .nolink.active-trail {
            color: #fff;
            background: #005d9a; }
      .block--nav-main .drop {
        display: none !important; } }
  @media (min-width: 1024px) {
    .block--nav-main {
      font-size: 17px; }
      .block--nav-main .menu {
        padding: 0; }
      .block--nav-main .menu .menu a,
      .block--nav-main .menu .menu .nolink {
        font-size: 16px; }
      .block--nav-main .menu-block-wrapper > .menu {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .block--nav-main .expanded > .menu {
        top: 100px; } }

.block--search-form .container-inline, .content-wrap .search-form .container-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  white-space: nowrap; }
  .block--search-form .container-inline > *, .content-wrap .search-form .container-inline > * {
    -ms-flex: 0 1 auto; }

.block--search-form .form-item, .content-wrap .search-form .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.block--search-form .form-item, .content-wrap .search-form .form-item {
  margin-bottom: 0; }

.block--search-form .form-submit, .content-wrap .search-form .form-submit {
  position: relative;
  top: 1px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-left: .25em; }

.block--search-form {
  display: none;
  padding: 20px;
  background: #2e2e2e; }
  .block--search-form .container-inline {
    max-width: 500px;
    margin: 0 auto; }
  .block--search-form .form-submit {
    border-color: #b7b7b7;
    background: #111; }
  @media (min-width: 768px) {
    .block--search-form {
      display: none; }
      .block--search-form .block__content {
        max-width: 1220px;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 100%; }
        .block--search-form .block__content > * {
          -ms-flex: 0 1 auto; }
      .block--search-form .form-text {
        min-width: 300px;
        color: #2e2e2e; }
      .block--search-form .form-submit {
        min-width: 100px; }
      .block--search-form.js-search-processed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        position: absolute;
        left: 0;
        top: 48px;
        width: 100%;
        height: 120px;
        z-index: 51; }
        .block--search-form.js-search-processed > * {
          -ms-flex: 0 1 auto; } }
  @media (min-width: 1024px) {
    .block--search-form {
      height: 100px; } }

.content-wrap .search-form + h2 {
  margin-top: 1em; }

.submenu .menu-block-wrapper li {
  list-style: none; }
  .submenu .menu-block-wrapper li.first a {
    border-top: 0; }

.submenu .menu-block-wrapper a {
  padding: 10px 0 10px 15px;
  display: block;
  border-top: 1px solid #ebebeb; }
  .submenu .menu-block-wrapper a:hover {
    background: #d7effe; }
  .submenu .menu-block-wrapper a.active {
    color: #fdfdfd;
    background: #0e79bf; }
    .submenu .menu-block-wrapper a.active:hover {
      background: #005d9a; }
  .submenu .menu-block-wrapper a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-right: 5px; }

.submenu .menu-block-wrapper > .menu > .expanded {
  background: #f7fcff; }

.submenu .menu-block-wrapper > .menu > .expanded > .menu > li > a {
  padding: 3px 0 3px 25px;
  border-top: none; }
  .submenu .menu-block-wrapper > .menu > .expanded > .menu > li > a:before {
    content: none; }

.submenu .menu-block-wrapper > .menu > .expanded > .menu > .expanded > .menu {
  background: #e3f4ff; }
  .submenu .menu-block-wrapper > .menu > .expanded > .menu > .expanded > .menu > li > a {
    padding: 3px 0 3px 40px;
    border-top: none; }
    .submenu .menu-block-wrapper > .menu > .expanded > .menu > .expanded > .menu > li > a:before {
      content: none; }

.block--nav-utility {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase; }
  .block--nav-utility .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .block--nav-utility .menu > * {
      -ms-flex: 0 1 auto; }
    .block--nav-utility .menu li {
      list-style: none; }
    .block--nav-utility .menu a,
    .block--nav-utility .menu .nolink {
      display: block;
      padding: 10px;
      color: #2e2e2e;
      font-size: 15px; }
  @media (min-width: 768px) {
    .block--nav-utility {
      max-width: 1220px;
      margin: auto;
      margin-right: 0;
      font-size: 15px; }
      .block--nav-utility .menu {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .block--nav-utility .menu a {
          padding: 10px 20px; }
          .block--nav-utility .menu a[href='/search'] {
            background: #2e2e2e;
            color: #fff; }
            .block--nav-utility .menu a[href='/search']:after {
              font-family: "FontAwesome";
              font-weight: normal;
              font-size: inherit;
              content: "";
              font-size: 18px;
              margin-left: 1em; }
      .front .block--nav-utility .menu a[href='/search'] {
        background: transparent; }
      .front .block--nav-utility .menu a.search-active {
        background: #2e2e2e;
        color: #fff; } }

.front .node--page--full {
  padding: 0 35px 30px; }

.front .l-hero {
  background: #2e2e2e url("../images/bg-hero-alt.jpg") top center no-repeat;
  color: #b7b7b7; }
  .front .l-hero a,
  .front .l-hero .nolink {
    color: #fff; }

.front .l-header {
  background: transparent; }

.front .block--nav-utility .menu a,
.front .block--nav-utility .menu .nolink {
  color: #c2c2c2; }

.front .block--nav-utility .menu a:hover {
  color: #fff; }

.front .field--name-field-display-title {
  color: #fff; }

.front .l-region--preface-second .block {
  padding: 20px;
  font-size: 16px;
  line-height: 1.4375;
  color: #fff; }

.front .l-region--preface-second .block__title {
  margin-bottom: .25em;
  font-family: "Karla", "Verdana", "Helvetica", "Arial", sans-serif;
  font-size: 21px;
  font-weight: bold; }

.front .l-region--preface-second .link-arrow:hover {
  text-decoration: underline; }

@media (min-width: 768px) {
  .front .block--nav-main .expanded:hover > a:after,
  .front .block--nav-main .expanded:hover > .nolink:after {
    color: #fff; }
  .front .background-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .front .background {
    background-position: 50% 50%;
    background: #2e2e2e url("../images/bg-hero-primary.jpg") top center no-repeat;
    color: #b7b7b7;
    height: 100%;
    width: 100%; }
  .front .bg-zoom {
    -webkit-transition: all 3500ms ease-out;
    transition: all 3500ms ease-out; }
  .front .scaled {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  .front .l-hero {
    position: relative;
    background: none; }
  .front .l-region--preface-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .front .l-region--preface-second > * {
      -ms-flex: 0 1 auto; }
    .front .l-region--preface-second .block {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      padding: 35px; }
  .front .preface-third-wrap {
    position: relative; } }

@media (min-width: 1024px) {
  .front .background-wrap {
    height: 1120px; }
  .front .background {
    background-size: cover; }
  .front .l-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 1120px; }
    .front .l-hero > * {
      -ms-flex: 0 1 auto; }
  .front .l-region--preface-second {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 44.49153%;
            flex: 0 1 44.49153%; }
  .front .node--page--full {
    padding: 0; } }

.front--container {
  background: linear-gradient(transparent, #2e2e2e 200px);
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .front--container {
      background: linear-gradient(transparent, #2e2e2e 240px); } }
  @media (min-width: 1024px) {
    .front--container {
      background: linear-gradient(transparent, #2e2e2e 340px); } }

.front--content-wrap {
  max-width: 1180px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .front--content-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .front--content-wrap > * {
        -ms-flex: 0 1 auto; }
      .front--content-wrap .main-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 44.49153%;
                flex: 0 1 44.49153%;
        padding-bottom: 35px; } }

.node-type-profile .profile_content_wrap {
  padding: 30px 0; }

.node-type-profile .image_wrap {
  text-align: center; }

.node-type-profile .field__label {
  border-bottom: 1px solid #ebebeb;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 3px; }

.node-type-profile .field--name-field-profile-image {
  margin: 0 auto;
  padding-bottom: 30px;
  min-width: 200px; }

.node-type-profile .field--name-field-profile-position,
.node-type-profile .field--name-field-profile-certifications,
.node-type-profile .field--name-field-medical-degree,
.node-type-profile .field--name-field-clinical-interest, .node-type-profile .field--name-field-internship-and-residency {
  margin-bottom: 30px; }

.node-type-profile .flippy {
  border-top: 0;
  text-align: center; }

@media (min-width: 768px) {
  .node-type-profile .profile_content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .node-type-profile .profile_content_wrap > * {
      -ms-flex: 0 1 auto; }
  .node-type-profile .image_wrap {
    text-align: initial; }
  .node-type-profile .field--name-field-profile-image {
    margin-right: 30px; } }

.search-result + .search-result {
  margin-top: 20px;
  border-top: 1px solid #ebebeb;
  padding-top: 20px; }

.footer-first-wrap {
  background-color: #2e2e2e; }

.footer-second-wrap {
  background-color: #111;
  border-bottom: solid 5px #2e2e2e; }

.l-region--footer-first {
  padding: 40px 20px; }
  @media (min-width: 768px) {
    .l-region--footer-first {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: flex-stretch;
          -ms-flex-align: flex-stretch;
              align-items: flex-stretch;
      max-width: 1120px;
      margin: 0 auto; }
      .l-region--footer-first > * {
        -ms-flex: 0 1 auto; }
      .l-region--footer-first > .block {
        padding: 15px 50px 20px; }
        .l-region--footer-first > .block:first-child {
          padding-left: 0;
          width: 10%; }
        .l-region--footer-first > .block:last-child {
          padding-right: 0; } }
  @media (min-width: 1024px) {
    .l-region--footer-first > .block:nth-child(1) {
      width: 24.55357%; }
    .l-region--footer-first > .block:nth-child(2) {
      width: 31.25%; }
    .l-region--footer-first > .block:nth-child(3) {
      width: 40.17857%; } }
  @media (min-width: 1200px) {
    .l-region--footer-first > .block:nth-child(1) {
      width: 31.25%; }
    .l-region--footer-first > .block:nth-child(2) {
      width: 35.71429%;
      padding-left: 75px; }
    .l-region--footer-first > .block:nth-child(3) {
      width: 32.14286%;
      padding-left: 75px; } }

.l-region--footer-second {
  max-width: 1220px;
  margin: auto;
  margin: 0 auto;
  padding: 40px 20px; }
  @media (min-width: 768px) {
    .l-region--footer-second {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px; }
      .l-region--footer-second > * {
        -ms-flex: 0 1 auto; } }

.l-header {
  background: #fff; }
  @media (min-width: 768px) {
    .l-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .l-header > * {
        -ms-flex: 0 1 auto; } }

.not-front .header-first-wrap {
  background: #ebebeb; }

@media (min-width: 768px) {
  .l-region--header-first {
    max-width: 1220px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .l-region--header-first > * {
      -ms-flex: 0 1 auto; }
    .l-region--header-first .block--search {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .l-region--header-first .block--nav-utility {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

@media (min-width: 1024px) {
  .l-region--header-second {
    max-width: 1220px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
    .l-region--header-second > * {
      -ms-flex: 0 1 auto; } }

@media (max-width: 767px) {
  .js-menu .l-header,
  .js-menu .l-region--header-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .js-menu .l-header > *,
    .js-menu .l-region--header-second > * {
      -ms-flex: 0 1 auto; }
  .js-menu .header-first-wrap,
  .js-menu .header-second-wrap,
  .js-menu .l-region--header-second .block {
    width: 100%; }
  .js-menu .header-second-wrap,
  .js-menu .block--nav-main {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

.postscript-second-wrap {
  background: url("../images/contact_form_bg.png") no-repeat;
  background-size: cover; }

.l-region--postscript-second {
  max-width: 1220px;
  margin: auto;
  padding: 50px 20px;
  max-width: 1150px; }
  @media (min-width: 768px) {
    .l-region--postscript-second {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .l-region--postscript-second > * {
        -ms-flex: 0 1 auto; }
      .l-region--postscript-second .quick-contact-form-intro,
      .l-region--postscript-second .quick-contact-form {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%; } }

.l-region--sidebar-second .block {
  padding: 20px;
  margin-bottom: 20px; }

/*# sourceMappingURL=valleyradiology.styles.css.map */
