@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Source+Sans+3:ital,wght@0,400;0,500;0,600;1,400;1,600&display=swap");
.font--sans {
  font-family: proxima-nova, "Helvetica", sans-serif;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

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

.fa-ul > li {
  position: relative;
}

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

.fa-li.fa-lg {
  left: -1.85714em;
}

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-remove:before, .chosen-container-single .chosen-single abbr.search-choice-close: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, .chosen-container-active.chosen-with-drop .chosen-single div b:before, html.js .form__fieldset--open .form__toggle--text:after {
  content: "";
}

.fa-angle-down:before, .chosen-container-single .chosen-single div b:before, html.js .form__fieldset--closed .form__toggle--text:after {
  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;
}

.wrapper {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row.reverse {
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.col-xs-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 25%;
}

.col-xs-offset-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 50%;
}

.col-xs-offset-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 75%;
}

.col-xs-offset-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 100%;
}

.col-xs {
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
      order: -1;
}

.last-xs {
  -ms-flex-order: 1;
      order: 1;
}

@media only screen and (min-width: 500px) {
  .container {
    width: 100%;
  }
  .col-sm {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-sm-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%;
  }
  .col-sm {
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
        order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media only screen and (min-width: 640px) {
  .container {
    width: 100%;
  }
  .col-md {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-md-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%;
  }
  .col-md-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%;
  }
  .col-md-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%;
  }
  .col-md-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%;
  }
  .col-md {
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
        order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    width: 100%;
  }
  .col-lg {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-lg-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%;
  }
  .col-lg {
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
        order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media only screen and (min-width: 1070px) {
  .container {
    width: 100%;
  }
  .col-xlg {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-xlg-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-xlg-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-xlg-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xlg-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-xlg-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-xlg-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xlg-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-xlg-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-xlg-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xlg-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-xlg-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-xlg-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xlg-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%;
  }
  .col-xlg-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.66667%;
  }
  .col-xlg-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%;
  }
  .col-xlg-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%;
  }
  .col-xlg-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%;
  }
  .col-xlg-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%;
  }
  .col-xlg-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.33333%;
  }
  .col-xlg-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%;
  }
  .col-xlg-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%;
  }
  .col-xlg-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.33333%;
  }
  .col-xlg-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.66667%;
  }
  .col-xlg-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%;
  }
  .col-xlg {
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xlg {
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xlg {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-xlg {
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xlg {
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-xlg {
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-xlg {
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-xlg {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-xlg {
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-xlg {
    -ms-flex-order: -1;
        order: -1;
  }
  .last-xlg {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media only screen and (min-width: 1250px) {
  .container {
    width: 100%;
  }
  .col-xxlg {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .col-xxlg-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxlg-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxlg-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xxlg-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxlg-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxlg-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xxlg-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxlg-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxlg-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xxlg-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxlg-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxlg-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xxlg-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 8.33333%;
  }
  .col-xxlg-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 16.66667%;
  }
  .col-xxlg-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 25%;
  }
  .col-xxlg-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 33.33333%;
  }
  .col-xxlg-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 41.66667%;
  }
  .col-xxlg-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 50%;
  }
  .col-xxlg-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 58.33333%;
  }
  .col-xxlg-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 66.66667%;
  }
  .col-xxlg-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 75%;
  }
  .col-xxlg-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 83.33333%;
  }
  .col-xxlg-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 91.66667%;
  }
  .col-xxlg-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 100%;
  }
  .col-xxlg {
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xxlg {
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xxlg {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .end-xxlg {
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xxlg {
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .middle-xxlg {
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bottom-xxlg {
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .around-xxlg {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .between-xxlg {
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .first-xxlg {
    -ms-flex-order: -1;
        order: -1;
  }
  .last-xxlg {
    -ms-flex-order: 1;
        order: 1;
  }
}

.color--orange {
  color: #f26a21;
}

.color--blue {
  color: #288dc0;
}

.color--lighter-blue {
  color: #b0ddfb;
}

.color--dark-blue {
  color: #0d528d;
}

.color--darker-blue {
  color: #074377;
}

.color--green {
  color: #70a22a;
}

.color--gray {
  color: #616264;
}

.color--teal {
  color: #108478;
}

.background-color--orange,
.background--orange {
  background-color: #f26a21;
}

.background-color--blue,
.background--blue {
  background-color: #125FA0;
}

.background-color--lighter-blue,
.background--lighter-blue {
  background-color: #b0ddfb;
}

.background-color--light-blue,
.background--light-blue {
  background-color: #288dc0;
}

.background-color--dark-blue,
.background--dark-blue {
  background-color: #0d528d;
}

.background-color--darker-blue,
.background--darker-blue {
  background-color: #074377;
}

.background-color--gray,
.background--gray {
  background-color: #616264;
}

.background-color--green,
.background--green {
  background-color: #70a22a;
}

.background-color--teal,
.background--teal {
  background-color: #108478;
}

.demo-transition.transition-opacity {
  transition: opacity 0.3s ease-in;
}

.demo-transition.transition-move:after {
  transition: left 0.3s ease-in;
}

/**
 * Breakpoint Configuration
 * @see https://github.com/Team-Sass/breakpoint/wiki
 *
 * Usage:
 * display: none; // hidden for mobile
 * @include breakpoint($bp--small-up) {
 *   display: block; // shown above 400
 * }
 */
.grid-demo {
  counter-reset: grid-item;
}

.grid-demo > * {
  counter-increment: grid-item;
}

.grid-demo > *:after {
  content: counter(grid-item);
  margin-left: 3px;
}

.grid-demo > *:nth-child(odd) {
  border: dashed 1px red;
}

.grid-demo > *:nth-child(even) {
  border: dashed 1px orange;
}

.smart-grid > * {
  margin-bottom: 1rem;
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="2"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-small="2"] > * {
    margin-bottom: 30px;
    width: calc(50% - (30px / 2));
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="3"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-small="3"] > * {
    margin-bottom: 30px;
    width: calc(33.33333% - (30px / 2));
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="4"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-small="4"] > * {
    margin-bottom: 30px;
    width: calc(25% - (30px / 2));
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="5"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-small="5"] > * {
    margin-bottom: 30px;
    width: calc(20% - (30px / 2));
  }
}

@media (min-width: 500px) {
  .smart-grid[data-row-items-small="6"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-small="6"] > * {
    margin-bottom: 30px;
    width: calc(16.66667% - (30px / 2));
  }
}

@media (min-width: 640px) {
  .smart-grid[data-row-items-medium="2"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-medium="2"] > * {
    margin-bottom: 30px;
    width: calc(50% - (30px / 2));
  }
}

@media (min-width: 640px) {
  .smart-grid[data-row-items-medium="3"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-medium="3"] > * {
    margin-bottom: 30px;
    width: calc(33.33333% - (30px / 2));
  }
}

@media (min-width: 640px) {
  .smart-grid[data-row-items-medium="4"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-medium="4"] > * {
    margin-bottom: 30px;
    width: calc(25% - (30px / 2));
  }
}

@media (min-width: 640px) {
  .smart-grid[data-row-items-medium="5"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-medium="5"] > * {
    margin-bottom: 30px;
    width: calc(20% - (30px / 2));
  }
}

@media (min-width: 640px) {
  .smart-grid[data-row-items-medium="6"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-medium="6"] > * {
    margin-bottom: 30px;
    width: calc(16.66667% - (30px / 2));
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-large="2"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-large="2"] > * {
    margin-bottom: 30px;
    width: calc(50% - (30px / 2));
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-large="3"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-large="3"] > * {
    margin-bottom: 30px;
    width: calc(33.33333% - (30px / 2));
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-large="4"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-large="4"] > * {
    margin-bottom: 30px;
    width: calc(25% - (30px / 2));
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-large="5"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-large="5"] > * {
    margin-bottom: 30px;
    width: calc(20% - (30px / 2));
  }
}

@media (min-width: 768px) {
  .smart-grid[data-row-items-large="6"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-large="6"] > * {
    margin-bottom: 30px;
    width: calc(16.66667% - (30px / 2));
  }
}

@media (min-width: 1070px) {
  .smart-grid[data-row-items-xlarge="2"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-xlarge="2"] > * {
    margin-bottom: 30px;
    width: calc(50% - (30px / 2));
  }
}

@media (min-width: 1070px) {
  .smart-grid[data-row-items-xlarge="3"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-xlarge="3"] > * {
    margin-bottom: 30px;
    width: calc(33.33333% - (30px / 2));
  }
}

@media (min-width: 1070px) {
  .smart-grid[data-row-items-xlarge="4"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-xlarge="4"] > * {
    margin-bottom: 30px;
    width: calc(25% - (30px / 2));
  }
}

@media (min-width: 1070px) {
  .smart-grid[data-row-items-xlarge="5"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-xlarge="5"] > * {
    margin-bottom: 30px;
    width: calc(20% - (30px / 2));
  }
}

@media (min-width: 1070px) {
  .smart-grid[data-row-items-xlarge="6"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .smart-grid[data-row-items-xlarge="6"] > * {
    margin-bottom: 30px;
    width: calc(16.66667% - (30px / 2));
  }
}

@media (min-width: 768px) {
  .grid--4-5, .callout--primary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .grid--4-5 > *:nth-child(odd), .callout--primary > *:nth-child(odd) {
    width: calc(44.44% - (30px / 2));
  }
  .grid--4-5 > *:nth-child(even), .callout--primary > *:nth-child(even) {
    width: calc(55.55% - (30px / 2));
  }
}

.grid-container, div[aria-label="Status message"], div[aria-label="Error message"], div[aria-label="Warning message"] {
  padding: 0 15px;
}

.grid-container::after, div[aria-label="Status message"]::after, div[aria-label="Error message"]::after, div[aria-label="Warning message"]::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 768px) {
  .grid-container, div[aria-label="Status message"], div[aria-label="Error message"], div[aria-label="Warning message"] {
    max-width: 1440px;
    margin: 0 auto;
  }
}

@media (min-width: 1441px) {
  .grid-container, div[aria-label="Status message"], div[aria-label="Error message"], div[aria-label="Warning message"] {
    padding: 0;
  }
}

@media (min-width: 1070px) {
  .grid-container {
    padding: 0 35px;
  }
}

@media (min-width: 1440px) {
  .grid-container {
    padding: 0;
  }
}

.webform-confirmation {
  max-width: 1440px;
  margin: 0 auto;
}

.u-spacing-down {
  margin-bottom: 30px;
}

.u-spacing-up {
  margin-top: 30px;
}

.u-gap-down {
  margin-bottom: 12px;
}

.u-gap-up {
  margin-top: 12px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.local-base {
  font-size: 1rem;
}

.u-border {
  border: solid 1px #616264;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

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

iframe,
video {
  max-width: 100%;
}

figure {
  margin: 0 0 12px;
}

main {
  display: block;
}

main::after {
  clear: both;
  content: "";
  display: table;
}

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

table {
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #F0F0F1;
}

table.full-width {
  width: 100%;
}

th {
  text-align: left;
  padding: 5px;
}

thead th {
  background-color: #DADADA;
}

tbody th {
  background-color: #F0F0F1;
}

/* old:"Sentinel SSm A","Sentinel SSm B","Georgia",serif */
/* old:"Whitney A", "Whitney B", proxima-nova, "Helvetica", sans-serif; */
/* old: proxima-nova */
h1, .h1 {
  font-family: "Domine", serif;
  font-size: 26px;
  letter-spacing: -0.5px;
  font-weight: normal;
  line-height: normal;
  margin: 25px 0;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 42px;
    letter-spacing: -1px;
  }
}

h1 a,
a h1, .h1 a,
a .h1 {
  font-family: "Source Sans 3", sans-serif;
}

h2, .h2 {
  font-family: "Domine", serif;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: normal;
  line-height: 1.27;
  margin: 15px 0 20px;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }
}

h2 a,
a h2, .h2 a,
a .h2 {
  font-family: "Source Sans 3", sans-serif;
}

h3, .h3 {
  font-family: "Domine", serif;
  font-size: 23px;
  line-height: normal;
  font-weight: normal;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 22px;
  }
}

h3 a,
a h3, .h3 a,
a .h3 {
  font-family: "Source Sans 3", sans-serif;
}

h4, .h4 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 10px;
}

h5, .h5 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 20px;
}

h6, .h6 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 20px;
}

.heading--primary {
  font-family: "Domine", serif;
  font-weight: normal;
  font-size: 33px;
  letter-spacing: -0.9px;
}

@media (min-width: 768px) {
  .heading--primary {
    font-size: 61px;
    letter-spacing: -1px;
  }
}

.heading--underlined {
  font-size: 29px;
  line-height: normal;
  border-bottom: 4px solid #b0ddfb;
  padding-bottom: 10px;
  margin: 0 0 12px;
}

.page--homepage .heading--underlined {
  margin: 0 0 20px;
}

.page--homepage .headline .heading--teaser {
  margin: 0 0 15px;
}

.heading--sub {
  font-size: 12px;
  letter-spacing: 3.1px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #125FA0;
  margin: 0;
}

@media (min-width: 768px) {
  .heading--sub {
    font-size: 18px;
    line-height: 1.73;
    letter-spacing: 6.5px;
  }
}

.heading--teaser {
  font-family: "Source Sans 3", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
}

li {
  list-style-type: none;
}

.list--unordered ul, .list--unordered-column ul, .field ul {
  list-style: none;
  padding: 0;
}

.list--unordered ul li, .list--unordered-column ul li, .field ul li {
  margin: 0;
  padding-left: 1.5em;
  position: relative;
}

.list--unordered ul li::before, .list--unordered-column ul li::before, .field ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #b0ddfb;
}

.list--unordered ul li::after, .list--unordered-column ul li::after, .field ul li::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #b0ddfb;
}

.list--unordered-column ul {
  list-style-position: inside;
}

@media (min-width: 500px) {
  .list--unordered-column ul {
    column-count: 2;
  }
}

@media (min-width: 640px) {
  .list--unordered-column ul {
    column-count: 3;
  }
}

.list--unordered-column ul li {
  text-indent: 0em;
  padding-left: 1em;
}

@media (min-width: 640px) {
  .list--definition dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 640px) {
  .list--definition dl dt {
    -ms-flex: 0 0 180px;
        flex: 0 0 180px;
  }
}

.list--definition dl dd {
  color: #75757a;
}

@media (min-width: 640px) {
  .list--definition dl dd {
    -ms-flex: 0 0;
        flex: 0 0;
    -ms-flex-preferred-size: calc(100% - 180px);
        flex-basis: calc(100% - 180px);
    margin-left: 0;
    padding-left: 15px;
    max-width: calc(100% - 180px);
  }
}

.list--row ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}

.list--row ul li {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

@media (min-width: 500px) {
  .list--row ul li {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    padding-right: 10px;
  }
}

@media (min-width: 640px) {
  .list--row ul li {
    -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    padding-right: 10px;
  }
}

.list--awards ul {
  padding-left: 0;
  margin: 0;
}

.list--awards li {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.list--awards .list__icon-wrapper {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.list--awards .list__icon {
  font-size: 16px;
  line-height: 30px;
  padding: 0 4px;
  color: white;
  background-color: #125FA0;
}

.list--awards .list__text {
  padding-left: 10px;
}

@media (min-width: 640px) {
  .list--awards .list__text {
    font-size: 20px;
    line-height: 1.65;
  }
}

.list--awards ul li:before {
  content: none;
}

.doctor-card__award-list {
  padding-left: 0;
  margin: 0;
}

.doctor-card__award {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.doctor-card__award-icon {
  font-size: 16px;
  line-height: 30px;
  padding: 0 4px;
  color: white;
  background-color: #125FA0;
}

.list--grid .list__item {
  margin-top: 12px;
}

.list--grid .list__item:first-child {
  margin-top: 0;
}

@media (min-width: 1070px) {
  .list--grid.list--xlg-4-cols .list__item:nth-child(1) {
    margin-top: 0;
  }
}

@media (min-width: 1070px) {
  .list--grid.list--xlg-4-cols .list__item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 1070px) {
  .list--grid.list--xlg-4-cols .list__item:nth-child(3) {
    margin-top: 0;
  }
}

@media (min-width: 1070px) {
  .list--grid.list--xlg-4-cols .list__item:nth-child(4) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .list--grid.list--lg-2-cols .list__item:nth-child(1) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .list--grid.list--lg-2-cols .list__item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .list--grid.list--lg-3-cols .list__item:nth-child(1) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .list--grid.list--lg-3-cols .list__item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .list--grid.list--lg-3-cols .list__item:nth-child(3) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .list--grid.list--lg-4-cols .list__item:nth-child(1) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .list--grid.list--lg-4-cols .list__item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .list--grid.list--lg-4-cols .list__item:nth-child(3) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .list--grid.list--lg-4-cols .list__item:nth-child(4) {
    margin-top: 0;
  }
}

@media (min-width: 500px) {
  .list--grid.list--sm-2-cols .list__item:nth-child(1) {
    margin-top: 0;
  }
}

@media (min-width: 500px) {
  .list--grid.list--sm-2-cols .list__item:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 380px) {
  div.col-xs-12.col-xlg-3.news-cards {
    margin-top: 20px;
  }
}

@media (min-width: 1070px) {
  div.col-xs-12.col-xlg-3.news-cards {
    margin-top: 0;
  }
}

.webform-progress ul li {
  margin: 0;
  padding: 0;
  position: relative;
}

.webform-progress ul li::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
}

.webform-progress ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
}

html {
  font-size: 16px;
  line-height: 1.62;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
    line-height: 1.83;
  }
}

body {
  color: #616264;
  font-family: "Source Sans 3", sans-serif;
}

p {
  margin: 0 0 12px;
}

a {
  color: #125FA0;
}

a:link, a:visited {
  color: #125FA0;
  text-decoration: none;
  font-weight: 600;
}

a:hover, a:focus, a:active {
  color: #288dc0;
  text-decoration: none;
}

blockquote {
  font-family: "Domine", serif;
  font-size: 33px;
  line-height: 1.36;
  border-left: solid 10px #288dc0;
  padding-left: 20px;
  margin-left: 0;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: currentColor;
}

.font-secondary {
  color: #616264;
  font-family: "Source Sans 3", sans-serif;
  font-family: "Domine", serif;
}

code:before {
  content: '`';
}

code:after {
  content: '`';
}

pre code:after, pre code:before {
  content: '';
}

figcaption {
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.43;
  font-size: 14px;
  margin-top: 5px;
}

.body--lead {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .body--lead {
    font-size: 22px;
  }
}

.body--teaser, .description {
  line-height: 1.62;
  font-size: 16px;
}

.body--teaser p, .description p {
  margin-bottom: 15px;
}

.highlight--warn {
  color: red;
}

a.create-account-link {
  display: none;
}

a.request-password-link {
  margin-left: -40px;
}

details > summary {
  cursor: pointer;
}

details > summary:focus {
  outline: 1px dotted;
}

.block__field .field a:link {
  text-decoration: underline;
  font-weight: normal;
}

.block__basic .field a:link {
  text-decoration: underline;
  font-weight: normal;
}

.field a:link {
  text-decoration: underline;
  font-weight: normal;
}

.field a[href^=tel] {
  text-decoration: underline;
  font-weight: normal;
}

.field a.button:link {
  text-decoration: none;
  font-weight: bold;
}

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

/**
 * Font application to generic DOM
 */
[class*="icon--"] {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
}

.icon--bandaids::before {
  content: "";
}

.icon--bed::before {
  content: "";
}

.icon--book::before {
  content: "";
}

.icon--bookmark::before {
  content: "";
}

.icon--check::before {
  content: "";
}

.icon--chevron-down::before {
  content: "";
}

.icon--chevron-up::before {
  content: "";
}

.icon--clinic::before {
  content: "";
}

.icon--clipboard::before {
  content: "";
}

.icon--comment::before {
  content: "";
}

.icon--computer::before {
  content: "";
}

.icon--doctor::before {
  content: "";
}

.icon--folder::before {
  content: "";
}

.icon--heart::before {
  content: "";
}

.icon--home::before {
  content: "";
}

.icon--hospital::before {
  content: "";
}

.icon--labs::before {
  content: "";
}

.icon--logo::before {
  content: "";
}

.icon--map-pin::before {
  content: "";
}

.icon--menu::before {
  content: "";
}

.icon--monitor::before {
  content: "";
}

.icon--new_window::before {
  content: "";
}

.icon--open::before {
  content: "";
}

.icon--person::before {
  content: "";
}

.icon--phone::before {
  content: "";
}

.icon--pills::before {
  content: "";
}

.icon--practice::before {
  content: "";
}

.icon--search::before {
  content: "";
}

.icon--share::before {
  content: "";
}

.icon--trophy::before {
  content: "";
}

.icon--x::before {
  content: "";
}

.site-footer__nav--icons .social-icon {
  background-color: #1d78b5;
  color: white;
  border-bottom: none;
  font-size: 21px;
  line-height: 1.7;
  text-align: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  transition: background-color 0.2s ease-in;
}

.site-footer__nav--icons .social-icon:hover {
  background-color: white;
  color: #125FA0;
}

button,
.button {
  color: white;
  background-color: #288dc0;
  border-color: #288dc0;
  border-style: solid;
  border-width: 3px;
  border-radius: 0 0 10px 0;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  padding: 7px 17px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  font-size: 19px;
  line-height: 1.2;
  text-transform: uppercase;
}

button:link, button:visited,
.button:link,
.button:visited {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

button:hover, button:focus, button:active,
.button:hover,
.button:focus,
.button:active {
  color: white;
  text-decoration: none;
}

button:hover,
.button:hover {
  background-color: #125FA0;
  border-color: #125FA0;
}

.button--secondary {
  color: #125FA0;
  background-color: white;
  border-color: #DADADA;
  border-style: solid;
  border-width: 3px;
  border-radius: 0 0 10px 0;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  padding: 7px 17px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  font-size: 19px;
  line-height: 1.2;
  text-transform: uppercase;
}

.button--secondary:link, .button--secondary:visited {
  color: #125FA0;
  text-decoration: none;
  font-weight: bold;
}

.button--secondary:hover, .button--secondary:focus, .button--secondary:active {
  color: #288dc0;
  text-decoration: none;
}

.button--secondary:hover {
  background-color: white;
  border-color: #125FA0;
}

.button--reverse {
  color: #288dc0;
  background-color: white;
  border-color: white;
  border-style: solid;
  border-width: 3px;
  border-radius: 0 0 10px 0;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  padding: 7px 17px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  font-size: 19px;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 19px;
}

.button--reverse:link, .button--reverse:visited {
  color: #288dc0;
  text-decoration: none;
  font-weight: bold;
}

.button--reverse:hover, .button--reverse:focus, .button--reverse:active {
  color: #288dc0;
  text-decoration: none;
}

.button--reverse:hover {
  background-color: white;
  border-color: white;
}

.button--disabled {
  color: #616264;
  background-color: #DADADA;
  border-color: #DADADA;
  border-style: solid;
  border-width: 3px;
  border-radius: 0 0 10px 0;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  padding: 7px 17px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  font-size: 19px;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: not-allowed;
}

.button--disabled:link, .button--disabled:visited {
  color: #616264;
  text-decoration: none;
  font-weight: bold;
}

.button--disabled:hover, .button--disabled:focus, .button--disabled:active {
  color: #616264;
  text-decoration: none;
}

.button--disabled:hover {
  background-color: #DADADA;
  border-color: #DADADA;
}

.button--darker {
  color: white;
  background-color: #074377;
  border-color: #074377;
  border-style: solid;
  border-width: 3px;
  border-radius: 0 0 10px 0;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  padding: 7px 17px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  font-size: 19px;
  line-height: 1.2;
  text-transform: uppercase;
}

.button--darker:link, .button--darker:visited {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.button--darker:hover, .button--darker:focus, .button--darker:active {
  color: white;
  text-decoration: none;
}

.button--darker:hover {
  background-color: black;
  border-color: black;
}

.button--dark {
  color: white;
  background-color: #0d528d;
  border-color: #0d528d;
  border-style: solid;
  border-width: 3px;
  border-radius: 0 0 10px 0;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  padding: 7px 17px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  font-size: 19px;
  line-height: 1.2;
  text-transform: uppercase;
}

.button--dark:link, .button--dark:visited {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.button--dark:hover, .button--dark:focus, .button--dark:active {
  color: white;
  text-decoration: none;
}

.button--dark:hover {
  background-color: #074377;
  border-color: #074377;
}

.button--share {
  color: #288dc0;
  background-color: white;
  border-color: #288dc0;
  border-style: solid;
  border-width: 3px;
  border-radius: 0 0 10px 0;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  padding: 7px 17px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  font-size: 19px;
  line-height: 1.2;
  text-transform: uppercase;
  border-width: 2px;
  border-radius: 0;
  padding-right: 10px;
}

.button--share:link, .button--share:visited {
  color: #288dc0;
  text-decoration: none;
  font-weight: bold;
}

.button--share:hover, .button--share:focus, .button--share:active {
  color: white;
  text-decoration: none;
}

.button--share:hover {
  background-color: #288dc0;
  border-color: #288dc0;
}

.button--share .button__icon {
  margin-left: 10px;
}

.button--plain {
  color: #125FA0;
  background-color: transparent;
  border-color: #288dc0;
  border-style: solid;
  border-width: 3px;
  border-radius: 0 0 10px 0;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  padding: 7px 17px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  font-size: 19px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Domine", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 2.06;
  text-transform: none;
  padding: 0;
  border: none;
}

.button--plain:link, .button--plain:visited {
  color: #125FA0;
  text-decoration: none;
  font-weight: bold;
}

.button--plain:hover, .button--plain:focus, .button--plain:active {
  color: #288dc0;
  text-decoration: none;
}

.button--plain:hover {
  background-color: transparent;
  border-color: #125FA0;
}

.button--plain:after {
  content: "»";
  margin-left: 5px;
  line-height: normal;
}

a.button {
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="submit"],
.form-submit {
  background-color: #288dc0;
  border-color: #288dc0;
  border-style: solid;
  border-width: 3px;
  border-radius: 0 0 10px 0;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  padding: 7px 17px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  font-size: 19px;
  line-height: 1.2;
  text-transform: uppercase;
}

input[type="submit"]:hover,
.form-submit:hover {
  background-color: #125FA0;
  border-color: #125FA0;
}

.reverse-wrapper {
  background-color: #288dc0;
  padding: 20px;
}

.social-share {
  float: right;
}

.social-share__container {
  position: relative;
}

.social-share__icons {
  position: absolute;
  right: 0;
  padding-top: 10px;
  width: 135px;
  display: none;
  background-color: #fff;
}

.social-share:hover .social-share__icons {
  display: block;
}

.icon:not(:last-child) {
  padding-right: 5px;
}

.node--type-physician .block-region-top {
  position: relative;
}

.node--type-physician .social-share {
  position: absolute;
  z-index: 100;
  right: 10px;
  margin-top: 10px;
}

@media (min-width: 1070px) {
  .node--type-physician .social-share {
    position: absolute;
    z-index: 100;
    right: 30px;
    margin-top: 30px;
  }
}

.node--type-physician .social-share__icons {
  background-color: transparent;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0 0 10px 0;
  box-shadow: none;
}

body.win-os .button--share .button__icon {
  position: relative;
  bottom: 27px;
}

.full-width {
  display: block;
  margin-bottom: 10px;
}

address, .address {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  line-height: 1.07;
  font-style: normal;
}

@media (min-width: 768px) {
  address, .address {
    line-height: 1.5;
    font-size: 19px;
  }
}

address p, .address p {
  margin-bottom: 0;
}

.care-member {
  font-size: 14px;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
}

.care-member__icon {
  color: #125FA0;
  margin-right: 10px;
  font-size: 25px;
}

body.win-os .care-member__icon {
  position: relative;
  bottom: 33px;
}

.date {
  font-family: "Domine", serif;
  color: #75757a;
  font-size: 14px;
  line-height: 1;
}

@media (min-width: 768px) {
  .date {
    font-size: 15px;
  }
}

.distance {
  width: 100%;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 15px;
}

@media (min-width: 1070px) {
  .distance {
    width: auto;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

.distance__content {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  background-color: #F0F0F1;
  padding: 7px 10px;
}

.distance--doctor {
  border-top: 1px solid #DADADA;
  border-bottom: none;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

@media (min-width: 1070px) {
  .distance--doctor {
    border-top: none;
    border-bottom: 1px solid #DADADA;
    position: relative;
  }
}

.distance--doctor .distance__content {
  float: right;
}

@media (min-width: 768px) {
  .facet-item {
    display: inline;
  }
}

.facet-item a {
  background-color: white;
  border-color: white;
  border-style: solid;
  border-width: 3px;
  border-radius: 0 0 10px 0;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  padding: 7px 17px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  font-size: 19px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 14px;
  font-size: 15px;
}

.facet-item a:hover {
  background-color: white;
  border-color: white;
}

.facet-item a.is-active {
  color: #666666;
  background-color: #F0F0F1;
  border-color: #F0F0F1;
  border-style: solid;
  border-width: 3px;
  border-radius: 0 0 10px 0;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  padding: 7px 17px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  font-size: 19px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-right: 6px;
  font-size: 16px;
}

.facet-item a.is-active:link, .facet-item a.is-active:visited {
  color: #666666;
  text-decoration: none;
  font-weight: 600;
}

.facet-item a.is-active:hover, .facet-item a.is-active:focus, .facet-item a.is-active:active {
  color: #616264;
  text-decoration: none;
}

.facet-item a.is-active:hover {
  background-color: #DADADA;
  border-color: #DADADA;
}

.facet-item__status {
  display: none;
}

.page--listing .content__main form {
  margin-bottom: 0;
}

.location-name {
  font-size: 15px;
  line-height: normal;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .location-name {
    font-size: 22px;
  }
}

div[aria-label="Status message"], div[aria-label="Error message"], div[aria-label="Warning message"] {
  border: 1px solid #b0ddfb;
  border-left-width: 10px;
  padding: 10px 10px 10px 15px;
  margin-bottom: 12px;
}

div[aria-label="Status message"] ul, div[aria-label="Error message"] ul, div[aria-label="Warning message"] ul {
  padding-left: 0;
  margin: 0;
}

div[aria-label="Error message"] {
  border-color: red;
}

div[aria-label="Warning message"] {
  border-color: #f26a21;
}

.specialty {
  font-size: 13px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

@media (min-width: 768px) {
  .specialty {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}

.tel__number, a[href^=tel] {
  color: #125FA0;
  font-family: "Source Sans 3", sans-serif;
}

.tel__number:link, a:link[href^=tel], .tel__number:visited, a:visited[href^=tel] {
  color: #125FA0;
  text-decoration: none;
  font-weight: bold;
}

.tel__number:hover, a:hover[href^=tel], .tel__number:focus, a:focus[href^=tel], .tel__number:active, a:active[href^=tel] {
  color: #288dc0;
  text-decoration: none;
}

.tel__prefix {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #75757a;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .tel__prefix {
    font-size: 17px;
  }
}

.tel__number {
  font-size: 15px;
  line-height: 1.87;
}

@media (min-width: 768px) {
  .tel__number {
    font-size: 18px;
    line-height: 1.56;
  }
}

.field ol li {
  list-style-type: decimal;
}

.field__label {
  margin: 0 0 12px;
}

.field__label--inline {
  font-weight: bold;
}

.field__wrapper {
  max-height: 350px;
  overflow: hidden;
  position: relative;
}

.field__wrapper:after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.is-expanded .field__wrapper {
  max-height: 100%;
}

.is-expanded .field__wrapper:after {
  content: none;
}

.field__link {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
}

.is-expanded .field__link-text--more {
  display: none;
}

.field__link-text--less {
  display: none;
}

.is-expanded .field__link-text--less {
  display: inline;
}

.field__icon {
  padding: 0 5px;
  font-size: 8px;
}

body.win-os .field__icon.icon--chevron-down {
  position: relative;
  top: 10px;
}

body.win-os .field__icon.icon--chevron-up {
  position: relative;
  top: -10px;
}

.lab-test__field {
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px 5px 25px;
}

.lab-test__field-label {
  font-weight: 600;
  -ms-flex: 1;
      flex: 1;
  width: 250px;
  min-width: 120px;
}

.lab-test__field-content {
  -ms-flex: 3;
      flex: 3;
  padding-left: 10px;
}

.lab-test__field-inline p {
  display: inline;
  padding-right: 15px;
}

.lab-test__field p {
  margin-bottom: 10px;
}

.field .ckeditor-accordion-container > dl {
  border: 1px solid #ececec;
}

.field .ckeditor-accordion-container > dl .ckeditor-accordion-toggle::before, .field .ckeditor-accordion-container > dl .ckeditor-accordion-toggle::after {
  background: #616264;
}

.field .ckeditor-accordion-container > dl dt > a {
  background-color: #f8f8f9;
  color: #505050;
  border: 1px solid #ececec;
}

.field .ckeditor-accordion-container > dl dt > a:hover {
  background-color: #ececec;
  border: 1px solid #ececec;
  color: #505050;
}

.field .ckeditor-accordion-container > dl dt.active > a {
  background-color: #ececec;
  border: 1px solid #ececec;
  color: #505050;
}

.field .ckeditor-accordion-container > dl.teal {
  border: 1px solid #108478;
}

.field .ckeditor-accordion-container > dl.teal dt > a {
  background-color: #108478;
  border: 1px solid #15a191;
}

.field .ckeditor-accordion-container > dl.teal dt > a:hover {
  background-color: #15a191;
  border: 1px solid #15a191;
}

.field .ckeditor-accordion-container > dl.teal dt.active > a {
  background-color: #15a191;
  border: 1px solid #15a191;
}

.field .ckeditor-accordion-container > dl.green {
  border: 1px solid #70a22a;
}

.field .ckeditor-accordion-container > dl.green dt > a {
  background-color: #70a22a;
  border: 1px solid #7eb530;
}

.field .ckeditor-accordion-container > dl.green dt > a:hover {
  background-color: #7eb530;
  border: 1px solid #7eb530;
}

.field .ckeditor-accordion-container > dl.green dt.active > a {
  background-color: #7eb530;
  border: 1px solid #7eb530;
}

form {
  margin-bottom: 30px;
}

aside.content__right form {
  margin-bottom: 0;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="month"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select {
  border: solid 1px #8f8f8f;
  font-size: 18px;
  font-family: "Domine", serif;
  height: 48px;
  padding-left: 15px;
  max-width: 100%;
}

input[type="color"]::-ms-clear,
input[type="date"]::-ms-clear,
input[type="datetime-local"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="number"]::-ms-clear,
input[type="month"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="text"]::-ms-clear,
input[type="time"]::-ms-clear,
input[type="url"]::-ms-clear,
input[type="week"]::-ms-clear,
select::-ms-clear {
  display: none;
}

input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #999;
  font-style: italic;
}

input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="month"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
select::placeholder {
  color: #999;
  font-style: italic;
}

input,
textarea,
select {
  color: #616264;
  font-family: "Source Sans 3", sans-serif;
}

textarea {
  border: solid 1px #8f8f8f;
  font-size: 18px;
  font-family: "Domine", serif;
  padding: 15px;
  max-width: 100%;
}

fieldset {
  padding: 12px;
  border: 1px solid #8f8f8f;
  margin-bottom: 12px;
  min-width: 0;
}

.fieldgroup > legend,
label {
  font-size: 17px;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
  display: block;
}

.fieldgroup > legend.form-required::after,
label.form-required::after {
  content: "*";
  color: #f26a21;
  font-weight: bold;
}

.form__item--checkbox label,
.form__item--radio label {
  display: inline;
}

.button-class + label:after {
  display: none;
}

.js-form-item input + label:after {
  display: none;
}

input[type="radio"]:not(.button-class):checked + label:before {
  background-color: #108478;
  box-shadow: inset 0 0 0 3px white;
}

input[type="radio"].button-class {
  display: none;
}

input[type="radio"].button-class + label {
  display: inline-block;
  color: white;
  font-weight: 600;
  background-color: #616264;
  padding: 5px 30px;
  font-size: 18px;
  border: 2px solid #616264;
  border-radius: 6px;
}

input[type="radio"].button-class:checked + label {
  background-color: #125FA0;
  border-color: #125FA0;
}

input[type="radio"].button-class:hover + label {
  background-color: #125FA0;
  border-color: #125FA0;
}

input[type="checkbox"] {
  margin-right: 10px;
  transform: scale(2, 2);
}

.form__item {
  margin-bottom: 12px;
}

.form__item > .form__item {
  margin-bottom: 0;
}

.description {
  margin-top: 6px;
}

.webform-multiple-table td:last-child {
  display: block;
}

.webform-multiple-table td input[type="image"] {
  height: 38px;
  width: 38px;
  background-color: white;
  border-color: white;
  border-style: solid;
  border-width: 3px;
  border-radius: 0 0 10px 0;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  padding: 7px 17px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  font-size: 19px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0;
  margin-top: 5px;
}

.webform-multiple-table td input[type="image"]:hover {
  background-color: white;
  border-color: white;
}

.search-results-scrollto {
  position: absolute;
  margin-top: -19px;
}

.user-login-form .captcha img {
  clear: right;
  display: block;
}

.bef-exposed-form .form--views-exposed-form-news-all-news-cards-block {
  border: 1px solid #8f8f8f;
  padding: 10px;
}

body.win-os .bef-exposed-form input[type='checkbox'] + label::before {
  line-height: 0px;
}

.webform-submission-schedule-an-appointment-form .fieldgroup > legend.form-required::after, .webform-submission-schedule-an-appointment-form label.form-required::after {
  content: "";
}

.webform-submission-schedule-an-appointment-form .fieldgroup > legend, .webform-submission-schedule-an-appointment-form label {
  margin-bottom: 10px;
}

.form-border {
  border: 2px solid #8f8f8f;
  padding: 15px;
}

.form__fieldset--edit-location .webform-element-description {
  padding-left: 26px;
}

.form__fieldset--edit-location .description {
  margin-top: 0;
}

.webform-required .form-required::after {
  content: "*";
  color: #f26a21;
  font-weight: bold;
}

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

/**
 * Font application to generic DOM
 */
[class*="icon--"] {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
}

.icon--bandaids::before {
  content: "";
}

.icon--bed::before {
  content: "";
}

.icon--book::before {
  content: "";
}

.icon--bookmark::before {
  content: "";
}

.icon--check::before {
  content: "";
}

.icon--chevron-down::before {
  content: "";
}

.icon--chevron-up::before {
  content: "";
}

.icon--clinic::before {
  content: "";
}

.icon--clipboard::before {
  content: "";
}

.icon--comment::before {
  content: "";
}

.icon--computer::before {
  content: "";
}

.icon--doctor::before {
  content: "";
}

.icon--folder::before {
  content: "";
}

.icon--heart::before {
  content: "";
}

.icon--home::before {
  content: "";
}

.icon--hospital::before {
  content: "";
}

.icon--labs::before {
  content: "";
}

.icon--logo::before {
  content: "";
}

.icon--map-pin::before {
  content: "";
}

.icon--menu::before {
  content: "";
}

.icon--monitor::before {
  content: "";
}

.icon--new_window::before {
  content: "";
}

.icon--open::before {
  content: "";
}

.icon--person::before {
  content: "";
}

.icon--phone::before {
  content: "";
}

.icon--pills::before {
  content: "";
}

.icon--practice::before {
  content: "";
}

.icon--search::before {
  content: "";
}

.icon--share::before {
  content: "";
}

.icon--trophy::before {
  content: "";
}

.icon--x::before {
  content: "";
}

img.bp--medium {
  width: 25%;
  margin: 0 20px 10px 0;
  float: left;
}

@media (min-width: 640px) {
  img.bp--medium {
    width: 100%;
    margin: auto;
    float: none;
  }
}

.block__basic .field {
  margin-bottom: 12px;
}

.title-icon {
  vertical-align: top;
  margin-right: 5px;
}

.breadcrumb {
  font-family: "Source Sans 3", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  padding: 4px 0;
}

.breadcrumb__home-link {
  font-size: 10px;
  display: block;
  float: left;
}

.breadcrumb__home-link:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: inherit;
  color: inherit;
}

body.win-os .breadcrumb__home-link {
  position: relative;
  bottom: 13px;
}

.breadcrumb__link:hover {
  color: #125FA0;
}

.breadcrumb__link:hover:link, .breadcrumb__link:hover:visited {
  color: #125FA0;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb__link:hover:hover, .breadcrumb__link:hover:focus, .breadcrumb__link:hover:active {
  color: #288dc0;
  text-decoration: none;
}

.breadcrumb__divider {
  color: #616264;
  padding: 0 5px;
}

@media (min-width: 1070px) {
  .breadcrumb {
    margin: 0 35px;
  }
}

@media (min-width: 1440px) {
  .breadcrumb {
    margin: 0 auto;
  }
}

.callout__image-wrapper {
  margin-bottom: 20px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.callout__heading--sub {
  margin: 10px 0 15px;
}

.callout__teaser {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .callout__image-wrapper {
    margin-bottom: 0;
  }
  .callout__teaser {
    margin-bottom: 0;
  }
}

.callout--primary {
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}

.content__fith-first-col .callout {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 12px;
}

@media (min-width: 768px) {
  .content__fith-first-col .callout {
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #DADADA;
  }
}

@media (min-width: 768px) {
  .content__fith-first-col .callout__content-inner {
    padding-right: 30px;
  }
}

.caption-block {
  font-size: 1rem;
  margin: 0;
}

.caption-block__body {
  font-size: 1em;
  line-height: 1.35em;
}

@media (min-width: 640px) {
  .caption-block__body {
    line-height: 1.5em;
  }
}

.list__item--card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card__item--wrapper {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card {
  max-width: 640px;
  position: relative;
  padding-bottom: 38px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.card__image-wrapper,
.card__map-wrapper {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.card__image {
  width: 100%;
  height: auto;
}

.card__content {
  line-height: normal;
}

.card__address {
  margin-bottom: 10px;
}

.card__tel {
  clear: both;
  margin-bottom: 10px;
}

.card__specialty {
  margin-bottom: 10px;
}

.card__location {
  font-family: "Source Sans 3", sans-serif;
  margin-bottom: 10px;
  font-weight: 600;
}

.card__cta {
  position: absolute;
  bottom: 0;
}

.card--alt {
  background: white;
}

.card--alt .card__heading, .card--alt .card__body {
  padding: 0 25px;
}

.card--alt .card__button {
  padding: 0 25px 15px;
}

.card--organization {
  max-width: none;
}

.card--organization .card__image-wrapper {
  width: 25%;
  margin-top: 8px;
  margin-right: 20px;
  float: left;
}

.card--organization .card__content p {
  color: #616264;
  font-family: "Source Sans 3", sans-serif;
}

.card--organization .card__cta {
  position: relative;
}

.card--doctor {
  display: -ms-flexbox;
  display: flex;
}

.card--doctor .card__image-wrapper {
  background-color: #F0F0F1;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 233px;
}

.card--doctor .card__image-wrapper .field {
  max-width: 100%;
  min-height: 1px;
}

.card--doctor .card__image-wrapper img {
  max-height: 100%;
  width: auto;
  word-wrap: break-word;
}

.color-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 30px;
  position: relative;
  width: 100%;
}

.color-block .h2, .color-block .h3 {
  color: white;
}

.color-block.is-rounded {
  border-radius: 0 20px 0 0;
}

.color-block__heading {
  color: white;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-top: 0;
  word-wrap: break-word;
}

.color-block__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  max-width: 100%;
}

.color-block__body {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding-bottom: 30px;
}

.color-block__body {
  color: white;
}

.title--normal {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.06;
  letter-spacing: -0.3px;
  color: white;
}

.title--large {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 95px;
  line-height: 0.95;
  letter-spacing: -0.7px;
  font-weight: bolder;
  color: white;
}

.body--normal {
  font-size: 22px;
  line-height: 1.36;
  color: white;
}

.body--large {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.14;
  color: white;
}

.corp-lab-test__table {
  width: 100%;
}

.corp-lab-test__header:first-of-type {
  width: 32%;
}

.corp-lab-test__header {
  width: 22.6%;
}

.cta {
  background: linear-gradient(#5499c7 45%, rgba(84, 153, 199, 0)), url("/themes/custom/saintlukes_theme/images/cta_background.png") no-repeat bottom;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  padding: 50px 15px 150px;
  margin-bottom: 12px;
  min-height: 504px;
}

@media (min-width: 768px) {
  .cta {
    padding: 50px 50px 150px;
    margin-bottom: 0;
  }
}

.cta__content {
  color: white;
}

.cta__heading {
  font-family: "Domine", serif;
  font-size: 34px;
  letter-spacing: -1.2px;
  line-height: 0.95;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .cta__heading {
    font-size: 40px;
  }
}

.cta__body {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .cta__body {
    font-size: 21px;
    line-height: 1.43;
  }
}

.cta__body p {
  margin-bottom: 20px;
}

.cta--alt {
  background: linear-gradient(#5499c7 45%, rgba(84, 153, 199, 0)), url("/themes/custom/saintlukes_theme/images/cta_small_background.png") no-repeat bottom;
  background-size: contain;
  max-width: 342px;
}

@media (min-width: 768px) {
  .cta--alt {
    padding: 50px 25px 150px;
  }
}

@media (min-width: 768px) {
  .cta--alt .cta__heading {
    font-size: 34px;
  }
}

.doctor-card {
  background-color: #F0F0F1;
  padding: 12px;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content__top .doctor-card {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .doctor-card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 50px;
  }
}

.doctor-card__image-container {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .doctor-card__image-container {
    -ms-flex: 1 0 240px;
        flex: 1 0 240px;
    display: block;
    margin-bottom: 0px;
  }
}

.doctor-card__image-item {
  padding: 20px;
  background-color: white;
}

.doctor-card__care-member {
  margin-top: 10px;
}

.doctor-card__profile {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

@media (min-width: 768px) {
  .doctor-card__profile {
    padding-left: 50px;
  }
}

.doctor-card__heading {
  display: none;
}

.doctor-card__heading--with-image {
  display: block;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .doctor-card__heading {
    display: block;
  }
  .doctor-card__heading--with-image {
    display: none;
  }
}

.doctor-card__name {
  line-height: normal;
  padding-bottom: 5px;
  margin: 0 0 10px;
  border-bottom: 1px solid #DADADA;
}

.doctor-card__specialty {
  margin-bottom: 20px;
}

.doctor-card__cta {
  margin-top: 25px;
}

.doctor-card__cta-tel {
  margin-left: 15px;
  display: inline;
}

.doctor-card__cta-tel.no-margin {
  margin-left: 0;
}

.doctor-result {
  display: block;
  margin-bottom: 45px;
}

.doctor-result__info {
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  position: relative;
}

@media (min-width: 1070px) {
  .doctor-result__info {
    padding-top: 0;
  }
}

.doctor-result__image-wrapper {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  max-width: 43%;
}

@media (min-width: 768px) {
  .doctor-result__image-wrapper {
    -ms-flex: 0 1 220px;
        flex: 0 1 220px;
    min-width: 220px;
  }
}

.doctor-result__image-wrapper img {
  border: 5px solid #F0F0F1;
  max-width: 120px;
}

@media (min-width: 768px) {
  .doctor-result__image-wrapper img {
    border: 10px solid #F0F0F1;
    min-width: 220px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
  }
}

.doctor-result__content-wrapper {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .doctor-result__content-wrapper {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .doctor-result__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
}

.doctor-result__title-link {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  color: #616264;
  max-width: 430px;
  font-family: "Domine", serif;
}

.doctor-result__title-link:link, .doctor-result__title-link:visited {
  color: #616264;
  text-decoration: none;
  font-weight: 600;
}

.doctor-result__title-link:hover, .doctor-result__title-link:focus, .doctor-result__title-link:active {
  color: #288dc0;
  text-decoration: none;
}

.doctor-result__title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  margin-top: 0;
  font-family: "Domine", serif;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .doctor-result__title {
    font-size: calc(20px + 17 * (100vw - 768px) / 482);
  }
}

@media screen and (min-width: 1250px) {
  .doctor-result__title {
    font-size: 37px;
  }
}

@media (min-width: 768px) {
  .doctor-result__title {
    padding-right: 15px;
    margin-bottom: 5px;
  }
}

.doctor-result__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1070px) {
  .doctor-result__content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.doctor-result__details {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

@media (min-width: 1070px) {
  .doctor-result__details {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding-right: 10px;
  }
}

.doctor-result__specialty {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .doctor-result__specialty {
    margin-bottom: 20px;
  }
}

.doctor-result__care-member {
  margin-top: 20px;
}

.doctor-result__button {
  display: block;
  margin-bottom: 10px;
}

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

@media (min-width: 768px) {
  .doctor-result__tel {
    text-align: left;
  }
}

.doctor-result__cta {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .doctor-result__cta {
    display: none;
  }
}

.doctor-result__cta--desktop {
  display: none;
}

@media (min-width: 768px) {
  .doctor-result__cta--desktop {
    display: block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}

@media (min-width: 1070px) {
  .doctor-result__cta--desktop {
    margin-top: 0;
  }
}

.facet-item-list {
  margin-bottom: 12px;
}

.facet-item-list__links {
  padding-left: 0;
  margin: 0;
}

.facet-item-list--alphabet > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

footer .facet-item-list.facet-item-list--alphabet {
  border-top: 1px solid #DADADA;
}

@media (min-width: 640px) {
  footer .facet-item-list.facet-item-list--alphabet {
    display: none;
  }
}

div.search-results .facet-item-list.facet-item-list--alphabet {
  display: none;
}

@media (min-width: 640px) {
  div.search-results .facet-item-list.facet-item-list--alphabet {
    display: block;
  }
}

.chosen-container-single, .chosen-container-active.chosen-with-drop {
  font-size: 18px;
  color: #616264;
}

.chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
  border: solid 1px #8f8f8f;
  font-size: 18px;
  font-family: "Domine", serif;
  height: 48px;
  color: #616264;
  background: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.chosen-container-single .chosen-single span, .chosen-container-active.chosen-with-drop .chosen-single span {
  margin-right: 55px;
}

.chosen-container-single .chosen-single div, .chosen-container-active.chosen-with-drop .chosen-single div {
  background: #F0F0F1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 48px;
}

.chosen-container-single .chosen-single div b, .chosen-container-active.chosen-with-drop .chosen-single div b {
  /* stylelint-disable-next-line declaration-no-important */
  background: none !important;
  text-align: center;
  height: auto;
}

.chosen-container-single .chosen-single div b:before, .chosen-container-active.chosen-with-drop .chosen-single div b:before {
  color: #75757a;
  display: inline-block;
  font-style: normal;
}

.chosen-container-single .chosen-default, .chosen-container-active.chosen-with-drop .chosen-default {
  color: #999;
  font-style: italic;
}

.chosen-container-single .chosen-single div b:before {
  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;
  /* stylelint-disable-next-line */
  font-size: 25px;
}

.chosen-container-single .chosen-single abbr.search-choice-close {
  /* stylelint-disable-next-line declaration-no-important */
  background: none !important;
  font-size: 15px;
  right: 53px;
  top: 6px;
  width: auto;
  height: auto;
}

.chosen-container-single .chosen-single abbr.search-choice-close:before {
  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;
  /* stylelint-disable-next-line */
  color: #F0F0F1;
  z-index: 10;
  position: relative;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom: none;
}

.chosen-container-active.chosen-with-drop .chosen-single span {
  border-bottom: 5px solid white;
}

.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  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;
  /* stylelint-disable-next-line */
  font-size: 25px;
}

.chosen-container.chosen-with-drop .chosen-drop {
  width: 100%;
}

.chosen-container .chosen-drop {
  border: solid 5px #F0F0F1;
  border-top: none;
  box-shadow: none;
  border-radius: 0;
}

.chosen-container .chosen-results {
  color: #616264;
  margin: 0;
  padding: 0;
}

.chosen-container .chosen-results li {
  height: 48px;
  padding: 15px 5px;
}

.chosen-container .chosen-results li.highlighted, .chosen-container .chosen-results li:hover {
  background-image: none;
  background-color: #b0ddfb;
}

.chosen-container .chosen-results li:before {
  content: none;
}

.chosen-container .chosen-search input[type=text] {
  font-family: "Domine", serif;
}

.form__fieldset fieldset {
  border: none;
}

.form__fieldset--legend fieldset {
  border: 1px solid #8f8f8f;
  padding: 0 10px;
}

@media (min-width: 640px) {
  .form__fieldset--legend fieldset {
    padding: 0 15px;
  }
}

.form__fieldset legend {
  color: #616264;
  padding: 0 4px;
}

.form__toggle {
  color: #f26a21;
  text-align: center;
  display: none;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.form__toggle:before {
  content: '';
  border-top: 1px solid #DADADA;
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.form__toggle--text {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: white;
  padding: 0 10px;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
}

.form__toggle--text:after {
  padding-left: 5px;
}

html.js .form__fieldset--closed fieldset {
  display: none;
}

html.js .form__fieldset--closed .form__toggle {
  display: inline-block;
}

html.js .form__fieldset--closed .form__toggle--text:after {
  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;
  /* stylelint-disable-next-line */
  font-size: 25px;
}

html.js .form__fieldset--open fieldset {
  display: block;
}

html.js .form__fieldset--open .form__toggle--text:after {
  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;
  /* stylelint-disable-next-line */
  font-size: 25px;
}

@media (min-width: 500px) {
  html.js .form__fieldset--closed fieldset, html.js .form__fieldset--open fieldset {
    display: block;
  }
  html.js .form__fieldset--closed .form__toggle, html.js .form__fieldset--open .form__toggle {
    display: none;
  }
}

.form--search-lab-test input, .form--search-serviceline input, .form--search-career input, .form--search-doctor input, .form--search-location input, .form--search-lab-test select, .form--search-serviceline select, .form--search-career select, .form--search-doctor select, .form--search-location select, .form--search-lab-test .chosen-container, .form--search-serviceline .chosen-container, .form--search-career .chosen-container, .form--search-doctor .chosen-container, .form--search-location .chosen-container {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%;
}

.form--search-lab-test .form__item, .form--search-serviceline .form__item, .form--search-career .form__item, .form--search-doctor .form__item, .form--search-location .form__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}

.form--search-lab-test .form__label, .form--search-serviceline .form__label, .form--search-career .form__label, .form--search-doctor .form__label, .form--search-location .form__label {
  padding-right: 10px;
}

.form--search-lab-test .form__submit, .form--search-serviceline .form__submit, .form--search-career .form__submit, .form--search-doctor .form__submit, .form--search-location .form__submit {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 1070px) {
  .form--search-lab-test .form__items, .form--search-serviceline .form__items, .form--search-career .form__items, .form--search-doctor .form__items, .form--search-location .form__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .form--search-lab-test .form__item, .form--search-serviceline .form__item, .form--search-career .form__item, .form--search-doctor .form__item, .form--search-location .form__item, .form--search-lab-test .form__submit, .form--search-serviceline .form__submit, .form--search-career .form__submit, .form--search-doctor .form__submit, .form--search-location .form__submit {
    margin-bottom: 12px;
  }
}

.search-form-xl .input--text {
  width: 100%;
}

.search-form-xl .form-submit {
  height: 38px;
  float: right;
  width: 245px;
}

.search-form-header .saintlukes-medical-search-form {
  width: 354px;
}

.search-form-header form,
.form--search-block-form {
  font-family: "Domine", serif;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1070px) {
  .search-form-header form,
  .form--search-block-form {
    width: 354px;
  }
}

.search-form-header form label,
.form--search-block-form label {
  display: none;
}

.search-form-header form .form-item,
.form--search-block-form .form-item {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

.search-form-header form .input--search, .search-form-header form .input--text,
.form--search-block-form .input--search,
.form--search-block-form .input--text {
  border: 1px solid #8f8f8f;
  border-right: none;
  border-radius: 0;
  padding-left: 15px;
  color: #616264;
  height: 35px;
}

@media (min-width: 380px) {
  .search-form-header form .input--search, .search-form-header form .input--text,
  .form--search-block-form .input--search,
  .form--search-block-form .input--text {
    width: 100%;
  }
}

.search-form-header form .form-actions,
.form--search-block-form .form-actions {
  background: white url("../images/search.svg") 2px 8px no-repeat;
  height: 35px;
}

.search-form-header form .form-submit,
.form--search-block-form .form-submit {
  height: 35px;
  width: 35px;
  color: transparent;
  background-color: transparent;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 3px;
  border-radius: 0 0 10px 0;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  padding: 7px 17px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  font-size: 19px;
  line-height: 1.2;
  text-transform: uppercase;
  border-bottom-right-radius: 0;
  border-width: 1px;
  border-left: none;
}

.search-form-header form .form-submit:hover,
.form--search-block-form .form-submit:hover {
  background-color: transparent;
  border-color: #8f8f8f;
}

@media (min-width: 1070px) {
  .form--search-lab-test form,
  .form--search-serviceline form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form--search-lab-test .form__item--textfield,
  .form--search-serviceline .form__item--textfield {
    margin-right: 12px;
  }
  .form--search-lab-test .form-actions,
  .form--search-serviceline .form-actions {
    -ms-flex: 0 0 200px;
        flex: 0 0 200px;
  }
}

@media (min-width: 1070px) {
  .form--search-career {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 1070px) {
  .form--search-career .form__item--field-specialities {
    -ms-flex: 0 0 550px;
        flex: 0 0 550px;
  }
}

@media (min-width: 1070px) {
  .form--search-career .form__item--field-location-settings {
    -ms-flex: 0 0 360px;
        flex: 0 0 360px;
  }
}

@media (min-width: 1070px) {
  .form--search-career .form-actions {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

@media (min-width: 1070px) {
  .form--search-career .form-actions > .form__submit {
    width: 360px;
    float: right;
  }
}

.form__item--gray .chosen-container {
  background-color: #F0F0F1;
}

.ipe-form div[role="alert"] {
  color: red;
}

.ipe-form input.error {
  border: 2px solid red;
}

.js input.form-autocomplete {
  background-image: none;
  background-position-x: calc(100% - 15px);
}

.js input.form-autocomplete:focus {
  background-image: url("/core/themes/stable/images/core/throbber-inactive.png");
}

.js input.form-autocomplete.ui-autocomplete-loading {
  background-image: url("/core/themes/stable/images/core/throbber-active.gif");
  background-position-x: calc(100% - 15px);
}

.ui-menu {
  font-size: 18px;
  font-family: "Domine", serif;
  color: #616264;
  border: solid 5px #F0F0F1;
  border-top: none;
}

.ui-menu:before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: white;
  position: absolute;
  top: -5px;
}

.ui-menu .ui-menu-item {
  padding-left: 15px;
}

.ui-menu .ui-menu-item a {
  display: block;
}

.ui-menu-item.ui-state-focus, .ui-menu-item:hover {
  background-image: none;
  background-color: #b0ddfb;
  border-color: #b0ddfb;
  color: white;
}

.ui-widget-content .ui-state-focus a {
  color: white;
}

.ui-widget-content a {
  color: #616264;
}

.ui-widget-content a:hover {
  color: white;
}

.autocomplete-suggestion-user-input {
  font-weight: bold;
}

.user-login-text {
  margin-top: 30px;
}

.webform-submission-schedule-an-appointment-form .js-webform-message {
  margin-bottom: 40px;
}

.webform-submission-schedule-an-appointment-form .form__item.form__item--insurance-carrier-name {
  margin-bottom: 40px;
}

.webform-submission-schedule-an-appointment-form .form__item.form__item--webform-markup {
  margin-bottom: 40px;
}

.webform-submission-schedule-an-appointment-form .form__item.form__item--webform-entity-radios {
  margin-bottom: 40px;
}

.block__field .field .webform-submission-schedule-an-appointment-form a:link {
  font-weight: 600;
}

.headline-list__list {
  padding-left: 0;
  padding-top: 0;
}

.headline-list__item {
  margin-bottom: 20px;
}

.hero {
  position: relative;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto 30px;
}

.page--homepage .hero {
  margin-bottom: 0;
}

.hero__image-wrapper img {
  width: 100%;
  height: auto;
  border-top-right-radius: 50px;
}

.hero__image {
  width: 100%;
  height: auto;
  border-top-right-radius: 50px;
}

.hero__content {
  background-color: #288dc0;
  padding: 25px;
}

@media (min-width: 1070px) {
  .hero__content {
    width: calc(50% - (30px / 2));
    padding: 80px 50px 50px;
    position: absolute;
    top: 15%;
    border-bottom-right-radius: 30px;
  }
}

.hero__heading {
  line-height: 1.1;
  color: white;
  margin-top: 0;
  margin-bottom: 15px;
}

.hero__body {
  font-family: "Source Sans 3", sans-serif;
  color: white;
  line-height: 1.2;
  margin-bottom: 15px;
}

.hero__body p {
  margin: 0 0 17px;
  font-size: 24px;
}

.image-block__image img {
  display: block;
}

.image-block--full-bleed .image-block__image {
  background-repeat: no-repeat;
  background-size: cover;
}

.image-block--full-bleed .image-block__image img {
  visibility: hidden;
}

div.innovation h1 {
  text-align: center;
  line-height: 1.7;
}

div.innovation h2 {
  color: #0060af;
  text-align: center;
}

@media (min-width: 768px) {
  div.innovation h2 {
    margin-left: 200px;
    margin-right: 200px;
  }
}

div.innovation.row1 p {
  text-align: center;
  font-family: proxima-nova, "Helvetica", sans-serif;
  color: #074377;
}

div.innovation.row3 p {
  text-align: center;
  font-family: proxima-nova, "Helvetica", sans-serif;
  color: #074377;
}

div.innovation.row4 p {
  text-align: center;
  color: #074377;
}

div.innovation a {
  color: #288dc0;
  font-size: 26px;
}

div.innovation a:link {
  color: #288dc0;
  text-decoration: underline;
}

div.innovation a:hover, div.innovation a:focus, div.innovation a:active {
  color: #125FA0;
  text-decoration: none;
}

div.innovation.row1 p {
  font-family: proxima-nova, "Helvetica", sans-serif;
  color: #074377;
}

div.innovation.row3 p {
  font-family: proxima-nova, "Helvetica", sans-serif;
  color: #074377;
}

div.innovation-logo-banner {
  background: #074377 url("/themes/custom/saintlukes_theme/images/SLHS_InnovationHope_1.svg") no-repeat center;
  width: 100%;
  padding: 9em 0;
  margin: 5em 0 0 0;
}

@font-face {
  font-family: "icons";
  src: url("https://cdn.kyruus.com/pmc-customer-static-assets/saintlukes/fonts/1.0/icons.eot");
  src: url("https://cdn.kyruus.com/pmc-customer-static-assets/saintlukes/fonts/1.0/icons.eot#iefix") format("eot"), url("https://cdn.kyruus.com/pmc-customer-static-assets/saintlukes/fonts/1.0/icons.woff") format("woff"), url("https://cdn.kyruus.com/pmc-customer-static-assets/saintlukes/fonts/1.0/icons.ttf") format("truetype"), url("https://cdn.kyruus.com/pmc-customer-static-assets/saintlukes/fonts/1.0/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.kyruus-custom .ky-search-bar.kyruus-config-primary-color {
  background: #003767;
  background: url("../images/kyruus_search_bg.jpg") 0 0/100%;
  border-top-right-radius: 45px;
  padding: 60px 30px;
}

.kyruus-custom .kyruus-config-secondary-color,
.kyruus-custom .kyruus-config-secondary-color.active:after {
  background-color: #f26a21;
}

.kyruus-config-secondary-color.button.btn-link,
.kyruus-config-secondary-color.button.btn-link:hover,
.kyruus-config-secondary-color.button.btn-positive,
.kyruus-config-secondary-color.button.btn-positive:hover,
.kyruus-config-secondary-color.ky-button.btn-link,
.kyruus-config-secondary-color.ky-button.btn-link:hover,
.kyruus-config-secondary-color.ky-button.ky-btn-positive,
.kyruus-config-secondary-color.ky-button.ky-btn-positive:hover {
  background-color: #f26a21;
  border-color: #f26a21;
  background-image: none;
  text-shadow: none;
}

.kyruus-config-secondary-color.button.btn-link:hover,
.kyruus-config-secondary-color.button.btn-positive:hover,
.kyruus-config-secondary-color.ky-button.btn-link:hover,
.kyruus-config-secondary-color.ky-button.ky-btn-positive:hover,
.kyruus-config-secondary-color.button.btn-link:focus,
.kyruus-config-secondary-color.button.btn-positive:focus,
.kyruus-config-secondary-color.ky-button.btn-link:focus,
.kyruus-config-secondary-color.ky-button.ky-btn-positive:focus {
  background-color: #f26a21;
}

.kyruus-config-secondary-color.button.btn-link.disabled,
.kyruus-config-secondary-color.ky-button.btn-link.disabled {
  background-color: #f6f7f8;
}

.disclaimer.kyruus-config-disclaimer,
.disclaimer.kyruus-config-disclaimer:hover {
  border-left: 8px solid #f26a21;
}

.kyruus-config-tertiary-color,
.label.kyruus-config-tertiary-color {
  background-color: #45a9cf;
}

.ky-search .ky-search-bar label {
  color: #fff;
  font-size: 30px;
}

.ky-search .ky-search-bar button.ky-btn-positive.ky-button {
  background-color: #f26a21;
}

.kyruus-config-quaternary-color.button.btn-link,
.kyruus-config-quaternary-color.button.btn-link:hover,
.kyruus-config-quaternary-color.button.btn-positive,
.kyruus-config-quaternary-color.button.btn-positive:hover,
.kyruus-config-quaternary-color.ky-button.btn-link,
.kyruus-config-quaternary-color.ky-button.btn-link:hover,
.kyruus-config-quaternary-color.ky-button.ky-btn-positive,
.kyruus-config-quaternary-color.ky-button.ky-btn-positive:hover {
  background-color: #3c8dbf;
  border-color: #3c8dbf;
  background-image: none;
  text-shadow: none;
}

.ky-search .ky-search-bar button.ky-full-width.ky-btn-positive {
  height: 47px;
}

.ky-search .ky-search-bar button.ky-btn-positive .ky-icon-search {
  top: 3px;
}

@media only screen and (max-width: 1310px) {
  .ky-search .ky-search-bar label {
    font-size: 20px;
  }
  .ky-search .ky-search-bar button.ky-btn-positive.ky-button {
    background-color: #f26a21;
  }
}

@media only screen and (max-width: 775px) {
  .kyruus-custom .ky-search-bar.kyruus-config-primary-color {
    background: #003767;
    border-top-right-radius: 45px;
    padding: 60px 30px;
  }
  .ky-input-location {
    margin-top: 20px;
  }
}

.location-list__map {
  width: 100%;
  height: 290px;
  background-color: #DADADA;
  margin-bottom: 20px;
}

.location-list__map .location-result__distance, .location-list__map .location-teaser__distance, .location-list__map .location-result__button, .location-list__map .button__sms, .location-list__map .location-teaser__toggle {
  display: none;
}

.location-list__map .location-result__address {
  margin-bottom: 0;
}

aside .location-list__map .gm-style-iw {
  max-height: 120px;
  max-width: 150px;
}

aside .location-list__map h3 {
  font-size: .8rem;
}

aside .location-list__map p, aside .location-list__map a, aside .location-list__map span {
  font-size: .6rem;
}

.location-list__list {
  padding-left: 0;
}

.location-list__item {
  margin-bottom: 12px;
}

.location-result {
  display: -ms-flexbox;
  display: flex;
}

.location-result__pin {
  margin: 0 5px;
  width: 32px;
  height: 53px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  line-height: 2.5;
  text-align: center;
}

@media (min-width: 768px) {
  .location-result__pin {
    margin: 0 15px 0 5px;
  }
}

.location-result__pin--convenient {
  background-image: url("../images/icons/map-pin--convenient.svg");
}

.location-result__pin--clinic {
  background-image: url("../images/icons/map-pin--clinic.svg");
}

.location-result__pin--pharmacy {
  background-image: url("../images/icons/map-pin--pharmacy.svg");
}

.location-result__pin--labs {
  background-image: url("../images/icons/map-pin--labs.svg");
}

.location-result__pin--physician {
  background-image: url("../images/icons/map-pin--physician.svg");
}

.location-result__pin--surgery {
  background-image: url("../images/icons/map-pin--surgery.svg");
}

.location-result__pin--hospital {
  background-image: url("../images/icons/map-pin--hospital.svg");
}

.location-result__content-wrapper {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

.location-result__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .location-result__content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.location-result__details {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

@media (min-width: 768px) {
  .location-result__details {
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
  }
}

.location-result__button-wrapper {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .location-result__button-wrapper {
    margin-top: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}

.location-result__address {
  margin-bottom: 10px;
}

.location-result__additional-details {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1070px) {
  .location-result__additional-details {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.is-expanded > .location-result__additional-details {
  display: -ms-flexbox;
  display: flex;
}

.location-result__image-wrapper {
  -ms-flex: 0 0 230px;
      flex: 0 0 230px;
  margin-bottom: 15px;
}

.location-result__image-wrapper .field {
  margin-bottom: 0;
}

.location-result__dir-button {
  width: 100%;
}

.location-result__additional-details-content {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

@media (min-width: 1070px) {
  .location-result__additional-details-content {
    padding-left: 12px;
  }
}

.location-result__services-title {
  font-size: 18px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
}

.location-result__more-link {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
}

.location-result__more-link .location-result__more-link-text--less {
  display: none;
}

.is-expanded > .location-result__more-link .location-result__more-link-text--less {
  display: inline;
}

.is-expanded > .location-result__more-link .location-result__more-link-text--more {
  display: none;
}

.location-result__more-link-icon {
  padding: 0 5px;
  font-size: 8px;
}

.geolocation-common-map-container .gm-style-iw .location-teaser {
  display: block;
}

.geolocation-common-map-container .gm-style-iw .location-result__content-wrapper, .geolocation-common-map-container .gm-style-iw .location-teaser__content-wrapper {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.geolocation-common-map-container .gm-style-iw .location-result__details {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.location-teaser {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.location-teaser__content-wrapper {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

.is-expanded .location-teaser__extra .location-teaser__tel {
  margin-bottom: 0;
  display: block;
}

.location-teaser__ofice_hours p {
  margin-bottom: 0;
}

.location-teaser__extra {
  display: none;
}

.is-expanded .location-teaser__extra {
  display: block;
}

.location-teaser__toggle {
  clear: both;
  display: block;
  margin-bottom: 10px;
}

.location-teaser__label {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #75757a;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .location-teaser__label {
    font-size: 17px;
  }
}

.location-teaser__dir-button, .button__sms {
  display: block;
  margin-bottom: 10px;
}

.location-type__legend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0;
}

.location-type__item {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  margin-bottom: 28px;
  width: 160px;
}

.location-type__icon--hospital {
  background-color: #125FA0;
  background-image: linear-gradient(to bottom, #125FA0, #7ab9e3);
  display: inline-block;
  margin-right: 12px;
  min-width: 38px;
  min-height: 38px;
  width: 38px;
  height: 38px;
  text-align: center;
}

.location-type__icon--hospital:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: 25px;
  color: white;
}

.location-type__icon--hospital:before {
  line-height: 38px;
  position: relative;
  bottom: 0px;
}

.location-type__icon--convenient_care_clinic {
  background-color: #df2c2a;
  background-image: linear-gradient(to bottom, #df2c2a, #fe5f5e);
  display: inline-block;
  margin-right: 12px;
  min-width: 38px;
  min-height: 38px;
  width: 38px;
  height: 38px;
  text-align: center;
}

.location-type__icon--convenient_care_clinic:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: 25px;
  color: white;
}

.location-type__icon--convenient_care_clinic:before {
  line-height: 38px;
  position: relative;
  bottom: 0px;
}

.location-type__icon--walk_in_clinic {
  background-color: #f9ad45;
  background-image: linear-gradient(to bottom, #f9ad45, #f26a21);
  display: inline-block;
  margin-right: 12px;
  min-width: 38px;
  min-height: 38px;
  width: 38px;
  height: 38px;
  text-align: center;
}

.location-type__icon--walk_in_clinic:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: 25px;
  color: white;
}

.location-type__icon--walk_in_clinic:before {
  line-height: 38px;
  position: relative;
  bottom: 0px;
  font-size: 18px;
}

.location-type__icon--pharmacy {
  background-color: #6d6e71;
  background-image: linear-gradient(to bottom, #6d6e71, #939497);
  display: inline-block;
  margin-right: 12px;
  min-width: 38px;
  min-height: 38px;
  width: 38px;
  height: 38px;
  text-align: center;
}

.location-type__icon--pharmacy:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: 25px;
  color: white;
}

.location-type__icon--pharmacy:before {
  line-height: 38px;
  position: relative;
  bottom: 0px;
}

.location-type__icon--lab {
  background-color: #edac03;
  background-image: linear-gradient(to bottom, #edac03, #f8c84d);
  display: inline-block;
  margin-right: 12px;
  min-width: 38px;
  min-height: 38px;
  width: 38px;
  height: 38px;
  text-align: center;
}

.location-type__icon--lab:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: 25px;
  color: white;
}

.location-type__icon--lab:before {
  line-height: 38px;
  position: relative;
  bottom: 0px;
}

.location-type__icon--physician_practice {
  background-color: #7ab9e3;
  background-image: linear-gradient(to bottom, #7ab9e3, #a9ddff);
  display: inline-block;
  margin-right: 12px;
  min-width: 38px;
  min-height: 38px;
  width: 38px;
  height: 38px;
  text-align: center;
}

.location-type__icon--physician_practice:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: 25px;
  color: white;
}

.location-type__icon--physician_practice:before {
  line-height: 38px;
  position: relative;
  bottom: 0px;
}

.location-type__icon--surgery_center {
  background-color: #aaca5a;
  background-image: linear-gradient(to bottom, #aaca5a, #73ae68);
  display: inline-block;
  margin-right: 12px;
  min-width: 38px;
  min-height: 38px;
  width: 38px;
  height: 38px;
  text-align: center;
}

.location-type__icon--surgery_center:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: 25px;
  color: white;
}

.location-type__icon--surgery_center:before {
  line-height: 38px;
  position: relative;
  bottom: 0px;
}

.location-type__count {
  font-weight: bold;
}

.location-type__label {
  line-height: 1;
  text-transform: uppercase;
}

.location-type__legend-h2 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .location-type__legend-h2 {
    margin-left: 4%;
  }
}

.location-type__legend-h2.icon--map-pin::before {
  padding-right: 15px;
  font-size: 35px;
  vertical-align: -22%;
}

body.win-os .location-type-legend-block .icon--map-pin::before {
  position: relative;
  bottom: 33px;
}

body.win-os .location-type__icon--hospital:before {
  bottom: 45px;
}

body.win-os .location-type__icon--convenient_care_clinic:before {
  bottom: 45px;
}

body.win-os .location-type__icon--walk_in_clinic:before {
  bottom: 45px;
}

body.win-os .location-type__icon--pharmacy:before {
  bottom: 45px;
}

body.win-os .location-type__icon--lab:before {
  bottom: 45px;
}

body.win-os .location-type__icon--physician_practice:before {
  bottom: 45px;
}

body.win-os .location-type__icon--surgery_center:before {
  bottom: 45px;
}

.message-banner__close-button {
  display: none;
}

.message-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-transform: none;
  letter-spacing: normal;
}

.message-banner p {
  margin: 0;
}

.message-banner a {
  color: #074377;
  border-bottom: 1px solid #074377;
}

.message-banner a:link, .message-banner a:visited {
  color: #074377;
  text-decoration: none;
  font-weight: 600;
}

.message-banner a:hover, .message-banner a:focus, .message-banner a:active {
  color: #125FA0;
  text-decoration: none;
}

.message-banner .message-small {
  text-align: left;
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1070px) {
  .message-banner .message-small {
    margin-top: 22px;
  }
}

@media (min-width: 500px) {
  .message-banner .message-small {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}

.message-banner.matisse {
  text-align: left;
  background-color: #1d78b5;
  color: white;
}

.message-banner.matisse a {
  color: white;
  border-bottom: none;
  font-weight: normal;
}

.message-banner.matisse a:link, .message-banner.matisse a:visited {
  color: white;
  text-decoration: underline;
  font-weight: 600;
}

.message-banner.matisse a:hover, .message-banner.matisse a:focus, .message-banner.matisse a:active {
  color: #b0ddfb;
  text-decoration: none;
}

.message-banner.blue {
  text-align: left;
  background-color: #125FA0;
  color: white;
}

.message-banner.blue a {
  color: white;
  border-bottom: none;
  font-weight: normal;
}

.message-banner.blue a:link, .message-banner.blue a:visited {
  color: white;
  text-decoration: underline;
  font-weight: 600;
}

.message-banner.blue a:hover, .message-banner.blue a:focus, .message-banner.blue a:active {
  color: #b0ddfb;
  text-decoration: none;
}

.message-banner.dark_blue {
  background-color: #0d528d;
}

.message-banner.dark_blue a {
  color: white;
  border-bottom: none;
}

.message-banner.dark_blue a:link, .message-banner.dark_blue a:visited {
  color: white;
  text-decoration: underline;
  font-weight: 600;
}

.message-banner.dark_blue a:hover, .message-banner.dark_blue a:focus, .message-banner.dark_blue a:active {
  color: white;
  text-decoration: none;
}

.message-banner.darker_blue {
  background-color: #074377;
  color: white;
}

.message-banner.darker_blue a {
  color: white;
}

.message-banner.darker_blue a:link, .message-banner.darker_blue a:visited {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.message-banner.darker_blue a:hover, .message-banner.darker_blue a:focus, .message-banner.darker_blue a:active {
  color: #b0ddfb;
  text-decoration: none;
}

.message-banner-links .banner-links {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  margin-left: -40px;
}

.message-banner-links .banner-links ul {
  display: inline;
}

.message-banner-links .banner-links li {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 0 30px 0 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.bottom-nav .nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-align: center;
      align-items: center;
  background-color: #0d528d;
  padding: 30.5px 0;
  line-height: 1.8;
  font-size: 16px;
}

.bottom-nav .nav__item {
  margin: 0;
  font-family: "Domine", serif;
}

@media (min-width: 768px) {
  .bottom-nav .nav__list {
    background-color: #125FA0;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    padding: 0;
  }
  .nav__item {
    margin-right: 8px;
    margin-bottom: 10px;
  }
}

.nav {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0 10px;
}

.nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.nav__header {
  margin-bottom: 10px;
}

.nav__item {
  width: auto;
  text-align: center;
  padding: 0 9px;
  margin: 5px 0;
}

span.nav__link {
  font-family: "Domine", serif;
  color: #616264;
  font-size: 22px;
}

.nav--utility .nav__list {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 15px 0;
}

.nav--utility .nav__item {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.nav--utility .nav__item:last-child {
  border-right: none;
}

.nav--utility .nav__link {
  color: #75757a;
}

.nav--utility .nav__link:link, .nav--utility .nav__link:visited {
  color: #75757a;
  text-decoration: none;
  font-weight: 400;
}

.nav--utility .nav__link:hover, .nav--utility .nav__link:focus, .nav--utility .nav__link:active {
  color: #288dc0;
  text-decoration: none;
}

.nav--audience .nav__list {
  margin-bottom: 0;
}

.nav--audience .nav__item {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  margin: 0 0 15px;
}

.nav--audience .nav__link {
  color: white;
  padding: 9px;
  background-color: #125FA0;
  transition: background-color 0.2s ease-in;
  display: block;
  width: 100%;
}

.nav--audience .nav__link:link, .nav--audience .nav__link:visited {
  color: white;
  text-decoration: none;
  font-weight: 400;
}

.nav--audience .nav__link:hover, .nav--audience .nav__link:focus, .nav--audience .nav__link:active {
  color: white;
  text-decoration: none;
}

.nav--audience .nav__link:hover {
  background-color: #288dc0;
}

.nav--tertiary {
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  margin: 0;
}

.nav--tertiary .nav__list {
  display: block;
}

.nav--tertiary .nav__header {
  text-transform: capitalize;
  display: block;
}

.nav--tertiary .nav__item {
  margin: 0;
  padding: 0 0 20px 0;
  text-align: left;
  letter-spacing: 0.4px;
  line-height: 1.2;
}

.nav--tertiary .nav__item .is-active {
  color: #75757a;
  font-weight: 900;
}

.nav--tertiary .nav__item ul {
  margin-top: 10px;
}

.nav--tertiary .nav__item li:last-child {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .nav__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .nav__item {
    text-align: left;
  }
  .nav--utility .nav__list,
  .nav--audience .nav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav--utility .nav__item,
  .nav--audience .nav__item {
    text-align: center;
  }
}

@media (min-width: 1070px) {
  .nav--utility {
    padding-right: 0;
    margin-right: 0;
  }
  .nav--utility .nav__list {
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
  }
  .nav--utility .nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    text-align: left;
  }
  .nav--utility .nav__item:last-child {
    padding-right: 0;
  }
  .nav--audience {
    padding-right: 0;
    margin: 0 0 0 9px;
  }
  .nav--audience .nav__list {
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .nav--audience .nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    text-align: left;
    margin: 5px 0;
  }
  .nav--audience .nav__item:last-child {
    padding-right: 0;
  }
  .nav--audience .nav__item:last-child .nav__link {
    color: #1d78b5;
  }
  .nav--audience .nav__item:last-child .nav__link:link, .nav--audience .nav__item:last-child .nav__link:visited {
    color: #1d78b5;
    text-decoration: none;
    font-weight: 600;
  }
  .nav--audience .nav__item:last-child .nav__link:hover, .nav--audience .nav__item:last-child .nav__link:focus, .nav--audience .nav__item:last-child .nav__link:active {
    color: #288dc0;
    text-decoration: none;
  }
  .nav--audience .nav__link {
    color: #125FA0;
    padding: 0;
    background-color: transparent;
  }
  .nav--audience .nav__link:link, .nav--audience .nav__link:visited {
    color: #125FA0;
    text-decoration: none;
    font-weight: 400;
  }
  .nav--audience .nav__link:hover, .nav--audience .nav__link:focus, .nav--audience .nav__link:active {
    color: #288dc0;
    text-decoration: none;
  }
  .nav--audience .nav__link:hover {
    background-color: transparent;
  }
}

.content__left .block--menu:first-child h2 {
  margin: 0 0 15px;
}

.block--menu--tertiary h2 {
  font-family: "Domine", serif;
  font-size: 30px;
  letter-spacing: -.5px;
}

.primary-nav {
  font-family: "Domine", serif;
  letter-spacing: -0.2px;
}

.primary-nav__list {
  padding-left: 0;
  margin: 0;
  position: relative;
}

@media (min-width: 1070px) {
  .primary-nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    left: -19px;
  }
}

@media (min-width: 1070px) {
  .site-header__primary-nav nav.block--menu--main {
    display: inline-block;
  }
  .site-header__primary-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap-reverse;
        flex-flow: row wrap-reverse;
    -ms-flex-pack: justify;
        justify-content: space-between;
    line-height: 1;
  }
}

@media (min-width: 1070px) and (max-width: 1440px) {
  .site-header__primary-nav {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

@media (min-width: 1070px) {
  .site-header__primary-nav .site-header__search {
    margin-top: 7px;
  }
}

@media (min-width: 1070px) and (max-width: 1205px) {
  .site-header__primary-nav li a {
    letter-spacing: -0.3px;
    font-size: 18px;
  }
}

.primary-nav__item {
  font-size: 20px;
  white-space: nowrap;
  width: 100%;
  background-color: #125FA0;
  position: relative;
}

@media (min-width: 1070px) {
  .primary-nav__item {
    float: left;
    width: auto;
    background: transparent;
    position: unset;
  }
  .primary-nav__item:hover {
    background-color: #125FA0;
  }
  .primary-nav__item:focus-within {
    outline: 1px dotted;
    background-color: #125FA0;
  }
  .primary-nav__item:last-of-type .primary-nav__sub-nav {
    right: 0;
  }
}

@media (min-width: 1440px) {
  .primary-nav__item:last-of-type .primary-nav__sub-nav {
    right: initial;
  }
}

.primary-nav__link {
  color: white;
  padding: 7px 0 7px 20px;
  display: block;
  width: 100%;
}

.primary-nav__link:link, .primary-nav__link:visited {
  color: white;
  text-decoration: none;
  font-weight: 400;
}

.primary-nav__link:hover, .primary-nav__link:focus, .primary-nav__link:active {
  color: white;
  text-decoration: none;
}

@media (min-width: 1070px) {
  .primary-nav__link {
    color: #125FA0;
    width: auto;
    padding: 15px 20px;
    background-color: white;
    display: inline-block;
  }
  .primary-nav__link:link, .primary-nav__link:visited, .primary-nav__link:focus, .primary-nav__link:active {
    color: #125FA0;
  }
  .primary-nav__link:hover {
    color: white;
  }
  .primary-nav__item:hover .primary-nav__link {
    background-color: #125FA0;
    color: white;
  }
  .primary-nav__item:focus-within .primary-nav__link {
    background-color: #125FA0;
    color: white;
  }
}

@media (min-width: 1070px) {
  .primary-nav__link--caret {
    width: 100%;
    padding: 15px 32px 15px 20px;
    position: relative;
  }
  .primary-nav__link--caret:after {
    /* stylelint-disable-line */
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    content: "";
    font-size: 6px;
    color: #288dc0;
  }
  .primary-nav__link--caret:after {
    position: absolute;
    top: 39px;
    right: 12px;
  }
}

@media (min-width: 1070px) {
  .primary-nav__item:hover .primary-nav__link--caret:after {
    color: white;
    top: 39px;
  }
}

@media (min-width: 1070px) {
  .primary-nav__item:focus-within .primary-nav__link--caret:after {
    color: white;
    top: 39px;
  }
}

.primary-nav__button--caret {
  width: 65px;
  height: 42px;
  position: absolute;
  padding: 0;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
}

.primary-nav__button--caret:after {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: 6px;
  color: white;
}

.primary-nav__sub-item > .primary-nav__button--caret {
  height: 33px;
}

.primary-nav__sub-item > .primary-nav__button--caret:after {
  top: 8px;
}

.primary-nav__sub-item.is-open > .primary-nav__button--caret:after {
  top: 15px;
}

@media (min-width: 768px) {
  .primary-nav__button--caret {
    height: 46px;
  }
}

@media (min-width: 1070px) {
  .primary-nav__button--caret {
    display: none;
  }
}

.primary-nav__item.is-open > .primary-nav__button--caret:after,
.primary-nav__sub-item.is-open > .primary-nav__button--caret:after {
  color: white;
  transform: rotate(-180deg);
}

.primary-nav__sub-nav {
  background-color: #0d528d;
  border: 3px solid #0d528d;
  border-bottom: 0;
  border-image: linear-gradient(to top, #0d528d, rgba(0, 0, 0, 0)) 1 100%;
  display: none;
  padding: 0;
  font-size: 13px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1px;
}

.is-open > .primary-nav__sub-nav {
  display: block;
}

.primary-nav__sub-nav:after {
  content: "";
  border-bottom: 3px solid #0d528d;
}

@media (min-width: 1070px) {
  .primary-nav__sub-nav {
    position: absolute;
    z-index: 150;
    font-size: 15px;
    background-color: #125FA0;
    padding: 0 0 0 0;
  }
  .is-open:hover > .primary-nav__sub-nav,
  .primary-nav__item:hover > .primary-nav__sub-nav,
  .is-open:focus > .primary-nav__sub-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .primary-nav__item:focus-within > .primary-nav__sub-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .primary-nav__sub-item:hover > .primary-nav__sub-nav {
    display: none;
  }
  .primary-nav__sub-item:focus-within > .primary-nav__sub-nav {
    display: none;
  }
  .is-open > .primary-nav__sub-nav {
    display: none;
  }
}

.primary-nav__sub-item {
  position: relative;
}

@media (min-width: 1070px) {
  .primary-nav__sub-item {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    padding: 11px 14.5px 11px 10.5px;
  }
  .primary-nav__sub-item:hover {
    background-color: #0d528d;
  }
  .primary-nav__sub-item:focus-within {
    background-color: #0d528d;
  }
}

.primary-nav__sub-link {
  padding: 5px  0 5px  30px;
  display: block;
  color: white;
}

.primary-nav__sub-link:link, .primary-nav__sub-link:visited {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.primary-nav__sub-link:hover, .primary-nav__sub-link:focus, .primary-nav__sub-link:active {
  color: white;
  text-decoration: none;
}

.is-open > .primary-nav__sub-link {
  background-color: #125FA0;
}

@media (min-width: 1070px) {
  .primary-nav__sub-link {
    padding: 0;
  }
  .is-open > .primary-nav__sub-link {
    background-color: transparent;
  }
}

@media (min-width: 1070px) {
  .page--homepage .card--alt {
    height: 505px;
  }
}

.primary-nav__sub-nav--alt {
  font-weight: 300;
}

.primary-nav__sub-nav--alt .primary-nav__sub-item {
  background-color: #074377;
}

.primary-nav__sub-nav--alt .primary-nav__sub-link {
  padding-left: 50px;
}

@media (min-width: 1070px) {
  .primary-nav__sub-nav--alt {
    display: none;
  }
  .is-open > .primary-nav__sub-nav--alt {
    display: none;
  }
}

@media (min-width: 1070px) {
  body.win-os .primary-nav__link--caret:after {
    top: 31px;
  }
}

@media (min-width: 1070px) {
  body.win-os .primary-nav__item:hover .primary-nav__link--caret:after {
    top: 31px;
  }
}

@media (min-width: 1070px) {
  body.win-os .primary-nav__item:focus-within .primary-nav__link--caret:after {
    top: 31px;
  }
}

.social-nav__list {
  padding-left: 0;
}

.social-nav__item {
  display: inline-block;
  margin-right: 5px;
}

.social-nav__item:last-child {
  margin-right: 0;
}

.pager {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  margin-top: 18px;
}

.pager__items {
  clear: both;
  text-align: center;
  padding-left: 0;
  margin: 0;
}

.pager__item {
  display: inline-block;
  border-bottom-right-radius: 10px;
}

.pager__item.is-active {
  background-color: #F0F0F1;
}

.pager__item.is-active a {
  color: #616264;
  font-weight: 900;
}

.pager__item a {
  padding: 5px 15px;
  line-height: 38px;
}

.patient-story {
  margin-bottom: 30px;
}

.patient-story__image-container {
  position: relative;
  height: 100%;
}

.patient-story__image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.patient-story__image-container > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.patient-story__container-inner {
  background-color: #F0F0F1;
  padding: 30px 60px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.patient-story__content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.patient-story__name {
  margin-top: 0;
  font-family: "Domine", serif;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: normal;
  line-height: 1.27;
  margin: 15px 0 20px;
}

@media (min-width: 768px) {
  .patient-story__name {
    font-size: 30px;
    letter-spacing: -1px;
  }
}

.patient-story__name a,
a .patient-story__name {
  font-family: "Source Sans 3", sans-serif;
}

.patient-story__divider {
  height: 10px;
  width: 115px;
  color: #288dc0;
  background-color: #288dc0;
  margin-left: 0;
  margin-bottom: 20px;
}

.patient-story--alt .patient-story__container-inner {
  background-color: #F0F0F1;
  padding: 50px 35px 40px 35px;
}

.share-story {
  background: #f0f0f0;
  padding: 5px 0;
  margin: 20px 0;
}

.share-story h2 {
  text-align: center;
}

.share-story p {
  text-align: center;
  padding: 0 70px;
}

.search-results__summary {
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 7.5px;
  line-height: 1;
  color: #125FA0;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #F0F0F1;
}

.search-results__summary-highlight {
  background-color: #DADADA;
  padding-left: 7.5px;
}

.saintlukes-video-block article .field {
  margin-bottom: 0;
}

.saintlukes-video-block__cta.is-colored {
  padding: 25px;
  background-color: #125FA0;
}

.saintlukes-video-block__cta.is-colored h3 {
  margin-top: 0;
  color: white;
}

.search-result__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1070px) {
  .search-result__content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .search-result__details {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.search-result__title-link {
  color: #125FA0;
  font-family: "Source Sans 3", sans-serif;
}

.search-result__title-link:link, .search-result__title-link:visited {
  color: #125FA0;
  text-decoration: none;
  font-weight: 600;
}

.search-result__title-link:hover, .search-result__title-link:focus, .search-result__title-link:active {
  color: #288dc0;
  text-decoration: none;
}

.search-result__title {
  font-family: "Source Sans 3", sans-serif;
}

.search-result__cta {
  margin-top: 10px;
  -ms-flex: 1;
      flex: 1;
}

.search-result__cta .button {
  width: 100%;
}

@media (min-width: 768px) {
  .search-result__cta {
    display: none;
  }
}

.search-result__cta--desktop {
  display: none;
}

@media (min-width: 768px) {
  .search-result__cta--desktop {
    display: block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: 10px;
  }
}

@media (min-width: 1070px) {
  .search-result__cta--desktop {
    margin-top: 0;
  }
}

.block__header--search {
  font-size: 28px;
  margin-bottom: 20px;
}

.block__header--search-location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.block__header--search-location:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: 45px;
  color: inherit;
}

.block__header--search-location:before {
  padding-right: 10px;
}

.block__header--search-doctor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.block__header--search-doctor:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: 45px;
  color: inherit;
}

.block__header--search-doctor:before {
  padding-right: 10px;
}

.block__header--blue {
  color: #288dc0;
}

.block--search p {
  font-size: 16px;
}

.tabs {
  padding-left: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .tabs {
    border-top: 1px solid #DADADA;
  }
}

.tabs:last-of-type {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .tabs li {
    display: inline;
  }
}

.tabs a {
  background-color: white;
  border-color: white;
  border-style: solid;
  border-width: 3px;
  border-radius: 0 0 10px 0;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  padding: 7px 17px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  font-size: 19px;
  line-height: 1.2;
  text-transform: uppercase;
}

.tabs a:hover {
  background-color: white;
  border-color: white;
}

.tabs a.is-active {
  color: #616264;
  background-color: #DADADA;
  border-color: #DADADA;
  border-style: solid;
  border-width: 3px;
  border-radius: 0 0 10px 0;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  padding: 7px 17px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease-in, border-color 0.2s ease-in, color 0.2s ease-in;
  font-size: 19px;
  line-height: 1.2;
  text-transform: uppercase;
}

.tabs a.is-active:link, .tabs a.is-active:visited {
  color: #616264;
  text-decoration: none;
  font-weight: 600;
}

.tabs a.is-active:hover, .tabs a.is-active:focus, .tabs a.is-active:active {
  color: #616264;
  text-decoration: none;
}

.tabs a.is-active:hover {
  background-color: #DADADA;
  border-color: #DADADA;
}

.teaser {
  margin-bottom: 12px;
}

.teaser__content {
  line-height: normal;
  margin-bottom: 15px;
}

.user-page__wrapper .user-page__member h4, .user-page__wrapper .field__label {
  margin-bottom: 0;
  font-size: 24px;
}

.user-page__wrapper .field__label + div {
  margin-bottom: 12px;
  font-size: 20px;
}

.user-page__wrapper .field__label + div > p {
  margin-top: 5px;
}

.form--search-doctor input {
  width: 100%;
  text-overflow: ellipsis;
}

.form--search-doctor summary {
  outline: 1px dotted;
}

.form--search-doctor .form__input {
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.form--search-doctor .chosen-results {
  font-size: .8em;
  padding: 0 .5em 0 .5em;
}

.form--search-doctor .form__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.form--search-doctor .form__item--wrapper {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  max-width: 100%;
}

.form--search-doctor .form__item--wrapper .field-prefix {
  line-height: 1;
  padding: 0 .5em 0 .5em;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
}

.form--search-doctor .form-submit {
  margin-top: 20px;
}

.form--search-doctor .form__fieldset--optional {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.form--search-doctor .form__fieldset--optional fieldset {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  max-width: 100%;
  padding-top: 15px;
}

@media (min-width: 1070px) {
  .form--search-doctor .form__item--wrapper.form__item--short {
    -ms-flex: 1 0 30%;
        flex: 1 0 30%;
    max-width: 30%;
  }
  .form--search-doctor .form__item--wrapper {
    -ms-flex: 1 0 48%;
        flex: 1 0 48%;
    max-width: 48%;
  }
  .form--search-doctor .form__fieldset--required .form__item--long {
    -ms-flex: 1 0 70%;
        flex: 1 0 70%;
    max-width: 70%;
  }
}

@media (min-width: 640px) {
  .form--search-doctor::after {
    clear: both;
    content: "";
    display: table;
  }
  .form--search-doctor .form__submit {
    width: 312px;
    float: right;
  }
}

.form--search-location .form__item {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  max-width: 100%;
}

.form--search-location .form__item .field-prefix {
  line-height: 1;
  font-weight: 600;
  font-family: "Source Sans 3", sans-serif;
}

.form--search-location .form__item--geolocation-geocoder-google-geocoding-api {
  display: -ms-flexbox;
  display: flex;
}

.form--search-location .form__submit {
  height: 48px;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  max-width: 100%;
}

@media (min-width: 1070px) {
  .form--search-location {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .form--search-location .form__item--serviceline-title,
  .form--search-location .form__item--geolocation-geocoder-google-geocoding-api,
  .form--search-location .form__item--textfield {
    -ms-flex: 1 0 65%;
        flex: 1 0 65%;
    max-width: 65%;
    padding: 0 .5em 0 .5em;
  }
  .form--search-location .form__item--field-location-type-target-id,
  .form--search-location .form-actions,
  .form--search-location > .form__submit {
    -ms-flex: 0 1 35%;
        flex: 0 1 35%;
    max-width: 35%;
    padding: 0 .5em 0 .5em;
  }
}

.search-results table {
  margin-bottom: 50px;
}

.search-results__title {
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  padding-bottom: 4px;
  border-bottom: 4px solid #b0ddfb;
  margin-bottom: 35px;
  letter-spacing: 0;
}

.search-results__list {
  margin-bottom: 50px;
}

.search-results__result {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .search-results__result {
    margin-bottom: 0px;
  }
}

.search-result__title {
  font-size: 22px;
  margin: 0 0 10px;
}

.geolocation-location.js-hide {
  display: block !important;
}

.geolocation-location.js-hide h2.location-title {
  display: none;
}

.location-content {
  margin-top: 10px;
}

.site-footer {
  background-color: #003c69;
  color: white;
}

.site-footer .heading_text {
  font-family: "Domine", serif;
  font-weight: 700;
}

.site-footer .row {
  padding-top: 60px;
  display: block;
}

.site-footer a {
  color: white;
  text-transform: none;
  letter-spacing: normal;
  border-bottom: 1px solid #b0ddfb;
}

.site-footer a:link, .site-footer a:visited {
  color: white;
  text-decoration: none;
  font-weight: 300;
}

.site-footer a:hover, .site-footer a:focus, .site-footer a:active {
  color: #b0ddfb;
  text-decoration: none;
}

.site-footer [href*="tel"] {
  border-bottom: none;
}

.site-footer .social-nav__link {
  border-bottom: none;
}

.site-footer .nav {
  margin: 0;
}

.site-footer .nav a {
  border-bottom: none;
}

.site-footer .container {
  margin: 0 auto;
  -ms-flex-align: center;
      align-items: center;
}

.site-footer .site-footer__logo {
  padding-bottom: 20px;
}

.site-footer .site-footer__logo .logo-white {
  width: 296px;
}

.site-footer .site-footer__contact {
  max-width: 100%;
  padding-top: 46.5px;
}

.site-footer .site-footer__contact--container {
  text-align: center;
  padding: 0 15px;
}

.site-footer .site-footer__contact--container p {
  font-size: 15px;
  letter-spacing: -0.6px;
}

.site-footer .site-footer__contact--number-mobile {
  margin-top: 40px;
}

.site-footer__telephone {
  color: white;
  font-size: 20px;
  display: inline-block;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

.site-footer__telephone:link, .site-footer__telephone:visited {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.site-footer__telephone:hover, .site-footer__telephone:focus, .site-footer__telephone:active {
  color: white;
  text-decoration: none;
}

.site-footer .site-footer__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  width: 100%;
}

.site-footer .site-footer__nav--icons {
  margin: auto;
}

.site-footer .site-footer__nav--links {
  margin-top: 15px;
  -ms-flex-order: 1;
      order: 1;
  border-top: 1px solid #0f76bb;
  padding-top: 9px;
}

@media (max-width: 960px) {
  .site-footer .site-footer__nav--links {
    border-top: none;
  }
}

@media (min-width: 768px) {
  .site-footer {
    padding: 0;
  }
  .site-footer .site-footer__contact--container {
    padding: 0 15px;
  }
  .site-footer .site-footer__contact--container h3 {
    font-size: 25px;
    font-weight: 300;
  }
  .site-footer .site-footer__contact--container p {
    font-size: 18px;
    margin: 30px 0 0;
  }
  .site-footer .site-footer__contact--container p .color--lighter-blue {
    font-size: 19px;
  }
  .site-footer .site-footer__contact--container p.view-more-footer {
    margin: 30px 0 12px;
  }
  .site-footer .site-footer__contact--container a {
    font-weight: normal;
  }
  .site-footer .site-footer__contact--number-mobile {
    margin-top: 25px;
  }
  .site-footer .site-footer__contact--number__telephone {
    font-size: 27px;
  }
  .site-footer .options a {
    margin-top: 0;
    font-size: 16px;
  }
  .site-footer .site-footer__nav {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin-top: 15px;
    padding: 0 15px;
  }
  .site-footer .site-footer__nav--icons {
    float: none;
  }
  .site-footer .site-footer__nav--links {
    margin-top: 30px;
  }
}

.font-alternate {
  font-family: "Source Sans 3", sans-serif;
}

.site-footer__contact--spacer {
  padding-left: 6px;
}

#slhs_footer .no_link {
  border-bottom: 0;
  color: #b5e5f8;
}

#slhs_footer .no_link:hover {
  color: #fff;
}

#slhs_footer > div {
  display: inline-block;
  width: calc(33.33% - 4px);
  vertical-align: top;
  text-align: center;
}

@media (max-width: 1024px) {
  #slhs_footer > div {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
}

#slhs_footer > div:nth-of-type(2) > .heading_text {
  font-size: 1.3rem;
  margin-bottom: 0;
}

#slhs_footer .social-nav__item:after, #slhs_footer .social-nav__item:before {
  display: none;
}

#slhs_footer .social-nav__item {
  padding: 0 0.3rem;
}

#slhs_footer .footer_inner {
  padding: 0px 0 1.5rem;
}

#slhs_footer .footer_inner p {
  margin-bottom: 6px;
  line-height: 1;
}

#slhs_footer .footer_inner p:not(.heading_text) {
  color: #b5e5f8;
}

#slhs_footer .footer_inner a {
  font-weight: inherit;
}

#slhs_footer .img {
  max-width: 94px;
  margin: 0 auto;
}

#slhs_footer .font--sans {
  font-size: 1.2rem;
  font-weight: 600;
}

.site-footer__app-icons {
  padding-top: 15px;
  padding-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-footer__app-icons > p {
  width: 100%;
}

.site-footer__app-icons img {
  width: 100%;
  max-width: 130px;
  object-fit: fill;
  height: 100%;
}

.site-footer__app-icons a {
  border: none;
  cursor: pointer;
  opacity: 1;
  display: block;
  max-width: 50%;
}

.site-footer__app-icons a img {
  padding-right: 10px;
}

.site-footer__app-icons a img:hover {
  opacity: 0.6;
}

.footer_inner > *:nth-last-of-type(1) {
  margin-top: 8px;
}

.site-footer .bottom-nav .nav__list {
  background-color: transparent;
}

.site-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.site-header__top {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-header__bottom {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

.site-header__branding {
  -ms-flex: 1 1 180px;
      flex: 1 1 180px;
  max-width: 100%;
  padding: 15px;
}

.site-header__secondary-navs {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-header__secondary-navs--large-screen {
  display: none;
}

.site-header__utility-nav {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.site-header__audience-nav {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

.site-header__toggle-group {
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 15px 15px 0;
}

.site-header__toggle {
  -ms-flex: 0 0 50px;
      flex: 0 0 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  text-align: center;
  font-size: 20px;
}

.site-header__toggle:before {
  padding-top: 10px;
}

.site-header__toggle.is-active {
  background-color: #f26a21;
}

.site-header__toggle.is-active:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: inherit;
  color: white;
}

.site-header__toggle-target {
  display: none;
}

.site-header__toggle-target.is-open {
  display: block;
}

.site-header__toggle--search:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: inherit;
  color: #f26a21;
}

.site-header__toggle--menu:before {
  /* stylelint-disable-line */
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  content: "";
  font-size: inherit;
  color: #f26a21;
}

.site-header__search .form__item,
.site-header__search form {
  margin-bottom: 0;
}

.site-header__search--large-screen {
  display: none;
}

.site-header__search--small-screen {
  width: 100%;
  padding: 25px;
  background-color: #F0F0F1;
}

.site-header__search--small-screen .input--search {
  width: 100%;
}

@media (min-width: 1070px) {
  .site-header {
    margin-top: 9px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 35px;
  }
  .site-header__top {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin-bottom: 0;
  }
  .site-header__branding {
    -ms-flex: 1 0 288px;
        flex: 1 0 288px;
    padding: 0;
    margin: 10px 0 15px;
  }
  .site-header__secondary-navs {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: transparent;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 0 0 0 15px;
    margin-bottom: 6px;
  }
  .site-header__search--large-screen {
    display: inline-block;
  }
  .site-header__search--small-screen {
    display: none;
  }
  .site-header__search--small-screen.is-open {
    display: none;
  }
  .site-header__toggle-group {
    display: none;
  }
  .site-header__top-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: calc(100% - 288px);
  }
  .site-header__secondary-navs--large-screen {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
  .site-header__secondary-navs--small-screen {
    display: none;
  }
  .site-header__audience-nav {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    background-color: transparent;
  }
  .site-header__utility-nav {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-bottom: 0;
  }
  .site-header__bottom {
    display: block;
    margin-top: 2px;
  }
}

@media (min-width: 1440px) {
  .site-header {
    padding: 0;
  }
}

.node--type-physician .content,
.page--homepage .content {
  border-top: none;
}

.content__wrapper {
  padding: 12px 0;
}

@media (min-width: 768px) {
  .content__wrapper {
    padding: 50px 0;
  }
}

.content__wrapper--inverted {
  background-color: #F0F0F1;
}

.content__wrapper--no-padding {
  padding: 0;
}

.content__wrapper.content__wrapper--empty {
  padding: 0;
}

.page--homepage .content__region > h2 {
  font-family: "Domine", serif;
  font-size: 26px;
  letter-spacing: -0.5px;
  font-weight: normal;
  line-height: normal;
  margin: 25px 0;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .page--homepage .content__region > h2 {
    font-size: 42px;
    letter-spacing: -1px;
  }
}

.page--homepage .content__region > h2 a,
a .page--homepage .content__region > h2 {
  font-family: "Source Sans 3", sans-serif;
}

@media (min-width: 768px) {
  .page--homepage .content__region > h2 {
    margin-bottom: 25px;
  }
}

.content__left {
  -ms-flex-order: 1;
      order: 1;
}

@media (min-width: 768px) {
  .content__left {
    -ms-flex-order: 0;
        order: 0;
  }
}

.content__left.mobile-top {
  -ms-flex-order: 0;
      order: 0;
}

@media (min-width: 768px) {
  .content__left.mobile-top {
    -ms-flex-order: 0;
        order: 0;
  }
}

.content__right {
  position: relative;
}

.content__left > * > div,
.content__middle > * > div,
.content__right > * > div,
.content__bottom > * > div,
.content__main > * > div {
  margin-bottom: 30px;
}

.page--listing h1 {
  margin: 25px 0;
}

.page--listing .content__main > * > div {
  margin-bottom: 12px;
}

.page--listing .content__main > * > .block-facet--links {
  margin-bottom: 30px;
}

.page--listing .pager {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .content__first-first-col {
    padding-right: 2em;
  }
}

.content__third-second-col,
.content__fourth-third-col,
.content__fourth-second-col {
  margin-top: 12px;
}

@media (min-width: 1070px) {
  .content__third-second-col,
  .content__fourth-third-col,
  .content__fourth-second-col {
    margin-top: 0;
  }
}

.paragraph--type--staywell-articles {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .is-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

.is-sticky::after {
  clear: both;
  content: "";
  display: table;
}

.searchresult-row {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 2px solid #F0F0F1;
}

@media (min-width: 768px) {
  main {
    min-height: 300px;
  }
}

.content__column--flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.content__column--flex-container > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  margin-bottom: 30px;
  min-height: 1px;
}

@media (min-width: 1070px) {
  .content__column--flex-container > div {
    margin-bottom: 0;
  }
}

@media (min-width: 1070px) {
  .content__column--flex-container.col-xxlg-3 > div {
    margin-bottom: 30px;
  }
}

@media (min-width: 1250px) {
  .content__column--flex-container.col-xxlg-3 > div {
    margin-bottom: 0;
  }
}

.content__wrapper--empty .content__column--flex-container > div {
  margin-bottom: 0;
}

hr.hr--patient-info {
  height: 8px;
  color: #0d528d;
  background-color: #0d528d;
}

hr.hr--specialties {
  height: 8px;
  color: #70a22a;
  background-color: #70a22a;
}

hr.hr--families {
  height: 8px;
  color: #108478;
  background-color: #108478;
}

.js-form-item-settings-sidebar-align, .js-form-item-settings-number-of-blocks-row2, .js-form-item-settings-number-of-blocks-row1 {
  display: inline;
}

.panels-ipe-layout-form .form__fieldset--legend fieldset {
  padding: 0 15px;
  width: 90%;
}

.body__basic-image {
  padding: 30px 0;
}

.lab-test-node {
  margin-bottom: 30px;
}

.lab-test-node h2.field__label {
  margin: 30px 0 10px;
  font-size: 30px;
}

.lab-test-node h3.field__label {
  font-size: 25px;
  margin: 10px 0;
}

.lab-test-node .field div {
  margin-bottom: 12px;
}

.lab-user-manager fieldset {
  padding-top: 20px;
  padding-left: 15px;
}

.lab-user-manager fieldset input {
  margin-left: 10px;
}

.lab-user-manager-tr {
  font-size: .9em;
  font-family: proxima-nova, "Helvetica", sans-serif;
}

.node--staywell img {
  vertical-align: baseline;
}

.node--staywell img.right {
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .node--staywell img.right {
    float: right;
    margin-left: 15px;
  }
}

.node--staywell .field--truncated h1 {
  display: none;
}

.node--staywell--full .field div::after {
  clear: both;
  content: "";
  display: table;
}

#slhs_2023_callout {
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0 1rem;
  margin: 1rem 0 2rem;
}

#slhs_2023_callout > div {
  text-align: center;
}

#slhs_2023_callout img {
  width: 263px;
  height: 100%;
  object-fit: contain;
}

#slhs_2023_callout .img {
  max-width: 263px;
  margin: 0 auto;
  max-height: 235px;
}

#slhs_2023_callout a {
  text-decoration: none;
  display: inline-block;
  transition: 0.2s all linear;
}

#slhs_2023_callout a:hover * {
  opacity: 0.9;
}

#slhs_2023_callout .col-1 h2 {
  color: #3fcbdf;
}

#slhs_2023_callout .col-2 h2 {
  color: #a2c943;
}

#slhs_2023_callout .col-3 h2 {
  color: #003d6a;
}

#slhs_2023_callout h2 {
  font-weight: 600;
  font-size: clamp(28px, 2vw, 1.9rem);
  letter-spacing: 0.2px;
  font-family: "Domine", serif;
}

#slhs_2023_callout_button {
  display: -ms-flexbox;
  display: flex;
}

#slhs_2023_callout_button .button {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  color: #125ca6;
  padding: 5px 10px;
  -ms-flex-align: center;
      align-items: center;
  border-color: #b4e4f7;
  text-transform: none;
  min-height: 64px;
  transition: 0.2s all linear;
}

#slhs_2023_callout_button .button:hover {
  background-color: #0b3e6a;
  border-color: #0b3e6a;
}

#slhs_2023_callout_button .button:hover h3 {
  color: #fff;
}

#slhs_2023_callout_button .button:hover img {
  filter: grayscale(1) brightness(10.5);
}

#slhs_2023_callout_button .button:hover:after {
  filter: grayscale(1) brightness(10.5);
}

#slhs_2023_callout_button .button::after {
  content: '';
  display: block;
  background-image: url("/sites/default/files/2023-03/arrow_icon.png");
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#slhs_2023_callout_button h3 {
  font-weight: 600;
  margin: 0;
  padding-left: 1ch;
  width: 100%;
  text-align: left;
  font-size: clamp(12px, 1.6vw, 25px);
}

#slhs_2023_callout_button .img {
  max-width: 42px;
  padding-left: 0;
}

#slhs_2023_callout_button .col-lg-3 {
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 1290px) {
  #slhs_2023_callout_button .img {
    max-width: 35px;
    padding-left: 0;
  }
  #slhs_2023_callout_button h3 {
    font-size: clamp(12px, 1.7vw, 25px);
  }
  #slhs_2023_callout_button a.button:after {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1289px) {
  #slhs_2023_callout_button h3 {
    font-size: clamp(12px, 1.5vw, 25px);
  }
}

@media (max-width: 1069px) {
  #slhs_2023_callout_button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #slhs_2023_callout_button .col-lg-3 {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin: 8px 0;
  }
  #slhs_2023_callout_button h3 {
    font-size: clamp(16px, 2vw, 25px);
  }
  #slhs_2023_callout_button a.button {
    min-height: 51px;
  }
  #slhs_2023_callout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem 0 0;
  }
  #slhs_2023_callout .img {
    max-width: 150px;
    height: 142px;
  }
}

@media (max-width: 768px) {
  #slhs_2023_callout_button .col-lg-3 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  #slhs_2023_callout > div {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  #slhs_2023_callout h2 {
    margin-top: 0;
  }
}

.content__wrapper.lblue {
  background-color: #f4fbfe;
  margin: 3rem 0;
  padding: 3rem 0;
  overflow: hidden;
}

#hp_promotion {
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  margin: 0 auto;
}

#hp_promotion .text {
  width: 50%;
  color: #fff;
}

#hp_promotion .text h2 {
  font-weight: bold;
  letter-spacing: 0;
}

#hp_promotion .left .text {
  background-color: #003c69;
}

#hp_promotion .right .text {
  background-color: #0d528d;
}

#hp_promotion .col-lg-6 {
  position: relative;
}

#hp_promotion .col-lg-6 img {
  position: absolute;
  width: 51%;
  height: 100%;
  background-color: lightgray;
  z-index: 1;
  object-fit: cover;
  right: 0;
}

#hp_promotion > div {
  padding: 0;
  -ms-flex-preferred-size: initial;
      flex-basis: initial;
  max-width: calc(50% - 0.7rem);
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

#hp_promotion .right .button {
  color: #0d528d;
}

#hp_promotion .left .button {
  color: #003d69;
}

#hp_promotion .button {
  border-color: #fff;
  background-color: #fff;
  display: inline-block;
  text-transform: inherit;
  font-size: clamp(16px, 1.2vw, 2rem);
  width: 80%;
  margin-top: 2ch;
}

#hp_promotion .text {
  padding: 1.5rem 1rem;
  position: relative;
  z-index: 2;
}

#hp_promotion .text h2 {
  margin-top: 0;
}

.content__wrapper.lblue .grid-container {
  padding: 0 10px;
}

.content__wrapper.lblue .block__basic .field {
  margin-bottom: 0;
}

@media (max-width: 1480px) {
  .content__wrapper.lblue {
    margin: 3rem 0;
    padding: 3rem 0;
  }
  #hp_promotion {
    width: 95%;
  }
}

@media (max-width: 1366px) {
  #hp_promotion .text {
    line-height: 1.6;
  }
  #hp_promotion .text h2 {
    font-size: 28px;
  }
  .content__wrapper.lblue {
    margin: 3rem 0;
  }
}

@media (max-width: 1279px) {
  #hp_promotion .text h2 {
    font-size: 22px;
  }
}

@media (max-width: 1069px) {
  .content__wrapper.lblue {
    margin: 1rem 0;
    padding: 2rem 0;
  }
}

@media (max-width: 1024px) {
  #hp_promotion {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  #hp_promotion > div {
    max-width: calc(100%);
  }
  #hp_promotion .text {
    min-height: 20rem;
  }
}

@media (max-width: 768px) {
  #hp_promotion {
    width: 100%;
    max-width: 400px;
  }
  #hp_promotion > div {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  #hp_promotion .col-lg-6 img {
    position: initial;
    width: 100%;
    max-height: 350px;
  }
  #hp_promotion .text {
    width: 100%;
    min-height: initial;
  }
}

.page--homepage .content__fourth > h2 {
  font-weight: 600;
}

.page--homepage .content__fourth .more-link a {
  background-color: #0d528d;
  border-color: #0d528d;
  transition: 0.2s all linear;
}

.page--homepage .content__fourth .more-link a:hover {
  background-color: #0d528d;
  border-color: #0d528d;
  opacity: 0.8;
}

.page--homepage .content__fourth .heading--underlined {
  display: none;
}

.headline .date,
.news-cards .date {
  font-family: inherit;
  font-size: inherit;
  padding-bottom: 5px;
}

.card--article .card__date {
  text-decoration: none;
  color: #75757a;
  padding-bottom: 5px;
}

.card--article a.card__heading-link {
  text-decoration: none;
}

.card--article .card__heading {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .list--lg-3-cols > .list__item--card:nth-last-of-type(1) .card--article {
    padding-bottom: 0;
  }
}

/*------------------------------------*\
    $PATTERN LAB-SPECIFIC STYLES
\*------------------------------------*/
/**
 * This stylesheet is for styles you want to include only when the interface is being viewed within Pattern Lab.
 * This is helpful for displaying demo styles for grids, animations, color swatches, etc
 * It's also helpful for overriding context-specific styles like fixed or absolutely positioned elements
 * These styles will not be your production CSS.
 */
pre {
  margin-top: 0;
}

.sg-colors {
  overflow: hidden;
  margin: 5px;
  padding: 0;
}

.sg-colors > li {
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin: 0 0 10px;
  box-sizing: border-box;
  font-size: 12px;
}

.sg-colors > li .sg-swatch {
  display: block;
  height: 25px;
  border: dotted 1px gray;
}

.sg-colors > li .sg-info {
  line-height: 1;
}

@media all and (min-width: 400px) {
  .sg-colors > li {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
}

@media all and (min-width: 700px) {
  .sg-colors > li {
    width: 24%;
  }
  .sg-colors > li:nth-child(4n+1) {
    clear: both;
  }
}

.sg-breakpoints {
  overflow: hidden;
  position: relative;
}

.sg-breakpoints ul {
  margin: 0;
  padding: 0;
}

.sg-breakpoints li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sg-breakpoints .breakpoints > li {
  position: absolute;
  border-left: solid 3px #595959;
  height: 100%;
}

.sg-breakpoints .breakpoints > li > .label {
  display: block;
  background: #595959;
  padding: 3px;
  color: white;
}

.sg-breakpoints .breakpoints > li:hover {
  border-left-color: rgba(89, 89, 89, 0.3);
}

.sg-breakpoints .breakpoints > li:hover > .label {
  opacity: 0;
}

.sg-breakpoints .device_widths {
  padding-top: 20px;
}

.sg-breakpoints .device_widths > li {
  border-bottom: solid 3px #cccccc;
  text-align: right;
  margin-bottom: 15px;
  padding-right: 15px;
  border-right: solid 3px #cccccc;
}

.sg-font-sizes thead {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid black;
}

.sg-font-sizes th,
.sg-font-sizes td {
  text-align: left;
  white-space: nowrap;
  line-height: 1.5em;
}

.sg-font-sizes th:first-child,
.sg-font-sizes td:first-child {
  padding-right: 12px;
}

.demo__block {
  height: 200px;
  background-color: rgba(97, 98, 100, 0.5);
}

.icons-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 25px;
}

.icons-demo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.icons__item {
  -ms-flex: auto;
      flex: auto;
  padding: 0.3em;
  margin: 0 0.5em 0.5em 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  line-height: 2em;
  overflow: hidden;
}

.icons__item:last-child {
  margin-bottom: 0.5em;
}

.icons__item i {
  display: inline-block;
  width: 32px;
  text-align: center;
}

.demo .g .gi {
  text-align: center;
  outline: dotted 1px #ccc;
}

.schedule-down-icon {
  text-align: center;
  padding: 1.5em;
}

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