@charset "UTF-8";
/*
Theme Name: MYMOSH v1
Theme URI: http://www.mymosh.com
Description: A theme template created specifically by Jigsaw for Midwest Orthopedic Specialty Hospital
Author: Martin Defatte
Author URI: http://www.jigsawllc.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template:
Version: 1.0
*/
/* @group #SASS Import
================================================== */
/*!
 *  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("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

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

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

.fa-border {
  padding: .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 {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

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

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

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

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

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

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

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

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

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

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

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

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

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

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-battery-4:before,
.fa-battery: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; }

/* @group #SASS variables http://sass-lang.com/guide
================================================== */
/* color palette */
/*
examples of how to darken or lighten
.item {
	background: darken($color-basic-link, 30%);
}
.item  {
	background: lighten($color-basic-link, 30%);
}
*/
/* @end */
/* #SASS mixins http://sass-lang.com/guide
================================================== */
/*
button {
	@include rounded(6px);
}
*/
/*
button {
	@include linear-gradient(#42b3e2, #1a6798);
}
*/
/* retinize a background image */
/* needs files to folow this pattern "filename.png" and "filename-2x.png"
.element {
	@include retinize('file-name', 'png', 24px, 24px); // uses 50% actual size to constrain the size, visually, thereby doubling the pixel depth
}
*/
/*
img.preload{
    @include opacity(0);
    &.complete{
        @include opacity(1);
    }
}
*/
/*
img { 
  @include filter(grayscale, 100%);
}
*/
/* #Media Queries
================================================== */
/* usage
#content {
	float: left;
	width: 70%;
	@include responsive(larger-than-mobile) {
		width: 80%;
	}
	@include responsive(larger-than-desktop) {
		width: 50%;
		font-size: 14px;
	}
	@include responsive(larger-than-desktophd) {
		float: none;
		width: 100%;
		font-size: 12px;
	}
}
*/
/* @end */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
/* Larger than mobile */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }

/* For devices larger than 550px */
/* Larger than tablet */
@media (min-width: 750px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one.column,
  .one.columns {
    width: 4.66666666667%; }
  .two.columns {
    width: 13.3333333333%; }
  .three.columns {
    width: 22%; }
  .four.columns {
    width: 30.6666666667%; }
  .five.columns {
    width: 39.3333333333%; }
  .six.columns {
    width: 48%; }
  .seven.columns {
    width: 56.6666666667%; }
  .eight.columns {
    width: 65.3333333333%; }
  .nine.columns {
    width: 74.0%; }
  .ten.columns {
    width: 82.6666666667%; }
  .eleven.columns {
    width: 91.3333333333%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 30.6666666667%; }
  .two-thirds.column {
    width: 65.3333333333%; }
  .one-half.column {
    width: 48%; }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

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

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

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 280px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }
  .pushy a {
    display: block;
    color: #b3b3b1;
    padding: 15px 30px;
    text-decoration: none; }
  .pushy a:hover {
    color: #FFF; }
  .pushy ul:first-child {
    margin-top: 10px; }
  .pushy.pushy-left {
    left: 0; }
  .pushy.pushy-right {
    right: 0; }

.pushy-content {
  visibility: hidden; }

/* Menu Movement */
.pushy-left {
  transform: translate3d(-280px, 0, 0); }

.pushy-open-left #container,
.pushy-open-left .push {
  transform: translate3d(280px, 0, 0); }

.pushy-right {
  transform: translate3d(280px, 0, 0); }

.pushy-open-right #container,
.pushy-open-right .push {
  transform: translate3d(-280px, 0, 0); }

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  transform: translate3d(0, 0, 0); }

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible; }

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

/* Site Overlay */
.site-overlay {
  display: none; }

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fade 500ms; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /*button{
        width: 100%;
        color: #b3b3b1;
        padding: 15px 30px;
        text-align: left;
        background: transparent;
        border: 0;

        &:hover{
            color: #FFF;
        }
    }*/
  /* Submenu Icon */
  /*> a::after, 
    > button::after {
        content: '';
        display: block;
        height: 11px;
        width: 8px;
        position: absolute;
        top: 50%;
        right: 15px;
        background: url("../img/arrow.svg") no-repeat;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: transform 0.2s;
    }*/ }
  .pushy-submenu ul {
    padding-left: 0;
    transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out; }
    .pushy-submenu ul .pushy-link {
      transition: opacity 0.2s ease-in-out; }
  .pushy-submenu > a,
  .pushy-submenu > button {
    position: relative; }

/* marty */
.pushy-submenu .toggle,
#pushy .menu-item-has-children .toggle {
  position: absolute;
  right: 0;
  z-index: 2;
  /*a:link,
		a:visited {
			//background: darken($primary-orange, 5%);
			color: $white-true;
		}
		a:hover {
			background: $brand-primary-orange;
			color: $white-true;
		}*/ }
  .pushy-submenu .toggle a,
  #pushy .menu-item-has-children .toggle a {
    display: block;
    font-size: 15px;
    width: 27px;
    padding: 15px;
    padding-left: 18px;
    padding-right: 24px;
    text-align: center;
    box-sizing: border-box;
    text-align: center; }
  .pushy-submenu .toggle:link, .pushy-submenu .toggle:visited,
  #pushy .menu-item-has-children .toggle:link,
  #pushy .menu-item-has-children .toggle:visited {
    color: #CCC; }
  .pushy-submenu .toggle:hover,
  #pushy .menu-item-has-children .toggle:hover {
    color: #FFF;
    background: #007dc5; }

.pushy-submenu-open > .toggle .fa-angle-down {
  display: block; }

.pushy-submenu-open > .toggle .fa-angle-right {
  display: none; }

.pushy-submenu-closed > .toggle .fa-angle-down {
  display: none; }

.pushy-submenu-closed > .toggle .fa-angle-right {
  display: block; }

/*#pushy .menu-item-has-children {
	.menu-item-has-children,
	.pushy-submenu-closed,
	.pushy-submenu-open {
		.toggle {
			display:none;
		}
	}
}*/
/* end of marty */
/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden; }

.pushy-submenu-closed > .pushy-link {
  opacity: 0; }

.pushy-submenu-open {
  /* Submenu Icon */ }
  .pushy-submenu-open > ul {
    max-height: 1000px;
    visibility: visible; }
  .pushy-submenu-open > .pushy-link {
    opacity: 1; }
  .pushy-submenu-open a::after,
  .pushy-submenu-open button::after {
    transform: translateY(-50%) rotate(90deg); }

html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* disable webkit tap highlight */ }

#container {
  position: relative; }

.pushy ul:first-child {
  margin-top: 0 !important; }

#pushy {
  background: #FFF;
  font-weight: normal !important; }
  #pushy ul {
    margin-bottom: 0; }
    #pushy ul li {
      margin-bottom: 0; }
    #pushy ul ul {
      margin-bottom: 0;
      margin-top: 0; }
      #pushy ul ul li {
        margin-bottom: 0; }
        #pushy ul ul li a {
          padding-left: 30px; }
  #pushy a {
    padding: 12px 20px;
    color: #202020; }
    #pushy a:hover, #pushy a:focus {
      color: #FFF;
      background: #40849b; }
  #pushy .searchform {
    background: #ebebeb;
    padding: 2rem;
    display: -moz-flex;
    display: flex;
    flex-wrap: nowrap;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-content: center;
    -moz-align-items: center;
    align-items: center; }
    #pushy .searchform .fa-search {
      margin-right: 1rem;
      color: #999; }
    #pushy .searchform input[type="search"] {
      width: 100%; }
    #pushy .searchform input[type="submit"] {
      display: none; }
  #pushy ul.primary-menu {
    background: #FFF;
    text-transform: uppercase;
    font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
    font-weight: 600;
    line-height: 1.35; }
    #pushy ul.primary-menu .sub-menu {
      font-weight: 300; }
    #pushy ul.primary-menu li {
      border-bottom: 1px solid #CCC; }
      #pushy ul.primary-menu li:last-of-type {
        border-bottom: 0; }
    #pushy ul.primary-menu li.current-menu-item > a {
      color: #007dc5; }
      #pushy ul.primary-menu li.current-menu-item > a:hover, #pushy ul.primary-menu li.current-menu-item > a:focus {
        color: #FFF;
        background: #007dc5; }
    #pushy ul.primary-menu li.fullWidth {
      display: none; }
    #pushy ul.primary-menu a {
      color: #202020; }
      #pushy ul.primary-menu a:hover, #pushy ul.primary-menu a:focus {
        color: #FFF;
        background: #007dc5; }
  #pushy ul.utility-menu {
    background: #ebebeb;
    font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.2rem; }
    #pushy ul.utility-menu li.current-menu-item > a {
      color: #007dc5; }
      #pushy ul.utility-menu li.current-menu-item > a:hover, #pushy ul.utility-menu li.current-menu-item > a:focus {
        color: #FFF;
        background: #007dc5; }
    #pushy ul.utility-menu a:link, #pushy ul.utility-menu a:visited {
      color: #202020; }
    #pushy ul.utility-menu a:hover {
      color: #FFF;
      background: #007dc5; }
  #pushy .blog {
    background: #ebebeb;
    font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.2rem; }
    #pushy .blog a:link, #pushy .blog a:visited {
      color: #202020; }
    #pushy .blog a:hover {
      color: #FFF;
      background: #007dc5; }

.menu-btn {
  display: inline-block;
  width: 27px;
  text-align: center;
  color: #999;
  cursor: pointer;
  font-size: 27px;
  /* Larger than desktop */ }
  .menu-btn:hover, .menu-btn:focus {
    color: #7d7d7d; }
  @media (min-width: 1000px) {
    .menu-btn {
      display: none; } }
.primary-menu-container {
  display: none;
  /* Larger than desktop */ }
  @media (min-width: 1000px) {
    .primary-menu-container {
      display: block; } }
/* 
Column mixins by Tiffany Brown (@webinista / webinista.com) 
Public domain licensed, because, really who couldn't come up with this on their own?
It's not required, but I'd appreciate you letting me know if you found these useful :-).
*/
.center {
  text-align: center; }

a img {
  border: none; }

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd; }
  blockquote cite {
    margin: 5px 0 0;
    display: block; }

img.centered, img.alignright, img.alignleft {
  padding: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  float: none;
  max-width: 33%;
  /* Larger than phablet (also point when grid becomes active) */ }
  @media (min-width: 550px) {
    img.centered, img.alignright, img.alignleft {
      max-width: 100%; } }
img.alignright, img.alignleft {
  /* Larger than phablet (also point when grid becomes active) */ }
  @media (min-width: 550px) {
    img.alignright, img.alignleft {
      margin-top: 0;
      display: inline;
      clear: none; } }
img.alignright {
  margin: 0 0 2px 10px;
  /* Larger than phablet (also point when grid becomes active) */ }
  @media (min-width: 550px) {
    img.alignright {
      float: right;
      margin-left: 20px;
      margin-right: 0; } }
img.alignleft {
  margin: 0 10px 2px 0;
  /* Larger than phablet (also point when grid becomes active) */ }
  @media (min-width: 550px) {
    img.alignleft {
      float: left;
      margin-left: 0;
      margin-right: 20px; } }
.aligncenter,
.alignright,
.alignleft {
  float: none;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright,
.alignleft {
  /* Larger than phablet (also point when grid becomes active) */ }
  @media (min-width: 550px) {
    .alignright,
    .alignleft {
      clear: none;
      display: inline; } }
.alignright {
  /* Larger than phablet (also point when grid becomes active) */ }
  @media (min-width: 550px) {
    .alignright {
      float: right;
      margin-left: 20px;
      margin-right: 0; } }
.alignleft {
  /* Larger than phablet (also point when grid becomes active) */ }
  @media (min-width: 550px) {
    .alignleft {
      float: left;
      margin-left: 0;
      margin-right: 20px; } }
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

/* @end */
/* @group #Wordpress Captions
================================================== */
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px; }
  .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 4px 4px 5px;
    margin: 0; }

/* @end */
/* @group #Wordpress Comments
================================================== */
#comments_template {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid  #CCC; }
  #comments_template label {
    color: #999; }

/*
ol#comments {
	margin:0px;
	padding:0px;
	margin-top:20px;
	li {
		margin:0px;
		padding:0px;
		position:relative;
		padding-left:60px;
		list-style:none;
		padding-bottom:20px;
		margin-bottom:20px;
		border-bottom:1px solid #e5e5e5;
	}
	.avatar {
		position:absolute;
		top:0px;
		left:0px;
	}
	small a {
		font-weight:normal;
		color:#999999;
	}
}
*/
ul.commentlist {
  margin: 20px 0px 20px 0px;
  padding: 0px;
  /*border: 1px dotted #FFF;*/
  background-color: #eee; }
  ul.commentlist ul {
    margin: 20px 0px 20px 0px;
    padding: 0px;
    border-left: 3px solid #d2ccb6; }
    ul.commentlist ul li {
      border: 0px;
      /*background-color:#ffffff;*/
      overflow: auto;
      padding-bottom: 0px; }
  ul.commentlist li {
    margin: 0px;
    position: relative;
    padding: 10px 10px 10px 80px; }
  ul.commentlist .avatar {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #dedede; }
  ul.commentlist .commentmetadata {
    font-size: .8em; }
  ul.commentlist ul.children li {
    padding-right: 0; }
  ul.commentlist #respond {
    padding-top: 20px; }
    ul.commentlist #respond li {
      margin: 0px;
      position: relative;
      padding: 0 0 10px 30px; }

div.comment-meta.commentmetadata {
  margin-bottom: 5px; }

/* #Layout
================================================== */
html {
  text-align: center; }

body {
  text-align: left; }

.obscure {
  position: absolute;
  left: -9999px; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: top; }

video {
  width: 100% !important;
  height: auto !important; }

body {
  background: #202020; }

#contentWrapper {
  background: #FFF; }
  #contentWrapper #content {
    border-top: 5px solid #000; }

header {
  width: 100%;
  background: #FFF; }
  header .primaryNavWrapper {
    display: -moz-flex;
    display: flex;
    flex-wrap: nowrap;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-content: center;
    -moz-align-items: center;
    align-items: center;
    padding: 1rem 0;
    /* Larger than desktop */ }
    @media (min-width: 1000px) {
      header .primaryNavWrapper {
        padding-top: 3.6rem; } }
    header .primaryNavWrapper .logo {
      padding: 10px 0;
      /* Larger than desktop */ }
    header .primaryNavWrapper .primary-menu-container {
      width: calc(100% - 295px);
      max-width: 700px; }
    header .primaryNavWrapper .searchAltMenuBtnGroup {
      /* Larger than desktop */
      display: -moz-flex;
      display: flex;
      flex-wrap: nowrap;
      -moz-justify-content: space-between;
      justify-content: space-between;
      align-content: center;
      -moz-align-items: center;
      align-items: center; }
      @media (min-width: 1000px) {
        header .primaryNavWrapper .searchAltMenuBtnGroup {
          display: none; } }
      header .primaryNavWrapper .searchAltMenuBtnGroup .toggleSearchAlt {
        margin-right: 2rem;
        color: #999;
        /* Larger than tablet */ }
        header .primaryNavWrapper .searchAltMenuBtnGroup .toggleSearchAlt:hover, header .primaryNavWrapper .searchAltMenuBtnGroup .toggleSearchAlt:focus {
          color: #7d7d7d; }
        @media (min-width: 750px) {
          header .primaryNavWrapper .searchAltMenuBtnGroup .toggleSearchAlt {
            margin-right: 3rem; } }
  header .utilityMenuGroup {
    display: none;
    /* Larger than desktop */ }
    @media (min-width: 1000px) {
      header .utilityMenuGroup {
        display: block; } }
    header .utilityMenuGroup .twelve {
      display: -moz-flex;
      display: flex;
      flex-wrap: nowrap;
      -moz-justify-content: space-between;
      justify-content: space-between;
      align-content: center;
      -moz-align-items: center;
      align-items: center; }
      header .utilityMenuGroup .twelve nav.utility-menu-container ul {
        padding: .5rem 0; }
      header .utilityMenuGroup .twelve .searchTool {
        display: -moz-flex;
        display: flex;
        flex-wrap: nowrap;
        -moz-justify-content: space-between;
        justify-content: space-between;
        align-content: center;
        -moz-align-items: center;
        align-items: center; }
        header .utilityMenuGroup .twelve .searchTool .blog {
          margin-left: 2rem;
          line-height: 28px;
          padding: 0; }
          header .utilityMenuGroup .twelve .searchTool .blog a {
            padding: 1rem 4rem;
            color: #000;
            background: #007dc5; }
            header .utilityMenuGroup .twelve .searchTool .blog a:hover, header .utilityMenuGroup .twelve .searchTool .blog a:focus {
              color: #FFF;
              background: #40849b; }

.pageTitle h1 {
  color: #000; }

footer {
  padding-top: 2rem;
  padding-bottom: 4rem;
  font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
  text-transform: uppercase;
  color: #7d7d7d;
  font-size: 1.2rem; }
  footer .logo {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #7d7d7d; }
  footer .footerNavGroup {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    footer .footerNavGroup .socialAndContact {
      width: 100%;
      margin-bottom: 2rem;
      /* Larger than phablet (also point when grid becomes active) */
      /* Larger than tablet */
      /* Larger than desktop */
      /* Larger than Desktop HD */ }
      footer .footerNavGroup .socialAndContact .socialBookmarks {
        margin-bottom: 1rem; }
      @media (min-width: 550px) {
        footer .footerNavGroup .socialAndContact {
          width: 48%; } }
      @media (min-width: 750px) {
        footer .footerNavGroup .socialAndContact {
          width: 31%; } }
      @media (min-width: 1000px) {
        footer .footerNavGroup .socialAndContact {
          width: 23%; } }
    footer .footerNavGroup .otherWebsites {
      width: 100%;
      margin-bottom: 2rem;
      /* Larger than phablet (also point when grid becomes active) */
      /* Larger than tablet */
      /* Larger than desktop */
      /* Larger than Desktop HD */ }
      @media (min-width: 550px) {
        footer .footerNavGroup .otherWebsites {
          width: 48%; } }
      @media (min-width: 750px) {
        footer .footerNavGroup .otherWebsites {
          width: 31%; } }
      @media (min-width: 1000px) {
        footer .footerNavGroup .otherWebsites {
          width: 23%; } }
    footer .footerNavGroup .copyrightAndDisclaimers {
      width: 100%;
      margin-bottom: 2rem;
      /* Larger than phablet (also point when grid becomes active) */
      /* Larger than tablet */
      /* Larger than desktop */
      /* Larger than Desktop HD */ }
      footer .footerNavGroup .copyrightAndDisclaimers p {
        margin-bottom: 0; }
      @media (min-width: 550px) {
        footer .footerNavGroup .copyrightAndDisclaimers {
          width: 48%; } }
      @media (min-width: 750px) {
        footer .footerNavGroup .copyrightAndDisclaimers {
          width: 31%; } }
      @media (min-width: 1000px) {
        footer .footerNavGroup .copyrightAndDisclaimers {
          width: 23%; } }
    footer .footerNavGroup .foundedBy {
      width: 100%;
      margin-bottom: 2rem;
      /* Larger than phablet (also point when grid becomes active) */
      /* Larger than tablet */
      /* Larger than desktop */
      /* Larger than Desktop HD */ }
      @media (min-width: 1000px) {
        footer .footerNavGroup .foundedBy {
          width: 23%; } }
  footer h6 {
    margin-bottom: 0;
    font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
    font-size: 1.2rem; }
  footer ul {
    list-style-type: none;
    margin: 0; }
    footer ul li {
      margin-bottom: 0; }
  footer a {
    color: #CCC;
    text-decoration: none; }
    footer a:hover, footer a:focus {
      color: #FFF; }

a {
  color: #007dc6;
  text-decoration: none; }
  a:hover, a:focus {
    color: #005689;
    text-decoration: none; }

.mainContent {
  margin-bottom: 4rem; }
  .mainContent h2 {
    color: #2e607f;
    font-size: 2.2rem;
    font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
    font-weight: 700;
    /* Larger than phablet (also point when grid becomes active) */ }
    @media (min-width: 550px) {
      .mainContent h2 {
        font-size: 2.6rem; } }
  .mainContent h3 {
    font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
    font-size: 2rem;
    /* Larger than phablet (also point when grid becomes active) */ }
    @media (min-width: 550px) {
      .mainContent h3 {
        font-size: 2.2rem; } }
  .mainContent h4 {
    font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
    font-weight: 700;
    font-size: 2rem;
    /* Larger than phablet (also point when grid becomes active) */ }
    @media (min-width: 550px) {
      .mainContent h4 {
        font-size: 2.2rem; } }
  .mainContent h5 {
    font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
    font-weight: 700;
    font-size: 1.8rem;
    /* Larger than phablet (also point when grid becomes active) */ }
    @media (min-width: 550px) {
      .mainContent h5 {
        font-size: 2rem; } }
  .mainContent h6 {
    font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
    font-weight: 700; }
  .mainContent ul,
  .mainContent ol {
    margin-left: 2rem; }
    .mainContent ul li,
    .mainContent ol li {
      list-style-type: disc; }

span.shortDate {
  /* Larger than phablet (also point when grid becomes active) */ }
  @media (min-width: 550px) {
    span.shortDate {
      display: none; } }
span.longDate {
  display: none;
  /* Larger than phablet (also point when grid becomes active) */ }
  @media (min-width: 550px) {
    span.longDate {
      display: inline; } }
aside.sidebar.columns {
  margin-bottom: 4rem;
  /* Larger than phablet (also point when grid becomes active) */
  /* Larger than tablet */
  /*.relatedProvidersWrapper {
		h5 {
			border-bottom: 1px solid $grey-5;
			margin-bottom: 2rem;
			padding-bottom: 2rem;
		}
	}*/ }
  @media (min-width: 750px) {
    aside.sidebar.columns {
      margin-bottom: 0; } }
  aside.sidebar.columns h5.widgettitle {
    color: #2e607f;
    font-size: 2.2rem;
    font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
    line-height: 1;
    /* Larger than phablet (also point when grid becomes active) */ }
    @media (min-width: 550px) {
      aside.sidebar.columns h5.widgettitle {
        font-size: 2.6rem; } }
  aside.sidebar.columns h6 {
    font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
    font-weight: 700;
    line-height: 1.2; }
  aside.sidebar.columns li.widget_archive label.screen-reader-text {
    position: absolute;
    left: -9999px; }
  aside.sidebar.columns li.widget_archive select {
    width: 100%; }
  aside.sidebar.columns li.askAQuestion,
  aside.sidebar.columns li.seeConcussionSpecialist,
  aside.sidebar.columns li.findAPhysician {
    border-bottom: 5px solid #e1e1e1;
    margin-bottom: 4rem;
    padding-bottom: 4rem; }
  aside.sidebar.columns ul.relatedProviders li.providerEntry {
    box-sizing: border-box;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-content: center;
    -moz-align-items: center;
    align-items: center;
    margin: 0;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #cfcfcf; }
    aside.sidebar.columns ul.relatedProviders li.providerEntry:last-of-type {
      border-bottom: 0; }
    aside.sidebar.columns ul.relatedProviders li.providerEntry .providerThumb {
      width: 75px; }
    aside.sidebar.columns ul.relatedProviders li.providerEntry .providerMeta {
      width: calc(100% - 95px); }
      aside.sidebar.columns ul.relatedProviders li.providerEntry .providerMeta h6 {
        margin-bottom: 0; }

.CalloutLeftPanel {
  background: pink;
  color: black;
  width: 100%;
  height: 100px; }
  .CalloutLeftPanel::after {
    content: "WTF? You better go delete this element, yo. Look for 'CalloutLeftPanel'"; }

body.page .mainContent .accordionWrapper ul,
body.services-template-default .mainContent .accordionWrapper ul {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-left: 0;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0; }
  body.page .mainContent .accordionWrapper ul li,
  body.services-template-default .mainContent .accordionWrapper ul li {
    list-style-type: none;
    width: 100%; }

body.page .mainContent ul,
body.services-template-default .mainContent ul {
  box-sizing: border-box;
  /* Larger than desktop */
  margin: 0;
  margin-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem; }
  @media (min-width: 1000px) {
    body.page .mainContent ul,
    body.services-template-default .mainContent ul {
      -moz-column-count: 2;
      column-count: 2;
      -moz-column-gap: 40px;
      column-gap: 40px; }
      body.page .mainContent ul li,
      body.services-template-default .mainContent ul li {
        -moz-break-inside: avoid;
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
             break-inside: avoid; } }
  body.page .mainContent ul li,
  body.services-template-default .mainContent ul li {
    margin: 0;
    margin-bottom: 1rem;
    /*width: 100%;
				@include responsive(larger-than-desktop) {
					width: calc(48% - 1rem);
				}*/ }
    body.page .mainContent ul li ul,
    body.services-template-default .mainContent ul li ul {
      width: 100%;
      -moz-column-count: 1;
      column-count: 1;
      -moz-column-gap: 0px;
      column-gap: 0px; }
      body.page .mainContent ul li ul li,
      body.services-template-default .mainContent ul li ul li {
        width: 100%; }

body.page .mainContent .gform_wrapper ul,
body.services-template-default .mainContent .gform_wrapper ul {
  width: 100%;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-column-count: 1;
  column-count: 1;
  -moz-column-gap: 0px;
  column-gap: 0px; }
  body.page .mainContent .gform_wrapper ul li,
  body.services-template-default .mainContent .gform_wrapper ul li {
    width: 100%; }

body.page .mainContent ul.patientTestimonials,
body.services-template-default .mainContent ul.patientTestimonials {
  width: 100%;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-column-count: 1;
  column-count: 1;
  -moz-column-gap: 0px;
  column-gap: 0px; }
  body.page .mainContent ul.patientTestimonials li,
  body.services-template-default .mainContent ul.patientTestimonials li {
    width: 100%; }

.mainContent .accordionWrapper ul {
  margin-left: 0;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0; }
  .mainContent .accordionWrapper ul li {
    list-style-type: none;
    width: 100%; }

.accordionWrapper {
  margin-top: 4rem; }
  .accordionWrapper ul.accordion {
    list-style-type: none;
    margin: 0; }
    .accordionWrapper ul.accordion li.accordionItem {
      margin: 0;
      border-bottom: 1px solid #CCC; }
      .accordionWrapper ul.accordion li.accordionItem:last-of-type {
        border-bottom: none;
        margin-bottom: 0; }
      .accordionWrapper ul.accordion li.accordionItem .ui-accordion-content {
        padding: 2rem 0; }
        .accordionWrapper ul.accordion li.accordionItem .ui-accordion-content ul {
          box-sizing: border-box;
          display: -moz-flex;
          display: flex;
          flex-wrap: wrap;
          -moz-justify-content: space-between;
          justify-content: space-between;
          margin: 0;
          margin-left: 2rem;
          margin-top: 1rem;
          margin-bottom: 1rem; }
          .accordionWrapper ul.accordion li.accordionItem .ui-accordion-content ul li {
            list-style-type: disc;
            margin: 0;
            margin-bottom: 1rem;
            width: 100%;
            /* Larger than desktop */ }
            @media (min-width: 1000px) {
              .accordionWrapper ul.accordion li.accordionItem .ui-accordion-content ul li {
                width: calc(48% - 1rem); } }
            .accordionWrapper ul.accordion li.accordionItem .ui-accordion-content ul li ul {
              width: 100%; }
              .accordionWrapper ul.accordion li.accordionItem .ui-accordion-content ul li ul li {
                width: 100%; }
  .accordionWrapper h4 {
    outline: none;
    line-height: 1;
    padding: 2rem;
    margin-bottom: 0;
    display: -moz-flex;
    display: flex;
    flex-wrap: nowrap;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    align-items: center;
    align-content: center;
    font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    background: #2e607f;
    color: #FFF; }
    .accordionWrapper h4 .toggle {
      width: 100%; }
    .accordionWrapper h4 span.ui-accordion-header {
      display: none; }
    .accordionWrapper h4 .fa-angle-down {
      display: none; }
    .accordionWrapper h4 .fa-angle-left {
      display: inline-block; }
    .accordionWrapper h4.ui-state-active {
      background: #007dc6; }
      .accordionWrapper h4.ui-state-active .fa-angle-down {
        display: inline-block; }
      .accordionWrapper h4.ui-state-active .fa-angle-left {
        display: none; }

a[href*="/health-library/document-viewer/"] {
  color: red !important;
  /*color: black!important;
	cursor: default;*/ }

/* #Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.6em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  text-transform: uppercase;
  font-family: "Alfa Slab One", "Roboto Slab", "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-style: normal; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6; }

/* Larger than phablet */
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }
  h2 {
    font-size: 4.2rem; }
  h3 {
    font-size: 3.6rem; }
  h4 {
    font-size: 3.0rem; }
  h5 {
    font-size: 2.4rem; }
  h6 {
    font-size: 1.5rem; } }

/* #Font-Face
================================================== */
/*@font-face {
    font-family: 'DearSarahRegular';
    src: url('../fonts/dearsarah-ot-webfont.eot');
    src: url('../fonts/dearsarah-ot-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dearsarah-ot-webfont.woff') format('woff'),
         url('../fonts/dearsarah-ot-webfont.ttf') format('truetype'),
         url('../fonts/dearsarah-ot-webfont.svg#DearSarahRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
abbr {
  font-size: .9em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

sup {
  font-size: .6em;
  vertical-align: super; }

p {
  margin-top: 0; }

#copyright,
.postDate,
.entryMeta {
  font-size: .8em;
  line-height: 100%; }

/* @end */
header .primary-menu-container {
  font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
  font-weight: 600; }

header .utilityMenuGroup {
  background: #ebebeb;
  font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem; }
  header .utilityMenuGroup a {
    color: #202020; }
    header .utilityMenuGroup a:hover, header .utilityMenuGroup a:focus {
      color: #000; }
  header .utilityMenuGroup nav ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
    line-height: 28px;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    header .utilityMenuGroup nav ul li {
      list-style-type: none;
      margin-left: 0;
      margin-bottom: 0;
      border-right: 1px solid #CCC; }
      header .utilityMenuGroup nav ul li a {
        padding: 0 2rem; }
      header .utilityMenuGroup nav ul li.current-menu-item a {
        color: #007dc5;
        /*&:hover,
							&:focus{
								color: $black-true;
							}*/ }
      header .utilityMenuGroup nav ul li:first-of-type a {
        padding-left: 0; }
      header .utilityMenuGroup nav ul li:last-of-type {
        border-right: 0; }

header .toggleSearchWrapperAlt .fa-times {
  display: none; }

header .toggleSearchWrapperAlt.open .fa-search {
  display: none; }

header .toggleSearchWrapperAlt.open .fa-times {
  display: inline-block; }

header .toggleSearchWrapper {
  display: -moz-flex;
  display: flex;
  flex-wrap: nowrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  -moz-align-items: center;
  align-items: center; }
  header .toggleSearchWrapper .fa-times {
    display: none; }
  header .toggleSearchWrapper.open {
    background: #2e607f;
    color: #FFF;
    padding: .5rem 2rem;
    padding-right: 1rem; }
    header .toggleSearchWrapper.open .fa-search {
      padding: 0 .5rem; }
    header .toggleSearchWrapper.open .fa-times {
      display: inline-block;
      padding-left: 1rem; }
    header .toggleSearchWrapper.open a {
      color: #FFF; }
      header .toggleSearchWrapper.open a:hover, header .toggleSearchWrapper.open a:focus {
        color: #FFF; }
  header .toggleSearchWrapper .searchFormWrapper .searchform input[type="search"] {
    margin-bottom: 0;
    margin-left: .5rem;
    height: 27px;
    box-sizing: border-box;
    width: 240px;
    font-family: "Roboto Slab", "Georgia", "Times New Roman", serif; }
  header .toggleSearchWrapper .searchFormWrapper .searchform input[type="submit"] {
    margin-bottom: 0;
    padding: 0 1rem;
    height: 27px;
    box-sizing: border-box;
    display: none; }

.searchFormWrapperAlt {
  background: #ebebeb;
  padding: 2rem;
  display: -moz-flex;
  display: flex;
  flex-wrap: nowrap;
  -moz-justify-content: center;
  justify-content: center;
  align-content: center;
  -moz-align-items: center;
  align-items: center; }
  .searchFormWrapperAlt .fa-search {
    padding-right: 1rem; }
  .searchFormWrapperAlt input[type="search"] {
    width: 360px; }
  .searchFormWrapperAlt input[type="submit"] {
    display: none; }

nav.pushy ul {
  list-style-type: none;
  margin-left: 0; }
  nav.pushy ul li {
    list-style-type: none;
    margin-left: 0; }

.sidebar ul {
  list-style-type: none;
  margin-left: 0; }
  .sidebar ul li {
    list-style-type: none;
    margin-left: 0; }

.socialBookmarks {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 23px;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  .socialBookmarks span {
    display: none; }
  .socialBookmarks li {
    margin-bottom: 0;
    margin-right: 1rem; }
  .socialBookmarks a {
    color: #FFF;
    background: #007dc5;
    padding: 0px 2px; }
    .socialBookmarks a:hover, .socialBookmarks a:focus {
      color: #FFF;
      background: #005d92; }

.wp-pagenavi {
  color: #007dc6;
  text-align: center;
  /* Larger than phablet (also point when grid becomes active) */ }
  @media (min-width: 550px) {
    .wp-pagenavi {
      text-align: left; } }
  .wp-pagenavi .extend,
  .wp-pagenavi .smaller,
  .wp-pagenavi .larger {
    display: none;
    /* Larger than phablet (also point when grid becomes active) */ }
    @media (min-width: 550px) {
      .wp-pagenavi .extend,
      .wp-pagenavi .smaller,
      .wp-pagenavi .larger {
        display: inline; } }
  .wp-pagenavi a {
    color: #007dc6; }
  .wp-pagenavi span.current {
    color: #000; }
  .wp-pagenavi span.pages,
  .wp-pagenavi a.page,
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    border: 1px solid #007dc6; }

.breadcrumbWrapper {
  padding: 10px 0;
  font-size: 1.4rem; }

/*
.mobileNavWrap {
	select {
		display: block; //display mobile nav on mobile sizes
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		@include responsive(larger-than-phablet) {
			display: none; //hide mobile nav on all sizes
		}
	}
	ul {
		display: none; //hide desktop nav on mobile
		@include responsive(larger-than-phablet) {
		display: block;
		}
	}
}*/
/* flexible content modules */
.flexibleContentModules {
  margin-top: 4rem; }

section {
  margin-bottom: 4rem;
  /*&.singleYoutubeWrapper {
		padding: $globalPaddingUnit*2 0;
		@include responsive (larger-than-tablet) {
			padding: $globalPaddingUnit*3 0;
		}
		@include responsive (larger-than-desktop) {
			padding: $globalPaddingUnit*4 0;
		}
		background: darken($dk-grey, 25%);
		color: $dk-grey;
	}*/ }
  section:last-of-type {
    margin-bottom: 0; }
  section .mainContent {
    margin-bottom: 0; }
  section.quizWrapper.submitted li.correct label,
  section.quizWrapper.submitted li.correct.selected label {
    background: #71A83A;
    padding: 0 1rem;
    color: #FFF; }
  section.quizWrapper.submitted li.selected label {
    background: #CB0400;
    padding: 0 1rem;
    color: #FFF; }
  section.quizWrapper form.quiz ul.questions {
    margin: 0;
    margin-bottom: 2rem;
    list-style-type: none; }
    section.quizWrapper form.quiz ul.questions li.quizEntry {
      margin: 0;
      margin-bottom: 2rem;
      list-style-type: none;
      border-bottom: 1px solid #CCC; }
      section.quizWrapper form.quiz ul.questions li.quizEntry:last-of-type {
        border-bottom: none; }
      section.quizWrapper form.quiz ul.questions li.quizEntry h3 {
        margin-bottom: 2rem; }
      section.quizWrapper form.quiz ul.questions li.quizEntry ul.answers {
        margin: 0;
        margin-bottom: 2rem;
        list-style-type: none; }
        section.quizWrapper form.quiz ul.questions li.quizEntry ul.answers li {
          margin: 0;
          margin-bottom: 1rem;
          list-style-type: none;
          display: -moz-flex;
          display: flex;
          flex-wrap: nowrap;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          -moz-align-items: center;
          align-items: center;
          align-content: center; }
          section.quizWrapper form.quiz ul.questions li.quizEntry ul.answers li input[type="radio"] {
            margin: 0;
            margin-right: 5px; }
          section.quizWrapper form.quiz ul.questions li.quizEntry ul.answers li label {
            margin: 0; }
  section.calloutWide {
    /* Fallback for sad browsers */
    background-color: #EEE;
    /* Mozilla Firefox */
    /* Opera */
    /* WebKit (Chrome 11+) */
    /* WebKit (Safari 5.1+, Chrome 10+) */
    /* IE10 */
    /* W3C */
    background-image: linear-gradient(#F5F5F5, #EEE);
    padding: 2rem; }
    section.calloutWide h3 {
      border-bottom: 5px solid #e1e1e1;
      padding-bottom: 1rem;
      margin-bottom: 1rem; }
    section.calloutWide img {
      float: right;
      margin-left: 2rem;
      margin-bottom: 2rem; }
    section.calloutWide h4 {
      font-size: 2.2rem;
      color: #2e607f; }
  section.patientTestimonialsWrapper ul.patientTestimonials {
    margin: 0; }
    section.patientTestimonialsWrapper ul.patientTestimonials li.testimonialEntry {
      margin: 0;
      list-style-type: none;
      padding-bottom: 4rem;
      margin-bottom: 4rem;
      border-bottom: 1px solid #EEE;
      position: relative; }
      section.patientTestimonialsWrapper ul.patientTestimonials li.testimonialEntry:last-of-type {
        border-bottom: none; }
      section.patientTestimonialsWrapper ul.patientTestimonials li.testimonialEntry span {
        display: inline; }
        section.patientTestimonialsWrapper ul.patientTestimonials li.testimonialEntry span.leftQuote {
          /* Larger than desktop */ }
          @media (min-width: 1000px) {
            section.patientTestimonialsWrapper ul.patientTestimonials li.testimonialEntry span.leftQuote {
              position: absolute;
              left: -1rem;
              top: 0; } }
      section.patientTestimonialsWrapper ul.patientTestimonials li.testimonialEntry p {
        display: inline; }

.gform_wrapper input {
  margin-bottom: 0; }

body.page .mainContent .gform_wrapper ul.gfield_checkbox li,
body.page .mainContent .gform_wrapper ul.gfield_radio li {
  display: -moz-flex;
  display: flex;
  flex-wrap: nowrap;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  align-content: center;
  -moz-align-items: center;
  align-items: center;
  /* Larger than Desktop HD */
  /* Larger than Desktop HD */ }

.gform_wrapper label {
  line-height: 100%;
  margin-bottom: 0px !important; }
  .gform_wrapper label.gfield_label {
    margin-top: 0 !important; }

.gform_wrapper select,
.gform_wrapper input[type="text"] {
  margin-bottom: 0; }

.gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important; }

.gform_wrapper .ginput_container {
  margin-top: 0;
  margin-bottom: 1rem; }

.gform_wrapper .ginput_left {
  clear: both; }

.gform_wrapper .ginput_container_checkbox ul.gfield_checkbox,
.gform_wrapper .ginput_container_checkbox ul.gfield_radio,
.gform_wrapper .ginput_container_radio ul.gfield_checkbox,
.gform_wrapper .ginput_container_radio ul.gfield_radio {
  margin-left: 0;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  .gform_wrapper .ginput_container_checkbox ul.gfield_checkbox li input[type="radio"],
  .gform_wrapper .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"],
  .gform_wrapper .ginput_container_checkbox ul.gfield_radio li input[type="radio"],
  .gform_wrapper .ginput_container_checkbox ul.gfield_radio li input[type="checkbox"],
  .gform_wrapper .ginput_container_radio ul.gfield_checkbox li input[type="radio"],
  .gform_wrapper .ginput_container_radio ul.gfield_checkbox li input[type="checkbox"],
  .gform_wrapper .ginput_container_radio ul.gfield_radio li input[type="radio"],
  .gform_wrapper .ginput_container_radio ul.gfield_radio li input[type="checkbox"] {
    margin-top: 0;
    margin-right: 6px; }

.gform_wrapper .ginput_container_checkbox label,
.gform_wrapper .ginput_container_radio label {
  margin-bottom: 0 !important; }

.placeholder {
  color: #aaa; }

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

.searchform input#s {
  margin-bottom: 0;
  display: inline; }

form#request_form fieldset#physicians_field select,
form#request_form fieldset#preferred_location select {
  /* Larger than tablet */ }
  @media (min-width: 750px) {
    form#request_form fieldset#physicians_field select,
    form#request_form fieldset#preferred_location select {
      width: calc(50% - 8px); } }
form#request_form select#referred_by_dr,
form#request_form select#learn_about_provider,
form#request_form select#appt_times_first,
form#request_form select#appt_times_second,
form#request_form select#appt_times_third {
  /* Larger than tablet */ }
  @media (min-width: 750px) {
    form#request_form select#referred_by_dr,
    form#request_form select#learn_about_provider,
    form#request_form select#appt_times_first,
    form#request_form select#appt_times_second,
    form#request_form select#appt_times_third {
      width: calc(50% - 8px); } }
/*these styles make forms firefox friendly*/
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-left: .5em;
  color: #999; }

input:focus,
textarea:focus {
  color: #000;
  background-color: #FFFDC2; }

.ui-datepicker .ui-datepicker-title select {
  height: auto;
  padding: 0;
  color: #000;
  margin-bottom: 0; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #FFF;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

.placeholder {
  color: #aaa; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #404040;
  opacity: 1; }

::placeholder {
  color: #404040;
  opacity: 1; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 1rem 2rem;
  color: #58595B;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 700; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #202020;
  border-color: #202020; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #000;
  border-color: #000; }

a[href^="tel:"] {
  /* Larger than desktop */ }
  @media (min-width: 1000px) {
    a[href^="tel:"] {
      color: inherit !important;
      pointer-events: none; } }
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle outside; }

ol {
  list-style: decimal outside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }
  ol li, ul li {
    margin-bottom: 1rem; }
  ol ol, ol ul, ul ol, ul ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

/* Code
 –––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Spacing
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Tables
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

body.post-type-archive-services .primaryNavWrapper nav ul li:hover > ul > li.fullWidth.current-menu-item a {
  color: #5fc5ff; }
  body.post-type-archive-services .primaryNavWrapper nav ul li:hover > ul > li.fullWidth.current-menu-item a:hover {
    color: #FFF; }

body.post-type-archive-services .primaryNavWrapper nav ul li:hover > ul > li.current-menu-item a {
  color: #5fc5ff; }
  body.post-type-archive-services .primaryNavWrapper nav ul li:hover > ul > li.current-menu-item a:hover {
    color: #FFF; }

.primaryNavWrapper {
  text-transform: uppercase;
  font-weight: 700; }
  .primaryNavWrapper nav {
    position: relative; }
    .primaryNavWrapper nav a {
      color: #000;
      text-decoration: none; }
      .primaryNavWrapper nav a:hover {
        color: #FFF; }
    .primaryNavWrapper nav > ul {
      display: -moz-flex;
      display: flex;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      /* Larger than tablet */
      /* Larger than Desktop HD */ }
      @media (min-width: 750px) {
        .primaryNavWrapper nav > ul {
          font-size: 1.4rem; } }
      @media (min-width: 1200px) {
        .primaryNavWrapper nav > ul {
          font-size: 1.6rem; } }
      .primaryNavWrapper nav > ul > li.current-menu-item, .primaryNavWrapper nav > ul > li.current-page-ancestor {
        background: #000; }
        .primaryNavWrapper nav > ul > li.current-menu-item::before, .primaryNavWrapper nav > ul > li.current-page-ancestor::before {
          display: block;
          content: "";
          height: 3px;
          width: 100%;
          background: #007dc5;
          position: relative;
          top: -3px;
          left: 0; }
        .primaryNavWrapper nav > ul > li.current-menu-item:hover::before, .primaryNavWrapper nav > ul > li.current-page-ancestor:hover::before {
          background: #000; }
        .primaryNavWrapper nav > ul > li.current-menu-item a, .primaryNavWrapper nav > ul > li.current-page-ancestor a {
          color: #FFF; }
        .primaryNavWrapper nav > ul > li.current-menu-item.menu-item-has-children > a::after, .primaryNavWrapper nav > ul > li.current-page-ancestor.menu-item-has-children > a::after {
          border: 5px solid transparent;
          border-top-color: #FFF;
          border-top-color: rgba(255, 255, 255, 0.5); }
    .primaryNavWrapper nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      line-height: 1.2; }
      .primaryNavWrapper nav ul li {
        margin: 0; }
        .primaryNavWrapper nav ul li:hover {
          background: #007dc5; }
          .primaryNavWrapper nav ul li:hover > ul {
            opacity: 1;
            height: auto;
            transition: 2s height;
            background: #202020;
            display: -moz-flex;
            display: flex;
            flex-wrap: wrap;
            -moz-justify-content: space-between;
            justify-content: space-between; }
            .primaryNavWrapper nav ul li:hover > ul > li {
              width: calc(100% / 3); }
              .primaryNavWrapper nav ul li:hover > ul > li.fullWidth {
                width: 100%;
                border-top: 1px solid #666; }
                .primaryNavWrapper nav ul li:hover > ul > li.fullWidth.current-menu-item a {
                  color: #FFF; }
                  .primaryNavWrapper nav ul li:hover > ul > li.fullWidth.current-menu-item a:hover {
                    color: #FFF; }
              .primaryNavWrapper nav ul li:hover > ul > li.current-menu-item a {
                color: #5fc5ff; }
                .primaryNavWrapper nav ul li:hover > ul > li.current-menu-item a:hover {
                  color: #FFF; }
            .primaryNavWrapper nav ul li:hover > ul a {
              color: #FFF;
              text-decoration: none;
              font-weight: 400;
              font-size: 1.3rem; }
              .primaryNavWrapper nav ul li:hover > ul a:hover {
                color: #FFF; }
        .primaryNavWrapper nav ul li a {
          position: relative;
          display: block;
          padding: .75em 1em;
          /* Larger than Desktop HD */ }
          @media (min-width: 1200px) {
            .primaryNavWrapper nav ul li a {
              font-size: 1.6rem; } }
        .primaryNavWrapper nav ul li.menu-item-has-children > a {
          padding-right: 2.5em;
          *padding-right: 1em; }
          .primaryNavWrapper nav ul li.menu-item-has-children > a:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 1em;
            margin-top: -3px;
            height: 0;
            width: 0;
            border: 5px solid transparent;
            border-top-color: #000;
            border-top-color: rgba(0, 0, 0, 0.5); }
          .primaryNavWrapper nav ul li.menu-item-has-children > a:focus:after {
            border-top-color: #FFF; }
        .primaryNavWrapper nav ul li.menu-item-has-children:hover > a {
          color: #FFF; }
          .primaryNavWrapper nav ul li.menu-item-has-children:hover > a:after {
            border-top-color: #FFF; }
      .primaryNavWrapper nav ul ul {
        background: #FFF;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99;
        height: 0;
        overflow: hidden;
        transition: height 3s;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
        min-width: 100%; }
        .primaryNavWrapper nav ul ul li a {
          color: #000;
          /* Larger than Desktop HD */ }
          @media (min-width: 1200px) {
            .primaryNavWrapper nav ul ul li a {
              font-size: 1.5rem;
              font-weight: 500; } }
        .primaryNavWrapper nav ul ul ul {
          top: 0;
          left: 100%; }

body.page-template-page_template_home {
  /*#homeVideoWrapper {
		width:100%;
		position:relative;
		overflow:hidden;
		#dimmer{
			position: absolute;
			top: 0px;
			left: 0px;
			min-width: 100%;
			min-height: 100%;
			width: auto;
			height: auto;
			z-index: 10;
			overflow: hidden;
			background: rgba(0,0,0,0) url(images/grid.png) repeat center top;
		}
		video {
			top: 0px;
			left: 0px;
			width: 100vw; // this allows for 16:9 aspect ratio, since it's video
			height: 56vw; // this allows for 16:9 aspect ratio, since it's video
			min-width: 100%;
			z-index: 9;
			overflow: hidden;
			object-fit: contain; //https://css-tricks.com/almanac/properties/o/object-fit/
			vertical-align:top;
		}
		.marketingSlogan {
			position: absolute;
			top: 0px;
			left: 0px;
			min-width: 100%;
			min-height: 100%;
			z-index: 11;
			text-align:center;
			@include flexbox;
			@include flex-wrap(wrap);
			@include align-items(center);
			@include align-content(center);
			 .marketingSloganInner {
 		 		.logo {
 					margin-bottom: $globalPaddingUnit/2;
 		 		}
		 		h3 {
					font-size: 1.6rem;
					line-height: 1.5; 
					letter-spacing: -.05rem;
					color: $white-true;
					margin-bottom: $globalPaddingUnit;
					@include responsive(larger-than-tablet) {
						font-size: 2.1rem;
					}
					@include responsive(larger-than-desktop) {
						font-size: 2.6rem;
					}
				}
				a.button {
					margin-bottom: 0;
				}
				a.button.button-primary:link,
				a.button.button-primary:visited {
					background: none;
					border: 1px solid $white-true;
				}
				a.button.button-primary:hover {
					background: $black-true;
				}
			 }
		}
	}
	#homePosterImgWrapper {
		display:none;
		width: 100%;
		height: auto;
		img {
			width: 100%;
			height: auto;
		}
	}*/ }
  body.page-template-page_template_home .owl-carousel {
    height: 100%; }
    body.page-template-page_template_home .owl-carousel .owl-stage-outer {
      height: 100%; }
      body.page-template-page_template_home .owl-carousel .owl-stage-outer .owl-stage {
        height: 100%; }
        body.page-template-page_template_home .owl-carousel .owl-stage-outer .owl-stage .owl-item {
          height: 100%; }
          body.page-template-page_template_home .owl-carousel .owl-stage-outer .owl-stage .owl-item .carousel-slide {
            height: 100%; }
  body.page-template-page_template_home .owl-carousel {
    margin-top: 2px;
    margin-bottom: 4rem; }
    body.page-template-page_template_home .owl-carousel .carousel-slide {
      position: relative;
      z-index: 1;
      box-sizing: border-box;
      display: -moz-flex;
      display: flex;
      flex-wrap: wrap;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      align-content: center;
      -moz-align-items: center;
      align-items: center; }
      body.page-template-page_template_home .owl-carousel .carousel-slide .message {
        box-sizing: border-box;
        z-index: 2;
        text-align: center;
        /* Larger than desktop */ }
        @media (min-width: 1000px) {
          body.page-template-page_template_home .owl-carousel .carousel-slide .message {
            color: #FFF;
            position: absolute;
            width: 45%;
            padding-right: 3rem;
            text-align: left; } }
        body.page-template-page_template_home .owl-carousel .carousel-slide .message h3 {
          font-size: 2.4rem;
          /* Larger than desktop */
          /* Larger than Desktop HD */ }
          body.page-template-page_template_home .owl-carousel .carousel-slide .message h3 span {
            color: #007dc6; }
          @media (min-width: 1200px) {
            body.page-template-page_template_home .owl-carousel .carousel-slide .message h3 {
              font-size: 3.2rem; } }
        body.page-template-page_template_home .owl-carousel .carousel-slide .message .button-primary {
          border-color: #CCC; }
          body.page-template-page_template_home .owl-carousel .carousel-slide .message .button-primary:hover, body.page-template-page_template_home .owl-carousel .carousel-slide .message .button-primary:focus {
            border-color: #FFF; }
      body.page-template-page_template_home .owl-carousel .carousel-slide img {
        width: 100%;
        position: relative;
        z-index: 1;
        margin-bottom: 2rem;
        /* Larger than desktop */ }
        @media (min-width: 1000px) {
          body.page-template-page_template_home .owl-carousel .carousel-slide img {
            margin-bottom: 0; } }
  body.page-template-page_template_home .owl-carousel {
    position: relative; }
    body.page-template-page_template_home .owl-carousel .owl-nav button {
      margin-top: -32px;
      position: absolute;
      top: 50%;
      font-size: 64px;
      height: 64px;
      color: rgba(255, 255, 255, 0.75); }
      body.page-template-page_template_home .owl-carousel .owl-nav button i.fa {
        vertical-align: top; }
      body.page-template-page_template_home .owl-carousel .owl-nav button:focus, body.page-template-page_template_home .owl-carousel .owl-nav button:hover {
        color: white; }
      body.page-template-page_template_home .owl-carousel .owl-nav button.owl-prev {
        left: 1rem; }
      body.page-template-page_template_home .owl-carousel .owl-nav button.owl-next {
        right: 1rem; }
  body.page-template-page_template_home .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 999999;
    top: 1rem;
    /* Larger than desktop */ }
    @media (min-width: 1000px) {
      body.page-template-page_template_home .owl-dots {
        top: auto;
        bottom: 1rem; } }
    body.page-template-page_template_home .owl-dots button {
      margin-bottom: 0;
      width: 15px;
      height: 15px;
      margin: 0 .5rem;
      /*@include responsive(larger-than-tablet) {
				width: 15px;
				height: 15px;
			}*/ }
      body.page-template-page_template_home .owl-dots button.owl-dot {
        border-radius: 50%;
        background-color: #CCC;
        border: 2px solid #000; }
      body.page-template-page_template_home .owl-dots button.owl-dot.active {
        background-color: #FFF; }
  body.page-template-page_template_home .promotedContentWrapper {
    box-sizing: border-box;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 4rem; }
    body.page-template-page_template_home .promotedContentWrapper .promotedContent {
      width: 100%;
      text-align: center;
      margin-bottom: 4rem;
      /* Larger than tablet */ }
      @media (min-width: 750px) {
        body.page-template-page_template_home .promotedContentWrapper .promotedContent {
          width: calc(calc(100% / 3 ) - 2px);
          margin-bottom: 0; } }
      body.page-template-page_template_home .promotedContentWrapper .promotedContent a {
        display: block;
        height: 100%;
        box-sizing: border-box;
        display: -moz-flex;
        display: flex;
        flex-wrap: wrap;
        -moz-justify-content: space-between;
        justify-content: space-between; }
        body.page-template-page_template_home .promotedContentWrapper .promotedContent a:hover h3, body.page-template-page_template_home .promotedContentWrapper .promotedContent a:focus h3 {
          text-decoration: underline; }
        body.page-template-page_template_home .promotedContentWrapper .promotedContent a h3 {
          font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
          font-size: 2.2rem;
          font-weight: 600;
          line-height: 1.1;
          border-bottom: 5px solid #007dc5;
          padding: 2rem 0;
          margin: 0 2rem;
          width: 100%; }
        body.page-template-page_template_home .promotedContentWrapper .promotedContent a img {
          width: 100%; }
  body.page-template-page_template_home .recentPosts {
    margin-top: 4rem;
    box-sizing: border-box;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    body.page-template-page_template_home .recentPosts article {
      box-sizing: border-box;
      display: -moz-flex;
      display: flex;
      flex-wrap: wrap;
      -moz-justify-content: space-between;
      justify-content: space-between;
      width: 100%;
      margin-bottom: 4rem;
      /* Larger than desktop */ }
      body.page-template-page_template_home .recentPosts article:last-of-type {
        margin-bottom: 0rem; }
      @media (min-width: 1000px) {
        body.page-template-page_template_home .recentPosts article {
          width: calc(100% / 2 - 20px); } }
      body.page-template-page_template_home .recentPosts article .thumb {
        width: 100%;
        margin-bottom: 2rem;
        /* Larger than tablet */ }
        body.page-template-page_template_home .recentPosts article .thumb img {
          width: 100%;
          max-width: 100%; }
        @media (min-width: 750px) {
          body.page-template-page_template_home .recentPosts article .thumb {
            margin-bottom: 0;
            width: 162px; } }
        body.page-template-page_template_home .recentPosts article .thumb a {
          display: block; }
      body.page-template-page_template_home .recentPosts article .blogExcerpt {
        width: 100%;
        /* Larger than tablet */ }
        @media (min-width: 750px) {
          body.page-template-page_template_home .recentPosts article .blogExcerpt {
            width: calc(100% - 162px - 20px); } }
        body.page-template-page_template_home .recentPosts article .blogExcerpt h3 {
          font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
          font-size: 2.2rem;
          font-weight: 600;
          line-height: 1.1; }
        body.page-template-page_template_home .recentPosts article .blogExcerpt .postDate {
          margin-bottom: 1rem; }
        body.page-template-page_template_home .recentPosts article .blogExcerpt .filedUnder {
          margin-bottom: 2rem;
          /* Larger than tablet */ }
          @media (min-width: 750px) {
            body.page-template-page_template_home .recentPosts article .blogExcerpt .filedUnder {
              margin-bottom: 0; } }
    body.page-template-page_template_home .recentPosts .viewBlogCTA {
      width: 100%;
      text-align: center;
      margin: 4rem 0; }

body.page-template-page_template_top_docs .mainLayoutWrapper {
  margin-top: 3.4rem; }
  body.page-template-page_template_top_docs .mainLayoutWrapper .mainContent {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box; }
    body.page-template-page_template_top_docs .mainLayoutWrapper .mainContent .pageTitle {
      width: 100%;
      margin-bottom: 2rem; }
    body.page-template-page_template_top_docs .mainLayoutWrapper .mainContent .topDocsSectionHeader {
      box-sizing: border-box;
      margin-bottom: 2rem;
      width: 100%;
      /* Larger than tablet */ }
      @media (min-width: 750px) {
        body.page-template-page_template_top_docs .mainLayoutWrapper .mainContent .topDocsSectionHeader {
          width: 200px;
          margin-right: 20px; } }
      body.page-template-page_template_top_docs .mainLayoutWrapper .mainContent .topDocsSectionHeader .topDocsBadge {
        margin-right: 2rem; }
        body.page-template-page_template_top_docs .mainLayoutWrapper .mainContent .topDocsSectionHeader .topDocsBadge img {
          width: 100%;
          max-width: 100px;
          height: auto;
          /* Larger than tablet */ }
          @media (min-width: 750px) {
            body.page-template-page_template_top_docs .mainLayoutWrapper .mainContent .topDocsSectionHeader .topDocsBadge img {
              max-width: 200px; } }
    body.page-template-page_template_top_docs .mainLayoutWrapper .mainContent .mainContentInner {
      box-sizing: border-box;
      width: 100%;
      /* Larger than tablet */ }
      @media (min-width: 750px) {
        body.page-template-page_template_top_docs .mainLayoutWrapper .mainContent .mainContentInner {
          width: calc(100% - 220px); } }
body.page-template-page_template_top_docs h1 span {
  color: #007dc5; }

body.page-template-page_template_top_docs .topDocWrapper {
  /* re-use font styles from global */
  /* re-use font styles from global */
  /*.topDocsSectionHeader {
			@include flexbox;
			@include flex-wrap(wrap);
			@include justify-content(flex-start);
			@include align-items(center);
			@include align-content(center);
			margin-bottom: 2rem;
			.topDocsBadge {
				margin-right: 2rem;
				img {
					width: 100%;
					max-width: 88px;
					height: auto;
				}
			}
			h3 {
				margin-bottom: 0;
			}
		}*/ }
  body.page-template-page_template_top_docs .topDocWrapper h3 {
    font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
    font-size: 2rem;
    /* Larger than phablet (also point when grid becomes active) */ }
    @media (min-width: 550px) {
      body.page-template-page_template_top_docs .topDocWrapper h3 {
        font-size: 2.2rem; } }
  body.page-template-page_template_top_docs .topDocWrapper h4 {
    font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
    font-weight: 700;
    font-size: 2rem;
    /* Larger than phablet (also point when grid becomes active) */ }
    @media (min-width: 550px) {
      body.page-template-page_template_top_docs .topDocWrapper h4 {
        font-size: 2.2rem; } }
  body.page-template-page_template_top_docs .topDocWrapper h4 {
    font-size: 2.2rem;
    /* Larger than phablet (also point when grid becomes active) */ }
    @media (min-width: 550px) {
      body.page-template-page_template_top_docs .topDocWrapper h4 {
        font-size: 1.6rem; } }
  body.page-template-page_template_top_docs .topDocWrapper.namesOnly {
    background-color: #007dc5;
    margin-bottom: 4rem;
    padding: 4rem; }
    body.page-template-page_template_top_docs .topDocWrapper.namesOnly .inner {
      display: -moz-flex;
      display: flex;
      flex-wrap: wrap;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -moz-align-items: center;
      align-items: center;
      align-content: center; }
      body.page-template-page_template_top_docs .topDocWrapper.namesOnly .inner .topDocsSectionHeader {
        width: 100%;
        /* Larger than tablet */
        /* Larger than desktop */
        margin-right: 20px; }
        @media (min-width: 750px) {
          body.page-template-page_template_top_docs .topDocWrapper.namesOnly .inner .topDocsSectionHeader {
            width: 33%;
            margin-bottom: 0; } }
        @media (min-width: 1000px) {
          body.page-template-page_template_top_docs .topDocWrapper.namesOnly .inner .topDocsSectionHeader {
            width: 25%; } }
        body.page-template-page_template_top_docs .topDocWrapper.namesOnly .inner .topDocsSectionHeader h3 {
          color: #FFF !important;
          margin-bottom: 2rem;
          /* Larger than desktop */ }
          @media (min-width: 1000px) {
            body.page-template-page_template_top_docs .topDocWrapper.namesOnly .inner .topDocsSectionHeader h3 {
              margin-bottom: 0; } }
      body.page-template-page_template_top_docs .topDocWrapper.namesOnly .inner ul.topDocDirectory {
        width: 100%;
        /* Larger than tablet */
        /* Larger than desktop */ }
        @media (min-width: 750px) {
          body.page-template-page_template_top_docs .topDocWrapper.namesOnly .inner ul.topDocDirectory {
            width: 67%; } }
        @media (min-width: 1000px) {
          body.page-template-page_template_top_docs .topDocWrapper.namesOnly .inner ul.topDocDirectory {
            width: 75%; } }
        body.page-template-page_template_top_docs .topDocWrapper.namesOnly .inner ul.topDocDirectory h4 {
          color: #FFF; }
        body.page-template-page_template_top_docs .topDocWrapper.namesOnly .inner ul.topDocDirectory li {
          width: 100%;
          margin-top: 1rem;
          margin-bottom: 1rem;
          width: 100%;
          /* Larger than phablet (also point when grid becomes active) */
          /* Larger than tablet */ }
          body.page-template-page_template_top_docs .topDocWrapper.namesOnly .inner ul.topDocDirectory li:last-of-type {
            margin-bottom: 0; }
          @media (min-width: 550px) {
            body.page-template-page_template_top_docs .topDocWrapper.namesOnly .inner ul.topDocDirectory li {
              width: calc(100% / 2 - 20px); } }
          @media (min-width: 750px) {
            body.page-template-page_template_top_docs .topDocWrapper.namesOnly .inner ul.topDocDirectory li {
              width: calc(100% / 3 - 20px); } }
  body.page-template-page_template_top_docs .topDocWrapper ul.topDocDirectory {
    margin: 0 -10px;
    margin-bottom: 0;
    list-style-type: none;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box; }
    body.page-template-page_template_top_docs .topDocWrapper ul.topDocDirectory li {
      width: 100%;
      box-sizing: border-box;
      margin: 0 10px;
      margin-bottom: 2rem;
      /* Larger than phablet (also point when grid becomes active) */
      /* Larger than tablet */
      /* Larger than desktop */
      /* Larger than Desktop HD */ }
      body.page-template-page_template_top_docs .topDocWrapper ul.topDocDirectory li::before, body.page-template-page_template_top_docs .topDocWrapper ul.topDocDirectory li::marker {
        content: "";
        display: none !important; }
      @media (min-width: 550px) {
        body.page-template-page_template_top_docs .topDocWrapper ul.topDocDirectory li {
          width: calc(100% / 2 - 20px); } }
      @media (min-width: 750px) {
        body.page-template-page_template_top_docs .topDocWrapper ul.topDocDirectory li {
          width: calc(100% / 3 - 20px); } }
      @media (min-width: 1000px) {
        body.page-template-page_template_top_docs .topDocWrapper ul.topDocDirectory li {
          width: calc(100% / 4 - 20px); } }
      @media (min-width: 1200px) {
        body.page-template-page_template_top_docs .topDocWrapper ul.topDocDirectory li {
          width: calc(100% / 5 - 20px); } }
      body.page-template-page_template_top_docs .topDocWrapper ul.topDocDirectory li .staffThumb {
        box-sizing: border-box;
        margin-bottom: 10px; }
        body.page-template-page_template_top_docs .topDocWrapper ul.topDocDirectory li .staffThumb a {
          box-sizing: border-box; }
          body.page-template-page_template_top_docs .topDocWrapper ul.topDocDirectory li .staffThumb a img {
            box-sizing: border-box; }
      body.page-template-page_template_top_docs .topDocWrapper ul.topDocDirectory li h4 {
        line-height: 1.1; }

body.post-type-archive-services .heroImage {
  margin-bottom: 4rem; }
  body.post-type-archive-services .heroImage img {
    width: 100%; }

body.post-type-archive-services .mainContent h1 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 5px solid #000; }

body.post-type-archive-services .servicesDirectory {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  margin-left: 2rem;
  margin-top: 3rem; }
  body.post-type-archive-services .servicesDirectory h2 {
    text-transform: none;
    font-size: 1.8rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1rem; }
  body.post-type-archive-services .servicesDirectory li {
    margin: 0;
    margin-bottom: 1rem;
    width: 100%;
    /* Larger than desktop */ }
    @media (min-width: 1000px) {
      body.post-type-archive-services .servicesDirectory li {
        width: calc(48% - 1rem); } }
body.post-type-archive-physicians h1 {
  display: block;
  background: #000;
  color: #FFF;
  font-size: 2.8rem;
  padding: 2rem;
  line-height: 1;
  margin-bottom: 4rem; }

body.post-type-archive-physicians .directoryTitle {
  border-bottom: 5px solid #000;
  margin-bottom: 4rem;
  line-height: 1;
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  -moz-align-items: center;
  align-items: center; }
  body.post-type-archive-physicians .directoryTitle h2 {
    background: #000;
    color: #FFF;
    font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 2rem;
    font-size: 1.4rem;
    line-height: 0; }
  body.post-type-archive-physicians .directoryTitle nav.sortAlpha p {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 1rem; }
  body.post-type-archive-physicians .directoryTitle nav.sortAlpha ul {
    display: inline-block;
    margin: 0; }
    body.post-type-archive-physicians .directoryTitle nav.sortAlpha ul li {
      list-style-type: none;
      margin: 0;
      display: inline-block; }
      body.post-type-archive-physicians .directoryTitle nav.sortAlpha ul li:first-of-type {
        border-right: 1px solid #666;
        padding-right: 1rem; }
      body.post-type-archive-physicians .directoryTitle nav.sortAlpha ul li:last-of-type {
        padding-left: 1rem; }
      body.post-type-archive-physicians .directoryTitle nav.sortAlpha ul li a.active {
        color: #000;
        cursor: default; }

body.post-type-archive-physicians ul.providerDirectory {
  list-style-type: none;
  margin: 0;
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  body.post-type-archive-physicians ul.providerDirectory.reverse {
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  body.post-type-archive-physicians ul.providerDirectory li {
    width: 100%;
    list-style-type: none;
    margin: 0;
    margin-bottom: 4rem;
    box-sizing: border-box;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    /* Larger than Desktop HD */
    /* Fallback for sad browsers */
    background-color: #EEE;
    /* Mozilla Firefox */
    /* Opera */
    /* WebKit (Chrome 11+) */
    /* WebKit (Safari 5.1+, Chrome 10+) */
    /* IE10 */
    /* W3C */
    background-image: linear-gradient(#F5F5F5, #EEE);
    position: relative;
    z-index: 1; }
    body.post-type-archive-physicians ul.providerDirectory li .verticalBadgeAlt {
      display: none;
      /* Larger than desktop */ }
      @media (min-width: 1000px) {
        body.post-type-archive-physicians ul.providerDirectory li .verticalBadgeAlt {
          z-index: 2;
          padding: 1rem;
          padding-top: 2rem;
          box-sizing: border-box;
          background: #000;
          position: absolute;
          bottom: 0;
          right: 0;
          width: 50px;
          height: 100%;
          display: block;
          border-left: 3px solid #525252; } }
    body.post-type-archive-physicians ul.providerDirectory li li {
      background: none; }
    body.post-type-archive-physicians ul.providerDirectory li .physicianThumb {
      width: 100%;
      text-align: center;
      background: #000;
      /* Larger than tablet */
      position: relative;
      z-index: 1; }
      body.post-type-archive-physicians ul.providerDirectory li .physicianThumb img {
        width: 100%; }
      @media (min-width: 750px) {
        body.post-type-archive-physicians ul.providerDirectory li .physicianThumb {
          width: 33%; } }
      body.post-type-archive-physicians ul.providerDirectory li .physicianThumb .horizontalBadge {
        z-index: 2;
        padding: 1rem;
        box-sizing: border-box;
        background: #000;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
        display: none;
        /* Larger than tablet */
        /* Larger than desktop */ }
        body.post-type-archive-physicians ul.providerDirectory li .physicianThumb .horizontalBadge img {
          max-width: 50%; }
        @media (min-width: 750px) {
          body.post-type-archive-physicians ul.providerDirectory li .physicianThumb .horizontalBadge {
            display: block; } }
        @media (min-width: 1000px) {
          body.post-type-archive-physicians ul.providerDirectory li .physicianThumb .horizontalBadge {
            display: none; } }
      body.post-type-archive-physicians ul.providerDirectory li .physicianThumb .verticalBadge {
        z-index: 2;
        padding: 1rem;
        padding-top: 2rem;
        box-sizing: border-box;
        background: #000;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        display: block;
        height: 100%;
        border-left: 3px solid #525252;
        /* Larger than tablet */ }
        @media (min-width: 750px) {
          body.post-type-archive-physicians ul.providerDirectory li .physicianThumb .verticalBadge {
            display: none; } }
    body.post-type-archive-physicians ul.providerDirectory li .physicianMeta {
      width: 100%;
      box-sizing: border-box;
      padding: 2rem;
      /* Larger than tablet */
      /* Larger than desktop */
      /* Larger than Desktop HD */ }
      @media (min-width: 750px) {
        body.post-type-archive-physicians ul.providerDirectory li .physicianMeta {
          width: 67%;
          padding-left: 4rem; } }
      @media (min-width: 1000px) {
        body.post-type-archive-physicians ul.providerDirectory li .physicianMeta {
          padding-right: 9rem; } }
      @media (min-width: 1200px) {
        body.post-type-archive-physicians ul.providerDirectory li .physicianMeta {
          padding-top: 4rem;
          padding-left: 8rem; } }
      body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffSpecialties .specialtiesLabel,
      body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffSpecialties .affiliationsLabel,
      body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffAffiliations .specialtiesLabel,
      body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffAffiliations .affiliationsLabel {
        font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
        font-weight: 500;
        margin-bottom: 0;
        text-transform: uppercase; }
      body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffSpecialties ul,
      body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffAffiliations ul {
        width: 100%;
        display: inline-block;
        margin: 0;
        margin-bottom: 2rem; }
        body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffSpecialties ul li,
        body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffAffiliations ul li {
          width: auto;
          display: inline-block;
          margin-right: .5rem;
          margin-bottom: 0; }
          body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffSpecialties ul li::after,
          body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffAffiliations ul li::after {
            content: ","; }
          body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffSpecialties ul li:last-of-type,
          body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffAffiliations ul li:last-of-type {
            margin-right: 0; }
            body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffSpecialties ul li:last-of-type::after,
            body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffAffiliations ul li:last-of-type::after {
              content: ""; }
      body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffQuote {
        position: relative;
        font-weight: 400;
        margin-bottom: 2rem;
        font-size: 1.4rem;
        /* Larger than tablet */
        /* Larger than desktop */
        /* Larger than Desktop HD */ }
        @media (min-width: 750px) {
          body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffQuote {
            display: none; } }
        @media (min-width: 1200px) {
          body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffQuote {
            display: block; } }
        body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffQuote span {
          display: inline; }
          body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffQuote span.leftQuote {
            /* Larger than desktop */ }
            @media (min-width: 1000px) {
              body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffQuote span.leftQuote {
                position: absolute;
                left: -.5rem;
                top: 0; } }
          body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffQuote span.rightQuote {
            position: relative;
            left: -.5rem; }
        body.post-type-archive-physicians ul.providerDirectory li .physicianMeta .staffQuote p {
          display: inline; }

body.post-type-archive-healthlibrary h1 {
  display: block;
  background: #000;
  color: #FFF;
  font-size: 2.8rem;
  padding: 2rem;
  line-height: 1;
  margin-bottom: 4rem; }

body.post-type-archive-healthlibrary #posts .entry {
  border-bottom: 1px solid #EEE;
  margin-bottom: 4rem;
  padding-bottom: 4rem; }
  body.post-type-archive-healthlibrary #posts .entry:last-of-type {
    border-bottom: 0;
    padding-bottom: 0; }

body.post-type-archive-locations #contentWrapper {
  padding-bottom: 4rem; }

body.post-type-archive-locations h1 {
  display: block;
  background: #000;
  color: #FFF;
  font-size: 2.8rem;
  padding: 2rem;
  line-height: 1;
  margin-bottom: 4rem; }

body.post-type-archive-locations .locationDirectory {
  list-style-type: none;
  margin: 0; }
  body.post-type-archive-locations .locationDirectory li {
    list-style-type: none;
    margin: 0;
    box-sizing: border-box;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-content: center;
    -moz-align-items: center;
    align-items: center;
    border-bottom: 1px solid #EEE;
    margin-bottom: 4rem;
    padding-bottom: 4rem; }
    body.post-type-archive-locations .locationDirectory li:last-of-type {
      border-bottom: 0;
      padding-bottom: 0; }
    body.post-type-archive-locations .locationDirectory li .map_canvas {
      width: 150px;
      height: 150px; }
    body.post-type-archive-locations .locationDirectory li .locationMeta {
      box-sizing: border-box;
      display: -moz-flex;
      display: flex;
      flex-wrap: wrap;
      -moz-justify-content: space-between;
      justify-content: space-between;
      width: calc(100% - 170px); }
      body.post-type-archive-locations .locationDirectory li .locationMeta .address {
        width: 100%;
        /* Larger than tablet */
        /* Larger than Desktop HD */ }
        @media (min-width: 750px) {
          body.post-type-archive-locations .locationDirectory li .locationMeta .address {
            width: calc(62% - 20px); } }
        @media (min-width: 1200px) {
          body.post-type-archive-locations .locationDirectory li .locationMeta .address {
            width: calc(75% - 20px); } }
        body.post-type-archive-locations .locationDirectory li .locationMeta .address h2 {
          font-size: 2.4rem;
          font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
          font-weight: 600;
          line-height: 1; }
        body.post-type-archive-locations .locationDirectory li .locationMeta .address .openingSoon {
          color: #CB0400;
          font-weight: 700; }
      body.post-type-archive-locations .locationDirectory li .locationMeta .locationCTA {
        width: 100%;
        /* Larger than tablet */
        /* Larger than Desktop HD */ }
        @media (min-width: 750px) {
          body.post-type-archive-locations .locationDirectory li .locationMeta .locationCTA {
            width: 38%; } }
        @media (min-width: 1200px) {
          body.post-type-archive-locations .locationDirectory li .locationMeta .locationCTA {
            width: 25%; } }
.filterControlsWrapper {
  /* Fallback for sad browsers */
  background-color: #EEE;
  /* Mozilla Firefox */
  /* Opera */
  /* WebKit (Chrome 11+) */
  /* WebKit (Safari 5.1+, Chrome 10+) */
  /* IE10 */
  /* W3C */
  background-image: linear-gradient(#F5F5F5, #EEE);
  box-sizing: border-box;
  padding: 2rem;
  margin-bottom: 4rem; }
  .filterControlsWrapper .filterControls .label {
    font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
    text-transform: uppercase; }
  .filterControlsWrapper .filterControls form {
    width: 100%; }
    .filterControlsWrapper .filterControls form ul {
      margin: 0;
      box-sizing: border-box;
      display: -moz-flex;
      display: flex;
      flex-wrap: wrap;
      /* Larger than desktop */
      -moz-justify-content: space-between;
      justify-content: space-between;
      align-content: center;
      -moz-align-items: center;
      align-items: center; }
      @media (min-width: 1000px) {
        .filterControlsWrapper .filterControls form ul {
          flex-wrap: nowrap; } }
      .filterControlsWrapper .filterControls form ul li {
        box-sizing: border-box;
        margin: 0;
        padding: 0; }
        .filterControlsWrapper .filterControls form ul li.sf-field-taxonomy-service_types, .filterControlsWrapper .filterControls form ul li.sf-field-taxonomy-location_types, .filterControlsWrapper .filterControls form ul li.sf-field-taxonomy-health_topics {
          width: 100%;
          margin-bottom: 1rem;
          /* Larger than desktop */ }
          @media (min-width: 1000px) {
            .filterControlsWrapper .filterControls form ul li.sf-field-taxonomy-service_types, .filterControlsWrapper .filterControls form ul li.sf-field-taxonomy-location_types, .filterControlsWrapper .filterControls form ul li.sf-field-taxonomy-health_topics {
              width: 30%;
              margin-bottom: 0; } }
        .filterControlsWrapper .filterControls form ul li.sf-field-taxonomy-location_cities {
          width: 100%;
          margin-bottom: 1rem;
          /* Larger than desktop */ }
          @media (min-width: 1000px) {
            .filterControlsWrapper .filterControls form ul li.sf-field-taxonomy-location_cities {
              width: 25%;
              margin-bottom: 0; } }
        .filterControlsWrapper .filterControls form ul li.sf-field-taxonomy-physician_locations {
          width: 100%;
          margin-bottom: 1rem;
          /* Larger than desktop */ }
          @media (min-width: 1000px) {
            .filterControlsWrapper .filterControls form ul li.sf-field-taxonomy-physician_locations {
              width: 50%;
              margin-bottom: 0; } }
        .filterControlsWrapper .filterControls form ul li.sf-field-search {
          width: 75%;
          /* Larger than desktop */ }
          @media (min-width: 1000px) {
            .filterControlsWrapper .filterControls form ul li.sf-field-search {
              width: 40%; } }
        .filterControlsWrapper .filterControls form ul li.sf-field-submit {
          width: 25%;
          /* Larger than desktop */ }
          @media (min-width: 1000px) {
            .filterControlsWrapper .filterControls form ul li.sf-field-submit {
              width: 15%; } }
        .filterControlsWrapper .filterControls form ul li.sf-field-reset {
          width: 100%;
          margin-top: 1rem;
          /* Larger than desktop */ }
          @media (min-width: 1000px) {
            .filterControlsWrapper .filterControls form ul li.sf-field-reset {
              margin-top: 0;
              width: 5%;
              text-align: right; } }
        .filterControlsWrapper .filterControls form ul li label,
        .filterControlsWrapper .filterControls form ul li input,
        .filterControlsWrapper .filterControls form ul li select,
        .filterControlsWrapper .filterControls form ul li input[type="submit"] {
          margin: 0;
          width: 100%;
          display: block; }

body.single-physicians .heroImageWrapper,
body.page-template-non-mosh-physician-template .heroImageWrapper {
  position: relative;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  -moz-align-items: center;
  align-items: center; }
  body.single-physicians .heroImageWrapper .heroImage,
  body.page-template-non-mosh-physician-template .heroImageWrapper .heroImage {
    width: 100%;
    margin-bottom: 2rem;
    /* Larger than desktop */
    position: relative; }
    @media (min-width: 1000px) {
      body.single-physicians .heroImageWrapper .heroImage,
      body.page-template-non-mosh-physician-template .heroImageWrapper .heroImage {
        margin-bottom: 0; } }
    body.single-physicians .heroImageWrapper .heroImage img,
    body.page-template-non-mosh-physician-template .heroImageWrapper .heroImage img {
      width: 100%; }
    body.single-physicians .heroImageWrapper .heroImage .verticalBadge,
    body.page-template-non-mosh-physician-template .heroImageWrapper .heroImage .verticalBadge {
      z-index: 2;
      padding: 1rem;
      padding-top: 2rem;
      box-sizing: border-box;
      background: #000;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50px;
      height: 100%;
      display: block;
      border-left: 3px solid #525252; }
  body.single-physicians .heroImageWrapper .heroMeta,
  body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta {
    /* Larger than desktop */
    /* Larger than Desktop HD */
    box-sizing: border-box;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    justify-content: space-between;
    align-content: center;
    -moz-align-items: center;
    align-items: center; }
    @media (min-width: 1000px) {
      body.single-physicians .heroImageWrapper .heroMeta,
      body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta {
        position: absolute;
        margin-left: 40%;
        margin-right: 50px;
        padding: 2rem;
        color: #FFF; } }
    @media (min-width: 1200px) {
      body.single-physicians .heroImageWrapper .heroMeta,
      body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta {
        margin-left: 50%; } }
    body.single-physicians .heroImageWrapper .heroMeta h1,
    body.single-physicians .heroImageWrapper .heroMeta .staffSpecialties,
    body.single-physicians .heroImageWrapper .heroMeta .staffQuote,
    body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta h1,
    body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .staffSpecialties,
    body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .staffQuote {
      width: 100%; }
    body.single-physicians .heroImageWrapper .heroMeta .btnWrapper,
    body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .btnWrapper {
      width: 70%;
      /* Larger than desktop */
      /* Larger than Desktop HD */ }
      @media (min-width: 1000px) {
        body.single-physicians .heroImageWrapper .heroMeta .btnWrapper,
        body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .btnWrapper {
          width: 60%; } }
      @media (min-width: 1200px) {
        body.single-physicians .heroImageWrapper .heroMeta .btnWrapper,
        body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .btnWrapper {
          width: 100%; } }
    body.single-physicians .heroImageWrapper .heroMeta .topDocEmblem,
    body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .topDocEmblem {
      width: 30%;
      /* Larger than desktop */
      /* Larger than Desktop HD */ }
      @media (min-width: 1000px) {
        body.single-physicians .heroImageWrapper .heroMeta .topDocEmblem,
        body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .topDocEmblem {
          width: 40%; } }
      @media (min-width: 1200px) {
        body.single-physicians .heroImageWrapper .heroMeta .topDocEmblem,
        body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .topDocEmblem {
          width: 100%; } }
    body.single-physicians .heroImageWrapper .heroMeta h1,
    body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta h1 {
      font-size: 2.8rem;
      margin-bottom: 0rem; }
    body.single-physicians .heroImageWrapper .heroMeta .staffSpecialties,
    body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .staffSpecialties {
      text-transform: uppercase; }
      body.single-physicians .heroImageWrapper .heroMeta .staffSpecialties .specialtiesLabel,
      body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .staffSpecialties .specialtiesLabel {
        display: inline-block;
        margin-right: .5rem;
        font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
        font-weight: 700; }
      body.single-physicians .heroImageWrapper .heroMeta .staffSpecialties ul,
      body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .staffSpecialties ul {
        display: inline-block;
        font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
        margin-bottom: 2rem; }
        body.single-physicians .heroImageWrapper .heroMeta .staffSpecialties ul li,
        body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .staffSpecialties ul li {
          display: inline-block;
          margin-right: .5rem;
          margin-bottom: 0; }
          body.single-physicians .heroImageWrapper .heroMeta .staffSpecialties ul li::after,
          body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .staffSpecialties ul li::after {
            content: ","; }
          body.single-physicians .heroImageWrapper .heroMeta .staffSpecialties ul li:last-of-type,
          body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .staffSpecialties ul li:last-of-type {
            margin-right: 0; }
            body.single-physicians .heroImageWrapper .heroMeta .staffSpecialties ul li:last-of-type::after,
            body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .staffSpecialties ul li:last-of-type::after {
              content: ""; }
    body.single-physicians .heroImageWrapper .heroMeta .staffQuote,
    body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .staffQuote {
      position: relative;
      font-weight: 600;
      margin-bottom: 2rem;
      font-size: 1.4rem;
      /* Larger than Desktop HD */ }
      @media (min-width: 1200px) {
        body.single-physicians .heroImageWrapper .heroMeta .staffQuote,
        body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .staffQuote {
          font-size: 1.6rem;
          margin-bottom: 4rem; } }
      body.single-physicians .heroImageWrapper .heroMeta .staffQuote span,
      body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .staffQuote span {
        display: inline; }
        body.single-physicians .heroImageWrapper .heroMeta .staffQuote span.leftQuote,
        body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .staffQuote span.leftQuote {
          /* Larger than desktop */ }
          @media (min-width: 1000px) {
            body.single-physicians .heroImageWrapper .heroMeta .staffQuote span.leftQuote,
            body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .staffQuote span.leftQuote {
              position: absolute;
              left: -1rem;
              top: 0; } }
      body.single-physicians .heroImageWrapper .heroMeta .staffQuote p,
      body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .staffQuote p {
        display: inline; }
    body.single-physicians .heroImageWrapper .heroMeta .btnWrapper,
    body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .btnWrapper {
      text-align: center;
      /* Larger than desktop */
      /* Larger than Desktop HD */ }
      @media (min-width: 1000px) {
        body.single-physicians .heroImageWrapper .heroMeta .btnWrapper,
        body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .btnWrapper {
          text-align: left; }
          body.single-physicians .heroImageWrapper .heroMeta .btnWrapper a.button,
          body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .btnWrapper a.button {
            color: #FFF;
            border: 1px solid #FFF; }
            body.single-physicians .heroImageWrapper .heroMeta .btnWrapper a.button:hover, body.single-physicians .heroImageWrapper .heroMeta .btnWrapper a.button:focus,
            body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .btnWrapper a.button:hover,
            body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .btnWrapper a.button:focus {
              color: #e0e0e0;
              border: 1px solid #e0e0e0; } }
      @media (min-width: 1200px) {
        body.single-physicians .heroImageWrapper .heroMeta .btnWrapper,
        body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .btnWrapper {
          margin-bottom: 2rem; } }
    body.single-physicians .heroImageWrapper .heroMeta .topDocEmblem,
    body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .topDocEmblem {
      text-align: center;
      /* Larger than desktop */ }
      @media (min-width: 1000px) {
        body.single-physicians .heroImageWrapper .heroMeta .topDocEmblem,
        body.page-template-non-mosh-physician-template .heroImageWrapper .heroMeta .topDocEmblem {
          text-align: left; } }
body.single-physicians .staffInterests,
body.page-template-non-mosh-physician-template .staffInterests {
  margin-bottom: 2rem; }

body.single-physicians .staffLanguages,
body.page-template-non-mosh-physician-template .staffLanguages {
  margin-bottom: 2rem; }

body.single-physicians .staffEducation,
body.page-template-non-mosh-physician-template .staffEducation {
  margin-bottom: 2rem; }
  body.single-physicians .staffEducation ul,
  body.page-template-non-mosh-physician-template .staffEducation ul {
    list-style-type: none; }
    body.single-physicians .staffEducation ul h3,
    body.page-template-non-mosh-physician-template .staffEducation ul h3 {
      margin-bottom: 0; }
    body.single-physicians .staffEducation ul li,
    body.page-template-non-mosh-physician-template .staffEducation ul li {
      margin-bottom: 2rem; }

body.single-physicians .staffCertifications,
body.page-template-non-mosh-physician-template .staffCertifications {
  margin-bottom: 2rem; }

body.single-physicians .videoLibraryWrapper h2,
body.page-template-non-mosh-physician-template .videoLibraryWrapper h2 {
  margin-bottom: 2rem; }

body.single-physicians .videoLibraryWrapper .videoLibrary,
body.page-template-non-mosh-physician-template .videoLibraryWrapper .videoLibrary {
  margin: 0; }
  body.single-physicians .videoLibraryWrapper .videoLibrary li,
  body.page-template-non-mosh-physician-template .videoLibraryWrapper .videoLibrary li {
    margin: 0;
    margin-bottom: 2rem;
    list-style-type: none;
    box-sizing: border-box;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    justify-content: space-between;
    /* Fallback for sad browsers */
    background-color: #EEE;
    /* Mozilla Firefox */
    /* Opera */
    /* WebKit (Chrome 11+) */
    /* WebKit (Safari 5.1+, Chrome 10+) */
    /* IE10 */
    /* W3C */
    background-image: linear-gradient(#F5F5F5, #EEE);
    width: 100%;
    padding: 2rem; }
    body.single-physicians .videoLibraryWrapper .videoLibrary li .videoThumb,
    body.page-template-non-mosh-physician-template .videoLibraryWrapper .videoLibrary li .videoThumb {
      width: 162px; }
    body.single-physicians .videoLibraryWrapper .videoLibrary li .videoDescription,
    body.page-template-non-mosh-physician-template .videoLibraryWrapper .videoLibrary li .videoDescription {
      width: calc(100% - 182px); }
      body.single-physicians .videoLibraryWrapper .videoLibrary li .videoDescription h3,
      body.page-template-non-mosh-physician-template .videoLibraryWrapper .videoLibrary li .videoDescription h3 {
        border-bottom: 1px solid #cfcfcf;
        padding-bottom: 1rem;
        margin-bottom: 1rem; }

body.single-physicians .mainLayoutWrapper .mainContent,
body.page-template-non-mosh-physician-template .mainLayoutWrapper .mainContent {
  margin-top: 4rem; }

body.single-physicians aside.sidebar,
body.page-template-non-mosh-physician-template aside.sidebar {
  margin-bottom: 0; }
  body.single-physicians aside.sidebar .staffAffiliations ul,
  body.page-template-non-mosh-physician-template aside.sidebar .staffAffiliations ul {
    margin-left: 2rem; }
    body.single-physicians aside.sidebar .staffAffiliations ul li,
    body.page-template-non-mosh-physician-template aside.sidebar .staffAffiliations ul li {
      list-style-type: disc; }
  body.single-physicians aside.sidebar .staffLocations .map_canvas,
  body.page-template-non-mosh-physician-template aside.sidebar .staffLocations .map_canvas {
    width: 100%;
    height: 300px; }
  body.single-physicians aside.sidebar .staffLocations ul li,
  body.page-template-non-mosh-physician-template aside.sidebar .staffLocations ul li {
    margin: 0;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #cfcfcf;
    line-height: 1.2; }
    body.single-physicians aside.sidebar .staffLocations ul li:last-of-type,
    body.page-template-non-mosh-physician-template aside.sidebar .staffLocations ul li:last-of-type {
      border-bottom: 0; }
    body.single-physicians aside.sidebar .staffLocations ul li h6,
    body.page-template-non-mosh-physician-template aside.sidebar .staffLocations ul li h6 {
      margin-bottom: 0; }
    body.single-physicians aside.sidebar .staffLocations ul li .phone,
    body.page-template-non-mosh-physician-template aside.sidebar .staffLocations ul li .phone {
      margin-top: .5rem; }

body.single-physicians .tabsWrapper,
body.page-template-non-mosh-physician-template .tabsWrapper {
  background: #d9e2e9;
  padding: 4rem 0;
  margin-top: 8rem;
  /* Larger than tablet */ }
  @media (min-width: 750px) {
    body.single-physicians .tabsWrapper,
    body.page-template-non-mosh-physician-template .tabsWrapper {
      margin-top: 0; } }
  body.single-physicians .tabsWrapper .tabs,
  body.page-template-non-mosh-physician-template .tabsWrapper .tabs {
    position: relative; }
    body.single-physicians .tabsWrapper .tabs ul.tabNav,
    body.page-template-non-mosh-physician-template .tabsWrapper .tabs ul.tabNav {
      position: absolute;
      top: -8rem;
      left: 0;
      margin-bottom: 0;
      margin-left: 0;
      box-sizing: border-box;
      display: -moz-flex;
      display: flex;
      flex-wrap: wrap;
      -moz-justify-content: flex-start;
      justify-content: flex-start; }
      body.single-physicians .tabsWrapper .tabs ul.tabNav li,
      body.page-template-non-mosh-physician-template .tabsWrapper .tabs ul.tabNav li {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 5px;
        list-style-type: none;
        font-size: 2rem;
        line-height: 2rem; }
        body.single-physicians .tabsWrapper .tabs ul.tabNav li a,
        body.page-template-non-mosh-physician-template .tabsWrapper .tabs ul.tabNav li a {
          display: block;
          height: 2rem;
          padding: 1rem 2rem;
          text-transform: uppercase;
          font-weight: 700;
          color: #2e607f;
          border: 3px solid #d9e2e9;
          border-bottom: 0; }
          body.single-physicians .tabsWrapper .tabs ul.tabNav li a:hover, body.single-physicians .tabsWrapper .tabs ul.tabNav li a:focus,
          body.page-template-non-mosh-physician-template .tabsWrapper .tabs ul.tabNav li a:hover,
          body.page-template-non-mosh-physician-template .tabsWrapper .tabs ul.tabNav li a:focus {
            color: #1e3e52;
            text-decoration: underline; }
        body.single-physicians .tabsWrapper .tabs ul.tabNav li.ui-state-active,
        body.page-template-non-mosh-physician-template .tabsWrapper .tabs ul.tabNav li.ui-state-active {
          background: #d9e2e9; }
          body.single-physicians .tabsWrapper .tabs ul.tabNav li.ui-state-active a,
          body.page-template-non-mosh-physician-template .tabsWrapper .tabs ul.tabNav li.ui-state-active a {
            background: #d9e2e9;
            outline: none;
            border: none; }
  body.single-physicians .tabsWrapper .tabContent h2,
  body.page-template-non-mosh-physician-template .tabsWrapper .tabContent h2 {
    color: #2e607f;
    font-size: 2.2rem;
    font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
    font-weight: 700;
    margin-bottom: 2rem;
    /* Larger than phablet (also point when grid becomes active) */ }
    @media (min-width: 550px) {
      body.single-physicians .tabsWrapper .tabContent h2,
      body.page-template-non-mosh-physician-template .tabsWrapper .tabContent h2 {
        font-size: 2.6rem; } }
  body.single-physicians .tabsWrapper .tabContent .btnWrapper,
  body.page-template-non-mosh-physician-template .tabsWrapper .tabContent .btnWrapper {
    text-align: right; }
  body.single-physicians .tabsWrapper .tabContent ul.relatedBlogPosts,
  body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.relatedBlogPosts {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    margin: 0; }
    body.single-physicians .tabsWrapper .tabContent ul.relatedBlogPosts li.entry,
    body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.relatedBlogPosts li.entry {
      list-style-type: none;
      margin: 0;
      margin-bottom: 4rem;
      width: 100%;
      box-sizing: border-box;
      display: -moz-flex;
      display: flex;
      flex-wrap: wrap;
      -moz-justify-content: space-between;
      justify-content: space-between;
      /* Larger than desktop */
      /* Larger than Desktop HD */ }
      @media (min-width: 1000px) {
        body.single-physicians .tabsWrapper .tabContent ul.relatedBlogPosts li.entry,
        body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.relatedBlogPosts li.entry {
          width: calc(100%/2); } }
      @media (min-width: 1200px) {
        body.single-physicians .tabsWrapper .tabContent ul.relatedBlogPosts li.entry,
        body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.relatedBlogPosts li.entry {
          width: calc(100%/3); } }
      body.single-physicians .tabsWrapper .tabContent ul.relatedBlogPosts li.entry .thumb,
      body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.relatedBlogPosts li.entry .thumb {
        width: 100px; }
      body.single-physicians .tabsWrapper .tabContent ul.relatedBlogPosts li.entry .content,
      body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.relatedBlogPosts li.entry .content {
        width: calc(100% - 140px);
        margin-right: 20px; }
        body.single-physicians .tabsWrapper .tabContent ul.relatedBlogPosts li.entry .content h3,
        body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.relatedBlogPosts li.entry .content h3 {
          font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
          font-size: 1.6rem;
          font-weight: 600; }
        body.single-physicians .tabsWrapper .tabContent ul.relatedBlogPosts li.entry .content .postDate,
        body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.relatedBlogPosts li.entry .content .postDate {
          margin-bottom: 1rem; }
  body.single-physicians .tabsWrapper .tabContent ul.podcastDirectory,
  body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.podcastDirectory {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    margin: 0; }
    body.single-physicians .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry,
    body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry {
      list-style-type: none;
      margin: 0;
      margin-bottom: 4rem;
      width: 100%;
      box-sizing: border-box;
      display: -moz-flex;
      display: flex;
      flex-wrap: wrap;
      -moz-justify-content: space-between;
      justify-content: space-between;
      /* Larger than desktop */
      /* Larger than Desktop HD */ }
      @media (min-width: 1000px) {
        body.single-physicians .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry,
        body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry {
          width: calc(100%/2); } }
      @media (min-width: 1200px) {
        body.single-physicians .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry,
        body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry {
          width: calc(100%/3); } }
      body.single-physicians .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry .podcastMetaWrapper,
      body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry .podcastMetaWrapper {
        box-sizing: border-box;
        display: -moz-flex;
        display: flex;
        flex-wrap: wrap;
        -moz-justify-content: space-between;
        justify-content: space-between;
        align-content: center;
        -moz-align-items: center;
        align-items: center;
        margin-bottom: 1rem; }
        body.single-physicians .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry .podcastMetaWrapper .podcastThumb,
        body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry .podcastMetaWrapper .podcastThumb {
          width: 100px; }
        body.single-physicians .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry .podcastMetaWrapper .podcastMeta,
        body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry .podcastMetaWrapper .podcastMeta {
          width: calc(100% - 120px); }
          body.single-physicians .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry .podcastMetaWrapper .podcastMeta .podcastTitle,
          body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry .podcastMetaWrapper .podcastMeta .podcastTitle {
            font-weight: 600; }
      body.single-physicians .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry .audioPlayerWrapper,
      body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry .audioPlayerWrapper {
        width: 100%;
        /* Larger than desktop */ }
        @media (min-width: 1000px) {
          body.single-physicians .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry .audioPlayerWrapper,
          body.page-template-non-mosh-physician-template .tabsWrapper .tabContent ul.podcastDirectory li.podcastEntry .audioPlayerWrapper {
            width: calc(100% - 3rem); } }
body.single-locations .heroImage {
  margin-bottom: 4rem; }
  body.single-locations .heroImage img {
    width: 100%; }

body.single-locations h1 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 5px solid #000; }

body.single-locations aside.sidebar ul.contactInformation li {
  margin: 0;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #CCC; }
  body.single-locations aside.sidebar ul.contactInformation li:last-of-type {
    border-bottom: 0; }

body.single-locations aside.sidebar .openingSoon {
  display: inline-block;
  padding: 2rem 0;
  color: #CB0400;
  font-weight: 700; }

body.single-locations aside.sidebar .scheduleOnline {
  margin-top: 2rem; }

body.single-locations aside.sidebar .map_canvas {
  width: 100%;
  height: 240px;
  margin: 4rem 0;
  box-sizing: border-box;
  border: 1px solid #CCC; }

body.single-services .heroImage,
body.single-healthlibrary .heroImage {
  margin-bottom: 4rem; }
  body.single-services .heroImage img,
  body.single-healthlibrary .heroImage img {
    width: 100%; }

body.single-services .pageTitle h1,
body.single-healthlibrary .pageTitle h1 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 5px solid #000; }

body.single-services .pageTitle.pageTitleAlt h1,
body.single-healthlibrary .pageTitle.pageTitleAlt h1 {
  display: block;
  background: #000;
  color: #FFF;
  padding: 2rem;
  line-height: 1;
  margin-bottom: 4rem;
  border-bottom: none; }

body.single-services h1,
body.single-healthlibrary h1 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 5px solid #000; }

body.single-services aside.sidebar li.relatedVideos,
body.single-services aside.sidebar li.relatedServices,
body.single-services aside.sidebar li.relatedBlogPosts,
body.single-healthlibrary aside.sidebar li.relatedVideos,
body.single-healthlibrary aside.sidebar li.relatedServices,
body.single-healthlibrary aside.sidebar li.relatedBlogPosts {
  margin-bottom: 4rem; }
  body.single-services aside.sidebar li.relatedVideos ul,
  body.single-services aside.sidebar li.relatedServices ul,
  body.single-services aside.sidebar li.relatedBlogPosts ul,
  body.single-healthlibrary aside.sidebar li.relatedVideos ul,
  body.single-healthlibrary aside.sidebar li.relatedServices ul,
  body.single-healthlibrary aside.sidebar li.relatedBlogPosts ul {
    margin-left: 2rem; }
    body.single-services aside.sidebar li.relatedVideos ul li,
    body.single-services aside.sidebar li.relatedServices ul li,
    body.single-services aside.sidebar li.relatedBlogPosts ul li,
    body.single-healthlibrary aside.sidebar li.relatedVideos ul li,
    body.single-healthlibrary aside.sidebar li.relatedServices ul li,
    body.single-healthlibrary aside.sidebar li.relatedBlogPosts ul li {
      list-style-type: disc; }

body.single-services aside.sidebar ul.contactInformation li,
body.single-healthlibrary aside.sidebar ul.contactInformation li {
  margin: 0;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #CCC; }
  body.single-services aside.sidebar ul.contactInformation li:last-of-type,
  body.single-healthlibrary aside.sidebar ul.contactInformation li:last-of-type {
    border-bottom: 0; }

body.single-services aside.sidebar .staffLocations .openingSoon,
body.single-healthlibrary aside.sidebar .staffLocations .openingSoon {
  color: #CB0400;
  font-weight: 700; }

body.single-services aside.sidebar .staffLocations .map_canvas,
body.single-healthlibrary aside.sidebar .staffLocations .map_canvas {
  width: 100%;
  height: 300px; }

body.single-services aside.sidebar .staffLocations ul li,
body.single-healthlibrary aside.sidebar .staffLocations ul li {
  margin: 0;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cfcfcf;
  line-height: 1.2; }
  body.single-services aside.sidebar .staffLocations ul li:last-of-type,
  body.single-healthlibrary aside.sidebar .staffLocations ul li:last-of-type {
    border-bottom: 0; }
  body.single-services aside.sidebar .staffLocations ul li h6,
  body.single-healthlibrary aside.sidebar .staffLocations ul li h6 {
    margin-bottom: 0; }
  body.single-services aside.sidebar .staffLocations ul li .phone,
  body.single-healthlibrary aside.sidebar .staffLocations ul li .phone {
    margin-top: .5rem; }

body.single-landingpages header .utilityMenuGroup,
body.single-landingpages header nav.primary-menu-container {
  display: none; }

body.single-landingpages footer .socialBookmarks {
  display: none; }

body.single-landingpages footer ul.contactInformation li:last-of-type {
  display: none; }

body.single-landingpages footer .otherWebsites h6,
body.single-landingpages footer .otherWebsites nav.otherwebsites-menu-container {
  display: none; }

body.single-landingpages footer .copyrightAndDisclaimers nav.footer-menu-container {
  display: none; }

body.single-landingpages aside.sidebar ul li.relatedLocations ul li {
  line-height: 1.1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #cccccc; }
  body.single-landingpages aside.sidebar ul li.relatedLocations ul li h6 {
    margin-bottom: .5rem; }
  body.single-landingpages aside.sidebar ul li.relatedLocations ul li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

body.page-template-default .heroImage,
body.page-template-page_template_left_nav .heroImage,
body.post-type-archive-patientstories .heroImage,
body.page-template-page_template_whychoose_left_nav .heroImage,
body.page-template-page_template_yourvisit_left_nav .heroImage,
body.single-patientstories .heroImage,
body.single-landingpages .heroImage {
  margin-bottom: 4rem; }
  body.page-template-default .heroImage img,
  body.page-template-page_template_left_nav .heroImage img,
  body.post-type-archive-patientstories .heroImage img,
  body.page-template-page_template_whychoose_left_nav .heroImage img,
  body.page-template-page_template_yourvisit_left_nav .heroImage img,
  body.single-patientstories .heroImage img,
  body.single-landingpages .heroImage img {
    width: 100%; }

body.page-template-default .pageTitle h1,
body.page-template-page_template_left_nav .pageTitle h1,
body.post-type-archive-patientstories .pageTitle h1,
body.page-template-page_template_whychoose_left_nav .pageTitle h1,
body.page-template-page_template_yourvisit_left_nav .pageTitle h1,
body.single-patientstories .pageTitle h1,
body.single-landingpages .pageTitle h1 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 5px solid #000; }

body.page-template-default .pageTitle.pageTitleAlt h1,
body.page-template-page_template_left_nav .pageTitle.pageTitleAlt h1,
body.post-type-archive-patientstories .pageTitle.pageTitleAlt h1,
body.page-template-page_template_whychoose_left_nav .pageTitle.pageTitleAlt h1,
body.page-template-page_template_yourvisit_left_nav .pageTitle.pageTitleAlt h1,
body.single-patientstories .pageTitle.pageTitleAlt h1,
body.single-landingpages .pageTitle.pageTitleAlt h1 {
  display: block;
  background: #000;
  color: #FFF;
  padding: 2rem;
  line-height: 1;
  margin-bottom: 4rem;
  border-bottom: none; }

body.error404 .pageTitle h1 {
  font-size: 2.8rem;
  display: block;
  background: #000;
  color: #FFF;
  padding: 2rem;
  line-height: 1;
  margin-bottom: 4rem;
  border-bottom: none; }

body.page-template-page_template_left_nav .pageTitle h1,
body.page-template-page_template_whychoose_left_nav .pageTitle h1,
body.page-template-page_template_yourvisit_left_nav .pageTitle h1,
body.post-type-archive-patientstories .pageTitle h1,
body.single-patientstories .pageTitle h1 {
  margin-left: 2rem; }

body.page-template-page_template_left_nav .pageTitle.pageTitleAlt h1,
body.page-template-page_template_whychoose_left_nav .pageTitle.pageTitleAlt h1,
body.page-template-page_template_yourvisit_left_nav .pageTitle.pageTitleAlt h1,
body.post-type-archive-patientstories .pageTitle.pageTitleAlt h1,
body.single-patientstories .pageTitle.pageTitleAlt h1 {
  margin-left: 0; }

.mainLayoutWrapper {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .mainLayoutWrapper .mainContent {
    /* Larger than tablet */ }
    @media (min-width: 750px) {
      .mainLayoutWrapper .mainContent .mainContentInner {
        padding-right: 2rem; } }
  .mainLayoutWrapper aside.sidebar.columns {
    padding: 2rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
    /* Fallback for sad browsers */
    background-color: #EEE;
    /* Mozilla Firefox */
    /* Opera */
    /* WebKit (Chrome 11+) */
    /* WebKit (Safari 5.1+, Chrome 10+) */
    /* IE10 */
    /* W3C */
    background-image: linear-gradient(#F5F5F5, #EEE);
    /* Larger than tablet */ }
    @media (min-width: 750px) {
      .mainLayoutWrapper aside.sidebar.columns {
        padding: 0;
        padding-top: 4rem;
        padding-bottom: 3rem;
        padding-right: 4%;
        margin-left: 0;
        padding-left: 4%;
        width: 34.6666666667%; } }
body.page-template-page_template_left_nav .mainLayoutWrapper .mainContent,
body.page-template-page_template_whychoose_left_nav .mainLayoutWrapper .mainContent,
body.page-template-page_template_yourvisit_left_nav .mainLayoutWrapper .mainContent,
body.post-type-archive-patientstories .mainLayoutWrapper .mainContent,
body.single-patientstories .mainLayoutWrapper .mainContent {
  margin-left: 0;
  /* Larger than tablet */ }
  @media (min-width: 750px) {
    body.page-template-page_template_left_nav .mainLayoutWrapper .mainContent .mainContentInner,
    body.page-template-page_template_whychoose_left_nav .mainLayoutWrapper .mainContent .mainContentInner,
    body.page-template-page_template_yourvisit_left_nav .mainLayoutWrapper .mainContent .mainContentInner,
    body.post-type-archive-patientstories .mainLayoutWrapper .mainContent .mainContentInner,
    body.single-patientstories .mainLayoutWrapper .mainContent .mainContentInner {
      padding-left: 2rem;
      padding-right: 0; } }
body.page-template-page_template_left_nav .mainLayoutWrapper aside.sidebar.columns,
body.page-template-page_template_whychoose_left_nav .mainLayoutWrapper aside.sidebar.columns,
body.page-template-page_template_yourvisit_left_nav .mainLayoutWrapper aside.sidebar.columns,
body.post-type-archive-patientstories .mainLayoutWrapper aside.sidebar.columns,
body.single-patientstories .mainLayoutWrapper aside.sidebar.columns {
  /* Larger than tablet */ }
  @media (min-width: 750px) {
    body.page-template-page_template_left_nav .mainLayoutWrapper aside.sidebar.columns,
    body.page-template-page_template_whychoose_left_nav .mainLayoutWrapper aside.sidebar.columns,
    body.page-template-page_template_yourvisit_left_nav .mainLayoutWrapper aside.sidebar.columns,
    body.post-type-archive-patientstories .mainLayoutWrapper aside.sidebar.columns,
    body.single-patientstories .mainLayoutWrapper aside.sidebar.columns {
      padding: 0;
      padding-top: 4rem;
      padding-bottom: 3rem;
      padding-right: 4%;
      margin-left: 0;
      padding-left: 4%;
      width: 34.6666666667%; } }
body.page-template-page_template_left_nav .mainLayoutWrapper .mainContent,
body.page-template-page_template_whychoose_left_nav .mainLayoutWrapper .mainContent,
body.page-template-page_template_yourvisit_left_nav .mainLayoutWrapper .mainContent {
  -moz-order: 1;
  order: 1;
  /* Larger than tablet */ }
  @media (min-width: 750px) {
    body.page-template-page_template_left_nav .mainLayoutWrapper .mainContent,
    body.page-template-page_template_whychoose_left_nav .mainLayoutWrapper .mainContent,
    body.page-template-page_template_yourvisit_left_nav .mainLayoutWrapper .mainContent {
      -moz-order: 2;
      order: 2; } }
body.page-template-page_template_left_nav .mainLayoutWrapper aside.sidebar,
body.page-template-page_template_whychoose_left_nav .mainLayoutWrapper aside.sidebar,
body.page-template-page_template_yourvisit_left_nav .mainLayoutWrapper aside.sidebar {
  -moz-order: 2;
  order: 2;
  /* Larger than tablet */ }
  @media (min-width: 750px) {
    body.page-template-page_template_left_nav .mainLayoutWrapper aside.sidebar,
    body.page-template-page_template_whychoose_left_nav .mainLayoutWrapper aside.sidebar,
    body.page-template-page_template_yourvisit_left_nav .mainLayoutWrapper aside.sidebar {
      -moz-order: 1;
      order: 1; } }
body.post-type-archive-patientstories .siblingAndChildNav .mobileNavWrap ul li.menu-item-object-patientstories > a,
body.single-patientstories .siblingAndChildNav .mobileNavWrap ul li.menu-item-object-patientstories > a {
  color: #007dc6; }

.siblingAndChildNav .mobileNavHeading {
  text-align: center;
  margin-bottom: 1rem;
  /* Larger than tablet */ }
  @media (min-width: 750px) {
    .siblingAndChildNav .mobileNavHeading {
      display: none; } }
.siblingAndChildNav .mobileNavWrap ul {
  display: none;
  margin: 0;
  /* Larger than tablet */ }
  @media (min-width: 750px) {
    .siblingAndChildNav .mobileNavWrap ul {
      display: block;
      font-family: "Oswald", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, clean, sans-serif;
      text-transform: uppercase;
      margin: 0; }
      .siblingAndChildNav .mobileNavWrap ul li {
        margin: 0;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #cfcfcf; }
        .siblingAndChildNav .mobileNavWrap ul li:last-of-type {
          border-bottom: 0;
          margin-bottom: 0;
          padding-bottom: 0; }
        .siblingAndChildNav .mobileNavWrap ul li.current_page_item > a {
          color: #007dc6; }
        .siblingAndChildNav .mobileNavWrap ul li ul {
          margin-top: 1rem;
          margin-left: 2rem; }
      .siblingAndChildNav .mobileNavWrap ul a {
        color: #000; }
        .siblingAndChildNav .mobileNavWrap ul a:hover, .siblingAndChildNav .mobileNavWrap ul a:focus {
          color: #005689; } }
.siblingAndChildNav .mobileNavWrap select {
  width: 100%;
  /* Larger than tablet */ }
  @media (min-width: 750px) {
    .siblingAndChildNav .mobileNavWrap select {
      display: none; } }
body.blog #posts .entry,
body.category #posts .entry,
body.archive.date #posts .entry,
body.search #posts .entry,
body.search-results #posts .entry,
body.post-type-archive-patientstories #posts .entry {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  body.blog #posts .entry h2,
  body.category #posts .entry h2,
  body.archive.date #posts .entry h2,
  body.search #posts .entry h2,
  body.search-results #posts .entry h2,
  body.post-type-archive-patientstories #posts .entry h2 {
    text-transform: none;
    font-size: 1.6rem;
    margin-bottom: 1rem; }
  body.blog #posts .entry .thumb,
  body.category #posts .entry .thumb,
  body.archive.date #posts .entry .thumb,
  body.search #posts .entry .thumb,
  body.search-results #posts .entry .thumb,
  body.post-type-archive-patientstories #posts .entry .thumb {
    width: 100px;
    /* Larger than desktop */ }
    body.blog #posts .entry .thumb img,
    body.category #posts .entry .thumb img,
    body.archive.date #posts .entry .thumb img,
    body.search #posts .entry .thumb img,
    body.search-results #posts .entry .thumb img,
    body.post-type-archive-patientstories #posts .entry .thumb img {
      width: 100%; }
    @media (min-width: 1000px) {
      body.blog #posts .entry .thumb,
      body.category #posts .entry .thumb,
      body.archive.date #posts .entry .thumb,
      body.search #posts .entry .thumb,
      body.search-results #posts .entry .thumb,
      body.post-type-archive-patientstories #posts .entry .thumb {
        width: 162px; } }
  body.blog #posts .entry .blogExcerpt,
  body.category #posts .entry .blogExcerpt,
  body.archive.date #posts .entry .blogExcerpt,
  body.search #posts .entry .blogExcerpt,
  body.search-results #posts .entry .blogExcerpt,
  body.post-type-archive-patientstories #posts .entry .blogExcerpt {
    width: calc(100% - 112px);
    font-size: 1.4rem;
    /* Larger than desktop */ }
    @media (min-width: 1000px) {
      body.blog #posts .entry .blogExcerpt,
      body.category #posts .entry .blogExcerpt,
      body.archive.date #posts .entry .blogExcerpt,
      body.search #posts .entry .blogExcerpt,
      body.search-results #posts .entry .blogExcerpt,
      body.post-type-archive-patientstories #posts .entry .blogExcerpt {
        width: calc(100% - 182px); } }
body.single-post #posts .entry .thumb {
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem; }

body.single-patientstories #posts .entry .thumb {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem; }

body.blog,
body.category,
body.archive.date,
body.single-post,
body.search,
body.search-results,
body.post-type-archive-patientstories,
body.single-patientstories,
body.single-locations {
  /* common wordpress styles */ }
  body.blog .blogHeroImage img,
  body.category .blogHeroImage img,
  body.archive.date .blogHeroImage img,
  body.single-post .blogHeroImage img,
  body.search .blogHeroImage img,
  body.search-results .blogHeroImage img,
  body.post-type-archive-patientstories .blogHeroImage img,
  body.single-patientstories .blogHeroImage img,
  body.single-locations .blogHeroImage img {
    width: 100%; }
  body.blog .pageTitle h1,
  body.category .pageTitle h1,
  body.archive.date .pageTitle h1,
  body.single-post .pageTitle h1,
  body.search .pageTitle h1,
  body.search-results .pageTitle h1,
  body.post-type-archive-patientstories .pageTitle h1,
  body.single-patientstories .pageTitle h1,
  body.single-locations .pageTitle h1 {
    display: block;
    background: #000;
    color: #FFF;
    font-size: 2.8rem;
    padding: 2rem;
    line-height: 1;
    margin-bottom: 4rem; }
  body.blog .postDate a:link,
  body.blog .postDate a:visited,
  body.blog .entryMeta a:link,
  body.blog .entryMeta a:visited,
  body.blog .readMore a:link,
  body.blog .readMore a:visited,
  body.category .postDate a:link,
  body.category .postDate a:visited,
  body.category .entryMeta a:link,
  body.category .entryMeta a:visited,
  body.category .readMore a:link,
  body.category .readMore a:visited,
  body.archive.date .postDate a:link,
  body.archive.date .postDate a:visited,
  body.archive.date .entryMeta a:link,
  body.archive.date .entryMeta a:visited,
  body.archive.date .readMore a:link,
  body.archive.date .readMore a:visited,
  body.single-post .postDate a:link,
  body.single-post .postDate a:visited,
  body.single-post .entryMeta a:link,
  body.single-post .entryMeta a:visited,
  body.single-post .readMore a:link,
  body.single-post .readMore a:visited,
  body.search .postDate a:link,
  body.search .postDate a:visited,
  body.search .entryMeta a:link,
  body.search .entryMeta a:visited,
  body.search .readMore a:link,
  body.search .readMore a:visited,
  body.search-results .postDate a:link,
  body.search-results .postDate a:visited,
  body.search-results .entryMeta a:link,
  body.search-results .entryMeta a:visited,
  body.search-results .readMore a:link,
  body.search-results .readMore a:visited,
  body.post-type-archive-patientstories .postDate a:link,
  body.post-type-archive-patientstories .postDate a:visited,
  body.post-type-archive-patientstories .entryMeta a:link,
  body.post-type-archive-patientstories .entryMeta a:visited,
  body.post-type-archive-patientstories .readMore a:link,
  body.post-type-archive-patientstories .readMore a:visited,
  body.single-patientstories .postDate a:link,
  body.single-patientstories .postDate a:visited,
  body.single-patientstories .entryMeta a:link,
  body.single-patientstories .entryMeta a:visited,
  body.single-patientstories .readMore a:link,
  body.single-patientstories .readMore a:visited,
  body.single-locations .postDate a:link,
  body.single-locations .postDate a:visited,
  body.single-locations .entryMeta a:link,
  body.single-locations .entryMeta a:visited,
  body.single-locations .readMore a:link,
  body.single-locations .readMore a:visited {
    color: #007dc6; }
  body.blog .postDate a:hover,
  body.blog .entryMeta a:hover,
  body.blog .readMore a:hover,
  body.category .postDate a:hover,
  body.category .entryMeta a:hover,
  body.category .readMore a:hover,
  body.archive.date .postDate a:hover,
  body.archive.date .entryMeta a:hover,
  body.archive.date .readMore a:hover,
  body.single-post .postDate a:hover,
  body.single-post .entryMeta a:hover,
  body.single-post .readMore a:hover,
  body.search .postDate a:hover,
  body.search .entryMeta a:hover,
  body.search .readMore a:hover,
  body.search-results .postDate a:hover,
  body.search-results .entryMeta a:hover,
  body.search-results .readMore a:hover,
  body.post-type-archive-patientstories .postDate a:hover,
  body.post-type-archive-patientstories .entryMeta a:hover,
  body.post-type-archive-patientstories .readMore a:hover,
  body.single-patientstories .postDate a:hover,
  body.single-patientstories .entryMeta a:hover,
  body.single-patientstories .readMore a:hover,
  body.single-locations .postDate a:hover,
  body.single-locations .entryMeta a:hover,
  body.single-locations .readMore a:hover {
    color: #000;
    text-decoration: none; }
  body.blog .postDate,
  body.category .postDate,
  body.archive.date .postDate,
  body.single-post .postDate,
  body.search .postDate,
  body.search-results .postDate,
  body.post-type-archive-patientstories .postDate,
  body.single-patientstories .postDate,
  body.single-locations .postDate {
    margin-bottom: 20px;
    margin-top: -5px; }
  body.blog #posts .entry,
  body.category #posts .entry,
  body.archive.date #posts .entry,
  body.single-post #posts .entry,
  body.search #posts .entry,
  body.search-results #posts .entry,
  body.post-type-archive-patientstories #posts .entry,
  body.single-patientstories #posts .entry,
  body.single-locations #posts .entry {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #EEE; }
    body.blog #posts .entry:last-of-type,
    body.category #posts .entry:last-of-type,
    body.archive.date #posts .entry:last-of-type,
    body.single-post #posts .entry:last-of-type,
    body.search #posts .entry:last-of-type,
    body.search-results #posts .entry:last-of-type,
    body.post-type-archive-patientstories #posts .entry:last-of-type,
    body.single-patientstories #posts .entry:last-of-type,
    body.single-locations #posts .entry:last-of-type {
      border-bottom: none; }
    body.blog #posts .entry h1,
    body.category #posts .entry h1,
    body.archive.date #posts .entry h1,
    body.single-post #posts .entry h1,
    body.search #posts .entry h1,
    body.search-results #posts .entry h1,
    body.post-type-archive-patientstories #posts .entry h1,
    body.single-patientstories #posts .entry h1,
    body.single-locations #posts .entry h1 {
      font-size: 2.4rem;
      font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
      font-weight: 700;
      /* Larger than phablet (also point when grid becomes active) */ }
      @media (min-width: 550px) {
        body.blog #posts .entry h1,
        body.category #posts .entry h1,
        body.archive.date #posts .entry h1,
        body.single-post #posts .entry h1,
        body.search #posts .entry h1,
        body.search-results #posts .entry h1,
        body.post-type-archive-patientstories #posts .entry h1,
        body.single-patientstories #posts .entry h1,
        body.single-locations #posts .entry h1 {
          font-size: 2.8rem; } }
  body.blog .readMore,
  body.category .readMore,
  body.archive.date .readMore,
  body.single-post .readMore,
  body.search .readMore,
  body.search-results .readMore,
  body.post-type-archive-patientstories .readMore,
  body.single-patientstories .readMore,
  body.single-locations .readMore {
    text-align: right; }
  body.blog .filedUnder,
  body.category .filedUnder,
  body.archive.date .filedUnder,
  body.single-post .filedUnder,
  body.search .filedUnder,
  body.search-results .filedUnder,
  body.post-type-archive-patientstories .filedUnder,
  body.single-patientstories .filedUnder,
  body.single-locations .filedUnder {
    margin-bottom: 6px; }
  body.blog .sidebar ul,
  body.category .sidebar ul,
  body.archive.date .sidebar ul,
  body.single-post .sidebar ul,
  body.search .sidebar ul,
  body.search-results .sidebar ul,
  body.post-type-archive-patientstories .sidebar ul,
  body.single-patientstories .sidebar ul,
  body.single-locations .sidebar ul {
    margin: 0; }
    body.blog .sidebar ul ul:not(.socialBookmarks),
    body.category .sidebar ul ul:not(.socialBookmarks),
    body.archive.date .sidebar ul ul:not(.socialBookmarks),
    body.single-post .sidebar ul ul:not(.socialBookmarks),
    body.search .sidebar ul ul:not(.socialBookmarks),
    body.search-results .sidebar ul ul:not(.socialBookmarks),
    body.post-type-archive-patientstories .sidebar ul ul:not(.socialBookmarks),
    body.single-patientstories .sidebar ul ul:not(.socialBookmarks),
    body.single-locations .sidebar ul ul:not(.socialBookmarks) {
      margin: 0; }
      body.blog .sidebar ul ul:not(.socialBookmarks) li,
      body.category .sidebar ul ul:not(.socialBookmarks) li,
      body.archive.date .sidebar ul ul:not(.socialBookmarks) li,
      body.single-post .sidebar ul ul:not(.socialBookmarks) li,
      body.search .sidebar ul ul:not(.socialBookmarks) li,
      body.search-results .sidebar ul ul:not(.socialBookmarks) li,
      body.post-type-archive-patientstories .sidebar ul ul:not(.socialBookmarks) li,
      body.single-patientstories .sidebar ul ul:not(.socialBookmarks) li,
      body.single-locations .sidebar ul ul:not(.socialBookmarks) li {
        margin: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cfcfcf; }
        body.blog .sidebar ul ul:not(.socialBookmarks) li:last-of-type,
        body.category .sidebar ul ul:not(.socialBookmarks) li:last-of-type,
        body.archive.date .sidebar ul ul:not(.socialBookmarks) li:last-of-type,
        body.single-post .sidebar ul ul:not(.socialBookmarks) li:last-of-type,
        body.search .sidebar ul ul:not(.socialBookmarks) li:last-of-type,
        body.search-results .sidebar ul ul:not(.socialBookmarks) li:last-of-type,
        body.post-type-archive-patientstories .sidebar ul ul:not(.socialBookmarks) li:last-of-type,
        body.single-patientstories .sidebar ul ul:not(.socialBookmarks) li:last-of-type,
        body.single-locations .sidebar ul ul:not(.socialBookmarks) li:last-of-type {
          border-bottom: 0; }
    body.blog .sidebar ul ul.socialBookmarks,
    body.category .sidebar ul ul.socialBookmarks,
    body.archive.date .sidebar ul ul.socialBookmarks,
    body.single-post .sidebar ul ul.socialBookmarks,
    body.search .sidebar ul ul.socialBookmarks,
    body.search-results .sidebar ul ul.socialBookmarks,
    body.post-type-archive-patientstories .sidebar ul ul.socialBookmarks,
    body.single-patientstories .sidebar ul ul.socialBookmarks,
    body.single-locations .sidebar ul ul.socialBookmarks {
      margin-bottom: 10px;
      padding-bottom: 10px; }

body.single-post .mainContent h2,
body.single-post .mainContent h3,
body.single-post .mainContent h4,
body.single-post .mainContent h5,
body.single-post .mainContent h6,
body.single-patientstories .mainContent h2,
body.single-patientstories .mainContent h3,
body.single-patientstories .mainContent h4,
body.single-patientstories .mainContent h5,
body.single-patientstories .mainContent h6 {
  text-transform: none; }

#respond form ul {
  list-style-type: none;
  margin: 0; }
  #respond form ul li {
    margin: 0; }

/* @end */
/*# sourceMappingURL=style.css.map */