@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

.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; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

main {
  display: block; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input {
  overflow: visible; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

details {
  display: block; }

summary {
  display: list-item; }

menu {
  display: block; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=50em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: white;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 6px; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 6px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 6px;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 50em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 50em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 50em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 50em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 50em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #0562BD;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #0454a3; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 6px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 50em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 2px solid #0562BD;
  border-radius: 6px;
  background-color: white;
  -webkit-box-shadow: inset 0 1px 2px rgba(4, 104, 202, 0.1);
          box-shadow: inset 0 1px 2px rgba(4, 104, 202, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 2px solid #0562BD;
    background-color: white;
    -webkit-box-shadow: 0 0 7px rgba(4, 104, 202, 0.4);
            box-shadow: 0 0 7px rgba(4, 104, 202, 0.4);
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 6px; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 6px 0 0 6px; }
  .input-group > :last-child > * {
    border-radius: 0 6px 6px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: white; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
          appearance: none;
  border: 2px solid #0562BD;
  border-radius: 6px;
  background-color: white;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 2px solid #0562BD;
    background-color: white;
    -webkit-box-shadow: 0 0 7px rgba(4, 104, 202, 0.4);
            box-shadow: 0 0 7px rgba(4, 104, 202, 0.4);
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 100px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #0562BD;
  color: white; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #0453a1;
    color: white; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #0562BD;
    color: white; }
    .button.primary:hover, .button.primary:focus {
      background-color: #044e97;
      color: white; }
  .button.secondary {
    background-color: #B7E629;
    color: #0a0a0a; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #97c217;
      color: #0a0a0a; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: white; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: white; }
  .button.hollow {
    border: 1px solid #0562BD;
    color: #0562BD; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #03315f;
      color: #03315f; }
    .button.hollow.primary {
      border: 1px solid #0562BD;
      color: #0562BD; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #03315f;
        color: #03315f; }
    .button.hollow.secondary {
      border: 1px solid #B7E629;
      color: #B7E629; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #5f790e;
        color: #5f790e; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #0562BD;
      color: white; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #0562BD;
        color: white; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #B7E629;
        color: #0a0a0a; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: white; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: white transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #0562BD; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #0562BD; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #B7E629; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 6px;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d1e8fe;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #f4fbdf;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 50em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #0562BD;
    color: white; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon:hover::after {
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: white;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0562BD;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0562BD transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 6px;
  background-color: white;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0562BD transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0562BD transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0562BD; }

@media print, screen and (min-width: 50em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0562BD transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0562BD transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0562BD; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0562BD transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0562BD transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0562BD; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: white; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0562BD transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0562BD; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 6px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #0562BD;
  color: white; }
  .label.primary {
    background: #0562BD;
    color: white; }
  .label.secondary {
    background: #B7E629;
    color: #0a0a0a; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: white; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 49.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.6);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 6px;
  background-color: white;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 50em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 50em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 50em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 50em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 50em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 50em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 49.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: white;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 6px;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 6px;
    background: white;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #0562BD; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 6px; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: white; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #0a0a0a; }
  tfoot {
    background: #f2f2f2;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: white; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: white; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: white;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #0562BD; }
  .tabs.primary > li > a {
    color: white; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #056acc; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #0562BD; }
    .tabs-title > a:hover {
      background: white;
      color: #0454a3; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #0562BD; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: white;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px white;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(5, 98, 189, 0.5);
            box-shadow: 0 0 6px 1px rgba(5, 98, 189, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #e6e6e6;
  color: #0a0a0a; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 6px;
  background-color: #0a0a0a;
  font-size: 80%;
  color: white; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 50em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 49.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 50em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 50em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 49.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 50em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 49.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

@media print, screen and (min-width: 50em) {
  .mobile-menu,
  .site-title-bar {
    display: none !important; } }

@media screen and (max-width: 49.9375em) {
  .site-navigation ul.menu {
    display: none !important; } }

.site-navigation {
  background: #0562BD;
  color: white;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }
  .site-navigation.sticky-menu {
    position: fixed !important;
    top: 0 !important;
    z-index: 50 !important;
    width: 100%; }
    .site-navigation.sticky-menu a.home-icon {
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .site-navigation.sticky-menu .nav-cta a {
      line-height: 60px;
      height: 60px; }
  .site-navigation a.home-icon {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-background-size: 30px auto;
            background-size: 30px auto;
    float: left;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .site-navigation a.home-icon img.logo {
      -webkit-transition: all .5s;
      transition: all .5s;
      width: 50px; }
    @media only screen and (max-width: 1076px) {
      .site-navigation a.home-icon {
        display: none !important; } }
  .site-navigation ul.desktop-menu {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0; }
    .site-navigation ul.desktop-menu li.menu-item {
      display: inline-block;
      line-height: 1;
      margin: 0 0 0 -4px;
      padding: 0;
      list-style: none;
      position: relative; }
      .site-navigation ul.desktop-menu li.menu-item:after {
        content: " ";
        display: block;
        width: 1px;
        height: 18px;
        background: rgba(255, 255, 255, 0.6);
        top: 1.2rem;
        position: absolute;
        right: 0; }
      .site-navigation ul.desktop-menu li.menu-item:last-child:after {
        content: none; }
      .site-navigation ul.desktop-menu li.menu-item a {
        color: white;
        display: block;
        font-weight: normal;
        opacity: 0.9;
        padding: 1.2rem 1rem; }
        .site-navigation ul.desktop-menu li.menu-item a:hover {
          opacity: 1;
          background-color: #0566c6; }
        .site-navigation ul.desktop-menu li.menu-item a:active {
          opacity: 0.8; }
      .site-navigation ul.desktop-menu li.menu-item.current-menu-item a {
        color: #b7e629;
        font-weight: 600; }
    .site-navigation ul.desktop-menu li.item-clinics.active, .site-navigation ul.desktop-menu li.item-clinics.current-menu-item,
    .site-navigation ul.desktop-menu li.item-patient-resources.active,
    .site-navigation ul.desktop-menu li.item-patient-resources.current-menu-item {
      position: relative; }
      .site-navigation ul.desktop-menu li.item-clinics.active::before, .site-navigation ul.desktop-menu li.item-clinics.current-menu-item::before,
      .site-navigation ul.desktop-menu li.item-patient-resources.active::before,
      .site-navigation ul.desktop-menu li.item-patient-resources.current-menu-item::before {
        content: '';
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #0562BD;
        position: absolute;
        margin: 0 auto;
        display: block;
        width: 0;
        height: 0;
        bottom: -8px;
        left: 40%;
        z-index: 50; }
  .site-navigation .flex-col {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.6rem;
    padding: 0.5rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }
    @media print, screen and (min-width: 50em) {
      .site-navigation .flex-col {
        padding: 0;
        gap: 0.3rem; } }
  .site-navigation .btn {
    -webkit-transition: .2s;
    transition: .2s;
    background: white;
    color: #0562BD;
    text-transform: uppercase;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.7rem 1rem 0.6rem 1rem;
    border-radius: 50px;
    font-size: 0.75rem;
    line-height: 1; }
    .site-navigation .btn:hover {
      color: #0562BD;
      opacity: 0.9; }
    .site-navigation .btn.btn-close {
      background: url(../images/close-blue.png) no-repeat center center;
      -webkit-background-size: contain;
              background-size: contain;
      display: block;
      z-index: 10;
      padding: 0;
      height: 25px;
      width: 25px;
      position: absolute;
      right: 1rem;
      top: 0;
      overflow: hidden;
      text-indent: -9999px;
      margin-top: 1rem; }

.cta-appointment {
  display: inline-block;
  z-index: 50; }
  .cta-appointment .btn-open {
    display: none; }
  .cta-appointment .appointment-window {
    display: none;
    padding-top: 1rem;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    background: white;
    min-height: 400px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-width: 312px;
    z-index: 100; }
    @media screen and (max-width: 49.9375em) {
      .cta-appointment .appointment-window {
        position: fixed;
        left: 0; } }
    @media print, screen and (min-width: 50em) {
      .cta-appointment .appointment-window {
        width: 40vw;
        top: -2rem;
        display: none; } }
  .cta-appointment .form-appointment .body-form {
    padding: 1rem; }
    @media print, screen and (min-width: 50em) {
      .cta-appointment .form-appointment .body-form .field-row {
        display: -ms-grid;
        display: grid;
        gap: 0.5rem;
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
  .cta-appointment .form-appointment label {
    font-weight: 600; }
  .cta-appointment .form-appointment input,
  .cta-appointment .form-appointment select {
    width: 100%;
    margin-bottom: 0; }
    .cta-appointment .form-appointment input:focus,
    .cta-appointment .form-appointment select:focus {
      border-color: #B7E629; }
  .cta-appointment .form-appointment .action {
    border-bottom: dotted 1px rgba(255, 255, 255, 0.3);
    margin-bottom: 0.5rem; }
    .cta-appointment .form-appointment .action .button {
      max-width: 260px;
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 0.7rem; }
  .cta-appointment .footer {
    background: #0562BD;
    color: white;
    padding: 1rem;
    text-align: center; }
    .cta-appointment .footer hr {
      border-bottom: 1px dotted #cacaca;
      margin: 0 0 0.4rem 0; }
    .cta-appointment .footer p {
      line-height: 1.3;
      margin: 0;
      font-size: 0.8125rem; }
    .cta-appointment .footer .phone a {
      color: white;
      font-weight: 600; }
  @media print, screen and (min-width: 50em) {
    .cta-appointment {
      position: relative; } }

.site-sub-nav,
.site-sub-nav-2 {
  display: none;
  background: white;
  padding: 0.5rem 0;
  position: relative;
  border-bottom: 3px #e6f3fc solid; }
  @media print, screen and (min-width: 50em) {
    .site-sub-nav.active,
    .site-sub-nav-2.active {
      display: block; } }
  .site-sub-nav::after,
  .site-sub-nav-2::after {
    content: " ";
    background: #B7E629;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 3px;
    width: 30%; }
  .site-sub-nav ul,
  .site-sub-nav-2 ul {
    margin: 0;
    padding: 0; }
    .site-sub-nav ul li,
    .site-sub-nav-2 ul li {
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative; }
      .site-sub-nav ul li::after,
      .site-sub-nav-2 ul li::after {
        content: " ";
        display: block;
        width: 1px;
        height: 14px;
        background: #0562BD;
        top: 0.8rem;
        position: absolute;
        right: 0; }
      .site-sub-nav ul li:last-child::after,
      .site-sub-nav-2 ul li:last-child::after {
        content: "";
        display: none; }
      .site-sub-nav ul li.active a,
      .site-sub-nav-2 ul li.active a {
        color: #B7E629; }
      .site-sub-nav ul li a,
      .site-sub-nav-2 ul li a {
        display: block;
        color: #0562BD;
        padding: 0.4rem 1rem; }
        .site-sub-nav ul li a:hover,
        .site-sub-nav-2 ul li a:hover {
          color: #B7E629; }

.site-desktop-title a {
  font-weight: bold; }

.mobile-menu {
  display: none;
  background: #0562BD;
  color: white;
  padding-bottom: 4px; }
  .mobile-menu ul {
    margin: 1rem 2rem; }
    .mobile-menu ul li {
      border-bottom: dashed 1px rgba(255, 255, 255, 0.2); }
      .mobile-menu ul li:last-child {
        border-bottom: none; }
      .mobile-menu ul li a {
        color: white;
        text-transform: uppercase;
        padding: 1rem;
        display: block; }
      .mobile-menu ul li.current_page_item > a {
        color: #B7E629; }
  .mobile-menu a.language-btn {
    background: #e6f3fc;
    color: #0562BD;
    text-transform: uppercase;
    display: block;
    padding: 0.5rem 3rem; }
  @media print, screen and (min-width: 50em) {
    .mobile-menu {
      display: none; } }

.mobile-menu .is-accordion-submenu-parent > a::after,
.mobile-off-canvas-menu .is-accordion-submenu-parent > a::after {
  border-color: #0562BD transparent transparent; }

.mobile-menu .is-accordion-submenu-parent.active > a::after,
.mobile-off-canvas-menu .is-accordion-submenu-parent.active > a::after {
  border-color: white transparent transparent; }

.mobile-menu .current_page_item > a,
.mobile-off-canvas-menu .current_page_item > a {
  font-weight: bold; }

.desktop-menu li.is-dropdown-submenu-parent > a::after {
  border-color: #0562BD transparent transparent; }

.desktop-menu li.is-dropdown-submenu-parent.active > a::after {
  border-color: white transparent transparent; }

@media screen and (max-width: 49.9375em) {
  .site-navigation {
    padding: 0; } }

.post-navigation::before, .post-navigation::after {
  display: table;
  content: ' '; }

.post-navigation::after {
  clear: both; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

.main-wrap {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem; }
  .main-wrap::before, .main-wrap::after {
    display: table;
    content: ' '; }
  .main-wrap::after {
    clear: both; }
  @media print, screen and (min-width: 50em) {
    .main-wrap {
      margin-top: 3rem; } }

.main-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 50em) {
    .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .main-content:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 50em) {
    .main-content {
      width: 66.66667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 50em) and (min-width: 50em) {
    .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 50em) {
      .main-content:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 50em) {
    .full-width.main-wrap .main-content {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 50em) and (min-width: 50em) {
    .full-width.main-wrap .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 50em) {
      .full-width.main-wrap .main-content:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 50em) {
    .sidebar-left.main-wrap .main-content {
      width: 66.66667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      position: relative;
      left: 33.33333%; } }
  @media print, screen and (min-width: 50em) and (min-width: 50em) {
    .sidebar-left.main-wrap .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 50em) {
      .sidebar-left.main-wrap .main-content:last-child:not(:first-child) {
        float: right; } }

.sidebar {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 50em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 50em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      margin-top: 1rem; } }
  @media print, screen and (min-width: 50em) and (min-width: 50em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 50em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 50em) {
    .sidebar-left.main-wrap .sidebar {
      width: 33.33333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      position: relative;
      left: -66.66667%;
      margin-top: 1rem; } }
  @media print, screen and (min-width: 50em) and (min-width: 50em) {
    .sidebar-left.main-wrap .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 50em) {
      .sidebar-left.main-wrap .sidebar:last-child:not(:first-child) {
        float: right; } }

.site-mob-topbar {
  background: #0468ca;
  color: white; }
  .site-mob-topbar.sticky-menu {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    position: fixed !important;
    top: 0 !important;
    z-index: 50 !important;
    width: 100%; }
    .site-mob-topbar.sticky-menu a.home-icon {
      display: inline-block; }
    .site-mob-topbar.sticky-menu .nav-cta a {
      line-height: 60px;
      height: 60px; }
    @media only screen and (min-width: 40.063em) {
      .site-mob-topbar.sticky-menu .sub-nav-menu {
        display: block; }
        .site-mob-topbar.sticky-menu .sub-nav-menu > li.menu-item {
          height: 60px; }
          .site-mob-topbar.sticky-menu .sub-nav-menu > li.menu-item a {
            padding: 1.4rem 1rem; }
        .site-mob-topbar.sticky-menu .sub-nav-menu > li.divider {
          height: 58px; }
      .site-mob-topbar.sticky-menu .column.medium-9, .site-mob-topbar.sticky-menu .medium-9.columns {
        width: 92%; } }
    @media only screen and (min-width: 64.063em) {
      .site-mob-topbar.sticky-menu .column.large-9, .site-mob-topbar.sticky-menu .large-9.columns {
        width: 90%; } }
  .site-mob-topbar ul.menu-list {
    margin: 0;
    padding: 0; }
    .site-mob-topbar ul.menu-list li {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 50%;
      margin-left: -4px; }
      .site-mob-topbar ul.menu-list li a {
        display: block;
        text-transform: uppercase;
        color: white;
        font-weight: 600;
        line-height: 1;
        padding: 1rem 0.8rem 1rem 2.3rem;
        font-size: 0.75rem; }
      .site-mob-topbar ul.menu-list li.item-1 {
        background-color: #0468ca; }
        .site-mob-topbar ul.menu-list li.item-1 a {
          background: url(../images/icon-doctor.png) no-repeat 0.8rem center;
          -webkit-background-size: auto 20px;
                  background-size: auto 20px; }
      .site-mob-topbar ul.menu-list li.item-2 {
        background-color: #0562BD; }
        .site-mob-topbar ul.menu-list li.item-2 a {
          background: url(../images/icon-phone-plus-white.png) no-repeat 0.8rem center;
          -webkit-background-size: auto 20px;
                  background-size: auto 20px;
          -webkit-box-shadow: inset 3px 0px 4px rgba(0, 0, 0, 0.1);
                  box-shadow: inset 3px 0px 4px rgba(0, 0, 0, 0.1); }

.mi-salus-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mi-salus-cta .button {
    padding: 1.2rem 3rem;
    text-transform: uppercase;
    margin: 0;
    font-size: 0.9375rem; }

.site-brand {
  background: white;
  padding: 1.5rem 0;
  position: relative; }
  .site-brand .column, .site-brand .columns {
    position: relative; }
  .site-brand .site-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .site-brand .site-logo img {
      max-width: 170px; }
  .site-brand .site-toolbar {
    background: url(../images/dotted-blue-v.png) no-repeat left center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem; }
  .site-brand .topbar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .site-brand .topbar-menu li {
      list-style: none; }
    .site-brand .topbar-menu a {
      padding: 0.4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .site-brand .search-box {
    display: inline-block;
    padding: 0 1.5rem; }
    .site-brand .search-box .show-search-btn {
      background: url(../images/icon-search.png) no-repeat;
      -webkit-background-size: 35px auto;
              background-size: 35px auto;
      display: block;
      width: 36px;
      height: 36px;
      overflow: hidden;
      text-indent: -9999px; }
  .site-brand .menu-icon {
    display: inline-block;
    width: 35px;
    text-indent: -9999px;
    margin-top: -6px; }
    .site-brand .menu-icon:after {
      height: 3px;
      color: #0562BD;
      background: #0562BD;
      -webkit-box-shadow: 0 10px 0 #0562BD, 0 20px 0 #0562BD;
      box-shadow: 0 10px 0 #0562BD, 0 20px 0 #0562BD; }
  @media print, screen and (min-width: 50em) {
    .site-brand .site-toolbar {
      background: none; }
    .site-brand .site-logo img {
      max-width: 220px; }
    .site-brand .site-logo .logo-mjptr {
      border-left: 1px solid #e5e5e5; }
    .site-brand .menu-icon {
      display: none; } }

.search-window {
  display: none;
  background: #e6f3fc;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 15;
  padding: 1.5rem 0;
  height: 100%; }
  .search-window .group-field {
    display: inline-block;
    width: 60%; }
    .search-window .group-field #s {
      background-color: #cfe8f9;
      -webkit-box-shadow: inherit;
      box-shadow: inherit;
      border: none;
      margin: 0 8px;
      border-radius: 8px; }
  .search-window .group-button {
    display: inline-block;
    width: 80px;
    margin-left: 2rem;
    vertical-align: top; }
    .search-window .group-button #searchsubmit {
      background: url(../images/icon-search.png) no-repeat;
      -webkit-background-size: 35px auto;
              background-size: 35px auto;
      display: inline-block;
      width: 36px;
      height: 36px;
      overflow: hidden;
      text-indent: -9999px;
      margin: 0;
      vertical-align: inherit; }
  .search-window .close {
    background: url(../images/close-blue.png) no-repeat center center;
    -webkit-background-size: 20px auto;
            background-size: 20px auto;
    display: inline-block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-indent: -9999px; }
  @media print, screen and (min-width: 50em) {
    .search-window {
      padding: 2rem 0;
      right: 0;
      width: 40%; } }

.site-footer {
  background-color: #E6F3FC;
  border-top: 4px solid #8FD3D8; }
  .site-footer .row-1 {
    padding: 3rem 0; }
  .site-footer .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 1rem; }
    @media print, screen and (min-width: 50em) {
      .site-footer .footer-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .site-footer .footer-links .block.clinics a {
      color: #0562BD; }
      .site-footer .footer-links .block.clinics a:hover {
        text-decoration: underline; }
  .site-footer ul {
    padding: 0 3rem; }
    @media print, screen and (min-width: 50em) {
      .site-footer ul {
        padding: 0; } }
    .site-footer ul li::marker {
      color: #0562BD; }
    .site-footer ul li:last-child {
      margin-bottom: 0; }
    .site-footer ul li a {
      color: #666D89;
      font-size: 0.875rem; }
      .site-footer ul li a:hover {
        color: #0562BD; }
  .site-footer .footer-phone {
    text-align: center;
    padding-bottom: 2rem; }
    @media print, screen and (min-width: 64em) {
      .site-footer .footer-phone {
        padding-bottom: 0; } }
    .site-footer .footer-phone a {
      color: #0562BD;
      font-size: 2.375rem;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 1rem;
      white-space: nowrap; }
      @media print, screen and (min-width: 64em) {
        .site-footer .footer-phone a {
          font-size: 2.5rem; } }
      .site-footer .footer-phone a::before {
        content: '';
        display: block;
        width: 36px;
        height: 36px;
        background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.3125 43C35.4551 43 30.6275 41.8056 25.8299 39.4167C21.0322 37.0278 16.7222 33.9222 12.9 30.1C9.07778 26.2778 5.97222 21.9678 3.58333 17.1701C1.19444 12.3725 0 7.54491 0 2.6875C0 1.93102 0.258796 1.29398 0.776389 0.776389C1.29398 0.258796 1.93102 0 2.6875 0H11.0486C11.606 0 12.0938 0.18912 12.5118 0.567361C12.9299 0.945602 13.1986 1.45324 13.3181 2.09028L14.9306 9.61528C15.0102 10.1727 15.0002 10.6803 14.9007 11.1382C14.8012 11.5961 14.5921 11.9843 14.2736 12.3028L8.30139 18.3347C10.531 22.0375 13.0294 25.2625 15.7965 28.0097C18.5637 30.7569 21.6991 33.0861 25.2028 34.9972L30.8764 29.1444C31.2745 28.7065 31.7324 28.3979 32.25 28.2188C32.7676 28.0396 33.2852 28.0097 33.8028 28.1292L40.9097 29.6819C41.5069 29.8014 42.0046 30.1 42.4028 30.5778C42.8009 31.0556 43 31.613 43 32.25V40.3125C43 41.069 42.7412 41.706 42.2236 42.2236C41.706 42.7412 41.069 43 40.3125 43Z' fill='%230562BD'/%3E%3C/svg%3E");
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
    .site-footer .footer-phone p {
      margin: 0;
      color: #666D89; }
  @media print, screen and (min-width: 50em) {
    .site-footer .social {
      border-left: 1px solid #c9c9c9;
      padding-left: 2rem; } }
  .site-footer .social p {
    text-transform: uppercase;
    color: #46a0c5;
    font-size: 0.875rem;
    margin: 0;
    font-weight: 500; }
  .site-footer .social img {
    max-width: 96px; }
  .site-footer .colophon {
    padding: 2rem 0;
    position: relative;
    background: #ffffff;
    position: relative;
    text-align: center; }
    .site-footer .colophon .footer-copyright {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 2rem; }
      @media print, screen and (min-width: 50em) {
        .site-footer .colophon .footer-copyright {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    .site-footer .colophon ul.revisions-list {
      list-style: none;
      margin: 0;
      text-align: center;
      text-wrap: balance; }
      .site-footer .colophon ul.revisions-list li {
        display: inline-block;
        color: #052675;
        font-weight: 500;
        font-size: 1rem; }
    .site-footer .colophon .weapons {
      margin-top: 20px; }
      .site-footer .colophon .weapons p {
        color: #515151;
        font-size: 0.875rem;
        line-height: 16px;
        margin: 0;
        text-wrap: balance; }

#page-loader {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  #page-loader .inner {
    position: fixed;
    top: 40%;
    display: block;
    text-align: center;
    width: 100%; }
  #page-loader #loader {
    width: 70px;
    height: 70px;
    display: block;
    margin: auto; }

@media (max-width: 499) {
  .site-footer .colophon .weapons p {
    font-size: 0.75rem;
    line-height: 14px; } }

.grecaptcha-badge {
  display: none !important; }

body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }

body.page-id-989, body.page-id-996, body.page-id-995, body.page-id-997, body.page-id-1034, body.page-id-1010 {
  overflow-x: hidden; }
  body.page-id-989 article img, body.page-id-996 article img, body.page-id-995 article img, body.page-id-997 article img, body.page-id-1034 article img, body.page-id-1010 article img {
    margin: 0 auto;
    display: block; }
    @media print, screen and (min-width: 50em) {
      body.page-id-989 article img, body.page-id-996 article img, body.page-id-995 article img, body.page-id-997 article img, body.page-id-1034 article img, body.page-id-1010 article img {
        margin-top: -7rem; } }

.btn {
  -webkit-transition: .2s;
  transition: .2s;
  background: #0562BD;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  display: table;
  text-align: center;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  border-radius: 50px;
  font-size: 1.0625rem; }
  .btn:hover {
    opacity: 0.9;
    color: white; }

.documentos-importantes {
  margin: 2rem auto; }
  .documentos-importantes header {
    background: #0562BD;
    margin-bottom: 3rem;
    position: relative;
    left: -2%;
    width: 104%; }
    .documentos-importantes header h3 {
      color: #fff;
      text-transform: uppercase;
      padding: 2rem 0;
      margin: 0;
      font-weight: 600; }

#documents-items-carousel {
  margin: 0 4rem;
  padding: 0;
  margin-bottom: -1px;
  z-index: 5; }
  #documents-items-carousel .slick-list {
    padding-top: 20px; }
    #documents-items-carousel .slick-list .slick-slide {
      margin-bottom: 0; }
    #documents-items-carousel .slick-list .slick-track {
      margin-left: unset; }
  #documents-items-carousel .slick-current .tab-item:after {
    border-bottom: 6px solid #204083;
    border-top: none; }
  #documents-items-carousel .slick-current .tab-item a {
    border-color: #eee;
    border-bottom-color: white;
    margin-top: 2px;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important; }
    #documents-items-carousel .slick-current .tab-item a:active, #documents-items-carousel .slick-current .tab-item a:focus {
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important; }
  #documents-items-carousel .tab-item {
    text-align: center;
    padding: 0 1rem;
    position: relative; }
    #documents-items-carousel .tab-item:after {
      content: '';
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #58b5db;
      position: absolute;
      bottom: 2rem;
      left: 47.5%; }
    #documents-items-carousel .tab-item a {
      background: white;
      display: block;
      padding: 1rem 1rem 3rem 1rem;
      border: solid 1px white;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      margin-top: 0;
      margin-bottom: 2px; }
      #documents-items-carousel .tab-item a .icon {
        background: no-repeat center top;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        display: block;
        margin: 1rem auto;
        width: 48px;
        height: 48px; }
      #documents-items-carousel .tab-item a .title {
        color: #048fcb;
        font-size: 0.875rem;
        line-height: 1.2;
        font-weight: lighter; }
  #documents-items-carousel li.slick-slide.slick-current .title {
    color: #204083; }
  #documents-items-carousel .slick-arrow {
    background: url(../images/icon-left-bluesky.png) no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: 40px;
    width: 40px;
    opacity: 0.9; }
    #documents-items-carousel .slick-arrow:before {
      display: none; }
    #documents-items-carousel .slick-arrow.slick-next {
      background-image: url(../images/icon-right-bluesky.png);
      right: -3rem; }
    #documents-items-carousel .slick-arrow.slick-prev {
      left: -3rem; }
    #documents-items-carousel .slick-arrow:hover {
      opacity: 1; }
    #documents-items-carousel .slick-arrow:active {
      opacity: 0.8; }

#documents-tabs-carousel {
  margin: 0;
  padding: 0;
  padding: 2rem 0 1rem 0;
  border: 1px solid #eee;
  border-radius: 8px;
  z-index: 0; }
  #documents-tabs-carousel table tbody tr:last-child {
    border: none; }

@media screen and (min-width: 40em) {
  #documents-tabs-carousel {
    padding: 2rem 2rem 1rem 2rem; } }

.sec-home-featured h2 {
  text-align: center;
  font-weight: bold;
  color: #0562BD;
  font-size: 2.25rem;
  margin-bottom: 2rem; }

.sec-home-featured h3 {
  text-align: center;
  font-weight: bold;
  color: #0562BD;
  font-size: 1.75rem;
  margin-bottom: 2rem; }

.sec-home-featured p {
  text-align: center;
  font-weight: 100; }
  .sec-home-featured p.big {
    font-size: 1.625rem; }

.sec-home-featured .intro {
  padding-top: 2rem;
  background: #e6f0f7; }
  @media screen and (min-width: 769px) {
    .sec-home-featured .intro {
      background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(90%, white), color-stop(90%, #e6f0f7), to(#e6f0f7));
      background: -webkit-linear-gradient(top, white 0%, white 90%, #e6f0f7 90%, #e6f0f7 100%);
      background: linear-gradient(180deg, white 0%, white 90%, #e6f0f7 90%, #e6f0f7 100%); } }
  .sec-home-featured .intro .column, .sec-home-featured .intro .columns {
    padding: 2rem;
    background: white;
    border-radius: 30px;
    width: 90%;
    position: relative; }
    .sec-home-featured .intro .column p, .sec-home-featured .intro .columns p {
      font-size: 0.9375rem; }
    .sec-home-featured .intro .column::after, .sec-home-featured .intro .columns::after {
      content: '';
      background: url(../images/icon-triangle-down.svg) no-repeat center;
      width: 42px;
      height: 45px;
      position: absolute;
      left: 50%;
      margin-left: -21px;
      bottom: -12px; }

.sec-home-featured .cards {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: url(../images/home-bg.jpg) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover; }
  .sec-home-featured .cards .card {
    text-align: center;
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    border: 0;
    max-width: 306px;
    margin: 1rem auto;
    min-height: 384px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .sec-home-featured .cards .card p {
      padding: 1rem 3rem;
      margin: 0 1rem 1rem 1rem;
      background: #0761BD;
      border-radius: 6px;
      color: white;
      font-size: 1.25rem;
      font-weight: normal;
      line-height: 1.2; }
    .sec-home-featured .cards .card.card1 {
      background: url(../images/medicos-primarios.png) no-repeat center;
      -webkit-background-size: cover;
              background-size: cover; }
    .sec-home-featured .cards .card.card2 {
      background: url(../images/cuidado-integrado.png) no-repeat center;
      -webkit-background-size: cover;
              background-size: cover; }
    .sec-home-featured .cards .card.card3 {
      background: url(../images/record-medico.png) no-repeat center;
      -webkit-background-size: cover;
              background-size: cover; }

.sec-home-featured .ribbon {
  background: #0761BD; }
  .sec-home-featured .ribbon .column, .sec-home-featured .ribbon .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white; }
    @media screen and (min-width: 769px) {
      .sec-home-featured .ribbon .column, .sec-home-featured .ribbon .columns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .sec-home-featured .ribbon .column div, .sec-home-featured .ribbon .columns div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1rem; }
      .sec-home-featured .ribbon .column div h4, .sec-home-featured .ribbon .columns div h4 {
        font-weight: bold;
        font-size: 1.375rem;
        margin-bottom: 0;
        text-align: left;
        padding: 0 1rem;
        line-height: 1; }
        @media screen and (min-width: 769px) {
          .sec-home-featured .ribbon .column div h4, .sec-home-featured .ribbon .columns div h4 {
            border-right: 1px solid white; } }
    .sec-home-featured .ribbon .column p, .sec-home-featured .ribbon .columns p {
      max-width: 600px;
      font-weight: normal;
      font-size: 0.9375rem;
      margin-bottom: 0;
      padding: 1rem; }
      @media screen and (min-width: 769px) {
        .sec-home-featured .ribbon .column p, .sec-home-featured .ribbon .columns p {
          text-align: left; } }
    .sec-home-featured .ribbon .column a, .sec-home-featured .ribbon .columns a {
      background: #A4CF25;
      padding: 0.5rem 2.5rem;
      margin: 1rem;
      color: white;
      font-weight: bold;
      font-size: 1.125rem;
      text-align: center;
      border-radius: 40px; }

.sec-testimonials {
  padding-top: 4rem;
  padding-bottom: 3rem; }
  .sec-testimonials .sec-header {
    text-align: center; }
    .sec-testimonials .sec-header .sec-title {
      color: #0562BD;
      font-weight: 600;
      font-size: 1.875rem; }
  @media print, screen and (min-width: 50em) {
    .sec-testimonials .sec-header .sec-title {
      font-size: 2.25rem; } }

#testimonial-tabs ul.ui-tabs-nav {
  border-top: 1px dotted #eee;
  border-bottom: 1px dotted #eee;
  margin: 0;
  padding: 0.6rem 0;
  text-align: center;
  width: 100%; }
  #testimonial-tabs ul.ui-tabs-nav li.ui-state-default {
    display: inline-block;
    width: 49%;
    text-align: center;
    outline: none;
    background: url(../images/gray-dotted-v.png) repeat-y right top; }
    #testimonial-tabs ul.ui-tabs-nav li.ui-state-default:last-child {
      background: none; }
    #testimonial-tabs ul.ui-tabs-nav li.ui-state-default a {
      display: block;
      padding: 0 1rem;
      outline: none;
      line-height: 1;
      font-weight: 600;
      font-size: 1rem;
      color: #ccc; }
      #testimonial-tabs ul.ui-tabs-nav li.ui-state-default a strong {
        display: block;
        font-weight: bold;
        font-size: 1.5625rem; }
    #testimonial-tabs ul.ui-tabs-nav li.ui-state-default.ui-tabs-active a {
      color: #0762bd; }

@media print, screen and (min-width: 50em) {
  #testimonial-tabs ul.ui-tabs-nav li.ui-state-default {
    width: 40%; }
    #testimonial-tabs ul.ui-tabs-nav li.ui-state-default a {
      font-size: 1.375rem; }
      #testimonial-tabs ul.ui-tabs-nav li.ui-state-default a strong {
        font-size: 1.875rem; } }

@media print, screen and (min-width: 64em) {
  #testimonial-tabs ul.ui-tabs-nav li.ui-state-default {
    width: 30%; }
    #testimonial-tabs ul.ui-tabs-nav li.ui-state-default a {
      background: url(../images/arrow-green-left.png) no-repeat right center;
      -webkit-background-size: 30px auto;
              background-size: 30px auto;
      margin: 0 0.5rem; }
    #testimonial-tabs ul.ui-tabs-nav li.ui-state-default:last-child {
      margin-left: -3px; }
      #testimonial-tabs ul.ui-tabs-nav li.ui-state-default:last-child a {
        background: url(../images/arrow-green-right.png) no-repeat left center;
        -webkit-background-size: 30px auto;
                background-size: 30px auto; } }

ul.testimonials-carousel {
  margin: 2rem 0;
  border-bottom: 1px dotted #eee; }
  ul.testimonials-carousel .slick-dots {
    bottom: -40px; }
    ul.testimonials-carousel .slick-dots li button:before {
      font-size: 16px;
      color: gray; }
    ul.testimonials-carousel .slick-dots li.slick-active button:before {
      color: #B7E629; }
  ul.testimonials-carousel .slick-arrow {
    background: #B7E629 url(../images/arrow-left-white.png) no-repeat center center;
    -webkit-background-size: 15px auto;
            background-size: 15px auto;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 20; }
    ul.testimonials-carousel .slick-arrow:hover {
      opacity: 0.8; }
    ul.testimonials-carousel .slick-arrow:before {
      display: none; }
    ul.testimonials-carousel .slick-arrow.slick-prev {
      left: 0; }
    ul.testimonials-carousel .slick-arrow.slick-next {
      background-image: url(../images/arrow-right-white.png);
      right: 0; }
  ul.testimonials-carousel li.item {
    display: inline-block;
    text-align: center;
    outline: none; }
  ul.testimonials-carousel .block {
    margin: 0 2rem; }
    ul.testimonials-carousel .block .picture {
      margin-bottom: 1rem; }
      ul.testimonials-carousel .block .picture img {
        border-radius: 100%;
        width: 100px;
        height: 100px;
        margin: 0 auto; }
    ul.testimonials-carousel .block .title {
      color: #0562BD;
      font-weight: 600;
      font-size: 1.375rem;
      line-height: 1.1; }
    ul.testimonials-carousel .block .excerpt p {
      font-size: 0.9375rem; }
      ul.testimonials-carousel .block .excerpt p span.quote {
        font-size: 1.5rem;
        font-family: times, serif;
        line-height: 1; }
  @media print, screen and (min-width: 50em) {
    ul.testimonials-carousel .block {
      margin: 0 3rem; }
      ul.testimonials-carousel .block .title {
        font-size: 1.5rem; } }

.sec-doctor-search {
  background: #0562BD url(../images/searh-doc-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 3rem 0; }
  .sec-doctor-search .row > .sec-content {
    position: relative;
    padding: 0 2rem; }
    @media print, screen and (min-width: 50em) {
      .sec-doctor-search .row > .sec-content {
        padding-left: 200px; } }
  .sec-doctor-search .picture {
    display: none;
    background: url(../images/doctor-image.png) no-repeat left bottom;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    width: 180px;
    height: 350px;
    position: absolute;
    left: 0;
    bottom: -3rem; }
    @media print, screen and (min-width: 50em) {
      .sec-doctor-search .picture {
        display: block; } }
  .sec-doctor-search .sec-header {
    margin-bottom: 1rem; }
    .sec-doctor-search .sec-header .sec-title {
      background: url(../images/icon-doctor.png) no-repeat left bottom;
      -webkit-background-size: 26px auto;
              background-size: 26px auto;
      color: white;
      line-height: 1;
      font-weight: 600;
      font-size: 1.625rem;
      padding: 0.6rem 0 0 2.6rem; }
    .sec-doctor-search .sec-header .button {
      margin-top: 0.4rem;
      padding: 0.4rem 1rem;
      font-size: 0.8125rem;
      border-width: 1px; }
    @media print, screen and (min-width: 50em) {
      .sec-doctor-search .sec-header .sec-title {
        padding-top: 0.4rem;
        font-size: 1.875rem; } }
  .sec-doctor-search .sec-lead {
    color: white;
    font-size: 0.9375rem;
    margin-bottom: 2rem; }
  .sec-doctor-search .form-doctor-search .body-form input[type=text],
  .sec-doctor-search .form-doctor-search .body-form select {
    background-color: transparent;
    border: 1px solid white;
    color: white; }
    .sec-doctor-search .form-doctor-search .body-form input[type=text] option,
    .sec-doctor-search .form-doctor-search .body-form select option {
      color: #222; }
      .sec-doctor-search .form-doctor-search .body-form input[type=text] option:first-child,
      .sec-doctor-search .form-doctor-search .body-form select option:first-child {
        color: white; }
  .sec-doctor-search .form-doctor-search .body-form select {
    background-image: url(../images/arrow-down-white.png); }
  .sec-doctor-search .form-doctor-search .body-form .action {
    text-align: center; }
    .sec-doctor-search .form-doctor-search .body-form .action .button {
      font-size: 1.0625rem;
      padding: 0.5rem 1.8rem;
      font-weight: 600;
      margin-bottom: 2rem;
      width: 100%; }
      .sec-doctor-search .form-doctor-search .body-form .action .button.white {
        padding: 0.6rem 1rem; }
  @media print, screen and (min-width: 50em) {
    .sec-doctor-search .form-doctor-search .body-form {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      margin-left: -1rem !important;
      margin-right: -1rem !important; }
      .sec-doctor-search .form-doctor-search .body-form::before, .sec-doctor-search .form-doctor-search .body-form::after {
        display: table;
        content: ' '; }
      .sec-doctor-search .form-doctor-search .body-form::after {
        clear: both; }
      .sec-doctor-search .form-doctor-search .body-form .field-col {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    @media print, screen and (min-width: 50em) and (min-width: 50em) {
      .sec-doctor-search .form-doctor-search .body-form .field-col {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 50em) {
        .sec-doctor-search .form-doctor-search .body-form .field-col:last-child:not(:first-child) {
          float: right; }
      .sec-doctor-search .form-doctor-search .body-form .action {
        text-align: inherit; }
        .sec-doctor-search .form-doctor-search .body-form .action .button {
          margin-bottom: 1rem;
          width: auto; } }
  @media print, screen and (min-width: 64em) {
    .sec-doctor-search .form-doctor-search .body-form {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto; }
      .sec-doctor-search .form-doctor-search .body-form::before, .sec-doctor-search .form-doctor-search .body-form::after {
        display: table;
        content: ' '; }
      .sec-doctor-search .form-doctor-search .body-form::after {
        clear: both; }
      .sec-doctor-search .form-doctor-search .body-form .field-col {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    @media print, screen and (min-width: 64em) and (min-width: 50em) {
      .sec-doctor-search .form-doctor-search .body-form .field-col {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
        .sec-doctor-search .form-doctor-search .body-form .field-col:last-child:not(:first-child) {
          float: right; } }

.sec-doctor-search-style2 {
  background: #0562BD url(../images/searh-doc-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 3rem 1rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  @media print, screen and (min-width: 50em) {
    .sec-doctor-search-style2 {
      padding: 3rem 0; } }
  .sec-doctor-search-style2 .sec-header {
    margin-bottom: 3.5rem;
    position: relative; }
    @media print, screen and (min-width: 50em) {
      .sec-doctor-search-style2 .sec-header {
        margin-top: 1rem;
        margin-bottom: 0; } }
    .sec-doctor-search-style2 .sec-header .icon {
      background: url(../images/icon-doctor.png) no-repeat center;
      -webkit-background-size: 38px auto;
              background-size: 38px auto;
      border: 2px rgba(255, 255, 255, 0.8) solid;
      border-radius: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 80px;
      height: 80px; }
    .sec-doctor-search-style2 .sec-header .sec-title {
      color: white;
      line-height: 1;
      font-size: 1.625rem;
      font-weight: 300;
      padding: 0.6rem 0 0 95px;
      text-transform: uppercase; }
      .sec-doctor-search-style2 .sec-header .sec-title strong {
        font-weight: 600;
        display: block; }
      @media print, screen and (min-width: 50em) {
        .sec-doctor-search-style2 .sec-header .sec-title {
          padding-top: 0.4rem;
          font-size: 1.875rem; } }
    .sec-doctor-search-style2 .sec-header .button {
      margin-top: 0.4rem;
      padding: 0.4rem 1rem;
      font-size: 0.8125rem;
      border-width: 1px; }
  .sec-doctor-search-style2 .sec-lead {
    color: white;
    font-size: 0.9375rem;
    margin-bottom: 2rem; }
  .sec-doctor-search-style2 .form-doctor-search .body-form input[type=text],
  .sec-doctor-search-style2 .form-doctor-search .body-form select {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    height: inherit; }
    .sec-doctor-search-style2 .form-doctor-search .body-form input[type=text] option,
    .sec-doctor-search-style2 .form-doctor-search .body-form select option {
      color: #222; }
      .sec-doctor-search-style2 .form-doctor-search .body-form input[type=text] option:first-child,
      .sec-doctor-search-style2 .form-doctor-search .body-form select option:first-child {
        color: white; }
  .sec-doctor-search-style2 .form-doctor-search .body-form select {
    background-image: url(../images/arrow-down-white.png); }
  .sec-doctor-search-style2 .form-doctor-search .body-form .action {
    text-align: center; }
    .sec-doctor-search-style2 .form-doctor-search .body-form .action .button {
      font-size: 1.0625rem;
      padding: 0.5rem 1.8rem;
      font-weight: 600;
      margin-bottom: 2rem;
      width: 100%; }
      .sec-doctor-search-style2 .form-doctor-search .body-form .action .button.white {
        padding: 0.6rem 1rem; }
  @media print, screen and (min-width: 50em) {
    .sec-doctor-search-style2 .form-doctor-search .body-form {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      margin-left: -1rem !important;
      margin-right: -1rem !important; }
      .sec-doctor-search-style2 .form-doctor-search .body-form::before, .sec-doctor-search-style2 .form-doctor-search .body-form::after {
        display: table;
        content: ' '; }
      .sec-doctor-search-style2 .form-doctor-search .body-form::after {
        clear: both; }
      .sec-doctor-search-style2 .form-doctor-search .body-form input[type=text],
      .sec-doctor-search-style2 .form-doctor-search .body-form select {
        padding: 0.8rem; }
      .sec-doctor-search-style2 .form-doctor-search .body-form .field-col {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    @media print, screen and (min-width: 50em) and (min-width: 50em) {
      .sec-doctor-search-style2 .form-doctor-search .body-form .field-col {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 50em) {
        .sec-doctor-search-style2 .form-doctor-search .body-form .field-col:last-child:not(:first-child) {
          float: right; }
      .sec-doctor-search-style2 .form-doctor-search .body-form .action {
        text-align: inherit; }
        .sec-doctor-search-style2 .form-doctor-search .body-form .action .button {
          margin-bottom: 1rem;
          font-size: 1.5rem;
          padding: 0.6rem 1rem; }
          .sec-doctor-search-style2 .form-doctor-search .body-form .action .button.outline {
            font-size: 1.125rem; } }
  @media print, screen and (min-width: 64em) {
    .sec-doctor-search-style2 .form-doctor-search .body-form {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto; }
      .sec-doctor-search-style2 .form-doctor-search .body-form::before, .sec-doctor-search-style2 .form-doctor-search .body-form::after {
        display: table;
        content: ' '; }
      .sec-doctor-search-style2 .form-doctor-search .body-form::after {
        clear: both; }
      .sec-doctor-search-style2 .form-doctor-search .body-form .field-col {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    @media print, screen and (min-width: 64em) and (min-width: 50em) {
      .sec-doctor-search-style2 .form-doctor-search .body-form .field-col {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
        .sec-doctor-search-style2 .form-doctor-search .body-form .field-col:last-child:not(:first-child) {
          float: right; } }

.sec-appointment {
  display: none;
  margin-top: 2rem; }
  @media print, screen and (min-width: 50em) {
    .sec-appointment {
      display: block; } }
  @media print, screen and (min-width: 50em) {
    .sec-appointment .inner .row > .column, .sec-appointment .inner .row > .columns {
      padding-left: 60px; } }
  .sec-appointment .sec-header {
    margin-bottom: 1rem; }
    .sec-appointment .sec-header .sec-title {
      color: #0562BD;
      font-weight: 600;
      font-size: 1.875rem;
      line-height: 1;
      padding: 0.2rem 0; }
  .sec-appointment form label {
    font-weight: 600; }
  .sec-appointment form .body-form {
    border-top: 1px dotted #53aaff;
    border-bottom: 1px dotted #53aaff;
    margin-bottom: 1rem;
    padding: 1rem 0; }
  .sec-appointment form .footer .action .button {
    font-size: 18px;
    font-weight: 600;
    padding: 0.5rem 1.8rem; }
  .sec-appointment form .footer .info p {
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-weight: 300;
    font-size: 1rem; }
    .sec-appointment form .footer .info p span {
      font-size: 1.25rem; }
  .sec-appointment form .footer .info .phone {
    background: url(../images/icon-phone.png) no-repeat left center;
    -webkit-background-size: 30px auto;
            background-size: 30px auto;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    display: inline-block; }
  @media print, screen and (min-width: 50em) {
    .sec-appointment form {
      position: relative;
      padding-right: 200px; }
      .sec-appointment form .field-row {
        max-width: 75rem;
        margin-right: auto;
        margin-left: auto;
        margin-left: -1rem !important;
        margin-right: -1rem !important;
        padding-right: 20px; }
        .sec-appointment form .field-row::before, .sec-appointment form .field-row::after {
          display: table;
          content: ' '; }
        .sec-appointment form .field-row::after {
          clear: both; }
        .sec-appointment form .field-row .field-col {
          width: 100%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }
      @media print, screen and (min-width: 50em) and (min-width: 50em) {
        .sec-appointment form .field-row .field-col {
          padding-right: 0.9375rem;
          padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 50em) {
          .sec-appointment form .field-row .field-col:last-child:not(:first-child) {
            float: right; }
      .sec-appointment form .footer {
        max-width: 75rem;
        margin-right: auto;
        margin-left: auto;
        margin-left: -1rem !important;
        margin-right: -1rem !important;
        padding-bottom: 1rem; }
        .sec-appointment form .footer::before, .sec-appointment form .footer::after {
          display: table;
          content: ' '; }
        .sec-appointment form .footer::after {
          clear: both; }
      .sec-appointment form .picture {
        background: url(../images/mom-and-baby.png) no-repeat center bottom;
        -webkit-background-size: 100% auto;
                background-size: 100% auto;
        width: 270px;
        height: 270px;
        position: absolute;
        right: 0;
        bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .sec-appointment form .field-row .field-col {
      width: 33.33333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 50em) {
    .sec-appointment form .field-row .field-col {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
      .sec-appointment form .field-row .field-col:last-child:not(:first-child) {
        float: right; }
      .sec-appointment form .field-row .field-col:last-child {
        float: left !important; }
    .sec-appointment form .footer .action {
      width: 41.66667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      padding-top: 0.5rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 50em) {
    .sec-appointment form .footer .action {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
      .sec-appointment form .footer .action:last-child:not(:first-child) {
        float: right; }
    .sec-appointment form .footer .info {
      width: 58.33333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      padding-right: 130px !important;
      text-align: right; } }
  @media print, screen and (min-width: 64em) and (min-width: 50em) {
    .sec-appointment form .footer .info {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
      .sec-appointment form .footer .info:last-child:not(:first-child) {
        float: right; } }

.sec-newsletter {
  border-bottom: 1px dotted #53aaff;
  border-top: 1px dotted #53aaff;
  padding: 3rem 0 2rem 0;
  margin: 2rem 0; }
  .sec-newsletter .sec-header .sec-title {
    background: url(../images/icon-email.png) no-repeat left center;
    -webkit-background-size: 30px auto;
            background-size: 30px auto;
    color: #0562BD;
    padding-left: 2.5rem;
    line-height: 1;
    margin: 0;
    font-size: 1.875rem;
    font-weight: 600; }
  .sec-newsletter .sec-header .sec-lead {
    line-height: 1;
    font-weight: 300;
    font-size: 0.9375rem; }
  .sec-newsletter .form-newsletter input[type=submit] {
    font-weight: 600;
    font-size: 1.125rem;
    padding: 0.6rem 2rem; }
  .sec-newsletter .form-newsletter label.accept-emails {
    font-weight: 300;
    cursor: pointer; }
  .sec-newsletter .form-newsletter .form-action {
    text-align: center; }
    .sec-newsletter .form-newsletter .form-action .button {
      margin-left: auto;
      margin-right: auto; }
  @media print, screen and (min-width: 64em) {
    .sec-newsletter .form-newsletter .form-body {
      width: 75%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      padding: 0 !important; } }
  @media print, screen and (min-width: 64em) and (min-width: 50em) {
    .sec-newsletter .form-newsletter .form-body {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
      .sec-newsletter .form-newsletter .form-body:last-child:not(:first-child) {
        float: right; }
    .sec-newsletter .form-newsletter .form-action {
      width: 25%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      text-align: inherit; } }
  @media print, screen and (min-width: 64em) and (min-width: 50em) {
    .sec-newsletter .form-newsletter .form-action {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
      .sec-newsletter .form-newsletter .form-action:last-child:not(:first-child) {
        float: right; }
    .sec-newsletter .form-newsletter input {
      margin-bottom: 0.6rem; }
    .sec-newsletter .form-newsletter input[type=text] {
      margin-right: 0.5rem; }
    .sec-newsletter .form-newsletter input[type=text],
    .sec-newsletter .form-newsletter input[type=email] {
      width: 48%;
      display: inline-block; }
    .sec-newsletter .form-newsletter input[type=email] {
      float: right; } }

.sec-medical-services .sec-header {
  text-align: center; }
  .sec-medical-services .sec-header .sec-title {
    color: #0562BD;
    text-transform: uppercase; }

.sec-medical-services .clinic-selector {
  text-align: center;
  padding: 1.5rem 1rem;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  border-top: 1px dashed #0562BD;
  border-bottom: 1px dashed #0562BD;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }
  .sec-medical-services .clinic-selector .selector-inner {
    background: url(../images/icon-clinic.png) no-repeat left center;
    -webkit-background-size: 40px auto;
            background-size: 40px auto;
    display: inline-block;
    padding: 0 0 0 4rem;
    margin: 0 auto; }
    @media print, screen and (min-width: 50em) {
      .sec-medical-services .clinic-selector .selector-inner {
        width: 50%; } }
  .sec-medical-services .clinic-selector select {
    background: url(../images/arrow-down-blue.png) no-repeat 96% center;
    -webkit-background-size: 15px auto;
            background-size: 15px auto;
    border-radius: 10px;
    cursor: pointer;
    margin: 0;
    padding: 0.5rem 1rem;
    height: inherit;
    width: 100%;
    font-size: 1.1875rem; }

#services-tabs .tabs-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden; }
  #services-tabs .tabs-container ul.ui-tabs-nav {
    border-bottom: 2px solid #a7c7ea;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 92px; }
    #services-tabs .tabs-container ul.ui-tabs-nav li.ui-state-default {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0;
      outline: none; }
      #services-tabs .tabs-container ul.ui-tabs-nav li.ui-state-default a {
        border-top: 4px solid white;
        display: block;
        outline: none; }
        #services-tabs .tabs-container ul.ui-tabs-nav li.ui-state-default a .company-logo {
          background: transparent url(../images/salus-logo.png) no-repeat center 1.2rem;
          -webkit-background-size: 110px auto;
                  background-size: 110px auto;
          width: 160px;
          height: 90px;
          opacity: 0.5;
          margin: 0;
          line-height: 1;
          text-align: center;
          padding-top: 2.2rem; }
          #services-tabs .tabs-container ul.ui-tabs-nav li.ui-state-default a .company-logo span {
            display: none; }
          #services-tabs .tabs-container ul.ui-tabs-nav li.ui-state-default a .company-logo strong {
            font-size: 0.9rem;
            color: #0562BD;
            padding-left: 0.6rem;
            font-weight: 600;
            text-transform: uppercase;
            opacity: 0.5; }
      #services-tabs .tabs-container ul.ui-tabs-nav li.ui-state-default.ui-tabs-active {
        position: relative; }
        #services-tabs .tabs-container ul.ui-tabs-nav li.ui-state-default.ui-tabs-active a {
          background-color: white;
          border-top: 4px solid #0562BD; }
          #services-tabs .tabs-container ul.ui-tabs-nav li.ui-state-default.ui-tabs-active a:before {
            background: url(../images/tab-left-shadow.png) no-repeat left bottom;
            content: " ";
            display: block;
            height: 90px;
            width: 10px;
            position: absolute;
            left: -10px;
            top: 0; }
          #services-tabs .tabs-container ul.ui-tabs-nav li.ui-state-default.ui-tabs-active a:after {
            background: url(../images/tab-right-shadow.png) no-repeat right bottom;
            content: " ";
            display: block;
            height: 90px;
            width: 10px;
            position: absolute;
            right: -10px;
            top: 0; }
          #services-tabs .tabs-container ul.ui-tabs-nav li.ui-state-default.ui-tabs-active a .company-logo {
            opacity: 1; }
            #services-tabs .tabs-container ul.ui-tabs-nav li.ui-state-default.ui-tabs-active a .company-logo strong {
              color: #B7E629;
              opacity: 1; }
    @media print, screen and (min-width: 64em) {
      #services-tabs .tabs-container ul.ui-tabs-nav li.ui-state-default a .company-logo {
        width: 200px !important; } }
  @media print, screen and (min-width: 50em) {
    #services-tabs .tabs-container ul.ui-tabs-nav {
      width: 100% !important; } }
  #services-tabs .tabs-container ul.ui-tabs-nav {
    width: 500px; }

#services-tabs .ui-tabs-panel {
  padding: 3rem 0; }
  #services-tabs .ui-tabs-panel .row-service-list {
    max-width: 70rem; }
  #services-tabs .ui-tabs-panel .column-block .block {
    background: url(../images/service-item-bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
    padding: 2rem 1.5rem;
    border-radius: 8px; }
    @media print, screen and (min-width: 64em) {
      #services-tabs .ui-tabs-panel .column-block .block {
        padding: 2rem; } }
  #services-tabs .ui-tabs-panel .column-block .header {
    text-align: center;
    margin-bottom: 1rem; }
    #services-tabs .ui-tabs-panel .column-block .header .title {
      color: #0562BD;
      text-transform: uppercase;
      font-size: 1.25rem;
      line-height: 1.2;
      font-weight: 600; }
      #services-tabs .ui-tabs-panel .column-block .header .title span {
        font-weight: 300; }
  #services-tabs .ui-tabs-panel .column-block .figure {
    margin-bottom: 1rem; }
  #services-tabs .ui-tabs-panel .column-block .excerpt p,
  #services-tabs .ui-tabs-panel .column-block .excerpt ul,
  #services-tabs .ui-tabs-panel .column-block .excerpt ol {
    font-size: 0.9375rem; }
  #services-tabs .ui-tabs-panel .column-block .more-info-link {
    margin-bottom: 1rem;
    text-decoration: underline;
    display: inline-block; }
  #services-tabs .ui-tabs-panel .column-block .more-info-content {
    display: none; }
    #services-tabs .ui-tabs-panel .column-block .more-info-content h4 {
      font-size: 1.25rem;
      color: #0562BD; }
    #services-tabs .ui-tabs-panel .column-block .more-info-content p,
    #services-tabs .ui-tabs-panel .column-block .more-info-content ul,
    #services-tabs .ui-tabs-panel .column-block .more-info-content ol {
      font-size: 0.9375rem; }
    #services-tabs .ui-tabs-panel .column-block .more-info-content ul {
      list-style-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><circle fill="#54aaff" cx="5" cy="5" r="2"/></svg>'); }
      #services-tabs .ui-tabs-panel .column-block .more-info-content ul li {
        margin-bottom: 0.4rem; }
  #services-tabs .ui-tabs-panel .style-two ul li {
    margin-bottom: 0.3rem;
    line-height: 1.3; }
  #services-tabs .ui-tabs-panel .style-two .column-block {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 3px solid #e6f3fc;
    position: relative; }
    #services-tabs .ui-tabs-panel .style-two .column-block::after {
      content: " ";
      background: #a5cf25;
      position: absolute;
      right: 0;
      bottom: -3px;
      height: 3px;
      width: 30%; }
    #services-tabs .ui-tabs-panel .style-two .column-block:last-child {
      border-bottom: none; }
      #services-tabs .ui-tabs-panel .style-two .column-block:last-child::after {
        display: none; }
    #services-tabs .ui-tabs-panel .style-two .column-block .block {
      background: white;
      border: dashed 1px #0562BD;
      border-radius: 12px;
      padding: 1.5rem; }
      @media print, screen and (min-width: 50em) {
        #services-tabs .ui-tabs-panel .style-two .column-block .block .col1,
        #services-tabs .ui-tabs-panel .style-two .column-block .block .col2 {
          display: inline-block;
          vertical-align: top;
          width: 30%; } }
      @media print, screen and (min-width: 50em) {
        #services-tabs .ui-tabs-panel .style-two .column-block .block .col2 {
          width: 69%;
          padding: 1.5rem; } }
      #services-tabs .ui-tabs-panel .style-two .column-block .block .figure {
        border: 3px solid #e6f3fc;
        margin-bottom: 1.5rem; }
        @media print, screen and (min-width: 50em) {
          #services-tabs .ui-tabs-panel .style-two .column-block .block .figure {
            margin: 0; } }
      #services-tabs .ui-tabs-panel .style-two .column-block .block .header {
        text-align: left; }
        #services-tabs .ui-tabs-panel .style-two .column-block .block .header .title {
          font-size: 1.625rem; }
          #services-tabs .ui-tabs-panel .style-two .column-block .block .header .title br {
            display: none; }
          @media print, screen and (min-width: 50em) {
            #services-tabs .ui-tabs-panel .style-two .column-block .block .header .title {
              font-size: 1.875rem; } }

.sec-clinic-info {
  padding: 4rem 0 1rem 0; }
  .sec-clinic-info .column.divider, .sec-clinic-info .divider.columns {
    border-bottom: dotted 1px #53aaff;
    margin-bottom: 3rem; }
    .sec-clinic-info .column.divider:last-child, .sec-clinic-info .divider.columns:last-child {
      border: none; }
  @media print, screen and (min-width: 50em) {
    .sec-clinic-info .column, .sec-clinic-info .columns {
      margin-bottom: 0; }
      .sec-clinic-info .column.divider, .sec-clinic-info .divider.columns {
        border-right: dotted 1px #53aaff;
        border-bottom: none;
        margin-bottom: 0; } }
  .sec-clinic-info .block {
    margin-bottom: 3rem; }
    .sec-clinic-info .block .title {
      font-size: 1.125rem;
      font-weight: 600;
      color: #0562BD;
      margin-bottom: 1.5rem; }
    .sec-clinic-info .block ul.menu-list {
      margin-left: 0;
      margin-bottom: 1.5rem; }
      .sec-clinic-info .block ul.menu-list li {
        list-style: none;
        line-height: 1.1;
        margin-bottom: 0.4rem; }
        .sec-clinic-info .block ul.menu-list li a {
          font-size: 0.9375rem;
          color: #222; }
          .sec-clinic-info .block ul.menu-list li a:hover {
            color: #0562BD; }
          .sec-clinic-info .block ul.menu-list li a:active {
            opacity: 0.8; }
    .sec-clinic-info .block .button {
      font-size: 1rem;
      padding: 0.4rem 0.8rem; }
    @media print, screen and (min-width: 50em) {
      .sec-clinic-info .block .clinic-desc {
        padding-right: 1.5rem; } }
    .sec-clinic-info .block .clinic-desc p {
      font-size: 0.9375rem; }
    .sec-clinic-info .block .phone-style a {
      -webkit-background-size: 40px auto;
              background-size: 40px auto;
      padding-left: 3.5rem; }
      .sec-clinic-info .block .phone-style a .caption {
        margin-bottom: 0.3rem; }
      .sec-clinic-info .block .phone-style a .phone {
        font-size: 2rem; }
    .sec-clinic-info .block .hours-style .hours-title {
      -webkit-background-size: 40px auto;
              background-size: 40px auto;
      padding-left: 3.5rem; }
    .sec-clinic-info .block .hours-style .hours-list {
      padding-left: 3.5rem; }
    .sec-clinic-info .block .hours-style ul {
      margin: 0; }
      .sec-clinic-info .block .hours-style ul li {
        margin-bottom: 0.2rem; }
    .sec-clinic-info .block .hours-style a.view-all {
      margin-top: 1rem;
      margin-left: 3.5rem; }
    .sec-clinic-info .block .email-style .email-title {
      -webkit-background-size: 40px auto;
              background-size: 40px auto;
      padding-left: 3.5rem; }
    .sec-clinic-info .block .email-style p {
      margin-left: 0;
      font-size: 1.125rem; }
      .sec-clinic-info .block .email-style p strong {
        color: #222; }
    .sec-clinic-info .block.address {
      border-bottom: dotted 1px #53aaff;
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem; }
      .sec-clinic-info .block.address .title {
        font-weight: 300;
        margin-bottom: 0.6rem;
        font-size: 1rem; }
        .sec-clinic-info .block.address .title strong {
          font-size: 1.625rem;
          display: block; }
      @media print, screen and (min-width: 50em) {
        .sec-clinic-info .block.address {
          padding-bottom: 0;
          border-bottom: none; } }
    .sec-clinic-info .block.follow-us {
      text-align: center; }
      .sec-clinic-info .block.follow-us .title {
        margin-bottom: 0.5rem;
        font-size: 1.375rem; }
      .sec-clinic-info .block.follow-us ul.follow-us-list {
        margin: 0;
        padding: 0; }
        .sec-clinic-info .block.follow-us ul.follow-us-list li {
          display: inline-block;
          list-style: none;
          margin: 0;
          padding: 0; }
          .sec-clinic-info .block.follow-us ul.follow-us-list li a .fa {
            background: gray;
            border-radius: 100%;
            display: block;
            width: 36px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            color: white;
            margin-right: 0.5rem; }
            .sec-clinic-info .block.follow-us ul.follow-us-list li a .fa.fa-facebook {
              background: #3b5998; }
            .sec-clinic-info .block.follow-us ul.follow-us-list li a .fa.fa-twitter {
              background: #55acee; }
          .sec-clinic-info .block.follow-us ul.follow-us-list li a:hover .fa {
            opacity: 0.8; }
          .sec-clinic-info .block.follow-us ul.follow-us-list li a:active .fa {
            opacity: 0.9; }
      @media print, screen and (min-width: 50em) {
        .sec-clinic-info .block.follow-us {
          text-align: left; } }
    @media print, screen and (min-width: 50em) {
      .sec-clinic-info .block.follow-us, .sec-clinic-info .block.email {
        padding-left: 2rem; } }

.dr-search-form {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  .dr-search-form .header {
    background: #B7E629;
    padding: 1rem 1.5rem;
    text-align: center; }
    .dr-search-form .header .title {
      background: url(../images/icon-doctor.png) no-repeat left center;
      -webkit-background-size: 25px auto;
              background-size: 25px auto;
      color: white;
      display: inline-block;
      line-height: 1;
      margin: 0 auto;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center;
      font-size: 1.375rem;
      padding: 1rem 0.5rem 1rem 2.3rem; }
      .dr-search-form .header .title span {
        font-weight: 300; }
    @media print, screen and (min-width: 64em) {
      .dr-search-form .header .title {
        text-align: left;
        font-size: 1.5rem; } }
  .dr-search-form .form-doctor-search {
    margin-top: 1rem; }
    .dr-search-form .form-doctor-search .body-form {
      padding: 1rem 3rem; }
    .dr-search-form .form-doctor-search .show-all.button {
      display: none; }
    .dr-search-form .form-doctor-search .field-col.action {
      text-align: center;
      margin-bottom: 1rem; }
      .dr-search-form .form-doctor-search .field-col.action .button {
        -webkit-transition: .2s;
        transition: .2s;
        background: #0562BD;
        font-weight: 600;
        font-size: 1.125rem;
        padding: 0.5rem 2rem;
        margin: 0 auto;
        width: 100%; }
        .dr-search-form .form-doctor-search .field-col.action .button:hover {
          opacity: 0.9; }
        .dr-search-form .form-doctor-search .field-col.action .button:active {
          opacity: 0.8; }
    @media print, screen and (min-width: 64em) {
      .dr-search-form .form-doctor-search .body-form {
        max-width: 75rem;
        margin-right: auto;
        margin-left: auto;
        padding: 0.6rem 0 0 0.5rem; }
        .dr-search-form .form-doctor-search .body-form::before, .dr-search-form .form-doctor-search .body-form::after {
          display: table;
          content: ' '; }
        .dr-search-form .form-doctor-search .body-form::after {
          clear: both; }
        .dr-search-form .form-doctor-search .body-form .field-col {
          width: 25%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          padding-left: 0.5rem;
          padding-right: 0.5rem; } }
    @media print, screen and (min-width: 64em) and (min-width: 50em) {
      .dr-search-form .form-doctor-search .body-form .field-col {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
          .dr-search-form .form-doctor-search .body-form .field-col:last-child:not(:first-child) {
            float: right; }
          .dr-search-form .form-doctor-search .body-form .field-col.action {
            margin-bottom: 0;
            text-align: inherit; }
            .dr-search-form .form-doctor-search .body-form .field-col.action .button {
              width: auto;
              margin: 0; } }
  @media print, screen and (min-width: 50em) {
    .dr-search-form .header {
      padding: 0.5rem 3rem; }
      .dr-search-form .header .title {
        -webkit-background-size: 30px auto;
                background-size: 30px auto;
        font-size: 1.5rem; }
        .dr-search-form .header .title span {
          font-size: 1.125rem; } }
  @media print, screen and (min-width: 64em) {
    .dr-search-form {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      padding: 0 !important; }
      .dr-search-form::before, .dr-search-form::after {
        display: table;
        content: ' '; }
      .dr-search-form::after {
        clear: both; }
      .dr-search-form .header {
        padding: 0.5rem 2rem; }
        .dr-search-form .header .title span {
          display: block; } }

.dr-search-results .header {
  background: #B7E629;
  text-align: center;
  padding: 0.6rem;
  margin-bottom: 1rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .dr-search-results .header .title {
    background: url(../images/icon-doctor.png) no-repeat left center;
    -webkit-background-size: 22px auto;
            background-size: 22px auto;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1; }
    .dr-search-results .header .title span {
      font-weight: 300; }
  @media print, screen and (min-width: 50em) {
    .dr-search-results .header .title {
      font-size: 1.375rem; } }

.dr-search-results .teaser h4 {
  font-size: 1.125rem; }

.dr-search-results .form-doctor-search .show-all.button {
  display: none; }

.dr-search-results .form-doctor-search .field-col.action {
  text-align: center;
  margin-bottom: 1rem; }
  .dr-search-results .form-doctor-search .field-col.action .button {
    -webkit-transition: .2s;
    transition: .2s;
    background: #0562BD;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 0.5rem 2rem;
    margin: 0 auto;
    width: 100%;
    color: white; }
    .dr-search-results .form-doctor-search .field-col.action .button:hover {
      opacity: 0.9; }
    .dr-search-results .form-doctor-search .field-col.action .button:active {
      opacity: 0.8; }

@media print, screen and (min-width: 64em) {
  .dr-search-results .form-doctor-search .body-form {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 70%; }
    .dr-search-results .form-doctor-search .body-form::before, .dr-search-results .form-doctor-search .body-form::after {
      display: table;
      content: ' '; }
    .dr-search-results .form-doctor-search .body-form::after {
      clear: both; }
    .dr-search-results .form-doctor-search .body-form .field-col {
      width: 25%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      padding-left: 0.5rem !important;
      padding-right: 0.5rem !important; } }
    @media print, screen and (min-width: 64em) and (min-width: 50em) {
      .dr-search-results .form-doctor-search .body-form .field-col {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
      .dr-search-results .form-doctor-search .body-form .field-col:last-child:not(:first-child) {
        float: right; }
      .dr-search-results .form-doctor-search .body-form .field-col.action {
        text-align: inherit; }
        .dr-search-results .form-doctor-search .body-form .field-col.action .button {
          width: auto; } }

.dr-result-list {
  margin: 3rem 0 2rem 0; }
  @media print, screen and (min-width: 64em) {
    .dr-result-list {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto; }
      .dr-result-list::before, .dr-result-list::after {
        display: table;
        content: ' '; }
      .dr-result-list::after {
        clear: both; } }
  .dr-result-list .dr-block {
    background: #f9fcff;
    padding: 1rem 0 0 0;
    margin-bottom: 2rem;
    margin-left: -1rem;
    margin-right: -1rem; }
    .dr-result-list .dr-block .dr-profile {
      margin-top: 1rem;
      margin-bottom: 2rem;
      text-align: center;
      border-bottom: dashed 1px #ddd;
      padding-bottom: 1.5rem; }
      .dr-result-list .dr-block .dr-profile img {
        display: block;
        margin: 1rem auto;
        width: 120px;
        height: 120px;
        border-radius: 100%; }
      .dr-result-list .dr-block .dr-profile .dr-name {
        color: #0562BD;
        font-weight: 600;
        font-size: 1.125rem; }
      .dr-result-list .dr-block .dr-profile .dr-specialty {
        font-size: 0.875rem; }
    .dr-result-list .dr-block ul.ui-tabs-nav {
      margin-bottom: 2rem !important; }
      .dr-result-list .dr-block ul.ui-tabs-nav .slick-arrow {
        background: url(../images/arrow-prev-blue.png) no-repeat center center;
        -webkit-background-size: 20px auto;
                background-size: 20px auto;
        display: block;
        width: 30px;
        height: 30px;
        top: 90px; }
        .dr-result-list .dr-block ul.ui-tabs-nav .slick-arrow:before {
          content: " "; }
        .dr-result-list .dr-block ul.ui-tabs-nav .slick-arrow.slick-next {
          background-image: url(../images/arrow-next-blue.png);
          right: 0.5rem; }
        .dr-result-list .dr-block ul.ui-tabs-nav .slick-arrow.slick-prev {
          left: inherit;
          right: 40px; }
    @media print, screen and (min-width: 50em) {
      .dr-result-list .dr-block {
        padding: 1rem 2rem 0 2rem;
        margin-left: 0;
        margin-right: 0; }
        .dr-result-list .dr-block ul.ui-tabs-nav {
          margin-bottom: 0; } }
    @media print, screen and (min-width: 64em) {
      .dr-result-list .dr-block {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding: 1.5rem 3rem 0 3rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 50em) {
    .dr-result-list .dr-block {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
        .dr-result-list .dr-block:last-child:not(:first-child) {
          float: right; }
        .dr-result-list .dr-block .dr-profile {
          margin: 2rem 1rem 1rem 1rem; } }
  .dr-result-list .dr-tabs ul.ui-tabs-nav {
    border-bottom: dotted 1px #54aaff;
    margin: 0;
    padding: 0;
    width: 100%; }
    .dr-result-list .dr-tabs ul.ui-tabs-nav li.ui-state-default {
      display: inline-block;
      list-style: none;
      margin: 0 0.5rem 0 0;
      padding: 0;
      text-align: center;
      outline: none; }
      .dr-result-list .dr-tabs ul.ui-tabs-nav li.ui-state-default:last-child {
        margin-right: 0; }
      .dr-result-list .dr-tabs ul.ui-tabs-nav li.ui-state-default a {
        background: #eaf6ff;
        display: block;
        font-size: 1rem;
        font-weight: 600;
        padding: 1rem;
        outline: none; }
      .dr-result-list .dr-tabs ul.ui-tabs-nav li.ui-state-default.ui-tabs-active a {
        background: #0562BD;
        color: white; }
  .dr-result-list .dr-tabs .ui-tabs-panel {
    padding: 3rem 2rem 2rem 2rem;
    font-size: 0.9375rem; }
    .dr-result-list .dr-tabs .ui-tabs-panel ul {
      list-style-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" width="10" height="10"><circle fill="#54aaff" cx="5" cy="5" r="2"/></svg>'); }
  @media print, screen and (min-width: 64em) {
    .dr-result-list .dr-tabs .ui-tabs-panel {
      padding: 3rem 0; } }

.dr-block-grid.dr-count-1 {
  text-align: center; }
  .dr-block-grid.dr-count-1 .column-block {
    margin-left: auto;
    margin-right: auto;
    float: inherit; }

.sec-appointment.fancy {
  width: 101%;
  margin: -10px 0 0 0;
  background: #c8e4e7;
  position: relative; }
  .sec-appointment.fancy .sec-header {
    background: #5698cd;
    text-align: center;
    width: 104%;
    margin-left: -2%; }
    .sec-appointment.fancy .sec-header h3 {
      color: #FFF;
      text-transform: uppercase;
      margin: 0 0 0 -2rem;
      background: url(../images/icon-phone-plus-white.png) left center no-repeat;
      -webkit-background-size: 2.5rem 2.5rem;
              background-size: 2.5rem;
      padding: 1rem 0 1rem 3rem;
      display: inline-block;
      font-size: 1.9rem; }
      .sec-appointment.fancy .sec-header h3:before {
        content: "";
        position: absolute;
        display: block;
        border-style: solid;
        border-color: #0562bd transparent transparent transparent;
        top: 60px;
        left: -13px;
        border-width: 15px 0 0 13px; }
      .sec-appointment.fancy .sec-header h3:after {
        content: "";
        position: absolute;
        display: block;
        border-style: solid;
        border-color: #0562bd transparent;
        top: 60px;
        right: -15px;
        border-width: 15px 15px 0 0; }
    .sec-appointment.fancy .sec-header:before {
      content: "";
      z-index: -1;
      position: absolute;
      width: 30px;
      display: block;
      height: 0px;
      border-top: 30px solid #2c73ad;
      border-bottom: 30px solid #2c73ad;
      border-left: 19px solid transparent;
      left: -49px;
      top: 20px; }
    .sec-appointment.fancy .sec-header:after {
      content: "";
      z-index: -1;
      position: absolute;
      width: 30px;
      display: block;
      height: 0px;
      border-top: 30px solid #2c73ad;
      border-bottom: 30px solid #2c73ad;
      border-right: 20px solid transparent;
      right: -50px;
      top: 20px; }
  .sec-appointment.fancy #frm-appointment {
    padding: 0; }
    .sec-appointment.fancy #frm-appointment .body-form {
      border: none;
      margin: 0;
      padding: 0; }
      .sec-appointment.fancy #frm-appointment .body-form .field-row {
        padding: 1rem 1rem 0;
        margin: 0 !important; }
        .sec-appointment.fancy #frm-appointment .body-form .field-row .field-col label {
          display: none; }
        .sec-appointment.fancy #frm-appointment .body-form .field-row .field-col input {
          border: none;
          padding: 1.5rem; }
        .sec-appointment.fancy #frm-appointment .body-form .field-row .field-col select {
          background-color: white;
          border: none;
          height: 3rem;
          padding-left: 1.5rem; }
    .sec-appointment.fancy #frm-appointment .footer {
      background: #d3e9ec;
      margin: 0 !important;
      padding: 1rem 0; }
      .sec-appointment.fancy #frm-appointment .footer .info {
        padding: 0 !important;
        width: 100%;
        text-align: center; }
        .sec-appointment.fancy #frm-appointment .footer .info p {
          display: inline;
          color: #5698cd;
          font-size: 1.1rem; }
        .sec-appointment.fancy #frm-appointment .footer .info h3.phone {
          background: none;
          padding-left: 1rem;
          margin: 0; }
          .sec-appointment.fancy #frm-appointment .footer .info h3.phone a {
            color: #5698cd; }

.mobile-form {
  margin-top: 3rem; }
  .mobile-form .sec-appointment.fancy {
    display: block;
    width: 78%;
    margin: 0 auto; }
    .mobile-form .sec-appointment.fancy .sec-header {
      margin-left: -4%;
      width: 108%; }
      .mobile-form .sec-appointment.fancy .sec-header h3 {
        -webkit-background-size: 28px auto;
                background-size: 28px auto;
        font-size: 1.125rem;
        padding-left: 2rem;
        margin: -0; }
        .mobile-form .sec-appointment.fancy .sec-header h3:before {
          top: 50px;
          border-width: 10px 0 0 13px; }
        .mobile-form .sec-appointment.fancy .sec-header h3:after {
          top: 50px;
          right: -13px;
          border-width: 10px 13px 0 0; }
      .mobile-form .sec-appointment.fancy .sec-header:before {
        border-right: 15px solid transparent;
        left: -35px;
        top: 10px;
        width: 55px; }
      .mobile-form .sec-appointment.fancy .sec-header:after {
        border-left: 15px solid transparent;
        right: -35px;
        top: 10px;
        width: 55px; }
    .mobile-form .sec-appointment.fancy #frm-appointment .field-row .action {
      float: none;
      text-align: center; }
      .mobile-form .sec-appointment.fancy #frm-appointment .field-row .action .button {
        font-size: 1rem;
        padding: 0.7rem 1.9rem; }

.hero-v2 {
  background: url(../images/banner-home-bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }
  @media print, screen and (min-width: 50em) {
    .hero-v2 {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .hero-v2::before {
    content: "";
    background: url(../images/banner-home-medico.png) no-repeat top center;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    width: 260px;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 5%;
    z-index: 0; }
    @media print, screen and (min-width: 50em) {
      .hero-v2::before {
        top: 0;
        left: 8%;
        width: 310px;
        -webkit-transform: inherit;
            -ms-transform: inherit;
                transform: inherit; } }
  .hero-v2__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 1000px;
    width: 100%;
    padding: 0 1rem;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media print, screen and (min-width: 50em) {
      .hero-v2__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .hero-v2__leadtext {
    background: #B7E629;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.8rem 2rem;
    position: relative;
    width: 100%;
    z-index: 5; }
    .hero-v2__leadtext .title {
      font-weight: 700;
      line-height: 1;
      margin: 0;
      font-size: 1.375rem;
      text-align: center; }
      @media print, screen and (min-width: 50em) {
        .hero-v2__leadtext .title {
          font-size: 2rem; } }
      @media print, screen and (min-width: 64em) {
        .hero-v2__leadtext .title {
          font-size: 2.625rem; } }

.sec-appointment-v2.fancy {
  position: relative; }
  .sec-appointment-v2.fancy .sec-header .sec-title {
    font-size: 3.125rem;
    font-weight: 500;
    color: #0562bd;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin: 0; }
  .sec-appointment-v2.fancy p {
    font-size: 1.4375rem;
    text-align: center;
    color: #0562bd;
    line-height: 1;
    margin: 1rem 0; }
    .sec-appointment-v2.fancy p a {
      font-size: 1.875rem;
      line-height: 1; }
  .sec-appointment-v2.fancy .btn {
    text-transform: initial;
    font-weight: 400;
    margin: 1rem auto;
    width: 100%;
    max-width: 420px;
    padding: 0.8rem;
    background: transparent;
    border: 1px solid #0562bd;
    color: #0562bd; }
    .sec-appointment-v2.fancy .btn:last-of-type {
      color: white;
      background: #A5CF25;
      border-color: #A5CF25; }
    .sec-appointment-v2.fancy .btn:hover, .sec-appointment-v2.fancy .btn:active, .sec-appointment-v2.fancy .btn:focus {
      background: #0562bd;
      border-color: #0562bd;
      color: white; }

.sec-blog-list {
  margin-top: 2rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 50em) {
    .sec-blog-list {
      margin-left: 0;
      margin-right: 0; } }
  .sec-blog-list .sec-title {
    color: #0562BD;
    font-size: 2.5rem;
    font-weight: bold;
    position: relative;
    padding: 0 1rem;
    margin: 0 auto 2rem auto;
    max-width: 1000px; }
    @media print, screen and (min-width: 50em) {
      .sec-blog-list .sec-title {
        padding: 0; } }
    .sec-blog-list .sec-title span {
      border-bottom: 10px solid #B7E629;
      display: inline-block;
      line-height: 0.35;
      padding: 0 0.4rem; }
  @media screen and (max-width: 49.9375em) {
    .sec-blog-list .nav-pagination {
      margin-left: 10%;
      margin-right: 10%; } }

.blog-list {
  margin-bottom: 2rem;
  max-width: 1090px; }
  .blog-list .column-block {
    padding-left: 0.6rem;
    padding-right: 0.6 rem; }
  .blog-list .post-header {
    padding: 0 0.5rem 0 1rem;
    margin-bottom: 1rem; }
    .blog-list .post-header .post-title {
      line-height: 1.1;
      font-size: 1.0625rem;
      font-weight: 500; }
  .blog-list .post-image {
    position: relative; }
    .blog-list .post-image img {
      width: 100%; }
    .blog-list .post-image::before {
      content: " ";
      background: #0562BD url(../images/arrow-right-white.svg) no-repeat center;
      position: absolute;
      right: 0;
      bottom: 0;
      height: 3.75rem;
      width: 3.75rem;
      z-index: 5; }
    .blog-list .post-image::after {
      content: " ";
      background: -webkit-gradient(linear, left top, left bottom, color-stop(46.88%, rgba(63, 66, 81, 0)), to(rgba(63, 66, 81, 0.7)));
      background: -webkit-linear-gradient(top, rgba(63, 66, 81, 0) 46.88%, rgba(63, 66, 81, 0.7) 100%);
      background: linear-gradient(180deg, rgba(63, 66, 81, 0) 46.88%, rgba(63, 66, 81, 0.7) 100%);
      bottom: 0;
      display: block;
      position: absolute;
      height: 90%;
      width: 100%;
      z-index: 0; }
  .blog-list .post-block {
    border: 1px dashed #0562BD;
    border-radius: 5px;
    padding: 0.8rem 0.6rem;
    margin: 0 2rem; }
    @media screen and (max-width: 49.9375em) {
      .blog-list .post-block {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto; } }
    @media print, screen and (min-width: 50em) {
      .blog-list .post-block {
        margin: 0; } }

.clinical-guidelines {
  margin: 2rem auto 4rem auto; }
  @media print, screen and (min-width: 50em) {
    .clinical-guidelines {
      -webkit-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 0.8rem;
              column-gap: 0.8rem;
      max-width: 1090px; } }
  .clinical-guidelines .guide-section {
    cursor: pointer;
    border: 1px solid #0562BD;
    border-radius: 8px;
    margin-bottom: 0.5rem; }
    @media print, screen and (min-width: 50em) {
      .clinical-guidelines .guide-section {
        cursor: default;
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: 1fr auto;
            grid-template-rows: 1fr auto;
        -webkit-column-break-inside: avoid;
                break-inside: avoid;
        margin-bottom: 0.8rem; } }
    .clinical-guidelines .guide-section .guide-wrap > h3 {
      background: url(../images/blue-arrow-down.svg) no-repeat 96% center;
      -webkit-background-size: 18px 18px;
              background-size: 18px;
      color: #0562BD;
      margin: 0;
      padding: 1rem 2rem 1rem 1rem;
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1; }
      @media print, screen and (min-width: 50em) {
        .clinical-guidelines .guide-section .guide-wrap > h3 {
          background: none;
          font-size: 1.375rem;
          padding: 2rem 2rem 1rem 2rem; } }
    .clinical-guidelines .guide-section.active .guide-wrap > h3 {
      background-image: url(../images/blue-arrow-up.svg); }
      @media print, screen and (min-width: 50em) {
        .clinical-guidelines .guide-section.active .guide-wrap > h3 {
          background: none; } }
  .clinical-guidelines .guide-content {
    display: none;
    padding: 0 1rem 1rem 1rem; }
    @media print, screen and (min-width: 50em) {
      .clinical-guidelines .guide-content {
        display: block;
        padding: 0 2rem 1rem 2rem; } }
  .clinical-guidelines .guide-block {
    margin-top: 1rem; }
    .clinical-guidelines .guide-block > h4 {
      font-weight: bold;
      font-size: 1rem;
      margin-bottom: 0.6rem; }
    .clinical-guidelines .guide-block .guide-list {
      word-break: break-all;
      margin: 0; }
      .clinical-guidelines .guide-block .guide-list li {
        list-style: none;
        border-bottom: 1px dashed #0562BD;
        font-size: 0.8125rem;
        position: relative;
        padding-left: 3rem;
        margin-bottom: 0.6rem;
        padding-bottom: 0.6rem; }
        @media print, screen and (min-width: 50em) {
          .clinical-guidelines .guide-block .guide-list li {
            margin-bottom: 1rem;
            padding-bottom: 1rem; } }
        .clinical-guidelines .guide-block .guide-list li:last-child {
          border-bottom: none; }
        .clinical-guidelines .guide-block .guide-list li::before {
          content: " ";
          background: #0562BD url(../images/icon-link.svg) no-repeat center;
          -webkit-background-size: 20px 20px;
                  background-size: 20px;
          border-radius: 50px;
          position: absolute;
          width: 32px;
          height: 16px;
          left: 0;
          top: 0.3rem; }
        .clinical-guidelines .guide-block .guide-list li p {
          margin: 0;
          font-weight: normal; }

.patient-resources-pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem; }
  .patient-resources-pagenav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto !important;
    width: 100%; }
    @media print, screen and (min-width: 50em) {
      .patient-resources-pagenav ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .patient-resources-pagenav ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      border: dashed #0562BD 1px;
      border-radius: 5px;
      text-align: center;
      padding: 0.4rem;
      width: 100%;
      margin-bottom: 0.5rem; }
      @media print, screen and (min-width: 50em) {
        .patient-resources-pagenav ul li {
          border-radius: 25px;
          padding: 0.8rem;
          width: 170px; } }
      .patient-resources-pagenav ul li a {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        background: #0562BD;
        border-radius: 5px;
        color: white;
        padding: 0.5rem;
        font-weight: bold;
        font-size: 1.125rem;
        line-height: 1.2;
        width: 100%; }
        @media print, screen and (min-width: 50em) {
          .patient-resources-pagenav ul li a {
            border-radius: 25px;
            padding: 2.4rem 1rem 2.4rem 1rem;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .patient-resources-pagenav ul li a .icon {
          background: no-repeat center;
          -webkit-background-size: 90% 90%;
                  background-size: 90%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 42px;
          width: 42px; }
          @media print, screen and (min-width: 50em) {
            .patient-resources-pagenav ul li a .icon {
              -webkit-background-size: auto 60px;
                      background-size: auto 60px;
              margin-bottom: 1.6rem;
              height: 66px;
              width: 100%; } }
          .patient-resources-pagenav ul li a .icon.ic-1 {
            background-image: url(../images/rp-icon-01.svg); }
          .patient-resources-pagenav ul li a .icon.ic-2 {
            background-image: url(../images/rp-icon-02.svg);
            -webkit-background-size: 95% 95%;
                    background-size: 95%; }
            @media print, screen and (min-width: 50em) {
              .patient-resources-pagenav ul li a .icon.ic-2 {
                -webkit-background-size: auto 65px;
                        background-size: auto 65px; } }
          .patient-resources-pagenav ul li a .icon.ic-3 {
            background-image: url(../images/rp-icon-03.svg); }
            @media print, screen and (min-width: 50em) {
              .patient-resources-pagenav ul li a .icon.ic-3 {
                -webkit-background-size: auto 65px;
                        background-size: auto 65px; } }
          .patient-resources-pagenav ul li a .icon.ic-4 {
            background-image: url(../images/rp-icon-04.svg);
            -webkit-background-size: 85% 85%;
                    background-size: 85%; }
            @media print, screen and (min-width: 50em) {
              .patient-resources-pagenav ul li a .icon.ic-4 {
                -webkit-background-size: auto 90%;
                        background-size: auto 90%; } }
          .patient-resources-pagenav ul li a .icon.ic-5 {
            background-image: url(../images/rp-icon-05.svg); }
        .patient-resources-pagenav ul li a:hover {
          background-color: #B7E629; }
        .patient-resources-pagenav ul li a:active {
          background-color: #bce837; }
        .patient-resources-pagenav ul li a.active {
          background-color: #B7E629; }
        .patient-resources-pagenav ul li a h4 {
          font-weight: bold;
          font-size: 1.0625rem;
          margin: 0 0 0 1rem;
          line-height: 1.3; }
          @media print, screen and (min-width: 50em) {
            .patient-resources-pagenav ul li a h4 {
              font-size: 1.125rem;
              margin: 0; } }

.sec-home-centers {
  padding: 4rem 0;
  color: white;
  text-align: center;
  text-wrap: balance;
  background: #003575; }
  .sec-home-centers .sec-title {
    font-size: 2.3125rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 50em) {
      .sec-home-centers .sec-title {
        font-size: 3rem; } }
  .sec-home-centers .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    max-width: 700px;
    margin: 2rem auto; }
    @media print, screen and (min-width: 50em) {
      .sec-home-centers .grid {
        -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr); } }
    .sec-home-centers .grid .grid-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 1rem;
      padding: 0.5rem;
      -ms-grid-column: span 2;
          grid-column: span 2; }
      .sec-home-centers .grid .grid-item:nth-last-child(1):nth-child(odd) {
        -ms-grid-column-span: 2;
        -ms-grid-column: 2;
            grid-column: 2 / span 2; }
      @media print, screen and (min-width: 50em) {
        .sec-home-centers .grid .grid-item {
          border-right: 1px solid #B7E629;
          -ms-grid-column: span 1;
              grid-column: span 1; }
          .sec-home-centers .grid .grid-item:nth-last-child(1):nth-child(odd) {
            -ms-grid-column: span 1;
                grid-column: span 1; }
          .sec-home-centers .grid .grid-item:last-child {
            border-right: none; } }
  .sec-home-centers .button {
    font-size: 1.125rem;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
    color: #003575; }

.page-banner {
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, #cff5ff), color-stop(75%, #003da5));
  background: -webkit-linear-gradient(left, #cff5ff 75%, #003da5 75%);
  background: linear-gradient(to right, #cff5ff 75%, #003da5 75%);
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 8px solid #93d500;
  overflow: hidden;
  width: 100%; }
  @media print, screen and (min-width: 50em) {
    .page-banner {
      background: -webkit-gradient(linear, left top, right top, color-stop(65%, #cff5ff), color-stop(65%, #003da5));
      background: -webkit-linear-gradient(left, #cff5ff 65%, #003da5 65%);
      background: linear-gradient(to right, #cff5ff 65%, #003da5 65%); } }
  @media print, screen and (min-width: 64em) {
    .page-banner {
      background: -webkit-gradient(linear, left top, right top, color-stop(52%, #cff5ff), color-stop(52%, #003da5));
      background: -webkit-linear-gradient(left, #cff5ff 52%, #003da5 52%);
      background: linear-gradient(to right, #cff5ff 52%, #003da5 52%); } }
  .page-banner .inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1200px;
    margin: 0 auto; }
    @media print, screen and (min-width: 64em) {
      .page-banner .inner-block {
        min-height: 450px; } }
    .page-banner .inner-block .col-1 {
      width: 55%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media print, screen and (min-width: 64em) {
        .page-banner .inner-block .col-1 {
          width: 30%; } }
    .page-banner .inner-block .col-2 {
      width: 45%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end; }
      @media print, screen and (min-width: 64em) {
        .page-banner .inner-block .col-2 {
          width: 70%; } }
    .page-banner .inner-block .banner-img {
      max-width: 360px;
      margin-top: 1rem;
      left: -5rem;
      position: relative; }
      @media print, screen and (min-width: 64em) {
        .page-banner .inner-block .banner-img {
          max-width: 540px;
          left: auto; } }
  .page-banner .btn-schedule-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.4rem;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media print, screen and (min-width: 64em) {
      .page-banner .btn-schedule-container {
        padding: 0 1rem; } }
  .page-banner .btn-cita {
    margin-top: 1rem;
    width: 100%;
    max-width: 340px; }

.sec-home-our-clinics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 6rem; }
  .sec-home-our-clinics .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1060px;
    padding: 0 1rem;
    width: 100%; }
  .sec-home-our-clinics .sec-title {
    color: #0562BD;
    text-align: center;
    font-size: 2.3125rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 50em) {
      .sec-home-our-clinics .sec-title {
        font-size: 3rem; } }
  .sec-home-our-clinics .sec-desc {
    color: #666D89;
    font-size: 0.9375rem;
    line-height: 1.3;
    margin-bottom: 2rem;
    text-align: center;
    text-wrap: balance; }
  .sec-home-our-clinics .clinincs-list {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media print, screen and (min-width: 50em) {
      .sec-home-our-clinics .clinincs-list {
        -ms-grid-columns: 40% 20% 40%;
            grid-template-columns: 40% 20% 40%;
        -ms-grid-rows: (1fr)[2];
            grid-template-rows: repeat(2, 1fr); }
        .sec-home-our-clinics .clinincs-list > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%; } }
    .sec-home-our-clinics .clinincs-list .item-2 {
      display: none; }
      @media print, screen and (min-width: 50em) {
        .sec-home-our-clinics .clinincs-list .item-2 {
          -ms-grid-row-span: 2;
          -ms-grid-row: span 2;
              grid-row: span 2 / span 2;
          display: block; } }
    @media print, screen and (min-width: 50em) {
      .sec-home-our-clinics .clinincs-list .item-6 {
        -ms-grid-column: 3;
            grid-column-start: 3;
        grid-column-end: 4; } }
    .sec-home-our-clinics .clinincs-list .fig-salus {
      height: 100%; }
      .sec-home-our-clinics .clinincs-list .fig-salus img {
        border-radius: 12px;
        max-width: 220px;
        width: 100%;
        height: 100%; }
    .sec-home-our-clinics .clinincs-list .clinic {
      background: #fff;
      border-radius: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 1rem;
      padding: 1rem;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media print, screen and (min-width: 50em) {
        .sec-home-our-clinics .clinincs-list .clinic {
          padding: 1rem 2rem; } }
      .sec-home-our-clinics .clinincs-list .clinic .clinic_info {
        width: 100%; }
      .sec-home-our-clinics .clinincs-list .clinic h3 {
        font-size: 1.375rem;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 0.5rem; }
      .sec-home-our-clinics .clinincs-list .clinic p {
        color: #666D89;
        font-size: 0.8125rem;
        line-height: 1.3;
        margin-bottom: 0; }
      .sec-home-our-clinics .clinincs-list .clinic:hover {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
        .sec-home-our-clinics .clinincs-list .clinic:hover .clinic_icon-more svg path {
          fill: #0562BD; }
      .sec-home-our-clinics .clinincs-list .clinic:active {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.sec-home-emergency-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
  padding: 2rem 1rem 0 1rem; }
  .sec-home-emergency-alert .container {
    background: white;
    border-radius: 12px;
    padding: 0.5rem; }
  .sec-home-emergency-alert .sec-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #666d89;
    font-size: 0.9375rem;
    gap: 0.6rem;
    margin: 0;
    line-height: 1.2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .sec-home-emergency-alert .icon img {
    max-width: 98px;
    width: 100%; }
    @media print, screen and (min-width: 50em) {
      .sec-home-emergency-alert .icon img {
        max-width: 38px; } }

.sec-home-emergency-centers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/emergency-bg.webp) no-repeat left bottom;
  -webkit-background-size: auto 220px;
          background-size: auto 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 12rem; }
  @media print, screen and (min-width: 50em) {
    .sec-home-emergency-centers {
      -webkit-background-size: auto 70%;
              background-size: auto 70%;
      min-height: 380px;
      padding-bottom: 0; } }
  @media (min-width: 1100px) {
    .sec-home-emergency-centers {
      -webkit-background-size: auto 100%;
              background-size: auto 100%; } }
  .sec-home-emergency-centers .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1100px;
    padding: 2rem;
    width: 100%; }
    @media print, screen and (min-width: 50em) {
      .sec-home-emergency-centers .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end; } }
  .sec-home-emergency-centers .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media print, screen and (min-width: 50em) {
      .sec-home-emergency-centers .block {
        width: 50%; } }
    .sec-home-emergency-centers .block p {
      color: #666D89;
      text-align: center;
      line-height: 1.3;
      max-width: 400px; }
  .sec-home-emergency-centers .sec-title {
    color: #0562BD;
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
    text-align: center; }
  .sec-home-emergency-centers .button {
    text-transform: uppercase;
    padding: 1rem;
    font-size: 16px; }
    @media print, screen and (min-width: 50em) {
      .sec-home-emergency-centers .button {
        padding: 1rem 2.5rem; } }

.sec-doctor-search-v2 {
  background: #0562BD;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 2rem; }
  .sec-doctor-search-v2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1200px;
    width: 100%; }
  .sec-doctor-search-v2 .sec-header {
    text-align: center;
    margin-bottom: 1rem; }
  .sec-doctor-search-v2 .icon-directory {
    margin-bottom: 0.5rem; }
  .sec-doctor-search-v2 .sec-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0.5rem; }
    @media print, screen and (min-width: 50em) {
      .sec-doctor-search-v2 .sec-title {
        font-size: 3rem; } }
  .sec-doctor-search-v2 .form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sec-doctor-search-v2 .form-container .link-complete-list {
      text-decoration: underline;
      color: white; }
  .sec-doctor-search-v2 .form-doctor-search {
    width: 100%; }
    .sec-doctor-search-v2 .form-doctor-search .body-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0.5rem; }
      @media print, screen and (min-width: 50em) {
        .sec-doctor-search-v2 .form-doctor-search .body-form {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      .sec-doctor-search-v2 .form-doctor-search .body-form .field-col {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto; }
      .sec-doctor-search-v2 .form-doctor-search .body-form .action {
        text-align: center; }
        .sec-doctor-search-v2 .form-doctor-search .body-form .action .button {
          width: 100%; }
    .sec-doctor-search-v2 .form-doctor-search input[type=text]::-webkit-input-placeholder {
      color: #666D89; }
    .sec-doctor-search-v2 .form-doctor-search input[type=text]:-ms-input-placeholder {
      color: #666D89; }
    .sec-doctor-search-v2 .form-doctor-search input[type=text]::placeholder {
      color: #666D89; }
    .sec-doctor-search-v2 .form-doctor-search input[type=text],
    .sec-doctor-search-v2 .form-doctor-search select {
      background-color: white;
      border-radius: 12px;
      color: #666D89;
      height: inherit;
      line-height: 1;
      padding: 1rem;
      font-size: 1.0625rem;
      height: 50px;
      border: none; }
    .sec-doctor-search-v2 .form-doctor-search select {
      cursor: pointer;
      background: white url(../images/arrow-down-gray.svg) no-repeat 94% center;
      -webkit-background-size: 18px auto;
              background-size: 18px auto;
      padding-right: 3.5rem; }
    .sec-doctor-search-v2 .form-doctor-search .button {
      text-transform: uppercase;
      line-height: 1;
      padding: 1rem 3rem 0.9rem 3rem;
      height: 50px;
      font-size: 1rem; }

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

form input,
form textarea,
form select {
  font-family: Roboto; }

form select {
  background: url(../images/arrow-down-blue.png) no-repeat 96% center;
  -webkit-background-size: 15px auto;
          background-size: 15px auto; }

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #222; }

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #222; }

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #222; }

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #222; }

.sec-doctor-search input[type="text"]::-webkit-input-placeholder,
.sec-doctor-search input[type="email"]::-webkit-input-placeholder,
.sec-doctor-search textarea::-webkit-input-placeholder,
.sec-doctor-search-style2 input[type="text"]::-webkit-input-placeholder,
.sec-doctor-search-style2 input[type="email"]::-webkit-input-placeholder,
.sec-doctor-search-style2 textarea::-webkit-input-placeholder,
.sec-phone-consultation input[type="text"]::-webkit-input-placeholder,
.sec-phone-consultation input[type="email"]::-webkit-input-placeholder,
.sec-phone-consultation textarea::-webkit-input-placeholder {
  color: white; }

.sec-doctor-search input[type="text"]::-moz-placeholder,
.sec-doctor-search input[type="email"]::-moz-placeholder,
.sec-doctor-search textarea::-moz-placeholder,
.sec-doctor-search-style2 input[type="text"]::-moz-placeholder,
.sec-doctor-search-style2 input[type="email"]::-moz-placeholder,
.sec-doctor-search-style2 textarea::-moz-placeholder,
.sec-phone-consultation input[type="text"]::-moz-placeholder,
.sec-phone-consultation input[type="email"]::-moz-placeholder,
.sec-phone-consultation textarea::-moz-placeholder {
  color: white; }

.sec-doctor-search input[type="text"]:-ms-input-placeholder,
.sec-doctor-search input[type="email"]:-ms-input-placeholder,
.sec-doctor-search textarea:-ms-input-placeholder,
.sec-doctor-search-style2 input[type="text"]:-ms-input-placeholder,
.sec-doctor-search-style2 input[type="email"]:-ms-input-placeholder,
.sec-doctor-search-style2 textarea:-ms-input-placeholder,
.sec-phone-consultation input[type="text"]:-ms-input-placeholder,
.sec-phone-consultation input[type="email"]:-ms-input-placeholder,
.sec-phone-consultation textarea:-ms-input-placeholder {
  color: white; }

.sec-doctor-search input[type="text"]:-moz-placeholder,
.sec-doctor-search input[type="email"]:-moz-placeholder,
.sec-doctor-search textarea:-moz-placeholder,
.sec-doctor-search-style2 input[type="text"]:-moz-placeholder,
.sec-doctor-search-style2 input[type="email"]:-moz-placeholder,
.sec-doctor-search-style2 textarea:-moz-placeholder,
.sec-phone-consultation input[type="text"]:-moz-placeholder,
.sec-phone-consultation input[type="email"]:-moz-placeholder,
.sec-phone-consultation textarea:-moz-placeholder {
  color: white; }

.sites-button {
  background: #FF6908;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none; }

.button {
  background: #B7E629;
  color: #0562BD;
  font-weight: 600;
  outline: none; }
  .button:hover {
    background-color: #a1ce18;
    color: #0562BD; }
  .button:active {
    background-color: #c3ea4e;
    color: white; }
  .button.blue {
    background: #0562BD;
    color: white; }
    .button.blue:hover {
      background-color: #0673df; }
    .button.blue:active {
      opacity: 0.8; }
  .button.white {
    background-color: white;
    color: #0562BD; }
  .button.outline {
    background: transparent;
    border: 2px solid #0562BD;
    color: #0562BD;
    font-weight: 600; }
    .button.outline:hover {
      opacity: 0.8; }
    .button.outline:active {
      opacity: 0.7; }
    .button.outline.white {
      border-color: white;
      color: white; }
  .button.download {
    background-image: url(../images/blue-download-icon.svg);
    background-repeat: no-repeat;
    background-position: 93% center;
    -webkit-background-size: 26px 26px;
            background-size: 26px;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 1rem 4rem 1rem 1.8rem; }
    @media print, screen and (min-width: 50em) {
      .button.download {
        font-size: 1.25rem; } }

.flex-card-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media print, screen and (min-width: 50em) {
    .flex-card-example {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .flex-card-example .card {
    width: 100%; }
    .flex-card-example .card img {
      width: 100%; }
    @media print, screen and (min-width: 50em) {
      .flex-card-example .card {
        width: 32%; } }
    .flex-card-example .card .card-content {
      padding: 1rem; }

.featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 6.25rem; }
  @media print, screen and (min-width: 50em) {
    .featured-hero {
      height: 12.5rem; } }
  @media screen and (min-width: 75em) {
    .featured-hero {
      height: 25rem; } }

.dotted {
  border-style: dashed;
  margin: 2rem 0; }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

form .error {
  border-color: red !important; }
  form .error:focus, form .error:active {
    -webkit-box-shadow: 0 0 7px rgba(255, 0, 0, 0.4);
            box-shadow: 0 0 7px rgba(255, 0, 0, 0.4); }

.spacer {
  height: 2rem; }

.scrolloff {
  pointer-events: none; }

.phone-style a {
  background: url(../images/icon-phone.png) no-repeat left bottom;
  -webkit-background-size: 30px auto;
          background-size: 30px auto;
  padding-left: 2.5rem;
  display: block; }
  .phone-style a .caption {
    margin: 0;
    line-height: 1;
    font-size: 1.125rem;
    font-weight: 300; }
  .phone-style a .phone {
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.05rem; }

.hours-style .hours-title {
  background: url(../images/icon-time.png) no-repeat left center;
  -webkit-background-size: 30px auto;
          background-size: 30px auto;
  color: #0562BD;
  font-weight: 600;
  font-size: 1.375rem;
  margin: 0;
  line-height: 1;
  padding: 0.5rem 0 0.5rem 2.5rem; }

.hours-style ul {
  padding-left: 2.5rem;
  margin: 0 0 1rem 0; }
  .hours-style ul li {
    list-style: none;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-weight: 300; }

.hours-style .button {
  margin-left: 2.4rem; }

.email-style .email-title {
  background: url(../images/icon-email.png) no-repeat left center;
  -webkit-background-size: 30px auto;
          background-size: 30px auto;
  color: #0562BD;
  font-weight: 600;
  font-size: 1.375rem;
  margin: 0;
  line-height: 1;
  padding: 0.5rem 0 0.5rem 2.5rem; }

.email-style p {
  margin-left: 2.5rem;
  font-weight: 300; }

.shortcode-download-table {
  border: none; }
  .shortcode-download-table thead {
    background: none;
    border: none;
    border-bottom: 2px solid #0562BD; }
  .shortcode-download-table th {
    text-transform: uppercase;
    color: #0562BD;
    font-size: 1.2rem; }
  .shortcode-download-table tbody {
    background: none;
    border: none; }
    .shortcode-download-table tbody tr {
      background: none;
      border-bottom: 1px solid #e8e8e8; }
      .shortcode-download-table tbody tr:nth-child(even) {
        background: none; }
      .shortcode-download-table tbody tr:hover {
        background-color: #fcfcfc; }
      .shortcode-download-table tbody tr td {
        font-size: 0.9rem; }
  .shortcode-download-table .download-btn {
    background: url(../images/icon-download.png) no-repeat left center;
    -webkit-background-size: auto 27px;
            background-size: auto 27px;
    display: block;
    padding: 0.2rem 0.2rem 0.2rem 2.3rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8rem; }
    .shortcode-download-table .download-btn.online-form {
      background-image: url(../images/icon-external-link.png);
      -webkit-background-size: auto 25px;
              background-size: auto 25px; }
    .shortcode-download-table .download-btn.download-btn-large {
      display: inline-block; }
  .shortcode-download-table p.description {
    position: relative;
    top: -0.5rem;
    margin-bottom: 0; }
  .shortcode-download-table .doc-item h5 {
    font-weight: 400;
    font-size: 1.2rem; }
  .shortcode-download-table table.sub-item tr td {
    padding: 3px;
    border: hidden; }

.homepage-cintillo {
  background: #ffa14a;
  color: white;
  min-height: 2rem;
  padding: 1.5rem 0 1em; }
  .homepage-cintillo img {
    display: inline-block;
    vertical-align: top; }
  .homepage-cintillo p {
    line-height: 100%;
    margin: 0;
    display: inline-block;
    font-size: 1.5em; }
  .homepage-cintillo a {
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
    text-decoration: underline; }

@media screen and (max-width: 63.9375em) {
  .homepage-cintillo p {
    padding: 0 0 20px 0; } }

nav.nav-pagination {
  margin: 0 auto 6rem auto;
  max-width: 43.75rem; }

ul.pagination {
  background: white;
  position: relative;
  padding: 0.1rem 0;
  margin: 0 !important; }
  @media print, screen and (min-width: 50em) {
    ul.pagination {
      padding: 1rem;
      margin: 0 2rem; } }
  @media print, screen and (min-width: 64em) {
    ul.pagination {
      margin: 0 5rem; } }
  ul.pagination.is-first-page:before, ul.pagination.is-last-page:before {
    content: " ";
    background: #2D9CDB url(../images/arrow-left-white.svg) no-repeat center;
    -webkit-background-size: 10px 10px;
            background-size: 10px;
    display: block;
    position: absolute;
    height: 42px;
    width: 42px;
    top: 0;
    opacity: 0.5; }
    @media print, screen and (min-width: 50em) {
      ul.pagination.is-first-page:before, ul.pagination.is-last-page:before {
        -webkit-background-size: 15px 15px;
                background-size: 15px;
        height: 62px;
        width: 62px;
        left: 1rem; } }
  ul.pagination.is-last-page:before {
    background-image: url(../images/arrow-right-white.svg);
    left: inherit;
    right: 0; }
  ul.pagination li {
    font-size: 1.125rem;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    margin: 0 0.1rem;
    display: inline-block; }
    @media print, screen and (min-width: 50em) {
      ul.pagination li {
        font-size: 1.375rem; } }
    ul.pagination li a, ul.pagination li button {
      padding: 0rem 0.9rem; }
      ul.pagination li a:hover, ul.pagination li button:hover {
        background-color: transparent;
        border-bottom: 3px solid #0562BD;
        color: #0562BD; }
    ul.pagination li .current {
      background: none;
      border-bottom: 3px solid #B7E629;
      color: #B7E629;
      padding: 0.25rem 0.8rem; }
    ul.pagination li.pagination-previous, ul.pagination li.pagination-next {
      background: #0562BD;
      position: absolute;
      top: 0; }
      ul.pagination li.pagination-previous a, ul.pagination li.pagination-next a {
        background: url(../images/arrow-left-white.svg) no-repeat center;
        -webkit-background-size: 10px 10px;
                background-size: 10px;
        border: 0;
        display: block;
        height: 42px;
        width: 42px; }
        ul.pagination li.pagination-previous a:before, ul.pagination li.pagination-previous a:after, ul.pagination li.pagination-next a:before, ul.pagination li.pagination-next a:after {
          display: none; }
        ul.pagination li.pagination-previous a:hover, ul.pagination li.pagination-next a:hover {
          background-color: #2D9CDB; }
        ul.pagination li.pagination-previous a:active, ul.pagination li.pagination-next a:active {
          opacity: 0.7; }
        @media print, screen and (min-width: 50em) {
          ul.pagination li.pagination-previous a, ul.pagination li.pagination-next a {
            -webkit-background-size: 15px 15px;
                    background-size: 15px;
            height: 62px;
            width: 62px; } }
    ul.pagination li.pagination-previous {
      left: 0; }
      @media print, screen and (min-width: 50em) {
        ul.pagination li.pagination-previous {
          left: 1rem; } }
    ul.pagination li.pagination-next {
      right: 0; }
      ul.pagination li.pagination-next a {
        background-image: url(../images/arrow-right-white.svg); }
      @media print, screen and (min-width: 50em) {
        ul.pagination li.pagination-next {
          right: 1rem; } }

.reveal-overlay {
  padding: 1rem; }
  @media print, screen and (min-width: 50em) {
    .reveal-overlay {
      padding: 0; } }

.reveal {
  border: none;
  border-radius: 25px; }
  .reveal .close-button {
    color: #0562BD; }

#modal-leaving {
  background-image: url(../images/modal-lines-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  -webkit-background-size: inherit inherit;
          background-size: inherit;
  overflow: visible;
  margin-top: 2rem;
  padding-bottom: 2rem;
  height: inherit;
  min-height: inherit; }
  @media print, screen and (min-width: 50em) {
    #modal-leaving {
      margin-top: 0;
      -webkit-background-size: 180px 180px;
              background-size: 180px; } }
  #modal-leaving .title {
    color: #0562BD;
    font-size: 3.75rem;
    font-weight: 700;
    text-align: center; }
  #modal-leaving .message-text {
    text-align: center;
    font-size: 1.25rem;
    max-width: 580px;
    margin: 0 auto 1rem auto;
    line-height: 1.4; }
    @media print, screen and (min-width: 50em) {
      #modal-leaving .message-text {
        font-size: 1.375rem; } }
  #modal-leaving .actions {
    max-width: 600px; }
    #modal-leaving .actions .button {
      width: 100%;
      font-size: 1.125rem;
      font-weight: 600; }

#modal-mi-salus {
  background: #0562BD;
  color: white; }
  #modal-mi-salus .modal-body {
    padding: 2rem 1rem; }
    #modal-mi-salus .modal-body a {
      color: white;
      opacity: 0.9;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0.5rem; }
      #modal-mi-salus .modal-body a:hover {
        opacity: 1; }
        #modal-mi-salus .modal-body a:hover p {
          text-decoration: underline; }
      #modal-mi-salus .modal-body a:active p {
        color: #B7E629; }
    #modal-mi-salus .modal-body svg {
      margin-bottom: 0.8rem; }
    #modal-mi-salus .modal-body h2 {
      color: #B7E629;
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: 600; }
    #modal-mi-salus .modal-body p {
      line-height: 1.3; }
  #modal-mi-salus .close-button {
    color: white; }

.emergency-note {
  background: #e6f3fc;
  color: #0562BD;
  text-align: center;
  padding: 0.5rem; }
  .emergency-note .title {
    display: inline-block;
    font-weight: 600;
    position: relative;
    margin: 0 auto;
    vertical-align: top; }
    .emergency-note .title .icon {
      background: white url(../images/icon-ambulance.png) no-repeat center center;
      -webkit-background-size: 60% auto;
              background-size: 60% auto;
      border-radius: 100%;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0.5rem;
      width: 70px;
      height: 70px; }
    .emergency-note .title .text {
      text-align: left;
      border-radius: 40px;
      padding: 0.5rem 1rem;
      display: inline-block;
      font-size: 0.9375rem;
      left: 40px;
      margin-left: 80px; }
      .emergency-note .title .text span {
        font-weight: normal; }
  @media print, screen and (min-width: 50em) {
    .emergency-note .title .icon {
      width: 40px;
      height: 40px;
      top: 0; }
    .emergency-note .title .text {
      background: #f3f9fe;
      text-align: center;
      margin-left: 50px; } }

.home-top-wrapper {
  background: #f4fbff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4fbff), to(#e6f3fc));
  background: -webkit-linear-gradient(top, #f4fbff 0%, #e6f3fc 100%);
  background: linear-gradient(180deg, #f4fbff 0%, #e6f3fc 100%); }

.page .page-header.single-header {
  text-align: center;
  padding: 2rem 0; }
  @media print, screen and (min-width: 50em) {
    .page .page-header.single-header {
      padding: 4rem 0; } }

.page .page-header.full-width-header {
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 4rem 0 1rem 0;
  min-height: 330px;
  position: relative;
  overflow: hidden; }
  .page .page-header.full-width-header .header-block {
    background: rgba(255, 255, 255, 0.8);
    padding: 1rem 1rem 1rem 2rem;
    position: absolute;
    bottom: 1.5rem;
    width: 105%;
    margin-left: -1rem;
    margin-right: -1rem; }
  @media print, screen and (min-width: 50em) {
    .page .page-header.full-width-header {
      padding: 6rem 0;
      min-height: inherit; }
      .page .page-header.full-width-header .header-block {
        background: none;
        position: inherit;
        bottom: inherit;
        width: inherit;
        margin: 0;
        padding: 0; } }

.page .page-header .page-title {
  color: #0562BD;
  line-height: 1;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.07rem;
  font-size: 1.875rem; }
  .page .page-header .page-title span {
    font-weight: 300; }
  @media print, screen and (min-width: 50em) {
    .page .page-header .page-title {
      font-size: 3.25rem; } }

.page .page-header .page-lead {
  color: #0562BD;
  margin: 0; }

.page .main-wrap {
  margin-top: 0;
  width: 100%;
  max-width: 100%; }

.page .main-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 50em) {
    .page .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .page .main-content:last-child:not(:first-child) {
    float: right; }

.page .entry-content p, .page .entry-content ul, .page .entry-content ol {
  font-weight: 300; }

.page .entry-content ul, .page .entry-content ol {
  margin-left: 2rem; }
  .page .entry-content ul li, .page .entry-content ol li {
    line-height: 1.5;
    margin-bottom: 1rem; }
    .page .entry-content ul li ol, .page .entry-content ul li ul, .page .entry-content ol li ol, .page .entry-content ol li ul {
      margin-top: 1rem; }

.page .col-image p {
  margin: 0; }

.page .sec-bicolor {
  margin-top: 3rem; }
  .page .sec-bicolor .icon {
    background-repeat: no-repeat;
    -webkit-background-size: 60px auto;
            background-size: 60px auto;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 0.4rem auto; }
    .page .sec-bicolor .icon.icon-mission {
      background-image: url("../images/icon-mission.png"); }
    .page .sec-bicolor .icon.icon-vision {
      background-image: url("../images/icon-vision.png"); }
    .page .sec-bicolor .icon.icon-leaf {
      background-image: url("../images/icon-leaf.png"); }
    .page .sec-bicolor .icon.icon-medic {
      background-image: url("../images/icon-medic.png"); }
  .page .sec-bicolor.expanded {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
  .page .sec-bicolor .custom-col1,
  .page .sec-bicolor .custom-col2 {
    padding: 2rem; }
  .page .sec-bicolor .custom-col1 {
    background: #0562bd url(../images/mission-image-bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
    color: white; }
  .page .sec-bicolor .custom-col2 {
    background: #a3c638 url(../images/vision-image-bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
            background-size: cover;
    color: white; }
  .page .sec-bicolor h3 {
    text-transform: uppercase;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 1.2rem; }
    .page .sec-bicolor h3 span {
      font-weight: 300; }
  .page .sec-bicolor p {
    font-size: 1.15625rem;
    line-height: 1.3; }
  @media print, screen and (min-width: 50em) {
    .page .sec-bicolor {
      margin-top: 0; }
      .page .sec-bicolor h3 span {
        display: block; }
      .page .sec-bicolor p {
        max-width: 60%;
        margin: 0 auto 2rem auto; } }

.page .blue-title {
  color: #0562BD;
  text-transform: uppercase;
  font-weight: 600; }
  .page .blue-title span {
    font-weight: 300; }

@media print, screen and (min-width: 50em) {
  body.page-id-29 .page-header.full-width-header .page-title span,
  body.page-id-31 .page-header.full-width-header .page-title span,
  body.parent-pageid-29 .page-header.full-width-header .page-title span,
  body.parent-pageid-31 .page-header.full-width-header .page-title span {
    display: block; } }

.page-id-37 .sec-bicolor .custom-col1,
.page-id-39 .sec-bicolor .custom-col1 {
  background-image: url(../images/employers-image-bg.jpg);
  -webkit-background-size: cover;
          background-size: cover; }

.page-id-37 .sec-bicolor .custom-col2,
.page-id-39 .sec-bicolor .custom-col2 {
  background-image: url(../images/employers2-image-bg.jpg);
  -webkit-background-size: cover;
          background-size: cover; }

#emergency-centers h3:not(.sec-title) {
  color: #0562bd; }

#emergency-centers .visitanos ul.lista {
  color: #0a0a0a; }
  #emergency-centers .visitanos ul.lista li {
    text-indent: -1.2em;
    line-height: 0; }
    #emergency-centers .visitanos ul.lista li ul > li {
      margin: 0 !important; }
      #emergency-centers .visitanos ul.lista li ul > li:before {
        color: #565656;
        content: "o ";
        font-size: 1rem;
        margin-right: 1rem; }
    #emergency-centers .visitanos ul.lista li:first-child {
      margin-bottom: 2rem; }

#emergency-centers ul.lista {
  list-style: none;
  padding: 0;
  margin: 0; }
  #emergency-centers ul.lista li {
    padding-left: 1em;
    text-indent: -0.7em; }
    #emergency-centers ul.lista li:before {
      content: "• ";
      font-size: 2rem;
      line-height: 1;
      vertical-align: middle;
      color: #96c93d; }

#emergency-centers .intro {
  margin: 4rem auto; }

#emergency-centers .table {
  border: 2px solid #00a6ce;
  margin-bottom: 4rem; }
  #emergency-centers .table .column, #emergency-centers .table .columns {
    padding: 4rem 3rem;
    position: relative; }
    #emergency-centers .table .column:last-child, #emergency-centers .table .columns:last-child {
      border-top: 2px solid #00a6ce; }
      @media print, screen and (min-width: 50em) {
        #emergency-centers .table .column:last-child, #emergency-centers .table .columns:last-child {
          border-top: none;
          border-left: 2px solid #00a6ce; } }
    #emergency-centers .table .column h4, #emergency-centers .table .columns h4 {
      color: #00a6ce;
      margin-bottom: 1.5rem; }

#emergency-centers .treatments .column, #emergency-centers .treatments .columns {
  padding: 3rem 1rem; }
  #emergency-centers .treatments .column .premier-medical span, #emergency-centers .treatments .columns .premier-medical span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #emergency-centers .treatments .column .premier-medical span a, #emergency-centers .treatments .columns .premier-medical span a {
      font-size: 20px; }
  #emergency-centers .treatments .column .premier-medical a, #emergency-centers .treatments .columns .premier-medical a {
    color: #5bb947; }
  #emergency-centers .treatments .column .premier-medical hr, #emergency-centers .treatments .columns .premier-medical hr {
    margin: 3px auto;
    border-color: #5bb947; }
  #emergency-centers .treatments .column .has, #emergency-centers .treatments .columns .has {
    margin-top: 1rem; }
    #emergency-centers .treatments .column .has span, #emergency-centers .treatments .columns .has span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #emergency-centers .treatments .column .has span a, #emergency-centers .treatments .columns .has span a {
        font-size: 20px; }
    #emergency-centers .treatments .column .has a, #emergency-centers .treatments .columns .has a {
      color: #f05a25; }
    #emergency-centers .treatments .column .has hr, #emergency-centers .treatments .columns .has hr {
      margin: 3px auto;
      border-color: #f05a25; }

#emergency-centers .map-title {
  margin: 4rem auto; }
  #emergency-centers .map-title p {
    font-size: 21px;
    margin-bottom: 0;
    color: #0562bd; }

#emergency-centers .map-content {
  margin: 4rem auto; }

#emergency-centers .visitanos {
  color: #0562bd;
  margin-top: 1rem; }

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
  width: 480px;
  height: 120%;
  background: #e4eff9;
  border: none;
  border-radius: 0;
  border-top: 5px solid #84dade;
  padding: 5px; }
  @media print, screen and (min-width: 50em) {
    .tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
      padding: 2rem;
      height: auto; } }
  .tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box .tooltipster-content {
    color: #0562bd;
    font-size: 14px;
    padding: 0; }
    .tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box .tooltipster-content .column, .tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box .tooltipster-content .columns {
      padding: 1rem; }
    .tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box .tooltipster-content .flexible {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: 1rem; }
      .tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box .tooltipster-content .flexible img {
        width: 27px;
        height: 27px; }
      .tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box .tooltipster-content .flexible .title {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 0.5; }
      .tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box .tooltipster-content .flexible .phone {
        font-size: 20px;
        display: block; }

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-arrow {
  display: none; }

.call-us-container {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .call-us-container .btn-call-us {
    font-size: 1.375rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    white-space: nowrap;
    padding: 0.8rem 2rem; }
    .call-us-container .btn-call-us::before {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.3125 43C35.4551 43 30.6275 41.8056 25.8299 39.4167C21.0322 37.0278 16.7222 33.9222 12.9 30.1C9.07778 26.2778 5.97222 21.9678 3.58333 17.1701C1.19444 12.3725 0 7.54491 0 2.6875C0 1.93102 0.258796 1.29398 0.776389 0.776389C1.29398 0.258796 1.93102 0 2.6875 0H11.0486C11.606 0 12.0938 0.18912 12.5118 0.567361C12.9299 0.945602 13.1986 1.45324 13.3181 2.09028L14.9306 9.61528C15.0102 10.1727 15.0002 10.6803 14.9007 11.1382C14.8012 11.5961 14.5921 11.9843 14.2736 12.3028L8.30139 18.3347C10.531 22.0375 13.0294 25.2625 15.7965 28.0097C18.5637 30.7569 21.6991 33.0861 25.2028 34.9972L30.8764 29.1444C31.2745 28.7065 31.7324 28.3979 32.25 28.2188C32.7676 28.0396 33.2852 28.0097 33.8028 28.1292L40.9097 29.6819C41.5069 29.8014 42.0046 30.1 42.4028 30.5778C42.8009 31.0556 43 31.613 43 32.25V40.3125C43 41.069 42.7412 41.706 42.2236 42.2236C41.706 42.7412 41.069 43 40.3125 43Z' fill='%230562BD'/%3E%3C/svg%3E");
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }

.emergency-centers-phone {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 50em) {
    .emergency-centers-phone {
      margin-bottom: 0; } }
  .emergency-centers-phone p {
    color: #0562BD;
    font-size: 1.125rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    white-space: nowrap;
    margin-bottom: 0.2rem;
    gap: 0.5rem; }
  .emergency-centers-phone a {
    font-size: 1.25rem; }
    .emergency-centers-phone a:hover {
      text-decoration: underline; }

body.page-id-19 .sec-bicolor h3,
body.page-id-21 .sec-bicolor h3 {
  font-size: 2.375rem; }

@media print, screen and (min-width: 50em) {
  body.page-id-19 .sec-bicolor h3,
  body.page-id-21 .sec-bicolor h3 {
    font-size: 1.625rem; } }

.page-id-83 .entry-content,
.page-id-85 .entry-content {
  margin: 2rem 0; }

.sec-contact-info {
  margin-bottom: 2rem; }
  .sec-contact-info .contact-content {
    padding: 2.5rem 0; }
    .sec-contact-info .contact-content .header .title {
      color: #0562BD;
      font-size: 1.375rem;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 1.5rem; }
    .sec-contact-info .contact-content .contact-form label {
      font-weight: 600; }
    .sec-contact-info .contact-content .contact-form .action .button {
      font-size: 1.125rem; }
    @media print, screen and (min-width: 64em) {
      .sec-contact-info .contact-content {
        max-width: 90%; } }
  .sec-contact-info .contact-aside {
    background: #f4faff;
    padding: 2.5rem 1rem;
    text-align: center; }
    .sec-contact-info .contact-aside .title {
      color: #0562BD;
      font-size: 1.375rem;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 1.5rem; }
    .sec-contact-info .contact-aside h4 {
      font-weight: 600;
      font-size: 1.125rem;
      margin-bottom: 0.4rem; }
    .sec-contact-info .contact-aside .phone-style {
      display: inline-block; }

.sec-contact-map #contact_map {
  height: 360px;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .sec-contact-map #contact_map #map_canvas {
    width: 100%;
    height: 100%; }
  @media print, screen and (min-width: 50em) {
    .sec-contact-map #contact_map {
      height: 560px; } }

.sec-contact-hours {
  padding: 4rem 0 2rem 0;
  border-bottom: 1px dotted #53aaff; }
  .sec-contact-hours .column-block {
    border: none;
    border-bottom: dotted 1px #ddd;
    margin-bottom: 2rem; }
    .sec-contact-hours .column-block:last-child {
      border: none; }
  .sec-contact-hours .col-1 .block p, .sec-contact-hours .col-1 .block h3 {
    padding-left: 60px; }
  .sec-contact-hours .block {
    margin-bottom: 2.5rem; }
    .sec-contact-hours .block h3 {
      font-size: 1.25rem;
      color: #0562BD;
      font-weight: 600;
      line-height: 1.1;
      margin-bottom: 1.3rem; }
      .sec-contact-hours .block h3 span {
        font-weight: 300; }
      .sec-contact-hours .block h3.title-hours {
        background: url(../images/icon-time.png) no-repeat left 8px;
        -webkit-background-size: 50px auto;
                background-size: 50px auto;
        padding-left: 60px;
        font-size: 2.25rem;
        text-transform: uppercase;
        line-height: 1; }
        .sec-contact-hours .block h3.title-hours span {
          display: block;
          font-size: 1.625rem; }
  @media print, screen and (min-width: 50em) {
    .sec-contact-hours .column-block {
      border: none;
      border-right: dotted 1px #ddd; } }

body.search .blogpost-entry {
  margin-bottom: 3rem; }
  body.search .blogpost-entry hr {
    border-bottom: dashed 1px #ddd; }

.page-template-page-clinic-details #menu-item-43 a, .page-template-page-clinic-details #menu-item-46 a {
  color: #B7E629;
  font-weight: bold; }

@media print, screen and (max-width: 799px) {
  body.page-id-33 .page-header.full-width-header,
  body.page-id-35 .page-header.full-width-header {
    background: white;
    padding: 1rem 0 2rem 0;
    min-height: inherit !important; }
    body.page-id-33 .page-header.full-width-header .header-block,
    body.page-id-35 .page-header.full-width-header .header-block {
      text-align: center;
      position: relative;
      margin: 0;
      padding: 0;
      bottom: inherit; }
      body.page-id-33 .page-header.full-width-header .header-block .header-block,
      body.page-id-35 .page-header.full-width-header .header-block .header-block {
        margin: 0; }
        body.page-id-33 .page-header.full-width-header .header-block .header-block .page-title,
        body.page-id-35 .page-header.full-width-header .header-block .header-block .page-title {
          text-align: center; } }

.sec-intro {
  padding: 2rem 0 0 0; }
  .sec-intro .sec-title {
    line-height: 1.2;
    margin-bottom: 2.6rem;
    font-size: 1.5rem;
    text-align: center;
    text-transform: unset;
    font-weight: 400; }
    @media print, screen and (min-width: 50em) {
      .sec-intro .sec-title {
        font-size: 1.875rem; } }

.sec-doctors {
  padding: 2rem 0 1rem 0; }
  .sec-doctors .sec-title {
    line-height: 1.2;
    margin-bottom: 2.6rem;
    font-size: 1.625rem; }
    @media print, screen and (min-width: 50em) {
      .sec-doctors .sec-title {
        font-size: 1.875rem; } }
  .sec-doctors .sec-list-title {
    color: #a5ce25;
    font-weight: 600 !important;
    font-size: 1.3125rem; }
  .sec-doctors ul.sec-list {
    margin: 0 0 1rem 0;
    color: #052675; }
    .sec-doctors ul.sec-list li {
      line-height: 1.2;
      list-style: none;
      margin-bottom: 1rem;
      font-size: 1.125rem;
      font-weight: normal;
      background: url(../images/bullet-green.svg) no-repeat left 7px;
      padding-left: 1.5rem; }
  .sec-doctors h6 {
    font-size: 0.875rem;
    font-weight: 300;
    text-align: left; }

.sec-appointments {
  padding: 1rem 0 2rem 0;
  text-align: center; }
  .sec-appointments .sec-header .sec-title {
    text-transform: uppercase;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
    color: #0562BD; }
    @media print, screen and (min-width: 50em) {
      .sec-appointments .sec-header .sec-title {
        font-size: 2.5rem; } }
    .sec-appointments .sec-header .sec-title span {
      font-weight: 300; }
      @media print, screen and (min-width: 50em) {
        .sec-appointments .sec-header .sec-title span {
          display: block; } }
    .sec-appointments .sec-header .sec-title .phone {
      background: url(../images/icon-phone.png) no-repeat left center;
      -webkit-background-size: 30px auto;
              background-size: 30px auto;
      padding-left: 2.3rem;
      margin-left: 0.8rem; }
  .sec-appointments .sec-header .sec-lead {
    font-size: 1.125rem; }
  .sec-appointments .sec-notice {
    background: #f0f6fc;
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 6px;
    font-size: 1.125rem;
    color: #052675;
    font-weight: 300;
    text-align: left; }

.sec-banners {
  margin: 3rem auto; }
  .sec-banners .header {
    height: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sec-banners .header.videollamadas {
      background: url(../images/bg-banner-video-llamadas.jpg) no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: 50%; }
      @media print, screen and (min-width: 50em) {
        .sec-banners .header.videollamadas {
          background-position: right; } }
    .sec-banners .header.consultas {
      background: url(../images/bg-banner-consultas-telefonicas.jpg) no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: 40%; }
      @media print, screen and (min-width: 50em) {
        .sec-banners .header.consultas {
          background-position: right; } }
    .sec-banners .header h4 {
      font-size: 1.8125rem;
      color: #0562bd;
      font-weight: 300;
      line-height: 1.1;
      text-transform: uppercase;
      text-align: left;
      margin-left: 3rem; }
  .sec-banners .desc {
    padding: 1rem;
    min-height: 110px; }
    .sec-banners .desc p {
      color: #052675;
      margin-bottom: 0; }
  .sec-banners .btn {
    background: #A5CF25;
    text-transform: initial;
    font-weight: 400;
    width: 90%;
    margin-bottom: 2rem; }
    .sec-banners .btn:hover, .sec-banners .btn:active, .sec-banners .btn:focus {
      background: #0562bd;
      color: white; }
    @media print, screen and (min-width: 50em) {
      .sec-banners .btn {
        margin-bottom: 0; } }

.sec-phone-consultation {
  background: #0562BD url(../images/searh-doc-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 3rem 0;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .sec-phone-consultation .row > .sec-content {
    position: relative;
    padding: 0 2rem; }
    @media print, screen and (min-width: 50em) {
      .sec-phone-consultation .row > .sec-content {
        padding-left: 200px; } }
  .sec-phone-consultation .picture {
    display: none;
    background: url(../images/doctor-image.png) no-repeat left bottom;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    width: 180px;
    height: 350px;
    position: absolute;
    left: 0;
    bottom: -3rem; }
    @media print, screen and (min-width: 50em) {
      .sec-phone-consultation .picture {
        display: block; } }
  .sec-phone-consultation .sec-header {
    margin-bottom: 1rem; }
    .sec-phone-consultation .sec-header .sec-title {
      background: url(../images/icon-doctor.png) no-repeat left bottom;
      -webkit-background-size: 26px auto;
              background-size: 26px auto;
      color: white;
      line-height: 1;
      font-weight: 600;
      font-size: 1.625rem;
      padding: 0.6rem 0 0 2.6rem; }
    .sec-phone-consultation .sec-header .button {
      margin-top: 0.4rem;
      padding: 0.4rem 1rem;
      font-size: 0.8125rem;
      border-width: 1px; }
    @media print, screen and (min-width: 50em) {
      .sec-phone-consultation .sec-header .sec-title {
        padding-top: 0.4rem;
        font-size: 1.875rem; } }
  .sec-phone-consultation .sec-lead {
    color: white;
    font-size: 0.9375rem;
    margin-bottom: 2rem; }
  .sec-phone-consultation .frm-phone-consultation .body-form input[type=text],
  .sec-phone-consultation .frm-phone-consultation .body-form input[type=email],
  .sec-phone-consultation .frm-phone-consultation .body-form select {
    background-color: transparent;
    border: 1px solid white;
    color: white; }
    .sec-phone-consultation .frm-phone-consultation .body-form input[type=text] option,
    .sec-phone-consultation .frm-phone-consultation .body-form input[type=email] option,
    .sec-phone-consultation .frm-phone-consultation .body-form select option {
      color: #222; }
      .sec-phone-consultation .frm-phone-consultation .body-form input[type=text] option:first-child,
      .sec-phone-consultation .frm-phone-consultation .body-form input[type=email] option:first-child,
      .sec-phone-consultation .frm-phone-consultation .body-form select option:first-child {
        color: white; }
  .sec-phone-consultation .frm-phone-consultation .body-form label {
    display: none; }
  .sec-phone-consultation .frm-phone-consultation .body-form select {
    background-image: url(../images/arrow-down-white.png); }
  .sec-phone-consultation .frm-phone-consultation .body-form .action {
    text-align: center; }
    .sec-phone-consultation .frm-phone-consultation .body-form .action .button {
      font-size: 1.0625rem;
      padding: 0.5rem 1.8rem;
      font-weight: 600;
      margin-bottom: 2rem;
      width: 100%; }
      .sec-phone-consultation .frm-phone-consultation .body-form .action .button.white {
        padding: 0.6rem 1rem; }
  @media print, screen and (min-width: 50em) {
    .sec-phone-consultation .frm-phone-consultation .body-form {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      margin-left: -1rem !important;
      margin-right: -1rem !important; }
      .sec-phone-consultation .frm-phone-consultation .body-form::before, .sec-phone-consultation .frm-phone-consultation .body-form::after {
        display: table;
        content: ' '; }
      .sec-phone-consultation .frm-phone-consultation .body-form::after {
        clear: both; }
      .sec-phone-consultation .frm-phone-consultation .body-form .field-col {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important; } }
    @media print, screen and (min-width: 50em) and (min-width: 50em) {
      .sec-phone-consultation .frm-phone-consultation .body-form .field-col {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 50em) {
        .sec-phone-consultation .frm-phone-consultation .body-form .field-col:last-child:not(:first-child) {
          float: right; }
      .sec-phone-consultation .frm-phone-consultation .body-form .action {
        text-align: inherit;
        width: 100% !important;
        text-align: right; }
        .sec-phone-consultation .frm-phone-consultation .body-form .action .button {
          margin-bottom: 1rem;
          width: auto; } }
  @media print, screen and (min-width: 64em) {
    .sec-phone-consultation .frm-phone-consultation .body-form {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto; }
      .sec-phone-consultation .frm-phone-consultation .body-form::before, .sec-phone-consultation .frm-phone-consultation .body-form::after {
        display: table;
        content: ' '; }
      .sec-phone-consultation .frm-phone-consultation .body-form::after {
        clear: both; }
      .sec-phone-consultation .frm-phone-consultation .body-form .field-col {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
    @media print, screen and (min-width: 64em) and (min-width: 50em) {
      .sec-phone-consultation .frm-phone-consultation .body-form .field-col {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
        .sec-phone-consultation .frm-phone-consultation .body-form .field-col:last-child:not(:first-child) {
          float: right; } }

.frm-phone-consultations {
  max-width: 500px;
  margin: 0 auto; }
  .frm-phone-consultations input[type=text],
  .frm-phone-consultations input[type=email],
  .frm-phone-consultations select {
    background-color: #89D2D9;
    border-color: #89D2D9; }
  .frm-phone-consultations label {
    text-align: left;
    font-weight: bold;
    color: white; }
  .frm-phone-consultations .button {
    font-weight: normal;
    font-size: 16px;
    padding: 0.85em 3em; }

#page-blog header {
  background: #052675;
  padding: 1.5rem 0; }
  #page-blog header .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #page-blog header .flexbox h1 {
      color: #fff;
      font-size: 1.875rem;
      line-height: 1.2;
      margin: 0; }
      @media print, screen and (min-width: 50em) {
        #page-blog header .flexbox h1 {
          font-size: 2.1875rem; } }

#page-blog article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #page-blog article.cat-1 .category {
    background: #13B8DC; }
  #page-blog article.cat-2 .category {
    background: #9CC128; }
  #page-blog article.cat-3 .category {
    background: #FF693A; }
  #page-blog article.cat-4 .category {
    background: #E4B02C; }
  #page-blog article.cat-5 .category {
    background: #FA0C8D; }
  #page-blog article > a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  #page-blog article figure {
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
    position: relative; }
    #page-blog article figure img {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      height: 100%;
      width: 100%;
      object-fit: cover;
      aspect-ratio: 9/6; }
    #page-blog article figure:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  #page-blog article .category {
    color: white;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 20px;
    width: -webkit-fit-content;
    width: fit-content; }
  #page-blog article .article-content {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #page-blog article .article-content .databox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 1rem 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #page-blog article .article-content .databox .date {
        color: #0082BE;
        font-size: 1.125rem; }
    #page-blog article .article-content h2 {
      font-size: 1.6875rem;
      line-height: 1.2;
      font-weight: bold;
      color: #00257A;
      margin: 0; }
      @media print, screen and (min-width: 50em) {
        #page-blog article .article-content h2 {
          font-size: 2rem; } }
    #page-blog article .article-content h3 {
      font-size: 1.5rem;
      line-height: 1.2;
      font-weight: bold;
      color: #00257A;
      margin: 0; }
    #page-blog article .article-content p {
      color: #607B93;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      line-clamp: 5;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical; }
  #page-blog article .actionbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(96, 123, 147, 0.41); }
    #page-blog article .actionbox .watchers {
      padding-left: 3rem;
      background: url(../images/blog/ico-watch.svg) no-repeat left center;
      -webkit-background-size: contain;
              background-size: contain;
      font-size: 0.875rem;
      color: #052675;
      font-weight: bold; }
    #page-blog article .actionbox .cta {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 6px;
      border: 1px solid #052675;
      border: 1px solid #052675;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #052675;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1rem;
      font-weight: bold;
      height: 60px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1;
      max-width: 185px;
      padding: 1.2rem 4rem 1.2rem 1rem;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
      #page-blog article .actionbox .cta::after {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: url(../images/blog/ico-plus.svg) no-repeat center center;
        border-bottom-right-radius: 6px;
        border-left: 1px solid #052675;
        border-top-right-radius: 6px;
        content: '';
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 53px; }
      #page-blog article .actionbox .cta:hover {
        background-color: rgba(96, 123, 147, 0.1); }
      #page-blog article .actionbox .cta:active {
        background-color: rgba(96, 123, 147, 0.2); }

#page-blog .main-article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  margin: 4rem 0; }
  #page-blog .main-article .article-img img {
    aspect-ratio: 8/6; }
  @media print, screen and (min-width: 50em) {
    #page-blog .main-article {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
      gap: 2rem; }
      #page-blog .main-article .article-img {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      #page-blog .main-article .article-content {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }

#page-blog .articles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 3rem;
  padding: 0 1rem; }
  @media print, screen and (min-width: 50em) {
    #page-blog .articles-grid {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
      padding: 0; } }
  @media print, screen and (min-width: 64em) {
    #page-blog .articles-grid {
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr; } }

#page-blog .sec-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 1rem;
  margin-top: 4rem;
  position: relative; }
  #page-blog .sec-bottom > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #page-blog .sec-bottom .btn {
    padding: 1.2rem 3rem;
    width: auto; }

.entry-header {
  padding: 1rem !important;
  position: relative;
  max-width: 72.5rem;
  margin: 0 auto 1rem auto; }
  @media print, screen and (min-width: 50em) {
    .entry-header {
      padding: 0 1.75rem 1.75rem 1.75rem !important;
      margin-top: 2rem; } }
  .entry-header.type-image:before, .entry-header.type-video:before {
    content: " ";
    background: #0562BD;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    z-index: -1; }
  .entry-header.type-video {
    margin-top: 3rem;
    max-width: 1200px;
    padding: 0 2rem 1.75rem 2rem !important; }
    @media print, screen and (min-width: 50em) {
      .entry-header.type-video {
        margin-top: 8rem; } }
    .entry-header.type-video:before {
      background: #1D2539; }
  .entry-header .header-inner {
    margin: 0 1.5rem -1rem 1.5rem; }
  .entry-header .entry-title {
    background: #0562BD;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 1.4rem 1rem;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 1;
    color: white; }
    @media print, screen and (min-width: 50em) {
      .entry-header .entry-title {
        font-size: 1.625rem; } }
  .entry-header .entry-category {
    background: #D3E9FF;
    color: white;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.0625rem;
    padding: 1rem 3rem;
    line-height: 1;
    margin: 0;
    width: 100%; }
    @media print, screen and (min-width: 50em) {
      .entry-header .entry-category {
        font-size: 1.25rem;
        width: auto; } }
  .entry-header .type-title {
    display: block;
    width: 100%;
    margin-top: 1rem; }
    @media print, screen and (min-width: 50em) {
      .entry-header .type-title {
        margin-top: 9rem; } }
  .entry-header .type-image {
    display: block;
    width: 100%; }
    .entry-header .type-image .entry-image {
      background: no-repeat center;
      -webkit-background-size: cover;
              background-size: cover;
      display: table;
      position: relative;
      min-height: 380px;
      width: 100%; }
      @media print, screen and (min-width: 50em) {
        .entry-header .type-image .entry-image {
          min-height: 380px; } }
      .entry-header .type-image .entry-image .entry-title {
        color: white; }
      .entry-header .type-image .entry-image .header-bottom {
        display: table-cell;
        position: relative;
        vertical-align: bottom;
        z-index: 2; }
        @media print, screen and (min-width: 50em) {
          .entry-header .type-image .entry-image .header-bottom {
            padding: 0 1rem; } }
      .entry-header .type-image .entry-image:before {
        content: " ";
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
        bottom: 0;
        display: block;
        position: absolute;
        height: 60%;
        width: 100%;
        z-index: 0; }
  .entry-header .type-video {
    display: block;
    width: 100%; }

.main-wrap {
  margin-top: 0; }

.single-post .main-content .entry-content {
  max-width: 62.5rem;
  margin: 0 auto 2rem auto;
  padding: 1rem; }
  .single-post .main-content .entry-content h3 {
    font-size: 1.4375rem; }
    @media print, screen and (min-width: 50em) {
      .single-post .main-content .entry-content h3 {
        font-size: 1.5rem; } }
  .single-post .main-content .entry-content h4 {
    font-size: 1.25rem; }
    @media print, screen and (min-width: 50em) {
      .single-post .main-content .entry-content h4 {
        font-size: 1.375rem; } }
  .single-post .main-content .entry-content img {
    width: 100%; }

.single-post .post-meta {
  border-bottom: 3px #e6f3fc solid;
  position: relative;
  padding: 0 1rem 0.9rem 1rem;
  max-width: 72.5rem;
  margin: 0 auto 3rem auto; }
  .single-post .post-meta::after {
    content: " ";
    background: #a5cf25;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 3px;
    width: 30%; }
  .single-post .post-meta .inner {
    max-width: 62.5rem;
    margin: 0 auto; }
    .single-post .post-meta .inner .post-date {
      background: url(../images/icon-calendar.svg) no-repeat left center;
      -webkit-background-size: 28px 28px;
              background-size: 28px;
      padding-left: 2.2rem;
      font-weight: 600;
      font-size: 1.0625rem;
      display: inline-block;
      color: #0562BD;
      width: 49%; }
      @media print, screen and (min-width: 50em) {
        .single-post .post-meta .inner .post-date {
          font-size: 1.25rem; } }
    .single-post .post-meta .inner .post-share {
      color: #0562BD;
      text-align: right;
      display: inline-block;
      width: 49%;
      margin: 0;
      padding: 0; }
      .single-post .post-meta .inner .post-share li {
        display: inline-block;
        vertical-align: middle;
        margin-left: -1px; }
        @media screen and (max-width: 330px) {
          .single-post .post-meta .inner .post-share li.title {
            font-size: 0.75rem; } }
        .single-post .post-meta .inner .post-share li a {
          background: no-repeat center;
          display: block;
          width: 32px;
          height: 32px;
          opacity: 0.85; }
          .single-post .post-meta .inner .post-share li a:hover {
            opacity: 1; }
          .single-post .post-meta .inner .post-share li a:active {
            opacity: 0.8; }
          .single-post .post-meta .inner .post-share li a span {
            display: none; }
          .single-post .post-meta .inner .post-share li a.linkedin {
            background-image: url(../images/icon-linkedin.svg); }
          .single-post .post-meta .inner .post-share li a.facebook {
            background-image: url(../images/icon-facebook.svg);
            width: 28px; }

#page-patient-forms .box-list {
  margin-bottom: 4rem; }
  #page-patient-forms .box-list .box-cat-title {
    font-size: 1.625rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 50em) {
      #page-patient-forms .box-list .box-cat-title {
        font-size: 1.875rem; } }
  #page-patient-forms .box-list .box-header {
    border-bottom: 2px solid #0562BD;
    padding: 1rem 0; }
    #page-patient-forms .box-list .box-header strong {
      text-transform: uppercase;
      color: #0562BD; }
    @media print, screen and (min-width: 50em) {
      #page-patient-forms .box-list .box-header.large-text-right {
        text-align: right; } }
  #page-patient-forms .box-list .box-row {
    padding: 2rem 0;
    border-bottom: 1px solid #0567c7; }
    #page-patient-forms .box-list .box-row .box-title {
      font-size: 1.25rem; }
    #page-patient-forms .box-list .box-row .box-desc p {
      font-size: 0.9375rem;
      font-weight: 300; }
    #page-patient-forms .box-list .box-row .box-size {
      font-size: 0.9375rem;
      font-style: italic;
      font-weight: 300;
      padding: 0.5rem 0; }
    #page-patient-forms .box-list .box-row .download-btn {
      background: url(../images/icon-download.png) no-repeat left center;
      -webkit-background-size: 30px 30px;
              background-size: 30px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0.5rem 0.5rem 0.5rem 2.5rem; }
    @media print, screen and (min-width: 50em) {
      #page-patient-forms .box-list .box-row.large-text-right {
        text-align: right; } }

.page-template-page-patient-resources .page-header {
  margin: 1rem 0 2rem 0; }
  .page-template-page-patient-resources .page-header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 966px; }
    @media print, screen and (min-width: 50em) {
      .page-template-page-patient-resources .page-header .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .page-template-page-patient-resources .page-header .row .column, .page-template-page-patient-resources .page-header .row .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .page-template-page-patient-resources .page-header img {
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 50em) {
      .page-template-page-patient-resources .page-header img {
        margin: 0; } }
  .page-template-page-patient-resources .page-header .header-block {
    max-width: 430px;
    padding: 0 1.5rem; }
    @media print, screen and (min-width: 50em) {
      .page-template-page-patient-resources .page-header .header-block {
        padding: 0; } }
  .page-template-page-patient-resources .page-header .page-title {
    text-transform: inherit;
    font-size: 3.125rem;
    margin-bottom: 2.5rem; }
    @media print, screen and (min-width: 50em) {
      .page-template-page-patient-resources .page-header .page-title {
        font-size: 3.3125rem; } }
  .page-template-page-patient-resources .page-header .desc p {
    font-size: 1.125rem;
    line-height: 1.4; }

.page-template-page-patient-resources .main-wrap {
  background: url(../images/patient-resources-bg.jpg) no-repeat right top;
  -webkit-background-size: 150% 150%;
          background-size: 150%; }
  @media print, screen and (min-width: 50em) {
    .page-template-page-patient-resources .main-wrap {
      -webkit-background-size: 80% 80%;
              background-size: 80%; } }

.page-template-page-guias-clinicas .page-header.full-width-header {
  background-position: top center; }
  @media print, screen and (min-width: 50em) {
    .page-template-page-guias-clinicas .page-header.full-width-header {
      border-bottom: 3px #D9D9D9 solid;
      position: relative;
      overflow: visible; }
      .page-template-page-guias-clinicas .page-header.full-width-header::after {
        content: " ";
        background: #B7E629;
        position: absolute;
        right: 0;
        bottom: -3px;
        height: 3px;
        width: 30%; } }
  @media screen and (max-width: 49.9375em) {
    .page-template-page-guias-clinicas .page-header.full-width-header {
      min-height: 430px;
      padding-bottom: 0; } }
  .page-template-page-guias-clinicas .page-header.full-width-header .header-block {
    background: transparent;
    bottom: 0; }

@media screen and (max-width: 49.9375em) {
  .page-template-page-guias-clinicas .page-header .page-title {
    font-size: 2.25rem; } }

.page-template-page-guias-clinicas .page-description {
  margin-top: 3rem; }
  .page-template-page-guias-clinicas .page-description > .row {
    max-width: 1000px; }

.page-template-page-educational-material .page-header.full-width-header {
  background-position: top center; }
  @media print, screen and (min-width: 50em) {
    .page-template-page-educational-material .page-header.full-width-header {
      border-bottom: 3px #D9D9D9 solid;
      position: relative;
      overflow: visible; }
      .page-template-page-educational-material .page-header.full-width-header::after {
        content: " ";
        background: #B7E629;
        position: absolute;
        right: 0;
        bottom: -3px;
        height: 3px;
        width: 30%; } }
  @media screen and (max-width: 49.9375em) {
    .page-template-page-educational-material .page-header.full-width-header {
      min-height: 430px;
      padding-bottom: 0; } }
  .page-template-page-educational-material .page-header.full-width-header .header-block {
    background: transparent;
    bottom: 0; }

@media screen and (max-width: 49.9375em) {
  .page-template-page-educational-material .page-header .page-title {
    font-size: 2.25rem; } }

.page-template-page-educational-material .page-description {
  margin-top: 3rem; }
  .page-template-page-educational-material .page-description > .row {
    max-width: 1000px; }
